*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    font-family: 'Pretendard';
    -webkit-text-size-adjust:none;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cafe24Shiningstar';
    src: url('../font/Cafe24Shiningstar-v2.0.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
html, body {
    height: 100%;
    font-size: 38px;
    color: #fff;
    background-color: #282828;
}
li{list-style: none;}
a{text-decoration: none;}
img{vertical-align: middle;}

.fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-s {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
}

.fade-in-s.visible {
    opacity: 1;
    transform: translateX(0);
}

body::-webkit-scrollbar{width: 6px;}
body::-webkit-scrollbar-thumb{background-color: #969696; padding: 0 10px;}
body::-webkit-scrollbar-thumb:hover{background-color: #696969;}
body::-webkit-scrollbar-track{background-color: #eee; box-shadow: 0 0 6px rgba(0,0,0,0.1);}




#privacy {
  position: fixed; width: 100vw; height: 100vh; background: rgba(0,0,0,0.5); z-index: 110;
  align-items: center; justify-content: center; overflow: auto; display: flex; opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
}

#privacy.active{opacity: 1; pointer-events: auto;}
#privacy .pop_box {
  position: relative; width: 900px; max-width: 90%; max-height: 50vh; padding: 20px; background-color: #ffffff;
  box-shadow: 0 0 6px 1px rgb(0 0 0 / 30%); display: flex; flex-direction: column; transform: scale(0.95);
  transition: transform 0.3s ease; color: #282828;
}
#privacy.active .pop_box {transform: scale(1);}

#privacy .pop_box .pop_txt {flex: 1 1 auto; min-height: 0; overflow-y: auto; padding-right: 10px; font-size: 16px;}
#privacy .pop_box .pop_txt::-webkit-scrollbar {width: 6px;}
#privacy .pop_box .pop_txt::-webkit-scrollbar-thumb {background: #d8d8d8; border-radius: 4px;}
#privacy .pop_box .pop_btn {
  align-self: flex-end; width: 70px; height: 35px; font-size: 16px; font-weight: bold; margin-top: 15px; background-color: #969696;
  color: #fff; text-align: center; line-height: 35px; border-radius: 4px; cursor: pointer; flex-shrink: 0;
}
#privacy .pop_box .pop_txt .pop_title{font-size: 20px; font-weight: bold; margin-bottom: 10px;}
#privacy .pop_box .pop_txt .info_1{margin: 15px 0;}
#privacy .pop_box .pop_txt span{font-weight: bold;}
#privacy .pop_box .pop_txt p{margin: 10px 0 15px;}





#wrap{width: 100%;}
#wrap .t_inner{
    display: block; position: relative; width: 100%; max-width: 1328px; padding: 37px 20px;
    margin: 0 auto; text-align: center;
}
#wrap .t_inner img{ height: 26px; object-fit: cover; font-weight: normal;}

#wrap .inner{
    display: block; position: relative; width: 100%; max-width: 1328px; padding: 150px 20px;
    margin: 0 auto; text-align: center; z-index: 2;
}

#wrap .font_s{font-family: 'Cafe24Shiningstar'; font-size: 90px; color: #C00000;}


#maeil_1 {position: relative;  width: 100%;  overflow: hidden;}
#maeil_1 > img {width: 100%;  height: auto;  display: block;}
#maeil_1 .inner {
  display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100%; max-width: 1328px; padding: 150px 20px; margin: 0 auto; text-align: center;
  z-index: 2;
}
#maeil_1 .t_inner {position: absolute; top: 54px; left: 50%; transform: translate(-50%, -50%);}
#maeil_1 .font_s{color: #FFC64C;}




#maeil_1-2 {position: relative;  width: 100%;  overflow: hidden;}
#maeil_1-2 > img {width: 100%;  height: auto;  display: block; object-fit: cover; object-position: center;}
#maeil_1-2 .one_imgs{display: none;}
#maeil_1-2 .inner {display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100%; max-width: 1328px; padding: 150px 20px; margin: 0 auto; text-align: center;
  z-index: 2;
}
#maeil_1-2 .visual_text {display: flex; justify-content: flex-end;}
#maeil_1-2 .visual_text h1 {
    font-size: 70px; line-height: 1.5; text-align: center;
    text-shadow: 0px 5px 8px rgba(0,0,0,0.7);
}
#maeil_1-2 .visual_text .font_s {font-size: 110px; color: #ff0000;}
#maeil_1-2 .visual_text .one_sub{display: none;}




#maeil_2 {
    width: 100%; height: auto; position: relative; overflow: hidden; text-align: center;
    background-image: linear-gradient(to bottom,  #6e6e6e, rgba(248, 248, 248, 0.95), #f8f8f8);
    color: #282828;
    
}
#maeil_2 .two_txtbox{font-size: 60px; font-weight: bold; color: #fff; width: 1134px; height: 120px;
    display: flex; align-items: center; justify-content: center; text-align: center;
    margin: 210px auto 385px;  font-weight: normal;
    background: linear-gradient(to right, transparent 0%, rgba(92, 92, 92, 0.3) 3%, #5C5C5C 10%, #5C5C5C 90%,rgba(92, 92, 92, 0.3) 97%, transparent 100%);
}
#maeil_2 .two_txtbox span{font-weight: bold;}
#maeil_2 .two_txtsub{display: none;}
#maeil_2 h1{font-size: 80px; line-height: 1.5;}
#maeil_2 h1 .bold_red{font-weight: bold; color: #c61e1e;}
#maeil_2 .two_h_sub{display: none;}
#maeil_2 .news{overflow: hidden; position: absolute; width: 100%; height: auto; transform: translateY(150px);}
#maeil_2 .news_bg{overflow: hidden; position: absolute; width: 100%; height: auto; margin: 0 auto;}
#maeil_2 .news_bg img{width: 100%; object-fit: cover;}


#maeil_2-2 .inner{padding: 0 20px 150px;}
#maeil_2-2 {
    width: 100%; height: auto; position: relative; overflow: hidden; text-align: center;
    background-color: #f8f8f8; color: #282828;
}
#maeil_2-2 .two_line{display: block; align-items: center; justify-items: center; width: 1px; height: 100px; border-right: 2px solid #6e6e6e; margin: 50px auto 200px;}
#maeil_2-2 h2{font-size: 68px; line-height: 1.5; margin-bottom: 117px;}
#maeil_2-2 h2 span{font-weight: bold;}
#maeil_2-2 h2 span .bold_yel{color: #f0ac18;}
#maeil_2-2 .two_2_h_sub{display: none;}
#maeil_2-2 h3{font-size: 60px;}
#maeil_2-2 h3 span{font-weight: bold;}
#maeil_2-2 .two_txt{display: none;}
#maeil_2-2 .solu{width: 100%; height: 180px; display: block; position: relative; overflow: hidden; margin-bottom: 110px;}
#maeil_2-2 .solu li{
    position: relative; overflow: hidden; float: left; width: 300px; height: 170px; background-color: #6e6e6e;
    border-radius: 10px; margin-right: 25px; box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2); text-align: center;
    color: #fff; font-weight: bold; display: flex; align-items: center; justify-content: center;
}
#maeil_2-2 .solu li span{position: absolute; background-color: #fff; width: 18px; height: 18px; border-radius: 9px; left: 15px; top:15px;}
#maeil_2-2 .solu li:last-child{margin-right: 0px;}

