@charset "utf-8";
@import url("./font.css");
/* layout */
body, table, th, td, button, select, input, textarea {
	font-family: 'Pretendard', "돋움", Dotum, Arial, sans-serif;
	font-size: 18px;
	color: #666;
	-webkit-text-size-adjust: none;
}
body {
	background-color: #fff;
}
#wrap {
	overflow: hidden;
	width: 100%;
	min-width: 320px;
	position: relative;
}
#bo_v_share {
	display: none
}
/* ****************** 공통클래스 ********************** */
.area {
	max-width: 1340px;
	position: relative;
	margin: 0px auto;
}
.clearfix {
 *zoom: 1;
}
.clearfix:after {
	clear: both;
	display: block;
	content: "";
}
.table-layout {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell-layout {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.blind {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0
}
.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* ****************** HEADER ********************** */
#header {
	height: 113px;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 100;
}
#header.fixed {
	position: fixed;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#headerInnerWrap {
	position: fixed;
	top: 0px;
	left: 0%;
	width: 100%;
	z-index: 99;
}
#headerInner {
	position: relative;
	margin: 0px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-ms-transition: padding 0.3s;
	transition: padding 0.3s;
	padding: 0 2%;
}
#header .logo {
	position: relative;
	z-index: 100;
	padding: 30px 0;
	display: inline-block;
	vertical-align: middle;
}
#header .logo a {
	display: block;
	padding: 0px 0;
	background: url(../images/logo.png);
	width: 482px;
	height: 51px;
	text-indent: -999999px;
}
#header.fixed .logo a {
	background: url(../images/logo_b.png);
}
.header-util-box {
	position: absolute;
	right: 100px;
	top: 27px;
}
.header-util-box a {
	color: #fff;
	font-family: 'paybooc-Bold';
	font-size: 0.6em;
	display: inline-block;
	background: url("../images/ico_login.png") no-repeat top center;
	width: 44px;
	padding-top: 41px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left: 5px;
}
#header.fixed .header-util-box a {
	background: url("../images/ico_login_b.png") no-repeat top center;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #333333;
}
/* -------- Header :: GNB(Mobile/기본스타일) -------- */
#gnbM {
	display: block;
	position: fixed;
	top: 0px;
	right: -100%;
	width: 100%;
	height: 100%;
	max-width: 420px;
	background: #666666;
	z-index: 999;
	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 {
	right: 0px;
	visibility: visible;
}
/* GNB Mobile :: 레이아웃 */
.gnb-navigation-wrapper {
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding: 80px 10% 0 10%;
	overflow-y: auto;
} /* padding-top : Header 높이값 */
.header-util-menu-box + .gnb-navigation-wrapper {
	padding-top: 0
}
/* GNB Mobile :: 메뉴영역 :: 1차 */
#navigation > li > a {
	position: relative;
	display: block;
	padding: 15px 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 24px;
	font-family: 'paybooc-Bold';
}
#navigation > li.active > a {
	color: #fff;
}
#navigation > li .gnb-icon {
	margin-left: 10px;
	color: #fff;
	position: absolute;
	right:0px;
	transform: translateY(-50%);
	top: 50%;
}
#navigation > li .gnb-icon i {
	font-size: 14px;
}
/* GNB Mobile ::  메뉴영역 :: 2차 */
#navigation > li .gnb-2dep {
	display: none;
	padding: 10px 0;
}
#navigation > li .gnb-2dep .mbmenu {
	text-align: center;
}
#navigation > li .gnb-2dep .mbmenu a {
	color: #40e2f3;
	padding: 8px 0px;
	display: block;
	opacity: 0.7;
	font-size: 17px;
	filter: Alpha(opacity=70);
}
#navigation > li .gnb-2dep li {
	height: auto !important;
}
#navigation > li .gnb-2dep li > a {
	display: block;
	color: #fff;
	font-size: 17px;
	padding: 8px 20px;
	opacity: 0.7;
	filter: Alpha(opacity=70);
}
#navigation > li .gnb-2dep li.on > a {
	opacity: 1.0;
	filter: Alpha(opacity=100);
	font-weight: 500;
}
/* -------- Header :: 네비게이션 오픈 버튼 -------- */
.nav-open-btn {
	display: block;
	position: fixed;
	top: 32px;
	right: 2%;
	z-index: 9998;
	height: 34px;
	font-size: 0.6em;
	color: #fff;
	font-family: 'paybooc-Bold';
	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: 26px;
	height: 2px;
	background-color: #fff;
	margin: 4px auto;
	-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 font {
	display: block;
	margin-top: 15px;
}
#header.open .nav-open-btn .line, #header.fixed .nav-open-btn .line {
	background-color: #333333;
}
.nav-open-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4) {
	opacity: 0;
}
.nav-open-btn.active .line:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	-o-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
	background-color: #fff;
}
.nav-open-btn.active .line:nth-child(3) {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	-ms-transform: translateY(-6px) rotate(-45deg);
	-o-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
	background-color: #fff;
}
#header.open .nav-open-btn.active .line, #header.fixed .nav-open-btn.active .line {
	background-color: #fff;
}
#header.fixed .nav-open-btn font {
	color: #333333;
}
#header.fixed .nav-open-btn.active font {
	color: #fff;
}
/* ****************** FOOTER ********************** */
#footer {
	background-color: #FFF;
	border-top: 1px solid #dbdbdb
}
#footerInner {
	position: relative;
}
/* -------- FOOTER :: 하단 -------- */
#footerBottom {
	padding: 30px 0;
}
#footerBottom .clearfix {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 2%;
}
#footerBottom h1 {
	width: 10%;
}
#footerBottom h1 img {
	max-width: 100%;
}
.footer-address {
	width: 90%
}
.footer-address a {
	color: #000;
	font-size: 1.1em;
	display: inline-block;
	padding: 0 14px;
}
.footer-address p {
	color: #575757;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 15px;
}
.footer-address p.link-area {
	background: #dcdcdc;
	padding: 7px 7px;
	display: inline-block;
	margin-bottom: 15px;
}
.footer-address span {
	display: inline-block;
	margin: 0 14px
}
.footer-address strong {
	font-weight: 500;
	color: #333;
}
.footer-address .link {
	display: none;
}
.footer-copyright {
	font-size: 0.9em;
	margin: 0 14px;
	color: #969696;
}
.footer-link {
	width: 20%;
	color: #000;
}
.footer-link p {
	text-align: right;
}
.footer-link p strong {
	display: block;
	color: #d1563e;
	font-size: 1.6em;
	margin-top: 5px;
}
.to-top-btn {
	position: fixed;
	bottom: -100px;
	right: 1%;
	display: block;
	width: 44px;
	height: 64px;
	background-color: #404348;
	text-align: center;
	line-height: 64px;
	color: #fff;
	z-index: 8;
	opacity: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	filter: Alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.to-top-btn i {
	display: inline-block;
}
.to-top-btn.fixed {
	bottom: 15px;
	opacity: 1.0;
	filter: Alpha(opacity=100);
}
.to-top-btn:hover {
	color: #fff;
}
/* ****************** SUB LAYOUT ********************** */
/*  SUB LAYOUT :: 비주얼 */
#visual {
	position: relative;
	width: 100%;
	height: 533px;
	z-index: 1;
}
#visual .visual-img-con {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover !important;
}
#visual.sub-visual-company .visual-img-con {
	background: #fff url(../images/sub01.jpg) no-repeat center center;
}
#visual.sub-visual-service .visual-img-con {
	background: #fff url(../images/sub02.jpg) no-repeat center center;
}
#visual.sub-visual-intro .visual-img-con {
	background: #fff url(../images/sub03.jpg) no-repeat center center;
}
#visual.sub-visual-newsroom .visual-img-con {
	background: #fff url(../images/sub04.jpg) no-repeat center center;
}
#visual.sub-visual-academy .visual-img-con {
	background: #fff url(../images/sub05.jpg) no-repeat center center;
}
#visual.sub-visual-center .visual-img-con {
	background: #fff url(../images/sub06.jpg) no-repeat center center;
}
#visual.sub-visual-conference .visual-img-con {
	background: #fff url(../images/sub07.jpg) no-repeat center center;
}
#visual.sub-visual-seminar .visual-img-con {
	background: #fff url(../images/sub08.jpg) no-repeat center center;
}
#visual.sub-visual-awards .visual-img-con {
	background: #fff url(../images/sub09.jpg) no-repeat center center;
}
#visual .visual-txt-con {
	position: relative;
	z-index: 1;
	display: table;
	width: 100%;
	height: 100%;
	letter-spacing: -0.5px;
	color: #fff;
}
#visual .visual-tit {
	opacity: 0;
	filter: Alpha(opacity=0);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: opacity 1.0s, transform 1.0s;
	-moz-transition: opacity 1.0s, transform 1.0s;
	-o-transition: opacity 1.0s, transform 1.0s;
	-ms-transition: opacity 1.0s, transform 1.0s;
	transition: opacity 1.0s, transform 1.0s;
	font-weight: 600;
	font-size: 50px;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
	font-family: 'paybooc-Bold';
}
#visual.active .visual-tit {
	opacity: 1.0;
	filter: Alpha(opacity=100);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
