@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Variable'), url('../fonts/PretendardVariable.woff2') format('woff2-variations');
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox  */
input[type='number'] {
  -moz-appearance: textfield;
}
@font-face {
    font-family: 'ChosunGs';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGs.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}



body {
	font-family: 'Pretendard', sans-serif;
    color: #423a3a;
    font-weight: 400;
    background: #010916;
}

html {scroll-behavior: smooth;}

input,
select {
    font-family: 'Pretendard', sans-serif;
}

.inner {
    width: 100%;
    padding: 0 4%;
}

.inner2 {
    width: 100%;
    padding: 0 4%;
}

.c_inner {
    width: 100%;
    padding: 0 4%;

}

p {
    margin: 0px 0px 0px 0px;
    line-height: 1;
}

.top_inner {
    width: 100%;
    padding: 0 4%;
}

.m_hide {
    display: none !important;
}

.sp5 {
    height: 5px;
    clear: both;
}

.sp10 {
    height: 10px;
    clear: both;
}

.sp12 {
    height: 12px;
    clear: both;
}

.sp15 {
    height: 15px;
    clear: both;
}

.sp20 {
    height: 20px;
    clear: both;
}

.sp25 {
    height: 25px;
    clear: both;
}

.sp30 {
    height: 30px;
    clear: both;
}

.sp35 {
    height: 35px;
    clear: both;
}

.sp40 {
    height: 40px;
    clear: both;
}

.sp45 {
    height: 45px;
    clear: both;
}

.sp50 {
    height: 50px;
    clear: both;
}

.sp55 {
    height: 55px;
    clear: both;
}

.sp60 {
    height: 60px;
    clear: both;
}

.sp65 {
    height: 65px;
    clear: both;
}

.sp70 {
    height: 70px;
    clear: both;
}

.sp75 {
    height: 75px;
    clear: both;
}

.sp80 {
    height: 80px;
    clear: both;
}

.sp90 {
    height: 90px;
    clear: both;
}

.sp100 {
    height: 100px;
    clear: both;
}

.sp110 {
    height: 110px;
    clear: both;
}

.sp120 {
    height: 120px;
    clear: both;
}

.sp130 {
    height: 130px;
    clear: both;
}

.sp140 {
    height: 140px;
    clear: both;
}

.sp150 {
    height: 150px;
    clear: both;
}

.sp160 {
    height: 160px;
    clear: both;
}

.sp165 {
    height: 165px;
    clear: both;
}

.sp200 {
    height: 200px;
    clear: both;
}

.t_bold {
    font-weight: bold;
}

.pc_hider {
    display: none;
}

.allowed {
    cursor: not-allowed !important;
}
.m_mt40 {margin-top:40px;}
.m_mb5 {margin-bottom:5px !important;}
/* 공통 input 시작 */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 8px auto;
}

input,
select {
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -webkit-padding: 0 10px;
    -moz-padding: 0 10px;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox
}

input[type='radio'] {
    -webkit-appearance: radio
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

select::-ms-expand {
    display: none;
    /*for IE10, 11*/
}
/* 공통 input 끝 */


#section01,
#section04,
#section05 {
  scroll-margin-top: 100px; /* 원하는 만큼 조절 */
}

.lang_select {
    position: relative;
    cursor: pointer;
    }
.lang_select .active_lang {
    height: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
}
.lang_select .iconbox{
    width: 20px;
}
.lang_select img {
    width: 100%;
}
.lang_select .active_lang .current_lang{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.lang_select .lang_select_list {
        background: #ffffff;
        position: absolute;
        top: 50px;
        z-index: 9999;
        right: 0px;
        padding: 10px;
        width: 200px;
        border-radius: 5px;
        display: none;
        color: #000;
    }
.lang_select .lang_select_list p {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        padding: 2px;
    }
    .lang_select .lang_select_list p:last-of-type {
        margin-bottom: 0px;
    }
.lang_select .lang_select_list p img {
        width: 30px;
        margin-right: 10px;
        border: 1px solid #e1e1e1;
    }
/* common 시작*/
.hideBox {overflow: hidden;}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 70px;
    background-color: #000;
    transition: transform 0.25s ease-in-out;
}


