@charset "utf-8";

/* 최근 수정일 : 240814 18:00 */

/*==============================================================

	TEMPLATES_KO
	---------------------------------------------
	>> basic
	>> main--renewal-2024

==============================================================*/

/* ---------------------------------------------
	basic
------------------------------------------------ */

@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 100;
	src: url(../fonts/NotoSansKR-Thin.woff2) format("woff2"),
		url(../fonts/NotoSansKR-Thin.woff) format("woff"),
		url(../fonts/NotoSansKR-Thin.otf) format("opentype");
}

@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/NotoSansKR-Light.woff2) format("woff2"),
		url(../fonts/NotoSansKR-Light.woff) format("woff"),
		url(../fonts/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSansKR-Regular.woff2) format("woff2"),
		url(../fonts/NotoSansKR-Regular.woff) format("woff"),
		url(../fonts/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/NotoSansKR-Medium.woff2) format("woff2"),
		url(../fonts/NotoSansKR-Medium.woff) format("woff"),
		url(../fonts/NotoSansKR-Medium.otf) format("opentype");
}

@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSansKR-Bold.woff2) format("woff2"),
		url(../fonts/NotoSansKR-Bold.woff) format("woff"),
		url(../fonts/NotoSansKR-Bold.otf) format("opentype");
}

@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/NotoSansKR-Black.woff2) format("woff2"),
		url(../fonts/NotoSansKR-Black.woff) format("woff"),
		url(../fonts/NotoSansKR-Black.otf) format("opentype");
}

/* montserrat-regular - latin */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/montserrat-v14-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local("Montserrat Regular"), local("Montserrat-Regular"),
		url("../fonts/montserrat-v14-latin-regular.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */
		url("../fonts/montserrat-v14-latin-regular.woff2") format("woff2"),
		/* Super Modern Browsers */
		url("../fonts/montserrat-v14-latin-regular.woff") format("woff"),
		/* Modern Browsers */
		url("../fonts/montserrat-v14-latin-regular.ttf") format("truetype"),
		/* Safari, Android, iOS */
		url("../fonts/montserrat-v14-latin-regular.svg#Montserrat") format("svg");
	/* Legacy iOS */
}

/* montserrat-600 - latin */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/montserrat-v14-latin-600.eot");
	/* IE9 Compat Modes */
	src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
		url("../fonts/montserrat-v14-latin-600.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */
		url("../fonts/montserrat-v14-latin-600.woff2") format("woff2"),
		/* Super Modern Browsers */
		url("../fonts/montserrat-v14-latin-600.woff") format("woff"),
		/* Modern Browsers */
		url("../fonts/montserrat-v14-latin-600.ttf") format("truetype"),
		/* Safari, Android, iOS */
		url("../fonts/montserrat-v14-latin-600.svg#Montserrat") format("svg");
	/* Legacy iOS */
}

html {
	/* -webkit-text-size-adjust: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	user-select: none; */
}

* {
	box-sizing: border-box;
}

body,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
fieldset,
label,
legend,
input,
textarea,
button,
menu {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
}

body,
input,
textarea,
select,
table,
button,
code {
	color: #333333;
	letter-spacing: -0.1px;
	font-weight: 500;
	font-family: "Noto Sans KR";
	text-align: left;
}

body {
	width: 100%;
	position: relative;
	word-wrap: break-word;
	word-break: break-all;
}

nav,
menu,
ul,
li,
ol {
	list-style: none;
}

div {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,
fieldset {
	border: none;
}

em,
address {
	font-style: normal;
}

section,
article,
header,
footer,
nav,
aside,
hgroup {
	display: block;
}

button {
	border: none;
	background: none;
}

/* input:focus, button:focus, textarea:focus{outline:none;} */
a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	cursor: pointer;
}

/*a:link{color:#fff;}
a:visited{color:#fff;}
*/

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.hidetext {
	position: absolute !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	margin: -1px !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	min-height: auto !important;
	display: block !important;
}

/*fix*/
.clear_fix:after {
	content: "";
	display: block;
	clear: both;
}

.ib_fix {
	line-height: 0px;
}

.hidden_fix {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	line-height: 0;
	text-indent: -10000px;
}

legend,
caption {
	overflow: hidden;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	line-height: 0;
}

input[type="text"],
input[type="password"] {
	height: 60px;
	border: 1px solid #e2e2e2;
	padding: 0px 12px;
	color: #777;
	font-size: 15px;
}

iframe {
	border: 0; /* iframe 테두리 제거 (frameborder 속성이 폐지됨 --> css로 처리) */
}

.t-center {
	text-align: center;
}

.lb_hide {
	overflow: hidden;
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	text-indent: -9999px;
}

.only-mo-tr {
	border: none !important;
	display: none;
}

.ci-top-mo {
	display: none;
}

.only-mo-tr2 {
	display: none;
}

.f002-only-mo {
	display: none;
}

.ci-row.mo {
	display: none;
}

.w400hide {
	display: inline;
}

/* 20240814//(Ina) 상단 공지배너 추가(s) */
.top-banner-area {
	background-color: #54585a;
	width: 100%;
	/* height:43px; */
}

.top-banner-area.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.top-banner-area .inner-cont {
	overflow: hidden;
	position: relative;
	padding: 11px 40px;
}

.top-banner-area .inner-cont .top-banner {
	height: 100%;
	text-align: center;
}

.top-banner-area .inner-cont .top-banner .btn-link {}

.top-banner-area .inner-cont .btn-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
}

.top-banner-area .inner-cont .css-arrow-right {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 5px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.top-banner-area .inner-cont .css-arrow-close {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.top-banner-area .inner-cont .css-arrow-close:before,
.top-banner-area .inner-cont .css-arrow-close:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 21px;
	height: 24px;
	width: 2px;
	background-color: #fff;
	z-index: 10;
}

.top-banner-area .inner-cont .css-arrow-close:before {
	transform: rotate(45deg);
}

.top-banner-area .inner-cont .css-arrow-close:after {
	transform: rotate(-45deg);
}

.top-banner-area .inner-cont strong {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
}

.top-banner-area+.header {
	top: 46px;
}

/* 20240814//(Ina) 상단 공지배너 추가(e) */


/*헤더 기본*/
.header {
	position: fixed;
	display: block;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 2000;
}

.gnbwrap {
	position: relative;
	min-height: 80px;
	transition: all 0.5s;
}

.gnb-inner {
	position: relative;
	width: 100%;
	min-height: 79px;
	transition: all 0.5s;
}

.gnb-inner .gnb-logo {
	position: absolute;
	display: block;
	top: 50%;
	left: 50px;
	width: 142px;
	height: 32px;
	transform: translateY(-50%);
}

.gnb-inner .gnb-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.gnb-inner .gnb {
	width: 840px;
	margin: 0px auto;
}

.gnb-inner .gnb:after {
	content: "";
	display: block;
	clear: both;
}

.gnb-inner .gnb-unit {
	float: left;
	width: 20%;
}

.gnb-inner .gnb-unit .parent {
	display: block;
	width: 100%;
	height: 79px;
	line-height: 80px;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.gnb-inner .right-btns {
	position: absolute;
	top: 25px;
	right: 107px;
}

.gnb-inner .right-btns:after {
	content: "";
	display: block;
	clear: both;
}

.gnb-inner .right-btns .lang {
	float: left;
	display: block;
	font-family: "Montserrat";
	font-weight: 600;
	color: #fff;
	padding-top: 5px;
	font-size: 14px;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-left: 15px;
}

.gnb-inner .right-btns .lang.on {
	color: #ee6e00;
}

.gnb-inner .right-btns .lang span {
	display: inline-block;
	height: 18px;
	line-height: 15px;
}

.gnb-inner .right-btns .lang.on span {
	border-bottom: 1px solid #ee6e00;
}

.gnb-inner .right-btns .facebook {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background: url(../images/hd-facebook.png) center no-repeat;
	margin-left: 15px;
}

.gnb-inner .right-btns .youtube {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background: url(../images/hd-youtube.png) center no-repeat;
	margin-left: 18px;
}

.gnb-inner .right-btns .search {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	/* background: url(../images/hd-search.png) center no-repeat; */
	background: url(../images/main_renewal_2024_en/ico_header_search.svg) center no-repeat;
	margin-left: 20px;
}

.gnb-inner .sitemap-go {
	position: absolute;
	top: 0px;
	right: 0px;
}

.gnb-inner .sitemap-go .sitemap-btn {
	display: block;
	width: 80px;
	height: 80px;
	background: #3a3d3e url(../images/sitemap-btn.png) 28px 34px no-repeat;
	background-size: 24px 18px;
}

/*.gnb-inner .sitemap-go .sitemap-btn.active{display: block; width:80px; height: 80px;*/
/*    background:#3a3d3e url(../images/sitemap-btn-a.png) 29px 32px no-repeat;*/
/*    background-size: 22px 22px;}*/
.gnb-inner .momenu-go {
	position: absolute;
	top: 0px;
	right: 0px;
}

.gnb-inner .momenu-go .momenu-btn {
	display: none;
	width: 30px;
	height: 30px;
	background: url(../images/momenu-btn.png) center no-repeat;
	background-size: 24px 18px;
	margin-top: 25px;
	margin-right: 25px;
}

.main-p .momenu-go .momenu-btn {
	display: none;
	width: 30px;
	height: 30px;
	background: url(../images/momenu-btn-w.png) center no-repeat;
	background-size: 24px 18px;
	margin-top: 26px;
	margin-right: 25px;
}

.main-p.active .momenu-btn {
	display: none;
	width: 30px;
	height: 30px;
	background: url(../images/momenu-btn.png) center no-repeat;
	background-size: 24px 18px;
	margin-top: 26px;
	margin-right: 25px;
}

.gnb-inner .sitemap-close-btn {
	display: block;
	position: absolute;
	top: -80px;
	right: 0;
	width: 80px;
	height: 80px;
	background: #3a3d3e url(../images/sitemap-btn-a.png) 29px 32px no-repeat;
	background-size: 22px 22px;
}

/*헤더 GNB 메뉴 펼침 관련*/
.child {
	height: 0px;
	overflow: hidden;
	transition: all 0.5s;
	border-right: 1px solid #f0f0f0;
	padding-left: 10px;
}

.gnb-unit:first-child .child {
	border-left: 1px solid #f0f0f0;
}

.child:hover {}

.gnb:hover .child {
	display: block;
}

.gnbwrap.active {
	border-bottom: 1px solid #f0f0f0;
}

.gnbwrap.active,
.gnbwrap.sub {
	background-color: #fff;
}

.gnbwrap .type2 {
	display: none !important;
}

.gnbwrap.active .type1,
.gnbwrap.sub .type1 {
	display: none !important;
}

.gnbwrap.active .type2,
.gnbwrap.sub .type2 {
	display: block !important;
}

.vline {
	display: none;
}

.gnbwrap.active .vline {
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	top: 79px;
	left: 0px;
	background: #f0f0f0;
}

.gnbwrap.scr-down .vline {
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	top: 79px;
	left: 0px;
	background: #f0f0f0;
}

.gnbwrap.scr-down {
	background-color: #fff;
}

.gnbwrap.scr-down .gnb-inner .gnb-unit .parent {
	color: #808080;
}

.gnbwrap.scr-down .gnb-inner .right-btns .lang {
	color: #808080;
}

.gnbwrap.scr-down .gnb-inner .right-btns .lang.on {
	color: #ee6e00;
}


.gnbwrap.scr-down .type1 {
	display: none !important;
}

.gnbwrap.scr-down .type2 {
	display: block !important;
}

.gnbwrap.scr-down .gnb-inner .right-btns .facebook {
	background: url(../images/hd-facebook-t2.png) center no-repeat;
}

.gnbwrap.scr-down .gnb-inner .right-btns .youtube {
	background: url(../images/hd-youtube-t2.png) center no-repeat;
}

.gnbwrap.scr-down .gnb-inner .right-btns .search {
	/* background: url(../images/hd-search-t2.png) center no-repeat; */
	background: url(../images/main_renewal_2024_en/ico_header_search_active.svg) center no-repeat;
}

.gnb.active {}

.gnb.active .gnb-unit .parent,
.gnbwrap.sub .parent {
	color: #808080;
}

.gnb.active .gnb-unit .parent:hover span,
.gnb.active .gnb-unit .parent:focus span,
.gnb.active .gnb-unit:hover .parent span,
.gnb.active .gnb-unit:focus .parent span,
.gnb.active .gnb-unit .parent.active {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-bottom: 2px solid #ee6e00;
}

.gnb.active .gnb-unit .parent:hover,
.gnb.active .gnb-unit .parent:focus,
.gnb.active .gnb-unit:hover .parent,
.gnb.active .gnb-unit:focus .parent,
.gnb.active .gnb-unit .parent.active {
	color: #ee6e00;
	font-weight: 700;
}

.gnb.active .child {
	height: 460px;
	transition: all 0.5s;
	padding-top: 8px;
}

.child .child-unit {
	display: block;
	width: 98%;
	margin: 0px auto;
	font-size: 15px;
	text-align: left;
	color: #808080;
	height: 45px;
	line-height: 45px;
}

.child .child-unit:focus,
.child .child-unit:hover {
	color: #222;
	text-decoration: underline;
}

.grandsons {
	margin: 8px 0px;
}

.child .child-unit.grandson {
	font-size: 13px;
	text-align: left;
	color: #888;
	height: 26px;
	line-height: 26px;
	padding-left: 8px;
	font-weight: 400;
	background: url(../images/hd-dot.png) left no-repeat;
	background-size: 3px 3px;
}

.child .child-unit.grandson:focus,
.child .child-unit.grandson:hover {
	color: #888;
}

.gnbwrap.active .gnb-inner .right-btns .lang,
.gnbwrap.sub .gnb-inner .right-btns .lang {
	color: #53585a;
}

.gnbwrap.active .gnb-inner .right-btns .lang.on,
.gnbwrap.sub .gnb-inner .right-btns .lang.on {
	color: #ee6e00;
}

.gnbwrap.active .gnb-inner .right-btns .facebook,
.gnbwrap.sub .gnb-inner .right-btns .facebook {
	background: url(../images/hd-facebook-t2.png) center no-repeat;
}

.gnbwrap.active .gnb-inner .right-btns .youtube,
.gnbwrap.sub .gnb-inner .right-btns .youtube {
	background: url(../images/hd-youtube-t2.png) center no-repeat;
}

.gnbwrap.active .gnb-inner .right-btns .search,
.gnbwrap.sub .gnb-inner .right-btns .search {
	/* background: url(../images/hd-search-t2.png) center no-repeat; */
	background: url(../images/main_renewal_2024_en/ico_header_search_active.svg) center no-repeat;
}

.gnb.active2 {}

.gnb.active2 .gnb-unit .parent,
.gnbwrap.sub .parent {
	color: #808080;
}

.gnb.active2 .gnb-unit .parent:hover span,
.gnb.active2 .gnb-unit .parent:focus span {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-bottom: 2px solid #ee6e00;
}

.gnb.active2 .gnb-unit .parent:hover,
.gnb.active2 .gnb-unit .parent:focus {
	color: #ee6e00;
	font-weight: 700;
}

/*상단 검색창*/
.top-search-bar {
	display: none;
}

.top-search-bar.active {
	/* position: fixed; */
	position: absolute;
	display: block;
	top: 80px;
	left: 0px;
	background: #fff;
	width: calc(100% - 80px);
	height: 200px;
	z-index: 200;
	text-align: center;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.tsb-close {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 0px;
	right: 0px;
	background: url(../images/quick-close.png) center no-repeat;
	background-size: 22px 22px;
}

.tsb-wrap {
	width: 600px;
	height: 64px;
	margin: 70px auto 0px;
	border-bottom: 1px solid #53575a;
}

.tsb-wrap:after {
	content: "";
	display: block;
	clear: both;
}

.tsb-run-ipt {
	border: none !important;
	float: left;
	padding-left: 0px !important;
	width: calc(100% - 26px);
}

.tsb-run-btn {
	width: 25px;
	height: 61px;
	float: right;
	/* background: url(../images/hd-search-t2.png) right no-repeat; */
	background: url(../images/main_renewal_2024_en/ico_header_search_active.svg) center no-repeat;
}

.tsb-run-ipt {
	background: none;
	color: #fff !important;
}

/* .tsb-run-ipt::placeholder{color:#fff !important;} */

/*사이트맵*/
.sitemap {
	display: none;
}

.sitemap.active {
	/* position: fixed; */
	position: absolute;
	display: block;
	top: 80px;
	left: 0px;
	background: #fff;
	width: 100%;
	height: calc(100vh - 80px);
	z-index: 200;
	text-align: center;
	padding-top: 8%;
}

.sitemap-in {
	display: inline-block;
}

.sitemap .sitemap-unit {
	float: left;
	width: 195px;
	margin-left: 79px;
}

.sitemap .sitemap-unit:first-child {
	margin-left: 0px;
}

.sitemap .sitemap-unit .parent {
	display: block;
	height: 79px;
	line-height: 80px;
	font-size: 25px;
	font-weight: 500;
	text-align: left;
	color: #222;
	border-bottom: 1px solid #707070;
}

.sitemap .child {
	height: auto;
	transition: all 0.5s;
	padding-top: 8px;
	padding-left: 0px;
	border: none;
}

.sitemap .child .child-unit {
	display: block;
	width: 98%;
	margin: 14px auto;
	font-size: 18px;
	text-align: left;
	color: #808080;
	height: 34px;
	line-height: 34px;
}

.sitemap .child .child-unit.grandson {
	font-size: 14px;
	text-align: left;
	color: #888;
	height: 26px;
	line-height: 26px;
	padding-left: 8px;
	margin: 10px auto;
	background: url(../images/hd-dot.png) left no-repeat;
	background-size: 3px 3px;
}

.sitemap .grandsons {
	margin: 14px 0px;
}

.sitemap .child .child-unit.on {
	color: #ee6e00;
}

.sitemap .child .child-unit.grandson.on {
	color: #ee6e00;
	background: url(../images/hd-dot-po.png) left no-repeat;
	background-size: 3px 3px;
}

/*모바일전용 메뉴*/
.only-mo-menu {
	display: none;
}

.only-mo-menu.active {
	display: block !important;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 100000;
	top: 0px;
}

.omm-left {
	float: left;
	width: 24%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
}

.omm-right {
	position: relative;
	float: left;
	width: 76%;
	height: 100vh;
	background-color: #fff;
	overflow-y: auto;
}

.omm-close {
	position: absolute;
	top: 17px;
	right: 0px;
	width: 50px;
	height: 50px;
	z-index: 10100;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: url(../images/quick-close.png) center no-repeat;
	background-size: 22px 22px;
}

.omm-top {
	width: 100%;
	height: 53px;
	text-align: center;
	margin-top: 27px;
}

.omm-top-logo {
	display: block;
	float: left;
	width: 126px;
	height: 23px;
	margin-top: 3px;
}

.omm-sns {
	display: inline-block;
	margin-top: 0px;
}

.omm-top .facebook {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background: url(../images/hd-facebook-t2.png) center no-repeat;
	margin-left: 8px;
}

.omm-top .youtube {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background: url(../images/hd-youtube-t2.png) center no-repeat;
	margin-left: 11px;
}

.omm-parent {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 59px;
	border-bottom: 1px solid #d0d0d0;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	padding-left: 15px;
	color: #333;
	background: #fff url(../images/bg_select.png) no-repeat;
	background-position: calc(100% - 14px) center;
}

.omm-parent:first-child {
	border-top: 1px solid #d0d0d0;
}

.omm-parent.active {
	background: #fff url(../images/bg_select_u.png) no-repeat;
	background-position: calc(100% - 14px) center;
}

.omm-child-unit {
	display: block;
	width: 100%;
	height: auto;
	line-height: 23px;
	border-bottom: 1px solid #d0d0d0;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	padding: 13px 4px 13px 15px;
	color: #333;
	background-color: #f0f0f0;
}

.omm-grandson {
	background: #f0f0f0 url(../images/hd-dot.png) 17px center no-repeat;
	background-size: 3px 3px;
	padding-left: 30px;
}

.omm-child {
	display: none;
}

.omm-parent.active+.omm-child {
	display: block;
}

.omm-lang {
	text-align: right;
	padding: 40px 15px 0px 40px;
}

/* 20220621 start */
.omm-lang-sns {
	display: inline-block;
}

.omm-lang-sns .ol_sns {
	display: inline-block;
	width: 30px;
	height: 30px;
}

.omm-lang-sns .facebook {
	margin-right: 21px;
	background: url("../images/hd-facebook-t2.png") center no-repeat;
}

.omm-lang-sns .youtube {
	background: url("../images/hd-youtube-t2.png") center no-repeat;
}

.omm-lang-in {
	display: inline-block;
	height: 35px;
}

/* 20220621 end */
.omm-lang .lang {
	color: #53585a;
	float: left;
	display: block;
	font-family: "Montserrat";
	font-weight: 600;
	padding-top: 5px;
	font-size: 18px;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-left: 24px;
}

.omm-lang .lang.on {
	color: #ee6e00;
	border-bottom: 1px solid #ee6e00;
}

/*퀵메뉴 바깥*/
.quick-menu {
	/* position: fixed; */
	position: absolute;
	top: 80px;
	right: 0px;
	z-index: 99;
	transition: all 0.5s;
}

.quick-menu.active {
	right: 280px;
	transition: all 0.5s;
}

.quick-menu-top {
	position: relative;
	display: block;
	width: 80px;
	height: 256px;
	background: #ee6e00;
}

.quick-menu-top-title {
	position: absolute;
	font-family: "Montserrat";
	font-size: 18px;
	font-weight: 400;
	top: 230px;
	left: 25px;
	width: 154px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	-webkit-transform: rotate(270deg);
	-webkit-transform-origin: left top;
	-moz-transform: rotate(270deg);
	-moz-transform-origin: left top;
	-ms-transform: rotate(270deg);
	-ms-transform-origin: left top;
	-o-transform: rotate(270deg);
	-o-transform-origin: left top;
	transform: rotate(270deg);
	transform-origin: left top;
}

.quick-menu-bot {
	position: absolute;
	width: 19px;
	top: 328px;
	right: 30px;
}

.quick-btn {
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/quick-off.png) center no-repeat;
	margin-top: 10px;
}

.quick-btn.on {
	background: url(../images/quick-on.png) center no-repeat;
}

/*퀵메뉴 메인*/
.quick-menu-main {
	display: none;
}

.quick-menu.active .quick-menu-main {
	position: absolute;
	display: block;
	top: 0px;
	right: -280px;
	z-index: 99;
	width: 280px;
	height: calc(100vh - 80px);
	background: #f9f9f9;
	padding: 50px 15px 0px;
	overflow-y: auto;
}

.q_close {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/quick-close.png) center no-repeat;
	background-size: 20px 18px;
	top: 26px;
	right: 16px;
}

.q-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	margin-top: 18px;
	/* padding: 25px 0px 0px 92px; */
	background-color: #fff;
	border: 1px solid #f0f0f0;
}

.q-banner.qb001 {
	background: #fff url(../images/qb001.png) 30px center no-repeat;
	background-size: 40px 36px;
}

.q-banner.qb002 {
	background: #fff url(../images/qb002.png) 27px center no-repeat;
	background-size: 46px 45px;
}

.q-banner.qb003 {
	background: #fff url(../images/qb003.png) 29px center no-repeat;
	background-size: 42px 40px;
}

.q-banner.qb004 {
	background: #fff url(../images/qb004.png) 31px center no-repeat;
	background-size: 38px 41px;
}

.q-banner .q-txt1 {
	display: block;
	color: #686868;
	font-size: 16px;
	text-align: left;
	height: 20px;
	line-height: 20px;
	font-weight: 400;
}

.q-banner .q-txt2 {
	display: block;
	color: #3a3d3e;
	font-size: 19px;
	text-align: left;
	height: 26px;
	line-height: 26px;
	font-weight: 500;
}

.q-banner2 img {
	width: 100%;
	margin-top: 18px;
}


.quick-menu .q-banner i {
	display: inline-block;
	vertical-align: top;
}

.quick-menu .q-banner .ico-vs {
	width: 110px;
	height: 63px;
	background: url(../images/main_renewal_2024_en/ico_link_vs_logo.svg) no-repeat center center;
	background-size: 100%;
}

.quick-menu .q-banner .ico-stoBrochure {
	width: 160px;
	height: 28px;
	background: url(../images/main_renewal_2024_en/ico_link_stoBrochure_logo.svg) no-repeat center center;
	background-size: 100%;
}

.quick-menu .q-banner .ico-sto-discoverSeoulPass {
	width: 184px;
	height: 84px;
	background: url(../images/main_renewal_2024_en/ico_link_sto_discoverSeoulPass_logo.svg) no-repeat center center;
	background-size: 100%;
}

.quick-menu .q-banner .ico-oneMoreTrip {
	width: 152px;
	height: 38px;
	background: url(../images/main_renewal_2024_en/ico_link_oneMoreTrip_logo.svg) no-repeat center center;
	background-size: 100%;
}

.quick-menu .q-banner .ico-danurim {
	width: 170px;
	height: 40px;
	background: url(../images/main_renewal_2024_en/ico_link_danurim_logo.svg) no-repeat center center;
	background-size: 100%;
}

/*푸터 기본*/

.footer {
	width: 100%;
	height: auto;
	padding: 0px 50px;
	background: #282828;
	position: relative;
}

.footer .footer-top {
	position: relative;
	height: 89px;
	border-bottom: 1px solid #3d3e3f;
}

.footer .footer-top .gnb-logo {
	position: absolute;
	display: block;
	top: 34px;
	left: 0px;
}

.footer .footer-top .gnb-wamark-logo {
	position: absolute;
	display: block;
	top: 24px;
	left: 140px;
}

.footer .footer-top .gnb-wamark-logo img {
	width: 75px;
	height: 50px;
}

.footer .footer-top .right-btns {
	float: right;
	margin-top: 36px;
}

.footer .footer-top:after {
	content: "";
	display: block;
	clear: both;
}

.footer .footer-top .right-btns:after {
	content: "";
	display: block;
	clear: both;
}

.footer .footer-top .foot-r-btn {
	float: left;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	height: 22px;
	line-height: 22px;
	color: #999;
}

.footer .footer-top .i1 {
	float: left;
	width: 1px;
	height: 16px;
	background: #6e6e6e;
	margin: 4px 16px 0px;
}

.footer .footer-bot {
	position: relative;
	height: auto;
	padding-bottom: 80px;
}

.footer .footer-bot .txt1 {
	position: relative;
	top: auto;
	margin-top: 25px;
	color: #999;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	background: none !important;
	padding: 0px !important;
}

.footer .footer-bot .txt2 {
	position: relative;
	top: auto;
	margin-top: 20px;
	left: 0px;
	color: #999;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 12px;
}

.footer .footer-bot .foot-vsn {
	position: absolute;
	top: 0px;
	right: 125px;
}

.footer .footer-bot .foot-vsn>img {
	display: block;
	width: 100%;
	max-height: 24px;
}

.footer .footer-bot .foot-scb {
	position: absolute;
	top: 1px;
	right: 0px;
}

.footer .footer-bot .youtube {
	position: absolute;
	display: block;
	top: 53px;
	right: 0px;
	width: 30px;
	height: 30px;
	background: url(../images/ft-youtube.png) center no-repeat;
}

.footer .footer-bot .facebook {
	position: absolute;
	display: block;
	top: 53px;
	right: 0px;
	width: 30px;
	height: 30px;
	background: url(../images/ft-facebook.png) center no-repeat;
}

.footer .footer-top .gnb-wamark-logo.isms {
	left: 245px;
}

.footer .footer-top .tip-pop {
	display: none;
	position: absolute;
	background: #fff;
	border-radius: 8px;
	font-size: 12px;
	color: #666;
	padding: 10px;
	font-weight: 400;
	left: 245px;
	top: 80px;
	z-index: 10;
}

.footer .footer-top .gnb-wamark-logo:hover+.tip-pop,
.footer .footer-top .gnb-wamark-logo:focus+.tip-pop {
	display: block;
}

.gnb-inner .right-btns .facebook {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background: url(../images/hd-facebook.png) center no-repeat;
	margin-left: 15px;
}

