*{
	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: 'NanumMyeongjo';
    src: url('../font/NanumMyeongjo.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NanumMyeongjo';
    src: url('../font/NanumMyeongjoExtraBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html, body {
    height: 100%;
    font-size: 30px;
    color: #282828;
    letter-spacing: 1px;
}
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);
}


#wrap{width: 100%;}
#wrap .inner{
    width: 100%; height: 100px; margin: 0 auto; position: relative; display: flex; max-width: 1760px;
    justify-content: space-between; align-items: center; padding: 0 20px;
}

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);}
.myeong{font-family: 'NanumMyeongjo';}





#wrap header{
    z-index: 10; width: 100%; height: 100px; background-color: rgba(255,255,255,0.0);
    position: fixed; transition: background-color 0.5s ease;
}
header .inner h1{position: relative; display: flex; align-items: center; height: 100%;}
header .inner h1 a{    
    display: flex; align-items: center; font-size: 24px; justify-content: center;
    color: #fff; position: relative; padding-left: 100px; height: 100%;
}
header .inner h1 a span{margin-left: 10px;}
header .inner h1 img{
    width: 90px; height: 54px; position: absolute; left: 5px; vertical-align: middle;
    }
header .inner h1 img:nth-child(1) {opacity: 1; visibility: visible;}
header .inner h1 img:nth-child(2) {opacity: 0; visibility: hidden;}

header .inner ul {display: flex; justify-content: center; padding: 0; margin: 0;}
header .inner li {
    display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 600;
    color: #fff; width: 143px; height: 45px; border: 1px solid #fff; border-radius: 10px; margin: 0 5px;
}
header .inner li:nth-child(2) {width: 195px;}
header .inner li a {color: #fff; display: flex; align-items: center;}
header .inner li img {margin-right: 10px;}
header .inner li :first-child img {width: 19.9px;}


#wrap header.white{background-color: rgba(255,255,255,0.7); backdrop-filter: blur(3px); box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);}
#wrap header.white .inner h1 img:nth-child(1) {visibility: hidden; opacity: 0;}
#wrap header.white .inner h1 img:nth-child(2) {visibility: visible; opacity: 1;}
#wrap header.white .inner h1 a{color: #282828;}
#wrap header.white .inner li{background-color: #282828; border: none;}
#wrap header.white .inner li:first-child{background-color: #FFCB21;}
#wrap header.white .inner li:first-child a{color: #282828;}




#banner {width: 100%; height: 980px; position: relative; overflow: hidden;}
#banner img {width: 100%; height: 100%; object-fit: cover;}
#banner .bn_text {
    width: 100%; max-width: 1328px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    color: white; text-align: center; z-index: 2; padding: 0 20px;
}
#banner .bn_text h1 {font-size: 50px; font-weight: bold; margin-bottom: 40px;}
#banner .bn_text p{font-size: 30px; line-height: 50px;}
#banner .bn_text .bn_sub{display: none;}




#maeil_law{width: 100%; height: 780px; overflow: hidden; position: relative; text-align: center;}
.l_inner{
    display: flex; justify-content: space-between; align-items: flex-start; position: relative;
    width: 100%; height: auto; max-width: 1328px; padding: 65px 20px; margin: 0 auto; text-align: center;
}
#maeil_law .l_law{width: 45%; display: flex; justify-content: center; align-items: center;}
#maeil_law .l_law img{width: 500px; object-fit: contain; display: block;}
#maeil_law .l_law .l_law_2{display: none;}
#maeil_law .l_law h2{display: none;}
#maeil_law .l_info{width: 50%; height: 100%; text-align: left; padding: 100px 0 20px;}
#maeil_law .l_info h1{font-size: 50px; margin-bottom: 120px;}
#maeil_law .l_info h1 span{font-size: 30px; font-weight: bold; font-family: 'NanumMyeongjo';}
#maeil_law .l_info li{line-height: 50px;}
#maeil_law .l_info li:first-child{margin-bottom: 86px;}
#maeil_law .l_info li:nth-child(2){display: none;}
#maeil_law .l_info li:nth-child(3){display: none;}
#maeil_law .l_info li span{font-weight: bold; color: #006A71;}
#maeil_law .l_info li .bold{font-weight: bold; color: #282828;}
#maeil_law #l_bg{
    position: absolute; bottom: 0; width: 100%; height: 500px; z-index: -1;
    background-image: url(../img/first.jpg); background-size: cover; background-repeat: no-repeat;
}
#maeil_law #l_bg .maeil_c{width: 600px; height: 600px; margin-top: 100px; float: right;}
#maeil_law #l_bg .maeil_c img{
    width: 100%; height: 100%; object-fit: contain; opacity: 70%;
    animation: rotate_image 20s linear infinite; transform-origin: 50% 50%;
}
@keyframes rotate_image{
    100%{
        transform: rotate(360deg);
    }
}