#header a{
    width: 70px;
}
#header .logo {
    height: 40px;
    }

#header .inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

#header.fixedOn {
	background: #cc272f;
    position: fixed;
}
#header.fixedOn .tel-link{
	background: #282828;
}



.mobile_menu {
    width: 90%;
    min-height: 100vh;
    float: left;
    overflow: hidden;
    position: fixed;
    top: 0px;
	left: -150%;
    background: #000000;
	padding: 30px 20px;
	height: 100%;
	/* display: none; */
	z-index: 99;
}
.mobile_menu .close{
   position:absolute;
   top:30px;
   right:30px;
}
  .mobile_menu .menu_lst {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    padding-top: 100px;
  }
.mobile_menu .menu_lst a {
    color: #ffffff;
    font-size: 20px;
    width: 100% !important;
  }


.topMenu {
	width: 100%;
}

.topMenu .menusc {
	display: flex;
	align-items: center;
	margin-left: auto;
    gap: 60px;
    display: none;
}

.topMenu .menusc a {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
    }
.topMenu .tel-link {
        width: 245px;
        height: 100%;
        text-align: center;
        background: #cc272f;
        position: absolute;
        top: 0px;
        right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
		color:#ffffff;
    }
.topMenu .tel-link .tit{
    font-size:20px;
	font-weight:500;
	margin-bottom:5px;
    }
.topMenu .tel-link .call_num a{
    font-size:24px;
	font-weight:700;
	color:#ffffff;
    }

.topMenu .menuArea {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: end;
    -moz-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.topMenu .menu {
    margin-left: auto;
    margin-right: 4%;
}

.topMenu .menu .mList {
	color: #fff;
    font-size: 18px;
    margin-left: 65px;
}
.topMenu .office_menu {
    margin: 0 15px;
    width: 150px;
    margin-left: auto;
}
.topMenu .office_menu .login_area{
    display: flex;
    align-items: center;
    gap: 10px;
}
.topMenu .office_menu .login_area .l_button01 a{
    background-color: #fff;
}
.topMenu .office_menu .login_area .l_button01 a:hover{
    background-color: #333;
    color: #fff;
}
.topMenu .office_menu .login_area .l_button02 a{
    border: 1px solid #99b6ff;
    color: #99b6ff;
}
.topMenu .office_menu .login_area .l_button02 a:hover{
    background-color: #99b6ff;
    color: #000;
}
.topMenu .office_menu .login_area a{
    font-size: 12px;
    font-weight: 400;
    width: 70px;
    height: 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.ham{
    width: 25px;
    height: 20px;
    position: relative;
}
.top{
    width: 60%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.mid{
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bottom{
    width: 70%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}
#footer {
	background: #121415;
	height: 100px;
    }
#footer .f_logo{
    height: 30px;
    margin-bottom: 10px;
	}
#footer .inner {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
#footer .inner .f_txt{
    font-size:12px;
	color:#666;
    }




#footer .topBtn {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #4385f3;
    cursor: pointer;
    position: fixed;
    right: 100px;
    bottom: 60px;
	display: none;
}
#footer .topBtn img {
	height: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}




#wrap {
    width: 100%;
    overflow: hidden;
}



.scrollBtn a {
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    text-decoration: none;
    transition: opacity .3s;
    padding-left: 45px;
    font-size: 15px;
    letter-spacing: 0.3;
    font-weight: 300;
}
.scrollBtn a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    height: 43px;
    border: 1px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.scrollBtn a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}


#toTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: #99b6ff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
	z-index: 9999999;
}
#toTop img {height:30px;}

/* visual */
#visual {
    background-image: url(../img/visual_bg.jpg);
    background-size: cover; /* 처음엔 약간 더 작게 시작 */
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
  
    opacity: 0;
    transition: background-size 4s ease, opacity 1.2s ease;
  }
  
  #visual.show {
    background-size: cover; /* 최종 원래 크기 */
    opacity: 1;
  }

