@charset "utf-8";

/* 기본프로그램 사용자모듈 메뉴 - PC */
.all_m_btn {
	padding: 10px;
	background: #323337;
}

.all_m_btn img {
	position: absolute;
	top: 28%;
	left: 15px;
	width: 10%;
	max-width: 40px;
	cursor: pointer;
}

.all_m_btn .mutit {
	text-align: center;
	font-weight: 900;
	font-size: 26px;
	color: #fff;
}

.pro_m_wrap {
	display: none;
	font-family: 'Nanum Gothic', sans-serif;
	transition: all 0.3s linear;
}

.pro_m_wrap .m_menu {
	width: 200px;
}

.pro_m_wrap .bg_black {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: -1;
}


/* 기본프로그램 사용자모듈 메뉴 - MOBILE */
.pro_m_wrap .subleftmenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pro_m_wrap .subleftmenu li {
	border-bottom: 1px solid #515155;
	background: #323337;
}

.pro_m_wrap .subleftmenu a {
	display: block;
	color: #b5b2b2;
	font-size: 14px;
	padding: 11px 5px 11px 15px;
	font-family: 'Noto Sans KR';
}

.sub_title_m {
	font-size: 28px !important;
	font-weight: bold;
	color: #fff !important;
	padding: 12px 5px 12px 15px !important;
}

.pro_m_wrap .subleftmenu a:hover {
	background: #307dd4;
	color: #fff;
}

.sub_title_m:hover {
	background: #323337 !important;
	cursor: default;
}

@media all and (max-width:999px) {
	.pro_m_wrap {
		display: block;
		position: absolute;
		left: -100%;
		top: 0;
		z-index: 999;
	}

	.pro_m_wrap.view {
		left: 0;
	}
}

/* basic */
.inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

.w820 {
	max-width: 820px;
	margin: 0 auto;
}

@media all and (max-width:1600px) {
	.inner {
		width: 93.75%;
	}
}

/* 햄버거 메뉴 */
#header .m_btn {
	display: none;
	width: 24px;
	margin: 0 auto;
	text-align: right;
	cursor: pointer;
}

#header .m_btn i {
	display: inline-block;
	width: 100%;
	height: 2px;
	margin: 3px 0;
	background: #000;
	transition: all 0.5s;
}

#header .m_btn i:nth-of-type(2) {
	width: 84%;
}

#header .m_btn.on i:nth-of-type(1) {
	margin: 11px 0 -2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

#header .m_btn.on i:nth-of-type(2) {
	width: 0;
	margin: 0;
}

#header .m_btn.on i:nth-of-type(3) {
	margin: 0 0 11px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}


@media all and (max-width:1024px) {
	#header .gnb {
		display: none;
	}

	#header .m_btn {
		display: inline-block;
	}
}

/* 모바일 메뉴 */
.m_menu_bg {
	z-index: 101;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	cursor: pointer;
}

#m_menu {
	z-index: 102;
	position: fixed;
	right: -100%;
	top: 0;
	width: 500px;
	max-width: 80%;
	height: 100%;
	background-color: #fff;
	box-sizing: Border-box;
	transition: all 0.5s;
	overfloW-y: auto;
}

#m_menu.on {
	right: 0;
}

#m_menu .top_box {
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}

#m_menu .top_box .close_btn {
	position: absolute;
	right: 20px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
}

#m_menu .top_box .close_btn i {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #333;
}

#m_menu .top_box .close_btn i:first-of-type {
	-webkit-transform: rotate(45deg) translate(9px, 9px);
	-moz-transform: rotate(45deg) translate(9px, 9px);
	-ms-transform: rotate(45deg) translate(9px, 9px);
	-o-transform: rotate(45deg) translate(9px, 9px);
	transform: rotate(45deg) translate(9px, 9px);
}

#m_menu .top_box .close_btn i:last-of-type {
	-webkit-transform: rotate(-45deg) translate(-7px, 8px);
	-moz-transform: rotate(-45deg) translate(-7px, 8px);
	-ms-transform: rotate(-45deg) translate(-7px, 8px);
	-o-transform: rotate(-45deg) translate(-7px, 8px);
	transform: rotate(-45deg) translate(-7px, 8px);
}

/* #m_menu .login_box {padding:20px 0; background-color:#292929; text-align:center; }
#m_menu .login_box a {position:relative; padding:0 30px; font-size:20px; color:#fff; letter-spacing:-0.04em; }
#m_menu .login_box a:first-of-type:before {content:''; position:absolute; right:-1px; top:calc(50% - 7px); width:2px; height:15px; background-color:#fff; } */
#m_menu .gnb_box {
	border-top: 1px solid #ddd;
}

#m_menu .gnb_box>ul>li {
	border-bottom: 1px solid #dddddd;
}

#m_menu .gnb_box>ul>li>a {
	position: relative;
	display: block;
	padding: 20px 20px;
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	letter-spacing: -0.04em;
	box-sizing: border-box;
}

