@charset "utf-8";
.pcbr {
	display: none;
}
.tbbr {
	display: block;
}
.mbbr {
	display: block;
}
.dn {
	display: none;
}

.t_view {
	display: none !important;
}
.tm_view {
	display: none !important;
}
.m_view {
	display: none !important;
}

/**/
#contents {
	padding: 100px 0 0;
}

.innerWrap {
	width: 90%;
	margin: 0 auto;
}

/* work */
.workView {
	width: 90%;
	margin: 0 auto;
}
.workView .workInfo {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 60px 3% 80px;
	background: #3bc1a8;
}
.workView .workInfo .area {
	width: 100%;
	font-size: var(--fz-20);
	color: #f2fffe;
	line-height: 140%;
}
.workView .workInfo .area:nth-child(1) {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.workView .workInfo .area .title {
	width: 100%;
	font-size: var(--fz-36);
	color: #fff;
	font-weight: 600;
	line-height: 120%;
}
.workView .workInfo .area .durtation {
	position: absolute;
	left: 3%;
	bottom: 40px;
	width: 100%;
	font-size: var(--fz-17);
	font-weight: 400;
}

.m21 {
	overflow: hidden;
}
.m21 .section1 .secTit {
	padding: 50px 0;
}
.m21 .section1 .secTit h3 {
	font-family: "DIN2014";
	font-size: var(--fz-42);
	font-weight: 600;
}
.m21 .section1 .secTit h4 {
	font-size: var(--fz-22);
	color: #444;
	margin-top: 20px;
}
.m21 .section1 .con {
	padding: 50px 0;
	width: 90%;
	margin: 0 auto;
}
.m21 .section1 .con.con1 {
	background: #005b69;
}
.m21 .section1 .con.con2 {
	background: #0c7779;
}
.m21 .section1 .con.con3 {
	background: #249e94;
}
.m21 .section1 .con.con4 {
	background: #3bc1a8;
}
.m21 .section1 .con .innerWrap {
}
.m21 .section1 .con .innerWrap .conTit {
	width: 100%;
	font-family: "DIN2014";
	font-size: var(--fz-36);
	font-weight: 600;
	color: #fff;
}
.m21 .section1 .con .innerWrap .txts {
	width: 100%;
	margin-top: 40px;
}
.m21 .section1 .con .innerWrap .txts p {
	font-size: var(--fz-18);
	line-height: 1.4em;
	color: #f2fffe;
}
.m21 .section1 .con.con1 .txts ul {
	margin: 40px 0;
}
.m21 .section1 .con.con1 .txts ul li {
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.m21 .section1 .con.con1 .txts ul li .num {
	font-size: var(--fz-16);
	font-weight: 600;
	color: #f2fffe;
}
.m21 .section1 .con.con1 .txts ul li .tit {
	font-family: "DIN2014";
	font-size: var(--fz-27);
	color: #f2fffe;
	margin: 15px 0 10px;
}
.m21 .section1 .con.con1 .txts ul li .exp {
	font-size: var(--fz-15);
	line-height: 1.4em;
	color: #f2fffe;
}
.m21 .section1 .con.con2 .txts p + p {
	margin-top: 15px;
}

.m31 {
}
.m31 .section1 {
	padding: 50px 0 100px;
}
.m31 .section1 .innerWrap {
}
.m31 .section1 .innerWrap .conTit {
	width: 100%;
	font-family: "DIN2014";
	font-size: var(--fz-36);
	font-weight: 600;
}
.m31 .section1 .innerWrap .conWrap {
	width: 100%;
	margin-top: 40px;
}
.m31 .section1 .innerWrap .conWrap .con + .con {
	margin-top: 100px;
}
.m31 .section1 .innerWrap .conWrap .con .locateEN {
	font-family: "DIN2014";
	font-size: var(--fz-28);
	font-weight: 600;
}
.m31 .section1 .innerWrap .conWrap .con .locateKR {
	margin: 40px 0 10px;
	font-size: var(--fz-17);
	color: #444;
}
.m31 .section1 .innerWrap .conWrap .con .info {
}
.m31 .section1 .innerWrap .conWrap .con .info dl {
	display: flex;
}
.m31 .section1 .innerWrap .conWrap .con .info dl + dl {
	margin-top: 10px;
}
.m31 .section1 .innerWrap .conWrap .con .info dl dt {
	position: relative;
	padding-right: 22px;
	font-size: var(--fz-17);
	font-weight: 500;
}
.m31 .section1 .innerWrap .conWrap .con .info dl dt:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 7px;
	width: 2px;
	height: 12px;
	background: #cacaca;
}
.m31 .section1 .innerWrap .conWrap .con .info dl dd {
	font-size: var(--fz-17);
	color: #444;
}
.m31 .section1 .innerWrap .conWrap .con .map {
	margin-top: 40px;
}
.m31 .section1 .innerWrap .conWrap .con .map img {
	width: 100%;
}

.fade {
	opacity: 0;
	transition: all 1s;
}
.slideUp {
	opacity: 0;
	transform: translateY(40px);
	transition: all 1s;
}
.slideLeft {
	opacity: 0;
	transform: translateX(40px);
	transition: all 1s;
}
.delay0 {
	transition-delay: 0s;
}
.delay1 {
	transition-delay: 0.1s;
}
.delay2 {
	transition-delay: 0.2s;
}
.delay3 {
	transition-delay: 0.3s;
}
.delay4 {
	transition-delay: 0.4s;
}
.delay5 {
	transition-delay: 0.5s;
}
.delay6 {
	transition-delay: 0.6s;
}
.delay7 {
	transition-delay: 0.7s;
}

.slideUp.in-view {
	opacity: 1;
	transform: translateY(0);
}
.slideLeft.in-view {
	opacity: 1;
	transform: translateX(0);
}
.fade.in-view {
	opacity: 1;
}