.b_inner{display: block; position: relative; width: 100%; max-width: 1328px; padding: 150px 20px; margin: 0 auto; text-align: center;}

#solution{width: 100%; height: auto; overflow: hidden; text-align: center; position: relative;}
#solution .b_inner{padding: 250px 20px 150px;}

#solution h4{color: #006A71; font-size: 30px; margin-bottom: 10px;}
#solution h3{font-size: 42px;}
#solution .solu{margin: 100px auto; max-width: 1130px; display: block; position: relative; overflow: hidden;}
#solution .solu li{
    position: relative; overflow: hidden; float: left; width: 45%; height: 280px;
    border-radius: 20px; margin-right: 10%; margin-bottom: 67px; box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2);
}
#solution .solu li img {width: 100%; height: 100%; object-fit: cover;}
#solution .solu li span{
    position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; color: #fff;
    width: 100%; font-size: 24px; text-align: center; line-height: 1.6;}
#solution .solu li span b{font-size: 38px;}
#solution .solu li:nth-child(2){margin-right:0;}
#solution .solu li:nth-child(3){margin-bottom:0;}
#solution .solu li:nth-child(4){margin-right:0; margin-bottom: 0;}
#solution h2{font-size: 42px; font-weight: normal; margin-top: 15px;}
#solution .solu_h2sub{display: none;}
#solution h1{font-size: 42px; color: #006A71;}
#solution .solu_h1sub{display: none;}

#solution #s_bgc{background-color: #F4F4F6; width: 100%; height: 900px; position: absolute; bottom: 0; left: 0; z-index: -1;}


#maeil_line{
   position: relative; background-color: #f4f4f6; overflow: hidden; text-align: center;
   width: 100%; height: 150px;
}
#maeil_line .line_m{
    display: block; align-items: center; justify-items: center; width: 1px; height: 80px;
    border-right: 1px solid #282828; margin: 35px auto;}


#maeil_m{width: 100%; height: auto; margin: 0 auto; background-color: #f4f4f6; overflow: hidden; position: relative;}
#maeil_m h1{font-size: 42px; line-height: 72px; font-weight: normal;  margin-bottom: 70px;}
#maeil_m h1 b{color: #006A71;}
#maeil_m .m_h1sub{display: none;}

#maeil_m .m_bg{width: 100%; height: 650px; background-color: #fff; position: absolute; margin: 390px 0; }
#maeil_m .m_bg .maeil_c{width: 400px; height: 400px; margin-top:50px; margin-left: 150px;}
#maeil_m .m_bg .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_m .maeil_list{width: 100%; height: auto; display: flex; justify-content: center;}
#maeil_m .maeil_list ul{width: 100%; max-width: 970px; display: flex; flex-direction: column; align-items: center; padding: 90px 0;}
#maeil_m .maeil_list li{
    width: 100%; height: 100px; font-size: 32px; background-color: #006A71; display: flex; justify-content: center; align-items: center; letter-spacing: 0.5px;
    position: relative; overflow: hidden; border-radius: 5px; color: #fff; margin: 0 auto; margin-bottom: 37px; box-shadow: 0 4px 4px rgba(0,0,0,0.2);}
#maeil_m .maeil_list li:last-child{margin-bottom: 0;}
#maeil_m .maeil_list li span{position: absolute; background-color: #fff; width: 13px; height: 13px; border-radius: 9px; left: 15px; top:15px;}
#maeil_m .maeil_list li p{font-size: inherit; font-weight: normal; display: inline;}
#maeil_m .maeil_list li .m_lisub{display: none;}

#maeil_m h2{font-size: 42px; font-weight: normal; line-height: 72px; margin: 70px 0 0 0;}
#maeil_m h2 span{font-weight: bold;}
#maeil_m h2 span:first-child{color: #006A71;}
#maeil_m h3, #maeil_m h4{display: none;}
#maeil_m h3 span:first-child{color: #006A71;}





#golden{
    width: 100%; height: auto; overflow: hidden; text-align: center;  position: relative;
    background-image: url(../img/golden.png); background-size: cover; background-repeat: no-repeat; background-position: center center;
}
.g_bg{
    width: 850px;  height:370px; background-color: rgba(255,255,255,0.2); position: absolute; transform: rotate(140deg); left:-270px; top:-100px;}
.g_bg2{width: 850px;  height:370px; background-color: rgba(255,255,255,0.1); position: absolute; transform: rotate(140deg); right:-270px; bottom:-100px;}