#visual .inner{
    position: relative;
    height: 100%;
}
#visual .textbox {
    position: absolute;
    bottom: 150px;
    left: 0;
    color: #fff;
    max-width: 710px;
    padding: 0 4%;
}
#visual .textbox h2{
    font-size: 26px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 30px;
}
#visual .textbox p{
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    word-break: keep-all;
}
#visual #fade-title span {
    opacity: 0;
    display: inline-block;
    transform: translateY(15px);
    transition: 0.35s ease-out;
    white-space: pre; /* 공백 유지 */
}

#visual #fade-desc {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s ease-out;
}

#visual .scoll_motion{
    width: 150px;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#visual .scoll_motion p{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#visual .scoll_motion .v_line{
    height: 30px;
    width: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#visual .scoll_motion p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    
    /* 애니메이션 추가 */
    animation: scrollUpDown 1.5s ease-in-out infinite;
}

/* keyframes 정의 */
@keyframes scrollUpDown {
    0% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(10px); }
    100% { transform: translateX(-50%) translateY(0); }
}
/* //visual */
/* #section01 */
#section01{
    padding: 150px 0;
}
#section01 .inner{
    display: flex;
    align-items: center;
    gap: 100px;
    width: 100%;
    flex-direction: column;
    position: relative;
}
.tag{
    padding: 5px 20px;
    border: 2px solid #99b6ff;
    color: #99b6ff;
    border-radius: 50px;
    width: fit-content;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px;
}
.sec_title_left .inner .textArea {
    width: 100%;
}
.sec_title_left .inner .textArea h2{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    word-break: keep-all;
    line-height: 130%;
    margin-bottom: 30px;
}
.sec_title_left .inner .textArea p{
    font-size: 14px;
    font-weight: 300;
    color: #aaa;
    line-height: 150%;
    word-break: keep-all;
}
.sec_title_left .inner .textArea p span{
    font-weight: 700;
    color: #fff;
}
.sec_title_left .inner .imgArea {
    width: 70%;
    position: absolute;
    height: fit-content;
    z-index: -1;
    top: 10px;
    right: 0;
} 
#section01 .inner .circle {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background-color: #1925ff;
    border-radius: 100%;
    filter: blur(200px);
    top: 60px;
    right: 90px;
} 
/* 블러 원 */
#section01 .circle {
    position: absolute;
    top: 60px;
    right: 90px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #1925ff;
    filter: blur(200px);
    z-index: 1;
}

/* img01 */
#section01 .img01 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 80%;
    z-index: 2;
    opacity: .5;
}

/* img02 - screen blend */
#section01 .img02 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-70%);
    width: 100%;
    z-index: 3;
    mix-blend-mode: screen;
}

/* //section01 */
/* section02 */
#section02 {
    background-image: url(../img/section02_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
}
.sec_title_center .textArea{
    text-align: center;
    margin-bottom: 50px;
}
.sec_title_center .inner .textArea .tag{
    margin: 15px auto;
	position:relative;
}
.sec_title_center .inner .textArea .tag img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    height: 28px;
  }
.sec_title_center .inner .textArea h2{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    word-break: keep-all;
    line-height: 130%;
    margin-bottom: 20px;
}
.sec_title_center .inner .textArea p{
    font-size: 14px;
    font-weight: 300;
    color: #d2d2d2;
    line-height: 150%;
    word-break: keep-all;
}
.sec_title_center .inner .textArea p span{
    font-weight: 700;
    color: #fff;
}
#section02 .inner ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
}
#section02 .inner ul li{
    width: calc(33.33% - 5px);
    height: 170px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 10px;
    padding: 15px 15px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    justify-content: end;

}
#section02 .inner ul li .li_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#section02 .inner ul li .li_title span{
    font-size: 12px;
    font-weight: 200;
    color: #fff;
    text-align: center;
}
#section02 .inner ul li .li_title h3{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
#section02 .inner ul li .imgbox{
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#section02 .inner ul li .imgbox img{
    height: 100%;
}
#section02 .inner .video {
    position: relative;
    width: 100%;
    max-width: 960px; /* 최대 크기는 유지하면서 */
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;

    height: 0;                /* 높이는 0 */
    padding-bottom: 56.25%;   /* 16:9 비율 유지 (9/16 = 0.5625) */
}

#section02 .inner .video-thumb,
#section02 .inner .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section02 .inner .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
    pointer-events: none;
}


