.AboutCon01 {
    position: relative;
    width: 100%;
    background: url('/images/about/01_01.jpg') no-repeat center center;
    background-size: cover;
    padding-bottom: 35%;
}
.aboutTypo {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70% !important;
}
.aboutTypo h1 {
    display: none;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 3.5em;
    width: 100%;
    letter-spacing: 20px;
    text-shadow: 0px 0px 10px #626262;
}
.about-swiper > .swiper-button-next, .about-swiper > .swiper-button-prev {
    top: 48% !important;
    width: 145px !important;
    height: auto !important;
    margin-top: unset !important;
    display: block !important;
    transition: 0.3s all;
}
.about-swiper > .swiper-button-prev {
    left: 1.5% !important;
    right: auto;
}
.about-swiper > .swiper-button-next {
    right: 1.5% !important;
    left: auto;
}
.about-swiper > .swiper-button-next:after, .about-swiper > .swiper-button-prev:after {
    content: '' !important;
}
.about-swiper > .swiper-button-next:hover {
    right: 20px !important;
}
.about-swiper > .swiper-button-prev:hover {
    left: 20px !important;
}
.about-swiper > .about-swiper-pagination {
    bottom: 2% !important;
    text-align: center;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.AboutCon02 {
    position: relative;
    width: 100%;
    /* background: url(/images/about/bg01.jpg) no-repeat bottom center; */
    height: 65vh;
}
.AboutCon02 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff 70%, #fff);
    background-size: cover;
}
.AboutCon02 .bg-video {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  /* filter: grayscale(100%);  */
  opacity: 0.8;
  z-index: -1;
  pointer-events: none; /* 클릭 방지 */
  animation: video_fadeIn 1.3s ease-in-out forwards;
}
@keyframes video_fadeIn {
  0%, 50% { opacity: 0; }
  50%, 100% { opacity: 0.8; }
}
.bg-video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.AboutCon02::after { content: ''; display: block; clear: both;}
.AboutCon02 .Con02_01 {
    position: relative;
    width: 50%;
    height: 58vh;
    margin: 0 auto;
}
.AboutCon02 .Con02_01 img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    border-radius: 10px;
}
/* 첫 번째 이미지: 0~50% 동안 보임 */
.AboutCon02 .Con02_01 img:first-of-type {
    opacity: 1;
    animation-name: fadeInOut1;
  }
  
/* 두 번째 이미지: 50~100% 동안 보임 */
.AboutCon02 .Con02_01 img:last-of-type {
    animation-name: fadeInOut2;
}

.AboutCon02 .Con02_02 {
    position: absolute;
    top: 0%;
    right: 27%;
    /* width: 480px; */
    height: 275px;
    padding: 0 0 0 3%;
    box-sizing: border-box;
    color: #0a2545;
    font-size: 1em;
    line-height: 2.16em;
    color: #fff;
    text-align: right;
    /* background: rgba(0,0,0,.5); */
}
.AboutCon02 .Con02_02 #text {
    display: inline-block;
    max-width: 300px; /* 너비 줄이면 자동 줄바꿈 */
    word-break: keep-all;
}
.AboutCon04 {
    margin-top: 5%;
    width: 100%;
    text-align: center;
}
.AboutCon04 img {
   /* animation: zoom_repeat 5s ease-in-out infinite; */
}
@keyframes zoom_repeat {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.AboutCon05 {
    width: 100%;
}
.AboutCon05::after { content: ''; display: block; clear: both;}
.AboutCon05 .Con05_01 {
    float: left;
    width: 40%;
    background: url('/images/about/img03.jpg') no-repeat center center;
    background-size: cover;
    padding-bottom: 25%;
}
.AboutCon05 .Con05_02 {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding: 9%;
}
.AboutCon06 {
    width: 100%;
    display: flex;
}
.AboutCon06::after { content: ''; display: block; clear: both;}
.AboutCon06 .Con06_01 {
    /* float: left; */
    width: 40%;
    height: 100%;
}
.AboutCon06 .Con06_01_01 {
    width: 100%;
    background: url('/images/common/logo_b.png') no-repeat center center;
    background-size: cover;
    padding-bottom: 54.1%;
}
.AboutCon06 .Con06_01_02 {
    width: 100%;
    overflow: hidden;
    /* background: url('/images/about/img05.jpg') no-repeat center center;
    background-size: cover;
    padding-bottom: 55.2%; */
}
.AboutCon06 .Con06_01_02 img {
   animation: zoom_repeat 10s ease-in-out infinite;
   height: 100%;
}
@keyframes zoom_repeat {
    0% { transform: scale(1.03); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1.03); }
}
.AboutCon06 .Con06_02 {
    /* float: left; */
    width: 60%;
    /* background: url('/images/about/img06.jpg') no-repeat center center;
    background-size: cover;
    padding-bottom: 43.72%; */
}.AboutCon06 .Con06_02 img {
    height: 100%;
}
.AboutCon07 {
    width: 100%;
    text-align: center;
    background: url('/images/common/txt_bar.jpg') no-repeat center center;
    background-size: cover;
    padding: 3% 0;
    color: #e0dede
}
.AboutCon07 p, .AboutCon07 h1{
}
.AboutCon07 p {
    font-size: 0.95em;
    font-weight: bold;
    letter-spacing: 2px;
}
.AboutCon07 h1{
    font-size: 1.9em;
    letter-spacing: 5px;
    line-height: 1.2em;
    padding: 1% 0;
}
.AboutCon07 span {
    font-size: 0.9em;
    line-height: 1.8em;
}