#maeil_2-2 .point{margin: 302px auto 82px;}
#maeil_2-2 .two_txtbox{font-size: 60px; line-height: 1.5; text-align: right;}
#maeil_2-2 .two_txtbox span{font-weight: bold;}
#maeil_2-2 .two_txtbox p:nth-child(2){margin-bottom: 15px;}
#maeil_2-2 .two_txtbox .nhow{
    font-size: 80px; color: #fff; display: inline-block; background-color: #9b2626;
    margin: 15px 0; padding: 4px 10px; height: 96px; line-height: 90px;
}
#maeil_2-2 .two_txtbox .nhow span{color: #ffc64c;}
#maeil_2-2 .point_bg{overflow: hidden; position: absolute; width: 100%; height: auto; bottom: 0;}
#maeil_2-2 .point_bg img{width: 100%; object-fit: cover;}
#maeil_2-2 .point_1, #maeil_2-2 .point_2{overflow: hidden; position: absolute; width: 100%; height: auto;}
#maeil_2-2 .point_1 img, #maeil_2-2 .point_2 img{height: 410px; object-fit: cover;}
#maeil_2-2 .point_1{left: -55%; transform: translateY(250px) scale(-1, 1); filter: blur(1px);}
#maeil_2-2 .point_2{right: -55%; transform: translateY(750px) scale(-1, 1); filter: blur(1px);}


#maeil_3{
    width: 100%; height: auto; position: relative; overflow: hidden; text-align: center;
    background-image: url(../img/3_bg.png); background-size: cover; background-repeat: no-repeat;
    background-position: center center;
}
#maeil_3::before {
    content: ""; position: absolute; top: 25px; left: 25px; right: 25px; bottom: 25px;
    border: 1px solid #e5c592; z-index: 1;
}
#maeil_3 .g_bg{
    width: 850px;  height:370px; background-color: rgba(255,255,255,0.2); position: absolute;
    transform: rotate(140deg); left:-270px; top:-100px;
}
#maeil_3 .g_bg2{
    width: 850px;  height:370px; background-color: rgba(255,255,255,0.1); position: absolute;
    transform: rotate(140deg); right:-270px; bottom:-100px;
}


#maeil_3 .thr_line{display: block; align-items: center; justify-items: center; width: 1px; height: 50px; border-right: 1px solid #fff; margin: 80px auto 35px;}
#maeil_3 h1{margin: 30px 0 50px;}
#maeil_3 h1 .goldsub{display: none;}
#maeil_3 h2{font-size: 48px; color: #fff; font-weight: normal; margin-bottom: 134px;}
#maeil_3 .go_sub{display: none;}
#maeil_3 h2 span{font-weight: bold;}
#maeil_3 h3{font-size: 48px; font-weight: bold; margin-bottom: 52px;}
#maeil_3 form {
    max-width: 1130px; min-height: 80px; display: flex; align-items: center;
    justify-content: space-between; flex-wrap: wrap; z-index: 15; margin: 0 auto;
}
#maeil_3 form input{
    width: 33%; height: 80px; font-size: 22px; padding: 10px 20px; margin-bottom: 10px; background-color: rgba(255,255,255,0.7);
    border: none; box-sizing: border-box; border-radius: 2px; color: #282828; font-weight: 600;
}
#maeil_3 form input {margin: 0;}
#maeil_3 form input::placeholder{color: #282828; font-weight: 600;}
#maeil_3 form #submit_btn {background-color: #E5C592; font-weight: bold; height: 80px; cursor: pointer; color: #282828;}
#maeil_3 form label {
    display: flex; font-size: 16px; color: #fff; margin: 10px 4px 0 0;
    align-items: center; line-height: 1.5; font-weight: 600; letter-spacing: 0.1px;
}
#maeil_3 form .checkbox {display: flex; justify-content: flex-end; width: 100%; accent-color: #E5C592;}
#maeil_3 form .checkbox label:hover{cursor: pointer;}
#maeil_3 form .checkbox span{font-size: 14px; color: #dbdbdb; margin: 10px 10px 0 0; line-height: 1.6; cursor: pointer;}
#maeil_3 form .checkbox span:hover{color: #fff; font-weight: bold;}
#maeil_3 form label > input {width: 18px; height: 18px; margin-left: 10px; vertical-align: middle; cursor: pointer;}


#maeil_4{
    width: 100%; height: auto; position: relative; overflow: hidden; text-align: center;
    background-color: #f8f8f8; color: #282828;
}
#maeil_4 .fo_bg{position: absolute; top: 200px; left: 50%; transform: translateX(-50%);}
#maeil_4 .fo_bg img{object-fit: cover; display: block; object-position: center;}
#maeil_4 .fo_bg_bt{position: absolute; width: 100%; bottom: 0;}
#maeil_4 .fo_bg_bt img{width: 100%; object-fit: cover;}
#maeil_4 .fo_txt{width: auto; position: relative;}
#maeil_4 .fo_txt h1{font-size: 60px;}
#maeil_4 .fo_txt .fo_norm{line-height: 110px;}
#maeil_4 .fo_txt .font_s{
    color: #c00000; text-shadow: -1px 0 #c00000, 0 1px #c00000, 1px 0 #c00000, 0 -1px #c00000;
    letter-spacing: 2px;
}
#maeil_4 .fo_txt img{padding-bottom: 80px; margin-left: 300px;}
#maeil_4 .fo_bold{font-weight: bold; font-size: 70px;}
#maeil_4 .fo_note{width: 100%; height: auto; position: relative; overflow: hidden; padding: 0 107px; margin-bottom: 80px;}
#maeil_4 .fo_note .noteimg{width: 100%;}
#maeil_4 .fo_note .noteimg img{width: 100%; object-fit: cover;}
#maeil_4 .fo_note .noteimg2{display: none; width: 100%;}
#maeil_4 .fo_note .noteimg2 img{width: 100%; object-fit: cover;}
#maeil_4 .fo_txt2{width: auto; position: relative;}
#maeil_4 .fo_txt2 h1{font-size: 60px;}
#maeil_4 .fo_txt2 .fo_norm{line-height: 110px;}
#maeil_4 .fo_txt2 img{margin-right: 50px; padding-bottom: 50px;}
#maeil_4 .fo_txt2 .font_s{
    color: #c00000; text-shadow: -1px 0 #c00000, 0 1px #c00000, 1px 0 #c00000, 0 -1px #c00000;
    letter-spacing: 2px; font-size: 120px; margin: 0 5px;
}


