.ani {
	transition-property: all;
	transition-duration: .2s
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
	color: #333;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.01em;
	line-height: 1.75em;
	-moz-font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt';
	-webkit-font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt';
	font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt';

}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: unset;
}

.ani {
	transition-property: all;
	transition-duration: .4s
}

.wrap {
	min-height: calc(100vh - 250px);
}

div,
section {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

table {
	border-spacing: 0;
	width: 100%;
}

.square {
	width: 100%;
}

.square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.clear::after {
	clear: both;
	content: "";
	display: table;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}

.height-fixed {
	height: 1.2em;
	line-height: 1em;
	width: 200px;
	display: block;
}


nav {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 1000;
}

.navWrap {
	width: 100%;
	max-width: 1600px;
	display: grid;
	grid-template-columns: 200px 1fr 400px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	height: 150px;
	padding:0 20px;
}
.navWrap > div:nth-child(3){
	text-align: right;
}

.logo>img {
	height: 54px;
	width: auto;
}

.menu>ul>li>ul {
	position: absolute;
	background: #fff;
	left: -15px;
	padding: 15px;
	width: 180px;
	display: none;
}

.menu>ul>li {
	display: inline-block;
	position: relative;
}

.menu>ul>li>a {
	font-weight: 800;
	font-size: 20px;
	width: 150px;
	display: block;
}

.menu>ul>li:hover > a {
	color: #655dc6;
}
.menu>ul>li>ul>li {
    padding: 6px 0;
}
.menu>ul>li>ul>li a:hover{
	
	color: #3a8dde;
}
a.tel {
	font-size: 26px;
	font-weight: 900;
	margin-right: 60px;
}

.tel i {
	font-weight: 100;
	background: #191919;
	color: #fff;
	border-radius: 50%;
	padding: 3px;
	vertical-align: -2px;
	margin-right: 5px;
	margin-left: 5px;
}

.menuBtn {
	font-size: 32px;
	vertical-align: -4px;
}

.idx01 {
	width: 100%;
	height: calc(100vh - 150px);
	position: absolute;
	top: 150px;
}

.idex01-img {
	width:100%;
	height: 100%;
	background-size: cover;
	background-position: center bottom;
	position: absolute;
	right: 0;
}

.IndexMainTextGroup {
	position: absolute;
	top: 50%;
	left: 130px;
	transform: translateY(-50%);
}

.IndexMainTextGroup>h3 {
	font-size: 76px;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-weight: 500;
	text-shadow: 0 0 3px BLACK;
}

.IndexMainTextGroup>h3>strong {
	font-weight: 900;
	color: #ffffff;
}

.IndexMainTextGroup div {
	font-size: 21px;
	line-height: 1.5em;
	margin-top: 23px;
	color: #fff;
	text-shadow: 0 0 3px BLACK;
	background: #0000004a;
	/* background: #333; */
	padding: 36px;
}

.idx02 {
	background-color: #ffffff;
	height: calc(100vh - 150px);
	background-image: url(/assets/img/dotbg.png?v=1);
	background-size: cover;
	margin-top: 100vh;
	background-repeat: no-repeat;
	position: relative;
	background-position: 0 0;
}

.idex01-img.on {
	width: 100%;
}

.IndexMainTextGroup.on {
	left: calc(50% - 800px);
}

.center {
	position: absolute;
	left: 50%;
	width: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 1900px;
}

 h1 {
	color: #655dc6;
	font-size: 74px;
	text-align: center;
	line-height: 1em;
	margin-bottom: 100px;
}

.idxIconText {

color: #191919;

font-size: 32px;

font-weight: 700;
}

.iconsWrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	width: 100%;
	text-align: center;
	grid-gap: 30px;
}

.iconsWrap>a {
	display: block;
}

.iconsWrap>a img {
	width: 120px;
	height: auto;
}

.iconsWrap>a:hover div {
	color: #38cbcc;
}

.business {
	position: relative;
	display: grid;
	grid-template-columns: 50% 50%;
}

.business .item {
	height: calc(100vh - 100px);
	max-height: 1000px;
	display: block
}

.business .item>div:nth-child(2) {
	background-position: center center;
	background-size: cover;
	opacity: .33;
}

/* .business .item > div:nth-child(2) > div{

} */
.business .item>div:nth-child(1) {
	background-color: #031324;
	/* padding: 100px; */
	height: 100%;
}