.AboutCon08 {
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3) url(/images/about/bg.jpg) no-repeat center center;
    background-size: cover;
    background-blend-mode: multiply;
}
.AboutCon08 > div { /* .left .right */
    display: flex;
    flex-direction: column;
    width: 50%;
}
.AboutCon08 > div > a { /*각각 스페셜 박스*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33.33vw;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    background-blend-mode: multiply; /* 이미지와 색상을 곱하기 방식으로 섞음 */
}
.AboutCon08 > div > a h2 {
    font-size: 2em;
    text-shadow: 1px 2px 2px #222;
    /* font-family: 'airforce'; */
    /* font-family: 'GowunBatang-Regular'; */
}
.AboutCon08 > div > a h2 small{
    font-size: 0.7em;
    font-family: 'playfair display', 'sans-serif'; 
}
.AboutCon08 .left .special1 {
    background: rgba(0, 0, 0, 0.2) url('/images/about/img07_01.jpg') no-repeat center center;
    background-size: cover;
    border-top: 2px solid #fff;
}
.AboutCon08 .left .special3 {
    height: 18.2vw;
    background: rgba(0, 0, 0, 0.4) url('/images/about/img07_03.jpg') no-repeat center center;
    background-size: cover;
}
.AboutCon08 .left .special5 {
    background: rgba(0, 0, 0, 0.2) url('/images/about/img07_05.jpg') no-repeat center center;
    background-size: cover;
}
.AboutCon08 .left .special7 {
    height: 25.5vw;
    background: rgba(0, 0, 0, 0.2) url('/images/about/img07_07.jpg') no-repeat center center;
    background-size: cover;
    border-bottom: 2px solid #fff;
}
.AboutCon08 .right .special2 {
    height: 25.5vw;
    background: rgba(0, 0, 0, 0.2) url('/images/about/img07_02.jpg') no-repeat center center;
    background-size: cover;
    border-top: 2px solid #fff;
}
.AboutCon08 .right .special4 {
    background: rgba(0, 0, 0, 0.2) url('/images/about/img07_04.jpg') no-repeat center center;
    background-size: cover;
}
.AboutCon08 .right .special6 {
    height: 18.2vw;
    background: rgba(0, 0, 0, 0.2) url('/images/about/img07_06.jpg') no-repeat center center;
    background-size: cover;
}
.AboutCon08 .right .special8 {
    background: rgba(0, 0, 0, 0.2) url('/images/about/img07_08.jpg') no-repeat center center;
    background-size: cover;
    border-bottom: 2px solid #fff;
}


