@charset "UTF-8";
/*==============================================================

	COMMON
	---------------------------------------------
	>> main--renewal-2024
		- layout
		- header
		- footer
	
==============================================================*/


/* ---------------------------------------------

	main--renewal-2024
	
------------------------------------------------ */

/* ---------------------------------------------
	layout
------------------------------------------------ */

/* setting */
/*=================================*/
.main--renewal-2024 header *,
.main--renewal-2024 main *,
.main--renewal-2024 footer *,
.main--renewal-2024 header *:before,
.main--renewal-2024 main *:before,
.main--renewal-2024 main *:before,
.main--renewal-2024 header *:after,
.main--renewal-2024 main *:after,
.main--renewal-2024 footer *:after {
	box-sizing: border-box;
}

html.ko .main--renewal-2024,
html.en .main--renewal-2024 {
	font-family: 'SUIT Variable', sans-serif;
	color: #666;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 300;
}

/* ko */
html.ko .main--renewal-2024 input[type="text"]::placeholder {
	font-family: "SUIT Variable", sans-serif !important;
}

/* en */
html.en .main--renewal-2024 input[type="text"]::placeholder {
	font-family: "SUIT Variable", sans-serif !important;
}

/* main-contents */
.main--renewal-2024 main > .dim {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #000;
	opacity: .3;
	width: 100%;
	height: 100%;
	z-index: 890;
}
.main--renewal-2024 .main-contents .main-contents-inner {
	position: relative;
	z-index: 80;
}

/* sub-contents */
.main--renewal-2024 .sub-contents {
	margin-top:0;
}


/* ---------------------------------------------
	header
------------------------------------------------ */


.main--renewal-2024 .top-global-area {
	position: relative;
	/* height: 50px; */
	height: 40px;
	background-color: #fff;
	border-bottom: 1px solid rgba(209, 209, 209, 0.42);
	z-index: 900;
}

.main--renewal-2024 .top-global-cont {
	display: flex;
	justify-content: flex-end;
}

.main--renewal-2024 .top-global-cont i {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	/* height: 50px; */
	height: 40px;
}

.main--renewal-2024 .top-global-cont .ico-sto {
	background: url(../images/common/main_renewal_2024/ico_header_global_logo_sto.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 .top-global-cont .ico-scb {
	background: url(../images/common/main_renewal_2024/ico_header_global_logo_scb.svg) center no-repeat;
	background-size: 68px 28px;
}

.main--renewal-2024 .top-global-cont .ico-vs {
	background: url(../images/common/main_renewal_2024/ico_header_global_logo_vs.svg) center no-repeat;
	background-size: 100%;
}


.main--renewal-2024 header {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid rgba(209, 209, 209, 0.42);
	z-index: 900;
	transition: background-color 0.2s ease-out;
}

.main--renewal-2024 header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 0;
	background: #fff;
	opacity: 0;
	transition: height 0.2s ease-out, opacity 0.2s ease-out;
}
.main--renewal-2024 header.active::before {
	height: 580px;
	opacity: 1;
}

/* .main--renewal-2024 header::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: opacity 0.2s ease-out;	
}
.main--renewal-2024 header.active::after {
	opacity: 0.3;
} */


.main--renewal-2024.no-sub-visual header {
	position: relative;
	top: unset;
	/* border-top: 1px solid rgba(209, 209, 209, 0.42); */
}
.main--renewal-2024.no-sub-visual header .pull-left h1 {
	background: url(../images/common/main_renewal_2024/ico_header_logo_vs_active.svg) center no-repeat;
	background-size: 100%;
}
.main--renewal-2024.no-sub-visual header .gnb .depth-1>li>a {
	color: #1F1F1F;
}
.main--renewal-2024.no-sub-visual header .pull-right .lang-cont .btn-lang {
	color: #4A4A4A;
}
.main--renewal-2024.no-sub-visual header .pull-right .lang-cont .btn-lang:after {
	background: url(../images/common/main_renewal_2024/ico_header_toggle_arrow_active.svg) center no-repeat;
	background-size: 100%;
}
.main--renewal-2024.no-sub-visual header .gnb--mobile .btn-gnb {
	background: url(../images/common/main_renewal_2024/ico_gnb_hamb_active.svg) center no-repeat;
	background-size: 100%;
}



.main--renewal-2024 header .inner-cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 70px;
	height: 100px;
}