/* //section02 */

/* section03 */
#section03 {
    position: relative;
    height: 70vh;
    width: 100%;
    margin-bottom: 150px;
}
#section03 .background_imgbox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #010916; /* 배경 필요 */
}
#section03 .background_imgbox .bgbox{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
#section03 .background_imgbox .bgbox img{
    width: 100%;
    mix-blend-mode: color-dodge;
    position: relative; /* 절대 말고 상대 위치도 가능 */
    filter: blur(1px);
}
#section03 .background_imgbox .logo_bgArea{
    width: 100%;
    height: 100%;
    position: absolute;
}
#section03 .background_imgbox .logo_bgArea img{
    position: absolute;
    width: 15%;
}
#section03 .background_imgbox .logo_bgArea .img01{
    top: 0;
    left: 20%;
}
#section03 .background_imgbox .logo_bgArea .img02{
    top: 40px;
    left: 8%;
}
#section03 .background_imgbox .logo_bgArea .img03{
    top: 60px;
    left: -3%;
}
#section03 .background_imgbox .logo_bgArea .img04{
    top: 30%;
    left: 6%;
}
#section03 .background_imgbox .logo_bgArea .img05{
    top: 45%;
    left: -1%;
}
#section03 .background_imgbox .logo_bgArea .img06{
    bottom: 10%;
    left: 0%;
}
#section03 .background_imgbox .logo_bgArea .img07{
    bottom: 0;
    left: 13%;
}
#section03 .background_imgbox .logo_bgArea .img08{
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
#section03 .background_imgbox .logo_bgArea .img09{
    top: 0;
    right: 20%;
}
#section03 .background_imgbox .logo_bgArea .img10{
    top: 0;
    right: 0%;
}
#section03 .background_imgbox .logo_bgArea .img11{
    top: 15%;
    right: 8%;
}
#section03 .background_imgbox .logo_bgArea .img12{
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}
#section03 .background_imgbox .logo_bgArea .img13{
    top: 50%;
    right: 10%;
}
#section03 .background_imgbox .logo_bgArea .img14{
    bottom: 10%;
    right: 0%;
}
#section03 .background_imgbox .logo_bgArea .img15{
    bottom: 0;
    right: 20%;
}
#section03 .textArea::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    filter: blur(5px);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#section03 .textArea{
    text-align: center;
    margin-bottom: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
    padding: 0 4%;
}
#section03 .inner .textArea .count{
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
}
/* //section03 */

/* section04 */
#section04{
    padding-bottom: 100px;
    background: #010916;
    background: linear-gradient(180deg,rgba(1, 9, 22, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
#section04 .inner ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
}
#section04 .inner ul li{
    width: 90%;
    height: 280px;
    border: 1px solid #555;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#section04 .inner ul li .li_title{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
#section04 .inner ul li h3{
    font-size: 30px;
    font-weight: 700;
    color: #99b6ff;
    margin-bottom: 30px;
}
#section04 .inner ul li p{
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    line-height: 150%;
    word-break: keep-all;
}
/* //section04 */

/* section05 */
#section05{
    position: relative;
    background: #000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(1, 1, 1, 1) 100%);
    padding-bottom: 100px;
}
#section05 .box_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-direction: column;
    gap: 30px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

.sec_title_left .middle_text{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
#section05 .middle_text span{
    color: #99b6ff;
}
#section05 .bg_imgArea .imgbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
}
#section05 .bg_imgArea .imgbox img{
    width: 100%;
    mix-blend-mode: hard-light; /* pin-light 대체 */
    position: relative; /* 절대 말고 상대 위치도 가능 */
    opacity: .5;
}
#section05 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 9;
    flex-direction: column;
}
#section05 ul li{
    max-width: 415px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
#section05 ul li .imgbox {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* ← 1:1 비율 (원하면 다른 비율로 변경 가능) */
    overflow: hidden;
}