#m_menu .gnb_box .depth02 {
	display: none;
	padding: 10px 0;
	background-color: #000;
}

#m_menu .gnb_box .depth02 li a {
	position: relative;
	display: block;
	padding: 7px 20px;
	font-size: 18px;
	color: #fff;
	letter-spacing: -0.04em;
	box-sizing: border-box;
}

/* header */
#header {
	position: relative;
	z-index: 99;
}

.h_inner {
	max-width: 1920px;
	padding: 0 40px;
}

.h_top_box {
	width: 100%;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
	padding: 10px 0;
}

.h_top_box .h_inner {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.h_top_box a {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0;
	color: #888888;
	display: flex;
	align-items: center;
	gap: 5px;
}

.h_top_box a+a {
	margin-left: 15px;
	padding-left: 20px;
}

.h_top_box a+a::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 7px;
	background: url('/img/h_line_icon.png') no-repeat center / cover;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.h_flex_box {
	display: flex;
	justify-content: space-between;
	height: 80px;
	position: relative;
}

.h_flex_box .logo {
	height: 100%;
	display: flex;
	align-items: center;
}

.h_flex_box .gnb {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 51.5%;
}

.h_flex_box .gnb>ul {
	display: flex;
	height: 100%;
	justify-content: space-between;
}

.h_flex_box .gnb>ul>li {
	flex: 1;
}

.h_flex_box .gnb>ul>li>a {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	color: #444444;
	transition: all 0.3s ease;
}

.h_flex_box .gnb>ul>li>a:hover {
	color: #ff2121;

}

.h_flex_box .gnb>ul>li>a:hover>img {
	filter: invert(23%) sepia(47%) saturate(4244%) hue-rotate(346deg) brightness(111%) contrast(108%);
}

.h_flex_box .gnb .depth02 {
	display: none;
}

.h_right_box .search_btn {
	display: flex;
	height: 100%;
	align-items: center;
	width: 43px;
	height: 43px;
	background: url('/img/search_icon.png') no-repeat center / cover;
}

.h_right_box .search_btn:hover {
	background: url('/img/search_icon_active.png') no-repeat center / cover;
}

.h_right_box {
	display: flex;
	align-items: center;
	height: 100%;
	gap: 10px;
}

.h_search_box {
	max-width: 320px;
	border-radius: 21.5px;
	height: 40px;
	border: 1px solid #2e2e2e;
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 20px;
	padding-right: 10px;
}

.h_search_box input {
	border-radius: 21.5px;
	width: 100%;
	height: 100%;
	outline: unset;
	border: unset;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.025em;
}

.h_search_box input::placeholder {
	color: #ddd;
}

#m_menu .lang_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#m_menu .lang_wrap a {
	font-size: 16px;
	height: 50px;
	font-weight: 400;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	color: #888888;
	position: relative;
}

#m_menu .lang_wrap a+a {
	padding-left: 10px;
	margin-left: 10px;
}

#m_menu .lang_wrap a+a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 12px;
	width: 1px;
	background-color: #d1d1d1;
}

#m_menu .lang_wrap a.active {
	color: #222222;
	font-weight: 700;
}

#m_menu {
	display: flex;
	flex-direction: column;
	padding-bottom: 40px;
}

#m_menu .login_box {
	margin-top: auto;
	padding: 0 25px;
	display: flex;
	gap: 8px;
}

#m_menu .login_box a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 34px;
	border: 2px solid #d1d1d1;
	flex: 1;
	height: 65px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	color: #444444;
}

/* select */
#header .select {
	position: relative;
	z-index: 1;
}

#header .select .choice {
	background: #fff;
	border: 2px solid #eee;
	color: #666;
	width: 100px;
	height: 40px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 5px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 32px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

#header .select .choice::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 12px;
	height: 7px;
	background: url(/img/arrow_down_12x7.png) no-repeat center center / contain;
	filter: brightness(0) saturate(100%) invert(66%) sepia(2%) saturate(0%) hue-rotate(181deg) brightness(104%) contrast(88%);
}

#header .select .choice.on::before {
	background-image: url(/img/arrow_up_12x7.png);
}

#header .select .choice i {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/img/global_15x15.png) no-repeat center center / contain;
	filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(0%) hue-rotate(297deg) brightness(93%) contrast(92%);
}

#header .select .choice p {
	font-weight: 500;
	font-size: var(--fz-16);
}

#header .select ul {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	background-color: #3d3935;
	border-radius: 0 0 20px 20px;
	color: #aaa;
	text-align: center;
	padding: 35px 0 15px;
	box-sizing: border-box;
	display: none;
}

#header .select ul li {
	font-weight: 500;
	font-size: var(--fz-16);
}

#header .select ul li a {
	display: block;
	padding: 5px 0;
}

#header .select ul li:hover {
	color: #fff;
}

@media all and (max-width:1400px) {
	.h_flex_box .gnb {
		width: 46%;
	}

	.h_flex_box .gnb>ul>li>a {
		font-size: 16px;
	}

	.h_search_box {
		max-width: 250px;
	}
}

