/* sub_visual */
#header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.05);
}
#header .logo-color{
  display: block;
}
#header .logo-white{
  display: none;
}
#header .gnb > ul > li > a{
  color: #111;
}
#header .head-air .head-inq{
  border-color: #00478B;
}
#header .head-air .head-inq span{
  color: #00478B;
}
#header .m_btn i{
  background-color: #00478B;
}

.sub_visual{}

.sub_visual .sub-vi-img{
  width: 100%;
  position: relative;
}
.sub_visual .sub-vi-img .img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: calc(100% - 70px);
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
}

.sub_visual .sub-vi-img .img.v1{background-image: url(/asset/img/sub/visual/v1.png);}
.sub_visual .sub-vi-img .img.v2{background-image: url(/asset/img/sub/visual/v2.png);}
.sub_visual .sub-vi-img .img.v3{background-image: url(/asset/img/sub/visual/v3.png);}
.sub_visual .sub-vi-img .img.v4{background-image: url(/asset/img/sub/visual/v4.png);}
.sub_visual .sub-vi-img .img.v5{background-image: url(/asset/img/sub/visual/v5.png);}

.sub_visual .sub-vi-img .bg{
  width: calc(100% - 70px);
  height: 400px;
  margin-left: auto;
  margin-right: 0;
  background: linear-gradient(to right, #00478B 0%, #66AADD 85%);
}

.sub_visual .sub-tab{
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.sub_visual .sub-tab .home{
  padding: 5px 20px;
  display: block;
}
.sub_visual .sub-href{
  position: relative;
}
.sub_visual .sub-href:before{
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #e6e6e6;
  width: 1px;
  height: 24px;
  content: '';
  transform: translateY(-50%);
}
.sub_visual .sub-href .btn{
  padding: 0 20px;
  display: flex;
  align-items: center;
  width: 160px;
  height: 100%;
  line-height: 100%;
  position: relative;
}
.sub_visual .sub-href .btn:before{
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(/asset/img/sub/visual/arw.svg)no-repeat center center /cover;
  transition : transform .5s;
}

.sub_visual .sub-href .depth02{
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 0;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  min-width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}
.sub_visual .sub-href .depth02 a{
  display: block;
  padding: 12px 20px;
  white-space: nowrap;
}

.sub_visual .sub-href.on .depth02{
  opacity: 1;
  visibility: visible;
}
.sub_visual .sub-href.on .btn:before{
  transform: translateY(-50%) rotate(180deg);
}


@media all and (max-width: 1200px) {
  .sub_visual .sub-vi-img .img,
  .sub_visual .sub-vi-img .bg{
    height: 300px;
    width: calc(100% - 50px);
  }
}

@media all and (max-width: 1024px) {
}

@media all and (max-width: 768px) {
  .sub_visual .sub-vi-img .img,
  .sub_visual .sub-vi-img .bg{
    height: 200px;
    width: calc(100% - 30px);
  }
  .sub_visual .sub-tab .home{
    padding: 5px 10px;
  }
  .sub_visual .sub-href .btn{
    width: 140px;
    padding: 0 10px;
  }
}

@media all and (max-width: 576px) {
  .sub_visual .sub-vi-img .img,
  .sub_visual .sub-vi-img .bg{
    height: 130px;
    width: calc(100% - 10px);
  }
}

/* 회사소개 */
.company-con01{
  display: flex;
  border-bottom: 1px solid #EEEEEE;
  background: url(/asset/img/sub/company/bg01.png)no-repeat left 150px bottom;
}
.company-con01 > div{
  width: 50%;
}
.company-con01 .txt-box{
  padding: 50px 0 150px;
}


.company-con02 .logo-flex{
  display: flex;
  gap: 20px;
}
.company-con02 .logo-flex .logo-box{
  width: calc(50% - 10px);
}
.company-con02 .color-flex{
  display: flex;
}
.company-con02 .color-on{
  padding: 30px;
  aspect-ratio: 1/0.327;
}
.company-con02 .color-box{
  width: 50%;
}
.company-con02 .color-on.bg01{background-color: #3379B4; height: 100%; aspect-ratio: auto;}
.company-con02 .color-on.bg02{background-color: #00478B;}
.company-con02 .color-on.bg03{background-color: #BBDCF4;}
.company-con02 .color-txt{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media all and (max-width:1024px){
  .company-con01 {
    flex-wrap: wrap;
    background-position: center bottom;
    background-size: 400px auto;
  }
  .company-con01 > div{
    width: 100%;
  }
  .company-con01 .txt-box{
    padding: 25px 0 100px;
  }
  .company-con02 .sym-bol-box img{
    max-height: 250px;
  }
}

@media all and (max-width:768px){
  .company-con01{
    background-size: 300px auto;
  }
  
  .company-con02 .logo-flex{
    gap: 10px;
  }
  .company-con02 .logo-flex .logo-box{
    width: calc(50% - 5px);
  }
  .company-con02 .sym-bol-box img{
    max-height: 180px;
  }
  .company-con02 .color-flex{
    flex-wrap: wrap;
  }
  .company-con02 .color-box{
    width: 100%;
  }
  .company-con02 .color-on{
    aspect-ratio: 1/0.164;
    padding: 20px;
  }
  .company-con02 .color-on.bg01{
    aspect-ratio: 1/0.327;
  }
}

@media all and (max-width:576px){
  .company-con01{
    background-size: 150px auto;
  }
  .company-con01 .txt-box{
    padding: 15px 0 60px;
  }
  .company-con02 .sym-bol-box img{
    max-height: 200px;
  }
}
/* 오시는 길 */
.direct-cont-box{
  display: flex;
  gap: 100px;
}
.direct-cont-box .lt-box{
  width: calc(50% - 10px);
}
.direct-cont-box .map-box{
  height: 540px;
}
.direct-cont-box .rt-box{
  width: calc(50% - 90px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.direct-cont-box .info-box{
  display: flex;
  align-items: center;
  padding: 25px 14px;
  border-bottom: 1px solid #EEEEEE;
  gap: 10px;
}
.direct-cont-box .info-box .tit{
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width:1400px){
  .direct-cont-box{
    gap: 50px;
  }

  .direct-cont-box .rt-box{
    width: calc(50% - 40px);
  }
}

@media all and (max-width:1200px){
  .direct-cont-box .info-box{
    padding: 15px 5px;
    gap: 5px;
  }
  .direct-cont-box .map-box{
    height: 450px;
  }
}

@media all and (max-width:1024px){
  .direct-cont-box{
    gap: 20px;
  }
  .direct-cont-box .rt-box{
    width: calc(50% - 10px);
  }
}
@media all and (max-width:768px){
  .direct-cont-box{
    gap: 25px;
    flex-direction: column;
  }
  .direct-cont-box .map-box{
    height: 300px;
  }
  .direct-cont-box .lt-box,
  .direct-cont-box .rt-box{
    width: 100%;
  }
  .direct-cont-box .top-tit .ico img{
    max-height: 35px;
  }
}

@media all and (max-width:576px){
  .direct-cont-box .info-box{
    padding: 5px;
  }
  .direct-cont-box .info-box .tit{
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}

/* 고객문의 */
.inquiry-form-flex{
  display: flex;
  flex-wrap: wrap;
  gap: 24px 20px;
}
.inquiry-form-flex .inquiry-box{
  width: 100%;
}
.inquiry-form-flex .inquiry-box.w33{
  width: calc(33.333% - 13.333px);
}
.inquiry-form-flex .inq-input{
  width: 100%;
  height: 68px;
}
.inquiry-form-flex .inq-textarea{
  width: 100%;
  height: 330px;
}
.inquiry-form-flex .input{
  background-color: #EBF3F9;
  padding: 0 20px;
  width: 100%;
  height: 100%
}
.inquiry-form-flex .textarea{
  width: 100%;
  height: 100%;
  background-color: #EBF3F9;
  padding: 20px;
  resize: none;
  outline: none;
}

.agree-btn-box.center{
  display: flex;
  justify-content: center;
}
.agree-btn-box .agree-label{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.agree-btn-box .agree-check{
  display: none;
}
.agree-btn-box .agree-i{
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff url(/asset/img/sub/inquiry/ico-check.svg)no-repeat center center;
}
.agree-btn-box .agree-check:checked ~ .agree-i{
  background-color: #00478B;
}
.agree-btn-box .agree-txt b{
  text-decoration: underline;
  text-underline-offset: 4px;
}
.submit-btn-box .submit-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  height: 76px;
  margin: 0 auto;
  background: linear-gradient(to right, #00478B 0%, #66AADD 85%);
  padding: 0 30px;
  position: relative;
}
.submit-btn-box .submit-btn:after{
  content: '';
  display: block;
  background: rgba(0, 71, 139, .2) url(/asset/img/sub/inquiry/ico-arw.svg)no-repeat center center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

@media all and (max-width:1024px){
  .inquiry-form-flex .inq-input{
    height: 50px;
  }
  .inquiry-form-flex .inq-textarea{
    height: 250px;
  }
  .submit-btn-box .submit-btn{
    width: 250px;
    height: 60px;
    padding: 0 20px;
  }
}
@media all and (max-width:768px){
  .inquiry-form-flex{
    gap: 15px;
  }
  .inquiry-form-flex .inquiry-box.w33{
    width: calc(33.333% - 10px);
  }
  .agree-btn-box .agree-i{
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-size: 10px 7.143px;
  }
  .agree-btn-box .agree-label{
    gap: 5px;
  }
}

@media all and (max-width:600px){
  .inquiry-form-flex .inquiry-box.w33{
    width: 100%;
  }
  .inquiry-form-flex .inq-input{
    height: 40px;
  }
  .inquiry-form-flex .inq-textarea{
    height: 180px;
  }
  .inquiry-form-flex .input{
    padding: 0 10px;
  }
  .submit-btn-box .submit-btn{
    width: 180px;
    height: 50px;
  }
}



/* Privacy Modal, Terms Modal */
.privacy-modal,
.terms-modal {
	display: none;
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  place-items: center;
  z-index: 9999999;
}

.privacy-modal .modal-inner,
.terms-modal .modal-inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.privacy-modal .modal-container,
.terms-modal .modal-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:680px;
	max-height: none;
	width: 95%;
	height:auto;
	margin:10px auto;
}

.privacy-modal .modal-background,
.terms-modal .modal-background {
	width:100%;
  height:100%;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.privacy-modal .modal-heading,
.terms-modal .modal-heading {
	display: flex;
	justify-content: flex-end;
}

.privacy-modal .footer-modal-close,
.terms-modal .footer-modal-close {
	display: block;
	width:23px;
	height:23px;
	background: url('/asset/img/main/btn_modal_close.png') no-repeat center;	
}

.privacy-modal .modal-area,
.terms-modal .modal-area {
	width: 100%;
	height:100%;
	background-color: #fff;
	border-radius:10px;
	padding: 60px 50px;
	overflow: hidden;
}

.privacy-modal .privacy-context,
.terms-modal .terms-context {
	height:300px;
	overflow-y: auto;
	border:1px solid #ddd;
	padding:20px;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {
	.privacy-modal .modal-area, .terms-modal .modal-area {
		padding: 40px 30px;
	}

	.privacy-modal .privacy-context, .terms-modal .terms-context {
		padding: 16px;
	}
}
@media screen and (max-width:768px) {
	.privacy-modal .privacy-context, .terms-modal .terms-context {
		height:250px;
	}
}
@media screen and (max-width:576px) {
	.privacy-modal .modal-area, .terms-modal .modal-area {
		padding:16px;
	}

	.privacy-modal .privacy-context, .terms-modal .terms-context {
		padding:12px;
	}
}


/* 홍보센터 */
.pr-img-list{
  display: flex;
  flex-wrap: wrap;
  gap: 80px 20px;
}
.pr-img-list .pr-img-box{
  width: calc(33.333% - 13.333px);
  border: 1px solid #EEEEEE;
  background-color: #fff;
}
.pr-img-list .image-box{
  width: 100%;
  aspect-ratio: 1/1.279;
  overflow: hidden;
}
.pr-img-list .image-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s;
}
.pr-img-list .pr-img-box:hover .image-box img{
  transform: scale(1.1);
}

.pr-img-list .txt-box{
  padding: 0 15px;
}

@media all and (max-width:768px){
  .pr-img-list{
    gap: 30px 10px;
  }
  .pr-img-list .pr-img-box{
    width: calc(50% - 5px);
  }
  .pr-img-list .txt-box{
    padding: 0 5px;
  }
}

/* 사업영역 */
.biz-tab-box{
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
}
.biz-tab-box:before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100vw;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
}
.biz-tab-box.on:before{
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.05);
}
.biz-tab-box .tab-btn{
  flex:1;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  padding: 24px 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.biz-tab-box .tab-btn:hover{
  color: #090909;
}
.biz-tab-box .tab-btn.on{
  font-weight: 700;
  color: #090909;
}
.biz-tab-box .tab-btn:before{
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  background-color: #3379B4;
  height: 5px;
  transition: width .5s;
}
.biz-tab-box .tab-btn.on:before{
  width: 100%;
}

.biz-cont-box .biz-cont{
  display: flex;
  align-items: center;
  gap: 110px;
}
.biz-cont-box .biz-cont:nth-child(even){
  flex-direction: row-reverse;
}
.biz-cont-box .dotted-box{
  display: flex;
  gap: 4px;
}
.biz-cont-box .dotted-box .dotted{
  width: 6px;
  height: 6px;
  background-color: #EBF3F9;
  display: block;
}
.biz-cont-box .dotted-box .dotted.on{
  background-color: #00478B;
}
.biz-cont-box .biz-txt{
  width: calc(50% - 70px);
}
.biz-cont-box .biz-img{
  width: calc(50% - 40px);
}
.biz-cont-box .biz-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width:1200px){
  .biz-cont-box .biz-cont{
    gap: 40px;
  }
  .biz-cont-box .biz-txt,
  .biz-cont-box .biz-img{
    width: calc(50% - 20px);
  }
}
@media all and (max-width:1024px){
  .biz-tab-box .tab-btn{
    padding: 15px 0;
  }
  .biz-tab-box .tab-btn:before{
    height: 3px;
  }
  .biz-cont-box .biz-cont{
    gap: 20px;
  }
  .biz-cont-box .biz-txt,
  .biz-cont-box .biz-img{
    width: calc(50% - 10px);
  }
  .biz-cont-box .biz-cont{
    gap: 20px;
    flex-direction: column;
  }
  .biz-cont-box .biz-cont:nth-child(even){
    flex-direction: column;
  }
  .biz-cont-box .biz-txt,
  .biz-cont-box .biz-img{
    width: 100%;
  }
}
@media all and (max-width:768px){
  .biz-tab-box .tab-btn{
    padding: 0 5px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
}