.line{display: block; align-items: center; justify-items: center; width: 1px; height: 50px; border-right: 1px solid #fff; margin: 80px auto 35px;}


#golden h1{font-size: 45px; color:#A8EFEF; margin-bottom: 20px;}
#golden h2{font-size: 28px; color: #fff; font-weight: normal;}
#golden h3{font-size: 38px; color: #fff; margin-bottom: 30px;}
#golden h4{display: none; color: #fff; font-weight: normal;}

#golden 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;
}
#golden form input{
    width: 24.6%; height: 80px; font-size: 20px; 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;
}
#golden form input {margin: 0;}
#golden form input::placeholder{color: #282828; font-weight: 600;}
#golden form #submit_btn {background-color: #00A8A7; font-weight: bold; height: 80px; cursor: pointer; color: #fff;}
#golden form .select-wrapper {position: relative; display: inline-block; width: 24.6%; height: 80px;  border: none;}
#golden form .select-wrapper select {width: 100%; height: 100%; padding: 10px 20px; appearance: none; color: #282828;
    -webkit-appearance: none; -moz-appearance: none; border: 1px solid #ccc; border-radius: 2px;
    background-color: rgba(255,255,255,0.7); cursor: pointer; font-size: 20px; font-weight: 600;
}
#golden form .select-wrapper .material-symbols-outlined { position: absolute; right: 12px; top: 50%;  transform: translateY(-50%);
    pointer-events: none; color: #999; font-size: 30px; 
}
#golden 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;
}
#golden form .checkbox {display: flex; justify-content: flex-end; width: 100%; accent-color: #00A8A7;}
#golden form .checkbox label:hover{cursor: pointer;}
#golden form label > input {width: 18px; height: 18px; margin-left: 10px; vertical-align: middle; cursor: pointer;}




#maeil_a{width: 100%; height: auto; margin: 0 auto; overflow: hidden; position: relative;}
#maeil_a h1{color: #006A71; font-size: 42px; margin: 30px 0 87px;}
#maeil_a h4{font-size: 34px; font-weight: normal; margin:87px 0 53px;}
#maeil_a h2{font-size: 42px; line-height: 72px;}
#maeil_a h2 span{color:#006A71}
#maeil_a h3{display: none;}
#maeil_a h5{display: none;}

#maeil_a .a_list{
    width: 100%; max-width: 1130px; height: 400px; overflow: hidden; position: relative;
    margin: 0 auto; background-color: rgba(255,255,255,0.3);
}
#maeil_a .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 #006A71; border-bottom: 1px solid #c2c2c2; background-color: #f6f6f6; z-index: 5;
}
#maeil_a .a_list .a_listbg{width: 100%; height: 400px; overflow: hidden; position: relative;}
#maeil_a .a_list .a_header span{flex:0 0 15%;}
#maeil_a .a_list ul{position: absolute; left: 0; width: 100%;}
#maeil_a .a_list .a_listbg li{
    display: flex; align-items: center; justify-content: space-between; padding: 0 49px; height: 55px; line-height: 55px; border-bottom: 1px solid #ddd;
    font-size: 18px; color: #424242;
}
#maeil_a .a_list .a_listbg li .state{
    width: 80%; height: 35px; line-height: 35px; text-align: center; background-color: #575757; border-radius: 23px;
    color:#fff; font-weight: 500; flex: 0 0 15%;
}
#maeil_a .a_list .a_listbg li .fullname{flex:1;}
#maeil_a .a_list .a_listbg li .day{flex:0 0 15%; letter-spacing: 0.1px;}

#maeil_a .a_maeil_c{overflow: hidden; position: absolute; width: 500px; height: 500px; right: 0; transform: translateY(450px);}
#maeil_a .a_maeil_c img{
    width: 100%; height: 100%;  object-fit: contain; 
    animation: rotate_image 20s linear infinite; transform-origin: 50% 50%;
}




#last{
    width: 100%; height: auto; overflow: hidden; position: relative; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start;
    background-image: url(../img/law.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;
}
#last .last_wrap{display: flex; justify-content: space-between; align-items: flex-start; gap:20px;}

#last .last_info{position: relative; overflow: hidden; width: 558px; height: auto; padding: 100px 35px; border: 1px solid #fff; color: #fff;}
#last .last_info::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(28, 28, 28, 0.6);
    z-index: 1;
}
#last .last_info h1{display: block; position: relative; font-size: 40px; z-index: 2; margin-bottom: 40px; letter-spacing: 2px;}
#last .last_info h2{
    display: block; position: relative; font-size: 28px; z-index: 2; font-weight: normal; line-height: 48px;
    margin-bottom: 60px; letter-spacing: 0.5px;
}
#last .last_info h3{display: block; position: relative; font-size: 48px; z-index: 2;  letter-spacing: 0.5px;}
#last .last_info hr{display: block; position: relative; z-index: 2; margin: 32px 10px 22px;}
#last .last_info ul{display: flex; flex-wrap: wrap; position: relative; z-index: 2; padding: 0 10px;}
#last .last_info li{font-size: 24px;}
#last .last_info li:first-child{width: 38%; text-align: left; font-weight: 600; letter-spacing: 0.5px;}
#last .last_info li:nth-child(2){width: 62%; text-align: right; font-weight:300; letter-spacing: 0.5px;}
#last .last_info li:nth-child(2) span{font-size: 18px;}

