@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
html {font-family: 'Pretendard-Regular';}
body {
	background-color: #fff;
	position:relative;
	font-family: 'Pretendard-Regular';
}
.non {display:none;}


.orgchart {
	display: inline-block;
	min-height: 202px;
	min-width: 202px;
	/*background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(200, 0, 0, 0.15)), color-stop(10%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(200, 0, 0, 0.15)), color-stop(10%, rgba(0, 0, 0, 0)));*/
	/*background-image: -webkit-linear-gradient(left, rgba(200, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 10%), -webkit-linear-gradient(rgba(200, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 10%);*/
	/*background-image: -o-linear-gradient(left, rgba(200, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 10%), -o-linear-gradient(rgba(200, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 10%);*/
	/*background-image: linear-gradient(90deg, rgba(200, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 10%), linear-gradient(rgba(200, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 10%);*/
	/*background-size: 10px 10px;*/
	border: 1px dashed transparent;
	padding: 20px;
	padding-top:30px;
	background-image: none;
	width: 100%;
}

.orgchar.list2 {
	padding-top:80px;
}

.orgchart .hidden, .orgchart~.hidden {
	display: none;
}

.orgchart div,
.orgchart div::before,
.orgchart div::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.orgchart.b2t {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.orgchart.l2r {
	position: absolute;
	-ms-transform: rotate(-90deg) rotateY(180deg);
	-webkit-transform: rotate(-90deg) rotateY(180deg);
	transform: rotate(-90deg) rotateY(180deg);
	-ms-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.orgchart .verticalNodes ul {
	list-style: none;
	margin: 0;
	padding-left: 18px;
	text-align: left;
}

.orgchart .verticalNodes ul:first-child {
	margin-top: 3px;
}

.orgchart .verticalNodes>td::before {
	content: '';
	border: 1px solid rgba(217, 83, 79, 0.8);
}

.orgchart .verticalNodes>td>ul>li:first-child::before {
	top: -4px;
	height: 30px;
	width: calc(50% - 2px);
	border-width: 2px 0 0 2px;
}

.orgchart .verticalNodes ul>li {
	position: relative;
}

.orgchart .verticalNodes ul>li::before,
.orgchart .verticalNodes ul>li::after {
	content: '';
	position: absolute;
	left: -6px;
	border-color: rgba(217, 83, 79, 0.8);
	border-style: solid;
	border-width: 0 0 2px 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.orgchart .verticalNodes ul>li::before {
	top: -4px;
	height: 30px;
	width: 11px;
}

.orgchart .verticalNodes ul>li::after {
	top: 1px;
	height: 100%;
}

.orgchart .verticalNodes ul>li:first-child::after {
	top: 24px;
	width: 11px;
	border-width: 2px 0 0 2px;
}

.orgchart .verticalNodes ul>li:last-child::after {
	border-width: 2px 0 0;
}

.orgchart.r2l {
	position: absolute;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.orgchart>.spinner {
	font-size: 100px;
	margin-top: 30px;
	color: rgba(68, 157, 68, 0.8);
}

.orgchart table {
	border-spacing: 0;
	border-collapse: separate;
}

.orgchart>table:first-child{
	margin: 20px auto;
}

.orgchart td {
	text-align: center;
	vertical-align: top;
	padding: 0;
}

.orgchart tr.lines .topLine {
	border-top: 2px solid rgba(217, 83, 79, 0.8);
}

.orgchart tr.lines .rightLine {
	border-right: 1px solid rgba(217, 83, 79, 0.8);
	float: none;
	border-radius: 0;
}

.orgchart tr.lines .leftLine {
	border-left: 1px solid rgba(217, 83, 79, 0.8);
	float: none;
	border-radius: 0;
}

.orgchart tr.lines .downLine {
	background-color: rgba(217, 83, 79, 0.8);
	margin: 0 auto;
	height: 20px;
	width: 2px;
	float: none;
}

/* node styling */
.orgchart .node {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 3px;
	border: 2px dashed transparent;
	text-align: center;
	width: 250px;

	position: relative;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 41px;
}

.orgchart .node.first_node {
	left:3px;
}

.orgchart.l2r .node, .orgchart.r2l .node {
	width: 50px;
	height: 130px;
}

.orgchart .node>.hazy {
	opacity: 0.2;
}

.orgchart .node>.spinner {
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	vertical-align: middle;
	font-size: 30px;
	color: rgba(68, 157, 68, 0.8);
}

.orgchart .node:hover {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: default;
	z-index: 20;
}

.orgchart .node.focused {
	background-color: rgba(238, 217, 54, 0.5);
}

.orgchart .ghost-node {
	position: fixed;
	left: -10000px;
	top: -10000px;
}

.orgchart .ghost-node rect {
	fill: #ffffff;
	stroke: #bf0000;
}

.orgchart .node.allowedDrop {
	border-color: rgba(68, 157, 68, 0.9);
}

.orgchart .node .title {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: rgba(217, 83, 79, 0.8);
	color: #fff;
	border-radius: 4px 4px 0 0;
}

.orgchart.b2t .node .title {
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-ms-transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.orgchart.l2r .node .title {
	-ms-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
	-webkit-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
	transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
	-ms-transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	width: 120px;
}

.orgchart.r2l .node .title {
	-ms-transform: rotate(-90deg) translate(-40px, -40px);
	-webkit-transform: rotate(-90deg) translate(-40px, -40px);
	transform: rotate(-90deg) translate(-40px, -40px);
	-ms-transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	width: 120px;
}

.orgchart .node .title .symbol {
	float: left;
	margin-top: 4px;
	margin-left: 2px;
}

.orgchart .node .content {
	width: 100%;
	height: 20px;
	font-size: 11px;
	line-height: 18px;
	border: 1px solid rgba(217, 83, 79, 0.8);
	border-radius: 0 0 4px 4px;
	text-align: center;
	background-color: #fff;
	color: #333;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.orgchart.b2t .node .content {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform-origin: center top;
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

.orgchart.l2r .node .content {
	-ms-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
	-webkit-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
	transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
	-ms-transform-origin: top center;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	width: 120px;
}

.orgchart.r2l .node .content {
	-ms-transform: rotate(-90deg) translate(-40px, -40px);
	-webkit-transform: rotate(-90deg) translate(-40px, -40px);
	transform: rotate(-90deg) translate(-40px, -40px);
	-ms-transform-origin: top center;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	width: 120px;
}

.orgchart .node .edge {
	font-size: 15px;
	position: absolute;
	color: rgba(68, 157, 68, 0.5);
	cursor: default;
	-o-transition: .2s;
	transition: .2s;
	-webkit-transition: .2s;
}

.orgchart.noncollapsable .node .edge {
	display: none;
}

.orgchart .edge:hover {
	color: #449d44;
	cursor: pointer;
}

.orgchart .node .verticalEdge {
	width: calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	left: 5px;
}

.orgchart .node .topEdge {
	top: -4px;
}

.orgchart .node .bottomEdge {
	bottom: -4px;
}

.orgchart .node .horizontalEdge {
	width: 15px;
	height: calc(100% - 10px);
	height: -moz-calc(100% - 10px);
	top: 5px;
}

.orgchart .node .rightEdge {
	right: -4px;
}

.orgchart .node .leftEdge {
	left: -4px;
}

.orgchart .node .horizontalEdge::before {
	position: absolute;
	top: calc(50% - 7px);
	top: -moz-calc(50% - 7px);
}

.orgchart .node .rightEdge::before {
	right: 3px;
}

.orgchart .node .leftEdge::before {
	left: 3px;
}

.orgchart .node .toggleBtn {
	position: absolute;
	left: 5px;
	bottom: -2px;
	color: rgba(68, 157, 68, 0.6);
}

.orgchart .node .toggleBtn:hover {
	color: rgba(68, 157, 68, 0.8);
}

.oc-export-btn {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	color: #fff;
	background-color: #5cb85c;
	border: 1px solid transparent;
	border-color: #4cae4c;
	border-radius: 4px;
}

.oc-export-btn:hover,.oc-export-btn:focus,.oc-export-btn:active  {
	background-color: #449d44;
	border-color: #347a34;
}

.orgchart~.mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
}

.orgchart~.mask .spinner {
	position: absolute;
	top: calc(50% - 54px);
	left: calc(50% - 54px);
	color: rgba(255,255,255,0.8);
	font-size: 108px;
}

.orgchart .node {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	top: 0;
	left: 0;
}

.orgchart .slide-down {
	opacity: 0;
	top: 40px;
}

.orgchart.l2r .node.slide-down, .orgchart.r2l .node.slide-down {
	top: 130px;
}

.orgchart .slide-up {
	opacity: 0;
	top: -40px;
}

.orgchart.l2r .node.slide-up, .orgchart.r2l .node.slide-up {
	top: -130px;
}

.orgchart .slide-right {
	opacity: 0;
	left: 130px;
}

.orgchart.l2r .node.slide-right, .orgchart.r2l .node.slide-right {
	left: 40px;
}

.orgchart .slide-left {
	opacity: 0;
	left: -130px;
}

.orgchart.l2r .node.slide-left, .orgchart.r2l .node.slide-left {
	left: -40px;
}





/* Custom styles */

* {
	box-sizing: border-box;
}

ul {
	list-style: none;
	padding: 0;
}

body {
	color: #333333;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0;
}



.orgchart ul {
	display: flex;
	flex-direction: row;
}

.orgchart .prime-list > li {
	margin: auto;
}



.orgchart ul {
	position: relative;
}

.orgchart ul:not(.prime-list):before {
	content: "";
	position: absolute;
	top: -20px;
	left: 1px;
	width: 100%;
	height: 2px;
	background: #b3bec7;
}

.orgchart ul.one:not(.prime-list):before {
	display: none;
}

.node:not(.no-child):after {
	content: "";
	position: absolute;
	bottom: -23px;
	left: 117px;
	width: 2px;
	height: 25px;
	background: #b3bec7;
}
.node.first_node:not(.no-child):after{
	left:114px;
}
.sub-list .node:before {
	content: "";
	position: absolute;
	top: -22px;
	left: 117px;
	width: 2px;
	height: 25px;
	background: #b3bec7;
}

.orgchart .sub-list li {
	position: relative;
	padding:0px;
}

.orgchart .col_li {
	padding-right:30px !important;
}
.orgchart .col_li:last-child {
	padding-right:0px !important;
}

.orgchart .sub-list li:first-child:before,
.orgchart .sub-list li:last-child:before {
	content: "";
	position: absolute;
	top: -20px;
	width: 53%;
	height: 2px;
	background: #fff;
}
.orgchart.list2 .sub-list li:last-child:before {
	right:-18px;
}
.orgchart .col_li .sub-list li:first-child:before,
.orgchart .col_li .sub-list li:last-child:before,
.orgchart .col_li .col_ul li:first-child:before,
.orgchart .col_li .col_ul li:last-child:before{
	content:'';
	width:56%;
}
.orgchart .col_li .sub-list li:first-child:before,
.orgchart .col_li .col_ul li:first-child:before {
	left:-19px;
}

.orgchart .sub-list li:first-child:before {
	left:-35px;
}
.orgchart .sub-list li:last-child:before {
	right: -11px;
}

.orgchart .node.focused,
.orgchart .node:hover  {
	
}

.orgchart tr.lines .downLine {
	background: #b3bec7;
}

.orgchart tr.lines * {
	border-color: #b3bec7 !important;
}

.employee-card {
	font-size: 10px;
	background: #efefef;
	text-align: left;
	margin: 0;
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 4px 2px hsla(0, 0%, 80%, .3);
	box-shadow: 0 1px 4px 2px hsla(0, 0%, 80%, .3);
	border:1px solid#ddd;
	transition:.3s;
	z-index:1;
}
.employee-card:hover {transform:scale(1.2);}

.employee-card .department-info {
	background: #333;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 6px;
}
.employee-card .department-info.bg_pink {background:#f4516c;}
.employee-card .department-info.bg_blue {background:#36a3f6;}
.employee-card .department-info.bg_yel {background:#e6ae35;}
.employee-card .department-info.bg_gre {background:#38bda2;}
.employee-card .department-info.bg_pur {background:#5867de;}

.employee-card .department-info + div + div {background:#fff;}
.employee-card .department-info .name {
	text-align: center;
	font-size: 23px;
	color: #fff;
	font-weight: 600;
	-ms-flex: 1 1;
	flex: 1 1;
}


.employee-card .icon-user {
	width: 1em;
	padding-right: .2em;
	vertical-align: middle;
}

.employee-card .count {
	vertical-align: middle;
}

.employee-card .info-block {}

.employee-card .info-block .job-title {
	padding-bottom:2px;
	font-size: 16px;
	font-weight: 600;
	
}
.employee-card .info-block .job-title.c_pink {color:#f4516c;}
.employee-card .info-block .job-title.c_blue {color:#36a3f6;}
.employee-card .info-block .job-title.c_yel {color:#e6ae35;}
.employee-card .info-block .job-title.c_gre {color:#38bda2;}
.employee-card .info-block .job-title.c_pur {color:#5867de;}

.employee-card .info-block .personal-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: center;
	padding:10px;
}

.employee-card .info-block .profile-image {
	width: 60px;
	height: 60px;
	-o-object-fit: cover;
	object-fit: cover;
	border-bottom-right-radius: 4px;
	background:#999;
	border-radius:100%;
}

.employee-card .info-block .info-wrap {
	position:relative;
	padding: 0 0 0 20px;
	margin-left:20px;
}
.employee-card .info-block .info-wrap::before {
	content:'';
	position:absolute;
	left:0px;
	width:1px; 
	height:100%;
	background:#c9c5c5;
	
	
}


.employee-card .info-block .info-wrap .name:first-child {
	
}

.employee-card .info-block .name,
.employee-card .info-block .email {
	font-size: 15px;
	text-decoration:none;
	
}

.employee-card .info-block .name {
	font-weight: 600;
	padding-bottom:3px;
	color: #333;
}

.employee-card .info-block .email {
	color: #666;
}


.header {
	position:absolute;
	margin-top: 20px;
	padding: 0 20px;
	z-index:11;
}

.header .title {
	flex-shrink: 0;
	position: relative;
	padding-left: 13px;
	font-size: 48px;
	font-weight: 500;
	color:#000;
}

.header img{
	flex-grow: 0;
}



.job-title {
	font-size: 21px;
}

.role-wrap {
	height: 75px;
	padding: 10px 15px;
	background:#fff !important;
}
.role-wrap.height70 {
	height:70.6px;
}
.role-wrap.height104 {
	height:104.5px;
}
.marketing .role-wrap {
	height:90px;
}

.marketing .role-wrap.last-role {
	height:75px;
}
.role-wrap p {
	display: flex;
	align-items: flex-start;
	font-size: 13px;
	line-height: 1.3;
}

.role-wrap p:before {
	flex-shrink: 0;
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	margin-right: 8px;
	border-radius: 50%;
	transform: translateY(5px);
	background-color: #333;
}

.swiper-button-next, .swiper-button-prev {
	color:#222 !important;
}