@media all and (max-width:1200px) {
	.h_inner {
		padding: unset;
	}

	.h_flex_box {
		height: 70px;
	}

	.h_flex_box .logo {
		max-width: 200px;
	}

	.h_flex_box .gnb {
		width: auto;
	}

	.h_flex_box .gnb>ul>li>a {
		width: max-content;
		padding: 0 10px;
		font-size: 14px;
	}
}

@media all and (max-width:1024px) {
	.h_top_box {
		display: none;
	}

	.h_flex_box {
		flex-wrap: wrap;
		height: auto;
	}

	.h_flex_box form,
	.h_right_box {
		width: 100%;
	}

	.h_flex_box .h_search_box {
		max-width: unset;
		width: 100%;
	}

	#header .m_btn {
		margin: unset;
		margin-left: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#header .m_btn i:nth-of-type(2) {
		margin-left: auto;
	}

	.h_flex_box .logo {
		padding: 30px 0;
	}

	.h_flex_box form {
		padding: 20px 0;
		position: relative;
	}

	.h_flex_box form::after {
		content: '';
		position: absolute;
		width: 200%;
		left: -50%;
		top: 0;
		height: 1px;
		background-color: #d1d1d1;
	}

	#header {
		overflow: hidden;
	}
}

/* END header */

/* footer */
#footer {
	background-color: #111111;
}

.f_inner {
	max-width: 1920px;
	padding: 130px 40px 100px;
}

.f_copy {
	height: 70px;
	background-color: #000000;
}

.f_inner02 {
	max-width: 1920px;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0;
	color: #515151;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.f_flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.f_left_box .f_alt {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5em;
	color: #888888;
	margin-top: 20px;
	display: flex;
}

.f_left_box .f_alt span {
	position: relative;
}

.f_left_box .f_alt span+span {
	padding-left: 10px;
	margin-left: 10px;
}

.f_left_box .f_alt span+span::after {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 1px;
	height: 15px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.f_left_box .f_link_box {
	display: flex;
	gap: 10px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5em;
	color: #888888;
	text-decoration: underline;
	text-underline-position: under;
	margin-top: 20px;
}

.f_sns_box {
	display: flex;
	align-items: center;
	gap: 10px 35px;
	justify-content: flex-end;
}

.f_right_box>ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 90px;
}

.f_right_box>ul>li>a {
	color: #dddddd;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	display: flex;
	gap: 10px;
	align-items: center;
}

.f_right_box>ul>li>a>img {
	filter: invert(23%) sepia(47%) saturate(4244%) hue-rotate(346deg) brightness(111%) contrast(108%);
}

.f_right_box>ul .depth02 {
	margin-top: 40px;
}

.f_right_box>ul .depth02 a {
	display: block;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0;
	color: #888888;
	line-height: 1.95em;
}

@media all and (max-width:1600px) {
	.f_flex_box {
		flex-direction: column;
		gap: 40px;
	}

	.f_sns_box {
		justify-content: flex-start;
	}
}

@media all and (max-width:1400px) {
	.f_right_box>ul {
		gap: 30px 60px;
	}
}

@media all and (max-width:1200px) {
	.f_flex_box {
		flex-direction: column;
	}

	.f_left_box {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		align-items: center;
		justify-content: space-between;
	}

	.f_left_box .f_alt,
	.f_left_box .f_link_box {
		margin: unset;
	}

	.f_right_box>ul {
		justify-content: space-between;
	}

	.f_inner {
		max-width: 1920px;
		padding: 80px 30px;
	}
}

@media all and (max-width:700px) {
	.f_right_box>ul {
		justify-content: flex-start;
	}

	.f_left_box .f_alt {
		font-size: 16px;
	}

	.f_inner {
		padding: 60px 0;
	}

	.f_right_box>ul {
		gap: 20px 30px;
	}
}

/* END footer */

/* sub_visual */
.sub_visual {
	height: 400px;
}

.sub_visual .inner {
	height: 100%;
}

.sub_visual .tit_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.sub_visual .tit_box .tit {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0;
	color: #ff2121;
}

.sub_visual .tit_box .ment {
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	letter-spacing: 0;
	font-family: 'Arial', sans-serif;
}

.sub_visual .tit_box>div {
	width: 50%;
}

@media all and (max-width:1024px) {
	.sub_visual {
		height: 300px;
	}

	.sub_visual .tit_box {
		flex-direction: column;
		gap: 40px;
		justify-content: center;
	}

	.sub_visual .tit_box>div {
		width: 100%;
	}
}

/* END sub_visual */

.eng #footer {
	padding-bottom: 0;
}


/* 20251113 추가 */
#footer .f_left_box {
	width: 45%;
}

#footer .f_right_box_wrap {
	width: 55%;
}

    .f_left_box .f_alt {
        flex-wrap: wrap;
     }

@media (max-width: 1600px) {

	#footer .f_left_box,
	#footer .f_right_box_wrap {
		width: 100%;
	}

}