#last .last_form{width: 550px; height: auto; padding-top: 40px;}
#last .last_form .maeil_logo{margin-bottom: 50px;}
#last .last_form .maeil_logo img{width: 180px; height: auto; object-fit: cover;}
.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 .select-wrapper {position: relative; display: inline-block; width: 100%; height: 80px;  border: none;}
.last_form .select-wrapper select {width: 100%; height: 100%; padding: 10px 20px; appearance: none; color: #282828;
    -webkit-appearance: none; -moz-appearance: none; border: 1px solid #ccc; border-radius: 2px;
    background-color: rgba(255,255,255,0.7); cursor: pointer; font-size: 20px; font-weight: 600;
}
.last_form .select-wrapper .material-symbols-outlined { position: absolute; right: 12px; top: 50%;  transform: translateY(-50%);
    pointer-events: none; color: #999; font-size: 30px; 
}
.last_form form #submit_btn2 {display: inline-block; background-color: #00A8A7; font-weight: bold; width: 310px; height: 80px;
margin: 50px 0 0; cursor: pointer; align-self: flex-end; color: #fff; 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; letter-spacing: 0.1px;
}
.last_form  form .checkbox2 {display: flex; justify-content: flex-end;  width: 100%; accent-color: #00A8A7;}
.last_form  form .checkbox2 label:hover{cursor: pointer;}
.last_form  form .checkbox2 label >input{width: 18px; height: 18px; margin-left: 10px; margin-bottom: 0; vertical-align: middle; cursor: pointer;}


#topbt{
    position: fixed; right: 30px; top:50%; transform: translateY(-50%); width: 90px; height: auto; 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 7px;
}
#topbt li img{margin-bottom: 5px;}
#topbt li{font-size: 16px; font-weight: bold; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 25px;}
#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;}
#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; position: fixed; right: 30px; bottom: 4%; z-index: 10; font-size: 15px;
    align-items: center; justify-content: center; text-align: center; padding: 20px 5px; display: none;
}
#topbt_m .quick_l{width: 100%; height: auto; background-color: #fff; border-radius: 40px; padding: 25px 5px;
     box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); margin-bottom: 80px;
     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; 
    margin-bottom: 20px; letter-spacing: 0.2px;
}
#topbt_m .quick_l li:nth-child(2){cursor: pointer;}
#topbt_m .quick_l li:last-child{margin-bottom: 0; padding-top:10px ; border-top: 1px solid #e6e6e6; }
#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; 
}
#topbt_m .quick{
    position: fixed; right: 30px; width: 90px; height: 45px; border-radius: 45px; bottom: 7%;
    display: flex; flex-direction: column; align-items: center; justify-content: center; 
}
#topbt_m .quick:hover{cursor: pointer;}
#topbt_m .quick span{
    width: 45px; height: 100%; background-color: #006A71; color: #fff; font-weight: 600;  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); 
    display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 25px;
}



footer{display: block; position: relative; text-align: center; width: 100%; height:auto; background-color: #212121; padding: 60px 0;}
.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: 500; letter-spacing: 0.5px;}
.bh_dark_no .f_inner .f_logo img {display: block; width: 120px; height: auto; margin-right: 10px;}