.main--renewal-2024 header .pull-left {
	flex: 1;
}

.main--renewal-2024 header .pull-left h1 {
	position: relative;
	left: auto;
	top: auto;
	width: 230px;
	height: 46px;
	background: url(../images/common/main_renewal_2024/ico_header_logo_vs.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 header .pull-left h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

.main--renewal-2024 header .gnb {
	flex: 3;
	justify-content: center;
	display: flex;
}




.main--renewal-2024 header .gnb .depth-1 {
	position: relative;
	display: flex;
	align-items: center;
	gap: 54px;
	padding: 0;
}

.main--renewal-2024 header .gnb .depth-1>li {
	/* position: relative; */
}

.main--renewal-2024 header .gnb .depth-1>li.active--focus .gnb-inner {
	display: block;
}


.main--renewal-2024 header .gnb .depth-1>li>a {
	position: relative;
	z-index: 10;
	height: 100px;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
}

.main--renewal-2024 header .gnb .depth-1>li>a:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	bottom: -1px;
	background-color: #0052FF;
	transition: all 0.2s ease-out;
	opacity: 0;
}

.main--renewal-2024 header .gnb .depth-1>li.active--focus>a:after {
	opacity: 1;
}

.main--renewal-2024 header .gnb .depth-1 .gnb-inner {
	position: absolute;
	left: 0;
	top: 130px;
	width: auto;
	margin: 0;
	z-index: 90;
}

.main--renewal-2024 header .gnb .depth-1 .gnb-sub-title {
	float: unset;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 200px;
	left: calc(-200px + -58px);
}

.main--renewal-2024 header .gnb .depth-1 .gnb-sub-title .large-text {
	color: #1F1F1F;
	font-size: 38px;
	font-weight: 700;
	line-height: normal;
	/* word-break: keep-all; */
}

.main--renewal-2024 header .gnb .depth-2 {
	float: unset;
	margin: 0;
}

.main--renewal-2024 header .gnb .gnb-inner .depth-2 li a {
	padding: 5px 0;
	color: #4A4A4A;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}

.main--renewal-2024 header .gnb .gnb-inner .depth-2 li a:hover {
	color: #0052FF;
	font-weight: 600;
}



.main--renewal-2024 header .pull-right {
	display: flex;
	flex: 1;
	justify-content: right;
}

.main--renewal-2024 header .pull-right .lang-cont {
	position: relative;
	display: block;
}


.main--renewal-2024 header .pull-right .lang-cont .btn-lang {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #D0D0D0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.main--renewal-2024 header .pull-right .lang-cont .btn-lang:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
	width: 10px;
	height: 6px;
	background: url(../images/common/main_renewal_2024/ico_header_toggle_arrow.svg) center no-repeat;
	background-size: 100%;
	transition: all 0.2s ease-out;
}

.main--renewal-2024 header .pull-right .lang-cont .lang-menu {
	display: none;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 90;
	padding: 4px;
	width: 200px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.main--renewal-2024 header .pull-right .lang-cont .lang-menu li {
	background-color: #f6f6f6;
	margin-bottom: 2px;
}

.main--renewal-2024 header .pull-right .lang-cont .lang-menu a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	font-family: 'Noto Sans KR', 'Noto Sans', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans TC', sans-serif;
	font-size: 15px;
	color: #666;
	font-weight: 400;
	min-height: 38px;
	line-height: normal;
	background-color: #f6f6f6;
	transition: all 0.2s ease-out;
}

.main--renewal-2024 header .pull-right .lang-cont .lang-menu a:hover {
	color: #fff;
	background-color: #333;
}



.main--renewal-2024 header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border-bottom: 1px solid rgba(209, 209, 209, 0.42);
	/* transition: background-color 0.2s ease-out; */
}

.main--renewal-2024 header.fixed .pull-left h1,
.main--renewal-2024 header.active .pull-left h1 {
	background: url(../images/common/main_renewal_2024/ico_header_logo_vs_active.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 header.fixed .gnb .depth-1>li>a,
.main--renewal-2024 header.active .gnb .depth-1>li>a {
	color: #1F1F1F;
}

.main--renewal-2024 header.fixed .pull-right .lang-cont .btn-lang,
.main--renewal-2024 header.active .pull-right .lang-cont .btn-lang {
	color: #4A4A4A;
}

.main--renewal-2024 header.fixed .pull-right .lang-cont .btn-lang:after,
.main--renewal-2024 header.active .pull-right .lang-cont .btn-lang:after {
	background: url(../images/common/main_renewal_2024/ico_header_toggle_arrow_active.svg) center no-repeat;
	background-size: 100%;
}


.main--renewal-2024 header .pull-right .lang-cont.active .lang-menu {
	display: block;
}

.main--renewal-2024 header .pull-right .lang-cont.active .btn-lang:after {
	transform: translateY(-1px) rotate(-180deg);
}



/* gnb--mobile */
.main--renewal-2024 .gnb--mobile {
	display: none;
}

.main--renewal-2024 .gnb--mobile .btn-gnb {
	display: block;
	width: 40px;
	height: 25px;
	background: url(../images/common/main_renewal_2024/ico_gnb_hamb.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 header.fixed .gnb--mobile .btn-gnb,
.main--renewal-2024 header.active .gnb--mobile .btn-gnb {
	background: url(../images/common/main_renewal_2024/ico_gnb_hamb_active.svg) center no-repeat;
	background-size: 100%;
}


.main--renewal-2024 .gnb--mobile .gnb-layer-wrap {}

.main--renewal-2024 .gnb--mobile .gnb-layer-wrap .dim {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #000;
	opacity: .3;
	width: 100%;
	height: 100%;
	z-index: 600;
}

.main--renewal-2024 .gnb--mobile .gnb-layer-wrap .gnb-layer-cont {
	display: block;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	z-index: 700;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	right: -150%;
	text-align: left;
}

.main--renewal-2024 .gnb--mobile .gnb-layer-cont {
	transition: all 0.3s ease-out;
}

body.js-gnb-active .main--renewal-2024 .gnb--mobile .gnb-layer-cont {
	right: 0;
	/* width: -webkit-calc(100% - 30%);
	width: -moz-calc(100% - 30%);
	width: -o-calc(100% - 30%);
	width: calc(100% - 30%); */
	width: 100%;
}

body.js-gnb-active .main--renewal-2024 .gnb--mobile .nav-layer-wrap .dim {
	display: block;
}


.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-header {
	position: relative;
	padding: 20px;
	display: flex;
	/* align-items: center; */
}

.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-header .pull-left h1 {
	position: relative;
	width: 190px;
	height: 38px;
	background: url(../images/common/main_renewal_2024/ico_header_logo_vs_active.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-header .pull-right .btn-gnb-close {
	display: inline-block;
	margin-right: -9px;
	width: 40px;
	height: 40px;
	background: url(../images/common/main_renewal_2024/ico_gnb_close_mo.svg) center center no-repeat;
	background-size: 100% 100%;
}


.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-body {
	padding: 20px;
}

.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-body .lang-cont {
	position: relative;
	margin-bottom: 10px;
	width: 50%;
}

.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-body .lang-cont .btn-lang {
	justify-content: space-between;
	width: 100%;
	height: 50px;
	color: #666;
}
.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-body .lang-cont .btn-lang:after {
	background: url(../images/common/main_renewal_2024/ico_header_toggle_arrow_mobile.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-body .lang-menu {
	display: none;
	left: 0;
	top: 50px;
	width: 100%;
}


.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-body .lang-cont.active .lang-menu {
	display: block;
}

.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-body .lang-cont.active .btn-lang:after {
	transform: translateY(-1px) rotate(-180deg);
}


.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-body .menu-list > li {
	position: relative;
}

.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-body .menu-list > li > a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 15px 0;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	border-bottom: 1px solid #727272;
}


.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-body .menu-list > li.depth-1 > a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -7px;
	padding: 4px;
	border: solid #C1C1C1;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	transition: all 0.2s ease-out;
}

.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-body .menu-list > li.depth-1.active > a:after {
	margin-top: -3px;
	border-color:#0052FF;
	transform: rotate(225deg);
}

.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-body .menu-list > li > .depth-2  {
	padding: 0 0 15px 15px;
}

.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-body .menu-list > li > .depth-2 > li {
	display: block;
}
.main--renewal-2024 .gnb--mobile .gnb-layer-cont .gnb-menu .menu-body .menu-list > li > .depth-2 > li > a {
	display: inline-block;
	vertical-align: top;
	padding: 15px 0;
	width: 100%;
	color: #5B5B5B;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	border-bottom: 1px solid #727272;
}










/* ---------------------------------------------
	footer
------------------------------------------------ */
.main--renewal-2024 footer {
	position: relative;

	background-color: #0F1A28;
}

.main--renewal-2024 footer .inner-cont {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.main--renewal-2024 footer [class^='footer-group-'] {}

.main--renewal-2024 footer [class^='footer-group-'] .inner-cont {
	display: flex;
	align-items: start;
	gap: 70px;
	width: 100%;
}

.main--renewal-2024 footer [class^='footer-group-'] .col {
	width: 100%;
}

.main--renewal-2024 footer .footer-group-01 [class^='btn-'] {
	display: inline-block;
	vertical-align: top;
}

.main--renewal-2024 footer .col a:hover {
	text-decoration: underline;
}



.main--renewal-2024 footer .col dl {
	position: relative;
}

.main--renewal-2024 footer .col dl+dl {
	margin-top: 15px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.main--renewal-2024 footer .col dl>dt {
	position: relative;
	margin-bottom: 18px;
	color: #FFF;
	font-size: 16px;
	/* font-weight: 350; */
	line-height: normal;
}

.main--renewal-2024 footer .col dl>dt a {
	position: relative;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 16px;
	line-height: normal;
}

.main--renewal-2024 footer .col dl>dd {
	position: relative;
}

.main--renewal-2024 footer .col dl>dd span {
	display: block;
}

.main--renewal-2024 footer .col dl>dd span+span {
	/* margin-top: 15px; */
}

.main--renewal-2024 footer .col dl>dd.flex-container {
	display: flex;
	align-items: center;
	gap: 10px;
}




.main--renewal-2024 footer .col .btn-openWindow {
	position: relative;
	display: flex;
	align-items: start;
	gap: 18px;
}

.main--renewal-2024 footer .col .btn-openWindow::after {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin: 1px 0 0 0;
	width: 17px;
	height: 14px;
	background: url(../images/common/main_renewal_2024/ico_footer_openWindow.svg) center no-repeat;
	background-size: 100%;
}



.main--renewal-2024 footer .footer-group-01 {
	padding: 40px 0 50px;
}

.main--renewal-2024 footer .footer-group-01 .col p {
	display: flex;
	align-items: center;
	margin-top: 15px;
	color: #9B9B9B;
	font-size: 13px;
	font-weight: 300;
	line-height: normal;
}


.main--renewal-2024 footer .footer-group-01 .col p.time {
	position: relative;
	display: flex;
	align-items: center;
}

.main--renewal-2024 footer .footer-group-01 .col p.time::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	width: 14px;
	height: 14px;
	background: url(../images/common/main_renewal_2024/ico_footer_time.svg) center no-repeat;
	background-size: 100%;
}


.main--renewal-2024 footer .footer-group-01 .col p.mail {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 8px;
}

.main--renewal-2024 footer .footer-group-01 .col p.mail::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin: 2px 6px 0 0;
	width: 14px;
	height: 10px;
	background: url(../images/common/main_renewal_2024/ico_footer_mail.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 footer .footer-group-01 .ico-sto {
	display: inline-block;
	vertical-align: top;
	width: 206px;
	height: 38px;
	background: url(../images/common/main_renewal_2024/ico_footer_logo_sto.svg) center no-repeat;
	background-size: 100%;
}
.main--renewal-2024 footer .footer-group-01 .ico-sto.en {
	width: 170px;
	height: 38px;
	background: url(../images/common/main_renewal_2024/ico_footer_logo_sto_en.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 footer .footer-group-01 .btn-seoulMySoul {

	margin-top: 15px;
}

.main--renewal-2024 footer .footer-group-01 .ico-seoulMySoul {
	display: inline-block;
	vertical-align: top;
	width: 206px;
	height: 38px;
	background: url(../images/common/main_renewal_2024/ico_footer_logo_seoulMySoul.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 footer .footer-group-01 .copyright {}

.main--renewal-2024 footer .footer-group-01 .terms {}

.main--renewal-2024 footer .footer-group-01 .terms span {
	position: relative;
}

.main--renewal-2024 footer .footer-group-01 .terms span+span {
	margin-left: 21px;
}

.main--renewal-2024 footer .footer-group-01 .terms span+span::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: -10px;
	height: 14px;
	border-left: 1px solid #424242;
	transform: translateY(-50%);
	z-index: 1;
}

.main--renewal-2024 footer .footer-group-01 .ico-customer {
	display: inline-block;
	vertical-align: top;
	width: 51px;
	height: 27px;
	background: url(../images/common/main_renewal_2024/ico_footer_customer.svg) center no-repeat;
	background-size: 100%;
}



.main--renewal-2024 footer .footer-group-01 dd.app i {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	height: 50px;
}

.main--renewal-2024 footer .footer-group-01 .ico-ios {
	background: url(../images/common/main_renewal_2024/ico_footer_ios.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 footer .footer-group-01 .ico-aos {
	background: url(../images/common/main_renewal_2024/ico_footer_aos.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 footer .col dl>dd.sns {
	justify-content: space-between;
}

.main--renewal-2024 footer .footer-group-01 dd.sns i {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
}

.main--renewal-2024 footer .footer-group-01 dd.sns .btn-fb {
	background: url(../images/common/main_renewal_2024/ico_footer_fb.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 footer .footer-group-01 dd.sns .btn-instar {
	background: url(../images/common/main_renewal_2024/ico_footer_instar.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 footer .footer-group-01 dd.sns .btn-yt {
	background: url(../images/common/main_renewal_2024/ico_footer_yt.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 footer .footer-group-01 dd.sns .btn-wb {
	background: url(../images/common/main_renewal_2024/ico_footer_wb.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 footer .footer-group-02 {
	height: 80px;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.main--renewal-2024 footer .footer-group-02 .inner-cont {
	height: 100%;
	display: flex;
	align-items: center;
}

.main--renewal-2024 footer .footer-group-02 .award-cont {
	display: flex;
	align-items: center;
	gap: 20px;
}

.main--renewal-2024 footer .footer-group-02 .award-cont i {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
}

.main--renewal-2024 footer .footer-group-02 .award-cont .ico-webbi {
	background: url(../images/common/main_renewal_2024/ico_footer_webbi.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 footer .footer-group-02 .award-cont .ico-iot {
	background: url(../images/common/main_renewal_2024/ico_footer_iot.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 footer .footer-group-02 .award-cont .ico-aa {
	background: url(../images/common/main_renewal_2024/ico_footer_aa.svg) center no-repeat;
	background-size: 100%;
}

.main--renewal-2024 footer .footer-group-02 p.copyright {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
}

.main--renewal-2024 footer .footer-group-02 .family-cont {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.main--renewal-2024 footer .footer-group-02 .family-cont i {
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 20px;
}

.main--renewal-2024 footer .footer-group-02 .family-cont .ico-sto {
	background: url(../images/common/main_renewal_2024/ico_footer_logo_sto_sm.svg) no-repeat center center;
	background-size: 100%;
}
.main--renewal-2024 footer .footer-group-02 .family-cont .ico-sto.en {
	width: 86px;
	height: 20px;
	background: url(../images/common/main_renewal_2024/ico_footer_logo_sto_sm_en.svg) no-repeat center center;
	background-size: 100%;	
}

.main--renewal-2024 footer .footer-group-02 .family-cont .ico-scb {
	background: url(../images/common/main_renewal_2024/ico_footer_logo_scb.svg) no-repeat center center;
	background-size: 100%;
}

.main--renewal-2024 footer .footer-group-02 .family-cont span {
	position: relative;

}

.main--renewal-2024 footer .footer-group-02 .family-cont span+span {
	margin-left: 31px;
}

.main--renewal-2024 footer .footer-group-02 .family-cont span+span::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: -15px;
	height: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.20);
	transform: translateY(-50%);
	z-index: 1;
}



/* common_main--renewal-2024 반응형*/
/*=================================*/
@media (max-width: 1280px) {

	/* header */
	.main--renewal-2024 .gnb--mobile {
		display: block;
	}

	.main--renewal-2024 .top-global-area,
	.main--renewal-2024 header > .inner-cont > .gnb,
	.main--renewal-2024 header > .inner-cont > .pull-right > .lang-cont {
		display: none;
	}

	.main--renewal-2024 header {
		top: 0;
	}

	.main--renewal-2024 header .inner-cont {
		padding: 0 20px;
		height: 80px;
		
	}
	.main--renewal-2024 header .pull-left h1 {
		width: 210px;
		height: 42px;
	}


	/* footer */
	.wrapper.main--renewal-2024 footer {
		padding-top: 0;
	}
	.main--renewal-2024 footer .footer-group-01 {
		padding: 40px 40px 50px;
	}
	.main--renewal-2024 footer .footer-group-01 .inner-cont {
		flex-wrap: wrap;
		/* gap: 30px 20px; */
		gap: 30px;
	}
	.main--renewal-2024 footer .footer-group-01 .col {
		/* width: calc(50% - 10px); */
		width: calc(50% - 15px);
	}
	.main--renewal-2024 footer .footer-group-01 .col dl>dd.sns {
		justify-content: left;
		gap: 30px;
	}

	.main--renewal-2024 footer .footer-group-02 {
		/* margin: 20px; */
		height: auto;
	}

	.main--renewal-2024 footer .footer-group-02 .inner-cont {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		padding: 20px;
	}
	
	.main--renewal-2024 footer .footer-group-02 .award-cont {
		justify-content: center;
	}
	.main--renewal-2024 footer .footer-group-02 .family-cont {
		justify-content: center;
	}

}

@media (max-width: 768px) {
	.main--renewal-2024 header .inner-cont {
		height: 70px;
	}
	.main--renewal-2024 header .pull-left h1 {
		width: 190px;
		height: 38px;
	}

	.main--renewal-2024 footer .footer-group-01 {
		padding: 40px 20px 50px;
	}
	.main--renewal-2024 footer .footer-group-01 .inner-cont {
		flex-direction: column;
		gap: 30px;
	}
	.main--renewal-2024 footer .col dl>dt {
		margin-bottom: 12px;
	}

	
	.main--renewal-2024 footer .footer-group-01 [class^='btn-'] {
		color: #9B9B9B;
	}
	.main--renewal-2024 footer .col .btn-openWindow {
		color: #fff;
	}
	.main--renewal-2024 footer .col p.mail .btn-openWindow {
		color: #9B9B9B;
	}

	.main--renewal-2024 footer .footer-group-01 .col {
		width: 100%;
	}
	.main--renewal-2024 footer .footer-group-01 .col p {
		margin-top: 5px;
	}
	.main--renewal-2024 footer .footer-group-01 .col p.copyright {
		margin-top: 15px;
	}

	@media (max-width: 480px) {

	}


}