#visual .table-cell-layout {
	padding-bottom: 10%;
	vertical-align: bottom;
}
.visual_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* SUB LAYOUT :: 서브메뉴 Fixed (공통) */
#middleArea {
	padding: 0px 0 150px 0
}
.content-tit {
	font-size: 45px;
	color: #000;
	text-align: center;
	position: relative;
	padding: 0 30px;
	margin: 0 auto 70px
}
.content-tit:after {
	display: block;
	content: "";
	margin: 0px auto 0;
}
.content-tit span {
	display: inline-block;
	position: relative;
	padding: 0 0px;
	z-index: 10;
	text-align: center;
}
.content-tit span em {
	position: relative;
	z-index: 10;
	padding: 0 20px;
}
.content-tit span:after {
	display: block;
	content: "";
	background: #efe8da;
	border-radius: 30px;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	z-index: 1;
}
#topMenuM02 {
	display: block;
	position: relative;
	height: 67px;
	width: 100%;
	max-width: 350px;
	text-align: left;
}
#topMenuM02 .side-menu-inner {
	height: 67px;
	padding: 0px;
}
#topMenuM02 .menu-location {
	position: relative;
}
#topMenuM02 .menu-location > .cur-location {
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 100%;
	height: 67px;
	padding: 0 30px;
	background-color: #d43636;
	color: #fff;
}
#topMenuM02 .menu-location > .cur-location .arrow {
	vertical-align: middle;
	font-size: 1em;
	color: #fff;
	margin-left: 10px;
}
#topMenuM02 .menu-location.open > .cur-location .arrow {
	transform: rotate(-180deg);
}
#topMenuM02 .menu-location .location-menu-con {
	display: none;
	position: absolute;
	top: 67px;
	left: 0px;
	width: 100%;
	border: 1px solid #ed5656;
	border-top: 0;
	padding: 10px 0;
	background-color: #ed5656;
	z-index: 11;
}
#topMenuM02 .menu-location.location1 .location-menu-con {
	width: calc(100% - 1px)
}
#topMenuM02 .menu-location .location-menu-con li a {
	display: block;
	padding: 7px 15px;
	font-size: 0.85em;
	;
	line-height: 1.5;
	word-break: keep-all;
	color: #fff;
}
#topMenuM02 .menu-location .location-menu-con li.on {
	position: relative;
}
#topMenuM02 .menu-location .location-menu-con li.on a {
	color: #d43636;
	font-weight: 500;
}
/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
#content {
	padding-top: 80px
}
ul.dot {
	text-align: left;
}
ul.dot li {
	position: relative;
	padding: 2px 0 2px 10px;
	line-height: 1.4em;
	color: #666666;
	word-break: keep-all;
}
ul.dot li:before {
	display: block;
	content: "·";
	position: absolute;
	left: 0;
	top: 3px;
}
ul.dot-bold li {
	position: relative;
	padding: 10px 0 10px 15px;
	line-height: 1.5em;
	word-break: keep-all;
}
ul.dot-bold li:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	width: 5px;
	height: 5px;
	background: #0083cb;
	border-radius: 50%;
}
/* ****************** MODAL LAYERPOPUP ********************** */
.popup-wrap {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	padding: 15px;
	z-index: 99999;
}
.popup {
	width: 100%;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	border-radius: 0px;
	overflow: hidden;
	background: #363b3e;
}
.popup-head {
	background: #d1563e;
	padding: 20px 35px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
}
.popup-body {
	background: #fff;
	padding: 20px;
}
.body-content.scroll {
	width: 100%;
	word-break: break-word;
	overflow-x: auto;
	min-height: 100px;
	max-height: 550px;
	padding: 20px;
	line-height: 1.4em;
}
.popup-foot {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
}
.pop-btn {
	color: #ffffff;
	cursor: pointer;
}
.pop-btn i {
	color: #fff;
}
