@charset "utf-8";

@media all and (max-width: 1600px) {
	#gnb .gnb-wrapper > li > a {
		padding: 0 30px;
	}
}

@media all and (max-width: 1440px) {
	#headerInnerbot .top-tel {
		left: 2%;
	}
	#headerInnerbot .util-menu {
		right: 2%;
	}
	#footer {
		margin-top: 50px;
	}
}

@media all and (max-width: 1360px) {
	.area02 {
		width: 100%;
	}
}

@media all and (max-width: 1280px) {
	#footer .area {
		max-width: 100%;
		padding: 0 15px;
	}
}

@media all and (max-width: 1200px) {
	.area {
		width: 100%;
	}
}

@media all and (max-width: 1080px) {
	#gnb .gnb-wrapper > li > a {
		padding: 0 20px;
	}
	#gnb.sub-menu .gnb-wrapper > li .gnb-2dep {
		left: -250px;
	}
	#visual .visual-txt-con {
		width: 100%;
		padding: 0 15px;
	}
	#visual .visual-tit {
		left: 15px;
	}
	#subContainer {
		width: 100%;
		padding: 20px 15px;
	}
}

@media all and (max-width: 1000px) {
	body,
	table,
	th,
	td,
	button,
	select,
	input,
	textarea {
		font-size: 12px;
	}
	.hidden {
		margin-right: 0px;
	}
	/* ****************** HEADER ********************** */
	#header {
		position: relative;
		width: 100%;
		height: 56px;
		background: #fff;
		z-index: 99;
		box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.05);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#header.fixed {
		position: fixed;
		left: 0;
		top: 0;
		height: 56px;
		margin-top: 0;
		width: 100%;
	}
	#headerInnerWrap {
		position: relative;
		width: 100%;
		z-index: 100;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}
	#headerInner {
		position: relative;
		margin: 0px auto;
		padding: 0;
	}
	#header .logo {
		position: relative;
		z-index: 100;
		padding: 13px 0;
		text-align: center;
	}
	#header .logo img {
		height: 25px;
		width: auto;
	}
	#headerInnerbot {
		display: none;
	}
	/* -------- Header :: Util --------*/
	.gnb-navigation-wrapper .util-menu {
		padding: 0 15px;
		display: block !important;
	}
	.util-menu p {
		border-bottom: 1px solid #a29380;
		padding: 15px 0 15px 28px;
	}
	.util-menu p a {
		display: block;
		color: #000000;
		font-size: 16px;
		font-weight: 600;
	}
	.util-menu p.login {
		background: url(/images/header_util_login_iconm.png) no-repeat 0px 50%;
		background-size: 17px auto;
	}
	.util-menu p.branch {
		background: url(/images/header_util_info_iconm.png) no-repeat 0px 50%;
		background-size: 17px auto;
	}
	.util-menu p.logout {
		background: url(/images/header_util_login_iconm.png) no-repeat 0px 50%;
		background-size: 17px auto;
	}
	.util-menu p.new_lms,
	.util-menu p.new_help {
		/*
			background: url(/images/header_util_login_iconm.png) no-repeat 0px 50%;
			background-size: 17px auto;
			*/
		position: relative;
	}
	.util-menu p.new_lms:before {
		font-family: "xeicon";
		content: "\e9c3";
		position: absolute;
		left: 0;
		font-size: 1.2rem;
	}
	.util-menu p.new_help:before {
		font-family: "xeicon";
		content: "\e9d7";
		position: absolute;
		left: 0;
		font-size: 1.2rem;
	}
	.top-tel {
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		padding: 15px;
	}
	.top-tel a {
		color: #fff;
		font-size: 16px;
		font-weight: 600;
	}
	/* -------- Header :: GNB(mobile) -------- */
	.nav-open-btn {
		display: block;
		position: absolute;
		top: 13px;
		left: 20px;
		z-index: 9998;
		height: 30px;
		transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
		-webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
		-oz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
		-ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	}
	.nav-open-btn .line {
		display: block;
		width: 28px;
		height: 3px;
		background-color: #b21f24;
		margin: 4px auto;
		border-radius: 5px;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.nav-open-btn.active {
		left: 235px;
	}
	.nav-open-btn.active .line:nth-child(2) {
		opacity: 0;
	}
	.nav-open-btn.active .line:nth-child(1) {
		-webkit-transform: translateY(5px) rotate(45deg);
		-ms-transform: translateY(5px) rotate(45deg);
		-o-transform: translateY(5px) rotate(45deg);
		transform: translateY(5px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3) {
		-webkit-transform: translateY(-5px) rotate(-45deg);
		-ms-transform: translateY(-5px) rotate(-45deg);
		-o-transform: translateY(-5px) rotate(-45deg);
		transform: translateY(-5px) rotate(-45deg);
	}
	.nav-open-btn.active .line {
		height: 1px;
	}
	#header.fixed-header .nav-open-btn .line {
		background-color: #fff;
	}
	/* -------- Header :: GNB(Mobile) -------- */
	.gnb-overlay-bg-m {
		display: none;
		position: fixed;
		top: 0px;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 101;
	}
	#gnbM {
		display: block;
		position: fixed;
		top: 0px;
		left: -82%;
		width: 80%;
		height: 100%;
		max-width: 280px;
		background-color: #d5cabb;
		z-index: 999;
		box-shadow: 13px 0px 14px 0px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 13px 0px 14px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 13px 0px 14px 0px rgba(0, 0, 0, 0.3);
		transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
		-webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
		-oz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
		-ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); /* gnb OPEN 속도 */
		visibility: hidden;
	}
	#gnbM.open {
		left: 0px;
		visibility: visible;
	}
	/* GNB Mobile :: 레이아웃 */
	.gnb-navigation-wrapper {
		position: relative;
		height: 100%;
		box-sizing: border-box;
		overflow-y: auto;
	}
	/* GNB Mobile :: 메뉴영역 :: 1차 */
	#navigation > li {
		border-bottom: 1px solid #d5cabb;
		background: #ffffff;
	}
	#navigation > li > a {
		position: relative;
		display: block;
		padding: 15px;
		color: #000000;
		font-size: 16px;
		font-weight: 600;
	}
	#navigation > li.active > a {
		color: #000000;
	}
	.gnb-navigation-inner p.home {
		background: #d5cabb;
		border-bottom: 1px solid #d5cabb;
	}
	.gnb-navigation-inner p.home a {
		background: url(/images/gnb_home.png) no-repeat 15px 50%;
		background-size: 25px auto;
		padding: 20px 0 20px 50px;
		display: block;
		position: relative;
		color: #000000;
		font-size: 16px;
		font-weight: 600;
	}
	#navigation > li.has-2dep > a {
	}
	#navigation > li .gnb-icon {
		position: absolute;
		top: 50%;
		color: #d5cabb;
		right: 15px;
		margin-top: -7px;
	}
	#navigation > li .gnb-icon i {
		font-size: 20px;
	}
	/* GNB Mobile ::  메뉴영역 :: 2차 */
	#navigation > li .gnb-2dep {
		display: none;
		padding: 10px 0;
		background-color: #e6dfd6;
	}
	#navigation > li .gnb-2dep > li {
		height: auto !important;
	}
	#navigation > li .gnb-2dep > li > a {
		display: block;
		color: #403f3b;
		font-size: 14px;
		padding: 10px 15px 10px 30px;
		position: relative;
		font-weight: 600;
	}
	#navigation > li .gnb-2dep > li.on > a {
		opacity: 1;
		filter: Alpha(opacity=100);
		color: #8b0028;
	}
	/* ****************** FOOTER ********************** */
	#footer {
		background-color: #f4f0eb;
		padding: 30px 20px;
	}
	#footer .footer-top {
		position: relative;
	}
	#footer .footer-top .footer-menu {
		text-align: center;
	}
	#footer .footer-top .footer-menu a {
		color: #000000;
		font-size: 12px;
		display: inline-block;
		padding: 0 10px;
		position: relative;
	}
	#footer .footer-top .footer-menu a:first-child {
		padding-left: 0;
	}
	#footer .footer-top .footer-menu a:after {
		display: block;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		background: #b9b2a9;
		width: 1px;
		height: 100%;
	}
	#footer .footer-top .footer-menu a:last-child:after {
		display: none;
	}
	#footer .footer-sns {
		text-align: right;
		margin-top: 20px !important;
	}
	#footer .footer-sns span {
		color: #403f3b;
		font-size: 7px;
		margin-right: 5px;
	}
	#footer .footer-middle {
		margin: 30px 0 0 0;
	}
	#footer .footer-middle h4 {
		display: block;
		color: #b21f24;
		font-size: 20px;
		font-weight: 100;
	}
	#footer .footer-middle p {
		display: block;
		color: #80817d;
		font-size: 10px;
		font-weight: 100;
		margin-top: 10px;
	}
	#footer .footer-bottom h1 {
		display: block;
		vertical-align: top;
	}
	#footer .footer-bottom h1 img {
		width: 130px;
		height: auto;
	}
	#footer .footer-bottom p {
		padding-top: 10px;
		display: inline-block;
		color: #80817d;
		font-size: 8px;
		line-height: 1.8em;
		vertical-align: top;
	}
	#footer .footer-bottom p span {
		display: inline-block;
		padding: 0 5px;
	}
	/* Footer :: TOP버튼 */
	.to-top-btn {
		position: fixed;
		bottom: -100px;
		right: 2%;
		display: block;
		width: 34px;
		height: 34px;
		background-color: #b21f24;
		text-align: center;
		border-radius: 50%;
		line-height: 34px;
		color: #fff;
		z-index: 99;
		opacity: 0;
		filter: Alpha(opacity=0);
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		-ms-transition: all 0.6s;
		transition: all 0.6s;
	}
	.to-top-btn i {
		display: inline-block;
	}
	.to-top-btn.fixed {
		bottom: 10px;
		opacity: 1;
		filter: Alpha(opacity=100);
	}
	.to-top-btn:hover {
		background-color: #d03d23;
	}
	#visual {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 208px;
	}
	#visual.sub-visual-company .visual-img-con {
		background: url(/images/subVisual01m.png) no-repeat 50% 50%;
	}
	#visual.sub-visual-community .visual-img-con {
		background: url(/images/subVisual03m.png) no-repeat 50% 50%;
	}
	#visual.sub-visual-partner .visual-img-con {
		background: url(/images/subVisual04m.png) no-repeat 50% 50%;
	}
	#visual.sub-visual-speaking .visual-img-con {
		background: url(/images/subVisual02m.png) no-repeat 50% 50%;
	} /*2021-11-16추가*/
	#visual.sub-visual-speaking-1 .visual-img-con {
		background: url(/images/subVisual02-1m.png) no-repeat 50% 50%;
	} /*2021-11-16추가*/
	#visual .visual-img-con {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-size: cover !important;
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
		-webkit-transition: transform 5000ms ease-in-out;
		transition: transform 5000ms ease-in-out;
	}
	#visual .visual-txt-con {
		position: relative;
		z-index: 1;
		text-align: left;
		display: table;
		width: 100%;
		height: 100%;
		letter-spacing: -0.7px;
		color: #fff;
	}
	#visual .visual-txt-container {
		position: relative;
		width: 100%;
		height: 100%;
	}
	#visual .visual-tit,
	#visual .visual-sub-txt {
		opacity: 0;
		filter: Alpha(opacity=0);
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		-webkit-transition: opacity 1s, transform 1s;
		transition: opacity 1s, transform 1s;
	}
	#visual .visual-tit {
		font-weight: 600;
		font-size: 26px;
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
		position: absolute;
		left: 15px;
		bottom: 15px;
	}
	#visual .visual-sub-txt {
		font-size: 24px;
		font-weight: 500;
		-webkit-transition-delay: 0.5s;
		transition-delay: 0.5s;
		position: absolute;
		left: 15px;
		top: 15px;
		line-height: 1.5em;
		padding-top: 0px;
	}
	#visual.active .visual-img-con {
		-webkit-transform: scale(1, 1) rotate(0.002deg);
		transform: scale(1, 1) rotate(0.002deg);
	}
	#visual.active .visual-tit,
	#visual.active .visual-sub-txt {
		opacity: 1;
		filter: Alpha(opacity=100);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	#subMenu {
		position: relative;
		width: calc(100% - 30px);
		display: block;
		height: 48px;
		border-bottom: 1px solid #d5cabb;
		margin: 0 15px;
		z-index: 11;
	}
	#subMenu .side-menu-inner {
		height: 48px;
	}
	#subMenu .menu-location {
		position: relative;
	}
	#subMenu .menu-location > .cur-location {
		position: relative;
		display: block;
		height: 47px;
		padding: 0;
	}
	#subMenu .menu-location > .cur-location span {
		display: inline-block;
		white-space: nowrap;
		overflow: hidden;
		font-size: 24px;
		text-overflow: ellipsis;
		line-height: 47px;
		color: #8b0028;
		font-weight: 600;
	}
	#subMenu .menu-location > .cur-location .arrow {
		width: 20px;
		margin-left: 10px;
		height: 47px;
		line-height: 47px;
		font-size: 25px;
		color: #d1c6b7;
		vertical-align: top;
		position: absolute;
	}
	#subMenu .menu-location > .cur-location .arrow i {
		color: #d1c6b7;
		vertical-align: middle;
		line-height: 47px;
	}
	#subMenu .menu-location > .cur-location.open .arrow {
		transform: rotate(-180deg);
	}
	#subMenu .menu-location .location-menu-con {
		display: none;
		position: absolute;
		top: 47px;
		left: 0px;
		min-width: 55%;
		background-color: #e6dfd6;
		z-index: 11;
		box-shadow: 13px 0px 14px 0px rgb(0 0 0 / 30%);
		-webkit-box-shadow: 13px 0px 14px 0px rgb(0 0 0 / 30%);
		-moz-box-shadow: 13px 0px 14px 0px rgba(0, 0, 0, 0.3);
	}
	#subMenu .menu-location.location1 .location-menu-con {
		width: calc(100% - 1px);
	}
	#subMenu .menu-location .location-menu-con li {
		position: relative;
	}
	#subMenu .menu-location .location-menu-con li a {
		display: block;
		padding: 7px 15px;
		font-size: 12px;
		line-height: 1.5;
		word-break: keep-all;
		color: #403f3b;
	}
	#subMenu .menu-location .location-menu-con li.on a {
		color: #8b0028;
		font-weight: 700;
	}
	.contentArea {
		margin: 0px 0 0 0;
	}
	.contentArea h4.title {
		color: #3c3c3c;
		font-size: 16px;
	}
	#navArea {
		display: none;
	}
}

@media all and (max-width: 800px) {
	#subContainer {
		padding: 20px 0px;
	}
	#footer .area {
		padding: 0px;
	}
}
