@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/* 색 설정 */
:root {
    --main-color: #3797A6;
    --black-color : #151515;
    --white-color : #fff;
    --gradient : linear-gradient(90deg, #AEC74F 25.86%, #399EB0 65.05%);
}

/* size */
@media screen and (max-width: 1250px) { } /* tablet */
@media screen and (max-width: 650px) { } /* mobile */

.inner{ width:1440px; margin:0 auto; }
.sec_top{ padding-top: 80px; }
@media screen and (max-width: 1440px) { 
    .inner{ width:100%; padding:0 20px; }
}
@media screen and (max-width: 768px) { 
    .inner{ padding:0 10px; }
}
 /* tablet */
@media screen and (max-width: 650px) { 
    .paging_box{ font-size: 13px; }
} /* mobile */

/* 스크롤 커스텀 */
/* html::-webkit-scrollbar {width: 8px;}
html::-webkit-scrollbar-thumb {background-color: var(--main-color); border-radius: 10px;} */

/* 드래그 블록 커스텀 */
/* ::selection { background-color:var(--main-color); color:#fff; } */

.of {font-family: "Outfit", sans-serif;}
.pp{font-family: 'Paperlogy';}

/* default */
*{
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color : inherit;
    box-sizing: border-box;
    letter-spacing: inherit;
    line-height: inherit;
}

body{ font-family: 'Pretendard', sans-serif; font-weight: 500; font-size: 16px; letter-spacing: inherit; color: #151515; position: relative; }
a{ color:inherit; }
p { word-break: keep-all; font-weight: 500; }
b { font-weight: 700; }
img{max-width: 100%; vertical-align: top;}

.paging_box{ padding:10px 0; display:flex; align-items: center; justify-content: center; }

select{
    -webkit-appearance: none; -moz-appearance: none;  appearance: none;
    background: url('../img/common/select-icon.png') no-repeat 98% 50% #fff; 
}
select::-ms-expand{ display:none; }


/* @ header @ */
header { width: 100%; padding: 20px 0; transition: all 500ms; position: fixed; top: 0; left: 0; z-index: 101;  }
header.on { background: var(--white-color); box-shadow: 4px 2px 4px 0 rgba(0, 0, 0, 0.10); padding: 15px 0; }
header .inner { display: flex; justify-content: space-between; align-items: center; background-color: transparent; }
header .logo {  }
header nav {  }
header nav ul { display: flex; align-items: center; gap: 40px; }
header nav ul li { transition: 300ms; font-size: 18px; }
header nav ul li:hover{color: #3797A6;}

/* 플로팅 메뉴 */
.float_menu { position: fixed; bottom: 90px; right: 90px; z-index: 19; }
.float_menu ul { display: flex; flex-direction: column; gap: 15px; }
.float_menu ul li { filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.15)); cursor: pointer;}
.float_menu ul li a { display: block; width: 100%; height: 100%; }

@media screen and (max-width: 1440px) {
    header .logo { width: 120px; }
    .float_menu { bottom: 180px; right: 40px; }
}
@media screen and (max-width: 800px) {
    .float_menu {right: 20px; }

    header .logo { width: 90px; }
    header nav ul { gap: 20px; }
    header nav ul li { font-size: 16px; }
}
@media screen and (max-width: 480px) {
    .float_menu { bottom: 130px; right: 10px; }
    .float_menu ul li img { width: 40px; }
    header { padding: 10px 0; }
    header nav { width: 100%; }
    header .inner { width: 100%; flex-direction: column; gap: 15px; }
    header.on .logo{display: none;}
    header.on .inner{gap: 0;}
    header nav ul { width: 100%; justify-content: space-between; gap: 0; }
    header nav ul li { font-size: 14px; }
}


/* @ main @ */

/* common */
.titleBox { display: flex; flex-direction: column; gap: 10px; }
.titleBox .stick { width: 80px; height: 6px; background: var(--main-color); }
.sec2 .titleBox .stick { width: 80px; height: 6px; background: var(--white-color); }
.sec4 .titleBox .stick { background: var(--white-color); }
.titleBox .sec_title { font-size: 72px; font-weight: 500; color: var(--white-color); }
.titleBox .sec_title_text { font-size: 64px; line-height: 1.5; font-weight: 700; margin-top: 40px; color: var(--white-color); }
section p { transition:  font-size 200ms; }
main { font-family: 'Paperlogy'; }
.br1024{ display: none; }
.br800{ display: none; }
.br530{ display: none; }
.br480{ display: none; }

@media screen and (max-width: 1440px) {
    .titleBox .stick { width: 60px; }
    .titleBox .sec_title { font-size: 54px; }
    .titleBox .sec_title_text { font-size: 42px; }
}

@media screen and (max-width: 1024px) {
    .br1024{ display: block; }
    .titleBox .stick { margin: 0 auto; }
    .titleBox .sec_title { text-align: center; }
    .titleBox .sec_title_text { text-align: center; margin-top: 20px;}

}
@media screen and (max-width: 800px) {
    .br800{ display: block; }
}

@media screen and (max-width: 768px) {
    .titleBox .sec_title { font-size: 42px; }
    .titleBox .sec_title_text { font-size: 32px; }
}
@media screen and (max-width: 530px) {
    .br530{ display: block; }
}
@media screen and (max-width: 480px) {
    .br480{ display: block; }
    
    .titleBox .stick { height: 3px; }
    .titleBox .sec_title { font-size: 9vw; }
    .titleBox .sec_title_text { font-size: 7vw; }
}
/* sec1 */
section.sec1 { background: url('../img/main/sec1/bg.jpg') no-repeat center / cover; min-height: calc(100vh); display: flex; align-items: center; justify-content: center; text-align: center;  }
section.sec1 .inner {  }
.sec1 .sec1_title { font-size: 96px; font-weight: 700; background: var(--gradient);   -webkit-background-clip: text;   -webkit-text-fill-color: transparent;  }
.sec1 .t1 {font-size: 42px; font-weight: 700; margin: 20px 0 40px; line-height: 1.6; }
.sec1 ul { display: flex; align-items: center; justify-content: center; gap: 30px;  }
.sec1 ul li { font-size: 36px; padding: 15px 40px; font-weight: 700; color: var(--white-color); border-radius: 100px; transition:  font-size 300ms; }
.sec1 ul li.l_1 { background-color: var(--main-color); }
.sec1 ul li.l_2 { background-color: #AEC74F; }
.sec1 ul li.l_3 { background-color: var(--black-color); }
.sec1 .t2 { margin: 40px 0 90px; font-size: 32px; font-weight: 700;}
.sec1 .sec1_btn { transition: background 300ms; padding: 15px 0; width: 220px; display: block; font-size: 24px; font-weight: 700; border: 2px solid var(--black-color); border-radius: 5px; }
.sec1 .sec1_btn_hover {  display: block; width: fit-content; height: 100%; margin: 0 auto; }
.sec1 .sec1_btn_hover:hover .sec1_btn {  background: var(--main-color); border: 2px solid var(--main-color); color: var(--white-color); }

@media screen and (max-width: 1440px) {
    .sec1 .sec1_title {  font-size: 80px; }
    .sec1 .t1 { font-size: 32px; }

    .sec1 ul li { font-size: 28px; }
    .sec1 .t2 { font-size: 24px; line-height: 1.6; }

    .sec1 .sec1_btn { width: 200px; font-size: 20px; }
    
}

@media screen and (max-width: 800px) {
    .sec1 .sec1_title { font-size: 64px; }
    .sec1 .t1 { font-size: 26px; margin: 20px 0; }
    .sec1 ul { justify-content: center; gap: 15px; }
    .sec1 ul li { font-size: 20px; padding: 13px 20px; }
    .sec1 .sec1_btn { width: 150px; font-size: 16px; padding: 13px 0; }
    .sec1 .t2 { margin: 30px 0 70px; }
}
@media screen and (max-width: 480px) {
    .sec1 .sec1_title { font-size: 13vw; }
    .sec1 .t1 { font-size: 6vw; margin: 5px 0 20px; }
    .sec1 ul { flex-direction: column; }
    .sec1 ul li { max-width: 200px; width: 100%; font-size: 5vw; padding: 13px 10px; }
    .sec1 .t2 { font-size: 5vw; margin: 20px 0 40px; }
    .sec1 .sec1_btn { border: 1px solid var(--black-color); }
    section.sec1 { padding-top: 40px; }
}


/* sec2 */

section.sec2{ background: url('../img/main/sec2/bg.jpg') no-repeat center / cover; height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative;}
.waveBox{ height: 100%; }
section.sec2 .sec2_wave { position: absolute;top: -100%; left: 0;  animation: waveScroll 20s linear infinite; height: 100%;   }
section.sec2 .inner { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
section.sec2 .circle_Ul {}
section.sec2 main .titleBox .sec_title { color: var(--white-color); }
section.sec2 main .titleBox .sec_title_text { color: var(--white-color); }
section.sec2 main .titleBox .stick { background: var(--white-color); }

section.sec2 .sec2_wave.wave1 { top: -2px; }
section.sec2 .sec2_wave.wave2 { top: -100%; } /* 두 번째 이미지를 바로 위에 붙여줌 */

@keyframes waveScroll {
  0%   { transform: translateY(0); }
  100% { transform: translateY(100%); }
}
section.sec2 .circle_Ul li .item .t1::before { background: rgb(55, 151, 166); }

.circle_Ul { display: flex; flex-direction: column; gap: 50px; }
.circle_Ul li {}
.circle_Ul li .item { padding: 30px 60px; background: var(--white-color); border-radius: 100px;  }
.circle_Ul li .item .t1 { font-size: 20px; font-weight: 500; margin-bottom: 20px; position: relative; z-index: 2; }
.circle_Ul li .item .t1::before { content: ''; display: inline-block; width: 28px; height: 28px; border-radius: 100px; color: var(--main-color); position: absolute; top: -5px; left: -12px; z-index: -1; }
.sec1 .circle_Ul li .item .t1::before { content: ''; display: inline-block; width: 28px; height: 28px; border-radius: 100px; color: var(--main-color); position: absolute; top: -5px; left: -12px; z-index: -1; }
.circle_Ul li .item .t2 { font-size: 24px; font-weight: 700; }

@media screen and (max-width: 1440px) {
    .circle_Ul li .item .t1 { font-size: 18px; }
    .circle_Ul li .item .t2 { font-size: 20px; }
    .circle_Ul li .item { padding: 20px 40px; }
}
@media screen and (max-width: 1024px) {
    section.sec2 .sec2_wave { width: 89%; }
    section.sec2 .inner { flex-direction: column; gap: 40px; }
    .circle_Ul li .item { text-align: center; }
    .circle_Ul li .item .t1::before { width: 24px; height: 24px; }

    section.sec2 .circle_Ul li .item .t1::before { background: rgb(55, 151, 166); left: 186px; top: -5px;  }

}
@media screen and (max-width: 768px) {
    .circle_Ul { width: 100%; }
    .circle_Ul li .item .t1 { font-size: 16px; display: inline-block; }
    .circle_Ul li .item .t2 { font-size: 18px; }
    .circle_Ul li .item{ padding: 20px 20px; }
    .circle_Ul { gap: 25px; }
    section.sec2 .circle_Ul li .item .t1::before { left: -9px }
}
@media screen and (max-width: 530px) {
    .circle_Ul {width: 100%; }
    .circle_Ul li .item { padding: 20px 40px; }
    .circle_Ul li .item .t2 { line-height: 1.6; }

    .circle_Ul li .item .t1 { margin-bottom: 10px; font-size: 4vw; }
    .circle_Ul li .item .t2 { font-size: 4.5vw; }
    .circle_Ul li .item { width: 100%; padding: 15px 10px; }
    section.sec2 main .titleBox .sec_title_text { margin-top: 0; }
    section.sec2 .inner { gap: 25px; }
    .circle_Ul {  gap: 15px; }
}


/* sec3 */
section.sec3{background: url('../img/main/sec3/bg.jpg') no-repeat center / cover; min-height: 100vh; display: flex; align-items: center; justify-content: center;}
section.sec3 .inner {}
section.sec3 .stick { background; }
section.sec3 .sec_title { color: var(--main-color); }
section.sec3 .sec_title_text { font-size: 48px; color: var(--black-color); }
section.sec3 .sec3_div{ padding: 80px 60px; background: var(--white-color); display: flex; align-items: center; justify-content: space-between; border-radius: 20px; }

section.sec3 .circle_Ul {  }
section.sec3 .circle_Ul li {  }
section.sec3 .circle_Ul li .item { background: var(--main-color); color: var(--white-color); display: flex; align-items: center;  gap: 50px;}
section.sec3 .circle_Ul li .item .box { max-width: 530px; width: 100%; }

section.sec3 .circle_Ul li .item .t1 { width: fit-content;  margin-bottom: 20px; }
section.sec3 .circle_Ul li .item .t1::before  { background: rgba(255, 255, 255, 0.2); }
section.sec3 .circle_Ul li .item .t2 { width: fit-content; }

@media screen and (max-width: 1440px) {
    section.sec3 .sec_title_text { font-size: 38px; }
    section.sec3 .circle_Ul li .item { gap: 25px; }
    section.sec3 .sec3_div { padding: 60px 40px; }
}
@media screen and (max-width: 1024px) {
    section.sec3 .sec3_div { flex-direction: column; gap: 40px; }
}
@media screen and (max-width: 768px) {
    section.sec3 {padding: 30px 0;}
    section.sec3 .circle_Ul li .item { padding: 20px 50px; }
    section.sec3 .sec_title_text { font-size: 32px; }
    section.sec3 .sec3_div { padding: 40px 10px; }
    section.sec3 .circle_Ul .sec3_icon { width: 42px; }
    section.sec3 .circle_Ul li .item { padding: 20px 30px ; }
    
}
@media screen and (max-width: 530px) {
    section.sec3 .circle_Ul li .item .t1 { margin: 0 auto 20px; }
    section.sec3 .circle_Ul li .item { flex-direction: column; }
    section.sec3 .circle_Ul li .item .t2 { margin: 0 auto; }

    section.sec3 .circle_Ul li .item .box  { order: 1; }

    section.sec3 .sec3_div { gap: 25px; }
    section.sec3 .circle_Ul li .item { gap: 10px; }

    .circle_Ul li .item { border-radius: 20px; }
    section.sec3 main .titleBox .sec_title_text { margin-top: 0; }
    section.sec3 { background: var(--white-color); }
}
@media screen and (max-width: 480px) {
    section.sec3 .sec_title_text { font-size: 6.8vw; }
    section.sec3 .sec3_div { r }
}

/* sec4 */
section.sec4{}
.sec4_1{ background: url('../img/main/sec4/bg.jpg') no-repeat center / cover; height: 100vh; display: flex; align-items: center; justify-content: center; }
.sec4_1 .stick { background: var(--white-color); }
.sec4_1 .sec_title { color: var(--white-color); }
.sec4_1 .sec_title_text { color: var(--white-color); font-size: 48px; }
.sec4_1 .sec4_1_div { background: var(--main-color); padding: 100px 60px; display: flex; align-items: center; justify-content: space-between; border-radius: 20px; }

.sec4_2{background: #ECECEC; padding-top: 120px; }
.sec4_2 .sec4_2_title { font-size: 48px; font-weight: 500; text-align: center; color: var(--main-color); font-family: "Outfit", sans-serif; }
.sec4_2 ul { display: flex; width: calc(100% + 20px); margin-left: -10px; margin: 30px 0 80px; flex-wrap: wrap;}
.sec4_2 ul li {width: calc(100%/4); padding: 10px; }
.sec4_2 ul li .item { padding: 40px 0; display: flex; height: 100%; flex-direction: column; gap: 30px; align-items: center; justify-content: center; background-color: var(--white-color); border-radius: 20px; }
.sec4_2 ul li .item  .t1 { font-size: 42px; font-weight: 700; color: var(--main-color); }
.sec4_2 ul li .item  .t1 b { font-size: 24px; font-weight: 700; color: var(--black-color); }
.sec4_2 ul li .item  .t2 { font-size: 20px; font-weight: 700; }

.sec4_2 .sec4_banner { padding: 40px 0; display: flex; background: linear-gradient(270deg, #246771 0%, #3797A6 100%); }
.sec4_2 .sec4_banner .inner { display: flex; align-items: center; justify-content: space-between; }
.sec4_2 .sec4_banner .t1 { font-size: 42px; font-weight: 700; line-height: 1.6; font-family: 'Pretendard', sans-serif; color: var(--white-color); }

@media screen and (max-width: 1440px) {
    .sec4_1 .sec4_1_div { padding: 60px 40px; }
    .sec4_1 .sec_title_text { font-size: 38px; }
    .sec4_1 .sec4_1_div .sec4_img1 { width: 50%; }

    .sec4_2 .sec4_2_title { font-size: 36px; }
    .sec4_2 .sec4_2_icon { width: 52px; }
    .sec4_2 ul li .item .t1 { font-size: 32px; }
    .sec4_2 ul li .item .t2 { font-size: 18px; }
    .sec4_2 ul li .item { gap: 20px; }
    .sec4_2 .sec4_banner .t1 { font-size: 36px; }
}
@media screen and (max-width: 1280px) {
    .sec4_2 ul li { width: calc(100%/2); }

    .sec4_2 .sec4_2_icon { width: unset; }
    .sec4_2 ul li .item .t1 { font-size: 42px; }
    .sec4_2 ul li .item .t2 { font-size: 24px; }
    .sec4_2 ul li .item { padding: 60px 0; }
    .sec4_2 ul { width: unset; }
    .sec4_2 .se4_banner_img { width: 35%; }
}

@media screen and (max-width: 1024px) {
    .sec4_1 .sec4_1_div { flex-direction: column; gap: 20px; }
    .sec4_1 .sec4_1_div .sec4_img1 { width: 70%; } 
    .sec4_2 .sec4_banner .inner { flex-direction: column; gap: 30px; }
    .sec4_2 .sec4_banner .t1 { font-size: 32px; order: 1; text-align: center; }
    .sec4_2 .se4_banner_img { width: unset; order: 0;}
    
}
@media screen and (max-width: 768px) {
    .sec4_1 .sec_title_text { font-size: 32px; } 
    
    .sec4_2{ padding: 13vw 0 0; }
    .sec4_2 .sec4_2_icon { width: 48px; }
    .sec4_2 ul li .item .t1 { font-size: 24px; }
    .sec4_2 ul li .item .t1 b { font-size: 16px; }
    .sec4_2 ul li .item .t2 { font-size: 16px; text-align: center; }
    .sec4_2 ul li .item { padding: 30px 0; }
    .sec4_2 .se4_banner_img {}
    .sec4_2 .sec4_banner .t1 { font-size: 24px; }
    
}
@media screen and (max-width: 530px) {
    .sec4_1 .sec4_1_div .sec4_img1 { width: 100%; }
    .sec4_1 .sec_title_text { font-size: 6vw; }
    .sec4_1 .sec4_1_div { padding: 40px 25px; }
}
@media screen and (max-width: 480px) {
    .sec4_2 ul li { width: calc(100%/1); }
    .sec4_2 .sec4_2_icon { width: 12%; }
    .sec4_2 ul li .item .t1 { font-size: 6.8vw; }
    .sec4_2 ul li .item .t2 { font-size: 4.3vw; }
    .sec4_2 ul li .item { padding: 20px 0; gap: 15px; }
    .sec4_2 ul { margin: 30px 0 40px; }
    .sec4_2 .sec4_banner .t1 br { display: none; }
    .sec4_2 .sec4_banner .t1 br.br480 { display: block; }
    .sec4_2 .se4_banner_img { width: 100%; }
    .sec4_2 .sec4_banner .t1 { font-size: 5vw; }
}

/* sec5 */
section.sec5 { background: url('../img/main/sec5/bg.jpg') no-repeat center / cover; height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; }
.sec5 .inner { }
.sec5 .sec5_title { width: fit-content; margin: 0 auto;  font-size: 64px; font-weight: 700; background: var(--gradient);  background: linear-gradient(90deg, #AEC74F 24.86%, #399EB0 75.05%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.sec5 .t1 { font-size: 36px; line-height: 1.6; font-weight: 700; margin: 20px 0 70px; font-family: 'Pretendard', sans-serif; color: var(--white-color); }
.sec5 .sec5_btn { width: 200px; background: linear-gradient(90deg, #AEC74F 0%, #399EB0 100%); border: none; color: var(--white-color); padding: 15px 0; font-size: 20px; font-weight: 700; border-radius: 5px; }
.sec5 a { width: fit-content ; height: 100%; display: block; margin: 0 auto;  }
@media screen and (max-width: 1440px) {
    
}
@media screen and (max-width: 1024px) {
    .sec5 .sec5_title { font-size: 54px; }
    .sec5 .t1 { font-size: 32px; }
    .sec5 .sec5_btn { width: 180px; font-size: 18px; }
}
@media screen and (max-width: 768px) {
    .sec5 .sec5_title { font-size: 42px; }
    .sec5 .t1 { font-size: 26px; }
    .sec5 .sec5_btn { padding: 13px 0; width: 160px; font-size: 16px; }
    
}
@media screen and (max-width: 480px) {
    .sec5 .sec5_title { font-size: 10vw; }
    .sec5 .t1 { font-size: 5.2vw; }
    .sec5 .sec5_btn { font-size: 14px; }
}


/* @ footer @ */
footer { padding: 50px 0; color: #fff; background: var(--black-color);}
footer .inner { display: flex; align-items: center; }
footer .box1 h3 { }
footer .box1 .info_ul { margin: 20px 0 30px; max-width: 400px; width: 100%; display: flex; flex-wrap: wrap; gap: 15px; }
footer .box1 .info_ul li { color: #717171; font-weight: 500; }
footer .box1 .info_ul li span { font-size: 14px; font-weight: 400; }
footer .box1 .sns_ul { margin: 10px 0 30px; display: flex; align-items: center; gap: 20px; }
footer .box1 .sns_ul li {  }

footer .f_title { font-size: 28px; font-weight: 500; font-family: "Outfit", sans-serif; color: var(--main-color); }
footer .inner { display: flex; justify-content: space-between; }
footer .box2 { padding: 40px; display: flex;  flex-direction: column; background: #ECECEC; border-radius: 10px;}
footer .box2 .item { display: flex; align-items: center; gap: 10px; }
footer .box2 .item .text { font-size: 24px; font-family: "Outfit", sans-serif; color: var(--main-color); }
footer .box2 .box2_titleBox { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
footer .box2 .formBox { max-width: 590px; width: 100%; }
footer .formBox{}
footer .formBox .agreeCheckDiv{margin-bottom: 40px; margin-top: 0;}
footer .formBox .ipt{border-radius: 5px; }
footer .formBox .ipt::placeholder{ color: #888; font-weight: 400; font-size: 14px; }
footer .formBox .formList .iptBox { margin-top: 15px; }
footer .formBox .conBtn{ border-radius: 5px; width: 100%; padding: 20px 0; background: var(--main-color); border: none;}
footer .formList .label span { color: var(--main-color); }
footer .agreeCheckDiv label input[type="checkbox"] + .textBox { color: var(--black-color); }
footer .agreeCheckDiv label input[type="checkbox"] + .textBox::before { border: 1px solid var(--black-color); }
footer input[type=text], input[type=password], textarea { color: #151515; }
footer .formList > li { color: var(--black-color); }

.privacyPopup .titleBox { flex-direction: row; }


@media screen and (max-width: 1440px) {
    
}
@media screen and (max-width: 1024px) {
    

    footer .box2 textarea.ipt { height: 100px; }
    footer .formBox .agreeCheckDiv { margin-bottom: 0; }
    footer .formBox .conBtn { padding: 10px 0; }
    footer .inner { flex-direction: column; }

    footer .f_title { font-size: 24px; }
    footer .box2 .item .text { font-size: 20px; }
    footer .box2 { padding: 30px 30px; }

    footer .inner { gap: 100px; }
    footer .box1 { order: 2; }
    footer .box2 { order: 1; }

    footer .box1 .info_ul { max-width: 100%; }
    footer .box2 .formBox {max-width: 100%; }
    footer .box2 { width: 100%; }

    footer .item1 {  }
    footer .item1 h3 img { width: 120px; }
    footer .item2 { display: flex; justify-content: space-between; align-items: center; }
    footer .box1 .sns_ul { margin: 0; }

    footer .box1 .info_ul { }

    footer .btnWrap { display: flex; align-items: center; justify-content: space-between; }
    footer .formBox .conBtn { width: 200px; }
}   
@media screen and (max-width: 768px) {
    footer .box1 .info_ul li { font-size: 14px; }
    footer .box1 .info_ul li span { font-size: 12px; }
    footer .box1 .info_ul { flex-direction: column; }
    footer .inner { align-items: unset; }
}
@media screen and (max-width: 500px) {
    footer .btnWrap { flex-direction: column; align-items: unset; gap: 20px;}
    footer .formBox .conBtn { width: 100%; }
    footer .box1 .sns_ul li .sns_icon { width: 28px; }
    footer .box1 .f_img { width: 20%; }
    footer .inner { gap: 10vw; }
    footer .box2 { padding: 20px 10px; }

    
}

/*============================ privacy ============================*/
.f_popup_bg{ 
    background-color:rgba(0,0,0,0.5); position:fixed;
    left:0; top:0; width:100%; height:100%; z-index:9999; 
    display:flex; align-items: center; justify-content: center;
    padding:10px; font-family: 'Noto Sans KR', sans-serif;
    opacity:0; visibility: hidden; transition: all 0.5s;

}
.f_popup_bg.on{ opacity:1; visibility: visible; }
.f_popup_bg .popup_box{ width:90%; max-width:480px; }
.f_popup_bg .btn_wrap{ width:100%; display:flex; justify-content: flex-end; }
.f_popup_bg .btn_wrap .btn{ width:30px; height:30px; cursor:pointer; padding:0; }
.f_popup_bg .btn_wrap .btn span{ display:block; width:100%; height:2px; background-color:#fff;  }
.f_popup_bg .btn_wrap .btn span:nth-child(1){ transform: translateY(14px) rotate(-45deg); -webkit-transform: translateY(14px) rotate(-45deg); }
.f_popup_bg .btn_wrap .btn span:nth-child(2){ transform: translateY(12px) rotate(45deg); -webkit-transform: translateY(12px) rotate(45deg); }
.f_popup_bg .content_wrap{ background-color:#fff; overflow-y: scroll; max-height: 60vh; padding:40px 30px; margin-top:10px; }
.f_popup_bg .content_wrap p.title{ text-align:center; font-weight: 600; font-size: 20px;  }
.f_popup_bg .content_wrap p.content{ font-size: 16px; margin-top:30px; font-weight: 300;  }

@media screen and (max-width: 650px) {
    .f_popup_bg .content_wrap p.content{ font-size: 14px; margin-top: 20px; }
    .f_popup_bg .content_wrap{ padding: 20px 15px;  }
}