#maeil_5{
    width: 100%; height: auto; overflow: visible; position: relative; text-align: center;
    background-color: #9b2626; background-image: url(../img/5_bg-2.png); background-size: cover;
    background-repeat: no-repeat; background-position: center;
}
#maeil_5 .fiv_box{
    position: absolute; top: 80px; right: 80px; left: 80px; bottom: 80px;
    background-color: #171717; background-image: url(../img/5_bg.png); background-size: cover;
    background-repeat: no-repeat; background-position: center;
}
#maeil_5 .fiv_bil{position: absolute; left: 0; bottom: 0; z-index: 1;}
#maeil_5 .fiv_mon{position: absolute; right: 0; bottom: 0; z-index: 1;}

#maeil_5 .font_s{margin-top: 70px; color: #FFC64C;}
#maeil_5 li:nth-child(2){margin-bottom: 168px;}
#maeil_5 .fiv_txt{font-size: 48px;}
#maeil_5 .fiv_txt span{font-weight: bold;}
#maeil_5 .fiv_txt{margin-bottom: 120px;}
#maeil_5 .fiv_txt .fiv_txtby{color: #FFC64C;}
#maeil_5 .fiv_txt img{margin-left: 420px; padding-bottom: 20px;}
#maeil_5 .fiv_txt_s{display: none;}
#maeil_5 .fiv_txt_s {line-height: 150%;}
#maeil_5 .fiv_txt_s img{margin-left: 330px; display: block;}
#maeil_5 .fiv_txt_l{font-size: 48px; font-weight: bold; line-height: 100px; margin-bottom: 70px;}
#maeil_5 .fiv_txt_l span{font-size: 80px; font-weight: bold;}
#maeil_5 .fiv_line{
    position: absolute; bottom: -50px; left: 50%; transform: translateX(-50%);
    width: 2px; height: 100px; border-right: 2px solid #e5c592; z-index: 2;
}


#maeil_6{width: 100%; height: auto; overflow: hidden; position: relative; background-color: #fff; color: #282828;}
#maeil_6 h1{color: #F0AC18; font-size: 58px; margin: 80px 0 87px; font-weight: bold;}
#maeil_6 h4{font-size: 38px;  margin:150px 0 53px 0; font-weight: normal;}
#maeil_6 .six_txt{font-size: 50px; line-height: 80px; font-weight: bold;}
#maeil_6 .six_txt span{color:#F0AC18; font-weight: bold;}
#maeil_6 h3{display: none;}
#maeil_6 h5{display: none;}
#maeil_6 .a_maeil_c{position: absolute; overflow: hidden; width: 500px; height: 500px; right: 0; transform: translateY(450px);}
#maeil_6 .a_maeil_c img{
    width: 100%; height: 100%;  object-fit: contain; 
    animation: rotate_image 20s linear infinite; transform-origin: 50% 50%;
}
@keyframes rotate_image{
    100%{
        transform: rotate(360deg);
    }
}
#maeil_6 .a_list{
    width: 100%; max-width: 1314px; height: 496px; overflow: hidden; position: relative;
    margin: 0 auto; background-color: rgba(255,255,255,0.3);
}
#maeil_6 .a_list .a_header{
    display: flex; justify-content: space-between; position: relative; padding: 0 49px; height: 70px; line-height: 70px; font-size: 24px; font-weight: bold;
    border-top: 2px solid #921515; border-bottom: 1px solid #c2c2c2; background-color: #f6f6f6; z-index: 5;
}
#maeil_6 .a_list .a_listbg{width: 100%; height: 426px; overflow: hidden; position: relative;}
#maeil_6 .a_list .a_header span{flex:0 0 15%; font-weight: bold;}
#maeil_6 .a_list ul{position: absolute; left: 0; width: 100%;}
#maeil_6 .a_list .a_listbg li{
    display: flex; align-items: center; justify-content: space-between; padding: 0 49px; height: 70px; line-height: 70px; border-bottom: 1px solid #ddd;
    font-size: 22px; color: #424242;
}
#maeil_6 .a_list .a_listbg li .state{
    width: 100%; height: 46px; line-height: 46px; text-align: center; background-color: #575757; border-radius: 23px;
    color:#fff; margin: 12px 0; font-weight: 500; flex: 0 0 15%;
}
#maeil_6 .a_list .a_listbg li .fullname{flex:1;}
#maeil_6 .a_list .a_listbg li .day{flex:0 0 15%; letter-spacing: 0.1px;}


#maeil_7{
    width: 100%; height: auto; overflow: hidden; position: relative;
    background-image: url(../img/last.jpg); background-size: cover; background-repeat: no-repeat;
    background-position: center center;
}
#maeil_7 .last_wrap{display: flex; justify-content: space-between; align-items: flex-start; gap:20px;}
#maeil_7 .last_info{width: 558px; height: auto; position: relative; overflow: hidden; padding: 70px 45px; border: 1px solid #fff; color: #fff;}
#maeil_7 .last_info::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(229, 197, 146, 0.5);
    z-index: -1;
}
#maeil_7 .last_info .info_txt{text-align: center; margin-bottom: 60px;}
#maeil_7 .last_info .info_txt img{margin: 20px 0 40px;}
#maeil_7 .last_info .info_txt h2{font-size: 36px; color: #fff; line-height: 140%; font-weight: normal;}
#maeil_7 .last_info .info_txt h2 span{font-size: 35px; font-weight: bold;}

#maeil_7 .last_info h3{font-size: 48px; font-weight: bold;}
#maeil_7 .last_info hr{display: block; position: relative; z-index: 2; margin: 32px 0 22px;}
#maeil_7 .last_info ul{display: flex; flex-wrap: wrap; position: relative; z-index: 2;}
#maeil_7 .last_info li{font-size: 24px; color: #ebebeb;}
#maeil_7 .last_info li:first-child{width: 38%; text-align: left; font-weight: 600;}
#maeil_7 .last_info li:nth-child(2){width: 62%; text-align: right; font-weight:300;}
#maeil_7 .last_info li:nth-child(2) span{font-size: 18px;}