.f_inner .f_g{font-size: 12px; color: #bdbdbd; margin-bottom: 10px;}
.f_inner .f_j{font-size: 12px; color: #bdbdbd;}
.f_inner .f_g span, .f_j span{letter-spacing: -0.5px;  font-weight: 500; color: #fff; margin-right: 15px;}
.f_inner .lastment{font-size: 11px; color: #757575; margin-top: 10px;}



@media screen and (min-width: 1589px) {
    #topbt_m {
      display: none !important;
    }
  }
@media (min-width:1252px) and (max-width: 1588px) {
    #banner {
        height: 60vw;
    }
    #banner .bn_text{left: 50%; padding: 0 40px;}
    #banner .bn_text h1{font-size: 38px; line-height: normal;}
    #banner .bn_text p{font-size: 24px; line-height: normal;}
    #topbt{display: none;}
    #topbt_m {display: block !important;}

    
    #solution .b_inner{padding: 200px 40px;}
    .b_inner{padding: 150px 40px;}

    #maeil_m .m_bg .maeil_c{margin-left: 0;}

    .g_bg{left:-500px;}
    .g_bg2{right: -500px;}
}
@media (min-width:1024px) and (max-width:1251px){
    .b_inner{padding: 120px 40px;}
    #banner .bn_text{left: 50%; padding: 0 40px;}
    #banner .bn_text h1{font-size: 38px; line-height: normal;}
    #banner .bn_text p{font-size: 24px; line-height: normal;}

    #maeil_law{height: 650px;}
    #maeil_law .l_law{ height: 600px; margin-left: 30px;}
    #maeil_law .l_law img{width: 450px;}
    #maeil_law .l_info{height: auto; font-size: 28px; padding: 90px 0 10px; align-items: end;}
    #maeil_law .l_info h1{margin-bottom: 90px; font-size: 48px;}
    #maeil_law .l_info h1 span{font-size: 25px;}
    #maeil_law .l_info li{font-size: 28px; line-height: 48px;}
    #maeil_law .l_info li:first-child{margin-bottom: 40px;}
    #maeil_law #l_bg{height: 410px;}
    #maeil_law #l_bg .maeil_c{width: 400px; height: 400px;}

    #solution .b_inner{padding: 200px 20px 120px;}
    #solution h4{font-size: 28px;}
    #solution h3, #solution h2, #solution h1{font-size: 38px;}
    #solution h2{margin-top: 20px;}
    #solution .solu li{height: 280px;}
    #solution .solu li span{font-size: 22px;}
    #solution .solu li span b{font-size: 35px;}
    #solution #s_bgc{height: 820px;}

    #maeil_m .m_bg{margin: 330px 0; height: 515px;}
    #maeil_m .m_bg .maeil_c{display: none;}
    #maeil_m .maeil_list{height: auto;}
    #maeil_m .maeil_list li{height: 80px; font-size: 28px;}
    #maeil_m .maeil_list li span{width: 10px; height: 10px;}
    #maeil_m h1, #maeil_m h2{font-size: 38px; line-height: 68px;}
    #maeil_m h1{margin-bottom: 25px;}
    #maeil_m h2{margin-top: 25px;}

    .g_bg{left:-500px;}
    .g_bg2{right: -500px;}
    #golden h1{font-size: 38px; margin-bottom: 20px;}
    #golden h2{font-size: 24px;}
    #golden h3{font-size: 32px;}
    #golden .line{margin: 60px auto 35px;}
    #golden form input, #golden form #submit_btn{height: 65px; font-size: 16px;}
    #golden form .select-wrapper{height: 65px;}
    #golden form .select-wrapper select{font-size: 16px;}

    #maeil_a h1, #maeil_a h2{font-size: 38px;}
    #maeil_a h1{margin: 30px 0 80px;}
    #maeil_a h4{margin: 80px 0 30px; font-size: 34px;}
    #maeil_a h2{line-height: 60px;}
    #maeil_a .a_maeil_c{width: 300px; height: 300px; transform: translateY(700px);}
    #maeil_a .a_list{height: 405px;}
    #maeil_a .a_list .a_header{font-size: 20px;}
    #maeil_a .a_list .a_listbg li{font-size: 18px; height: 55px; line-height: 55px;}
    #maeil_a .a_list .a_listbg li .state{height: 40px; line-height: 40px; margin: 0;}
    
    #last .last_info h1{font-size: 38px;}
    #last .last_info h2{font-size: 24px; line-height: 44px;}
    #last .last_info h3{font-size: 40px;}
    #last .last_info li{font-size: 20px;}
    #last .last_info li:nth-child(2) span{font-size: 16px;}
    #last .last_form{padding: 20px 0 0 20px;}
    #last .last_form .maeil_logo img{width: 150px;}
    #last .last_form form input{height: 65px; font-size: 18px;}
    #last .last_form .select-wrapper{height: 65px;}
    #last .last_form .select-wrapper select{font-size: 18px;}
    #last .last_form form #submit_btn2{height: 65px; width: 280px; margin-top: 60px;}
    #last form .checkbox2 label{height: 30px; font-size: 16px; line-height: 30px;}
    #last form .checkbox2 label input{height: 30px;}
}
@media (min-width:768px) and (max-width:1023px){
    #wrap #banner {
        height: 100vw;
    }
    #banner .bn_text{left: 50%; padding: 0 40px;}
    #banner .bn_text h1{font-size: 38px; line-height: normal;}
    #banner .bn_text p{font-size: 24px; line-height: normal;}

    #wrap header{height: 80px;}
    #wrap header .inner{height: 80px; padding: 0 30px;}
    #wrap header .inner li{width: 125px; font-size: 15px;}
    #wrap header .inner li:last-child{width: 160px;}
    #wrap header .inner h1 a span{display: none;}
    #wrap header .inner h1 a{height: 80px; padding-left: 80px;}
    #wrap header .inner h1 a img{width: 70px; object-fit: contain;}

    .l_inner{padding: 50px 15px 90px; display: block; position: relative;}

    #maeil_law{height: auto;}
    #maeil_law .l_law{width: 100%; height: auto; display: block; position: relative; text-align: right;}
    #maeil_law .l_law img{display: none;}
    #maeil_law .l_law .l_law_2{display: block; width: 50%; position: relative; left: 50%; transform: translateX(-50%);}
    #maeil_law .l_law h2{
        width: 100%; display: inline-block; font-size: 32px; right: 20px; position: absolute;
        bottom: -50px;
    }
    #maeil_law .l_law h2 span{font-size: 18px; font-weight: bold; font-family: 'NanumMyeongjo'; line-height: 10px;}
    #maeil_law .l_info h1{display: none;}
    #maeil_law .l_info{width: 100%; height: auto; display: block; position: relative; text-align: center; padding: 110px 0 20px;}
    #maeil_law .l_info li{font-size: 24px; line-height: 44px; letter-spacing: -0.5px;}
    #maeil_law .l_info li:first-child{margin-bottom: 30px;}
    #maeil_law #l_bg{height: 100%;}
    #maeil_law #l_bg .maeil_c{width: 300px; height: 300px; margin-top: 380px; margin-right: -120px;}

    .b_inner{padding: 100px 40px;}

    #solution .b_inner{padding: 120px 20px 100px;}
    #solution h4{font-size: 24px; margin-bottom: 10px;}
    #solution h3, #solution h2, #solution h1{font-size: 32px;}
    #solution h2{margin: 15px 0 0;}
    #solution .solu{margin-top: 60px;}
    #solution .solu li {width: 100%; height: 130px; margin-bottom: 30px;}
    #solution .solu li:nth-child(3) {margin-bottom: 30px;}
    #solution .solu li span b{font-size: 28px;}
    #solution .solu li span{font-size: 20px;}
    #solution #s_bgc{height: 840px;}

    #maeil_line{height: 120px;}
    #maeil_line .line_m{height: 50px;}

    #maeil_m .m_bg{margin: 270px 0; height: 515px;}
    #maeil_m .m_bg .maeil_c{display: none;}
    #maeil_m h1{font-size: 32px; line-height: 52px; margin-bottom: 15px;}
    #maeil_m h2{display: none;}
    #maeil_m h3{display: block; font-size: 32px; line-height: 52px; margin: 15px 0 0; font-weight: normal;}
    #maeil_m h3 span{font-weight: bold;}
    #maeil_m .maeil_list{height: auto;}
    #maeil_m .maeil_list li{height: 80px; font-size: 24px;}
    #maeil_m .maeil_list li span{width: 10px; height: 10px; top: 9px; left: 9px;}

    #golden .b_inner{padding: 100px 60px;}
    #golden h1{font-size: 32px;}
    #golden h2{display: none;}
    #golden h4{display: block; font-size: 18px; line-height: 30px;}
    #golden h3{font-size: 28px; margin-bottom: 40px;}    
    #golden .line{margin: 60px auto 25px; height: 30px;}
    #golden form input{width: 100%; margin-bottom: 15px; height: 55px; font-size: 18px;}
    #golden form .select-wrapper{width: 100%; margin-bottom: 15px; height: 55px;}
    #golden form .select-wrapper select{font-size: 18px;}
    #golden form input:last-child{margin-bottom: 0;}
    #golden form #submit_btn {width: 100%; height: 55px; margin-bottom: 0; margin-left: auto;}
    #golden .g_bg{ left:-580px;}
    #golden .g_bg2{ right:-580px;}

    #maeil_a .a_maeil_c{width: 300px; height: 300px; transform: translateY(550px);}
    #maeil_a h1{font-size: 32px; margin: 30px 0 60px;}
    #maeil_a h4{font-size: 28px; margin-top: 80px;}
    #maeil_a h2{display: none;}
    #maeil_a h5{display: block; font-size: 32px; line-height: 58px;}
    #maeil_a h5 span{color: #006A71;}
    #maeil_a .a_list{height: 360px;}
    #maeil_a .a_list .a_header{height: 60px; font-size: 20px; line-height: 60px;}
    #maeil_a .a_list .a_listbg li{height: 50px; line-height: 50px; font-size: 16px;}
    #maeil_a .a_list .a_listbg li .state{height: 38px; width: 90px; line-height: 38px; margin: 0;}

    #last .b_inner{padding: 100px 60px;}
    #last .last_wrap {display: flex; flex-direction: column; align-items: center;}
    #last .last_wrap .last_info, #last .last_form{width: 100%;}
    #last .last_info{padding: 80px 35px;}
    #last .last_info h1{font-size: 32px;}
    #last .last_info h2{font-size: 22px; line-height: normal;}
    #last .last_info h3{font-size: 42px;}
    #last .last_info li{font-size: 18px;}
    #last .last_info li:nth-child(2) span{font-size: 14px;}
    #last .last_form{padding: 80px 0 0;}
    #last .last_form .maeil_logo img{width: 150px;}
    #last .last_form form input{height: 55px; font-size: 18px; margin-bottom: 15px;}
    #last .last_form .select-wrapper{height: 55px; margin-bottom: 15px;}
    #last .last_form .select-wrapper select{font-size: 18px;}
    #last .last_form form input:last-child{margin-bottom: 0;}
    #last .last_form form #submit_btn2{height: 55px; width: 100%; margin-top: 0;}
    #last form .checkbox2 label{height: 30px; font-size: 16px; margin-top: 0;}

}
@media (min-width:320px) and (max-width:767px){
    
    #wrap header{height: 60px;}
    #wrap header .inner{height: 60px; padding: 0 30px; display: flex; justify-content: space-between; align-items: center; position: relative;}
    #wrap header .inner h1{position: absolute; left: 50%; transform: translateX(-50%); z-index: 4;}
    #wrap header .inner li{ display: none;}
    #wrap header .inner h1 a span{display: none;}
    #wrap header .inner h1 a{height: 60px; padding-left: 45px;}
    #wrap header .inner h1 a img{width: 40px; object-fit: contain;}

    #wrap #banner {
        height: 150vw;
    }
    #wrap #banner img{height: 100%; object-fit: cover;}
    #banner .bn_text{text-align: center; left: 50%;}
    #banner .bn_text h1{font-size: 24px; margin-bottom: 35px;}
    #banner .bn_text p{ font-size: 14px; line-height: 24px;}
    #banner img{object-position: 55% center;}

    .l_inner{padding: 40px 15px 80px; display: block; position: relative;}

    #maeil_law{height: 100%;}
    #maeil_law .l_law{width: 100%; height: auto; display: block; position: relative; text-align: right;}
    #maeil_law .l_law img{display: none;}
    #maeil_law .l_law .l_law_2{display: block; width: 55%; position: relative; left: 50%; transform: translateX(-50%);}
    #maeil_law .l_law h2{
        width: 100%; display: inline-block; font-size: 22px; right: 20px; position: absolute;
        bottom: -50px;
    }
    #maeil_law .l_law h2 span{font-size: 12px; font-weight: bold; font-family: 'NanumMyeongjo'; line-height: 10px;}
    #maeil_law .l_info h1{display: none;}
    #maeil_law .l_info{width: 100%; height: auto; display: block; position: relative; text-align: center; padding: 130px 0 0;}
    #maeil_law .l_info li{font-size: 18px; line-height: 28px; letter-spacing: -0.5px;}
    #maeil_law .l_info li:first-child{display: none;}
    #maeil_law .l_info li:nth-child(2){display: none;}
    #maeil_law .l_info li:nth-child(3){display: block; margin-bottom: 50px;}
    #maeil_law #l_bg{height: 100%;}
    #maeil_law #l_bg .maeil_c{width: 200px; height: 200px; margin-top: 450px; margin-right: -50px;}

    .b_inner{padding: 80px 15px;}

    #solution .b_inner{padding: 100px 15px 80px;}
    #solution h4{font-size: 18px; margin-bottom: 10px;}
    #solution h3{font-size: 22px;}
    #solution h2{display: none;}
    #solution h1{display: none;}
    #solution .solu_h2sub{display: block; font-size: 18px; margin-top: 20px;}
    #solution .solu_h1sub{display: block; font-size: 22px;}
    #solution .solu{margin: 50px 0;}
    #solution .solu li {width: 100%; height: 100px; margin-bottom: 30px;}
    #solution .solu li:nth-child(3){margin-bottom: 30px;}
    #solution .solu li span b{font-size: 20px;}
    #solution .solu li span{font-size: 14px;}
    #solution #s_bgc{height: 680px;}

    #maeil_line {height: 40px;}
    #maeil_line .line_m{height: 40px; margin: 0 auto;}

    #maeil_m .m_bg .maeil_c{display: none;}
    #maeil_m h1{display: none;}
    #maeil_m .m_h1sub{display: block; font-size: 22px; line-height: 30px; margin-bottom: 35px;}
    #maeil_m .maeil_list {height: 510px;}
    #maeil_m .maeil_list ul{padding: 40px 0;}
    #maeil_m .maeil_list{height: auto;}
    #maeil_m .maeil_list li{height: 70px; font-size: 16px; line-height: 26px; margin-bottom: 30px;}
    #maeil_m .maeil_list li:last-child{margin-bottom: 0;}
    #maeil_m .maeil_list li span{display: none;}
    #maeil_m .maeil_list li .m_limain{display: none;}
    #maeil_m .maeil_list li .m_lisub{display: block;}
    #maeil_m h2, #maeil_m h3{display: none;}
    #maeil_m h4{display: block; font-size: 22px; line-height: 30px; font-weight: normal; margin-top: 35px;}
    #maeil_m .m_blue{color: #006A71;}
    #maeil_m h4 span{font-weight: bold;}
    #maeil_m .m_bg{margin: 250px 0; height: 420px;}

    #golden h1{font-size: 24px;}
    #golden h2{display: none;}
    #golden h4{display: block; font-size: 16px; line-height: 26px;}
    #golden h3{font-size: 24px; margin-bottom: 40px;}
    #golden .line{margin: 60px auto 25px; height: 30px;}
    #golden form input{width: 100%; height: 50px; margin-bottom: 20px; font-size: 16px;}
    #golden form .select-wrapper{width: 100%; height: 50px; margin-bottom: 20px;}
    #golden form .select-wrapper select{font-size: 16px;}
    #golden form input:last-child{margin-bottom: 0;}
    #golden form .checkbox label{font-size: 14px; line-height: 18px;}
    #golden form #submit_btn {height: 50px; margin-top: 0; margin-bottom: 0;}
    #golden .g_bg{ left:-680px;}
    #golden .g_bg2{ right:-680px;}

    #maeil_a .b_inner{padding: 80px 15px;}
    #maeil_a .a_maeil_c{width: 80px; height: 80px;  left: 50%; transform: translateX(-45%) translateY(462px);}
    #maeil_a .a_maeil_c img{filter: brightness(97%);}
    #maeil_a h1{font-size: 22px; margin-top: 15px; margin-bottom: 30px;}
    #maeil_a h2{display: none;}
    #maeil_a h3{display: block; font-size: 22px; line-height: normal;}
    #maeil_a h3 span{color:#006A71}
    #maeil_a h4{font-size: 18px; margin: 120px 0 50px;}
    #maeil_a .a_list{height: 293px;}
    #maeil_a .a_list .a_header{height: 50px; font-size: 14px; line-height: 50px; padding: 0 10px;}
    #maeil_a .a_list .a_listbg li{height: 40px; line-height: 40px; font-size: 12px; padding: 0 10px;}
    #maeil_a .a_list .a_listbg li .state{font-size: 9px; height: 25px; line-height: 25px; border-radius: 12px; letter-spacing: 0.1px;}

    
    #last .last_wrap {display: flex; flex-direction: column; align-items: center;}
    #last .last_wrap .last_info, #last .last_form{width: 100%;}
    #last .last_wrap .last_info{padding: 40px 15px;}
    #last .last_wrap .last_info h1{font-size: 22px; margin-bottom: 28px;}
    #last .last_wrap .last_info h2{font-size: 14px; line-height: 24px; margin-bottom: 50px;}
    #last .last_wrap .last_info h2 b{font-weight: 500;}
    #last .last_wrap .last_info h3{font-size: 30px;}
    #last .last_wrap .last_info ul{padding: 0;}
    #last .last_wrap .last_info li{font-size: 14px;}
    #last .last_info li:nth-child(2) span{font-size: 12px;}
    #last .last_wrap .last_info hr{margin: 25px 0 15px;}
    #last .last_info::before{top: 5px; right: 5px; bottom: 5px; left: 5px;}
    
    #last .last_form .maeil_logo{margin-bottom: 40px;}
    #last .last_form .maeil_logo img{width: 100px;}
    #last .last_form form input{font-size: 16px; height: 50px;}
    #last .last_form .select-wrapper{height: 50px; margin-bottom: 20px;}
    #last .last_form .select-wrapper select{font-size: 16px;}
    #last form input, #last form{width: 100%; height: auto; margin-bottom: 20px; font-size: 20px;}
    #last form input:last-child{margin-bottom: 0;}
    #last form #submit_btn2{width: 100%; height: 50px; margin-top: 0;}
    #last form .checkbox2 input{width: 18px; height: 18px;}
    #last form .checkbox2 label{font-size: 14px; line-height: 18px;}

    #topbt_m{right: 10px; bottom: 1%; padding: 25px 10px; font-size: 11px;}
    #topbt_m .quick{right: 10px; bottom: 5%; height: 40px;}
    #topbt_m .quick span{width: 40px;}
    #topbt_m .quick_l{padding: 20px 5px; margin-bottom: 75px;}
    #topbt_m .quick_l li img{width: 18px; margin-bottom: 5px;}
    #topbt_m .quick_l li{margin-bottom: 10px;}

}