.company .sub_tit {
	height: auto;
	background: url("../images/company_bg3.png")no-repeat calc(100% - 120px) 50% / auto 550px;
}

.company .sub_tit .box {
	max-width: 880px;
	padding: 40px 0;
	background: linear-gradient(270deg, rgba(244, 246, 248, 0.00) -52.5%, #FFF 14.54%);
	box-sizing: border-box;
}
.company .sub_tit .tit {
	margin-top: 0!important;
}
.company .sub_tit .tit h2 {
	margin-bottom: 60px;
	line-height: 1;
}
.company .sub_tit .tit p {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
}
.company .sub_tit .txt {
	font-family: 'SUIT';
	font-size: 20px;
	word-break: keep-all;
}
.company .sub_tit .txt strong {
	font-size: 36px;
	text-decoration: underline;
}
.company .sub_tit .txt .sign {
	text-align: right;
	padding-right: 195px;
	margin-top: 5px;
	box-sizing: border-box;
}
.company .sub_tit .txt .sign span {
	font-family: 'THEFACESHOP INKLIPQUID';
	font-size: 48px;
}

/* 2st */

.company .sub_tit2 {
	height: auto;
	background: url("../images/company_bg2.png")no-repeat calc(100% - 120px) 50% / auto 550px;
}
.company .sub_tit2 .box {
	max-width: 880px;
	padding: 40px 0;
	background: linear-gradient(270deg, rgba(244, 246, 248, 0.00) -52.5%, #FFF 14.54%);
	box-sizing: border-box;
}
.company .sub_tit2 .tit {
	margin-top: 0!important;
}
.company .sub_tit2 .tit h2 {
	margin-bottom: 60px;
	line-height: 1;
}
.company .sub_tit2 .tit p {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
}
.company .sub_tit2 .txt {
	font-family: 'SUIT';
	font-size: 20px;
	word-break: keep-all;
}
.company .sub_tit2 .txt strong {
	font-size: 36px;
	text-decoration: underline;
}
.company .sub_tit2 .txt .sign {
	text-align: right;
	padding-right: 195px;
	margin-top: 5px;
	box-sizing: border-box;
}
.company .sub_tit2 .txt .sign span {
	font-family: 'THEFACESHOP INKLIPQUID';
	font-size: 48px;
}
/* end */

.company .sec01 .talk .item {
	position: relative;
	padding-top: 40px;
	box-sizing: border-box;
}
.company .sec01 .talk .item:before {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	width: 160px;
	height: 160px;
}
.company .sec01 .talk .left {
	padding-left: 100px;
}
.company .sec01 .talk .left:before {
	left: 0;
	background: url("../images/company_img1.png")no-repeat 50% 50% / 100%;
}
.company .sec01 .talk .right {
	padding-right: 100px;
	margin-top: 40px;
}
.company .sec01 .talk .right:before {
	right: 0;
	background: url("../images/company_img2.png")no-repeat 50% 50% / 100%;
}
.company .sec01 .talk .item .txt {
	background: var(--base2);
	padding: 60px;
	box-sizing: border-box;
}
.company .sec01 .talk .left .txt {
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	border-radius: 0px 100px 100px 100px;
}
.company .sec01 .talk .right .txt {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
	border-radius: 100px 0 100px 100px;
	margin-left: 240px;
}



.company .sec02 .inner {
	gap: 80px;
}
.company .sec02 .thumb {
	width: 450px;
	height: 450px;
}
.company .sec02 .thumb img {
	width: 100%;
}
.company .sec02 .txt {
	flex: 1;
	width: 100%;
	font-size: 96px;
	font-weight: 300;
	line-height: 1.2;
}
.company .sec02 .txt strong {
	font-weight: 700;
}



.company .sec03 .grid {
    gap: 50px;
}
.company .sec03 .grid > div {
    position: relative;
    width: calc(33.333% - 34px);
	box-sizing: border-box;
}
.company .sec03 .grid > div .box {
	position: relative;
}
.company .sec03 .grid > div .box .front, 
.company .sec03 .grid > div .box .backend {
  z-index: 1;
  min-height: 150px;
  border-radius: inherit;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
       -o-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: inherit;
          perspective: inherit;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
     -moz-transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
          transition: transform 0.8s cubic-bezier(0.5,0.2,0.2,0.8);
		  border-radius: 10px;
	background: #F4F6F8;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-sizing: border-box;
}
.company .sec03 .grid > div .box .front {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	padding: 60px;
  -webkit-transform: rotateY(0deg);
     -moz-transform: rotateY(0deg);
       -o-transform: rotateY(0deg);
          transform: rotateY(0deg);
	box-sizing: border-box;
}
.company .sec03 .grid > div .box .front .thumb img {
	width: 100%;
}
.company .sec03 .grid > div .box .front h4 {
	word-break: keep-all;
}
.company .sec03 .grid > div .box:hover .front {
  -webkit-transform: rotateY(-180deg);
     -moz-transform: rotateY(-180deg);
       -o-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
     -moz-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
          transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
}
.company .sec03 .grid > div .box .backend {
  word-break: keep-all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
       -o-transform: rotateY(180deg);
          transform: rotateY(180deg);

}
.company .sec03 .grid > div .box .backend .bar {
    margin: 0 -10px;
    width: calc(100% - -20px);
	padding: 50px 0;
	line-height: 1.4;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
	box-sizing: border-box;
}
.company .sec03 .grid > div .box .backend .bar p {
	font-weight: 300;
	margin-bottom: 20px;
}
.company .sec03 .grid > div .box .backend .bar strong {
	font-size: 24px;
	font-weight: 500;
}
.company .sec03 .grid > div .box:hover .backend {
  -webkit-transform: rotateY(0);
     -moz-transform: rotateY(0);
       -o-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
     -moz-transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
          transition: transform 1.5s cubic-bezier(0.3,1,0.6,1);
}



.company .sec04 .title {
	margin-bottom: 40px;
}
.company .sec04 .tabs .swiper-wrapper {
	gap: 10px;
	flex-wrap: wrap;
}
.company .sec04 .tabs .swiper-slide {
	width: calc(14.444% - 11px);
}
.company .sec04 .tabs .swiper-slide button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 64px;
	border-radius: 10px;
	background: var(--gray);
	font-size: 24px;
	word-break: keep-all;
	box-sizing: border-box;
}
.company .sec04 .tabs .swiper-slide button.active {
	background: var(--key-color);
	color: var(--white);
}
.company .sec04 .tab_cont {
	margin-top: 20px;
}
.company .sec04 .tab_cont > div {
	height: 0;
	overflow: hidden;
}
.company .sec04 .tab_cont > div.active {
	height: auto;
}
.company .sec04 .tab_cont > div h4 {
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.company .sec04 .tab_cont > div .location {
	font-size: 20px;
	font-family: 'SUIT';
	line-height: 1.2;
	background: url("../images/ic_addr_blue.svg")no-repeat 0 50%;
	padding-left: 25px;
	margin-bottom: 10px;
}
.company .sec04 .tab_cont > div .tel {
	font-size: 20px;
	font-family: 'SUIT';
	line-height: 1.2;
	background: url("../images/ic_tel.svg")no-repeat 0 50%;
	padding-left: 25px;
}
.company .sec04 .tab_cont > div .map_box {
	position: relative;
	margin-top: 20px;
}
.company .sec04 .tab_cont > div .map_box .root_daum_roughmap {
	width: 100%;
}
.company .sec04 .tab_cont > div .map_box .root_daum_roughmap .wrap_map {
    height: 450px;
}






@media screen and (max-width: 1560px) {
	.company .sub_tit {
		background-position: calc(100% - 25px) 50%;
		background-size: auto 300px;
	}
	.company .sub_tit .box {
		max-width: 630px;
	}
	.company .sub_tit .txt {
		font-size: 18px;
	}
	.company .sub_tit .txt .sign span {
		font-size: 40px;
	}


	.company .sec01 .talk .item:before {
		width: 120px;
		height: 120px;
	}
	.company .sec01 .talk .item .txt {
		padding: 40px;
	}
	.company .sec01 .talk .left .txt {
		font-size: 24px;
	}
	.company .sec01 .talk .right .txt {
		font-size: 22px;
		margin-left: 90px;
	}


	.company .sec02 .thumb {
		width: 320px;
		height: 320px;
	}
	.company .sec02 .txt {
		font-size: 60px;
	}


	.company .sec03 .grid {
		gap: 25px;
	}
	.company .sec03 .grid > div {
		width: calc(33.333% - 17px);
	}
	.company .sec03 .grid > div .box .front {
		padding: 30px;
		font-size: 30px;
	}


	.company .sec04 .tab_cont > div h4 {
		font-size: 30px;
	}
	.company .sec04 .tab_cont > div .tel,
	.company .sec04 .tab_cont > div .location {
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.company .sub_tit {
        background-size: auto 240px;
    }
	.company .sub_tit .box {
		max-width: 63%;
		padding: 20px 0;
	}
	.company .sub_tit .txt {
        font-size: 16px;
    }
	.company .sub_tit .tit h2 {
		margin-bottom: 35px;
	}
	.company .sub_tit .txt .sign {
		padding-right: 40px;
	}
	.company .sub_tit .txt .sign span {
        font-size: 34px;
    }


	.company .sec01 .talk .item:before {
        width: 90px;
        height: 90px;
    }
	.company .sec01 .talk .left {
		padding-left: 50px;
	}
	.company .sec01 .talk .left .txt {
        font-size: 20px;
    }
	.company .sec01 .talk .right {
		padding-right: 50px;
		margin-top: 20px;
	}
	.company .sec01 .talk .right .txt {
        font-size: 18px;
    }


	.company .sec02 .inner {
		gap: 40px;
	}
	.company .sec02 .txt {
        font-size: 42px;
    }
	.company .sec02 .thumb {
        width: 250px;
        height: 250px;
    }


	.company .sec03 .grid > div .box .front {
        padding: 20px;
        font-size: 22px;
    }


	.company .sec04 .tabs .swiper-slide {
		width: calc(25% - 8px);
	}
	.company .sec04 .tabs .swiper-slide button {
		height: 56px;
		font-size: 20px;
	}
	.company .sec04 .tab_cont > div h4 {
        font-size: 24px;
    }
	.company .sec04 .tab_cont > div .tel,
	.company .sec04 .tab_cont > div .location {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {

    .company .sub_tit {
        height: auto;
        background: url("../images/company_bg3_m.png") no-repeat center calc(100% - 120px) / auto 550px;
		padding-bottom: 77%;
		background-size: 100%;
    }

    .company .sub_tit2 {
		padding-bottom: 65%;
        background-position: calc(100% - 20px) 100%;
		background-size: 100%;
    }
	
/*
	.company .sub_tit {
		padding-bottom: 53%;
        background-position: calc(100% - 20px) 100%;
		background-size: 100%;
    }
*/
	.company .sub_tit .box {
		max-width: 100%;
		height: auto;
		gap: 20px;
		padding: 0 0 50px;
		background: none;
	}
	.company .sub_tit .tit p {
        font-size: 14px;
    }
	.company .sub_tit .txt {
        font-size: 14px;
    }
	.company .sub_tit .txt strong {
		font-size: 16px;
	}


	.company .sec01 .talk .item:before {
        width: 65px;
        height: 65px;
    }
	.company .sec01 .talk .left {
        padding-left: 35px;
    }
	.company .sec01 .talk .right {
        padding-right: 35px;
    }
	.company .sec01 .talk .item .txt {
        padding: 20px;
		word-break: keep-all;
    }
	.company .sec01 .talk .item .txt br {
		display: none;
	}
	.company .sec01 .talk .left .txt {
        font-size: 16px;
		border-radius: 0px 25px 25px 25px;
    }
	.company .sec01 .talk .right .txt {
        font-size: 14px;
		margin-left: 0;
		border-radius: 25px 0 25px 25px;
    }


	.company .sec02 .inner {
		justify-content: center
	}
	.company .sec02 .thumb {
        width: 165px;
        height: 165px;
    }
	.company .sec02 .txt {
		flex: none;
		text-align: center;
		font-size: 30px;
	}


	.company .sec03 .grid > div {
        width: calc(50% - 13px);
    }
	.company .sec03 .grid > div .box .front .thumb img {
		max-width: 80%;
	}
	.company .sec03 .grid > div .box .backend .bar p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.company .sec03 .grid > div .box .backend .bar strong {
		font-size: 18px;
	}


	.company .sec04 .title {
		margin-bottom: 25px;
	}
	.company .sec04 .tabs .swiper-slide button {
        height: 50px;
        font-size: 16px;
    }
	.company .sec04 .tab_cont > div .map_box .root_daum_roughmap .wrap_map {
		height: 350px;
	}
}
@media screen and (max-width: 480px) {
	.company .sec03 .grid {
        padding: 0 20px;
        box-sizing: border-box;
    }
	.company .sec03 .grid > div {
		width: 100%;
	}


	.company .sec04 .tabs .swiper-slide button {
        font-size: 14px;
    }
}
@media screen and (max-width: 380px) {
}