#section05 ul li .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section05 ul li .textbox {
    height: 160px;
    background-color: #1b1d2f;
    padding: 30px;
}
#section05 ul li .textbox .li_title{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
#section05 ul li .textbox p{
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    line-height: 150%;
    word-break: keep-all;
}
/* //section05 */
/* section06 */
#section06{
    position: relative;
    background-color: #000207;
    background-image: url(../img/section07_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#section06 .inner .textArea .tag {
    margin: 0px auto 25px;
}
#section06 .inner .flex_box{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-direction: column;
}
#section06 .inner .flex_box02{
    flex-direction: column-reverse;
}
#section06 .inner .flex_box .imgbox {
    position: relative;
    width: 100%;
    padding-bottom: 70%; /* 4:5 비율 (원하면 변경 가능) */
    border-radius: 10px;
    overflow: hidden;
}

#section06 .inner .flex_box .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#section06 .inner .flex_box ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#section06 .inner .flex_box ul li{
    width: 100%;
    padding: 30px 25px;
    background-color: #121212;
    border-radius: 10px;
    display: flex;
    gap: 15px;
    color: #fff;
    padding: 20px 15px;
}
#section06 .inner .flex_box ul li .number{
    font-size: 14px;
    font-weight: 700;
    color: #99b6ff;
}
#section06 .inner .flex_box ul li .text span{
    font-size: 14px;
    font-weight: 300;
    color: #cccccc;
    margin-bottom: 5px;
    display: block;
}
#section06 .inner .flex_box ul li .text p{
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    word-break: keep-all;
}
/* //section06 */

/* section07 */
#section07{
    position: relative;
    background-color: #f3f0ef;
    padding: 50px 0;
    background-image: url(../img/section08_bg.png);
    background-repeat: no-repeat;
    background-position: 100% 15%;
    background-size: 50%;
}
#section07 .inner .textArea {
    width: 100%;
    margin-bottom: 100px;
}
#section07 .inner .textArea .tag {
    margin-bottom: 25px;
}
#section07 h2{
    color: #000;
}
#section07 .middle_text{
    color: #000;
}
#section07 .middle_text span{
    color: #e2a500;
}
#section07 .inner .textArea p {
    color: #555;
}
#section07 .inner .flex_box{
    display: flex;
    justify-content: space-between;
    gap: 50px;
    flex-direction: column;
}
#section07 .inner .flex_box .box{
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 650px;
    height: 500px;
    width: 90%;
    margin: 0 auto;
}
#section07 .inner .flex_box .box .textbox{
    background-color: #e9e6e5;
    border-radius: 20px;
    padding: 40px 20px 50px;
    height: 400px;
}
#section07 .inner .flex_box .box h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}
#section07 .inner .flex_box .box p{
    font-size: 14px;
    font-weight: 300;
    word-break: keep-all;
    line-height: 150%;
    color: #808080;
}
#section07 .inner .flex_box .box p span{
    display: block;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 10px;
}
#section07 .inner .flex_box .box .imgbox{
    width: 90%;
    position: absolute;
    max-width: 530px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    
    /* 반응형 비율 유지 */
    height: 0;
    padding-bottom: 55%; /* 4:3 비율 (원하면 변경 가능) */

    border-radius: 20px;
    overflow: hidden;
}

#section07 .inner .flex_box .box .imgbox img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* //section07 */


  .product_item {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
  }
.product_item .pro_txt{
	display: flex;
    flex-direction: column;
    gap: 10px;
	margin-bottom: 15px;
	}
.product_item .pro_txt .txt {
    font-size: 22px;
    font-weight: 700;
    color: #423a3a;
    margin-bottom: 10px;
  }
  .product_item .pro_txt .txt2 {
    font-size: 20px;
    line-height: 1.4;
  }
    .product_item .pro_txt .txt2 span {
    font-weight: 700;
    color: #8f0000;
  }
     .product_item .txt3 {
    font-size: 14px;
    line-height: 1.4;
    word-break: keep-all;
    margin-bottom: 20px;
  }
     .product_item .txt3 br{
   display:none;
  }
   .product_item .txt3 span{
    font-weight:700;
  }

   .product_item .txt4 {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    word-break: keep-all;
	margin-bottom:20px;
  }
   .product_item .txt4 span{
    font-weight:700;
	color: #003969;
  }
  .product_item .pro_image {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    overflow: hidden;
    padding: 15px;
    background: #ffffff;
  }
.product_item .pro_image li img{
	width:100%;
	}