.business .item>div:nth-child(1) h3 {
	color: #fff;
	padding: 0;
	line-height: 1em;
	margin: 0;
	font-size: 120px;
	text-align: right;
}

.business .item>div:nth-child(1) span {
	padding: 0.5em 1em 0.45em;
	background: linear-gradient(to left, #655dc6, #655dc600);
	color: #fff;
	font-weight: 600;
	font-size: 32px;
	display: block;
	margin-top: 40px;
	text-align: right;
}

.business .item>div {
	position: relative;
}

.business .item>div:nth-child(1)>div {
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translateY(-50%);
	width: calc(100% - 200px);
}

button.owl-dot {
	width: 9px;
	height: 9px;
	border-radius: 5px;
	margin: 0 4px;
	background-color: #afe2e3 !important;
}

button.owl-dot.active {
	background-color: #655dc6 !important;
	width: 30px;
}

.owl-dots {
	text-align: center;
	width: 300px;
	margin: 0 auto;
	position: absolute !important;
	bottom: 30px;
	right: 0%
}


.btns3 {
	height: calc(100vh - 300px);
	max-height: 800px;
	background-color: #3c4046;
	display: grid;
	grid-template-columns: 1fr 1fr;


}

.idxSecBox {
	text-align: center;
	padding: 40px 0 200px;

}

.idxSecBox h2 {
	font-size: 74px;
	margin: 1.5em auto 0.2em;
	line-height: 1em;
	position: relative;
	display: inline-block;
}

.idxSecBox h2::after {
	position: absolute;
	background: #ddd;
	height: 1px;
	left: calc(100% + 25px);
	top: calc(50% - 2px);
	width: 500px;
	content: "";

}

.idxSecBox h2::before {
	position: absolute;
	background: #ddd;
	height: 1px;
	right: calc(100% + 25px);
	top: calc(50% - 2px);
	width: 500px;
	content: "";
}

.idxSecBox h2+div {
	margin-bottom: 40px;
}

.btns3 .inBox {
	position: relative;
}

.btns3 .inBox>div {
	top: 50%;
	width: 100%;
	position: absolute;
	transform: translateY(-50%);
}

.btns3 div {
	display: block;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.btns3 div h3 {
	font-size: 46px;
	font-weight: 800;
	color: #e6e6e6;
	text-align: center;
	line-height: 46px;
}

.btns3 div {
	text-align: center;
	color: #e6e6e6;
	padding: 1em 0;
}

.btns3 div>a {
	border: 1px solid #e6e6e6;
	color: #e6e6e6;
	font-size: 13px;
	padding: 7px 25px;
	border-radius: 30px;
	margin-top: 20px;
	display: inline-block;
}

.btns3 div>a:hover {
	border: 1px solid #e6e6e6;
	color: #191919;
	background-color: #e6e6e6;
	;

}

footer {
	font-size: 14px;
	background-color: #111;
	color: #e6e6e6;
	height: 250px;
	overflow: hidden;
}

footer>div {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 30px;
	font-weight: 300;
	color: #888;
	line-height: 175%;
	padding: 40px 0;
}

.ftLogo img {
	height: 30px;
	width: auto;
	opacity: .5;
	margin-bottom: 10px;
}

footer>.link {
	width: 100%;
	max-width: 100%;
	padding: 0;
	border-bottom: 1px solid #ffffff22;
}

footer>.link>div {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	height: 72px;
}

footer>.link>div>div {
	float: left;
}

footer>.link>div>div:last-child {
	float: right;
}

footer>.link>div>div:last-child span {
	margin-right: 40px;
}

footer>.link>div>div>a {
	line-height: 72px;
	color: #aaa;
	font-weight: 400;
	font-size: 15px;
	display: inline-block;
	margin-right: 40px;
}

.subTitleBg h5 {
	position: absolute;
	bottom: 50px;
	left: 240px;
	font-size: 100px;
	color: #fff;
}
.subTitleBg h5 > span {
    display: block;
    color: #000;
    text-shadow: none;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 16px;
}
.subTitleBg {
	width: 100%;
	max-width: 1920px;
	height: 530px;
	margin: 0 auto;
	position: relative;
}

.subTitleBg h4 {
	position: absolute;
	left: 120px;
	bottom: -60px;
	font-size: 120px;
	color: #00000022;
	padding: 0;
	margin: 0;
	line-height: 1em;
}

.subTitleBg h4 span:nth-child(1) {
	color: #655dc6;
}

.subTitleBg h4 span:nth-child(2) {
	color: #afe2e3;
}

.subTitleBg h4 span:nth-child(3) {
	color: #3a8dde;
}

/* .subTitleBg h4::before{
    content: "";
    position: absolute;
    left: 0px;
    width: calc(100% + -100px);
    height: 16px;
    bottom: -17px;
    background-color: #3a8dde77;
} */

.au-intro {
	height: 900px;
	width: 100%;
	max-height: calc(100vh - 150px);
	padding-top: 320px;
	position: relative;
}

.au-intro>.main-copy {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.au-intro>.main-copy h4 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #000;
	font-size: 40px;
	font-weight: 800;
}

.au-intro>.main-copy h5 {
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	color: #fff;
	font-size: 90px;
	font-weight: 800;
}

.indTxt {
	background: #2c2c35;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: calc(100% - 100px);
	left: 50%;
	color: #fff;
	transform: translateX(-50%);
	padding: 132px 250px 80px;
}

.indTxt::before {
	content: "The way we treat things";
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 28px;
	padding: 16px 14px;
	background-color: #000;
}

.indTxt h5 {
	font-size: 36px;
	font-weight: 800;

}

.indTxt p {
	font-size: 22px;
	line-height: 1.44;
}

.aboutCompany {
	width: 100%;
	max-width: 1200px;
	margin: 430px auto 150px;
}

.subcont h3 {

	font-size: 32px;

	font-weight: 900;
}

.subcont h4 {

	font-size: 28px;

	font-weight: 900;

	margin-top: 47px;
}

.subcont p {

	font-size: 22px;

	line-height: 165%;

	font-weight: 400;

}



.subcont {
	width: 100%;
	max-width: 1440px;
	padding: 20px;
	margin: 0 auto;
}

.subcont h3 {
	font-size: 40px;
	font-weight: 800;
	color: #3c4046;
}

.subcont h4 {
	font-size: 32px;
	font-weight: 800;
	margin-top: 80px;
	color: #3c4046;
}

.subcont .h3sub,
.subcont p {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.65em;

	color: #3c4046;
}
.h3sub{
	text-align: center;
}
.aboutus-dis {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 130px;
}

.aboutusImg {
	height: calc(100% - 100px);
	margin-top: 80px;
	border-radius: 20px;
	min-height: 320px;
}
.aboutusImgSlim {
	height: 159px;
	margin-top: 80px;
	border-radius: 20px;
}
.aboutusImg::after{
	content: "";
	display: block;
	padding-bottom: 100%;
}

.aboutus-dis img {
	width: 100%;
	margin-top: 60px;
}

.signatureColor {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 100px;
	grid-gap: 50px;
}

.signatureColor>div>div:first-child {
	height: 20px;
}

.history {

	position: relative;
}

.history>div {
	width: 50%;
	float: left;
	position: relative;
}

.history>div>h5 {
	font-size: 26px;
	padding: 40px 0 20px
}

.history>div:nth-child(even) {
	margin-top: 100px;
	padding-left: 100px;
}

.history>div:nth-child(odd) {
	text-align: right;
	padding-right: 100px;
}

.history::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	left: 50%;
	top: 0;
	background-color: #000;
}

.history>div:nth-child(odd) h5::after {
	content: "";
	width: 80px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 55px;
	left: calc(100% - 80px);
}

.history>div:nth-child(even) h5::after {
	content: "";
	width: 80px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 55px;
	right: calc(100% - 80px);
}

.history>div:nth-child(even)>h5,
.history>div:nth-child(even)>div {
	text-align: left;
}


.coreValueImg {
	width: 50%;
	height: auto;
	display: block;
	margin: 50px auto 0;

}

.coreValueCont>div>h5 {
	font-size: 32px;
	font-weight: 800;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	text-align: left;
}

.coreValueCont>div>div {
	font-size: 24px;
	font-weight: 300;
	line-height: 174%;
	text-align: left;
}

.map {
	position: relative;
	z-index: 0;
}

.map::after {
	content: "";
	position: absolute;
	background-color: #00000000;
	width: calc(100% - 40px);
	height: calc(100% - 32px);
	left: 0;
	top: 0;
	z-index: 1;
}

.mapInfoBox {
	background: linear-gradient(to right, #655DC6, #3A8DDE, #AFE2E3);
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 1.6em;
	padding: 50px 0;
	border-radius: 10px;
	margin-top: -125px;
	position: relative;
	z-index: 1;
	box-shadow: 15px 15px 25px 0 #0d477f57;
}

.mapInfoBox>div:nth-child(2) {
	font-size: 20px;
}

.mapInfoBox>div:nth-child(2)>span {
	color: lime
}

.mapInfoBox>div a {
	display: inline-block;
	font-size: 16px;
	border: 1px solid #fff;
	color: #fff;
	padding: 4px 30px;
	margin-top: 30px;
	border-radius: 30px;
	;
}

.mapInfoBox>div a img {
	height: 20px;
	width: 20px;
	background-color: #fff;
	vertical-align: -4px;
	border-radius: 31.4%;
	margin-right: 10px;
}

.videoContainer video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.videoContainer {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.businessTxt {
	text-align: left;
}

.businessTxt span {
	font-size: 20px;
	color: #aaa;
	margin-top: 8px;
	display: block;
}

.businessTxt p {
	margin-top: 10px;
}

.bannerList {
    display: grid;
    grid-gap: 25px;
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-top: 50px;
}

.bannerList a {
	display: block;
	padding: 10px 30px;
	border: 1px solid #eee;
}

.bannerList img {
	width: 100%;
	display: block;
}

.bannerH3 {
	margin-top: 100px;
}

.menu>ul>li:hover ul {
	display: block;

}



.mo-menu-wrap{
	display: block;
	position: fixed;
	background-color: #fff;
	width:100vw;
	height:100vh;
	left:0;
	top:0;
	opacity: 1;
	z-index: 10000;
	display: none;
	overflow: auto;
}

.mo-menu-list{
	display: grid;
	grid-template-columns: 30% 1fr;
	margin:30px ;
	border-bottom:1px solid rgba(0 0 0 / .07);
	padding-bottom: 30px;
}
.mo-menu-list a{
	display: block;
}
.mo-menu-list > a {
	font-weight: 800;
	font-size:24px;
	color:#333;
}

.mo-menu-list > ul > li > a{
	font-size:20px;
	color:#333;
	padding:10px 0;
	display: block;

}

.mo-menu-wrap .mo-menu{
	position: static;
	transform: none;
	padding:20px;
	font-size:32px;
}
.mo-menu-wrap .mo-close i,
.mo-menu-wrap .mo-close{

	color:#333;
}
.mo-menu-wrap > div:first-child{
	text-align:right;
	padding: 50px 0px 0 0;
}
.mo-menu-wrap > div:last-child{
	width:100%;
	max-width: 1000px;
	margin:0 auto;
}
.heightControl{
	height:100px;
}
.mo{
	display: none;
}


.btns2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;	
	max-width:1600px;
	width:100%;
	margin:0 auto;
	padding:40px;
}
.btns2 > a{
	display: block;
	background-color: crimson;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.btns2 > a > div{
	position: absolute;
	bottom:0;
	width:100%;
	background-color: #191919db;
	color:#e6e6e6;
	font-weight: 600;
	font-size:24px;
	padding:24px 30px;
}

.btns3{
	height:500px;
	background-color: #3c4046;
	display: grid;
	grid-template-columns: 1fr 1fr;
	

}
.btns3 .inBox{
	position: relative;
}
.btns3 .inBox > div{
	top:50%;
	width:100%;
	position: absolute;
	transform: translateY(-50%);
}
.btns3 div{
	display: block;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.btns3 div h3{
	font-size:46px;
	font-weight: 800;
	color:#e6e6e6;
	text-align: center;
	line-height: 46px;
}
.btns3 div {
	text-align: center;
	color:#e6e6e6;
	padding:1em 0;
}

.btns3 div > a{
    border: 1px solid #e6e6e6;
    color: #e6e6e6;
    font-size: 13px;
    padding: 7px 25px;
    border-radius: 30px;
    margin-top: 20px;
    display: inline-block;
}
.btns3 div > a:hover{
    border: 1px solid #e6e6e6;
    color: #191919;
	background-color: #e6e6e6;;

}

.darknessBg {
    background: #eef1fb;
    color: #e6e6e6;
    padding:200px 0;
}
.darkTxt{
	color: #655dc6;
}
.idxSecBox .core-value{
    margin-top:0;
}
.idxSecBox h2+div {
    margin-top: 40px;
    font-size: 24px;
    line-height: 175%;
}
.subcont .about-us-h4{
	margin:0;
	text-align: left;
}