.pb200 {
    padding-bottom: 200px;
}

.company .visual {
    position: relative;
    min-height: 95vh;
    justify-content: center;
}
.company .visual:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    z-index: 1;
}
.company .visual .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.company .visual .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company .visual .box {
    position: relative;
    z-index: 2;
}
.company .visual .box img {
    width: 300px;
}
.company .visual .box h2 {
    font-size: 100px;
    color: var(--white);
    margin-top: 20px;
}
.company .intro {
    z-index: 2;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.company .hidden {
    visibility: hidden;
    opacity: 0;
}
.company .box2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.company .box2 .inner {
    max-width: 1092px;
    gap: 100px;
}
.company .box2 .item {
    gap: 80px;
}
.company .box2 .item .count {
    width: 300px;
    text-align: center;
    gap: 15px;
    box-sizing: border-box;
}
.company .box2 .item .count strong {
    font-size: 120px;
}
.company .box2 .item .count span {
    font-size: 80px;
}
.company .box2 .item .txt {
    flex: 1;
}
.company .box2 .item .txt h3 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.company .box2 .item .txt p {
    font-size: 24px;
    line-height: 1.4;
    word-break: keep-all;
    text-transform: uppercase;
}
.company .box2 .item:last-child .count {
    justify-content: end;
}
.company .box2 .item:last-child .txt p {
    max-width: 532px;
}



.ceo {
    padding-top: 82px;
}
.ceo .title_bg {
    text-align: center;
    padding-top: 2vw;
    box-sizing: border-box;
}
.ceo .title_bg .sticky {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
}
.ceo .title_bg h2 {
    color: var(--white);
    font-size: 80px;
    line-height: 1.2;
    height: 100%;
    text-transform: uppercase;
    padding-bottom: 40px;
    z-index: 1;
    box-sizing: border-box;
}
.ceo .title_bg .img_box {
    position: relative;
    width: auto;
    margin-top: 25%;
    overflow: hidden;
    opacity: 0;
    animation: fadeInKv 1.3s 1s forwards;
    z-index: -1;
}
@keyframes fadeInKv {
    0% {
        opacity: 0;
        transform: translateY(30%) scale(.8)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}
.ceo .title_bg .bg {
    width: 80%;
}
.ceo .title_bg .img {
    max-width: 100%;
    height: 25vw;
    text-align: center;
    margin: 0 auto;
}
.ceo .title_bg .img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.ceo .inner {
    max-width: 1560px;
}
.ceo h3 {
    font-size: 50px;
    padding: 100px 0;
    line-height: 1.2;
    box-sizing: border-box;
}
.ceo .box {
    padding-top: 100px;
    gap: 80px;
}
.ceo .box .thumb {
    flex: 1;
    width: 100%;
    text-align: right;
}
.ceo .box .txt {
    width: 875px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    gap: 30px;
}



.vision {
    overflow: hidden;
}
.vision .inner {
    gap: 100px;
}
.vision .circleWrap {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}
.vision .circleWrap ul {
	justify-content: center;
	margin: 0 auto 25px;
}
.vision .circleWrap ul li {
	position: relative;
	margin: 0 -1.5%;
	width: 33.333%;
}
.vision .circleWrap ul li h3 {
	position: absoLute;
	left: 50%;
	right: 0;
	top: 50%;
	font-size: 30px;
	font-weight: 600;
	color: var(--white);
	line-height: 1.25;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.vision .circleWrap ul li svg path {
	stroke-dasharray: 610;
	stroke-dashoffset: 610px;
}
.vision .circleWrap ul li.aos-animate svg path {
	animation: stroke_ani 1.3s ease-in forwards;
	-webkit-animation: stroke_ani 1.3s ease-in forwards;
}
.vision .circleWrap ul li:nth-child(1) svg path {
	animation-delay: 0.25s;
}
.vision .circleWrap ul li:nth-child(2) svg path {
	animation-delay: 0.5s;
}
.vision .circleWrap ul li:nth-child(3) svg path {
	animation-delay: 0.75s;
}
.vision .circleWrap .line.before {
	content: '';
	position: absolute;
	right: -3%;
	top: 50%;
	width: 100%;
	height: 1px;
	transform: translate(-100%,-50%);
	background-color:var(--white);
}
.vision .circleWrap .line.before:before {
	content: '';
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	width: 100%;
	height: 10px;
	background-color: var(--black);
	transform: translateY(-50%);
	transition: all 0.5s;
}
.vision .circleWrap .line.after {
	content: '';
	position: absolute;
	left: -3%;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: var(--white);
	transform: translate(100%,-50%);
}
.vision .circleWrap .line.after:before {
	content: '';
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	width: 100%;
	height: 10px;
	background-color: var(--black);
	transform: translateY(-50%);
	transition: all 1.5s;
	transition-delay: 1.5s;
}
.vision .circleWrap.aos-animate .line.after:before {
	width: 0;
}
.vision .circleWrap.aos-animate .line.before:before {
	width: 0;
}
@keyframes stroke_ani {
    0% {stroke-dashoffset: 610px;}
    100% {stroke-dashoffset: 0;}
}
.vision .txt_box {
    gap: 100px;
}
.vision .txt_box > div {
    gap: 20px;
    font-size: 20px;
}
.vision .txt_box > div h4 {
    font-size: 40px;
}


.location .inner {
    gap: 100px;
}
.location .box {
    gap: 50px 60px;
}
.location .map {
    opacity: .9;
    width: 70%;
    max-width: 710px;
}
.location .map .root_daum_roughmap {
    width: 100%;
}
.location .map .root_daum_roughmap .wrap_map {
    height: 375px;
}
.location .map .root_daum_roughmap .cont {
    display: none!important;
}
.location .info {
    flex: 1;
    gap: 40px;
}
.location .info > div {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}
.location .info > div p {
    color: #9C9C9C;
}




@media screen and (max-width: 1450px) {
    .company .visual .box h2 {
        font-size: 80px;
    }

    .ceo .title_bg h2 {
        font-size: 60px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 1280px) {
    .company .intro {
        font-size: 20px;
    }

    .ceo .title_bg h2 {
        font-size: 48px;
    }
    .ceo h3 {
        font-size: 38px;
        padding: 70px 0;
    }
    .ceo .box {
        padding-top: 70px;
        gap: 60px;
    }
    .ceo .box .txt {
        flex: 3;
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .company .visual .box img {
        width: 215px;
    }
    .company .visual .box h2 {
        font-size: 54px;
    }

    .company .box2 .item {
        gap: 25px;
    }
    .company .box2 .item .count {
        width: 170px;
    }
    .company .box2 .item .count strong {
        font-size: 60px;
    }
    .company .box2 .item .count span {
        font-size: 50px;
    }
    .company .box2 .item .txt h3 {
        font-size: 32px;
    }
    .company .box2 .item .txt p {
        font-size: 20px;
    }


    .pb200 {
        padding-bottom: 100px;
    }
    .ceo .title_bg h2 {
        font-size: 34px;
    }
    .ceo .title_bg .img_box {
        margin-top: 50%;
    }
    .ceo h3 {
        font-size: 28px;
        padding: 50px 0;
    }
    .ceo .box {
        padding-top: 50px;
        gap: 30px;
    }


    .vision .inner {
        gap: 70px;
    }
    .vision .circleWrap ul li h3 {
        font-size: 24px;
    }
    .vision .txt_box > div {
        font-size: 16px;
    }
    .vision .txt_box > div h4 {
        font-size: 30px;
    }


    .location .inner {
        gap: 70px;
    }
    .location .box {
        gap: 30px;
    }
    .location .map {
        max-width: 615px;
    }
    .location .map .root_daum_roughmap {
        width: 100%;
    }
    .location .info {
        gap: 30px;
    }
    .location .info > div {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .company .visual .box img {
        width: 135px;
    }
    .company .visual .box h2 {
        font-size: 30px;
        margin-top: 10px;
    }
    
    .company .intro {
        font-size: 14px;
    }
    .company .box2 .inner {
        gap: 40px;
    }
    .company .box2 .item {
        gap: 20px;
    }
    .company .box2 .item .count {
        flex: none;
        order: 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
        justify-content: center;
    }
    .company .box2 .item:last-child .count {
        justify-content: center;
    }
    .company .box2 .item:last-child .txt p {
        max-width: 100%;
    }
    .company .box2 .item .count strong {
        font-size: 36px;
    }
    .company .box2 .item .count span {
        font-size: 26px;
    }
    .company .box2 .item .txt {
        order: 1;
        max-width: 100%;
        text-align: center;
    }
    .company .box2 .item .txt h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .company .box2 .item .txt p {
        font-size: 16px;
    }


    .ceo .title_bg h2 {
        font-size: 26px;
    }
    .ceo .title_bg .sticky {
        top: 20%;
    }
    .ceo .title_bg .img_box {
        margin-top: 10%;
    }
    .ceo .title_bg .img {
        position: relative;
        height: 60vw;
        overflow: hidden;
    }
    .ceo .title_bg .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: auto;
        height: 100%;
    }
    .ceo h3 {
        font-size: 22px;
    }
    .ceo .box .thumb {
        flex: none;
        text-align: center;
    }
    .ceo .box .txt {
        font-size: 16px;
    }


    .vision .inner {
        gap: 50px;
    }
    .vision .circleWrap ul li h3 {
        font-size: 20px;
    }
    .vision .txt_box {
        gap: 50px;
    }
    .vision .txt_box > div h4 {
        font-size: 26px;
    }


    .location .inner {
        gap: 50px;
    }
    .location .map {
        width: 100%;
        max-width: 100%;
    }
    .location .map .root_daum_roughmap .wrap_map {
        height: 310px;
    }
    .location .info > div {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .vision .circleWrap ul li h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 380px) {
}