.AboutCon09 {
    width: 100%;
    text-align: center;
    background: #878080;
    padding: 1.5% 0;;
}
.AboutCon09 h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.AboutCon10 {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 4% 9%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .8);
}
.AboutCon10 .txt {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.AboutCon10 .txt h1 {
    text-transform: uppercase;
    /*font-size: 3.8em;
    letter-spacing: 29px;
    padding-bottom: 10%;*/
    font-size: 2.5em;
    letter-spacing: 10px;
}
.AboutCon10 .txt p {
    line-height: 2.8em;
}
@media (max-width: 1300px) {
    .none1300 {
        display: none;
    }
    .AboutCon02 .Con02_01 {
        width: 70%;
    }
    .AboutCon02 .Con02_01, .AboutCon02 .Con02_02 {
        float: none;
    }
    .AboutCon02 .Con02_02 {
        right: 18%;
        font-size: 0.8em;
    }
}
@media (max-width: 1250px) {
    .none1250 {display: none;}
    .Con08Typo dt {
        font-size: 1.3em;
    }
    .Con08Typo dd {
        font-size: 0.9em;
    }
}
@media (max-width: 1024px) {
    .AboutCon01 .aboutTypo {
        display: none;
    }
    .AboutCon08 > div > a {
        font-size: 11px;
    }
    .AboutCon10 .txt h1 {
        text-transform: uppercase;
        /*font-size: 3em;
        letter-spacing: 15px;
        padding-bottom: 2%;*/
        font-size: 2em;
        letter-spacing: 8px;
    }
    .AboutCon10 .txt p {
        line-height: 1.5em;
        width: 100%;
        font-size: 0.9em;
    }

}
@media (max-width: 750px) {
    .AboutCon01 {
        display: none;
    }
    .AboutCon07 p {
        display: none !important;
    }
    .AboutCon07 h1 {
        font-size: 1em;
        letter-spacing: 3px;
        line-height: 1.2em;
        padding: 1% 0;
    }
    .AboutCon07 span {
        font-size: 0.6em;
        line-height: 0.5em !important;
    }
    .AboutCon08 > div > a h2 {
        font-size: 1.8em;
    }
    .Con08Typo dd {
        display: none;
    }
    .Con08Typo dd {
        font-size: 0.8em;
    }
    .AboutCon09 {
        display: none !important;
    }
    .AboutCon10 {
        padding: 0;
    }
}
@media (max-width: 650px) {
    .block650 {display: block !important;}
    .about-swiper > .swiper-button-next, .about-swiper > .swiper-button-prev { 
        display: none !important;
    }
    .AboutCon02 {
        height: auto;
    }
    .AboutCon02 .Con02_01 {
        width: 85%;
        height: 60vw;
        min-height: 280px;
    }
    .AboutCon02 .Con02_01 img {
        min-height: 220px;
        object-position: 10% 50%;
        border-radius: 7px;
    }
    .AboutCon02 .Con02_02 {
        right: 11%;
        font-size: 0.7em;
        line-height: 1.6em;
    }
    .AboutCon05 > .Con05_01, .AboutCon05 > .Con05_02 , .AboutCon06 > .Con06_01, .AboutCon06 > .Con06_02 {
        width: 50%;
    }
    .AboutCon05 .Con05_01 {
        padding-bottom: 38%;
        background: url(/images/about/img03.jpg) no-repeat 10% center;
        background-size: cover;
    }
    .AboutCon05 .Con05_02 {
        padding: 18% 6% 0 6%;
    }
    .AboutCon06 .Con06_02 {
        /* background: url('/images/about/img06.jpg') no-repeat right center;
        background-size: cover;
        padding-bottom: 54.6%; */
    }
    .AboutCon07 {
        padding: 10% 0;
    }
    .AboutCon07 h1 {
        font-size: 1em;
    }
    .AboutCon07 span {
        display: block;
        font-size: 0.65em;
        line-height: 1.5em !important;
        padding-top: 2%;
        font-weight: bold;
        letter-spacing: -0.3px;
    }
    .AboutCon08 > div > a {
        font-size: 7px;
    }
    .Con08_img {
        border: 1px solid #f7f7f7;
        padding-bottom: 40%;
    }
    .Con08Typo dt {
        font-size: 0.9em;
    }
    .Con08Typo dd {
        font-size: 0.7em;
        text-align: justify;
        font-weight: bold;
        letter-spacing: -1.5px;
    }
    .Con08_01_01 > .Con08Typo {
        top: 45% !important;
    }
    .Con08_02, .Con08_03 { 
        margin-top: -4%;
    }
    .Con08_02_01 {
        width: 50.1%;
    }
    .Con08_02_02 {
        width: 49.9%;
        margin-left: 50.1%;
    }
    .AboutCon10 .txt h1 {
        /*font-size: 1.8em;
        letter-spacing: 10px;
        padding-bottom: 0;*/
        font-size: 1em;
        letter-spacing: 6px;
    }
    .AboutCon10 .txt p {
        display: none;
    }
}