#maeil_7 .last_form img{width: 484px; object-fit: cover; margin: 0 auto 40px auto; display: block;}
#maeil_7 .last_form{width: 550px; height: auto; padding-top: 40px;}
.last_form form{
    width: 100%; min-height: 90px; display: flex; align-items: flex-start;
    justify-content: space-between; flex-direction: column; text-align: right;
}
.last_form form input::placeholder{color: #282828; font-weight: 600;}
.last_form form input{
    width: 100%; height: 80px; font-size: 20px; padding: 10px 20px; background-color: rgba(255,255,255,0.7);
    border: none; box-sizing: border-box; border-radius: 2px; color: #282828; font-weight: 600;
}
.last_form form input {margin: 0 0 20px;}
.last_form form #submit_btn2 {display: inline-block; background-color: #e5c592; font-weight: bold; width: 310px; height: 80px;
margin: 60px 0 0; cursor: pointer; align-self: flex-end; color: #282828; font-weight: 600;}

.last_form  form label {
    display: flex; font-size: 16px; color: #fff; margin: 10px 4px 0 0;
    align-items: center; line-height: 1.5; font-weight: 600;
}
.last_form  form .checkbox2 {display: flex; justify-content: flex-end;  width: 100%; accent-color: #e5c592;}
.last_form  form .checkbox2 label:hover{cursor: pointer;}
.last_form  form .checkbox2 span{font-size: 14px; color: #dbdbdb; margin: 10px 10px 0 0; line-height: 1.6; cursor: pointer;}
.last_form  form .checkbox2 span:hover{color: #fff; font-weight: bold;}
.last_form  form .checkbox2 label >input{width: 18px; height: 18px; margin-left: 10px; margin-bottom: 0; vertical-align: middle; cursor: pointer;}


#slide{width: 100%; height: auto; position: relative; overflow: hidden; background-color: #f5f5f5;
display: flex; flex-wrap: wrap; justify-content: space-between; }
#slide .l_inner{max-width: 100%; padding: 50px 0;}
#slide #slide_box{display: flex; flex-wrap: wrap; padding: 0; margin: 0; list-style: none; text-align: center;}
#slide li{flex: 1; margin: 0 30px; background-color: #fff; border: 1px solid #e0e0e0;}
#slide li a img{margin: 0 auto; width: 100%; height: 100%; object-fit: cover;}


#topbt{
    position: fixed; right: 30px; top:50%; transform: translateY(-50%); width: 90px; height: 340px; background-color: #fff;
    border-radius: 14px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); display: none; 
    z-index: 100; justify-content: center; text-align: center; align-items: center; padding: 25px 9px;
}
#topbt li img{margin-bottom: 5px;}
#topbt li :last-child img{width: 34px; object-fit: cover;}
#topbt li{
    font-size: 16px; font-weight: bold; display: flex; flex-direction: column;
    align-items: center; justify-content: center; margin-bottom: 25px; color: #282828;
}
#topbt li:first-child img{width: 30px; object-fit: cover;}
#topbt li:nth-child(2){cursor: pointer;}
#topbt li:last-child{border-top: 1px solid #e6e6e6; margin-bottom: 0; padding: 20px 0 0;}
#topbt li a{display: flex; flex-direction: column; align-items: center; justify-content: center;
    color: #282828; font-size: 16px; font-weight: bold;}
#topbt li .up{flex-direction: row; align-items: center; justify-content: center;}
#topbt li a .material-symbols-outlined{
    font-size: 20px; line-height: 1; vertical-align: middle;
    display: inline-flex; align-items: center;
}

#topbt_m{
    width: 90px; height: auto; position: fixed; overflow: hidden; right: 7px; bottom: 210px; z-index: 10; font-size: 15px;
    align-items: center; justify-content: center; text-align: center; padding: 20px 5px; display: none;
}
#topbt_m .quick{
    right: 7px; width: 100%; height: 56px;
    display: flex; align-items: center; justify-content: center; 
}
#topbt_m .quick:hover{cursor: pointer;}
#topbt_m .quick span{
    width: 56px; height: 56px; background-color: #E5C592; color: #fff; font-weight: 600; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); 
    display: flex; align-items: center; justify-content: center; border-radius: 24px;
}
#topbt_m .quick_l{width: 100%; height: auto; background-color: #fff; border-radius: 18px; padding: 10px 5px;
     box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); margin-bottom: 15px;
     display: none; opacity: 0; transition: opacity 0.3s ease;
}
#topbt_m .quick_l.show{opacity: 1;}
#topbt_m .quick_l li img{margin-bottom: 8px; width: 25px; object-fit: cover;}
#topbt_m .quick_l li{
    font-weight: bold; display: flex; flex-direction: column; align-items: center; justify-content: center; 
    padding: 15px 0; border-bottom: 1px solid #eeeeee; color: #282828;
}
#topbt_m .quick_l li:nth-child(2){cursor: pointer;}
#topbt_m .quick_l li:last-child{border-bottom: none;}
#topbt_m .quick_l li a{display: flex; flex-direction: column; align-items: center; justify-content: center; color: #282828;}
#topbt_m .quick_l li .up{flex-direction: row; align-items: center; justify-content: center;}
#topbt_m .quick_l li a .material-symbols-outlined{
    font-size: 20px; line-height: 1; vertical-align: middle;
    display: inline-flex; align-items: center; 
}