.gnb-inner .right-btns .youtube {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background: url(../images/hd-youtube.png) center no-repeat;
	margin-left: 18px;
}

/*메인 컨텐츠*/
/*.content.c001{width:100%; height:100vh;
background:url(../images/main-c001a.jpg) top center no-repeat ; background-size: 1920px auto}*/
.swiper-container {
	display: block;
	width: 100%;
	height: 600px;
	max-height: 985px;
}

.swiper-container .slide-btn-wrap {
	position: absolute;
	bottom: 40px;
	left: 0;
	font-size: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.swiper-container .swiper-pagination {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 80px;
	height: 5px;
	border-radius: 0;
	background: #fff;
	opacity: 0.5;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 10px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ee6e00;
	opacity: 1;
}

.swiper-container .btn-main-slide {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	background: url(../images/btn_slide_stop.png) center center no-repeat;
	cursor: pointer;
	margin-left: 10px;
}

.swiper-container .btn-main-slide.stop {
	background-image: url(../images/btn_slide_play.png);
}

.main-top-image {
	width: 100%;
	display: block;
	position: absolute;
	width: 100%;
	max-height: 985px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mti-txt1 {
	width: 100%;
	font-size: 2.5vw;
	font-family: "Montserrat";
	color: #fff;
	font-weight: 400;
	/*margin-top:10px;*/
	margin-left: 10%;
}

.mti-txt2 {
	width: 100%;
	font-size: 2.5vw;
	font-family: "Montserrat";
	color: #fff;
	font-weight: 400;
	margin-top: 10px;
	margin-left: 10%;
}

.mti_btn {
	vertical-align: middle;
	padding-left: 30px;
	margin-left: 10%;
	margin-top: 60px;
	display: block;
	border: 2px solid #fff;
	background: url("../images/mti_btn_angle.png") no-repeat 90% center;
	width: 425px;
	height: 70px;
	color: #fff;
	font-size: 26px;
	line-height: 68px;
}

/* 20220621 */

/* 20221124 start */
.visualBTS .main-top-image {
	top: 25%;
}

.visualBTS .mti-txt1 {
	margin: 0;
	width: auto;
	text-align: center;
}

.visualBTS .mti-txt1 img {
	width: auto !important;
	max-width: 100%;
	object-fit: contain !important;
}

@media (max-width: 800px) {
	.visualBTS .mti-txt1 {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.visualBTS .main-top-image {
		padding: 0 10%;
	}
}

/* 20221124 end */

/* 20221219 start */
.visualShine .main-top-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.visualShine .mti-txt1 {
	margin: -20vh 0 0;
	width: auto;
}

.visualShine .mti-txt2 {
	margin: 28vh 0 0 -75px;
}

.visualShine div {
	width: auto;
}

.visualShine div img {
	width: auto;
	height: auto;
	object-fit: unset;
}

@media (max-width: 1200px) {
	.visualShine .main-top-image {
		display: block;
	}

	.visualShine .mti-txt1 {
		margin: 0;
		padding: 0 0 0 10%;
		width: 100%;
		text-align: center;
	}

	.visualShine .mti-txt2 {
		display: none;
	}

	.visualShine div img {
		max-width: 70%;
	}

	.visualShine>img {
		object-position: left center !important;
	}
}

/* 20221219 end */

/* .mti-txt3{position: absolute; font-family: 'Montserrat'; font-size:13px; letter-spacing: 0px;
font-weight: 400; bottom:-23vw; left:25px; width:160px; height:30px; line-height:30px;
color:#fff;
-webkit-transform:rotate(270deg);
-webkit-transform-origin:left top;
-moz-transform:rotate(270deg);
-moz-transform-origin:left top;
-ms-transform:rotate(270deg);
-ms-transform-origin:left top;
-o-transform:rotate(270deg);
-o-transform-origin:left top;
transform:rotate(270deg);
transform-origin:left top;
} */

.mti-txt3 {
	position: absolute;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: 400;
	bottom: 60px;
	left: 30px;
	color: #fff;
	-webkit-transform: rotate(270deg);
	-webkit-transform-origin: left top;
	-moz-transform: rotate(270deg);
	-moz-transform-origin: left top;
	-ms-transform: rotate(270deg);
	-ms-transform-origin: left top;
	-o-transform: rotate(270deg);
	-o-transform-origin: left top;
	transform: rotate(270deg);
	transform-origin: left top;
}

.mti-txt3:after {
	position: absolute;
	display: block;
	content: "";
	width: 100px;
	height: 1px;
	background-color: #fff;
	top: 50%;
	left: calc(100% + 20px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}

.mti-line {
	position: absolute;
	bottom: calc(-23vw + 176px);
	width: 1px;
	height: 100px;
	background-color: #fff;
	left: 41px;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* 20220829 start */
.swiper-slide .mti_btn {
	visibility: hidden;
}

.swiper-slide-active .mti_btn {
	visibility: visible;
}

/* 20220829 end */

/*.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white,
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction
{display: none;}*/

.ci-row.mo .swiper-pagination-bullet-active {
	background: #ee6e00 !important;
}

.ci-row.mo .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
}

.ci-row.mo .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 20px !important;
}

.content-in.en-main {
	min-height: auto;
}

.main-txt1 {
	font-size: 38px;
	text-align: center;
	color: #222;
	font-family: "Montserrat";
	font-weight: 400;
	margin-top: 100px;
}

.main-bt {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 2vw;
}

.main-bt.mbt-001 {
	margin-top: 4vw;
}

.main-bt img {
	width: 100%;
	height: auto;
}

.main-bt-txt1 {
	position: absolute;
	/*font-size:34px;*/
	font-size: 36px;
	font-weight: 400;
	color: #fff;
	bottom: 6vw;
	left: 50px;
	font-family: "Montserrat";
	font-weight: 400;
}

.main-bt-txt2 {
	position: absolute;
	/*font-size:18px;*/
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	bottom: 4vw;
	left: 50px;
	font-family: "Montserrat";
	font-weight: 400;
}

.main-bt.mbt-002 .main-bt-txt1 {
	left: auto;
	right: 50px;
}

.main-bt.mbt-002 .main-bt-txt2 {
	left: auto;
	right: 50px;
}

.main-bt2 {
	float: left;
	width: calc((100% - 90px) / 3);
	float: left;
	margin-left: 45px;
	overflow: hidden;
	position: relative;
}

.main-bt2.mbt2-001 {
	margin-left: 0px;
}

.main-bt2 img {
	height: 500px;
	width: auto;
}

.main-bt2 .main-bt2-txt1 {
	position: absolute;
	bottom: 150px;
	left: 30px;
	color: #fff;
	font-size: 30px;
	font-family: "Montserrat";
	font-weight: 400;
}

.main-bt2 .main-bt2-txt2 {
	position: absolute;
	bottom: 60px;
	left: 30px;
	color: #fff;
	font-size: 18px;
	font-family: "Montserrat";
	line-height: 1.8vw;
	font-weight: 400;
}

.main-bt2.mbt2-sec {
	width: calc((100% - 40px) / 2);
	margin-left: 40px;
	float: left;
	overflow: hidden;
	position: relative;
}

.main-bt2.mbt2-sec img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}

.main-bt2.mbt2-sec.mbt2-001 {
	margin-left: 0px;
}

.main-bt2.mbt2-sec .main-bt2-txt1 {
	bottom: auto;
	top: 380px;
	left: 50px;
}

.main-bt2.mbt2-sec .main-bt2-txt2 {
	bottom: auto;
	top: 410px;
	left: 50px;
}

.main-bt2-wrap {
	margin-top: 2vw;
}

.main-bt2-wrap:after {
	content: "";
	display: block;
	clear: both;
}

.main-bt3 {
	width: 100%;
	height: 400px;
	background: url(../images/main-bt3-001.jpg) center no-repeat;
	padding-top: 140px;
	margin-top: 2vw;
}

.main-bt3-txt1 {
	/*font-size:34px;*/
	font-size: 2.6vw;
	font-weight: 400;
	color: #fff;
	text-align: center;
	font-family: "Montserrat";
	font-weight: 400;
}

.main-bt3-btn {
	display: block;
	width: 180px;
	height: 60px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 17px;
	line-height: 58px;
	margin: 0px auto;
	color: #fff;
	margin-top: 40px;
}

/*서브 컨텐츠*/
.page-title {
	position: relative;
}
.page-title-bar {
	width: 100%;
	height: 560px;
	padding-top: 80px;
	overflow-y: auto;
}

.page-title-bar h2 {
	color: #fff;
	text-align: center;
	font-size: 50px;
	font-weight: 500;
	margin-top: 211px;
	height: 52px;
	line-height: 52px;
}

.page-title-bar h3 {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	height: 22px;
	line-height: 22px;
	margin-top: 30px;
}

.page-title-bar .m_line {
	width: 34px;
	height: 1px;
	background: #b4bbc2;
	margin: 0px auto;
	margin-top: 30px;
}

.nav-menu-bar {
	position: relative;
	height: 80px;
	border-bottom: 1px solid #e2e2e2;
}

.nav-menu-bar-in {
	display: block;
	width: 100%;
	max-width: 1314px;
	height: 80px;
	margin: 0px auto;
}

.nav-menu-bar-in:after {
	content: "";
	display: block;
	clear: both;
}

.nav-home-btn {
	float: left;
	width: 80px;
	height: 80px;
	display: block;
	background: #ee6e00 url(../images/nav-home.png) center no-repeat;
}

.nav-depth {
	float: left;
	width: 230px;
	height: 80px;
}

.nav-depth-new {
	float: left;
	display: block;
	height: 79px;
	line-height: 79px;
	padding: 0 40px 0 30px;
	color: #3a3d3e;
	font-size: 17px;
}

.icon-gts {
	display: inline-block;
	width: 7px;
	height: 13px;
	background: url(../images/icon-gts.png) center no-repeat;
	margin: 0px 14px;
}

.select {
	width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #3a3d3e;
	font-size: 17px;
}

.select dt a {
	width: 100%;
	display: block;
	height: 80px;
	padding: 0 40px 0 20px;
	background: url(../images/bg_select.png) no-repeat 196px center;
	color: #3a3d3e;
	font-size: 17px;
	line-height: 80px;
	border-right: 1px solid #e2e2e2;
}

.select dt a.on {
	background: url(../images/bg_select_u.png) no-repeat 196px center;
}

.select dd {
	display: none;
	position: absolute;
	top: 79px;
	left: 0;
	width: 100%;
	padding: 0 !important;
	border: 1px solid #e2e2e2;
	max-height: 440px;
	overflow-y: auto;
	background: #fff;
	color: #3a3d3e;
	font-size: 17px;
	z-index: 90;
}

.select dd ul {
	padding: 0;
}

.select dd ul a {
	display: block;
	padding: 10px 0 13px 20px;
	line-height: 25px;
	color: #3a3d3e;
}

.select dd ul a:hover {
	background: #f0f0f0;
}

.select dd.on {
	display: block;
}

.sl-normal .select {
	width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #3a3d3e;
	font-size: 17px;
}

.sl-normal .select dt a {
	width: 100%;
	display: block;
	height: 60px;
	padding: 0 40px 0 20px;
	border: 1px solid #e2e2e2;
	background: url(../images/bg_select.png) no-repeat 130px center;
	color: #3a3d3e;
	font-size: 17px;
	line-height: 58px;
}

.sl-normal .select dt a.on {
	background: url(../images/bg_select_u.png) no-repeat 130px center;
}

.sl-normal .select dd {
	display: none;
	position: absolute;
	top: 59px;
	left: 0;
	width: 100%;
	padding: 0 !important;
	border: 1px solid #e2e2e2;
	max-height: 440px;
	overflow-y: auto;
	background: #fff;
	color: #3a3d3e;
	font-size: 17px;
	z-index: 1000;
}

.sl-normal .select dd ul {
	padding: 0;
}

.sl-normal .select dd ul a {
	display: block;
	padding: 10px 0 13px 20px;
	line-height: 25px;
	color: #3a3d3e;
}

.sl-normal .select dd ul a:hover {
	background: #f0f0f0;
}

.sl-normal .select dd.on {
	display: block;
}

.r-btns {
	float: right;
}

.r-btns:after {
	content: "";
	display: block;
	clear: both;
}


.content-area {
	position: relative;
	padding: 100px 0 0;
}


.content {}

.content-in {
	position: relative;
	display: block;
	/* width: 1314px; */
	width: 100%;
	/* max-width: 1314px; */
	max-width: 1380px;
	min-height: 780px;
	margin: 0px auto;
	padding: 0 33px 140px;
}


.sub-title {
	font-size: 38px;
	text-align: center;
	/* margin-top: 100px; */
	height: 100px;
	line-height: 50px;
}

/*페이지, 버튼*/
.paging {
	margin-top: 60px;
	height: 60px;
	text-align: center;
}

.paging-in {
	display: inline-block;
}

.paging-in:after {
	content: "";
	display: block;
	clear: both;
}

.page-wrap {
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 7px;
	border: 1px solid #e2e2e2;
	line-height: 58px;
	color: #8d8d8d;
	text-align: center;
}

.page-wrap:first-child {
	margin-left: 0px;
}

.page-wrap.on {
	border: 2px solid #ee6e00;
	color: #ee6e00;
	line-height: 56px;
}

.page-wrap.p_new {
	background: #fff url(../images/p-new.png) center no-repeat;
	border: none;
	width: 40px;
}

.page-wrap.p_prev {
	background: #fff url(../images/p-prev.png) center no-repeat;
	border: none;
	width: 40px;
	margin-right: 10px;
}

.page-wrap.p_next {
	background: #fff url(../images/p-next.png) center no-repeat;
	border: none;
	width: 40px;
	margin-left: 17px;
}

.page-wrap.p_first {
	background: #fff url(../images/p-first.png) center no-repeat;
	border: none;
	width: 40px;
}

.btn {
	width: 110px;
	height: 60px;
	line-height: 58px;
	text-align: center;
}

.btn-go {
	background: #ee6e00;
	color: #fff;
	font-size: 17px;
	border: 1px solid #ee6e00;
}

.btn-grayline {
	background: #fff;
	color: #222;
	font-size: 17px;
	border: 1px solid #c6c7cc;
}

/*서브페이지들 상단이미지*/
.sub-a .page-title-bar {
	background: url(../images/sub-a.jpg) 50% calc(50% + 50px);
}

.sub-b .page-title-bar {
	background: url(../images/sub-b.jpg) 50% calc(50% + 50px);
}

.sub-c .page-title-bar {
	background: url(../images/sub-c.jpg) 50% calc(50% + 50px);
}

.sub-d .page-title-bar {
	background: url(../images/sub-d.jpg) 50% calc(50% + 50px);
}

.sub-e .page-title-bar {
	background: url(../images/sub-e.jpg) 50% calc(50% + 50px);
}

.sub-f .page-title-bar {
	background: url(../images/sub-f.jpg) 50% calc(50% + 50px);
}

/*대표이사 인사말*/

.txt1 {
	position: absolute;
	font-size: 35px;
	line-height: 48px;
	top: 200px;
	left: 0px;
	color: #222;
	background: url(../images/suba01-0.png) left top no-repeat;
	padding: 0px 0px 0px 110px;
}

.txt2 {
	position: absolute;
	font-size: 17px;
	line-height: 28px;
	top: 350px;
	left: 0px;
	color: #8d8d8d;
}

.img-sa001-01 {
	position: absolute;
	bottom: 200px;
	right: 0px;
}

.txt3 {
	position: absolute;
	font-size: 16px;
	line-height: 16px;
	bottom: 150px;
	text-align: right;
	right: 20px;
	color: #000;
}

.txt4 {
	position: absolute;
	font-size: 24px;
	line-height: 24px;
	bottom: 120px;
	text-align: right;
	right: 20px;
	color: #000;
}

.sa001-01 .content-in {
	min-height: 1370px;
}

/*비전 및 전략체계*/
.sa002-01 .content-in {
	/* width: 1319px; */
}

.sub-title.vt02 {
	margin-top: 140px;
}

.visions {}

.visions:after {
	content: "";
	display: block;
	clear: both;
}

.vision {
	float: left;
	width: calc(50% - 37px);
	text-align: center;
}

.vs-plus {
	float: left;
	width: 74px;
	height: 74px;
	margin-top: 116px;
}

.vs-txt1 {
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	color: #222;
	height: 26px;
	line-height: 26px;
	margin-top: 32px;
}

.vs-txt2 {
	display: block;
	text-align: center;
	font-size: 31px;
	font-weight: 500;
	color: #222;
	height: 50px;
	line-height: 46px;
}

.goal-img-mo {
	display: none;
}

.goals {}

.goals:after {
	content: "";
	display: block;
	clear: both;
}

.goal {
	float: left;
	text-align: center;
}

.goal-txts {
	position: relative;
	padding: 24px 10px 0px;
	margin-top: 24px;
}

.goal-txt1 {
	background: #f9f8f6;
	height: 98px;
	line-height: 23px;
	border-bottom: 1px solid #e6ddd5;
	color: #3a3d3e;
	font-size: 17px;
	padding-top: 24px;
}

.goal-tri {
	position: absolute;
	background: url(../images/goal-tri.png) center no-repeat;
	width: 39px;
	height: 24px;
	left: calc(50% - 20px);
	top: 0px;
}

.goal-txt2 {
	height: 88px;
	line-height: 22px;
	border-bottom: 1px solid #e6ddd5;
	color: #8d8d8d;
	font-size: 15px;
	padding-top: 20px;
}

.goal-txt2.line2 {
	padding-top: 10px;
}

.goal-txt1.txt1-l3 {
	padding-top: 14px;
}

.goal-txt2.txt2-l3 {
	padding-top: 10px;
}

.a002-bg2 {
	background: url(../images/a002-bg2.jpg) 50% top no-repeat;
}

.a002-bg2 .content-in {
	overflow: auto;
	padding: 0px 20px;
}

.a002-bg2 .content-in .sub-title {
	color: #fff;
}

.sto-roles {
	background: #fff;
	border: 1px solid #f7f7f7;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1), 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.sto-roles:after {
	content: "";
	display: block;
	clear: both;
}

.sto-role {
	text-align: center;
	float: left;
	width: 20%;
	border-left: 1px solid #f7f7f7;
	padding: 60px 0px 100px;
}

.sto-role:first-child {
	border-left: none;
}

.role-img {
	height: 100px;
}

.role001 .role-img {
	background: url(../images/sto-role-001.png) center no-repeat;
}

.role002 .role-img {
	background: url(../images/sto-role-002.png) center no-repeat;
}

.role003 .role-img {
	background: url(../images/sto-role-003.png) center no-repeat;
}

.role004 .role-img {
	background: url(../images/sto-role-004.png) center no-repeat;
}

.role005 .role-img {
	background: url(../images/sto-role-005.png) center no-repeat;
}

.role-txt1 {
	font-size: 22px;
	font-weight: 500;
	color: #222;
	height: 40px;
	line-height: 40px;
}

.role-txt2 {
	font-size: 16px;
	color: #c5c5c5;
	font-family: "Montserrat";
	font-weight: 400;
	height: 24px;
	line-height: 24px;
}

.role-txt3 {
	font-size: 16px;
	color: #8d8d8d;
	font-weight: 400;
	height: 50px;
	line-height: 26px;
	margin-top: 14px;
}

/*재단 인재상*/
.a003-01 .content-in {
	position: relative;
	min-height: 700px;
}

.a003-02 {
	background-color: #fafafa;
}

.a003-02 .content-in {
	position: relative;
	min-height: 514px;
}

.a003-03 .content-in {
	position: relative;
	min-height: 782px;
}

.a003-04 {
	background-color: #fafafa;
}

.a003-04 .content-in {
	position: relative;
	min-height: 514px;
}

.a003-05 .content-in {
	position: relative;
	min-height: 260px;
}

.a003-01 img {
	position: absolute;
	top: 200px;
	left: 0px;
}

.a003-02 img {
	position: absolute;
	top: 60px;
	right: 0px;
}

.a003-03 img {
	position: absolute;
	top: 200px;
	left: 0px;
}

.a003-04 img {
	position: absolute;
	top: 60px;
	right: 0px;
}

.a003-txt1 {
	position: relative;
	font-size: 30px;
	color: #222;
	font-family: "Montserrat";
	font-weight: 400;
}

.a003-txt2 {
	position: relative;
	font-size: 33px;
	color: #000;
	font-weight: 400;
}

.a003-txt3 {
	position: relative;
	font-size: 17px;
	font-weight: 400;
	color: #8d8d8d;
}

.a3-line {
	position: relative;
	width: 135px;
	height: 1px;
	background: #000000;
	margin: 26px 0px 30px -30px;
}

.a003-right1 {
	position: relative;
	width: calc(100% - 600px);
	float: right;
	margin-top: 100px;
	padding: 88px 0px 0px 180px;
}

.a003-01 .a003-txt1 {}

.a003-01 .a003-txt2 {}

.a003-01 .a003-txt3 {}

.a003-right2 {
	position: relative;
	width: calc(100% - 485px);
	float: left;
	margin-top: 100px;
	padding: 48px 0px 0px 180px;
}

.a003-02 .a003-txt1 {}

.a003-02 .a003-txt2 {}

.a003-02 .a003-txt3 {}

.a003-right3 {
	position: relative;
	width: calc(100% - 600px);
	float: right;
	margin-top: 100px;
	padding: 48px 0px 0px 180px;
}

.a003-03 .a003-txt1 {
	margin-top: 120px;
}

.a003-03 .a003-txt2 {}

.a003-03 .a003-txt3 {}

.a003-right4 {
	position: relative;
	width: calc(100% - 485px);
	float: left;
	margin-top: 100px;
	padding: 48px 0px 0px 180px;
}

.a003-04 .a003-txt1 {}

.a003-04 .a003-txt2 {}

.a003-04 .a003-txt3 {}

/*연혁*/
.sa004-01 .sub-title {
	height: 130px;
}

.a004-menu {
	float: left;
	width: 300px;
	text-align: left;
}

.a004-content {
	float: right;
	width: calc(100% - 300px);
}

.hst-title {
	color: #222;
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
}

.hst-years {
	margin-top: 36px;
}

.hst-year a {
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	font-family: "Montserrat";
	font-weight: 700;
	height: 42px;
	line-height: 42px;
	color: #888;
}

.hst-year.active a {
	color: #ee6e00;
}

.sa004-01 .content-in:after {
	content: "";
	display: block;
	clear: both;
}

.a004-content:after {
	content: "";
	display: block;
	clear: both;
}

.a004-content-in {
	border-top: 1px solid #f2f2f2;
	padding-top: 50px;
	padding-bottom: 0px;
}

.a004-content-in:after {
	content: "";
	display: block;
	clear: both;
}

.a004-content-in:first-child {
	border-top: none;
	padding-top: 0px;
	padding-bottom: 50px;
}

.a004-content-in.ct-mid {
	padding-bottom: 50px;
}

.hst-year2 {
	float: left;
	width: 190px;
	font-size: 22px;
	font-family: "Montserrat";
	font-weight: 700;
	color: #222;
}

.hst-content {
	float: left;
	width: calc(100% - 190px);
}

.hst-row {
	width: 100%;
	margin-top: 40px;
    word-break: break-word;
}

.hst-row:first-child {
	margin-top: 0px;
}

.hst-row:after {
	content: "";
	display: block;
	clear: both;
}

.hst-num {
	float: left;
	width: 43px;
	font-size: 17px;
	font-family: "Montserrat";
	font-weight: 700;
	color: #222;
	line-height: 30px;
}

.hst-txt {
	float: left;
	width: calc(100% - 43px);
	color: #8d8d8d;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
}

.hst-cont {
	display: none;
}

.hst-cont.active {
	display: block;
}

/*이사진 소개*/

.directors {
	width: 100%;
	border-top: 3px solid #d2d2d2;
}

.directors tr {
	border-bottom: 1px solid #e2e2e2;
}

.directors th {
	background: #f0f0f0;
	color: #222;
	text-align: center;
	font-weight: 700;
	padding: 17px 0px;
}

.directors td {
	color: #222;
	text-align: center;
	font-weight: 400;
	padding: 17px 0px;
	height: 100px;
}

.directors td:nth-child(3) {
	text-align: left;
}

.director_hst {
	background: url(../images/hd-dot.png) 0px 12px no-repeat;
	padding-left: 15px;
	background-size: 3px 3px;
}

/*조직도*/
.sto-tree {
	position: relative;
	height: 1550px;
}

.sto-tree-001 {
	position: absolute;
	top: 0px;
	width: 340px;
	height: 94px;
	line-height: 94px;
	background-color: #ee6e00;
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-weight: 500;
	border-radius: 47px;
	left: calc(50% - 170px);
	z-index: 70;
}

.sto-tree-002 {
	position: absolute;
	top: 148px;
	width: 340px;
	height: 94px;
	line-height: 90px;
	background-color: #fff;
	color: #53575a;
	font-size: 25px;
	text-align: center;
	font-weight: 500;
	border: 2px solid #53575a;
	border-radius: 47px;
	left: calc(50% - 170px);
	z-index: 70;
}

.sto-tree-003 {
	position: absolute;
	font-size: 25px;
	font-weight: 500;
	width: 420px;
	height: 90px;
	line-height: 90px;
	background: #53575a;
	z-index: 70;
	top: 282px;
	left: calc(50% + 240px);
	color: #fff;
	text-align: center;
}

.sto-tree-004 {
	position: absolute;
	width: 420px;
	z-index: 70;
	top: 460px;
	left: calc(50% - 580px);
}

.sto-tree-005 {
	position: absolute;
	width: 420px;
	z-index: 70;
	top: 460px;
	right: calc(50% - 580px);
}

.sto-part {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	width: 100%;
	height: 90px;
	line-height: 90px;
	background: #26225b;
}

.sto-teams {
	border: 1px solid #b7b7b7;
}

.sto-team {
	display: block;
	border-top: 1px dashed #b7b7b7;
	height: 86px;
	line-height: 85px;
	font-size: 22px;
	color: #53575a;
	font-weight: 500;
	text-align: left;
	background: url(../images/r-arrow.png) calc(100% - 30px) no-repeat;
	background-size: 10px 18px;
	padding-left: 30px;
}

.sto-team:first-child {
	height: 85px;
	border-top: none;
}

.tree-line {
	position: relative;
	width: 100%;
}

.tree-line1 {
	position: absolute;
	z-index: 60;
	width: 1px;
	height: 414px;
	border-left: 1px dashed #b7b7b7;
	top: 0px;
	left: 50%;
}

.tree-line2 {
	position: absolute;
	z-index: 60;
	width: 300px;
	height: 1px;
	border-top: 1px dashed #b7b7b7;
	top: 327px;
	left: 50%;
}

.tree-line3 {
	position: absolute;
	z-index: 60;
	width: 740px;
	height: 1px;
	border-top: 1px dashed #b7b7b7;
	top: 414px;
	left: calc(50% - 370px);
}

.tree-line4 {
	position: absolute;
	z-index: 60;
	width: 1px;
	height: 100px;
	border-left: 1px dashed #b7b7b7;
	top: 414px;
	left: calc(50% - 370px);
}

.tree-line5 {
	position: absolute;
	z-index: 60;
	width: 1px;
	height: 100px;
	border-left: 1px dashed #b7b7b7;
	top: 414px;
	right: calc(50% - 370px);
}

.tab-a5-wrap {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	height: 88px;
}

.tab-a5-wrap-in {
	display: inline-block;
}

.tab-a5-wrap-in:after {
	content: "";
	display: block;
	clear: both;
}

.tab-a5-wrap .tab-a5 {
	position: relative;
	float: left;
	width: 33.3%;
	border: 1px solid #c2c2c2;
	height: 90px;
	margin-left: -1px;
	margin-top: -1px;
}

.tab-a5-wrap .tab-a5 span {
	display: block;
	height: 88px;
	line-height: 88px;
	color: #53575a;
	font-size: 25px;
	text-align: center;
	font-weight: 500;
}

.tab-a5-wrap .tab-a5.active span {
	border-bottom: 6px solid #ff8f2f;
	color: #ee6e00;
}

.tab-a5-content {
	display: none;
}

.tab-a5-content.active {
	display: block;
	position: relative;
}

.a5-part-title {
	font-size: 25px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	color: #ee6e00;
	margin-top: 66px;
}

.tb-kimd {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.tb-kimd thead th {
	color: #666;
	font-size: 17px;
	padding: 20px 0px;
	font-weight: 400;
}

.tb-kimd tbody tr {
	border-top: 1px solid #f4f4f4;
}

.tb-kimd tbody tr.bdt-type1 {
	border-top: 2px solid #e9e9e9;
}

.tb-kimd tbody td {
	font-size: 17px;
	color: #53575a;
	padding: 20px 0px;
	line-height: 35px;
	font-weight: 400;
	vertical-align: middle;
}

.tb-kimd .tda51-003 {
	text-align: left;
	padding-left: 30px;
}

.tb-kimd .tda53-001 {
	text-align: left;
	padding-left: 20px;
	padding-top: 18px;
	font-size: 22px;
	font-weight: 500;
	vertical-align: top;
}

.tb-kimd .tda53-004 {
	text-align: left;
	padding-left: 30px;
}

.tb-kimd .ph-num {
	background: url(../images/icon-phone.png) left 11px no-repeat;
	background-size: 13px 15px;
	display: inline-block;
	color: #53575a;
	vertical-align: top;
	padding-left: 22px;
	margin-left: 15px;
}

.taba5-col1 {
	width: 18%;
}

.taba5-col2 {
	width: 18%;
}

.taba5-col3 {}

.taba5-col4 {}

.taba5b-col1 {
	width: 20%;
}

.taba5b-col2 {
	width: 38%;
}

.taba5b-col3 {}

.info-addr {
	color: #53575a;
}

/*CI*/

.ci-row1 {
	height: 424px;
	border: 1px solid #f2f2f2;
	position: relative;
}

.ci-001 {
	position: relative;
	margin-top: 90px;
	margin-left: 76px;
}

.ci-top {
	position: relative;
	float: left;
	width: 50%;
}

.ci-txt {
	font-size: 17px;
	font-weight: 400;
	color: #8d8d8d;
	line-height: 30px;
}

.ci-row1 .ci-txt {
	position: relative;
	margin-top: 40px;
	margin-left: 76px;
}

.ci-detail {
	position: relative;
	width: 50%;
	height: 422px;
	top: 0px;
	right: 0px;
	background: url(../images/ci_002a.png) center no-repeat;
	float: left;
}

.ci-row2 {}

.ci-row2:after {
	content: "";
	display: block;
	clear: both;
}

.ci-row2-one {
	position: relative;
	width: calc(50% - 12px);
	height: 192px;
	float: left;
	margin-top: 24px;
	margin-left: 24px;
	border: 1px solid #f2f2f2;
}

.ci-row2-one:nth-child(2n-1) {
	margin-left: 0px;
}

.ci-row2 .ci-txt {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	margin-top: 60px;
	margin-left: 20px;
	float: left;
}

.ci-row2-one img {
	position: relative;
	margin-top: 53px;
	margin-left: 46px;
	float: left;
	width: 144px;
	height: 85px;
}

.ci-row3 {
	position: relative;
}

.ci-row3:after {
	content: "";
	display: block;
	clear: both;
}

.ci-row3-one {
	position: relative;
	width: calc(50% - 12px);
	height: 298px;
	float: left;
	margin-top: 24px;
	margin-left: 24px;
	border: 1px solid #f2f2f2;
	text-align: center;
	line-height: 298px;
}

.ci-row3-one:nth-child(2n-1) {
	margin-left: 0px;
}

.ci-row3-one img {
	vertical-align: middle;
}

.sub-title2-ci {
	font-size: 25px;
	font-weight: 400;
	margin-top: 60px;
}

.ci-row4 {}

.ci-row4:after {
	content: "";
	display: block;
	clear: both;
}

.ci-row4-one {
	position: relative;
	width: 210px;
	height: 210px;
	float: left;
	margin-top: 24px;
	margin-left: 10px;
	text-align: left;
	color: #fff;
	padding-left: 26px;
	padding-top: 28px;
}

.ci-row4-one:nth-child(6n-5) {
	margin-left: 0px;
}

.ci-row4-one.cr4-001 {
	background: #ffa400;
	border: 1px solid #ffa400;
}

.ci-row4-one.cr4-002 {
	background: #53575a;
	border: 1px solid #53575a;
}

.ci-row4-one.cr4-003 {
	background: #a32d84;
	border: 1px solid #a32d84;
}

.ci-row4-one.cr4-004 {
	background: #26225b;
	border: 1px solid #26225b;
}

.ci-row4-one.cr4-005 {
	background: #000000;
	border: 1px solid #000000;
}

.ci-row4-one.cr4-006 {
	background: #fff;
	border: 1px solid #f2f2f2;
	color: #949494;
}

.ci-row4-one.cr4-007 {
	background: #93d500;
	border: 1px solid #93d500;
}

.ci-row4-one.cr4-008 {
	background: #00c1de;
	border: 1px solid #00c1de;
}

.ci-row4-one.cr4-009 {
	background: #0073c9;
	border: 1px solid #0073c9;
}

.ci-row4-one.cr4-010 {
	background: #ffcd00;
	border: 1px solid #ffcd00;
}

.ci-row4-one.cr4-011 {
	background: #aa6c10;
	border: 1px solid #aa6c10;
}

.ci-row4-one.cr4-012 {
	background: #ce0e2d;
	border: 1px solid #ce0e2d;
}

.ci4-txt1 {
	font-size: 18px;
}

.ci4-txt2 {
	margin-top: 60px;
	font-size: 16px;
}

.ciDownWrap {
	position: relative;
	margin-top: 24px;
	height: 60px;
}

.ciDownWrap .c007-tab-btn1 {
	top: 0;
}

/*오시는 길*/
.content-in.a008-title {
	min-height: 10px;
	padding-bottom: 0px;
}

.content-in.a008-bot {
	min-height: 10px;
}

.map-area {}

.addr-info {
	margin-top: 50px;
}

.addr-info:after {
	content: "";
	display: block;
	clear: both;
}

.addr-left {
	position: relative;
	float: left;
	width: 42%;
}

.addr-right {
	float: left;
	width: 58%;
}

.addr-title {
	font-size: 43px;
	color: #222;
	font-family: "Montserrat";
	font-weight: 400;
	margin-top: 15px;
}

.addr-line {
	width: 76px;
	height: 1px;
	position: absolute;
	background: #434343;
	left: 0px;
	top: 90px;
}

.addr-right .addr-tr {
	border-bottom: 1px solid #f2f2f2;
}

.addr-tr:after {
	content: "";
	display: block;
	clear: both;
}

.addr-th {
	float: left;
	width: 35%;
	font-size: 20px;
	color: #222;
	height: 88px;
	line-height: 87px;
}

.addr-td {
	float: right;
	width: 65%;
	font-size: 17px;
	color: #8d8d8d;
	height: auto;
	line-height: 26px;
	padding: 30px 0px;
}

.sa008-01 .btn {
	width: 290px !important;
	background: #fff url(../images/open-window.png) calc(100% - 13px) center no-repeat;
	text-align: left;
	padding-left: 19px;
	font-size: 14px;
}

/*게시판류 공통*/
.con-search-bar {
	height: 60px;
}

.con-search-bar:after {
	content: "";
	display: block;
	clear: both;
}

.con-search-bar .r-btns .sl-normal {
	width: 160px;
	float: left;
}

.con-search-bar .r-btns .con-ip {
	float: left;
	margin-left: 15px;
	width: 300px;
	font-size: 15px;
	color: #666;
	padding: 0px 18px;
}

.con-search-bar .r-btns .btn {
	float: left;
	margin-left: 15px;
}

.blt-wrap {
	border-top: 3px solid #ee6e00;
	margin-top: 35px;
	border-bottom: 1px solid #8d8d8d;
}

.blt-wrap .top-row {
	height: 78px;
	line-height: 77px;
	border-bottom: 1px solid #8d8d8d;
}

.blt-wrap .top-row:after {
	content: "";
	display: block;
	clear: both;
}

.blt-wrap .top-row .blt-col {
	height: 77px;
	line-height: 77px;
	text-align: center;
	color: #8d8d8d;
	font-size: 17px;
	font-weight: 500;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.blt-wrap .od-row {
	display: block;
	height: 76px;
	line-height: 75px;
	border-top: 1px solid #f2f2f2;
	font-size: 0;
}

.blt-wrap .od-row.notice-top {
	background: #fbfaf9;
}

.blt-wrap .od-row:first-child {
	height: 75px;
	line-height: 75px;
	border-top: none;
}

/* .blt-wrap .od-row:after{content: ""; display: block; clear: both;} */
.blt-wrap .od-row .blt-col {
	display: inline-block;
	height: 75px;
	line-height: 75px;
	text-align: center;
	color: #53575a;
	font-size: 17px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}

.notice-ipt {
	background: url(../images/notice-ipt.png);
	width: 14px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
}

.btn-br {
	margin-top: 20px;
}

.btn-br:after {
	content: "";
	display: block;
	clear: both;
}

.btn-br-right {
	float: right;
}

.btn-br-right:after {
	content: "";
	display: block;
	clear: both;
}

.btn-br-right .gotolist {
	float: right;
	width: 120px;
	height: 60px;
}

.bid-frame {
	text-align: center;
}

.bid-frame iframe {
	border: none;
	width: 830px;
	margin: 0 auto;
}

/*사전정보공표목록 등의 탭메뉴*/
.tab-t2-wrap {
	width: 100%;
	margin-top: 68px;
}

.tab-t2-wrap:after {
	content: "";
	display: block;
	clear: both;
}

.tab-t2-wrap .tab-t2 {
	position: relative;
	float: left;
	width: 25%;
	border: 1px solid #c2c2c2;
	height: 90px;
	margin-left: -1px;
	margin-top: -1px;
}

.tab-t2-wrap .tab-t2 span {
	display: block;
	height: 88px;
	line-height: 88px;
	color: #53575a;
	font-size: 25px;
	text-align: center;
	font-weight: 500;
}

.tab-t2-wrap .tab-t2.active span {
	border-bottom: 6px solid #ff8f2f;
	color: #ee6e00;
}

.tab-t2-content {
	display: none;
}

.tab-t2-content.active {
	display: block;
}

/*사전정보공표목록*/
.tab21-01 {
	width: 15%;
}

.tab21-02 {
	width: 15%;
}

.tab21-03 {
	width: 14%;
}

.tab21-04 {
	width: 14%;
}

.tab21-05 {
	width: 14%;
}

.tab21-06 {
	width: 14%;
}

.tab21-07 {}

/*사전공개*/
.tab-t3-wrap {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.tab-t3-wrap-in {
	display: inline-block;
}

.tab-t3-wrap-in:after {
	content: "";
	display: block;
	clear: both;
}

.tab-t3-wrap .tab-t3 {
	position: relative;
	float: left;
	width: 210px;
	border: 1px solid #c2c2c2;
	height: 90px;
	margin-left: -1px;
	margin-top: -1px;
}

.tab-t3-wrap .tab-t3 span {
	display: block;
	height: 88px;
	line-height: 88px;
	color: #53575a;
	font-size: 25px;
	text-align: center;
	font-weight: 500;
}

.tab-t3-wrap .tab-t3.active span {
	border-bottom: 6px solid #ff8f2f;
	color: #ee6e00;
}

.tab-t3-content {
	display: none;
}

.tab-t3-content.active {
	display: block;
}

.c007-tab1c {
	position: relative;
	max-width: 900px;
	margin: 0px auto;
}

.c007-txt1 {
	font-size: 33px;
	color: #222222;
	font-weight: 400;
	margin-top: 64px;
}

.c007-txt2 {
	font-size: 17px;
	color: #8d8d8d;
	font-weight: 400;
	margin-top: 20px;
}

.c007-txt2a {
	font-size: 17px;
	color: #8d8d8d;
	font-weight: 400;
	margin-top: 20px;
	line-height: 30px;
}

.c007-txt3 {
	font-size: 25px;
	color: #ee6e00;
	font-weight: 400;
	margin-top: 8px;
}

.c007-txt4 {
	font-size: 17px;
	color: #8d8d8d;
	font-weight: 400;
	margin-top: 20px;
	line-height: 30px;
}

.c007-txt4a {
	font-size: 17px;
	color: #53575a;
	font-weight: 400;
	margin-top: 20px;
	line-height: 30px;
}

.c007-txt5 {
	font-size: 22px;
	color: #ee6e00;
	font-weight: 400;
	margin-top: 60px;
	background: url(../images/hd-dot3.png) left no-repeat;
	background-size: 6px 6px;
	padding-left: 16px;
}

.c007-txt5a {
	font-size: 22px;
	color: #ee6e00;
	font-weight: 400;
	background: url(../images/hd-dot3.png) 0px 15px no-repeat;
	background-size: 6px 6px;
	padding-left: 16px;
}

.c007-txt6 {
	font-size: 17px;
	color: #222;
	font-weight: 400;
	margin-top: 20px;
	background: url(../images/hd-line.png) left no-repeat;
	background-size: 6px 1px;
	padding-left: 16px;
}

.c007-txt7 {
	font-size: 17px;
	color: #8d8d8d;
	font-weight: 400;
	margin-top: 20px;
}

.c007-txt8 {
	font-size: 17px;
	color: #222;
	font-weight: 400;
	margin-top: 20px;
}

.c007-txt9 {
	font-size: 17px;
	color: #222;
	font-weight: 400;
	margin-top: 20px;
}

.ct7-num {
	display: inline-block;
	background: #8f8f8f;
	font-size: 14px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	border-radius: 50%;
	margin-right: 15px;
	text-align: center;
}

.c007-tab-btn1 {
	position: absolute;
	right: 0px;
	top: 32px;
	display: block;
	width: 200px;
}

.c007-tab-btn1 span {
	display: inline-block;
	background: url(../images/download3.png) left no-repeat;
	padding-left: 24px;
}

.c007-tab-btn2 {
	display: block;
	width: 260px;
	margin-top: 30px;
}

.c007-tab-btn2 span {
	display: inline-block;
	background: url(../images/cr-arrow.png) right no-repeat;
	background-size: 19px 8px;
	padding-right: 26px;
}

.tid-td1 .select dt a {
	height: 60px;
	line-height: 58px;
	background: #fff url(../images/bg_select.png) no-repeat;
	background-position: calc(100% - 17px) center;
	border: 1px solid #e2e2e2;
	padding-left: 12px;
}

.tid-td1 .select dt a.on {
	background: #fff url(../images/bg_select_u.png) no-repeat;
	background-position: calc(100% - 17px) center;
}

.tid-td1 .select dd {
	top: 59px;
}

.tid-msg0 {
	display: block;
	width: 100%;
	margin-left: 7%;
	color: #cd0e2d;
	font-size: 16px;
	float: left;
	height: 1px;
	overflow: hidden;
}

.tid-msg0.on {
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
}

.tid-ipt-wrap.c007input {
	margin-top: 60px;
}

.c007-txbox {
	font-size: 17px;
	color: #222;
	line-height: 30px;
	padding: 26px 39px;
	background: #f7f7f7;
	margin-top: 30px;
}

.sbc007 .tab-t3-wrap .tab-t3 {
	border: none;
}

/*통합검색결과*/
.tab-f3-wrap {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	height: 88px;
}

.tab-f3-wrap-in {
	display: inline-block;
}

.tab-f3-wrap-in:after {
	content: "";
	display: block;
	clear: both;
}

.tab-f3-wrap .tab-f3 {
	position: relative;
	float: left;
	width: calc(25%);
	border: 1px solid #c2c2c2;
	height: 90px;
	margin-left: -1px;
	margin-top: -1px;
}

.tab-f3-wrap .tab-f3 span {
	display: block;
	height: 88px;
	line-height: 88px;
	color: #53575a;
	font-size: 25px;
	text-align: center;
	font-weight: 500;
}

.tab-f3-wrap .tab-f3.active span {
	border-bottom: 6px solid #ff8f2f;
	color: #ee6e00;
}

.tab-f3-content {
	display: none;
}

.tab-f3-content.active {
	display: block;
	position: relative;
	padding: 0px 10px 0px 0px;
}

.sf003-01 .content-in {
	padding-top: 0px;
}

.sch-result1 {
	font-size: 20px;
	text-align: left;
	font-weight: 400;
	padding: 30px 0px;
}

.schr-txt1 {
	color: #ee6e00;
	font-weight: 500;
}

.sch-result2 {
	margin-top: 50px;
}

.sch-result2:after {
	content: "";
	display: block;
	clear: both;
}

.sch-result2-title {
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	float: left;
	background: url(../images/sch-title.png) 0px 9px no-repeat;
	padding-left: 15px;
	height: 29px;
	line-height: 29px;
}

.sch-result2-more {
	float: right;
	font-size: 14px;
	color: #888;
	font-weight: 400;
	background: url(../images/plus-more.png) left no-repeat;
	text-align: right;
	padding-left: 14px;
	height: 29px;
	line-height: 29px;
}

.sch-result3 {
	padding: 10px 0px 30px 20px;
	border-bottom: 1px solid #e2e2e2;
}

.sch-result3-row {
	margin-top: 14px;
}

.sch-result3-row:after {
	content: "";
	display: block;
	clear: both;
}

.sch-result3-title {
	width: calc(100% - 100px);
	font-size: 16px;
	font-weight: 400;
	color: #555;
	text-align: left;
	float: left;
	background: url(../images/hd-dot.png) 0px 12px no-repeat;
	padding-left: 11px;
	background-size: 4px 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 24px;
	line-height: 24px;
}

.sch-result3-more {
	width: 80px;
	float: right;
	font-size: 14px;
	color: #888;
	font-weight: 400;
	text-align: right;
	height: 24px;
	line-height: 24px;
}

.tsb-wrap-w {
	width: 640px;
	height: 104px;
	margin: 180px auto 0px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	border: 2px solid rgba(255, 255, 255, 0.2);
}


.tsb-wrap.f003sp {
	margin: 0px;
}

/*비공개 정보 세부기준*/
.c002-txt1 {
	position: relative;
	font-size: 17px;
	color: #222;
	font-weight: 400;
	margin-top: 40px;
	padding-left: 40px;
}

.c002-num {
	position: absolute;
	display: inline-block;
	background: #8f8f8f;
	font-size: 14px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	border-radius: 50%;
	left: 0px;
	top: 0px;
	text-align: center;
}

.sc002-01 .content-in {
	width: 900px;
}

/*개인정보 처리방침*/
.tab-t4 {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #c2c2c2;
	height: 90px;
	margin-top: -1px;
}

.tab-t4 span {
	display: block;
	height: 88px;
	line-height: 88px;
	color: #53575a;
	font-size: 25px;
	text-align: center;
	font-weight: 500;
	text-align: left;
	padding-left: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab-t4.active span {
	border-bottom: 6px solid #ff8f2f;
	color: #ee6e00;
}

.tab-t4-content {
	display: none;
}

.tab-t4-content.active {
	display: block;
	padding: 60px 0px 70px;
}

.tab-t4.tab-t4-f {
	margin-top: 70px;
}

.info-idv {
	width: 100%;
	margin-top: 40px;
}

.info-idv tr {
	height: auto;
	line-height: 22px;
}

.info-idv thead tr {
	border-bottom: 1px solid #e6e6e6;
}

.info-idv th {
	font-size: 17px;
	color: #8d8d8d;
	text-align: center;
	font-weight: 400;
	padding: 15px 0px;
}

.info-idv td {
	font-size: 17px;
	color: #53575a;
	text-align: center;
	padding: 15px 0px;
}

.idv-type1 th.th03 {
	text-align: left;
}

.idv-type1 td.td03 {
	text-align: left;
}

.info-idv .tt4-col1 {
	width: 10%;
}

.info-idv .tt4-col2 {
	width: 30%;
}

/*재단사업소개*/
.sv-cards:after {
	content: "";
	display: block;
	clear: both;
}

.sv-card {
	width: 426px;
	height: 300px;
	float: left;
	margin-left: 18px;
	margin-top: 20px;
	color: #fff;
	text-align: center;
}

.sv-card:nth-child(3n-2) {
	margin-left: 0px;
}

.sv-cover {
	position: relative;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.sv-card:hover .sv-cover,
.sv-card:focus .sv-cover {
	background-color: rgba(217, 100, 0, 0.8);
	/*rgba(238,110,0,0.6);*/
}

.sv-txt1 {
	position: absolute;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	top: 54px;
	left: 0px;
	padding: 0px 6px;
}

.sv-txt2 {
	position: absolute;
	width: 100%;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
	padding: 0px 30px;
	top: 108px;
	left: 0px;
	word-break: keep-all;
    white-space: normal;
    overflow-wrap: break-word;
}

.sv-txt2.sv-txt2-line3 {
	font-size: 25px;
}

.sv-more {
	position: absolute;
	display: block;
	width: 118px;
	height: 38px;
	line-height: 36px;
	border: 1px solid #fff;
	border-bottom-right-radius: 14px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	top: 220px;
	left: calc(50% - 59px);
}

.sv-card:hover .sv-more,
.sv-card:focus .sv-more {
	color: #ee6e00;
	background: #fff;
}

.b001-pic001 {
	background: url(../images/b001-pic001.jpg) center no-repeat;
	background-size: 100% 100%;
}

.b001-pic002 {
	background: url(../images/b001-pic002.jpg) center no-repeat;
	background-size: 100% 100%;
}

.b001-pic003 {
	background: url(../images/b001-pic003.jpg) center no-repeat;
	background-size: 100% 100%;
}

.b001-pic004 {
	background: url(../images/b001-pic004.jpg) center no-repeat;
	background-size: 100% 100%;
}

.b001-pic005 {
	background: url(../images/b001-pic005.jpg) center no-repeat;
	background-size: 100% 100%;
}

.b001-pic006 {
	background: url(../images/b001-pic006.jpg) center no-repeat;
	background-size: 100% 100%;
}

.b001-pic007 {
	background: url(../images/b001-pic007.png) center no-repeat;
	background-size: 100% 100%;
}

.b001-pic008 {
	background: url(../images/b001-pic008.png) center no-repeat;
	background-size: 100% 100%;
}

.b002-pic001 {
	background: url(../images/b002-pic001.jpg) center no-repeat;
	background-size: 100% 100%;
}

.b002-pic002 {
	background: url(../images/b002-pic002.jpg) center no-repeat;
	background-size: 100% 100%;
}

.b002-pic003 {
	background: url(../images/b002-pic003.png) center no-repeat;
	background-size: 100% 100%;
}

.b002-pic004 {
	background: url(../images/b002-pic004.png) center no-repeat;
	background-size: 100% 100%;
}

.b003-pic001 {
	background: url(../images/b003-pic001.jpg) center no-repeat;
	background-size: 100% 100%;
}

.b003-pic002 {
	background: url(../images/b003-pic002.jpg) center no-repeat;
	background-size: 100% 100%;
}

.b003-pic003 {
	background: url(../images/b003-pic003.jpg) center no-repeat;
	background-size: 100% 100%;
}

.b003-pic004 {
	background: url(../images/b003-pic004.png) center no-repeat;
	background-size: 100% 100%;
}

.b004-pic001 {
	background: url(../images/b004-pic001.png) center no-repeat;
	background-size: 100% 100%;
}

.b004-pic002 {
	background: url(../images/b004-pic002.png) center no-repeat;
	background-size: 100% 100%;
}

.b004-pic003 {
	background: url(../images/b004-pic003.png) center no-repeat;
	background-size: 100% 100%;
}

.b004-pic004 {
	background: url(../images/b004-pic004.png) center no-repeat;
	background-size: 100% 100%;
}

.b004-pic005 {
	background: url(../images/b004-pic005.png) center no-repeat;
	background-size: 100% 100%;
}

.b005-pic001 {
	background: url(../images/b005-pic001.jpg) center no-repeat;
	background-size: 100% 100%;
}

.b005-pic002 {
	background: url(../images/b005-pic002.jpg) center no-repeat;
	background-size: 100% 100%;
}

.b005-pic003 {
	background: url(../images/b005-pic003.jpg) center no-repeat;
	background-size: 100% 100%;
}

.b005-pic004 {
	background: url(../images/b005-pic004.jpg) center no-repeat;
	background-size: 100% 100%;
}

/*공지사항*/
.type-d001 .top-row .blt-col.col1 {
	width: 8%;
}

.type-d001 .top-row .blt-col.col2 {
	width: calc(85% - 100px);
}

.type-d001 .top-row .blt-col.col3 {
	width: 100px;
}

.type-d001 .top-row .blt-col.col4 {
	width: 7%;
}

.type-d001 .top-row .blt-col.cola {
	width: 100%;
	text-align: left;
	padding-left: 10px;
}

.type-d001 .od-row .blt-col.col1 {
	width: 8%;
}

.type-d001 .od-row .blt-col.col2 {
	width: calc(85% - 100px);
	text-align: left;
	padding-left: 8px;
}

.type-d001 .od-row .blt-col.col3 {
	width: 100px;
}

.type-d001 .od-row .blt-col.col4 {
	width: 7%;
}

/*보도자료*/

.type-e001 .top-row .blt-col.col1 {
	width: 8%;
}

.type-e001 .top-row .blt-col.col2 {
	width: calc(75% - 100px);
}

.type-e001 .top-row .blt-col.col3 {
	width: 10%;
}

.type-e001 .top-row .blt-col.col4 {
	width: 100px;
}

.type-e001 .top-row .blt-col.col5 {
	width: 7%;
}

.type-e001 .top-row .blt-col.cola {
	width: 100%;
	text-align: left;
	padding-left: 10px;
}

.type-e001 .od-row .blt-col.col1 {
	width: 8%;
}

.type-e001 .od-row .blt-col.col2 {
	width: calc(75% - 100px);
	text-align: left;
	padding-left: 8px;
}

.type-e001 .od-row .blt-col.col3 {
	width: 10%;
}

.type-e001 .od-row .blt-col.col4 {
	width: 100px;
}

.type-e001 .od-row .blt-col.col5 {
	width: 7%;
}

.blt-new {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 7px;
}

.sub-e001 .content-in {
	min-height: 1000px;
}

.sub-detail .content-in {
	height: auto;
	min-height: 1100px;
	padding-bottom: 140px;
}

/*언론보도*/
.type-e002 .top-row .blt-col.col1 {
	width: 8%;
}

.type-e002 .top-row .blt-col.col2 {
	width: calc(92% - 100px);
}

.type-e002 .top-row .blt-col.col3 {
	width: 100px;
}

.type-e002 .od-row .blt-col.col1 {
	width: 8%;
}

.type-e002 .od-row .blt-col.col2 {
	width: calc(92% - 100px);
	text-align: left;
	padding-left: 8px;
}

.type-e002 .od-row .blt-col.col3 {
	width: 100px;
}

/*서울관광통계*/
.type-e003 .top-row .blt-col.col1 {
	width: 108px;
}

.type-e003 .top-row .blt-col.col2 {
	width: 860px;
}

.type-e003 .top-row .blt-col.col3 {
	width: 110px;
}

.type-e003 .top-row .blt-col.col4 {
	width: 140px;
}

.type-e003 .top-row .blt-col.col5 {
	width: calc(100% - 1218px);
}

.type-e003 .od-row .blt-col.col1 {
	width: 108px;
}

.type-e003 .od-row .blt-col.col2 {
	width: 860px;
	text-align: left;
	padding-left: 8px;
}

.type-e003 .od-row .blt-col.col3 {
	width: 110px;
}

.type-e003 .od-row .blt-col.col4 {
	width: 140px;
}

.type-e003 .od-row .blt-col.col5 {
	width: calc(100% - 1218px);
}

.blt-down {
	background: url(../images/blt-down.png);
	display: inline-block;
	width: 30px;
	height: 26px;
	margin-top: 23px;
}

/*재단소식*/
.card-wrap:after {
	content: "";
	display: block;
	clear: both;
}

.card-one {
	display: block;
	width: 384px;
	margin-left: 78px;
	margin-top: 30px;
	float: left;
	color: #222;
}

.card-one:nth-child(3n-2) {
	margin-left: 0px;
}

.card-one .card-img {
	width: 100%;
	border: 1px solid #e0e0e0;
}

.card-one .card-txt1 {
	font-size: 18px;
	color: #222;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 74px;
	line-height: 74px;
}

.card-one .card-txt2 {
	font-size: 15px;
	height: 50px;
	color: #aaa !important;
	font-weight: 400;
	line-height: 24px;
}

.card-one .card-txt3 {
	font-size: 15px;
	color: #444;
	font-weight: 400;
	height: 80px;
	line-height: 44px;
}

/*알림마당*/
.tid-txt1 {
	font-size: 25px;
	color: #ee6e00;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	margin-top: 66px;
}

.tid-txt2 {
	font-size: 17px;
	line-height: 30px;
	color: #8d8d8d;
	font-weight: 400;
	margin-top: 30px;
}

.tid-ipt-wrap {
	width: 100%;
	background: #f8f8f8;
	width: 100%;
	padding: 45px;
	margin-top: 50px;
}

.tid-ipt-row {
	width: 100%;
	margin-top: 40px;
}

.tid-ipt-row:after {
	content: "";
	display: block;
	clear: both;
}

.tid-ipt-row:first-child {
	margin-top: 0px;
}

.tid-th1 {
	display: block;
	font-size: 19px;
	font-weight: 400;
	color: #222;
	width: 7%;
	line-height: 60px;
	float: left;
}

.tid-th2 {
	display: block;
	font-size: 19px;
	font-weight: 400;
	color: #222;
	width: 11%;
	line-height: 60px;
	float: left;
	text-align: right;
	padding-right: 24px;
}

.tid-td1 {
	float: left;
	width: 41%;
	float: left;
}

.tid-td2 {
	float: left;
	width: 41%;
	float: left;
}

.tid-td3 {
	float: left;
	width: 93%;
	float: left;
}

.tid-td4 {
	float: left;
	width: 66%;
	float: left;
}

.tid-td5 {
	float: left;
	width: calc(44% - 100px);
	float: left;
	color: #666;
	font-size: 15px;
	line-height: 24px;
	height: auto;
	padding: 7px 0px 0px 3px;
	text-align: right;
}

.tid-txa {
	float: left;
	width: 93%;
	float: left;
	height: 270px;
	border: 1px solid #e2e2e2;
	padding: 19px 12px;
	color: #777;
	font-size: 15px;
}

.tid-file {
	float: left;
	display: block;
	float: left;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #dfdfdf;
	color: #787878;
	margin-left: 7%;
}

.tid-td6 {
	float: left;
	width: 70%;
	float: left;
	font-size: 15px;
	line-height: 40px;
	padding-left: 24px;
}

.tid-msg1 {
	display: block;
	width: 41%;
	margin-left: 7%;
	color: #cd0e2d;
	font-size: 16px;
	float: left;
	height: 1px;
	overflow: hidden;
}

.tid-msg2 {
	display: block;
	color: #cd0e2d;
	font-size: 16px;
	width: 41%;
	margin-left: 11%;
	color: #cd0e2d;
	font-size: 16px;
	float: left;
	height: 1px;
	overflow: hidden;
}

.tid-msg3 {
	display: block;
	color: #cd0e2d;
	font-size: 16px;
	width: 100%;
	/*margin-left: 7%;*/
	color: #cd0e2d;
	font-size: 16px;
	float: left;
	height: 1px;
	overflow: hidden;
}

.tid-msg1.on {
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
}

.tid-msg2.on {
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
}

.tid-msg3.on {
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	margin-left: 7%;
}

.tid-msg1.mo-am {
	display: none;
}

.btn-br-center {
	margin: 60px auto 0px;
	text-align: center;
}

.btn-br-center .btn-run {
	display: inline-block;
	width: 240px;
	height: 60px;
}

.file_tid_ipt {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0 none;
}

.file_tid_ipt:focus+label {
	outline: 2px solid #000;
}

.file_label {
	float: left;
	display: block;
	text-align: center;
	float: left;
	font-size: 16px;
	width: 100px;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	background: #dfdfdf;
	color: #787878;
	margin-left: 7%;
}

.uploaded_file_name {
	width: 49%;
	float: left;
	font-size: 15px;
	height: 40px !important;
	line-height: 40px !important;
	background: none;
	border: none !important;
	padding-left: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*상세*/
.blt-info {
	width: 100%;
	height: 19px;
	margin-top: 29px;
}

.blt-info .r-infos {
	float: right;
	height: 19px;
	display: inline-block;
}

.blt-info .r-infos .blt-date {
	float: left;
	color: #222;
	font-size: 17px;
}

.blt-info .r-infos .blt-i {
	float: left;
	width: 1px;
	height: 14px;
	margin: 5px 10px 0px;
	background: #e2e2e2;
}

.blt-info .r-infos .blt-count {
	float: left;
	color: #222;
	font-size: 17px;
}

.blt-content {
	padding: 50px 20px;
}

.blt-file {
	border-top: 1px solid #e2e2e2;
	height: auto;
	padding: 30px 0px;
}

.blt-file:after {
	content: "";
	display: block;
	clear: both;
}

.bf-title {
	width: 200px;
	height: 19px;
	float: left;
	font-size: 17px;
	color: #53575a;
	padding-left: 20px;
	line-height: 19px;
}

.file-wrap {
	width: calc(100% - 210px);
	float: right;
	text-align: right;
}

.file-one {
	display: inline-block;
	font-size: 16px;
	color: #8d8d8d;
	padding-right: 20px;
	line-height: 22px;
	text-align: right;
	margin-bottom: 20px;
	padding-left: 24px;
	background: url(../images/download.png) 0px 6px no-repeat;
}

.blt-bot-rows {
	width: 100%;
	border-top: 1px solid #8d8d8d;
}

.blt-bot-row {
	height: 78px;
}

.blt-bot-row:first-child {
	height: 79px;
	border-bottom: 1px solid #f1f1f1;
}

.bttr-lb {
	display: block;
	width: 108px;
	float: left;
	height: 78px;
	line-height: 78px;
	padding-left: 20px;
	background: url(../images/arrow-top.png) 78px center no-repeat;
	color: #53575a;
}

.bttr-lb.next {
	background: url(../images/arrow-bot.png) 78px center no-repeat;
}

.bttr-title {
	display: block;
	width: calc(100% - 140px);
	float: right;
	height: 78px;
	line-height: 78px;
	color: #53575a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*행정서비스헌장*/
.sf001-01 .content-in {
	padding-top: 100px;
}

.f001-sub-title {
	color: #222;
	font-size: 33px;
	font-weight: 400;
	text-align: left;
}

.f001-line {
	width: 54px;
	height: 1px;
	background: #222;
	margin: 35px 0px;
}

.f001-txt1 {
	color: #8d8d8d;
	font-size: 17px;
	text-align: left;
	font-weight: 400;
	line-height: 26px;
}

/*서울시 공사 출연기관 및 협찬사*/
.sf001-02 .content-in {
	padding-top: 100px;
}

.fs-groups {
	width: 100%;
}

.fs-groups:after {
	content: "";
	display: block;
	clear: both;
}

.fs-group {
	float: left;
	width: calc((100% - 60px) / 3);
	text-align: center;
	border: 1px solid #e0e0e0;
	margin-left: 30px;
	height: 186px;
	line-height: 184px;
	margin-top: 30px;
}

.fs-group:nth-child(3n-2) {
	margin-left: 0px;
}

.fs-group:first-child {
	margin-left: 0px;
}

.fsg-001 img {
	width: 170px;
	height: auto;
	vertical-align: middle;
}

.fsg-002 img {
	width: 150px;
	height: auto;
	vertical-align: middle;
}

.fsg-003 img {
	width: 100px;
	height: auto;
	vertical-align: middle;
}

.fsg-004 img {
	width: 150px;
	height: auto;
	vertical-align: middle;
}

.fsg-005 img {
	width: 200px;
	height: auto;
	vertical-align: middle;
}

.fsg-006 img {
	width: 150px;
	height: auto;
	vertical-align: middle;
}

.fsg-007 img {
	width: 100px;
	height: auto;
	vertical-align: middle;
}

.fsg-008 img {
	width: 150px;
	height: auto;
	vertical-align: middle;
}

.fs-groups+.f001-sub-title {
	margin-top: 90px;
}

.sf001-02 .f001-line {
	margin: 35px 0px 20px;
}

/*
게시판류 넓이*/
.sd001-01 .content-in {
	width: 1200px;
	margin: 0px auto;
}

.se001-01 .content-in {
	width: 1200px;
	margin: 0px auto;
}

.se001-02 .content-in {
	width: 1200px;
	margin: 0px auto;
}

.se001-03 .content-in {
	width: 1200px;
	margin: 0px auto;
}

/*영문*/

.header.eng .gnb-inner .gnb {
	width: 581px;
	margin: unset;
	margin-left: calc(50% - 120px);
}

.header.eng .gnb-inner .gnb-unit {
	width: 33%;
}

.header.eng .child .child-unit {
	display: inline-block;
	width: 98%;
	margin: 0px auto;
	font-size: 15px;
	text-align: left;
	color: #808080;
	padding: 20px 0px;
	line-height: 18px;
}

.sitemap.eng .sitemap-unit {
	width: 220px;
}

.sitemap.eng .child .child-unit {
	display: inline-block;
	/*padding:20px 0px;*/
	line-height: 20px;
	/*height: unset;*/
	height: 40px;
}

.omm-top-logo-en {
	display: block;
	float: left;
	width: 110px;
	height: 24px;
	margin-top: 3px;
	margin-left: 15px;
}

/*퀵메뉴*/
.q-banner.qb-en001 {
	background: #fff url(../images/icn_logo_vs_color.svg) center no-repeat;
	background-size: 200px 40px;
}

.q-banner.qb-en002 {
	background: #fff url(../images/quick-vstv.png) center no-repeat;
	background-size: 200px 40px;
}

.q-banner.qb-en003 {
	background: #fff url(../images/quick-dcsp.png) center no-repeat;
	background-size: 200px 40px;
}

.q-banner.qb-en004 {
	background: #fff url(../images/quick-scb2.png) center no-repeat;
}

.q-banner.qb-en005 {
	background: #fff url(../images/quick-scb5.png) center no-repeat;
}



.logos-wrap {
	width: 100%;
	overflow-x: scroll;
	height: 100px;
}

.logos-title {
	height: 100px;
	width: 200px;
	font-size: 14px;
	text-align: left;
	color: #333;
	line-height: 19px;
	font-family: "Montserrat";
	font-weight: 700;
	padding: 30px 0px 0px 20px;
	float: left;
}

.logo-img-i {
	width: 10000px;
	height: 70px;
	float: left;
}

.logos-wrap-in {
	width: 10200px;
}

.logos-wrap {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.logos-wrap::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari, Opera*/
}

/* 비전 페이지 리뉴얼 */
.vision-2021 {
	width: 100%;
	max-width: 1400px;
	padding: 110px 40px 150px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

.vision-2021 * {
	box-sizing: border-box;
	word-break: keep-all;
}

.vision-2021>h3 {
	font-size: 38px;
	font-weight: 500;
	color: #222;
	text-align: center;
	margin-bottom: 78px;
}

.vision-2021 .vision-top {
	position: relative;
	width: 100%;
	max-width: 1318px;
	height: 754px;
	margin-bottom: 80px;
}

.vision-2021 .vision-top.vision_p_t {
	display: block;
}

.vision-2021 .vision-top.vision_m {
	display: none;
}

.vision-2021 .vision-top.vision_p_t>img {
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.vision-2021 .vision-top.vision_p_t>div {
	position: absolute;
	display: flex;
	align-items: center;
	font-size: 0;
	width: 35.21%;
	min-height: 138px;
	transform: translateY(-50%);
	border: 1px solid #f29c07;
	border-radius: 69px;
	background-color: #fff;
}

.vision-2021 .vision-top.vision_p_t>div.mission-txt {
	top: 121px;
	left: 0;
}

.vision-2021 .vision-top.vision_p_t>div.vision-txt {
	top: 318px;
	right: 0;
}

.vision-2021 .vision-top.vision_p_t>div>p {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	color: #222;
	padding: 16px 40px;
	line-height: 1.3em;
	text-align: center;
}

.vision-2021 .vision-list {
	font-size: 0;
	text-align: center;
}

.vision-2021 .vision-list>li {
	display: inline-block;
	vertical-align: top;
	width: 216px;
}

.vision-2021 .vision-list>li+li {
	margin-left: 60px;
}

.vision-2021 .vision-list>li .vision-list-top {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	font-size: 0;
}

.vision-2021 .vision-list>li .vision-list-top .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/bg_new_vision_list.png") center center no-repeat;
	background-size: 100% 100%;
}

.vision-2021 .vision-list>li .vision-list-top>p {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	line-height: 1.4em;
	padding: 0 20px;
	letter-spacing: -1px;
}

.vision-2021 .vision-list>li .vision-list-bottom {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 394px;
	padding: 0 20px;
	margin-top: 64px;
	border-radius: 10px;
	background-color: #f9f8f6;
}

.vision-2021 .vision-list>li .vision-list-bottom::before {
	position: absolute;
	display: block;
	content: "";
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 19px solid transparent;
	border-right: 19px solid transparent;
	border-bottom: 24px solid #f9f8f6;
}

.vision-2021 .vision-list>li .vision-list-bottom .line {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	width: calc(100% - 40px);
	height: 1px;
	background-color: #dfd5cb;
}

.vision-2021 .vision-list>li .vision-list-bottom .line>p {
	position: absolute;
	left: 0;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #222;
	line-height: 1.4em;
}

.vision-2021 .vision-list>li .vision-list-bottom .line>p:first-child {
	bottom: -100%;
	transform: translateY(-30px);
}

.vision-2021 .vision-list>li .vision-list-bottom .line>p:last-child {
	top: 0;
	transform: translateY(30px);
}

.vision-2021 .vision-list>li:nth-child(2n) .vision-list-bottom {
	background-color: #fff3e3;
}

.vision-2021 .vision-list>li:nth-child(2n) .vision-list-bottom::before {
	border-bottom-color: #fff3e3;
}

/* 패밀리사이트 2021.12.23 */
.footer .footer-bot .foot-vsn {
	right: 371px;
}

.footer .footer-bot .foot-scb {
	right: 247px;
}

.family-site>button {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	font-weight: 400;
	color: #888;
	cursor: pointer;
	padding: 0 30px 0 16px;
	background-color: #1e1e1e;
}

.family-site>button::after {
	content: '';
	position: absolute;
	top: 19px;
	right: 16px;
	background: url(../images/arrow_family_site.png) center center no-repeat;
	width: 11px;
	height: 7px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.family-site>button.close::after {
	transform: rotate(180deg);
}


.family-site>ul {
	display: none;
	position: absolute;
	bottom: 47px;
	left: 0;
	width: 100%;
	background-color: #1e1e1e;
}

.family-site>ul>li {
	padding: 8px 16px;
}

.family-site>ul>li>a {
	font-size: 15px;
	font-weight: 400;
	color: #888;
}

/* Accessibility */
#accessibility {}

#accessibility a {
	display: block;
	position: absolute;
	z-index: 99999;
	top: 0;
	left: -99999px;
	width: 100%;
	padding: 10px 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	color: #fff;
}

#accessibility a:focus,
#accessibility li a:active {
	left: 0;
}

.hidden,
.blind {
	display: block;
	overflow: hidden;
	position: absolute;
	left: -9999999999999999px;
	top: -999999px;
	width: 0;
	height: 0;
	font-size: 0;
}

/* .hidden, .blind { overflow: hidden;
  border: 0;
  position: relative;
  z-index: -1;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);} */

@media screen and (max-width: 1600px) {
	.header.eng .gnb-inner .gnb {
		width: 581px;
		margin: unset;
		margin-left: calc(50% - 180px);
	}

	/* 20241022//(Ina)수정(s) */
	.gnb-inner .right-btns .facebook {
		display: none;
	}
	.gnb-inner .right-btns .youtube {
		display: none;
	}
	.gnb-inner .right-btns .instagram {
		display: none;
	}
	/* 20241022//(Ina)수정(s) */

}

@media screen and (max-width: 1500px) {
	/* 20241022//(Ina)수정
	.right-btns .lang {
		display: none !important;
	}

	.gnb-inner .right-btns .facebook {
		display: none;
	}

	.gnb-inner .right-btns .youtube {
		display: none;
	}
	*/
}

@media screen and (max-width: 1400px) {
	.content-area {
		padding: 8.33333333vw 0 0;
	}

	.sitemap .sitemap-unit {
		margin-left: 40px;
	}

	.gnb-inner .gnb-logo {
		left: 33px;
	}

	.page-title-bar {
		height: 480px;
	}

	.page-title-bar h2 {
		font-size: 40px;
		padding-top: 53px;
		margin-top: 120px;
	}

	.sub-a .page-title-bar {
		background: url(../images/sub-a.jpg) 50% calc(50% + 40px);
		background-size: auto 400px;
	}

	.sub-b .page-title-bar {
		background: url(../images/sub-b.jpg) 50% calc(50% + 40px);
		background-size: auto 400px;
	}

	.sub-c .page-title-bar {
		background: url(../images/sub-c.jpg) 50% calc(50% + 40px);
		background-size: auto 400px;
	}

	.sub-d .page-title-bar {
		background: url(../images/sub-d.jpg) 50% calc(50% + 40px);
		background-size: auto 400px;
	}

	.sub-e .page-title-bar {
		background: url(../images/sub-e.jpg) 50% calc(50% + 40px);
		background-size: auto 400px;
	}

	.sub-f .page-title-bar {
		background: url(../images/sub-f.jpg) 50% calc(50% + 40px);
		background-size: auto 400px;
	}

	.tsb-wrap-w {
		width: 640px;
		height: 104px;
		margin: 142px auto 0px;
		padding: 20px;
		border-radius: 10px;
	}

	.tsb-wrap.f003sp {
		margin: 0px;
	}
}

@media screen and (max-width: 1399px) {
	.vision-2021 .vision-list {
		width: 768px;
		margin: -60px auto 0;
	}

	.vision-2021 .vision-list>li {
		margin-top: 60px;
	}

	.vision-2021 .vision-list>li:nth-child(4) {
		margin-left: 0;
	}
}

@media screen and (max-width: 1370px) {
	.content-in {
		/* width: calc(100% - 66px) !important; */
	}

	.first.sa001-01 .txt1 {
		top: 150px;
	}

	.first.sa001-01 .txt2 {
		top: auto;
		position: relative;
		margin-top: 230px;
	}

	.gnb-inner .gnb {
		width: 770px;
	}

	/*a002*/
	.goal-txts {
		display: none;
	}

	.goal-img-mo {
		display: block;
	}

	.goal-img {
		display: none;
	}

	.goal {
		margin-left: 20px;
	}

	.goal:first-child {
		margin-left: 0px;
	}

	.sa002-01 .content-in {
		text-align: center;
	}

	.goals {
		margin: 0px auto;
		display: inline-block;
	}

	/*a003*/
	.a003-right1 {
		position: relative;
		width: calc(100% - 600px);
		float: right;
		margin-top: 100px;
		padding: 88px 0px 0px 100px;
	}

	.a003-right2 {
		position: relative;
		width: calc(100% - 485px);
		float: left;
		margin-top: 100px;
		padding: 48px 0px 0px 100px;
	}

	.a003-right3 {
		position: relative;
		width: calc(100% - 600px);
		float: right;
		margin-top: 100px;
		padding: 48px 0px 0px 100px;
	}

	.a003-03 .a003-txt1 {
		margin-top: 120px;
	}

	.a003-right4 {
		position: relative;
		width: calc(100% - 485px);
		float: left;
		margin-top: 100px;
		padding: 48px 0px 0px 100px;
	}

	/*a005*/
	.sto-tree-003 {
		left: calc(50% + 160px);
	}

	/*a007*/
	.sa007-om {
		display: none;
	}

	.ci-row1 {
		height: 424px;
		border: 1px solid #f2f2f2;
		position: relative;
	}

	.ci-001 {
		margin-top: 70px;
		margin-left: 36px;
	}

	.ci-row1 .ci-txt {
		margin-top: 40px;
		margin-left: 36px;
		font-size: 16px;
		padding-right: 20px;
	}

	.ci-row2-one {
		position: relative;
		width: calc(50% - 12px);
		height: 280px;
		margin-top: 24px;
		margin-left: 24px;
		text-align: center;
	}

	.ci-row2 .ci-txt {
		font-size: 16px;
		line-height: 24px;
		position: relative;
		margin-top: 20px;
		margin-left: 0px;
		float: none;
		width: 100%;
		text-align: center;
		padding: 0px 10px;
	}

	.ci-row2-one img {
		position: relative;
		margin: 50px auto 0px;
		float: none;
	}

	.sub-title+.sub-title2-ci,
	.ci-row4+.sub-title2-ci {
		width: 650px;
		margin: 60px auto 0px;
	}

	.ci-row4 {
		width: 650px;
		margin: 0px auto;
	}

	.ci-row4-one:nth-child(3n-2) {
		margin-left: 0px;
	}

	/*b001*/
	.sv-cards {
		width: 870px;
		margin: 0px auto;
	}

	.sv-card:nth-child(3n-2) {
		margin-left: 18px;
	}

	.sv-card:nth-child(2n-1) {
		margin-left: 0px;
	}

	/*c002*/
	.sc002-01 .content-in {
		width: 900px !important;
	}

	.card-one .card-txt2 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	/*d005*/
	.card-one {
		width: 30%;
		margin-left: 5%;
	}

	.card-one .card-txt1 {
		height: 60px;
		line-height: 60px;
	}

	/*게시판류 넓이*/
	.sd001-01 .content-in {
		width: 1200px !important;
		margin: 0px auto;
	}

	.se001-01 .content-in {
		width: 1200px !important;
		margin: 0px auto;
	}

	.se001-02 .content-in {
		width: 1200px !important;
		margin: 0px auto;
	}

	.se001-03 .content-in {
		width: 1200px !important;
		margin: 0px auto;
	}

	.main-bt-txt1 {
		position: absolute;
		/*font-size:34px;*/
		font-size: 20px;
		font-weight: 400;
		color: #fff;
		bottom: auto;
		top: 16vw;
		left: 20px;
		font-family: "Montserrat";
		font-weight: 400;
	}

	.main-bt-txt2 {
		position: absolute;
		/*font-size:18px;*/
		font-size: 13px;
		font-weight: 400;
		color: #fff;
		bottom: auto;
		top: 19vw;
		left: 20px;
		font-family: "Montserrat";
		font-weight: 400;
		padding-right: 0px;
	}

	.main-bt2 .main-bt2-txt1 {
		position: absolute;
		bottom: 10vw;
		left: 20px;
		color: #fff;
		font-size: 2vw;
		font-family: "Montserrat";
		font-weight: 400;
	}

	.main-bt2 .main-bt2-txt2 {
		position: absolute;
		bottom: 3vw;
		left: 20px;
		color: #fff;
		font-size: 1.3vw;
		font-family: "Montserrat";
		line-height: 1.8vw;
		font-weight: 400;
	}

	.main-bt2.mbt2-sec {
		width: calc((100% - 25px) / 2);
		margin-left: 25px;
		float: left;
		overflow: hidden;
		position: relative;
	}

	.main-bt2.mbt2-sec .main-bt2-txt1 {
		left: 20px;
		font-size: 20px;
		bottom: auto;
		top: 410px;
	}

	.main-bt2.mbt2-sec .main-bt2-txt2 {
		left: 20px;
		font-size: 13px;
		bottom: auto;
		top: 430px;
	}

	.main-bt.mbt-002 .main-bt-txt1 {
		left: auto;
		right: 20px;
	}

	.main-bt.mbt-002 .main-bt-txt2 {
		left: auto;
		right: 20px;
	}
}

@media screen and (max-width: 1328px) {

	.foot-vsn,
	.foot-scb {
		display: none;
	}
}

@media screen and (max-width: 1250px) {
	.goals {
		width: 691px;
	}

	.goal {
		margin-top: 20px;
	}

	.goal:nth-child(4) {
		margin-left: 108px;
	}

	.main-bt2 {
		width: calc((100% - 60px) / 3);
		margin-left: 30px;
	}
}

@media screen and (max-width: 1200px) {
	.gnb {
		display: none;
	}

	.sitemap-go {
		display: none;
	}

	.quick-menu {
		display: none;
	}
	.top-search-bar.active {
		width: 100%;
	}
	.sitemap.active {
		display: none;
	}

	/* 20241022//(Ina)수정(s) */
	.right-btns .lang {
		display: none !important;
	}
	.top-search-bar.active {
		width: 100%;
	}
	/* 20241022//(Ina)수정(e) */

	.gnb-inner .momenu-go .momenu-btn,
	.scr-down .gnb-inner .momenu-go .momenu-btn {
		display: block;
	}

	.gnb-inner .right-btns {
		right: 86px;
	}

	/*a003*/
	.a003-txt1 {
		position: relative;
		font-size: 27px;
		color: #222;
		font-family: "Montserrat";
		font-weight: 400;
	}

	.a003-txt2 {
		position: relative;
		font-size: 30px;
		color: #000;
		font-weight: 400;
	}

	.a003-txt3 {
		position: relative;
		font-size: 16px;
		font-weight: 400;
		color: #8d8d8d;
	}

	.a003-right1 {
		position: relative;
		width: calc(100% - 600px);
		float: right;
		margin-top: 100px;
		padding: 88px 0px 0px 70px;
	}

	.a003-right2 {
		position: relative;
		width: calc(100% - 485px);
		float: left;
		margin-top: 100px;
		padding: 48px 0px 0px 70px;
	}

	.a003-right3 {
		position: relative;
		width: calc(100% - 600px);
		float: right;
		margin-top: 100px;
		padding: 48px 0px 0px 70px;
	}

	.a003-right4 {
		position: relative;
		width: calc(100% - 485px);
		float: left;
		margin-top: 100px;
		padding: 48px 0px 0px 70px;
	}

	/*a005*/
	.sto-tree-003 {
		left: calc(50% + 100px);
		width: 300px;
		height: 70px;
		line-height: 70px;
	}

	.sto-tree-004 {
		left: calc(50% - 320px);
		width: 300px;
		height: 70px;
		line-height: 70px;
	}

	.sto-tree-005 {
		right: calc(50% - 320px);
		width: 300px;
		height: 70px;
		line-height: 70px;
	}

	.tree-line3 {
		left: calc(50% - 170px);
		width: 340px;
	}

	.tree-line4 {
		left: calc(50% - 170px);
	}

	.tree-line5 {
		right: calc(50% - 170px);
	}

	/*a008*/
	.map-area {
		padding: 0px 22px;
	}

	.map-area img {
		width: 100%;
	}

	.addr-left {
		width: 42%;
	}

	.addr-title {
		font-size: 40px;
	}

	.addr-right {
		width: 58%;
	}

	.addr-right .addr-tr {
		height: auto;
		padding: 30px 0px;
	}

	.addr-info {
		margin-top: 50px;
	}

	.addr-th {
		width: 110px;
		height: auto;
		line-height: 22px;
		font-size: 18px;
	}

	.addr-td {
		width: calc(100% - 110px);
		height: auto;
		line-height: 22px;
		font-size: 18px;
		padding: 0px 8px;
	}

	/*게시판류 넓이*/
	/*.sd001-01 .content-in{width:1200px !important; margin:0px auto;}*/
	.sd001-01 .content-in {
		width: calc(100% - 66px) !important;
	}

	.se001-01 .content-in {
		width: calc(100% - 66px) !important;
	}

	.se001-02 .content-in {
		width: calc(100% - 66px) !important;
	}

	.se001-03 .content-in {
		width: calc(100% - 66px) !important;
	}
}

@media screen and (max-width: 1110px) {
	.img-sa001-01 {
		width: 244px;
		height: 342px;
	}

	.page-title-bar {
		height: 380px;
		padding-top: 80px;
	}

	.page-title-bar h2 {
		height: 380px;
		margin-top: 74px;
		height: auto;
	}

	.img-sa001-01 {
		width: 244px;
		height: 342px;
	}

	.sub-a .page-title-bar {
		background: url(../images/sub-a.jpg) 50% calc(50% + 40px);
		background-size: auto 300px;
	}

	.sub-b .page-title-bar {
		background: url(../images/sub-b.jpg) 50% calc(50% + 40px);
		background-size: auto 300px;
	}

	.sub-c .page-title-bar {
		background: url(../images/sub-c.jpg) 50% calc(50% + 40px);
		background-size: auto 300px;
	}

	.sub-d .page-title-bar {
		background: url(../images/sub-d.jpg) 50% calc(50% + 40px);
		background-size: auto 300px;
	}

	.sub-e .page-title-bar {
		background: url(../images/sub-e.jpg) 50% calc(50% + 40px);
		background-size: auto 300px;
	}

	.sub-f .page-title-bar {
		background: url(../images/sub-f.jpg) 50% calc(50% + 40px);
		background-size: auto 300px;
	}

	.tsb-wrap-w {
		width: 640px;
		height: 104px;
		margin: 98px auto 0px;
		padding: 20px;
		border-radius: 10px;
	}

	.tsb-wrap.f003sp {
		margin: 0px;
	}

	/*통합검색결과*/
	.tab-f3-wrap .tab-f3 span {
		font-size: 20px;
	}

	/*a003*/
	.a003-txt1 {
		position: relative;
		font-size: 24px;
		color: #222;
		font-family: "Montserrat";
		font-weight: 400;
	}

	.a003-txt2 {
		position: relative;
		font-size: 28px;
		color: #000;
		font-weight: 400;
	}

	.a003-txt3 {
		position: relative;
		font-size: 16px;
		font-weight: 400;
		color: #8d8d8d;
	}

	.a3-line {
		width: 110px;
		background: #000000;
	}

	.a003-01 .content-in {
		min-height: 600px;
	}

	.a003-02 .content-in {
		min-height: 400px;
	}

	.a003-03 .content-in {
		min-height: 600px;
	}

	.a003-04 .content-in {
		min-height: 400px;
	}

	.a003-01 img {
		position: absolute;
		top: 200px;
		left: 0px;
		width: 450px;
		height: 300px;
	}

	.a003-02 img {
		position: absolute;
		top: 60px;
		right: 0px;
		width: 338px;
		height: 448px;
	}

	.a003-03 img {
		position: absolute;
		top: 200px;
		left: 0px;
		width: 450px;
		height: 300px;
	}

	.a003-04 img {
		position: absolute;
		top: 60px;
		right: 0px;
		width: 338px;
		height: 448px;
	}

	.a003-right1 {
		position: relative;
		width: calc(100% - 450px);
		float: right;
		margin-top: 40px;
		padding: 88px 0px 0px 40px;
	}

	.a003-right2 {
		position: relative;
		width: calc(100% - 338px);
		float: left;
		margin-top: 40px;
		padding: 48px 0px 0px 40px;
	}

	.mti_btn {
		font-size: 20px;
		background-size: 2.8%;
		width: 342px;
	}

	/* 20220621 */

	.a003-right3 {
		position: relative;
		width: calc(100% - 450px);
		float: right;
		margin-top: 40px;
		padding: 48px 0px 0px 40px;
	}

	.a003-right4 {
		position: relative;
		width: calc(100% - 338px);
		float: left;
		margin-top: 40px;
		padding: 48px 0px 0px 40px;
	}

	/*foot*/
	.footer .footer-bot .youtube {
		top: 57px;
	}

	.footer .footer-bot .facebook {
		top: 57px;
	}

	/*a002*/
	.role-txt3 {
		padding: 0px 6px;
	}
}

@media screen and (max-width: 1080px) {
	.vision-2021 {
		padding: 50px 20px 127px;
	}

	.vision-2021>h3 {
		font-size: 38px;
		margin-bottom: 38px;
	}

	.vision-2021 .vision-top.vision_p_t {
		display: none;
	}

	.vision-2021 .vision-top.vision_m {
		display: block;
		height: auto;
		margin-bottom: 80px;
	}

	.vision-2021 .vision-top.vision_m>ul {
		display: flex;
		justify-content: space-around;
	}

	.vision-2021 .vision-top.vision_m>ul>li {
		min-width: 242px;
		text-align: center;
	}

	.vision-2021 .vision-top.vision_m>ul>li>img {
		width: 100%;
		max-width: 242px;
	}

	.vision-2021 .vision-top.vision_m>ul>li>p {
		font-size: 19px;
		max-width: 320px;
		text-align: center;
		line-height: 1.4em;
		margin-top: 20px;
	}

	.vision-2021 .vision-top.vision_m>img {
		display: block;
		width: 100%;
		max-width: 320px;
		margin: 44px auto 0;
	}
}

@media screen and (max-width: 1020px) {
	.family-site {
		width: 100%;
	}

	.footer .footer-bot .txt1 {
		padding-top: 50px !important;
	}

	.footer .footer-top .gnb-logo {
		left: 50px;
	}

	.footer .footer-bot {
		padding-bottom: 90px;
	}

	.footer .footer-top .tip-pop {
		left: 50%;
		top: auto;
		bottom: 80px;
		width: 280px;
		margin-left: -140px;
	}

	.footer .footer-top {
		position: static;
	}

	.footer .footer-top .gnb-wamark-logo {
		top: auto;
		left: 50%;
		bottom: 18px;
		margin-left: -80px;
		z-index: 1;
	}

	.footer .footer-top .gnb-wamark-logo.isms {
		left: 50%;
		margin-left: 10px;
		z-index: 1;
	}
}

@media screen and (max-width: 1000px) {
	.tab-f3-wrap {
		height: 60px;
	}

	.tab-f3-wrap .tab-f3 {
		height: 60px;
	}

	.tab-f3-wrap .tab-f3 span {
		height: 59px;
		line-height: 58px;
	}

	.first.sa001-01 .txt2 {
		margin-top: 530px;
	}

	.first.sa001-01 .txt3 {
		bottom: auto;
		right: 140px;
		top: 290px;
	}

	.first.sa001-01 .txt4 {
		bottom: auto;
		right: 225px;
		top: 310px;
	}

	.img-sa001-01 {
		bottom: auto;
		top: 260px;
		right: -50px;
		width: 244px;
		height: 342px;
	}

	/*a007*/
	.sa007-om {
		display: none;
	}

	.ci-row1 {
		height: 424px;
		border: 1px solid #f2f2f2;
		position: relative;
	}

	.ci-001 {
		margin-top: 70px;
		margin-left: 36px;
	}

	.ci-top {
		width: calc(100% - 470px);
	}

	.ci-row1 .ci-txt {
		margin-top: 24px;
		margin-left: 36px;
		font-size: 14px;
		padding-right: 20px;
		line-height: 24px;
	}

	.ci-detail {
		position: relative;
		width: 470px;
		height: 422px;
		top: 0px;
		right: 0px;
		background: url(../images/ci_002a.png) center no-repeat;
		float: left;
	}

	.ci-row2 .ci-txt {
		font-size: 14px;
	}

	.ci-row3-one .sn-001 {
		width: 189px;
		height: 35px;
	}

	.ci-row3-one .sn-002 {
		width: 104px;
		height: 78px;
	}

	.ci-row3-one .sn-003 {
		width: 165px;
		height: 37px;
	}

	.ci-row3-one .sn-004 {
		width: 72px;
		height: 78px;
	}

	.ci-row3-one .sn-005 {
		width: 199px;
		height: 36px;
	}

	.ci-row3-one .sn-006 {
		width: 99px;
		height: 72px;
	}

	.ci-row3-one .sn-007 {
		width: 196px;
		height: 35px;
	}

	.ci-row3-one .sn-008 {
		width: 99px;
		height: 71px;
	}

	.ci-row3-one .sn-009 {
		width: 216px;
		height: 36px;
	}

	.ci-row3-one .sn-010 {
		width: 106px;
		height: 70px;
	}

	/*c007*/
	.tid-msg0 {
		margin-left: 18%;
		width: 82%;
		font-size: 13px;
	}

	/*d007*/

	.tid-msg1 {
		margin-left: 18%;
		width: 32%;
		font-size: 13px;
	}

	.tid-msg2 {
		margin-left: 18%;
		width: 32%;
		padding-left: 0px;
		font-size: 13px;
	}

	.tid-msg3 {
		font-size: 13px;
	}

	.tid-msg3.on {
		margin-left: 0px;
	}

	.tid-th1 {
		width: 18%;
		font-size: 17px;
	}

	.tid-td1 {
		width: 32%;
	}

	.tid-th2 {
		width: 18%;
		font-size: 17px;
		padding-left: 24px;
		padding-right: 0px;
		text-align: left;
	}

	.tid-td2 {
		width: 32%;
	}

	.tid-th1.m-hide {
		overflow: hidden;
		position: absolute;
		width: 0;
		height: 0;
		line-height: 0;
		text-indent: -9999px;
	}

	.tid-td3,
	.tid-txa {
		width: 100%;
	}

	.tid-th1.th-file {
		width: 100%;
	}

	.tid-td4 {
		width: 100%;
	}

	.tid-td5 {
		width: calc(51% - 100px);
	}

	.tid-file {
		margin-left: 0px;
	}

	.tid-td6 {
		width: calc(100% - 100px);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.file_label {
		margin-left: 0px;
	}

	/*c007*/
	.c007-tab-btn1 {
		top: 140px;
	}
}

@media screen and (max-width: 920px) {

	/*b001*/
	.sv-cards {
		width: 426px;
	}

	.sv-card:nth-child(2n) {
		margin-left: 0px;
	}
}

@media screen and (max-width: 900px) {
	.tsb-wrap-w {
		width: 540px;
		height: 104px;
		margin: 98px auto 0px;
		padding: 20px;
		border-radius: 10px;
	}

	.tsb-wrap.f003sp {
		margin: 0px;
	}

	.tab-f3-wrap .tab-f3 span {
		font-size: 15px;
	}

	.tsb-wrap {
		width: 500px;
	}

	.footer {
		height: auto;
		padding: 0px 33px;
	}

	.footer .footer-top {
		height: auto;
		position: static;
	}

	.footer .footer-top .right-btns {
		width: 100%;
		margin-top: 80px;
	}

	.footer .footer-top .foot-r-btn {
		width: 100%;
		padding: 13px 0px;
		font-size: 12px;
		letter-spacing: -1px;
		height: auto;
		line-height: 20px;
		border-top: 1px solid #3d3e3f;
	}

	.footer .footer-top .i1 {
		display: none;
	}

	.footer .footer-bot .youtube {
		top: -128px;
	}

	.footer .footer-bot .facebook {
		top: -128px;
	}

	.footer .footer-top .gnb-logo {
		left: 35px;
	}

	/*a002*/
	.role-txt1 {
		font-size: 20px;
	}

	.role-txt2 {
		font-size: 14px;
	}

	.a002-bg2 .content-in {
		padding: 20px;
		width: calc(100% - 10px) !important;
	}

	.a002-bg2 {
		padding-bottom: 50px;
		background: #f6f6f6;
	}

	.a002-bg2 .content-in .sub-title {
		color: #222;
	}

	/*a003*/
	.a003-01 img {
		position: absolute;
		top: 200px;
		left: 0px;
		width: 390px;
		height: 260px;
	}

	.a003-02 img {
		position: absolute;
		top: 60px;
		right: 0px;
		width: 338px;
		height: 448px;
	}

	.a003-03 img {
		position: absolute;
		top: 200px;
		left: 0px;
		width: 390px;
		height: 260px;
	}

	.a003-04 img {
		position: absolute;
		top: 60px;
		right: 0px;
		width: 338px;
		height: 448px;
	}

	.a003-right1 {
		position: relative;
		width: calc(100% - 390px);
		float: right;
		margin-top: 40px;
		padding: 88px 0px 0px 40px;
	}

	.a003-right2 {
		position: relative;
		width: calc(100% - 338px);
		float: left;
		margin-top: 40px;
		padding: 48px 10px 0px 40px;
	}

	.a003-right3 {
		position: relative;
		width: calc(100% - 390px);
		float: right;
		margin-top: 40px;
		padding: 48px 0px 0px 40px;
	}

	.a003-right4 {
		position: relative;
		width: calc(100% - 338px);
		float: left;
		margin-top: 40px;
		padding: 48px 10px 0px 40px;
	}

	/*a004*/
	.a004-menu {
		width: 30%;
	}

	.a004-content {
		width: 100%;
	}

	.hst-year2 {
		width: 100px;
	}

	.hst-content {
		float: left;
		width: calc(100% - 100px);
	}

	/*a005*/
	.sto-tree-003 {
		left: calc(50% + 120px);
		width: 200px;
		height: 70px;
		line-height: 70px;
	}

	.tb-kimd.part1 .tda51-003,
	.tb-kimd.part2 .tda53-004,
	.tb-kimd.part3 .tda53-004 {
		padding-left: 6px;
	}

	/*{padding-left: 12px;}*/
	.taba5-col1,
	.tb-kimd.part2 .tda53-001,
	.tb-kimd.part3 .tda53-001,
	.tb-kimd.part2 thead th:first-child,
	.tb-kimd.part3 thead th:first-child {
		display: none;
	}

	.taba5-col2 {
		width: 15%;
	}

	.taba5-col3 {
		width: 15%;
	}

	.taba5b-col1 {
		width: 15%;
	}

	.taba5b-col2 {
		width: 15%;
	}

	.taba5b-col3 {}

	.only-pc-tr {
		display: none !important;
	}

	.only-mo-tr2 {
		display: table-cell;
	}

	.only-mo-tr {
		display: table-row;
		width: 100%;
	}

	.a005-mo-team {
		font-size: 20px !important;
		font-weight: 700 !important;
		text-align: left;
		padding: 40px 0px 20px !important;
	}

	.a005-mo-team-cont {
		text-align: left !important;
		padding: 0px 0px 20px !important;
	}

	.tb-kimd.part2 tbody th,
	.tb-kimd.part3 tbody th {
		color: #aaa;
		font-size: 17px;
		padding: 20px 0px;
		font-weight: 400;
	}

	.tb-kimd.part1 .ph-num,
	.tb-kimd.part2 .ph-num,
	.tb-kimd.part3 .ph-num {
		display: none;
	}

	.tb-kimd.part1 tbody td,
	.tb-kimd.part2 tbody td,
	.tb-kimd.part3 tbody td {
		font-size: 15px;
		line-height: 28px;
	}

	/*a007*/
	.ci-top .ci-001 {
		width: 113px;
		height: 67px;
		margin-top: 95px;
	}

	.ci-top {
		width: 50%;
	}

	.ci-detail {
		width: calc(50% - 14px);
		background: url(../images/ci_002a.png) center no-repeat;
		background-size: 100% auto;
		margin-right: 14px;
	}

	.sub-title2-ci {
		margin-top: 30px;
	}

	.sub-title+.sub-title2-ci {
		margin-top: 10px;
	}

	/*c001*/
	.tab21-01 {}

	.tab21-02 {
		width: 30%;
	}

	.tab21-03 {
		width: 25%;
	}

	.tab21-04 {
		width: 25%;
	}

	.tab21-05 {
		width: 10%;
	}

	.tab21-06 {
		width: 10%;
	}

	.tab21-07 {}

	.con-search-bar.c001 .r-btns .con-ip {
		width: 100%;
		margin-left: 0px;
	}

	.con-search-bar.c001 .r-btns .btn {
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
		margin-bottom: 40px;
	}

	.tb-kimd.type-c001 .ph-num {
		width: 22px;
		height: 30px;
		overflow: hidden;
		background: url(../images/icon-phone.png) center no-repeat;
		background-size: 13px 15px;
		margin-left: 0px;
	}

	.pre-info .tda53-001 {
		display: none;
	}

	.tb-kimd.pre-info th {
		color: #aaa;
		font-size: 17px;
		padding: 20px 0px;
		font-weight: 400;
	}

	.tb-kimd.pre-info td,
	.tb-kimd.pre-info th {
		font-size: 15px;
		line-height: 28px;
	}

	.tb-kimd.pre-info th {
		vertical-align: top;
	}

	.info-addr {
		background: url(../images/icon-link.png) center no-repeat;
		background-size: 15px 15px;
		display: inline-block;
		color: #53575a;
		vertical-align: top;
		padding-left: 22px;
		margin-left: 0px;
		width: 22px;
		height: 30px;
		overflow: hidden;
	}

	.tab-t2-wrap .tab-t2 {
		position: relative;
		float: left;
		width: 100%;
		border: 1px solid #c2c2c2;
		height: 60px;
		margin-left: 0px;
		margin-top: -1px;
	}

	.tab-t2-wrap .tab-t2 span {
		display: block;
		height: 58px;
		line-height: 58px;
		color: #53575a;
		font-size: 20px;
		text-align: center;
		font-weight: 500;
	}

	.c001 .r-btns {
		width: 100%;
	}

	.sub-c001 .tab-t2-wrap {
		margin-top: 0px;
	}

	/*비공개 정보 세부기준*/

	.sc002-01 .content-in {
		width: 100% !important;
		padding-left: 20px;
		padding-right: 20px;
	}

	/*d007*/
	.tid-ipt-wrap {
		padding: 20px 20px 30px;
	}

	/*f002*/
	.fs-group {
		width: calc((100% - 30px) / 3);
		margin-left: 15px;
	}

	.fsg-001 img {
		width: 170px;
		height: auto;
		vertical-align: middle;
	}

	.fsg-002 img {
		width: 150px;
		height: auto;
		vertical-align: middle;
	}

	.fsg-003 img {
		width: 100px;
		height: auto;
		vertical-align: middle;
	}

	.fsg-004 img {
		width: 150px;
		height: auto;
		vertical-align: middle;
	}

	.fsg-005 img {
		width: 200px;
		height: auto;
		vertical-align: middle;
	}

	.fsg-006 img {
		width: 150px;
		height: auto;
		vertical-align: middle;
	}

	.fsg-007 img {
		width: 100px;
		height: auto;
		vertical-align: middle;
	}

	.fsg-008 img {
		width: 150px;
		height: auto;
		vertical-align: middle;
	}

	.fs-groups+.f001-sub-title {
		margin-top: 60px;
	}
}

@media screen and (max-width: 850px) {

	/*a007*/
	.ci-row2-one {
		position: relative;
		width: 100%;
		height: 280px;
		margin-top: 14px;
		margin-left: 0px;
		text-align: center;
	}
}

@media screen and (max-width: 808px) {
	.vision-2021 .vision-list {
		width: 492px;
	}

	.vision-2021 .vision-list>li:nth-child(3n) {
		margin-left: 0;
	}

	.vision-2021 .vision-list>li:nth-child(4) {
		margin-left: 60px;
	}

	.vision-2021 .vision-list>li:last-child {
		margin-left: 0;
	}
}

@media screen and (max-width: 800px) {
	.mti-txt1 {
		width: 90%;
		font-size: 22px;
		padding-right: 10%;
	}

	.mti-txt2 {
		width: 90%;
		font-size: 22px;
		padding-right: 10%;
	}

	.mti_btn {
		padding-left: 16px;
		background-size: 4%;
		background-position: 93%;
		width: 280px;
		height: 54px;
		font-size: 18px;
		line-height: 50px;
	}

	/* 20220621 */
	.ci-row.mo .swiper-pagination-bullet-active {
		background: #ee6e00 !important;
	}

	.ci-row.mo .swiper-pagination-bullet {
		width: 12px !important;
		height: 12px !important;
	}

	.ci-row.mo .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 20px !important;
	}

	.content-in.en-main {
		min-height: auto;
		padding-bottom: 50px;
	}

	.main-txt1 {
		font-size: 38px;
		text-align: center;
		color: #222;
		font-family: "Montserrat";
		font-weight: 400;
		margin-top: 100px;
	}

	.main-bt {
		display: block;
		position: relative;
		width: 100%;
		margin-top: 16px;
		overflow: hidden;
	}

	.main-bt.mbt-001 {
		margin-top: 16px;
	}

	.main-bt img {
		width: auto;
		height: 350px;
	}

	.main-bt-txt1 {
		position: absolute;
		/*font-size:34px;*/
		font-size: 20px;
		font-weight: 400;
		color: #fff;
		bottom: auto;
		top: 250px;
		left: 20px;
		font-family: "Montserrat";
		font-weight: 400;
	}

	.main-bt-txt2 {
		position: absolute;
		/*font-size:18px;*/
		font-size: 13px;
		font-weight: 400;
		color: #fff;
		bottom: auto;
		top: 280px;
		left: 20px;
		font-family: "Montserrat";
		font-weight: 400;
		padding-right: 10px;
	}

	.main-bt.mbt-002 .main-bt-txt1 {
		left: auto;
		right: 20px;
		text-align: right;
	}

	.main-bt.mbt-002 .main-bt-txt2 {
		left: auto;
		right: 20px;
		padding-right: 0px;
		text-align: right;
		padding-left: 10px;
	}

	.main-bt.mbt-001 img {
		float: right;
	}

	.main-bt.mbt-002 img {
		float: right;
		margin-right: -200px;
	}

	.main-bt.mbt-003 img {
		float: left;
		margin-left: -100px;
	}

	.main-bt2 {
		float: left;
		width: 100%;
		float: left;
		margin-left: 0px;
		margin-top: 16px;
	}

	.main-bt2.mbt2-001 {
		margin-left: 0px;
	}

	.main-bt2 img {
		width: 100%;
	}

	.main-bt2.mbt2-sec {
		float: left;
		width: 100%;
		float: left;
		margin-left: 0px;
		margin-top: 16px;
		height: 350px;
	}

	.main-bt2.mbt2-sec.mbt2-001 {
		margin-left: 0px;
	}

	.main-bt2.mbt2-sec.mbt2-002 {
		margin-left: 0px;
	}

	.main-bt2.mbt2-sec .main-bt2-txt1 {
		left: 20px;
		top: 260px;
		font-size: 20px;
	}

	.main-bt2.mbt2-sec .main-bt2-txt2 {
		left: 20px;
		top: 280px;
		font-size: 13px;
	}

	.main-bt2-wrap {
		margin-top: 0px;
	}

	.main-bt2-wrap:after {
		content: "";
		display: block;
		clear: both;
	}

	.main-bt3 {
		width: 100%;
		height: 400px;
		background: url(../images/main-bt3-001.jpg) center no-repeat;
		padding-top: 140px;
		margin-top: 16px;
	}

	.main-bt3-txt1 {
		/*font-size:34px;*/
		font-size: 2.6vw;
		font-weight: 400;
		color: #fff;
		text-align: center;
		font-family: "Montserrat";
		font-weight: 400;
	}

	.main-bt3-btn {
		display: block;
		width: 180px;
		height: 60px;
		border: 1px solid #fff;
		text-align: center;
		font-size: 17px;
		line-height: 58px;
		margin: 0px auto;
		color: #fff;
		margin-top: 40px;
	}

	.main-bt2 .main-bt2-txt1 {
		position: absolute;
		bottom: 120px;
		left: 20px;
		color: #fff;
		font-size: 24px;
		font-family: "Montserrat";
		font-weight: 400;
	}

	.main-bt2 .main-bt2-txt2 {
		position: absolute;
		bottom: 50px;
		left: 20px;
		color: #fff;
		font-size: 16px;
		font-family: "Montserrat";
		line-height: 20px;
		font-weight: 400;
	}

	.mti-line {
		position: absolute;
		bottom: calc(-326px);
		width: 1px;
		height: 100px;
		background-color: #fff;
		left: 41px;
	}

	/*a004*/
	.a004-menu {
		width: 30%;
	}

	.a004-content {
		width: 100%;
	}

	.hst-year2 {
		width: 80px;
	}

	.hst-content {
		float: left;
		width: calc(100% - 80px);
	}

	/*a007*/
	.ci-row3-one {
		height: 150px;
		line-height: 148px;
	}

	/*c010*/
	.info-idv th {
		font-size: 14px;
		color: #8d8d8d;
		text-align: center;
		font-weight: 400;
		padding: 15px 0px;
	}

	.info-idv td {
		font-size: 14px;
		color: #53575a;
		text-align: center;
		padding: 15px 0px;
	}

	.idv-type1 th.th03 {
		text-align: left;
		padding-left: 6px;
	}

	.idv-type1 td.td03 {
		text-align: left;
		padding-left: 6px;
	}

	.info-idv .tt4-col1 {
		width: 12%;
	}

	.info-idv .tt4-col2 {
		width: 35%;
	}

	/*d005*/
	.card-one {
		width: 47%;
		margin-left: 6%;
	}

	.card-one:nth-child(3n - 2) {
		margin-left: 6%;
	}

	.card-one:nth-child(2n - 1) {
		margin-left: 0px;
	}
}

@media screen and (max-width: 700px) {
	.tab-f3-wrap {
		height: 60px;
	}

	.tab-f3-wrap .tab-f3 {
		width: 25%;
	}

	.only_pc {
		display: none;
	}

	.gnb-inner .gnb-logo {
		left: 22px;
	}

	.nav-menu-bar {
		display: none;
	}

	.content-in {
		/* width: calc(100% - 44px) !important; */
		padding: 0 22px;
	}

	.footer {
		padding: 0px 22px;
	}

	.footer .footer-top .gnb-logo {
		left: 22px;
	}

	.content-area {
		padding:54px 0 0;
	}

	/*a001*/
	.sub-title {
		font-size: 33px;
		margin-top: 54px;
	}

	.first.sa001-01 .txt1 {
		padding: 20px 0px 0px 34px;
		font-size: 30px;
		line-height: 40px;
		top: 110px;
	}

	.img-sa001-01 {
		bottom: auto;
		top: 260px;
		right: -50px;
		width: 244px;
		height: 342px;
	}

	/*a002*/
	.sto-role {
		width: 100%;
		padding: 34px 0px;
	}

	.role-txt1 {
		font-size: 22px;
	}

	.role-txt2 {
		font-size: 16px;
	}

	.goals {
		width: 454px;
	}

	.goal:nth-child(3) {
		margin-left: 0px;
	}

	.goal:nth-child(4) {
		margin-left: 20px;
	}

	.goal:nth-child(5) {
		margin-left: 108px;
	}

	/*a003*/
	.a003-01 .content-in:after {
		content: "";
		display: block;
		clear: both;
	}

	.a003-02 .content-in:after {
		content: "";
		display: block;
		clear: both;
	}

	.a003-03 .content-in:after {
		content: "";
		display: block;
		clear: both;
	}

	.a003-04 .content-in:after {
		content: "";
		display: block;
		clear: both;
	}

	.a003-02 {
		background: none;
	}

	.a003-04 {
		background: none;
	}

	.a003-01 .content-in {
		padding-bottom: 60px;
		min-height: auto;
	}

	.a003-02 .content-in {
		padding-bottom: 60px;
		min-height: auto;
	}

	.a003-03 .content-in {
		padding-bottom: 60px;
		min-height: auto;
	}

	.a003-04 .content-in {
		padding-bottom: 60px;
		min-height: auto;
	}

	.a003-05 .content-in {
		padding-bottom: 60px;
		min-height: auto;
	}

	.a3-line {
		position: relative;
		width: 30%;
		height: 1px;
		background: #000000;
		margin: 26px 0px 30px -16px;
	}

	.a003-01 img {
		position: relative;
		top: auto;
		left: auto;
		width: 70%;
		height: auto;
		float: left;
		margin-left: -22px;
	}

	.a003-02 img {
		position: relative;
		top: auto;
		left: auto;
		width: 50%;
		height: auto;
		float: right;
		margin-right: -22px;
	}

	.a003-03 img {
		position: relative;
		top: auto;
		left: auto;
		width: 70%;
		height: auto;
		float: left;
		margin-left: -22px;
	}

	.a003-04 img {
		position: relative;
		top: auto;
		left: auto;
		width: 50%;
		height: auto;
		float: right;
		margin-right: -22px;
	}

	.a003-right1 {
		position: relative;
		width: 100%;
		float: left;
		margin-top: 20px;
		padding: 10px 0px 0px 10px;
	}

	.a003-right2 {
		position: relative;
		width: 100%;
		float: right;
		margin-top: 20px;
		padding: 10px 10px 0px 0px;
	}

	.a003-right3 {
		position: relative;
		width: 100%;
		float: left;
		margin-top: 20px;
		padding: 10px 0px 0px 10px;
	}

	.a003-right4 {
		position: relative;
		width: 100%;
		float: right;
		margin-top: 20px;
		padding: 10px 10px 0px 0px;
	}

	.a003-01 .a003-txt1 {}

	.a003-01 .a003-txt2 {}

	.a003-01 .a003-txt3 {}

	.a003-02 .a003-txt1 {
		text-align: right;
		float: right;
		width: 100%;
	}

	.a003-02 .a003-txt2 {
		text-align: right;
		float: right;
		width: 100%;
	}

	.a003-02 .a003-txt3 {
		text-align: right;
		float: right;
		width: 100%;
	}

	.a003-02 .a3-line {
		margin: 26px -16px 30px 0px;
		float: right;
	}

	.a003-03 .a003-txt1 {
		margin-top: 0px;
	}

	.a003-03 .a003-txt2 {}

	.a003-03 .a003-txt3 {}

	.a003-04 .a003-txt1 {
		text-align: right;
		float: right;
		width: 100%;
	}

	.a003-04 .a003-txt2 {
		text-align: right;
		float: right;
		width: 100%;
	}

	.a003-04 .a003-txt3 {
		text-align: right;
		float: right;
		width: 100%;
	}

	.a003-04 .a3-line {
		margin: 26px -16px 30px 0px;
		float: right;
	}

	/*a004*/
	.sa004-01 .sub-title {
		height: 90px;
	}

	.a004-menu {
		width: 100%;
		text-align: center;
	}

	.hst-year {
		float: left;
		width: 50%;
	}

	.a004-content {
		float: right;
		width: 100%;
		margin-top: 50px;
	}

	.hst-year2 {
		width: auto;
		display: inline-block;
		border-bottom: 1px solid #777;
		height: 50px;
		margin-bottom: 20px;
	}

	.hst-content {
		width: 100%;
	}

	/*a005*/
	.sto-tree {
		height: 860px;
	}

	.sto-tree-001 {
		width: 150px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		left: calc(50% - 75px);
		border-radius: 25px;
	}

	.sto-tree-002 {
		width: 150px;
		height: 50px;
		line-height: 46px;
		font-size: 20px;
		left: calc(50% - 75px);
		border-radius: 25px;
		top: 60px;
	}

	.sto-tree-003 {
		width: 120px;
		height: 50px;
		line-height: 50px;
		left: calc(50% + 60px);
		top: 120px;
		font-size: 19px;
	}

	.sto-tree-004 {
		width: 150px;
		top: 240px;
		left: calc(50% - 155px);
	}

	.sto-tree-005 {
		width: 150px;
		top: 240px;
		right: calc(50% - 155px);
	}

	.sto-part {
		height: 50px;
		line-height: 50px;
		font-size: 19px;
	}

	.sto-team {
		height: auto;
		line-height: 25px;
		font-size: 16px;
		padding: 10px 22px 10px 5px;
		background: url(../images/r-arrow.png) calc(100% - 8px) no-repeat;
		background-size: 5px 9px;
	}

	.sto-team:first-child {
		height: 49px;
	}

	.tree-line1 {
		height: 190px;
	}

	.tree-line2 {
		top: 145px;
		width: 70px;
	}

	.tree-line3 {
		top: 190px;
		left: calc(50% - 79px);
		width: 158px;
	}

	.tree-line4 {
		top: 190px;
		left: calc(50% - 79px);
	}

	.tree-line5 {
		top: 190px;
		right: calc(50% - 79px);
	}

	.tab-a5-wrap {
		height: 150px;
	}

	.tab-a5-wrap .tab-a5 {
		width: 100%;
		margin-left: 0px;
		height: 60px;
	}

	.tab-a5-wrap .tab-a5 span {
		font-size: 20px;
		height: 58px;
		line-height: 58px;
	}

	/*a007*/

	.ci-top {
		display: none;
	}

	.ci-top-mo {
		display: block;
		font-size: 14px;
		line-height: 23px;
		font-weight: 400;
		padding: 10px 25px 40px;
		color: #8d8d8d;
		text-align: center;
	}

	.ci-detail {
		width: calc(100% - 30px);
		background: url(../images/ci_002a.png) center no-repeat;
		background-size: 100% auto;
		margin-right: 15px;
		margin-left: 15px;
	}

	.sub-title2-ci {
		margin-top: 30px;
	}

	.sub-title+.sub-title2-ci {
		margin-top: 10px;
	}

	.stci2 {
		width: 430px !important;
		margin: 60px auto 0px;
	}

	.ci-row4 {
		width: 430px;
		margin: 0px auto;
	}

	.ci-row4-one:nth-child(3n-2) {
		margin-left: 10px;
	}

	.ci-row4-one:nth-child(2n-1) {
		margin-left: 0px;
	}

	/*a008*/
	.map-area {
		padding: 0px 22px;
	}

	.map-area img {
		width: 100%;
	}

	.addr-left {
		display: none;
	}

	.addr-right {
		width: 100%;
	}

	.addr-right .addr-tr {
		height: auto;
		padding: 20px 0px;
	}

	.addr-info {
		margin-top: 0px;
	}

	.addr-th {
		width: 74px;
		height: auto;
		line-height: 22px;
		font-size: 16px;
	}

	.addr-td {
		width: calc(100% - 74px);
		height: auto;
		line-height: 22px;
		font-size: 16px;
	}

	/*c003*/
	.sd001-01 .r-btns {
		width: 100%;
	}

	.se001-01 .r-btns {
		width: 100%;
	}

	.se001-02 .r-btns {
		width: 100%;
	}

	.se003-01 .r-btns {
		width: 100%;
	}

	.con-search-bar {
		height: auto;
	}

	.con-search-bar .r-btns .sl-normal {
		width: 100%;
	}

	.con-search-bar .r-btns .con-ip {
		width: 100%;
		margin-top: 16px;
		margin-left: 0px;
	}

	.con-search-bar .r-btns .btn {
		width: 100%;
		margin-left: 0px;
		margin-top: 16px;
	}

	.sl-normal .select dt a {
		background: url(../images/bg_select.png) no-repeat;
		background-position: calc(100% - 17px) center;
	}

	.sl-normal .select dt a.on {
		background: url(../images/bg_select_u.png) no-repeat;
		background-position: calc(100% - 17px) center;
	}

	.page-wrap {
		margin-top: 14px;
	}

	.page-wrap.p_new {
		width: 60px;
		height: 60px;
		border: 1px solid #e2e2e2;
		margin-left: 7px;
	}

	.page-wrap.p_prev {
		width: 60px;
		height: 60px;
		border: 1px solid #e2e2e2;
		margin-right: 0px;
	}

	.page-wrap.p_next {
		width: 60px;
		height: 60px;
		border: 1px solid #e2e2e2;
		margin-left: 7px;
	}

	.page-wrap.p_first {
		width: 60px;
		height: 60px;
		border: 1px solid #e2e2e2;
	}

	.paging {
		height: auto;
	}

	.paging-in:after {
		content: "";
		display: block;
		clear: both;
		margin: 0px auto;
	}

	.blt-content {
		padding: 30px 10px;
	}

	.bf-title {
		width: 100%;
		margin-bottom: 14px;
		padding-left: 10px;
	}

	.file-wrap {
		width: 80%;
	}

	.file-one {
		font-size: 14px;
	}

	.bttr-lb {
		width: 90px;
		padding-left: 7px;
		background: url(../images/arrow-top.png) calc(100% - 20px) center no-repeat;
	}

	.bttr-lb.next {
		background: url(../images/arrow-bot.png) calc(100% - 20px) center no-repeat;
	}

	.bttr-title {
		width: calc(100% - 90px);
		font-size: 15px;
	}

	/*공지사항*/
	.sub-title {
		height: auto;
		padding-bottom: 30px;
	}

	.blt-wrap {
		margin-top: 16px;
	}

	/*c007*/
	.tab-t3-wrap {
		margin-top: 10px;
	}

	.tab-t3-wrap-in {
		width: 100%;
	}

	.tab-t3-wrap .tab-t3 {
		width: 100%;
		border: 1px solid #c2c2c2 !important;
		margin-left: 0px;
	}

	.c007-tab-btn1 {
		width: 100%;
		top: auto;
		right: auto;
		position: relative;
		margin-top: 30px;
	}

	.c007-txt1 {
		font-size: 26px;
		margin-top: 40px;
	}

	.c007-txt3 {
		font-size: 20px;
	}

	.c007-txt4 {
		font-size: 15px;
		line-height: 25px;
	}

	.c007-txbox {
		padding: 15px 16px;
	}

	.btn-br-center .btn-run {
		width: 100%;
	}

	.tid-td1 .select dt a {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.tid-td1 .select dd ul a {
		font-size: 14px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.select dt a {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.select dd ul a {
		font-size: 14px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	/*c010*/
	.tab-t4 {
		height: 60px;
	}

	.tab-t4 span {
		font-size: 18px;
		height: 60px;
		line-height: 59px;
		padding-left: 25px;
		padding-right: 10px;
	}

	/*d007*/
	.tid-th1 {
		width: 30%;
		font-size: 16px;
	}

	.tid-td1 {
		width: 70%;
	}

	.tid-th2 {
		width: 30%;
		font-size: 16px;
		padding-left: 0px;
		padding-right: 0px;
		text-align: left;
		margin-top: 16px;
	}

	.tid-td2 {
		width: 70%;
		margin-top: 16px;
	}

	.tid-msg0 {
		width: 70%;
		margin-left: 30%;
	}

	.tid-msg1 {
		width: 70%;
		margin-left: 30%;
	}

	.tid-msg2 {
		width: 70%;
		margin-left: 30%;
	}

	.tid-msg1.pc-am {
		display: none !important;
	}

	.tid-msg1.mo-am {
		display: block !important;
	}

	.sd007 .tid-txt1 {
		margin-top: 20px;
	}

	/*d005*/
	.sub-d005 .r-btns {
		width: 100%;
	}

	/*f001*/
	.sf001-01 .content-in {
		padding-top: 50px;
		min-height: auto;
	}

	.f001-sub-title {
		font-size: 25px;
	}

	.f001-line {
		margin: 30px 0px;
	}

	.f001-txt1 {
		font-size: 15px;
		text-align: left;
		line-height: 22px;
	}

	/*f002*/
	.sf001-02 .content-in {
		padding-top: 50px;
		min-height: auto;
	}

	.fs-group {
		width: 100%;
		margin-left: 0px;
		margin-top: 14px;
	}

	.fs-groups+.f001-sub-title {
		margin-top: 40px;
	}

	.sf001-02 .f001-line {
		margin: 30px 0px 16px;
	}

	.r-btns {
		float: none;
	}
}

@media screen and (max-width: 640px) {
	.vision-2021 .vision-top.vision_m>ul {
		display: block;
		text-align: center;
	}

	.vision-2021 .vision-top.vision_m>ul>li {
		display: block;
		width: 100%;
		max-width: 268px;
		min-width: auto;
		margin: 0 auto;
	}

	.vision-2021 .vision-top.vision_m>ul>li+li {
		margin-top: 44px;
	}
}

@media screen and (max-width: 600px) {
	.top-search-bar {
		padding: 0 22px;
	}

	.tsb-wrap {
		width: calc(100% - 54px);
	}

	.tsb-wrap-w {
		width: calc(100% - 54px);
		height: 104px;
		margin: 98px auto 0px;
		padding: 20px;
		border-radius: 10px;
	}

	.tsb-wrap.f003sp {
		width: 100%;
		margin: 0px;
	}

	.vision {
		width: 100%;
	}

	.vs-txt1 {
		margin-top: 13px;
		height: auto;
	}

	.vs-txt2 {
		font-size: 30px;
		height: auto;
	}

	.vs-plus {
		margin-left: calc(50% - 18px);
		margin-top: 30px;
		margin-bottom: 33px;
		width: 37px;
		height: 37px;
	}

	/*a007*/
	.sub-title2-ci {
		font-size: 18px;
	}

	.ci-detail {
		height: 324px;
		background: url(../images/ci_002a.png) center no-repeat;
		background-size: 441px 294px;
	}

	.ci-row1 {
		height: 324px;
	}

	.ci-row2.pc {
		display: none;
	}

	.ci-row2-one {
		height: 300px;
	}

	.ci-row.mo {
		display: block;
	}

	.ci-row.mo .ci-txt {
		font-size: 14px;
		line-height: 23px;
		text-align: left;
		padding: 10px 25px 0px;
	}

	.ci-row3 {
		height: 230px;
		margin-top: 14px;
		border: 1px solid #f2f2f2;
	}

	.ci-row3-one {
		position: absolute;
	}

	.ci-row3-one.cr-part1 {
		width: 100%;
		top: 130px;
		left: 0px;
		margin-left: 0px;
		margin-top: 30px;
		height: 70px;
		line-height: 70px;
		border: none;
	}

	.ci-row3-one.cr-part1 img {
		vertical-align: top;
	}

	.ci-row3-one.cr-part2 {
		width: calc(100% - 140px);
		top: 0px;
		left: 70px;
		margin-left: 0px;
		margin-top: 0px;
		height: 130px;
		line-height: 130px;
		border: none;
		border-bottom: 1px solid #f2f2f2;
	}

	/*c001*/
	.tb-kimd.pre-info td,
	.tb-kimd.pre-info th {
		font-size: 14px;
		line-height: 22px;
		padding-left: 3px;
		padding-right: 2px;
	}

	/*공지사항*/
	.type-d001 .top-row .blt-col.col1 {
		display: none !important;
	}

	.type-d001 .top-row .blt-col.col2 {
		width: 70%;
		font-size: 14px;
	}

	.type-d001 .top-row .blt-col.col3 {
		width: 30%;
		font-size: 14px;
	}

	.type-d001 .top-row .blt-col.col4 {
		display: none !important;
	}

	.type-d001 .top-row .blt-col.col5 {
		display: none !important;
	}

	.type-d001 .top-row .blt-col.cola {
		width: 100%;
		text-align: left;
		padding-left: 10px;
	}

	.type-d001 .od-row .blt-col.col1 {
		display: none !important;
	}

	.type-d001 .od-row .blt-col.col2 {
		width: 70%;
		text-align: left;
		padding-left: 14px;
		font-size: 14px;
	}

	.type-d001 .od-row .blt-col.col3 {
		width: 30%;
		font-size: 14px;
	}

	.type-d001 .od-row .blt-col.col4 {
		display: none !important;
	}

	.type-d001 .od-row .blt-col.col5 {
		display: none !important;
	}

	/*보도자료*/
	.type-e001 .top-row .blt-col.col1 {
		display: none !important;
	}

	.type-e001 .top-row .blt-col.col2 {
		width: 70%;
		font-size: 14px;
	}

	.type-e001 .top-row .blt-col.col3 {
		width: 30%;
		font-size: 14px;
	}

	.type-e001 .top-row .blt-col.col4 {
		display: none !important;
	}

	.type-e001 .top-row .blt-col.col5 {
		display: none !important;
	}

	.type-e001 .top-row .blt-col.cola {
		width: 100%;
		text-align: left;
		padding-left: 10px;
	}

	.type-e001 .od-row .blt-col.col1 {
		display: none !important;
	}

	.type-e001 .od-row .blt-col.col2 {
		width: 70%;
		text-align: left;
		padding-left: 14px;
		font-size: 14px;
	}

	.type-e001 .od-row .blt-col.col3 {
		width: 30%;
		font-size: 14px;
	}

	.type-e001 .od-row .blt-col.col4 {
		display: none !important;
	}

	.type-e001 .od-row .blt-col.col5 {
		display: none !important;
	}

	/*언론보도*/
	.type-e002 .top-row .blt-col.col1 {
		display: none !important;
	}

	.type-e002 .top-row .blt-col.col2 {
		width: 70%;
	}

	.type-e002 .top-row .blt-col.col3 {
		display: none !important;
	}

	.type-e002 .top-row .blt-col.col4 {
		width: 30%;
	}

	.type-e002 .od-row .blt-col.col1 {
		display: none !important;
	}

	.type-e002 .od-row .blt-col.col2 {
		width: 70%;
		text-align: left;
		padding-left: 8px;
		font-size: 14px;
	}

	.type-e002 .od-row .blt-col.col3 {
		display: none !important;
	}

	.type-e002 .od-row .blt-col.col4 {
		width: 30%;
		font-size: 14px;
	}

	.type-e003 .top-row .blt-col.col1 {
		display: none !important;
	}

	.type-e003 .top-row .blt-col.col2 {
		width: 70%;
	}

	.type-e003 .top-row .blt-col.col3 {
		display: none !important;
	}

	.type-e003 .top-row .blt-col.col4 {
		width: 30%;
	}

	.type-e003 .od-row .blt-col.col1 {
		display: none !important;
	}

	.type-e003 .od-row .blt-col.col2 {
		width: 70%;
		text-align: left;
		padding-left: 8px;
		font-size: 14px;
	}

	.type-e003 .od-row .blt-col.col3 {
		display: none !important;
	}

	.type-e003 .od-row .blt-col.col4 {
		width: 30%;
		font-size: 14px;
	}

	.blt-wrap .od-row {
		height: auto;
		line-height: 60px;
	}

	.blt-wrap .od-row .blt-col {
		height: auto;
		line-height: 60px;
	}

	.blt-down {
		margin-top: 16px;
		background: url(../images/blt-down.png) no-repeat;
		background-size: 20px 17px;
		background-position: center;
	}

	/*c001*/
	.tb-kimd.pre-info th {
		vertical-align: top;
		padding: 20px 0px 6px;
	}

	/*c007*/
	.uploaded_file_name {
		width: calc(100% - 100px);
	}

	.tid-td5 {
		width: 100%;
		text-align: left;
	}

	.sub-f002 .page-title-bar h2 {
		font-size: 30px;
		margin-top: 73px;
	}
}

@media screen and (max-width: 532px) {
	.vision-2021 .vision-list {
		width: 100%;
		margin-top: 40px;
	}

	.vision-2021 .vision-list>li {
		display: block;
		width: 100%;
		max-width: 216px;
		margin: 40px auto 0 !important;
	}

	.vision-2021 .vision-list>li .vision-list-top .bg {
		background-image: url("../images/bg_new_vision_list_mo.png");
	}

	.vision-2021 .vision-list>li .vision-list-top>p {
		font-size: 17px;
	}

	.vision-2021 .vision-list>li .vision-list-bottom {
		height: 312px;
		padding: 0 20px;
		margin-top: 54px;
		border-radius: 5px;
	}

	.vision-2021 .vision-list>li .vision-list-bottom .line>p {
		font-size: 16px;
	}

	.vision-2021 .vision-list>li .vision-list-bottom .line>p:first-child {
		transform: translateY(-15px);
	}

	.vision-2021 .vision-list>li .vision-list-bottom .line>p:last-child {
		transform: translateY(15px);
	}
}

@media screen and (max-width: 500px) {
	.tsb-wrap-w {
		margin-top: 32px;
	}

	.gnb-inner .right-btns {
		right: 66px;
	}

	.gnb-inner .momenu-go .momenu-btn {
		margin-right: 18px;
	}

	.page-title-bar {
		height: 245px;
	}

	.page-title-bar h2 {
		font-size: 30px;
		margin-top: 4px;
	}

	.sub-a .page-title-bar {
		background: url(../images/sub-a.jpg) 50% calc(50% + 50px);
		background-size: auto 245px;
	}

	.sub-b .page-title-bar {
		background: url(../images/sub-b.jpg) 50% calc(50% + 50px);
		background-size: auto 245px;
	}

	.sub-c .page-title-bar {
		background: url(../images/sub-c.jpg) 50% calc(50% + 50px);
		background-size: auto 245px;
	}

	.sub-d .page-title-bar {
		background: url(../images/sub-d.jpg) 50% calc(50% + 50px);
		background-size: auto 245px;
	}

	.sub-e .page-title-bar {
		background: url(../images/sub-e.jpg) 50% calc(50% + 50px);
		background-size: auto 245px;
	}

	.sub-f .page-title-bar {
		background: url(../images/sub-f.jpg) 50% calc(50% + 50px);
		background-size: auto 245px;
	}

	.tab-f3-wrap .tab-f3 {
		width: 50%;
	}

	.tab-f3-wrap {
		height: 120px;
	}

	/*a002*/
	.goals {
		width: 217px;
	}

	.goal {
		margin-left: 0px !important;
	}

	/*a003*/
	.a003-01 img {
		position: relative;
		top: auto;
		left: auto;
		width: 80%;
		height: auto;
		float: left;
		margin-left: -22px;
	}

	.a003-02 img {
		position: relative;
		top: auto;
		left: auto;
		width: 60%;
		height: auto;
		float: right;
		margin-right: -22px;
	}

	.a003-03 img {
		position: relative;
		top: auto;
		left: auto;
		width: 80%;
		height: auto;
		float: left;
		margin-left: -22px;
	}

	.a003-04 img {
		position: relative;
		top: auto;
		left: auto;
		width: 60%;
		height: auto;
		float: right;
		margin-right: -22px;
	}

	/*a006*/
	.directors td {
		font-size: 13px;
	}

	.director_hst {
		padding-left: 9px;
	}

	/*f002*/
	.sub-f002 .page-title-bar h2 {
		font-size: 22px;
		padding: 0px 4px;
		margin-top: 59px;
	}

	.f002-only-mo {
		display: inline;
	}
}

@media screen and (max-width: 470px) {
	.tab-f3-content.active {
		padding: 0px;
	}

	.sch-result2-title {
		font-size: 17px;
		padding-left: 0px;
	}

	.sch-result3-more {
		font-size: 12px;
		width: 33px;
	}

	.sch-result3 {
		padding: 10px 0px 30px;
	}

	.sch-result3-title {
		width: calc(100% - 38px);
		font-size: 14px;
	}

	.sch-result2 {
		margin-top: 30px;
	}

	/*f002*/
	/*.sub-f002 .page-title-bar h2{font-size:22px; line-height: 30px; padding:0px 4px; margin-top:56px;}*/
	.f002-only-mo {
		display: inline;
	}

	.sub-title {
		height: auto;
		padding-bottom: 30px;
		font-size: 28px;
		line-height: 40px;
	}

	.sv-cards {
		width: 100%;
	}

	.sv-card {
		width: 100%;
		height: 270px;
	}

	.sv-txt1 {
		padding: 0px 12px;
		font-size: 13px;
		top: 40px;
	}

	.sv-txt2 {
		padding: 0px 12px;
		font-size: 24px;
		top: 90px;
	}

	.sv-more {
		top: 190px;
	}

	/*a003*/
	.a004-content {
		margin-top: 0px;
	}

	.hst-txt {
		font-size: 14px;
	}

	/*a007*/
	.sub-title2-ci {
		font-size: 14px;
	}

	.ci-row3+.sub-title {
		margin-bottom: 0px;
	}

	.stci2 {
		width: 330px !important;
		margin: 40px auto 0px;
	}

	.ci-row4 {
		width: 330px;
		margin: 0px auto;
	}

	.ci-row4-one {
		width: 160px;
		height: 160px;
		padding-left: 12px;
		padding-top: 13px;
	}

	.ci4-txt1 {
		font-size: 15px;
	}

	.ci4-txt2 {
		font-size: 13px;
		margin-top: 54px;
	}

	/*b001*/
	.sv-txt2,
	.sv-txt2.sv-txt2-line3 {
		font-size: 20px;
		line-height: 24px;
	}

	/*c002*/
	.c002-txt1 {
		font-size: 15px;
		padding-left: 33px;
	}

	.c002-num {
		font-size: 13px;
		width: 24px;
		height: 24px;
		line-height: 24px;
	}

	/*c003*/
	.btn-br-right {
		width: 100%;
	}

	.btn-br-right .gotolist {
		width: 100%;
	}

	/*.blt-wrap{margin-top:10px;}*/

	/*c010*/
	.c007-txt2a {
		font-size: 15px;
	}

	.c007-txt4a {
		font-size: 15px;
	}

	.tab-t4 span {
		font-size: 15px;
		height: 60px;
		line-height: 59px;
		padding-left: 25px;
		padding-right: 10px;
	}

	.info-idv th {
		font-size: 12px;
		color: #8d8d8d;
		text-align: center;
		font-weight: 400;
		padding: 15px 0px;
	}

	.info-idv td {
		font-size: 12px;
		color: #53575a;
		text-align: center;
		padding: 15px 0px;
	}

	.idv-type1 th.th03 {
		text-align: left;
		padding-left: 5px;
	}

	.idv-type1 td.td03 {
		text-align: left;
		padding-left: 5px;
	}

	.info-idv .tt4-col1 {
		width: 10%;
	}

	.info-idv .tt4-col2 {
		width: 37%;
	}

	/*d005*/
	.card-one {
		width: 100%;
		margin-left: 0px;
	}

	.card-one:nth-child(3n - 2) {
		margin-left: 0px;
	}

	/*d007*/
	.btn-br-center .btn-run {
		width: 100%;
	}
}

@media screen and (max-width: 430px) {

	/*a005*/
	.sto-tree-003 {
		left: calc(50% + 35px);
	}

	/*a007*/
	.ci-row3-one.cr-part2 {
		width: calc(100% - 100px);
		top: 0px;
		left: 50px;
		margin-left: 0px;
		margin-top: 0px;
		height: 130px;
		line-height: 130px;
		border: none;
		border-bottom: 1px solid #f2f2f2;
	}
}

@media screen and (max-width: 400px) {

	/*a005*/
	.taba5-col2 {
		width: 18%;
	}

	.taba5-col3 {
		width: 18%;
	}

	.taba5b-col1 {
		width: 18%;
	}

	.taba5b-col2 {
		width: 18%;
	}

	.tb-kimd.part1 .tda51-003,
	.tb-kimd.part2 .tda53-004,
	.tb-kimd.part3 .tda53-004 {
		padding-left: 6px;
	}

	.tb-kimd.part1 tbody td,
	.tb-kimd.part2 tbody td,
	.tb-kimd.part3 tbody td {
		font-size: 14px;
		line-height: 24px;
	}

	/*a006*/
	.btn-br-right {
		width: 100%;
	}

	.sa008-01 .btn {
		width: 100% !important;
		background: #fff url(../images/open-window.png) calc(100% - 13px) center no-repeat;
		padding-left: 18px;
	}

	/*a007*/
	.ci-detail {
		height: 214px;
		background: url(../images/ci_002a.png) center no-repeat;
		background-size: 280px 186px;
	}

	.ci-row1 {
		height: 214px;
	}

	.ci-row3-one.cr-part2 {
		width: calc(100% - 80px);
		top: 0px;
		left: 40px;
		margin-left: 0px;
		margin-top: 0px;
		height: 130px;
		line-height: 130px;
		border: none;
		border-bottom: 1px solid #f2f2f2;
	}

	.w400hide {
		display: none;
	}
}

@media screen and (max-width: 360px) {
	.first.sa001-01 .txt3 {
		width: 155px;
		right: auto;
		left: 0px;
		text-align: left;
	}

	.first.sa001-01 .txt4 {
		width: 140px;
		right: auto;
		left: 0px;
		text-align: left;
	}

	.img-sa001-01 {
		right: -58px;
	}

	/*a004*/
	.hst-title {
		font-size: 22px;
	}

	.hst-year {
		font-size: 17px;
	}

	/*a007*/
	.ci-row3+.sub-title {
		margin-bottom: 0px;
	}

	.stci2 {
		width: 276px !important;
		margin: 40px auto 0px;
	}

	.ci-row4 {
		width: 276px;
		margin: 0px auto;
	}

	.ci-row4-one {
		width: 133px;
		height: 133px;
		padding-left: 9px;
		padding-top: 10px;
		margin-top: 13px;
	}

	.ci4-txt1 {
		font-size: 15px;
	}

	.ci4-txt2 {
		font-size: 12px;
		margin-top: 34px;
	}

	.ci-row3-one.cr-part2 {
		width: calc(100% - 60px);
		top: 0px;
		left: 30px;
		margin-left: 0px;
		margin-top: 0px;
		height: 130px;
		line-height: 130px;
		border: none;
		border-bottom: 1px solid #f2f2f2;
	}

	.ci-row2-one {
		height: 330px;
	}

	.footer .footer-top .gnb-wamark-logo.isms {
		left: 200px;
	}
}

@media screen and (max-width: 350px) {
	.sa008-01 .btn {
		width: 100% !important;
		font-size: 12px;
	}

	/*    background: #fff url(../images/open-window.png) calc(100% - 13px) center no-repeat;
		padding-left: 18px; }*/
}

@media screen and (max-width: 330px) {}

@media screen and (max-width: 240px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 344px) {}

/*재단 사업소개 추가*/

.bd-ts {
	border-top: 1px solid #e2e2e2;
	padding-top: 20px;
}

.sub-title.inner {
	width: 1314px;
	margin: 0 auto;
}

.businessWrap {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	padding-bottom: 140px;
}

.gray_box {
	width: 100%;
	background-color: #f8f8f8;
}

.content .inner_wrap {
	width: 100%;
	max-width: 1314px;
	margin: 0 auto;
}

.content .sub_content {
	padding: 80px 0;
}

.content .sub_content h4 {
	font-size: 32px;
	color: #222;
	font-weight: 500;
	margin-bottom: 40px;
}

.orDeco {
	margin-bottom: 70px;
}

.orDeco li {
	background: url(../images/hd-dot-po.png) left 10px no-repeat;
	background-size: 3px 3px;
	padding-left: 8px;
	font-size: 15px;
	color: #53575a;
	margin-bottom: 10px;
}

.orDeco li:last-child {
	margin-bottom: 0;
}

.content_sideWrap {
	position: relative;
}

.content_sideWrap.danurim {
	margin: 20px 0 110px 0;
}

.content_sideWrap.danurim:last-child {
	margin: 20px 0 0 0;
}

.content_sideWrap.mice {
	margin-top: 30px;
}

.content_sideWrap.micepromotion {}

/* 20220916 start */
.content_left {
	float: left;
	width: 45%;
	margin-right: 5%;
}

/* 20220916 end */
.content_left.h300 {
	height: 300px;
}

.content_left img {
	width: 100%;
}

.content_right {
	float: right;
	width: 50%;
}

/* 20220916 start */
.content_right p {
	font-size: 17px;
	color: #83878b;
	font-weight: 400;
	word-break: keep-all;
}

/* 20220916 end */
.content_right .infoWrap {
	margin-top: 35px;
}

.content_right .infoWrap .info_icon {
	display: inline-block;
	width: 18px;
	height: 19px;
	background: url(../images/location2.png) center no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 15px;
}

.content_right .infoWrap.tel {
	margin-top: 20px;
}

.content_right .infoWrap.tel .info_icon {
	background: url(../images/icon-phone2.png) center no-repeat;
	background-size: contain;
}

.content_right ul li {
	font-size: 17px;
	color: #83878b;
	font-weight: 400;
}

.content_sideWrap .go-btn {
	display: block;
	position: absolute;
	bottom: 0;
	right: 17px;
	color: #000;
	padding: 0px 80px 10px 20px;
	border-bottom: 1px solid #ee6e00;
	font-size: 14px;
	font-weight: 400;
}

.content_sideWrap .go-btn.left {
	right: auto;
	left: 10%;
}

.content_sideWrap .go-btn.center {
	right: auto;
	left: 36%;
}

.content_sideWrap .go-btn.right {
	right: 12%;
}

.content_sideWrap .go-btn::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -16px;
	bottom: -1px;
	width: 18px;
	height: 35px;
	background: url(../images/arrow-right.png) no-repeat right bottom;
}

.content_miceWrap ul {
	margin-top: 20px;
}

.content_miceWrap ul li {
	float: left;
	width: 30.3%;
	margin-right: 19.7%;
	margin-bottom: 50px;
}

.content_miceWrap ul li img {
	width: 100%;
}

.content_miceWrap ul li p {
	margin-bottom: 40px;
	font-size: 20px;
}

.content_miceWrap ul li p.subTxt {
	margin-bottom: 5px;
}

.content_miceWrap ul li span {
	color: #969696;
	display: inline-block;
	margin-bottom: 20px;
}

.content .inner_wrap .btn-br {
	margin-top: 100px;
}

.content h5 {
	font-size: 24px;
	font-weight: 500;
}

.content h5::before {
	content: "";
	display: inline-block;
	margin-right: 15px;
	width: 17px;
	height: 25px;
	background: url(../images/slash.png) no-repeat 0 0;
	vertical-align: text-top;
}

.content h5 span {
	display: block;
	margin-left: 32px;
}

.content p.subTit {
	margin: 20px 0 24px;
}

.content p.orange {
	color: #ee6e00;
	margin: 0 0 10px 0;
}

.content .download {
	margin-top: 100px;
}

.content .download h5 {
	float: left;
}

.content .download .down_btn {
	float: right;
}

.content .download .down_btn a {
	display: block;
	max-width: 268px;
	padding: 0 20px;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	background-color: #ee6e00;
	text-align: center;
}

.content .download .down_btn a:nth-child(1) {
	margin-bottom: 20px;
}

.content .download .down_btn a::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 8px;
	margin-left: 20px;
	background: url(../images/down_arrow.png) no-repeat right;
}

.content .method {
	margin-top: 60px;
}

.content .method h6 {
	margin-bottom: 24px;
	color: #53575a;
	font-size: 17px;
	font-weight: 600;
}

.content h6.offline {
	margin-top: 15px;
}

.content .method ul {
	margin-bottom: 40px;
}

.content .method ul li {
	position: relative;
	font-size: 17px;
	font-weight: 400;
	margin-top: 20px;
	padding-left: 40px;
	color: #53575a;
}

.content .method ul li .orange_u {
	text-decoration: underline;
	color: #ee6e00;
}

.markerIcon {
	position: absolute;
	display: inline-block;
	background: #8f8f8f url(../images/markericon.png) center no-repeat;
	background-size: 11px 15px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	border-radius: 50%;
	left: 0px;
	top: 0px;
	text-align: center;
}

.gray_box.offline {
	color: #53575a;
	padding: 15px;
	margin-bottom: 30px;
}

.content .txtBox {
	color: #53575a;
	font-size: 17px;
	margin-bottom: 30px;
}

.content .txtBox.mt30 {
	margin-top: 30px;
}

.content .imgBox {
	width: 100%;
}

.content .imgBox img {
	width: 100%;
}

.content h6.mb_15 {
	margin-bottom: 15px;
}

.content_sec {
	margin-top: 60px;
}

.content_sec>div {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.content_sec>div:last-child {
	margin-right: 0;
}

.content_sec>div img {
	width: 100%;
}

.content_tir {
	margin-top: 60px;
}

.content_tir>div {
	float: left;
	width: 32.2%;
	margin-right: 1.7%;
}

.content_tir>div:last-child {
	margin-right: 0;
}

.content_tir>div img {
	width: 100%;
}

.content_micepro {
	margin-top: 60px;
}

.content_micepro>div {
	float: left;
	width: 52.8%;
	margin: 0 2% 0 10%;
}

.content_micepro>div:last-child {
	width: 25.2%;
	margin: 0 10% 0 0;
}

.content_micepro>div img {
	width: 100%;
}

.content_qua {
	margin-top: 60px;
}

.content_qua>div {
	float: left;
}

.content_qua>div.fir {
	width: 29.39%;
	margin-right: 2.27%;
}

.content_qua>div.sec {
	width: 20.8%;
	margin-right: 2.27%;
}

.content_qua>div.tir {
	width: 20.8%;
	margin-right: 0;
}

.content_qua>div img {
	width: 100%;
}

/*

.method .c002-txt1 {margin-top: 20px;}
*/

@media screen and (max-width: 1370px) {
	.sub-title.inner {
		width: calc(100% - 66px) !important;
	}

	.content .inner_wrap {
		width: calc(100% - 66px) !important;
	}

	.content_sideWrap {
		padding-bottom: 65px;
	}

	.content_sideWrap.micepromotion {
		padding-bottom: 200px;
	}

	.content_left {
		float: none;
		width: 70%;
		margin: 0 auto;
	}

	.content_left.h300 {
		height: auto;
		margin: 0;
	}

	.content_right {
		float: none;
		width: 70%;
		margin: 30px auto 0 auto;
	}

	.content_sideWrap .go-btn {
		right: auto;
		left: 49%;
		transform: translateX(-50%);
		width: calc(70% - 20px);
		padding: 0px 0px 10px 20px;
	}

	.content_sideWrap .go-btn.left {
		right: auto;
		left: 49%;
		bottom: 120px;
	}

	.content_sideWrap .go-btn.center {
		right: auto;
		left: 49%;
		bottom: 60px;
	}

	.content_sideWrap .go-btn.right {
		right: auto;
		left: 49%;
		bottom: 0;
	}

	.content .sub_content {
		padding: 40px 0;
	}

	.content_miceWrap ul li {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
}

@media screen and (max-width: 800px) {
	.content .download h5 {
		float: none;
	}

	.content .download .down_btn {
		float: none;
		margin-top: 20px;
	}

	.content .download .down_btn a {
		margin: 0 auto;
		max-width: 70%;
	}
}

@media screen and (max-width: 700px) {
	.sub-title.inner {
		width: calc(100% - 44px) !important;
	}

	.content .inner_wrap {
		width: calc(100% - 44px) !important;
	}

	.content_left {
		width: 100%;
	}

	.content_right {
		width: 100%;
	}

	.content_sideWrap .go-btn {
		right: auto;
		left: 0;
		transform: translateX(0%);
		width: calc(100% - 20px);
	}

	.content_sideWrap .go-btn.left {
		right: auto;
		left: 0;
	}

	.content_sideWrap .go-btn.center {
		right: auto;
		left: 0;
	}

	.content_sideWrap .go-btn.right {
		left: auto;
	}

	.content .inner_wrap .btn-br {
		margin-top: 80px;
	}

	.content .download .down_btn {
		margin: 20px 0 0 0px;
	}

	.content .download .down_btn a {
		max-width: 100%;
	}

	.content_tir>div {
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}

	.content_tir>div:last-child {
		margin-bottom: 0;
	}

	.content_sec>div {
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}

	.content_sec>div:last-child {
		margin-bottom: 0;
	}

	.content_micepro>div {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.content_micepro>div:last-child {
		margin: 0;
		width: 100%;
	}

	.content_qua>div {
		float: none;
	}

	.content_qua>div.fir {
		width: 100%;
		margin-right: 0;
	}

	.content_qua>div.sec {
		width: 100%;
		margin-right: 0;
	}

	.content_qua>div.tir {
		width: 100%;
		margin-right: 0;
	}

	.content_qua>div img {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.content .inner_wrap .btn-br {
		margin-top: 60px;
	}

	.swiper-container .swiper-pagination .swiper-pagination-bullet {
		width: 40px;
	}
}

@media screen and (max-width: 375px) {
	.footer .footer-top .gnb-wamark-logo.isms {
		left: 50%;
		margin-left: 0;
		z-index: 1;
	}

	.footer .footer-top .gnb-wamark-logo img {
		width: 60px;
		height: 35px;
	}
}

/*재단 사업소개 추가*/
.top-search-bar.active .tsb-run-ipt {
	color: #777 !important;
}

/*개인정보 처리방침*/
.tab-t4 {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #c2c2c2;
	height: 90px;
	margin-top: -1px;
}

.tab-t4 span {
	display: block;
	height: 88px;
	line-height: 88px;
	color: #53575a;
	font-size: 25px;
	text-align: center;
	font-weight: 500;
	text-align: left;
	padding-left: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab-t4.active span {
	border-bottom: 6px solid #ff8f2f;
	color: #ee6e00;
}

.tab-t4-content {
	display: none;
}

.tab-t4-content.active {
	display: block;
	padding: 60px 0px 70px;
}

.tab-t4.tab-t4-f {
	margin-top: 70px;
}

.info-idv {
	width: 100%;
	margin-top: 40px;
}

.info-idv tr {
	height: auto;
	line-height: 22px;
}

.info-idv thead tr {
	border-bottom: 1px solid #e6e6e6;
}

.info-idv th {
	font-size: 17px;
	color: #8d8d8d;
	text-align: center;
	font-weight: 400;
	padding: 15px 0px;
}

.info-idv td {
	font-size: 17px;
	color: #53575a;
	text-align: center;
	padding: 15px 0px;
}

.idv-type1 th.th03 {
	text-align: left;
}

.idv-type1 td.td03 {
	text-align: left;
}

.info-idv .tt4-col1 {
	width: 10%;
}

.info-idv .tt4-col2 {
	width: 30%;
}

.idv-type1 th.thc3 {
	text-align: left;
}

.idv-type1 td.tdc3 {
	text-align: left;
}

.info-idv .ttc1-col1 {
	width: 10%;
}

.info-idv .ttc1-col2 {
	width: 30%;
}

.info-idv .ttc1-col3 {
	width: 50%;
}

.c10_btn {
	color: #333;
	padding: 10px;
	border: 1px solid #e2e2e2;
	margin-top: 20px;
	display: inline-block;
	background: url(../images/p-next.png) calc(100% - 15px) no-repeat;
	padding-right: 34px;
}

.c10link {
	color: #53575a;
}

/* 서울시 지도 추가*/
/* content map placeholder */
.wrp-map-expend {
	display: none;
	position: absolute;
	z-index: 5;
	bottom: 0;
	right: 0;
	left: 0;
	height: 58px;
	overflow: hidden;
	line-height: 58px;
	font-size: 1.375em;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
}

.wrp-map-expend .ion-ios-location {
	display: inline-block;
	margin-right: 8px;
	font-size: 34px;
	line-height: 58px;
	vertical-align: top;
}

.wrp-map-expend button {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 57px;
	height: 50px;
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
	color: #007dc3;
	vertical-align: top;
}

.wrp-map-expend button [class*="ion"] {
	font-size: 52px;
}

.wrp-map-expend.show {
	left: auto;
	width: 65px;
	background: none;
}

.wrp-map-expend.show p {
	display: none;
}

.map-placeholder {
	position: relative;
	z-index: 4;
	padding-top: 30px;
	padding-bottom: 0;
	height: 450px;
	overflow: hidden;
}

.map-placeholder .map-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.map-marker {
	z-index: 999;
	padding: 12px;
	width: 566px;
	max-width: 95%;
	height: 176px;
	background: #fff;
	/* -webkit-box-shadow:5px 5px 18px 0px rgba(0,0,0,0.25); */
	-moz-box-shadow: 5px 5px 18px 0px rgba(0, 0, 0, 0.25);
	/* box-shadow:5px 5px 18px 0px rgba(0,0,0,0.25); */
}

/*.map-marker:before {content:" "; position:absolute; bottom:-11px; left:50%; margin-left:-11px; width:0; height:0; border-style:solid; border-width:11px 10.5px 0 10.5px; border-color:#fff transparent transparent transparent;}*/
.map-marker .thum {
	position: absolute;
	top: 12px;
	bottom: 12px;
	left: 12px;
	width: 46.168498%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 150px;
	height: 204px;
}

.map-marker .cont {
	position: relative;
	margin-left: 53.380952%;
	height: 100%;
	overflow: hidden;
}

.map-marker .cont .tit {
	padding-top: 0px;
}

.map-marker .cont .txt {
	margin-top: 5px;
	height: 82px;
	overflow: hidden;
}

.map-marker .cont .set-button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.map-marker .cont .set-button button {
	position: absolute;
	top: 0;
	right: 0;
	height: 26px;
	overflow: hidden;
	font-size: 24px;
	color: #bebfc1;
	display: none;
}

.map-beacon {
	position: absolute;
	z-index: 888;
	padding: 6px 27px 31px 6px;
	width: 30px;
	height: 30px;
	background: url(../images/bg/bg-map-beacon.png) no-repeat;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	line-height: 28px;
	color: #0078bb;
}

.map-position-beacon,
.map-bus-beacon,
.map-bus-beacon-on,
.map-location-beacon {
	position: absolute;
	z-index: 888;
	width: 63px;
	height: 67px;
}

.map-position-beacon {
	background: url(../images/ico/ico-beacon-myposition.png) no-repeat;
}

.map-bus-beacon {
	background: url(../images/ico/ico-beacon-bus.png) no-repeat;
}

.map-bus-beacon-on {
	background: url(../images/ico/ico-beacon-bus-on.png) no-repeat;
}

.map-location-beacon {
	background: url(../images/ico/ico-beacon-location.png) no-repeat;
}

.wrp-map-mylocation {
	position: absolute;
	z-index: 5;
	bottom: 25px;
	right: 10px;
}

.wrp-map-mylocation button {
	width: 45px;
	height: 45px;
	background: url(../images/ico/ico-map-pos.png) no-repeat 50% 50%;
	border-radius: 50%;
}

.wrp-map-mylocation button.on {
	background: url(../images/btn/btn-mylocation1.png) no-repeat;
}


/* ---------------------------------------------
	main--renewal-2024
------------------------------------------------ */

/* common */
/*=================================*/
.wrapper.main--renewal-2024 {
	position: relative;
	font-family: 'SUIT Variable', sans-serif;
}

.wrapper.main--renewal-2024 *,
.wrapper.main--renewal-2024 *:before,
.wrapper.main--renewal-2024 *:after {
	font-family: 'SUIT Variable', sans-serif;
	box-sizing: border-box;
}

/* footer */
.main--renewal-2024 footer {
	position: relative;
	padding: 24px 0;
	background-color: #282828;
}

.main--renewal-2024 footer .inner-cont {
	position: relative;
	width: 100%;
	max-width: 1396px;
	padding: 0 40px;
	margin: 0 auto;
}

.main--renewal-2024 footer .is-mo,
.main--renewal-2024 footer [class^='footer-group-'].is-mo {
	display: none;
}

.main--renewal-2024 footer .none-mo {
	display: block;
}

.main--renewal-2024 footer [class^='footer-group-'] {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.main--renewal-2024 footer [class^='footer-group-'] div,
.main--renewal-2024 footer [class^='footer-group-'] span {
	position: relative;
}


.main--renewal-2024 footer [class^='footer-group-'] a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	word-break: keep-all;
}

.main--renewal-2024 footer [class^='footer-group-'] i {
	display: inline-block;
	vertical-align: top;
}

.main--renewal-2024 footer [class^='footer-group-'] .ico-sto {
	width: 142px;
	height: 32px;
	background: url(../images/main_renewal_2024_en/ico_footer_logo_sto.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 footer [class^='footer-group-'] .btn-webacc {
	width: 75px;
	height: 50px;
	background: url(../images/main_renewal_2024/ico_footer_webacc_20250430.png) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 footer [class^='footer-group-'] .btn-ismsP {
	width: 75px;
	height: 50px;
	background: url(../images/main_renewal_2024/ico_footer_ismsP.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 footer [class^='footer-group-'] .tooltip-ismsP {
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	min-width: 370px;
	z-index: 10;
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	color: #666;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

.main--renewal-2024 footer [class^='footer-group-'] .btn-ismsP:hover+.tooltip-ismsP,
.main--renewal-2024 footer [class^='footer-group-'] .btn-ismsP:focus+.tooltip-ismsP {
	display: block;
}


.main--renewal-2024 footer [class^='footer-group-'] .sns-cont {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: end;
	margin-top: 11px
}


.main--renewal-2024 footer [class^='footer-group-'] .sns-cont i {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
}

.main--renewal-2024 footer [class^='footer-group-'] .sns-cont .ico-instar {
	background: url(../images/main_renewal_2024/ico_footer_instar.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 footer [class^='footer-group-'] .sns-cont .ico-yt {
	margin-left: 2px;
	background: url(../images/main_renewal_2024/ico_footer_yt.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 footer [class^='footer-group-'] .sns-cont .ico-fb {
	background: url(../images/main_renewal_2024/ico_footer_fb.svg) no-repeat center center;
	background-size: 100%;
}


.main--renewal-2024 footer .footer-group-01 {
	padding: 20px 0;
}

.main--renewal-2024 footer .footer-group-01 .logo-cont {
	display: flex;
	align-items: center;
	gap: 18px;
}

.main--renewal-2024 footer .footer-group-01 .logo-cont .none-mo .pos-inner {
	display: flex;
	align-items: center;
	gap: 16px;
}



.main--renewal-2024 footer .footer-group-01 .privacy-cont {}

.main--renewal-2024 footer .footer-group-01 .privacy-cont span {
	position: relative;
}

.main--renewal-2024 footer .footer-group-01 .privacy-cont span+span {
	margin-left: 32px;
}

.main--renewal-2024 footer .footer-group-01 .privacy-cont span+span::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: -16px;
	height: 16px;
	border-left: 1px solid #6E6E6E;
	transform: translateY(-50%);
	z-index: 1;
}

.main--renewal-2024 footer .footer-group-01 .privacy-cont a {
	position: relative;
	color: #999;
	font-size: 15px;
	font-weight: 350;
	line-height: normal;
	letter-spacing: -0.1px;
}

.main--renewal-2024 footer .footer-group-01 .privacy-cont a>b {
	color: #EE6E00;
	font-weight: 700;
}


.main--renewal-2024 footer .footer-group-02 {
	align-items: start;
	gap: 40px;
	padding-top: 20px;
	border-top: 1px solid #3D3E3F;
}

.main--renewal-2024 footer .footer-group-02 .copyright-cont {}

.main--renewal-2024 footer .footer-group-02 .copyright-cont p {
	color: #999;
	font-size: 15px;
	font-weight: 350;
	line-height: normal;
	letter-spacing: -0.1px;
}

.main--renewal-2024 footer .footer-group-02 .copyright-cont p+p {
	margin-top: 12px;
}

.main--renewal-2024 footer .footer-group-02 .etc-group {}

.main--renewal-2024 footer .footer-group-02 .etc-group .family-cont {
	display: flex;
	align-items: center;
	gap: 20px;
}

.main--renewal-2024 footer .footer-group-02 .etc-group .family-cont .none-mo {
	display: flex;
	align-items: center;
	gap: 20px;
}

.main--renewal-2024 footer .footer-group-02 .etc-group .family-cont i {
	display: inline-block;
	vertical-align: top;
}

.main--renewal-2024 footer .footer-group-02 .etc-group .family-cont .ico-vs {
	width: 155px;
	height: 24px;
	background: url(../images/main_renewal_2024/ico_footer_logo_vs.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 footer .footer-group-02 .etc-group .family-cont .ico-scb {
	width: 105px;
	height: 19px;
	background: url(../images/main_renewal_2024/ico_footer_logo_scb.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 footer .footer-group-02 .etc-group .family-site {
	position: relative;
	top: unset;
	right: unset;
	min-width: 227px;
}


/* main-content */
/*=================================*/
.main--renewal-2024 .main-content .inner-cont {
	/* overflow: hidden; */
	position: relative;
	width: 100%;
	/* max-width: 1316px; */
	max-width: 1396px;
	padding: 0 40px;
	margin: 0 auto;
}


.main--renewal-2024 .main-content section {
	position: relative;
}

.main--renewal-2024 .main-content section a {
	color: inherit;
}

.main--renewal-2024 .main-content section .change-word-break {
	display: inline !important;
}

.main--renewal-2024 .main-content section .section-title {
	position: relative;
	text-align: center;
}

.main--renewal-2024 .main-content section .section-title h2 {
	font-size: 38px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: -0.1px;
	word-break: keep-all;
	word-wrap: break-word;
}

.main--renewal-2024 .main-content section .section-title em {
	display: block;
	margin-bottom: 8px;
	color: #4A4A4A;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.24px;
}

/* button */
.main--renewal-2024 .main-content section .btn-cont--mo {
	display: none;
}

.main--renewal-2024 .main-content section .btn-more {
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.1px;
	cursor: pointer;
}

.main--renewal-2024 .main-content section .btn-more::after {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 18px;
	width: 58px;
	height: 58px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: url(../images/main_renewal_2024/ico_arrow_next_active.svg) no-repeat center center;
	background-size: 33px 29px;
	z-index: 100;

}




.main--renewal-2024 .main-content section .btn-circle-ani {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 14px;
	/* width: 100%; */
	height: 58px;
	cursor: pointer;
	background-color: #fff;
}

.main--renewal-2024 .main-content section .btn-circle-ani:before {
	content: '';
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
	/* top: -1px; */
	width: 58px;
	height: 58px;
	/* border-radius: 50%; */
	border-radius: 29px;
	/* border: 1px solid black; */
	background-color: black;
}



.main--renewal-2024 .main-content section .btn-circle-ani::after {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 18px;
	width: 29px;
	height: 29px;
	background: url(../images/main_renewal_2024/ico_arrow_next.svg) no-repeat center center;
	background-size: 100%;
	z-index: 100;

}

.main--renewal-2024 .main-content section .btn-circle-ani em {
	mix-blend-mode: difference;
	color: white;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.1px;
}


.main--renewal-2024 .main-content section .btn-circle-ani.active--focus::before {
	animation: ani-circle-right 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	animation-fill-mode: forwards;
}

.main--renewal-2024 .main-content section .btn-circle-ani.active--focus::after {
	animation: ani-change-arrow 0s cubic-bezier(0.42, 0, 0.58, 1) 0.15s forwards;
}


@keyframes ani-circle-right {
	0% {
		left: 0;
	}

	100% {
		left: calc(100% - 57px);
	}
}

@keyframes ani-change-arrow {
	100% {
		width: 29px;
		height: 29px;
		background: url(../images/main_renewal_2024/ico_arrow_next_active.svg) no-repeat center center;
		background-size: 100%;
	}
}

/* slider */
.main--renewal-2024 .main-content [class^="slider-"] {
	position: relative;
	width: 100%;
	height: auto;
}

.main--renewal-2024 .main-content [class^="slider-"] .swiper-container {
	width: 100%;
	height: 100%;
}

.main--renewal-2024 .main-content [class^="slider-"] .swiper-slide a {}
.main--renewal-2024 .main-content [class^="slider-"] .swiper-slide img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	z-index: -1;
}



.main--renewal-2024 .main-content [class^="slider-"] .swiper-button-prev,
.main--renewal-2024 .main-content [class^="slider-"] .swiper-button-next {
	display: flex;
	align-items: center;
	justify-items: center;
	margin: 0;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.80);
	border: 1px solid #3E3E3E;
	transform: translateY(-50%);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.main--renewal-2024 .main-content [class^="slider-"] .swiper-button-prev {
	left: 0;
}

.main--renewal-2024 .main-content [class^="slider-"] .swiper-button-next {
	left: auto;
	right: 0;
}

.main--renewal-2024 .main-content [class^="slider-"] .swiper-button-prev::before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 29px;
	height: 29px;
	background: url(../images/main_renewal_2024/ico_arrow_prev.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 .main-content [class^="slider-"] .swiper-button-next::before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 29px;
	height: 29px;
	background: url(../images/main_renewal_2024/ico_arrow_next.svg) no-repeat center center;
	background-size: 100%;
}

/* .main--renewal-2024 .main-content [class^="slider-"] .swiper-button-prev:hover,
.main--renewal-2024 .main-content [class^="slider-"] .swiper-button-next:hover {
	background: rgba(31, 31, 31, 0.80);
} */


/* .main--renewal-2024 .main-content [class^="slider-"] .swiper-button-prev:hover::before{
	background: url(../images/main_renewal_2024/ico_arrow_prev_active.svg) no-repeat center center;
	background-size: 100%;
}
.main--renewal-2024 .main-content [class^="slider-"] .swiper-button-next:hover::before {
	background: url(../images/main_renewal_2024/ico_arrow_next_active.svg) no-repeat center center;
	background-size: 100%;
} */


.main--renewal-2024 .main-content [class^="slider-"] .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.main--renewal-2024 .main-content [class^="slider-"] .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    margin: 0 3px;
    width: 17px;
    height: 17px;
	background: transparent;
	opacity: 1;
}
.main--renewal-2024 .main-content [class^="slider-"] .swiper-pagination .swiper-pagination-bullet::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #8B8B8B;
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.main--renewal-2024 .main-content [class^="slider-"] .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #1F1F1F;
}


/* tab */
.main--renewal-2024 .main-content .tab-area {
	position: relative;
}

.main--renewal-2024 .main-content .tab-header .nav-tabs>button {
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.main--renewal-2024 .main-content .tab-body .tab-pane {
	position: relative;
	display: none;
}

.main--renewal-2024 .main-content .tab-body .tab-pane.active {
	display: block;
}




/* layout */
/*=================================*/

.wrapper.main--renewal-2024 .main-content {
	padding-bottom: 120px;
}

.main--renewal-2024 .main-content .section-about {
	/* padding: 100px 0; */
	padding: 0 0 100px;
}

.main--renewal-2024 .main-content .section-biz {
	padding: 0 0 120px;
}

.main--renewal-2024 .main-content .section-link {
	padding: 0 0 120px;
}

.main--renewal-2024 .main-content .section-archive {
	padding: 0 0 120px;
}

.main--renewal-2024 .main-content .section-contact {}



/* section-main-visual */
/*=================================*/
.main--renewal-2024 .section-main-visual {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 600px;
}

.main--renewal-2024 .section-main-visual .slider-main-visual,
.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-container {
	height: 100%;
}

/*
.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-prev,
.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-next {
	top: 50%;
	width: 70px;
	height: 70px;
	transform: translateY(-50%);
	opacity: 1;
}

.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-prev:before,
.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-next:before {
	background: none;
}


.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-prev.swiper-button-disabled,
.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
}

.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-prev {
	left: 190px;
	background: url(../images/main_renewal_2024/ico_slider_arrow_prev.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-next {
	left: auto;
	right: 190px;
	background: url(../images/main_renewal_2024/ico_slider_arrow_next.svg) no-repeat center center;
	background-size: 100%;
}
*/
.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-prev {
	left: 190px;
}

.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-next {
	left: auto;
	right: 190px;
}

.main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: auto;
	bottom: 40px;
	left: 50%;
	padding: 0 40px;
	max-width: 1396px;
	/* width: 100%; */
	width: auto;
	height: auto;
	z-index: 3;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 32px;

}

.main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .swiper-pagination {
	position: relative;
}

.main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .swiper-pagination .swiper-pagination-bullet {
	margin: 0 6px;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	background-color: #fff;
	opacity: 0.35;
}

.main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .btn-autoplay {
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .btn-autoplay .ico-autoplay {
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	width: 12px;
	height: 12px;
	background: url(../images/main_renewal_2024/ico_main_visual_slider_pause.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 .section-main-visual .slider-main-visual .slider-controls .btn-autoplay.pause .ico-autoplay {
	background: url(../images/main_renewal_2024/ico_main_visual_slider_play.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-container {
	width: 100%;
}

.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide {
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-slide .slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
	transition: opacity 3s ease-in-out, transform 4.5s ease-in-out;
}


/* section-about */
/*=================================*/
.main--renewal-2024 .main-content .section-about {}

.main--renewal-2024 .main-content .section-about .inner-cont {}

.main--renewal-2024 .main-content .section-about .section-title {
	margin-bottom: 50px;
}

.main--renewal-2024 .main-content .section-about .about-cont {}

.main--renewal-2024 .main-content .section-about .about-list {
	display: flex;
	align-items: center;
	gap: 30px;
}

.main--renewal-2024 .main-content .section-about .about-list li {
	width: 418px;
	height: 410px;
}

.main--renewal-2024 .main-content .section-about .about-list li a {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 12px;
	width: 100%;
	height: 100%;
}

.main--renewal-2024 .main-content .section-about .about-list li .list-item {}


.main--renewal-2024 .main-content .section-about .about-list li .list-item::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
	-webkit-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
	opacity: 1;
}


.main--renewal-2024 .main-content .section-about .about-list li .list-item>strong {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.5px;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.main--renewal-2024 .main-content .section-about .about-list li .list-item>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.main--renewal-2024 .main-content .section-about .about-list li .list-item .thumb-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 3px solid #F1F4F7;
	background: rgba(35, 35, 35, 0.8);
	z-index: 20;
	transform: translateY(100%);
	-webkit-transform: all 0.6s cubic-bezier(.23, 1, .32, 1);
	transition: all 0.6s cubic-bezier(.23, 1, .32, 1);
}

.main--renewal-2024 .main-content .section-about .about-list li .list-item .pos-inner {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
	gap: 10px;
	padding: 30px 30px 40px;
	height: 100%;
}


.main--renewal-2024 .main-content .section-about .about-list li .thumb-mask dl {}

.main--renewal-2024 .main-content .section-about .about-list li .thumb-mask dl>dt {
	color: #FFF;
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.5px;
}

.main--renewal-2024 .main-content .section-about .about-list li .thumb-mask dl>dd {
	display: block;
	margin: 10px 0;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -0.1px;
	word-break: keep-all;
}

.main--renewal-2024 .main-content .section-about .about-list li .thumb-mask dl>dd p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main--renewal-2024 .main-content .section-about .about-list li .thumb-mask .btn-cont {
	display: flex;
	justify-content: end;
	width: 100%;
}


.main--renewal-2024 .main-content .section-about .about-list li.active--focus .list-item::before {
	opacity: 0;
}

.main--renewal-2024 .main-content .section-about .about-list li.active--focus .list-item>strong {
	opacity: 0;
}

.main--renewal-2024 .main-content .section-about .about-list li.active--focus .thumb-mask {
	height: calc(100% - 160px);
	transform: translateY(0);
}



/* section-biz */
/*=================================*/
.main--renewal-2024 .main-content .section-biz {}

.main--renewal-2024 .main-content .section-biz .section-title {
	margin-bottom: 50px;
}

.main--renewal-2024 .main-content .section-biz .biz-list {
	display: flex;
	align-items: center;
	gap: 30px;
}

.main--renewal-2024 .main-content .section-biz .biz-list li {
	width: 643px;
	height: 300px;
}

.main--renewal-2024 .main-content .section-biz .biz-list li a {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 12px;
	width: 100%;
	height: 100%;
	border: 1px solid #DEDEDE;
}

.main--renewal-2024 .main-content .section-biz .biz-list li .list-item {
	height: 100%;
}

.main--renewal-2024 .main-content .section-biz .biz-list li .item-header {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100% - 126px);
}

.main--renewal-2024 .main-content .section-biz .biz-list li .item-header i {
	display: inline-block;
	vertical-align: top;
}

.main--renewal-2024 .main-content .section-biz .biz-list li .item-header .ico-vs {
	width: 501px;
	height: 61px;
	background: url(../images/main_renewal_2024_en/ico_biz_vs_logo.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 .main-content .section-biz .biz-list li .item-header .ico-scb {
	width: 257px;
	height: 106px;
	background: url(../images/main_renewal_2024_en/ico_biz_scb_logo.svg) no-repeat center center;
	background-size: 100%;
}


.main--renewal-2024 .main-content .section-biz .biz-list li .item-body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 26px 65px 38px;
	height: 126px;
	background-color: #F1F3F5;
}

.main--renewal-2024 .main-content .section-biz .biz-list li .item-body .text-cont {}

.main--renewal-2024 .main-content .section-biz .biz-list li .item-body .text-cont>em {
	display: block;
	margin-bottom: 4px;
	color: #727272;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.14px;
}

.main--renewal-2024 .main-content .section-biz .biz-list li .item-body .text-cont>strong {
	display: block;
	color: #2F2F2F;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.18px;
}

.main--renewal-2024 .main-content .section-biz .biz-list li .item-body .btn-cont {
	min-width: 95px;
}

.main--renewal-2024 .main-content .section-biz .biz-list li .item-body .btn-circle-ani {
	background-color: transparent;
}

.main--renewal-2024 .main-content .section-biz .biz-list li.active--focus .item-body .text-cont>em {
	font-weight: 600;
	text-decoration-line: underline;
}

.main--renewal-2024 .main-content .section-biz .biz-list li.active--focus .item-body .text-cont>strong {
	font-weight: 800;
	text-decoration-line: underline;
}



/* section-link */
/*=================================*/
.main--renewal-2024 .main-content .section-link {}

.main--renewal-2024 .main-content .section-link .section-title {
	margin-bottom: 30px;
}

.main--renewal-2024 .main-content .section-link .link-list {
	display: flex;
	align-items: center;
	gap: 30px;
}

/*
.main--renewal-2024 .main-content .section-link .link-list li {
	width: 234px;
	height: 202px;
}

.main--renewal-2024 .main-content .section-link .link-list li a {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 12px;
	width: 100%;
	height: 100%;
}
*/

.main--renewal-2024 .main-content .section-link .slider-link .swiper-button-prev,
.main--renewal-2024 .main-content .section-link .slider-link .swiper-button-next {
	display: none;
}

.main--renewal-2024 .main-content .section-link .slider-link .slide-item {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.main--renewal-2024 .main-content .section-link .slider-link .slide-item .item-header {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 140px;
	border-radius: 12px;
	border: 1px solid #E4E4E4;
}

.main--renewal-2024 .main-content .section-link .slider-link .slide-item .item-header i {
	display: inline-block;
	vertical-align: top;
}

.main--renewal-2024 .main-content .section-link .slider-link .slide-item .item-header .ico-vs {
	/* width: 130px; */
	/* height: 75px; */
	width: 110px;
	height: 63px;
	background: url(../images/main_renewal_2024_en/ico_link_vs_logo.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 .main-content .section-link .slider-link .slide-item .item-header .ico-stoBrochure {
	width: 160px;
	height: 28px;
	background: url(../images/main_renewal_2024_en/ico_link_stoBrochure_logo.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 .main-content .section-link .slider-link .slide-item .item-header .ico-sto-discoverSeoulPass {
	width: 184px;
	height: 84px;
	background: url(../images/main_renewal_2024_en/ico_link_sto_discoverSeoulPass_logo.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 .main-content .section-link .slider-link .slide-item .item-header .ico-oneMoreTrip {
	width: 152px;
	height: 38px;
	background: url(../images/main_renewal_2024_en/ico_link_oneMoreTrip_logo.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 .main-content .section-link .slider-link .slide-item .item-header .ico-danurim {
	width: 170px;
	height: 40px;
	background: url(../images/main_renewal_2024_en/ico_link_danurim_logo.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 .main-content .section-link .slider-link .slide-item .item-body {
	text-align: center;
}

.main--renewal-2024 .main-content .section-link .slider-link .slide-item .item-body .text-cont {}


.main--renewal-2024 .main-content .section-link .slider-link .slide-item .item-body .text-cont>strong {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #2F2F2F;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.18px;
}

.main--renewal-2024 .main-content .section-link .slider-link .swiper-slide.active--focus .item-body .text-cont>strong {
	font-weight: 800;
	text-decoration-line: underline;
}


/* section-archive */
/*=================================*/
.main--renewal-2024 .main-content .section-archive {}

.main--renewal-2024 .main-content .archive-cont {
	display: flex;
	align-items: center;
	gap: 80px;
}

.main--renewal-2024 .main-content .archive-cont .bg-cont {
	width: 715px;
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* .main--renewal-2024 .main-content .archive-cont .bg-cont > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
} */

.main--renewal-2024 .main-content .archive-cont .title-cont {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 80px 0;
	width: calc(100% - (750px + 80px));
	height: 450px;
}

.main--renewal-2024 .main-content .archive-cont .title-cont h3 {
	overflow: hidden;
	display: block;
	margin-bottom: 38px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #2F2F2F;
	font-size: 38px;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -0.38px;
}

.main--renewal-2024 .main-content .archive-cont .title-cont p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #1F1F1F;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: -0.1px;
	word-break: keep-all;
}

.main--renewal-2024 .main-content .archive-cont .title-cont .btn-cont {
	display: flex;
	justify-content: end;

}


.custom-list {
	list-style: none; /* 기본 글머리 기호 제거 */
	padding: 0;
}

.custom-list li {
	position: relative;
	margin-bottom: 10px; /* 항목 간 간격 */
	padding-left: 15px; /* 글머리 기호 공간 확보 */
	text-indent: -3px; /* 줄바꿈 시 간격 정렬 */
}

.custom-list li::before {
	content: "-"; /* 글머리 기호 추가 */
	position: absolute;
	left: 0;
	top: 0;
	color: black; /* 글머리 기호 색상 */
}


/* section-contact */
/*=================================*/
.main--renewal-2024 .main-content .section-contact {}

.main--renewal-2024 .main-content .contact-cont {
	display: flex;
	align-items: center;
	gap: 80px;
}

.main--renewal-2024 .main-content .contact-cont .bg-cont {
	width: 715px;
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* .main--renewal-2024 .main-content .contact-cont .bg-cont > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
} */

.main--renewal-2024 .main-content .contact-cont .title-cont {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 80px 0;
	width: calc(100% - (750px + 80px));
	height: 450px;
}

.main--renewal-2024 .main-content .contact-cont .title-cont h3 {
	overflow: hidden;
	display: block;
	margin-bottom: 38px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #2F2F2F;
	font-size: 38px;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -0.38px;
}

.main--renewal-2024 .main-content .contact-cont .title-cont dl {
	display: flex;
	gap: 12px;
}

.main--renewal-2024 .main-content .contact-cont .title-cont dl+dl {
	margin-top: 20px;
}

.main--renewal-2024 .main-content .contact-cont .title-cont dl>dt {
	min-width: 74px;
	color: #1F1F1F;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.1px;
}

.main--renewal-2024 .main-content .contact-cont .title-cont dl>dd {
	color: #1F1F1F;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.1px;
	word-break: keep-all;
}


.main--renewal-2024 .main-content .contact-cont .title-cont .btn-cont {
	display: flex;
	justify-content: end;

}



/* main--renewal-2024 반응형*/
/*=================================*/
@media (max-width: 1396px) {

	/* button */
	.main--renewal-2024 .main-content section .btn-more {
		font-size: 14px;
	}

	.main--renewal-2024 .main-content section .btn-more::after {
		margin: 0 0 0 9px;
		width: 54px;
		height: 54px;
		background: url(../images/main_renewal_2024/ico_arrow_next_active.svg) no-repeat center center;
		background-size: 24px 21px;
	}

	.main--renewal-2024 .main-content section .btn-circle-ani {
		padding: 0 8px 0 11px;
		height: 54px;
	}

	.main--renewal-2024 .main-content section .btn-circle-ani:before {
		width: 54px;
		height: 54px;
	}

	.main--renewal-2024 .main-content section .btn-circle-ani em {
		font-size: 14px;
	}

	.main--renewal-2024 .main-content section .btn-circle-ani::after {
		width: 24px;
		height: 21px;
	}

	@keyframes ani-circle-right {
		0% {
			left: 0;
		}

		100% {
			left: calc(100% - 47px);
		}
	}

	@keyframes ani-change-arrow {
		100% {
			width: 24px;
			height: 24px;
			background: url(../images/main_renewal_2024/ico_arrow_next_active.svg) no-repeat center center;
			background-size: 100%;
		}
	}

	@keyframes ani-change-arrow2 {
		100% {
			width: 24px;
			height: 21px;
			background: url(../images/main_renewal_2024/ico_arrow_next.svg) no-repeat center center;
			background-size: 100%;
		}
	}

	/* slider */
	.main--renewal-2024 .main-content [class^="slider-"] .swiper-button-prev,
	.main--renewal-2024 .main-content [class^="slider-"] .swiper-button-next {
		width: 54px;
		height: 54px;
	}

	.main--renewal-2024 .main-content [class^="slider-"] .swiper-button-prev::before,
	.main--renewal-2024 .main-content [class^="slider-"] .swiper-button-next::before {
		width: 24px;
		height: 20px;
	}

	/* section-main-visual */
	.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-prev {
		left: 40px;
	}
	.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-next {
		right: 40px;
	}

	/* section-about */
	.main--renewal-2024 .main-content .section-about .about-list li {
		width: calc(100% / 3);
		height: auto;
	}

	.main--renewal-2024 .main-content .section-about .about-list li .list-item>strong,
	.main--renewal-2024 .main-content .section-about .about-list li .thumb-mask dl>dt {
		font-size: 24px;
	}

	.main--renewal-2024 .main-content .section-about .about-list li .thumb-mask dl>dd {
		font-size: 16px;
		line-height: normal;
	}

	.main--renewal-2024 .main-content .section-about .about-list li.active--focus .thumb-mask {
		height: calc(100% - 80px);
	}

	/* section-biz */
	.main--renewal-2024 .main-content .section-biz .biz-list li {
		width: calc(100% / 2);
		height: 240px
	}

	.main--renewal-2024 .main-content .section-biz .biz-list li .item-header {
		height: calc(100% - 106px);
	}

	.main--renewal-2024 .main-content .section-biz .biz-list li .item-body {
		padding: 24px 24px 28px;
		height: 106px;
	}

	.main--renewal-2024 .main-content .section-biz .biz-list li .item-header .ico-vs {
		width: 246px;
		height: 30px;
	}

	.main--renewal-2024 .main-content .section-biz .biz-list li .item-header .ico-scb {
		width: 129px;
		height: 53px;
	}

	/* section-link */
	.main--renewal-2024 .main-content .section-link {}

	.main--renewal-2024 .main-content .section-link .inner-cont {
		padding: 0;
	}

	.main--renewal-2024 .main-content .section-link .slider-link .swiper-button-prev,
	.main--renewal-2024 .main-content .section-link .slider-link .swiper-button-next {
		display: flex;
		top: calc(140px / 2);
	}

	.main--renewal-2024 .main-content .section-link .slider-link .swiper-container {
		overflow: visible;
	}

	.main--renewal-2024 .main-content .section-link .slider-link .slider-mask {
		overflow: hidden;
		padding: 0 30px 0 40px;
	}


	/* section-archive */
	.main--renewal-2024 .main-content .section-archive {
		padding: 0 0 40px;
	}

	.main--renewal-2024 .main-content .archive-cont {
		gap: 40px;
	}

	.main--renewal-2024 .main-content .archive-cont .bg-cont {
		width: calc(50% - 20px);
	}

	.main--renewal-2024 .main-content .archive-cont .title-cont {
		width: calc(50% - 20px);
	}

	/* section-contact */
	.main--renewal-2024 .main-content .section-contact {}

	.main--renewal-2024 .main-content .contact-cont {
		gap: 40px;
	}

	.main--renewal-2024 .main-content .contact-cont .bg-cont {
		width: calc(50% - 20px);
	}

	.main--renewal-2024 .main-content .contact-cont .title-cont {
		width: calc(50% - 20px);
	}


}

@media (max-width: 1200px) {

	/* common */
	/*=================================*/
	/* footer */
	.main--renewal-2024 footer {
		padding: 10px 20px 20px;
	}

	.main--renewal-2024 footer .is-mo {
		display: block;
	}

	.main--renewal-2024 footer .inner-cont {
		padding: 0;
	}

	.main--renewal-2024 footer .footer-group-01 {
		padding: 0;
		flex-direction: column;
		align-items: start;
	}

	.main--renewal-2024 footer .footer-group-01 .none-mo {
		/* position: absolute;
		bottom: 0; */
		display: none;
	}

	.main--renewal-2024 footer .footer-group-01 .logo-cont {
		justify-content: space-between;
		width: 100%;
		height: 75px;
	}

	.main--renewal-2024 footer .footer-group-01 .logo-cont .sns-cont {
		gap: 0;
		margin-top: 0;
	}

	.main--renewal-2024 footer [class^='footer-group-'] .sns-cont .ico-yt {
		margin-left: 6px;
	}


	.main--renewal-2024 footer .footer-group-01 .privacy-cont {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.main--renewal-2024 footer .footer-group-01 .privacy-cont span {
		border-top: 1px solid #3D3E3F;
	}

	.main--renewal-2024 footer .footer-group-01 .privacy-cont span+span {
		margin: 0;

	}

	.main--renewal-2024 footer .footer-group-01 .privacy-cont span+span::before {
		display: none;
	}

	.main--renewal-2024 footer .footer-group-01 .privacy-cont a {
		display: inline-block;
		vertical-align: top;
		height: 50px;
		line-height: 50px;
	}

	.main--renewal-2024 footer .footer-group-02 {
		flex-direction: column-reverse;
		gap: 15px;
		padding-top: 15px;
	}

	.main--renewal-2024 footer .footer-group-02 .etc-group {
		width: 100%;
	}

	.main--renewal-2024 footer .footer-group-02 .etc-group .sns-cont {
		display: none;
	}

	.main--renewal-2024 footer .footer-group-02 .etc-group .family-cont,
	.main--renewal-2024 footer .footer-group-02 .etc-group .family-cont span {
		width: 100%;
	}

	.main--renewal-2024 footer .footer-group-02 .etc-group .family-cont .none-mo {
		display: none;
	}

	.main--renewal-2024 footer .footer-group-02 .etc-group .family-site {
		width: 100%;
	}

	.main--renewal-2024 footer .footer-group-03.is-mo {
		display: block;
		margin-top: 20px;
		text-align: center;
	}

	.main--renewal-2024 footer .footer-group-03.is-mo .pos-inner {
		display: flex;
		justify-content: center;
		gap: 15px;
	}

	.main--renewal-2024 footer [class^='footer-group-'] .btn-webacc {
		width: 60px;
		height: 40px;
	}

	.main--renewal-2024 footer [class^='footer-group-'] .btn-ismsP {
		width: 60px;
		height: 40px;
	}

	.main--renewal-2024 footer [class^='footer-group-'] .tooltip-ismsP {
		left: 50%;
		top: -92px;
		min-width: 200px;
		font-size: 11px;
		text-align: left;
		transform: translateX(-50%);
	}

	/* main-content */
	/*=================================*/
	.wrapper.main--renewal-2024 .main-content {
		padding-bottom: 50px;
	}

	.main--renewal-2024 .main-content section .section-title {
		text-align: center;
	}

	.main--renewal-2024 .main-content section .section-title h2 {
		font-size: 28px;
	}

	/* section-about */
	.main--renewal-2024 .main-content .section-about {
		/* padding: 50px 0 70px; */
		padding: 0 0 70px;
	}

	.main--renewal-2024 .main-content .section-about .section-title {
		margin-bottom: 40px;
	}

	.main--renewal-2024 .main-content .section-about .about-list {
		gap: 15px;
	}

	.main--renewal-2024 .main-content .section-about .about-list li .list-item .pos-inner {
		padding: 30px;
	}

	.main--renewal-2024 .main-content .section-about .about-list li.active--focus .thumb-mask {
		height: calc(100% - 40px);
	}


	/* section-biz */
	.main--renewal-2024 .main-content .section-biz {
		padding: 0 0 70px;
	}

	.main--renewal-2024 .main-content .section-biz .section-title {
		margin-bottom: 40px;
	}

	.main--renewal-2024 .main-content .section-biz .biz-list {
		flex-direction: column;
	}

	.main--renewal-2024 .main-content .section-biz .biz-list li {
		width: 100%;
	}

	.main--renewal-2024 .main-content .section-biz .biz-list li .item-body .text-cont>em {
		font-size: 14px;
	}

	.main--renewal-2024 .main-content .section-biz .biz-list li .item-body .text-cont>strong {
		font-size: 16px;
	}

	/* section-link */
	.main--renewal-2024 .main-content .section-link {
		padding: 0 0 70px;
	}

	.main--renewal-2024 .main-content .section-link .slider-link .swiper-button-prev,
	.main--renewal-2024 .main-content .section-link .slider-link .swiper-button-next {
		top: calc(120px / 2);
	}

	.main--renewal-2024 .main-content .section-link .slider-link .slider-mask {
		overflow: hidden;
		padding: 0 20px 0 60px;
	}

	.main--renewal-2024 .main-content .section-link .slider-link .swiper-slide:last-of-type {
		/* padding-right: 20px; */
	}

	.main--renewal-2024 .main-content .section-link .slider-link .slide-item .item-header {
		height: 120px;
	}

	.main--renewal-2024 .main-content .section-link .slider-link .slide-item .item-body .text-cont>strong {
		font-size: 16px;
	}



	/* section-archive */
	.main--renewal-2024 .main-content .section-archive {}

	.main--renewal-2024 .main-content .archive-cont {
		overflow: hidden;
		position: relative;
		flex-direction: column;
		border-radius: 12px;
	}

	.main--renewal-2024 .main-content .archive-cont::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
	}

	.main--renewal-2024 .main-content .archive-cont .bg-cont {
		padding: 30px 20px;
		width: 100%;
		height: 380px;
	}

	.main--renewal-2024 .main-content .archive-cont .title-cont {
		padding: 40px 20px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
	}

	.main--renewal-2024 .main-content .archive-cont .title-cont h3 {
		margin-bottom: 20px;
		font-size: 24px;
		color: #fff;
	}

	.main--renewal-2024 .main-content .archive-cont .title-cont p {
		font-size: 18px;
		color: #fff;
	}

	.main--renewal-2024 .main-content .archive-cont .title-cont .btn-circle-ani {
		background-color: transparent;
	}

	.main--renewal-2024 .main-content .archive-cont .title-cont .btn-circle-ani::before {
		background-color: #fff;
	}

	.main--renewal-2024 .main-content .archive-cont .title-cont .btn-circle-ani::after {
		background: url(../images/main_renewal_2024/ico_arrow_next_active.svg) no-repeat center center;
		background-size: 100%;
	}

	.main--renewal-2024 .main-content .archive-cont .title-cont .btn-circle-ani.active--focus::after {
		animation: ani-change-arrow2 0s cubic-bezier(0.42, 0, 0.58, 1) 0.15s forwards;
	}

	/* section-contact */
	.main--renewal-2024 .main-content .section-contact {}

	.main--renewal-2024 .main-content .contact-cont {
		overflow: hidden;
		position: relative;
		flex-direction: column;
		border-radius: 12px;
	}

	.main--renewal-2024 .main-content .contact-cont::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
	}

	.main--renewal-2024 .main-content .contact-cont .bg-cont {
		padding: 30px 20px;
		width: 100%;
		height: 380px;
	}

	.main--renewal-2024 .main-content .contact-cont .title-cont {
		padding: 40px 20px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
	}

	.main--renewal-2024 .main-content .contact-cont .title-cont h3 {
		margin-bottom: 20px;
		font-size: 24px;
		color: #fff;
	}

	.main--renewal-2024 .main-content .contact-cont .title-cont dl>dt,
	.main--renewal-2024 .main-content .contact-cont .title-cont dl>dd {
		font-size: 16px;
		color: #fff;
	}

	.main--renewal-2024 .main-content .contact-cont .title-cont dl {
		gap: 16px;
	}

	.main--renewal-2024 .main-content .contact-cont .title-cont dl>dt {
		min-width: 60px;
	}

	.main--renewal-2024 .main-content .contact-cont .title-cont .btn-circle-ani {
		background-color: transparent;
	}

	.main--renewal-2024 .main-content .contact-cont .title-cont .btn-circle-ani::before {
		background-color: #fff;
	}

	.main--renewal-2024 .main-content .contact-cont .title-cont .btn-circle-ani::after {
		background: url(../images/main_renewal_2024/ico_arrow_next_active.svg) no-repeat center center;
		background-size: 100%;
	}

	.main--renewal-2024 .main-content .contact-cont .title-cont .btn-circle-ani.active--focus::after {
		animation: ani-change-arrow2 0s cubic-bezier(0.42, 0, 0.58, 1) 0.15s forwards;
	}

}


@media (max-width: 768px) {

	/* main-content */
	/*=================================*/
	.main--renewal-2024 .main-content .inner-cont {
		padding: 0 20px;
	}

	/* section-main-visual */
	.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-prev,
	.main--renewal-2024 .section-main-visual .slider-main-visual .swiper-button-next {
		display: none;
	}

	/* section-about */
	.main--renewal-2024 .main-content .section-about .about-list {
		flex-direction: column;
	}

	.main--renewal-2024 .main-content .section-about .about-list li {
		width: 100%;
	}

	.main--renewal-2024 .main-content .section-about .about-list li .list-item>strong {
		display: none;
	}

	.main--renewal-2024 .main-content .section-about .about-list li .list-item .thumb-mask {
		height: 100%;
		border: none;
		background: none;
		transform: translateY(0);
	}

	.main--renewal-2024 .main-content .section-about .about-list li .list-item::before {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
	}

	.main--renewal-2024 .main-content .section-about .about-list li.active--focus .list-item::before {
		opacity: 1;
	}


	/* section-biz */
	.main--renewal-2024 .main-content .section-biz .biz-list li .item-body .btn-cont {
		min-width: unset;
	}

	.main--renewal-2024 .main-content .section-biz .biz-list li .item-body .btn-circle-ani {
		justify-content: center;
		padding: 0;
		width: 54px;
	}

	.main--renewal-2024 .main-content .section-biz .biz-list li .item-body .btn-circle-ani em {
		display: none;
	}

	.main--renewal-2024 .main-content .section-biz .biz-list li .item-body .btn-circle-ani::after {
		margin: 0;
		background: url(../images/main_renewal_2024/ico_arrow_next_active.svg) no-repeat center center;
		background-size: 100%;
	}




}