footer{display: block; position: relative; text-align: center; width: 100%; height:auto;
background-color: #212121; padding: 60px 0 150px;}
.bh_dark_no .f_inner .f_logo {
    display: flex; justify-content: center; align-items: center; width: 100%;
    height: 30.2px; margin: 0 0 25px;
}
.bh_dark_no .f_inner .f_logo p {font-size: 14px; color: #fff; white-space: nowrap; font-weight: bold;}
.bh_dark_no .f_inner .f_logo img {display: block; width: 120px; height: auto; margin-right: 10px;}
.bh_dark_no .f_j .pri_pop{cursor: pointer; margin-right: 10px;}
.bh_dark_no .f_j .pri_pop:hover{border-bottom: 1px solid #eee;}
.f_inner .f_g{font-size: 12px; color: #bdbdbd; margin-bottom: 10px;}
.f_inner .f_line{margin: 0px 10px;}
.f_inner .f_j{font-size: 12px; color: #bdbdbd;}
.f_inner .f_g span, .f_j span{ font-weight: bold; color: #fff; margin-right: 10px;}
.f_inner .lastment{font-size: 11px; color: #757575; margin-top: 30px;}

.footer_m{display: none; font-size: 12px; color: #bdbdbd;}
.footer_m div{line-height: 19px;}
.footer_m div span{font-weight: bold; color: #fff; margin-right: 10px;}
.footer_m .f_1 span:hover{border-bottom: 1px solid #fff; cursor: pointer;}
.footer_m .f_2{margin-top: 20px; color: #757575;}



#b_menu{width: 100%; height: auto; position: fixed; bottom: 0; background-color: rgba(28, 28, 28, 0.6); overflow: hidden;
z-index: 10; font-size: 20px; color: #fff; backdrop-filter: blur(3px);}
#b_menu .b_inner{height: auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center;
flex-wrap: wrap; max-width: 1760px; margin: 0 auto;}
#b_menu form{width: 100%; display: flex; align-items: center;
justify-content: space-between; flex-wrap: wrap; margin: 0 auto;}
#b_menu form .b_txt{font-weight: bold; font-size: 24px; height: 90px; line-height: 90px; background-color: #000;
padding: 0 40px; margin-right: 250px;}
#b_menu form .b_txt span{font-weight: normal;}
#b_menu form input{width: 18%; height: 50px; padding: 10px 20px; font-size: 16px;}
#b_menu form .checkbox{width: auto; font-size: 16px; line-height: 18px;}
#b_menu form .checkbox input{width: 18px; height: 18px; accent-color: #E5C592; margin-left: 10px;
vertical-align: middle; cursor: pointer;}
#b_menu form .checkbox label{cursor: pointer; font-weight: bold;}
#b_menu form #submit_btn3{width: 200px; background-color: #E5C592; border: none; font-weight: bold;
color: #282828; border-radius: 2px; cursor: pointer;}




@media screen and (min-width: 1589px) {
    #topbt_m {display: none !important;}
}

@media (min-width:1251px) and (max-width: 1588px) {
    #topbt{display: none !important;}
    #wrap .inner{padding: 150px 40px;}
    #topbt_m {display: block !important;}

    #maeil_1 {height: 1000px;}
    #maeil_1 > img{height: 1000px; object-fit: cover;}
    #maeil_1 .font_s{font-size: 70px;}
    #maeil_1 .m_logo_m img, #maeil_1 .m_logo_s img{width: 800px; object-fit: cover;}
    
    #maeil_1-2{height: 600px;}
    #maeil_1-2 > img{height: 600px; object-fit: cover;}
    #maeil_1-2 .visual_text{margin-right: 80px; margin-bottom: 30px;}
    #maeil_1-2 .visual_text h1{font-size: 50px;}
    #maeil_1-2 .visual_text .font_s{font-size: 90px;}

    #maeil_2 .two_txtbox{font-size: 50px; height: 100px; width: 90%;}
    #maeil_2 h1{font-size: 70px;}
    
    #maeil_2-2 .inner{padding: 0 40px 150px;}
    #maeil_2-2 h2{font-size: 60px;}
    #maeil_2-2 h3{font-size: 50px;}
    #maeil_2-2 .solu li{width: 23%; margin-right: 2.5%;}
    #maeil_2-2 .point img{width: 90px; object-fit: cover;}    
    #maeil_2-2 .two_txtbox{font-size: 50px; line-height: 1.5; text-align: center;}
    #maeil_2-2 .two_txtbox .nhow{font-size: 70px; margin: 10px 0;}
    #maeil_2-2 .point_1{left: -75%;}
    #maeil_2-2 .point_2{right: -75%;}

    #maeil_3 h1 img{width: 800px; object-fit: cover;}
    #maeil_3 h2{font-size: 40px;}
    #maeil_3 h3{font-size: 40px; margin-bottom: 30px;}
    #maeil_3 .g_bg{top: -200px;}
    #maeil_3 .g_bg2{bottom: -200px;}

    #maeil_4 .inner{padding: 150px 40px 120px;}

    #maeil_5 .font_s{font-size: 80px;}
    #maeil_5 .fiv_img > img{width: 800px; object-fit: cover;}
    #maeil_5 .fiv_bil img{width: 300px;}
    #maeil_5 .fiv_mon img{width: 450px;}

    #maeil_6 .a_maeil_c{width: 300px; height: 300px; transform: translateY(700px);}    
    
    
    #b_menu form .b_txt{padding: 0 30px; margin-right: 130px;}
    #b_menu form input, #b_menu form #submit_btn3{width: 17%;}

}

@media (min-width:1024px) and (max-width: 1250px){
    #topbt{display: none !important;}
    #topbt_m {display: block !important;}
    #wrap .inner{padding: 150px 40px;}

    #maeil_1 {height: 1000px;}
    #maeil_1 > img{height: 1000px; object-fit: cover;}
    #maeil_1 .font_s{font-size: 70px;}
    #maeil_1 .m_logo_m img, #maeil_1 .m_logo_s img{width: 800px; object-fit: cover;}

    #maeil_1-2{height: 540px;}
    #maeil_1-2 > img{height: 540px; object-fit: cover;}
    #maeil_1-2 .visual_text{margin-right: 50px; margin-bottom: 30px;}
    #maeil_1-2 .visual_text h1{font-size: 50px;}
    #maeil_1-2 .visual_text .font_s{font-size: 90px;}

    #maeil_2 .two_txtbox{font-size: 50px; height: 100px; width: 90%;}
    #maeil_2 h1{font-size: 70px;}

    #maeil_2-2 .inner{padding: 0 40px 150px;}
    #maeil_2-2 h2{font-size: 60px;}
    #maeil_2-2 h3{font-size: 50px;}
    #maeil_2-2 .solu li{width: 23%; margin-right: 2.5%;}
    #maeil_2-2 .solu li span{width: 15px; height: 15px;}
    #maeil_2-2 .point img{width: 90px; object-fit: cover;}    
    #maeil_2-2 .two_txtbox{font-size: 50px; line-height: 1.5; text-align: center;}
    #maeil_2-2 .two_txtbox .nhow{font-size: 70px; margin: 10px 0;}
    #maeil_2-2 .point_1{left: -80%;}
    #maeil_2-2 .point_2{right: -80%;}

    #maeil_3{background-position: calc(50% - -800px) center;}
    #maeil_3 h1 img{width: 800px; object-fit: cover;}
    #maeil_3 h2{font-size: 40px;}
    #maeil_3 h3{font-size: 40px; margin-bottom: 30px;}
    #maeil_3 .g_bg{top: -250px;}
    #maeil_3 .g_bg2{bottom: -250px;}

    #maeil_4 .fo_note{padding: 0 20px;}
    #maeil_4 .fo_bg_bt{height: 500px;}
    #maeil_4 .fo_bg_bt img{height: 500px; object-fit: cover;}

    #maeil_5 .fiv_box{top:50px; right: 50px; left: 50px; bottom: 50px;}
    #maeil_5 li{text-align: center;}
    #maeil_5 .fiv_txt{display: none;}
    #maeil_5 .fiv_txt_s{display: block;}
    #maeil_5 .fiv_txt_s .fiv_line_img{display: block; margin:0 auto}
    #maeil_5 .font_s{font-size: 80px;}
    #maeil_5 .fiv_img > img{width: 800px; object-fit: cover;}
    #maeil_5 .fiv_bil img{width: 250px;}
    #maeil_5 .fiv_mon img{width: 350px;}

    #maeil_6 .a_maeil_c{width: 300px; height: 300px; transform: translateY(650px);}
    #maeil_6 h2{display: none;}
    #maeil_6 h5{display: block;}

    #maeil_7 .last_info h1{font-size: 38px;}
    #maeil_7 .last_info h2{font-size: 24px; line-height: 44px;}
    #maeil_7 .last_info h3{font-size: 40px;}
    #maeil_7 .last_info li{font-size: 20px;}
    #maeil_7 .last_info li:nth-child(2) span{font-size: 16px;}
    #maeil_7 .last_form{padding: 50px 0 0 20px;}
    #maeil_7 .last_form img{width: 400px;}
    #maeil_7 .last_form .maeil_logo img{width: 150px;}
    #maeil_7 .last_form form input{height: 65px; font-size: 18px;}
    #maeil_7 .last_form form #submit_btn2{height: 65px; width: 280px; margin-top: 60px;}
    #maeil_7 form .checkbox2 label{height: 30px; font-size: 16px; line-height: 30px;}
    #maeil_7 form .checkbox2 label input{height: 30px;}
    #maeil_7 form .checkbox2 span{ line-height: 28px;}    

    #b_menu form .b_txt{display: none;}
    #b_menu .b_inner{padding: 20px 20px;}
    #b_menu form input, #b_menu form #submit_btn3{width: 25%;}

}
@media (min-width:768px) and (max-width: 1023px){
    #topbt{display: none !important;}
    #topbt_m {display: block !important;}

    #privacy .pop_box{max-width: 75%;}

    #wrap .inner{padding: 150px 20px;}

    #maeil_1 {height: 900px;}
    #maeil_1 > img{height: 900px; object-fit: cover;}
    #maeil_1 .font_s{font-size: 70px;}
    #maeil_1 .m_logo_m img, #maeil_1 .m_logo_s img{width: 600px; object-fit: cover;}

    #maeil_1-2{height: 540px;}
    #maeil_1-2 > img{height: 540px; object-position: calc(50% - -50px) center;}
    #maeil_1-2 .visual_text{justify-content: center; margin-bottom: 30px;}
    #maeil_1-2 .visual_text h1{font-size: 50px;}
    #maeil_1-2 .visual_text .font_s{font-size: 90px;}

    #maeil_2 .news img{width: 80%;}
    #maeil_2 .two_txtbox{font-size: 40px; height: 100px; width: 100%; margin: 150px 0 350px;}
    #maeil_2 h1{font-size: 60px;}

    #maeil_2-2 .inner{padding: 0 20px 150px;}
    #maeil_2-2 h2{font-size: 50px; margin-bottom: 90px;}
    #maeil_2-2 h3{display: none;}
    #maeil_2-2 .two_line{height: 80px;}
    #maeil_2-2 .two_txt{display: block; font-size: 50px; line-height: 150%;}
    #maeil_2-2 .solu{margin-bottom: 90px;}
    #maeil_2-2 .solu li{width: 23%; margin-right: 2.5%; font-size: 30px;}
    #maeil_2-2 .solu li span{width: 15px; height: 15px;}
    #maeil_2-2 .point {margin: 250px 0 80px;}
    #maeil_2-2 .point img{width: 70px; object-fit: cover;}    
    #maeil_2-2 .two_txtbox{font-size: 45px; line-height: 1.5; text-align: center;}
    #maeil_2-2 .two_txtbox .nhow{font-size: 60px; margin: 10px 0; height: 80px; line-height: 70px;}
    #maeil_2-2 .point_bg img{height: 540px; object-position: calc(50% - -150px) center;}
    #maeil_2-2 .point_1{left: -80%; transform: translateY(200px)}
    #maeil_2-2 .point_2{right: -80%; transform: translateY(650px)}

    #maeil_3{background-position: calc(50% - -1000px) center;}
    #maeil_3 .inner{padding: 150px 50px;}
    #maeil_3 h1 img{width: 650px; object-fit: cover;}
    #maeil_3 h2{display: none;}
    #maeil_3 .go_sub{display: block; font-size: 40px; line-height: 150%;}
    #maeil_3 h3{font-size: 40px; margin-bottom: 30px;}
    #maeil_3 form input{width: 100%; margin-bottom: 15px; height: 85px;}
    #maeil_3 form input:last-child{margin-bottom: 0;}
    #maeil_3 form #submit_btn {width: 100%; height: 85px; margin-bottom: 0; margin-left: auto;}
    #maeil_3 .g_bg{top: -350px; left:-320px;}
    #maeil_3 .g_bg2{bottom: -350px; right: -320px;}

    #maeil_4 .fo_bg{display: none;}
    #maeil_4 .fo_txt h1{font-size: 50px;}
    #maeil_4 .fo_txt h1 .fo_bold{font-size: 60px;}
    #maeil_4 .fo_txt h1 .font_s{font-size: 80px; margin-left: 5px;}
    #maeil_4 .fo_txt img{margin-left: 260px;}
    #maeil_4 .fo_txt2 h1{font-size: 50px;}
    #maeil_4 .fo_txt2 h1 .fo_bold{font-size: 60px;}
    #maeil_4 .fo_txt2 h1 .font_s{font-size: 100px;}
    #maeil_4 .fo_note{padding: 0 20px;}
    #maeil_4 .fo_bg_bt{height: 500px;}
    #maeil_4 .fo_bg_bt img{height: 500px; object-fit: cover;}

    #maeil_5 .fiv_box{top:50px; right: 50px; left: 50px; bottom: 50px;}
    #maeil_5 ul{overflow: hidden;}
    #maeil_5 li{text-align: center;}
    #maeil_5 li:nth-child(2){margin-bottom: 120px;}
    #maeil_5 .fiv_txt{display: none;}
    #maeil_5 .fiv_txt_s{display: block; font-size: 40px; margin-bottom: 100px;}
    #maeil_5 .fiv_txt_s .fiv_line_img{display: block; margin: 0 auto; width: 430px;}
    #maeil_5 .fiv_txt_l{font-size: 40px; line-height: 200%;}
    #maeil_5 .fiv_txt_l span{font-size: 65px;}
    #maeil_5 .font_s{font-size: 70px;}
    #maeil_5 .fiv_img > img{width: 600px; object-fit: cover;}
    #maeil_5 .fiv_bil img{width: 200px;}
    #maeil_5 .fiv_mon img{width: 300px;}

    #maeil_6 .a_maeil_c{width: 300px; height: 300px; transform: translateY(650px);}
    #maeil_6 h1{font-size: 48px;}
    #maeil_6 h2{display: none;}
    #maeil_6 h4{font-size: 30px;}
    #maeil_6 h5.six_txt{display: block; font-size: 40px; line-height: 150%;}
    #maeil_6 .a_list{height: 420px;}
    #maeil_6 .a_list .a_header{height: 60px; font-size: 20px; line-height: 60px;}
    #maeil_6 .a_list .a_listbg li{height: 60px; line-height: 60px; font-size: 18px;}
    #maeil_6 .a_list .a_listbg li .state{height: 38px; width: 90px; line-height: 38px;}

    #maeil_7 .last_wrap {display: flex; flex-direction: column; align-items: center;}
    #maeil_7 .last_info, #maeil_7 .last_form{width: 100%;}
    #maeil_7 .last_info .info_txt{text-align: center;}
    #maeil_7 .last_form{padding: 80px 0 0;}
    #maeil_7 .last_form .maeil_logo img{width: 150px;}
    #maeil_7 .last_form form input{height: 85px; font-size: 22px; margin-bottom: 15px;}
    #maeil_7 .last_form form input:last-child{margin-bottom: 0;}
    #maeil_7 .last_form form #submit_btn2{height: 85px; width: 100%; margin-top: 0;}
    #maeil_7 form .checkbox2 label{height: 30px; font-size: 16px; margin-top: 0px; line-height: 50px;}
    #maeil_7 form .checkbox2 span{ line-height: 28px; margin-top: 0;}

    #slide .l_inner{padding: 30px 0;} 

    footer{padding: 60px 0 188px;}

    #b_menu form .b_txt{display: none;}
    #b_menu .b_inner{padding: 20px 20px;}
    #b_menu form input{width: 49%; height: 30px; font-size: 12px;}
    #b_menu form input{padding: 0 10px;}
    #b_menu form .checkbox{width: 100%; text-align: center; margin: 10px 0;}
    #b_menu form .checkbox label{font-size: 14px; line-height: 18px;}
    #b_menu form .checkbox input{width: 14px; height: 14px;}
    #b_menu form #submit_btn3{width: 100%; height: 40px; font-size: 14px;}


}

@media (min-width:320px) and (max-width: 767px){
    #privacy .pop_box{padding: 20px 15px;}
    #privacy .pop_box .pop_txt .pop_title{font-size: 14px;}
    #privacy .pop_box .pop_txt {font-size: 11px;}
    #privacy .pop_box .pop_btn{width: 50px; height: 25px; font-size: 14px; line-height: 25px;}
    #privacy .pop_box .pop_txt::-webkit-scrollbar {width: 4px;}


    #topbt{display: none !important;}

    #wrap .inner{padding: 80px 15px;}

    #maeil_1 .t_inner img{height: 20px; object-fit: cover;}
    #maeil_1 {height: 700px;}
    #maeil_1 > img{height: 700px; object-fit: cover;}
    #maeil_1 .font_s{font-size: 40px;}
    #maeil_1 .m_logo_m img, #maeil_1 .m_logo_s img{width: 290px; object-fit: cover;}

    #maeil_1-2{height: 350px;}
    #maeil_1-2 > img{display: none;}
    #maeil_1-2 .one_imgs{
        display: block; width: 100%; height: 350px; object-fit: cover; object-position: center;
    }
    #maeil_1-2 .visual_text{justify-content: center;}
    #maeil_1-2 .visual_text h1{display: none;}
    #maeil_1-2 .visual_text .one_sub{display: block; font-size: 30px; text-shadow: 0px 4px 4px rgba(0,0,0,1);}
    #maeil_1-2 .visual_text .font_s{font-size: 50px;}

    #maeil_2 .news{transform: translateY(75px);}
    #maeil_2 .news img{max-width: 430px; width: 90%;}
    #maeil_2 .two_txtbox{display: none;}
    #maeil_2 .two_txtsub{display: block; font-size: 28px; padding: 5px 0; height: auto; width: 100%; max-width: 500px; margin: 50px auto 150px;} 
    #maeil_2 h1{display: none;}   
    #maeil_2 .two_h_sub{display: block; font-size: 35px;}
    
    #maeil_2-2 .inner{padding: 0px 15px 80px;}
    #maeil_2-2 h2{display: none;}
    #maeil_2-2 .two_2_h_sub{display: block; font-size: 26px; margin-bottom: 60px;}
    #maeil_2-2 h3{display: none;}
    #maeil_2-2 .two_line{height: 40px; margin: 0 auto 80px;}
    #maeil_2-2 .two_txt{display: block; font-size: 28px; line-height: 150%;}
    #maeil_2-2 .solu{margin-bottom: 60px; height: auto;}
    #maeil_2-2 .solu li{width: 100%; height: 60px; font-size: 22px; margin-bottom: 20px;}
    #maeil_2-2 .solu li span{width: 10px; height: 10px;}
    #maeil_2-2 .point {margin: 140px 0 60px;}
    #maeil_2-2 .point img{width: 50px; object-fit: cover;}
    #maeil_2-2 .two_txtbox{font-size: 28px; line-height: 1.5; text-align: center;}
    #maeil_2-2 .two_txtbox .nhow{font-size: 32px; margin: 5px 0; height: 60px; line-height: 50px;}
    #maeil_2-2 .point_bg img{height: 300px; object-position: calc(50% - -120px) center;}
    #maeil_2-2 .point_1{left: -40%; transform: translateY(200px); height: 200px;}
    #maeil_2-2 .point_1 img{height: 200px; object-fit: cover;}
    #maeil_2-2 .point_2{right: -40%; transform: translateY(550px); height: 200px;}
    #maeil_2-2 .point_2 img{height: 200px; object-fit: cover;}

    #maeil_3 .inner{padding: 80px 30px;}
    #maeil_3{background-position: calc(50% - -800px) center;}
    #maeil_3::before{top: 10px; left: 10px; right: 10px; bottom: 10px;}
    #maeil_3 .thr_line{height: 40px; margin: 0 auto 40px;}
    #maeil_3 h1{text-align: center;}
    #maeil_3 h1 img{display: none;}
    #maeil_3 h1 .goldsub{display: block; width: 290px; object-fit: cover; margin: 0 auto;}
    #maeil_3 h2{display: none;}
    #maeil_3 .go_sub{display: block; font-size: 26px; line-height: 150%; margin-bottom: 80px;}
    #maeil_3 h3{font-size: 30px; margin-bottom: 30px;}
    #maeil_3 form input{width: 100%; height: 55px; margin-bottom: 15px; font-size: 16px;}
    #maeil_3 form input:last-child{margin-bottom: 0;}
    #maeil_3 form .checkbox label{font-size: 14px; line-height: 18px;}
    #maeil_3 form .checkbox span{font-size: 12px; line-height: 18px;}
    #maeil_3 form #submit_btn {height: 55px; margin-top: 0; margin-bottom: 0;}
    #maeil_3 .g_bg{top: -350px; left:-350px;}
    #maeil_3 .g_bg2{bottom: -350px; right: -350px;}

    #maeil_4 .inner{padding: 80px 10px 30px;}
    #maeil_4 .fo_bg{display: none;}
    #maeil_4 .fo_txt h1{font-size: 26px;}
    #maeil_4 .fo_txt .fo_norm{line-height: 150%;}
    #maeil_4 .fo_txt h1 .fo_bold{font-size: 32px;}
    #maeil_4 .fo_txt h1 .font_s{
        font-size: 40px; margin-left: 5px;
        text-shadow: -0.5px 0 rgba(192, 0, 0,0.7), 0 0.5px rgba(192, 0, 0,0.7), 0.5px 0 rgba(192, 0, 0,0.7), 0 -0.5px rgba(192, 0, 0,0.7);
    }
    #maeil_4 .fo_txt img{margin-left: 130px; width: 156px; padding: 0 0 40px;}
    #maeil_4 .fo_txt2 .fo_norm{line-height: 150%;}
    #maeil_4 .fo_txt2 h1{font-size: 28px;}
    #maeil_4 .fo_txt2 h1 .fo_bold{font-size: 35px;}
    #maeil_4 .fo_txt2 h1 .font_s{
        font-size: 55px;
        text-shadow: -0.5px 0 rgba(192, 0, 0,0.7), 0 0.5px rgba(192, 0, 0,0.7), 0.5px 0 rgba(192, 0, 0,0.7), 0 -0.5px rgba(192, 0, 0,0.7);
    }
    #maeil_4 .fo_txt2 img{width: 58px; margin-right: 30px;}
    #maeil_4 .fo_note{padding: 0 0; margin-bottom: 40px;}
    #maeil_4 .fo_note .notesub{display: none;}
    #maeil_4 .fo_note .notesub2{display: flex;}
    #maeil_4 .fo_note .noteimg{display: none;}
    #maeil_4 .fo_note .noteimg2{display: block; max-width: 400px; margin: 0 auto;}
    #maeil_4 .fo_note .noteimg2 img{ width: 100%; object-fit: cover;}
    #maeil_4 .fo_bg_bt{height: 200px;}
    #maeil_4 .fo_bg_bt img{height: 200px; object-fit: cover;}
    
    #maeil_5 .inner{padding: 70px 15px;}
    #maeil_5 .fiv_box{top:10px; right: 10px; left: 10px; bottom: 10px;}
    #maeil_5 li{text-align: center;}
    #maeil_5 li:nth-child(2){margin-bottom: 80px;}
    #maeil_5 .fiv_txt{display: none;}
    #maeil_5 .fiv_txt_s{display: block; font-size: 26px; margin-bottom: 60px;}
    #maeil_5 .fiv_txt_s .fiv_line_img{display: block; margin: 0 auto; width: 268px;}
    #maeil_5 .fiv_txt_l{font-size: 28px; line-height: 200%;}
    #maeil_5 .fiv_txt_l span{font-size: 40px;}
    #maeil_5 .font_s{font-size: 40px; margin-top: 0;}
    #maeil_5 .fiv_img > img{width: 290px; object-fit: cover;}
    #maeil_5 .fiv_bil img{width: 100px;}
    #maeil_5 .fiv_mon img{width: 180px;}
    #maeil_5 .fiv_line{height: 60px; bottom: -30px;}

    #maeil_6 .inner{padding: 80px 15px;}
    #maeil_6 .a_maeil_c{width: 80px; height: 80px; left: 50%; transform: translateX(-45%) translateY(462px);}
    #maeil_6 .a_maeil_c img{filter: brightness(97%);}
    #maeil_6 h1{font-size: 22px; margin: 15px 0 30px 0;}
    #maeil_6 h2{display: none;}
    #maeil_6 .six_txts{display: block; font-size: 22px; line-height: 30px; font-weight: bold; letter-spacing: -0.4px;}
    #maeil_6 .six_txts span{color:#F0AC18; font-weight: bold;}
    #maeil_6 h4{font-size: 18px; margin: 120px 0 50px; line-height: 150%; font-weight: normal;}
    
    #maeil_6 .a_list{height: 293px;}
    #maeil_6 .a_list .a_header{height: 50px; font-size: 14px; line-height: 50px; padding: 0 10px;}
    #maeil_6 .a_list .a_listbg li{height: 40px; line-height: 40px; font-size: 12px; padding: 0 10px;}
    #maeil_6 .a_list .a_listbg li .state{font-size: 9px; height: 25px; line-height: 25px; border-radius: 12px; letter-spacing: 0.1px;}

    #maeil_7 { background-position: calc(50% - -100px) center;}
    #maeil_7 .inner{padding: 80px 15px;}
    #maeil_7 .last_wrap {display: flex; flex-direction: column; align-items: center;}
    #maeil_7 .last_wrap .last_info, #maeil_7 .last_form{width: 100%;}
    #maeil_7 .last_wrap .last_info{padding: 40px 15px;}
    #maeil_7 .last_wrap .last_info .info_txt{text-align: center; margin-bottom: 50px;}
    #maeil_7 .last_wrap .last_info .info_txt img{width: 28px; object-fit: cover;}
    #maeil_7 .last_wrap .last_info h2{font-size: 22px;}
    #maeil_7 .last_wrap .last_info h2 span{font-size: 24px;}
    #maeil_7 .last_wrap .last_info h3{font-size: 30px;}
    #maeil_7 .last_wrap .last_info ul{padding: 0;}
    #maeil_7 .last_wrap .last_info li{font-size: 14px;}
    #maeil_7 .last_info li:nth-child(2) span{font-size: 12px;}
    #maeil_7 .last_wrap .last_info hr{margin: 25px 0 15px;}
    #maeil_7 .last_info::before{top: 5px; right: 5px; bottom: 5px; left: 5px;}
    
    #maeil_7 .last_form img{width: 280px;}
    #maeil_7 .last_form form input{font-size: 16px; height: 55px;}
    #maeil_7 form input, #maeil_7 form{width: 100%; height: auto; margin-bottom: 15px; font-size: 20px;}
    #maeil_7 form input:last-child{margin-bottom: 0;}
    #maeil_7 form #submit_btn2{width: 100%; height: 55px; margin-top: 0;}
    #maeil_7 form .checkbox2 input{width: 18px; height: 18px;}
    #maeil_7 form .checkbox2 label{font-size: 14px; line-height: 18px;}
    #maeil_7 form .checkbox2 span{font-size: 12px; line-height: 18px;}

    #slide .l_inner{padding: 20px 0;}       

    .f_inner .f_g, .f_inner .f_j,.f_inner .lastment{display: none;}
    footer{padding: 60px 0 188px;}
    .footer_m{display: block;}

    #topbt_m{padding: 20px 15px; font-size: 11px; right: -7px; bottom: 190px; display: block !important;}
    #topbt_m .quick{height: 44px; right: -7px;}
    #topbt_m .quick span{width: 44px; height: 44px; border-radius: 18px;}
    #topbt_m .quick_l{padding: 10px 3px; margin-bottom: 10px;}
    #topbt_m .quick_l li img{width: 18px; margin-bottom: 5px;}
    #topbt_m .quick_l li{padding: 10px 0;}

    #b_menu form .b_txt{display: none;}
    #b_menu .b_inner{padding: 10px 10px;}
    #b_menu form input{width: 49%; height: 30px; font-size: 12px;}
    #b_menu form input{padding: 0 10px;}
    #b_menu form .checkbox{width: 100%; text-align: center; margin: 10px 0;}
    #b_menu form .checkbox label{font-size: 14px; line-height: 18px;}
    #b_menu form .checkbox input{width: 14px; height: 14px;}
    #b_menu form #submit_btn3{width: 100%; height: 40px; font-size: 14px;}


} 