@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap'); */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
@import url(reset.css);
@import url(selectbox.css);
@import url(setting.css);
@import url(common.css);
/* 넓이  */
.w100{
    width: 100%!important;
}
.w50{
    width: 50%!important;
}
.w140{
    width: 140px!important;
}
/* 마진패딩 */
.mr24{
    margin-right: 24px!important;
}
.mt90{
    margin-top: 90px!important;
}
.mt0{
    margin-top:0px !important;
}
.mb0{
    margin-bottom: 0px !important;
}
.mgt6{
    margin-top: 6px!important;
}
.mgt24{
    margin-top: 24px!important;
}
.mgb0{
    margin-bottom: 0px!important;
}
.pdr24{
    padding-right: 24px;
}
.pdl24{
    padding-left: 24px;
}
.pdb0{
    padding-bottom: 0px !important;
}
.pdt6{
    padding-top: 6px;
}

/* 정렬 */
.txa-c{
    text-align: center!important;
}
.txa-l{
    text-align: left!important;
}
.txa-r{
    text-align: right!important;
}
/*토글*/

.toggle-switch {
    border: none;
    display: inline-block;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
}
.toggle-switch label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}
.toggle-switch label span {
    display: inline-block;
    font-size: 14px;
    color: #202020;
    vertical-align: middle;
    line-height: 1.8rem;
}
.toggle-switch input[type="checkbox"] {
    appearance: none;
    position: relative;
    border-radius: 1.25em;
    min-width: 44px;
    height: 24px;
    background: #dfdfdf;
}
.toggle-switch input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transform: scale(0.8);
    background-color: gray;
    /* transition: left 250ms linear; */
    transition: all 0.4s ease-in-out;
}
.toggle-switch input[type="checkbox"]:checked {
    background-color: #0079FB;
    border-color: #0079FB;
}
.toggle-switch.darkblue input[type="checkbox"]:checked {
    background-color: #143E82;
    border-color: #143E82;
}
.toggle-switch input[type="checkbox"]:checked::before {
    background-color: white;
    left: 24px;
    transition: all 0.4s ease-in-out;
}
.toggle-switch input[type="checkbox"]:disabled {
    border-color: #dfdfdf;
    background-color: #dfdfdf;
    opacity: 0.7;
    cursor: not-allowed;
}
.toggle-switch input[type="checkbox"]:disabled:before {
    background-color: #fff;
}
.toggle-switch input[type="checkbox"]:disabled + span {
    opacity: 1;
    cursor: not-allowed;
}
/*토글끝*/
/* 체크박스 */
input[type="checkbox"]{
    display: inline-flex;
    width: 20px;
    height: 20px;    
    vertical-align: sub;
    margin-right: 20px;
}
 input[type="checkbox"]{
    display: inline-flex;
    width: 20px;
    height: 20px;    
    vertical-align: sub;
    margin-right: 10px;
}


.agree-box ul li:first-child::after{
    content: "";
    height: 1px;
    width: 442px;
    background: #D9D9DD;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
/* 체크박스 */
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, "Noto Sans KR", sans-serif;
  font-size: 14px;
  color: #454549;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  background: #F5F5F5;
  scroll-behavior: smooth;
  min-width: 1600px;
}
.wrapper{
    background: url(../images/main-bg.png) no-repeat  top center;
    height: 100vh;
    min-width: 1600px;
}
.sub-wrapper{
    height: 100vh;
    min-width: 1664px;
}
header{
    width: 100%;
    padding:20px 60px;
    height: 94px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 100;
    min-width: 1600px;
}
.nav-box {
    display: inline-flex;
    align-items: center;
}
header .nav-box .logo{
    display: inline-block;
    width: 135px;
    height: 45px;
    margin-right: 60px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
nav {
    display: inline-flex;
  
}
nav ul li{
    display: inline-block;
    padding-right: 60px;
}
nav ul li:last-child{
    padding-right: 0px;
}
.togo{
    display: inline-flex;
}
.sns {
    display: inline-flex;
    align-items: center;
}

.mem-btn {
    display: inline-flex;
}

.sns li {
    display: inline-flex;
    padding-right: 60px;
}

.mem-btn li {
    display: inline-flex;
    margin-right: 20px;
}
.mem-btn li:last-child{
    margin-right: 0;
}
/* 공통버튼 */
button.active-blue {
    padding: 10px 30px;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #99C9FD;
    background: #0079FB;
    color: var(--White, #FFF);
    height: 46px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.048px;
    transition: 0.3s;
}
button.active-blue:hover {
    background: #0061C9;
}
button.gray-btn {
    padding: 10px 30px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: var(--Grayscale-Gray_400, #B9B9B9);
    color: var(--Grayscale-White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    height: 46px;
    /* 162.5% */
    letter-spacing: -0.048px;
    transition: 0.3s;
}
button.nomal-btn{
    border-radius: 8px;
    border: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
    background: var(--Grayscale-White, #FFF);
    display: flex;
    padding: 4px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Grayscale-Gray_900, #2C2C2C);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    letter-spacing: -0.036px;
}
.mem-btn li button{
    padding: 10px 30px;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #99C9FD;
    color: #0079FB;
    background: #fff;
    height: 46px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.048px;
}
h1.main-title{
    display: block;
    color: #000;
    text-align: center;
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 108px */
    letter-spacing: -1.44px;
    text-transform: capitalize;
    padding-top: 112px;
    height: 220px;
}
h3.main-subtitle{
    display: block;
    color:  #454549;
    text-align: center;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 36px */
    letter-spacing: -0.48px;
    text-transform: capitalize;
}
section {
    margin-top: 120px;
    min-width: 1600px;
}
section .btn-area{
    display: inline-flex;
    padding-top: 60px;   
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}
section .btn-area ul li{
    display: inline-flex;
    padding: 25px 36px;
    border-radius: 50px;
    border: 1px solid #99C9FD;
    width: 200px;
    height: 74px;
    justify-content: center;
}
section .btn-area ul li.ask{
    color: #0079FB;
    margin-right: 36px;
    background: #fff;
    transition: 0.3s;

}
section .btn-area ul li.ask:hover,
section .btn-area ul li.ask:active{
    border-radius: 50px;
    border: 1px solid var(--500, #99C9FD);
    background: var(--100, #F2F8FF);
}
section .btn-area ul li.free-active{
    background: #0079FB;
    color: #fff;
    transition: 0.3s;
}
section .btn-area ul li.free-active:hover,
section .btn-area ul li.free-active:active{
    background: #0061C9;
}
.section01,.section02,
.section03,.section04
.section05,.section06,
.section07,.section08,footer{
    min-width: 1600px;
}
.section01,
.section02{
    width: 100%;
    display: inline-flex;
    justify-content: center;
}
.section01 .main-img{
    margin: 125px 0 390px 0;
    position: relative;
    width: 1353px;
    display: inline-flex;
    justify-content: center;
    left: -107px;
}
.section01 .main-img span.sub-mobile{
    position: absolute;
    top: 155px;
    left: 1117px;
    padding-bottom: 241px;
}

.section02 .text-ex.big_txt {
    display: inline-flex;
    padding: 282px 227px 282px 227px;
    align-items: flex-start;
    color: rgba(189,189,189,.3);
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -1.2px;
    flex-direction: column;
}
.big_txt .b_txt {
    position: relative;
    width: max-content;
    background: linear-gradient(to right, #000, #000) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(.1,.5,.5,1) 0.5s
}
.section03{
    margin-top: 100px;
    display: flex;
    width: 100%;
    min-width: 1664px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.solution-guide{
    display: inline-flex;
    width: 1664px;
    height: 776px;
    padding: 120px 100px;
    align-items: center;
    border-radius: 20px;
    border: 1px solid  #E9E9ED;
    background: #FFF;
    margin-bottom: 70px;
}
.solution-guide li {
    display: inline-block;
    vertical-align: top;
}
.solution-guide02{
    display: inline-flex;
    width: 1664px;
    height: 776px;
    padding: 120px 100px;
    align-items: center;
    border-radius: 20px;
    border: 1px solid  #E9E9ED;
    background: #FFF;
    margin-bottom: 70px;
}
.solution-guide02 li {
    display: inline-block;
    vertical-align: top;
}
.ml110{
    margin-left: 110px;
}
.solution-ex {
    width: 536px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    
}
.solution-ex h2{
    color: #000;
    font-size: 36px;
    font-style: normal;
    line-height: 130%; /* 46.8px */
    letter-spacing: -0.72px;
    font-weight: 400;
    padding-top: 114px;
    margin-bottom: 20px;
}
.solution-ex h2 em{
    font-size: 36px;
    font-weight: 700;
}
.solution-ex h2 + span{
    color:  #7E7E82;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: -0.4px;
    margin-bottom: 60px;
}
.solution-btnarea li{
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
    margin-right: 14px;
    transition: 0.3s;
    border-radius: 30px;
    border: 1px solid  #D9D9DD;
}
.solution-btnarea li:hover{
    border: 1px solid  #66AFFD;
}
.solution-btnarea.erp li:hover{
    border: 1px solid  #009B71;
}
.solution-btnarea.bi li:hover{
    border: 1px solid  #FFA614;
}
.solution-btnarea.hr li:hover{
    border: 1px solid  #F15F60;
}
.solution-btnarea.bi li {
    gap: 8px;
    margin-right: 10px;
}
.section04{
    margin: 320px 0 382px;
    padding: 0 227px;
    display: flex;
    width: 100%;
    min-width: 1664px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.section04 h2{
    color: #2C2C30;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 90px */
    letter-spacing: -1.2px;
    margin-bottom: 24px;

}
.section04 h2 em{
    color:  #0079FB;
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
}
.section04 h4{
    color: #7E7E82;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
    letter-spacing: -0.48px;
    margin-bottom: 74px;
}
.zenione-box-area{
   display: inline-flex;
}
.zenione-ex{
    display: flex;
    width: 348px;
    height: 400px;
    border-radius: 12px;
    background: #FFF;
    padding: 70px 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    margin-right: 20px;
}
.zenione-ex:last-child{
    margin-right: 0;
}
.zenione-ex ul li{
    display: flex    ;
    width: 268px;
    height: 260px;
    flex-direction: column;
    justify-content: space-between;
}
.zenione-ex h3{
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%; /* 24px */
    letter-spacing: -0.48px;
    height: 132px;
}
.zenione-ex h3 em{
    margin-top: 23px;
    display: block;
    height: 80px;
    color: rgba(0, 0, 0, 0.56);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.4px;
}

.section05{    
    display: flex;
    width: 100%;
    min-width: 1664px;
    height: 557px;
    justify-content: center;
    align-items: center;
    flex-direction: column;   
    margin-bottom: 142px;
}
.section05 .section05-330{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 330px;
    width: 100%;
    min-width: 1664px;
    background-image: url(../images/section05-bg.png), linear-gradient(
        to right ,#dee2e5, #e2e5e8);
}
.section05 ul li{
    margin-right: 70px;
    display: inline-flex;
}
.section05 ul li:last-child{
    margin-right: 0px;
}
.section06{    
    display: flex;
    width: 100%;
    min-width: 1664px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    padding: 236px 228px;
}
.section06 .sec06-cont{
    display: inline-flex;
    margin-right: 130px;
}
.section06 .sec06-cont h2{
    color: #000;
    font-size: 60px;
    font-weight: 700;
    line-height: 150%; /* 90px */
    letter-spacing: -1.2px;
}
.section06 .sec06-cont-right .ser-step{
    margin-bottom: 60px;
}
.section06 .sec06-cont-right .ser-step em{
    display: block;
    color:  #0079FB;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%; /* 24px */
    letter-spacing: -0.48px;
    margin-bottom: 20px;
}
.section06 .sec06-cont-right .ser-step h3{
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%; /* 32px */
    letter-spacing: -0.64px;
    margin-bottom: 20px;
}
.section06 .sec06-cont-right .ser-step span{
    display: block;
    color: rgba(0, 0, 0, 0.56);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.4px;
    margin-bottom: 20px;
}
.section06 .sec06-cont-right .ser-step button,
.section06 .sec06-cont-right .ser-step a{
    display: flex;
    width: 180px;
    padding: 21px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid rgba(0, 121, 251, 0.60);
    background:  #FFF;
    color: var(--main-blue, #0079FB);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%; /* 20px */
    letter-spacing: -0.4px;
    transition: 0.3s;
}
.section06 .sec06-cont-right .ser-step button:hover,
.section06 .sec06-cont-right .ser-step a:hover,
.section06 .sec06-cont-right .ser-step button:active,
.section06 .sec06-cont-right .ser-step a:active{
    border-radius: 50px;
    border: 1px solid var(--500, #99C9FD);
    background: var(--100, #F2F8FF);
}
.section07{
    display: flex;
    padding: 133px 0px 143px 0px;
    flex-direction: column;
    align-items: center;
    background: url(../images/ask-bg.png) no-repeat;
    background-size: cover;
    height: 550px;
}
.section07 h2{
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 150%; /* 72px */
    letter-spacing: -0.96px;
    margin-bottom: 56px;
}
.section07 a{
    display: flex;
    width: 200px;
    padding: 25px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid var(--opacity-50, rgba(255, 255, 255, 0.50));
    background: none;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}
.section08{    
    display: flex;
    width: 100%;
    min-width: 1664px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    padding: 100px 228px;
    position: relative;
}
.section08 .sec08-cont{
    display: inline-flex;
    margin-right: 130px;
    min-width: 272px;
}
.section08 .sec08-cont h2{
    color: #000;
    font-size: 60px;
    font-weight: 700;
    line-height: 150%; /* 90px */
    letter-spacing: -1.2px;
}
.section08 .sec08-cont-right {
    margin-bottom: 60px;
}
.section08 .sec08-cont-right ul li{
    margin-bottom: 28px;
}
.section08 .sec08-cont-right ul li span{
    color: #FF5A5C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
    padding-top: 6px !important;
    display: block;
}
.section08 .sec08-cont-right label{
    color:  #111;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: -0.4px;
    margin-bottom: 20px;
    display: block;
}
.section08 .sec08-cont-right label em{
    color:  #FF5A5C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.4px;
    
}
.section08 .sec08-cont-right input{
    display: flex;
    height: 62px;
    width: 891px;
    padding: 16px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #FFF;
    border: none;
}
.section08 .sec08-cont-right input.not-input{
    border-radius: 12px;
    border: 1.5px solid #FF5A5C;
    background: #FFF;
}
.section08 .sec08-cont-right input::placeholder,
.section08 .sec08-cont-right textarea::placeholder{
    color: #909090;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.4px;

}
.section08 .sec08-cont-right textarea{
    display: flex;
    height: 200px;
    width: 891px;
    padding: 16px 20px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    background: #FFF;
    border: none;
}
.section08 .sec08-cont-right input[type="checkbox"]{
    display: inline-flex;
    width: 20px;
    height: 20px;    
    vertical-align: sub;
    margin-right: 20px;
}
.check-txt {
    color: #111;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: -0.4px;
}
.check-txt em{
    color: #0079FB;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.4px;
}
.mb14{
    margin-bottom: 14px !important;
}
.arrow-plus {
    vertical-align: top;
    display: inline-block !important;

}
.btn-send{
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
}
.btn-send a{
    display: flex;
    padding: 20px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #0079FB;
    color: #fff;
    height: 60px;
    color: var(--White, #FFF);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%; /* 20px */
    letter-spacing: -0.4px;
}
.btn-send a:active,
.btn-send a:hover{
    background: #0061C9;
}
footer{
    height: 347px;
    background: #000;
    color: #fff;
    padding: 75px 10% 23px;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.footer-text ul li{
    display: block;
    font-size: 20px;
    line-height: 40px;
}
.footer-text ul li span{
    position: relative;
    display: inline-block;
    padding-right: 22px;
    color: #666;
    font-weight: 400;
    color: #666;
}
.footer-text ul li span b{
    font-size: 1em;
    font-weight: 400;
    color: #999;
    display: inline-block;
    margin-right: 5px;
}
.footer-text ul li span:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    background: #888;
    right: 11px;
    top: 13px;
}
.ft_bottom ul li a {
    color: #666;
    letter-spacing: -0.04em;
    font-weight: 500;
    line-height: 1;
}
.ft_bottom ul li:nth-child(2) a {
    color: #148dd6;
}
.ft_bottom p {
    line-height: 29px;
    color: #666;
    letter-spacing: -0.04em;
    font-weight: 300;
}
.ft_bottom.clear {
    font-size: 20px;
    margin: 20px 0 0 0;
    width: 100%;
    position: relative;
}

ul.ft_menu.clear {
    position: absolute;
    right: 0;
    top: 4px;
}
ul.ft_menu.clear li {
    display: inline-flex;
    font-size: 16px;
    padding-left: 15px;
}

  

.section08 .sec08-cont-right .modal-wrap ul li {
      text-align: center;
      margin-bottom: 24px;
      font-size: 26px;
}
.section08 .sec08-cont-right .modal-wrap ul li img {
    width: 60px;
    height: 60px;
} 
.pos-re{
    position: relative;
} 
.modal-wrap-pop {
    display: none;
    position: fixed; 
    /* 스크롤 위치에 관계없이 화면에 고정 */
    top: 50%; 
    /* 화면의 세로 중앙 */
    left: 50%; 
    /* 화면의 가로 중앙 */
    transform: translate(-50%, -50%); 
    /* 정확한 중앙 위치 */
    width: 590px;
    height: 880px;/*800px;*/
    background: #fff;
    z-index: 1000;
    padding: 30px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 20px;
}
.modal-wrap h2{
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%; /* 54px */
    letter-spacing: -0.72px;
}


li.sucess-title {
    color: var(--main-blue, #0079FB);
    text-align: center;
    font-family: Pretendard;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 54px */
    letter-spacing: -0.72px;
    text-transform: capitalize;
}
.section08 .sec08-cont-right .modal-wrap ul li:first-child{
    margin-top: 54px;
}
.section08 .sec08-cont-right .modal-wrap ul li span {
    color: var(--Gray_800, #454545);
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.3px;
}
.section08 .sec08-cont-right .modal-wrap .modal-close{
    display: flex;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--500, #99C9FD);
    background: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    color: var(--main-blue, #0079FB);
    height: 54px;
}
.bor-none{
    border: none !important;
    text-align: right !important;
    justify-content: flex-end !important;
    position: absolute;
    background: none !important;
    right: 30px;
    top: 30px;
}

/* 서브페이지 */
.sub-contents{
    padding: 40px 10% 66px;
    min-width: 1664px;
    width: 100%;
}
.header-title{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.sub-contents .header-title h2{
    color: #000;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 90px */
    letter-spacing: -1.2px;
}
.btn-sub{
    display: flex;
    padding: 20px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid var(--500, #99C9FD);
    background: #FFF;
    color: var(--main-blue, #0079FB);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%; /* 20px */
    letter-spacing: -0.4px;
    height: 60px;
}
.sub-header-title {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 48px;
    margin-top: 60px;
}
.sub-header-title h3{
    color: var(--Black, #111);
    font-size: 36px;
    font-weight: 700;
    line-height: 100%; /* 36px */
    letter-spacing: -0.72px;
}
.sub-header-title h3 span{
    color: rgba(0, 0, 0, 0.56);
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.4px;
    padding-left: 20px;
}
.right-btn ul li{
    display: inline-flex;
    align-items: center;
    vertical-align: text-bottom;
}
.ex-title{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px; /* 190% */
    letter-spacing: -0.14px;
}
.discount-ex{
    display: inline-flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid var(--400, #B2D7FE);
    background: var(--100, #F2F8FF);
    color: var(--main-blue, #0079FB);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%; /* 16px */
    letter-spacing: -0.112px;
    margin-right: 20px;
    margin-left: 10px;
    cursor: text;
}


/* 솔루션 선택 아코디언 시작 */
.accordion {
    cursor: pointer;
    padding: 10px;
}

.accordion.active + .panel {
    display: block; /* 아코디언이 열릴 때 .panel을 표시 */
}
.accordion:after {
    content: '';
    background: url(../images/accordion-arrow-down.svg);
    position: absolute;
    left: 24px;
    top: 22px;
    margin-left: 5px;
    width: 30px;
    height: 30px;
}

.active:after {
    content: '';
    background: url(../images/accordion-arrow-down.svg);    
    transform: rotate(180deg);
}

.panel {
    display: none; /* 기본적으로 숨겨둠 */
   transition: all 0.3s ease-out;
   margin-top: -20px;
   margin-bottom: 20px;
}
.panel01 {
    position: relative;
    border-top: 1px solid #ececec;
}
.panel01:last-child{
    border-bottom: 1px solid #ececec;
}
.panel.active {
    overflow: visible;
}

.p-hide {
    display: none
}

.p-show {
    display: block
}

  

  
/* 솔루션 선택 아코디언 끝 */
.sub-text-list.flex {
    padding-left: 50px;
}
.aco-title{
    color: var(--Black, #111);
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    letter-spacing: -0.48px;
    margin-right: 10px;
  }
  .aco-subex{
    color: var(--Gray_600, #7E7E7E);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    text-transform: capitalize;
  }
.min-service-mem li {
    display: inline-flex;
    color: var(--Gray_600, #7E7E7E);
    font-size: 18px;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    vertical-align: middle;
    justify-content: flex-end;
}
.service-number {
    margin-left: 10px;
}
.service-number em{
    margin-right: 6px;
}
.service-number input{
    display: flex;
    width: 100px;
    height: 36px;
    padding: 3px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid var(--Gray_300, #D9D9D9);
    margin-right: 6px;
    color: var(--Black, #111);
    font-size: 20px;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: -0.4px;
}
.accorion-line {
    display: inline-flex;
    width: 100%;
    height: 86px;
    padding: 12px 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    background: #FFF;
    margin-bottom: 12px;
    position: relative;
}
.aco-right {
    position: absolute;
    right: 20px;
}
/* check */
/* 라디오 버튼 완전히 숨기기 */
.day-group .radio {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

/* 기본 상태 - 체크되지 않았을 때 */
.day-group .radio + label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 1.5px solid #9d9d9d;
    background: #ffffff;
    border-radius: 50%;
    vertical-align: middle;
    transition: all 0.3s ease; /* 부드러운 애니메이션 적용 */
}

/* 라디오 버튼이 체크되었을 때 */
.day-group .radio:checked + label::before {
    border-width: 4px;  /* 테두리 두껍게 */
    border-color: #0079FB; /* 선택된 색상 */
    background-color: #ffffff; /* 배경색 유지 */
    transition: all 0.3s ease; /* 부드러운 애니메이션 적용 */
}

/* 비활성화된 라디오 버튼 */
.day-group .radio:disabled + label::before {
    border-color: #9d9d9d; /* 비활성화 색상 */
    background-color: #f0f0f0; /* 비활성화 배경 */
}

/* 선택된 상태에서 레이블 색상도 변경 */
.day-group .radio:checked + label {
    color: #0079FB;
}

.panel .aco-right {
    position: absolute;
    right: 18px;
    top: 28px;
}
.panel-title {
    background: #fff;
    height: 86px;
}
.panel-title .sub-text-list.flex {
    padding-left: 80px;
}
.service-price{
    color: var(--Black, #111) !important;
    font-size: 24px!important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 26px; /* 108.333% */
    letter-spacing: -0.072px;
    padding-left: 30px;
    padding-right: 10px;
    width: 172px;
}
.panel-title .sub-text-list.flex {
    padding-top: 20px;
}
/* 셀렉트박스 커스텀 */
/* 기본 스타일 */
.custom-select {
    position: relative;
    width: 300px;

    top:-9px
}

/* 선택된 옵션 박스 */
.select-box {
    background: #fff;
    border: 1px solid var(--Gray_300, #D9D9D9);
    border-radius: 6px;
    padding: 9px 20px 9px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    height: 46px;
}

/* 드롭다운 화살표 */
.arrow {
    width: 10px;
    height: 10px;
    border-left: 2px solid #626262;
    border-bottom: 2px solid #626262;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

/* 옵션 목록 */
.options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    list-style: none;
    margin: 5px 0;
    z-index: 20;
    padding: 10px 0px;
    border-radius: 6px;
    border: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
/* 옵션 목록 활성화 시 보이게 설정 */
.custom-select.active .options {
    display: block;
}
/* 옵션 아이템 */
.options li {
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    padding: 12px 14px;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
}
.options li:last-child{
    border-bottom: none;
}
.options li:hover {
    border-bottom: 1px solid var(--Gray_300, #D9D9D9);
    background: var(--100, #F2F8FF);  
}

/* 활성화 시 옵션 목록 표시 */
.custom-select.active .options {
    display: block;
}

/* 활성화 시 화살표 회전 */
.custom-select.active .arrow {
    transform: rotate(135deg);
}

/* 기본 select 박스 숨기기 */
.hidden-select {
    display: none;
}
/* 셀렉트박스커스텀 끝 */
.price-table table {
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
    /* background: #ddd; */
    border-radius: 12px;
}
.price-table table th{
    color: var(--Black, #111);
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    letter-spacing: -0.48px;
    text-transform: capitalize;
    height: 60px;

}
.price-table table th:nth-child(1){
    background: var(--Gray_200, #E9E9E9);
    border-radius: 12px 0 0 0;
}
.price-table table th:nth-child(2){
    background: var(--ERP-ERP-200, #7BD1BC);
}
.price-table table th:nth-child(3){
    background: var(--400, #B2D7FE);
}
.price-table table th:nth-child(4){
    background: #F9DC91;
}
.price-table table th:nth-child(5){
    background: #F2ABAC;
    border-radius: 0 12px 0 0;
}
.price-table table td{
    text-align: center;
    color: var(--Black, #111);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: -0.4px;
    height: 150px;
    background: #fff;
}
.ex-red{
    color: var(--Status-Important, #FF5A5C);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.32px;
}
.price-subex{
    display: block;
    color: var(--Gray_500, #909090);
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.36px;
}
.table-gray-bg{
    background:  #E9E9E9!important;
    padding: 15px 0;
}
.price-table table tr:nth-child(6) td:first-child {
    border-radius: 0 0 0 12px;
}
.price-table table tr:nth-child(6) td:last-child{
    border-radius: 0 0 12px 0;
}

/* 가격정리 */
.price-total{
    display: flex;
    min-width: 1600px;
    width: 100%;
    padding: 30px 10%;
    align-items: flex-start;
    border-top: 1px solid var(--Gray_200, #E9E9E9);
    background: #FFF;
    justify-content: space-between;
    position: sticky;
    bottom: 0px;
    z-index: 100;
}
.price-total-title {
    display: inline-flex;
    width: calc(100% - 328px);
    align-items: flex-start;
    justify-content: space-between;
    min-width: 1000px;
}

.price-total-title ul li em {
    display: block;
    color: var(--Gray_500, #909090);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 20px */
    letter-spacing: -0.4px;
    padding-bottom: 8px;
}

.price-total-title ul li {
    display: inline-block;
    color: var(--Black, #111);
    font-size: 22px;
    font-weight: 500;
    line-height: 150%; /* 36px */
    letter-spacing: -0.48px;
    align-items: flex-start;
    vertical-align: text-top;
    padding-right: 20px;
}
.price-total-title ul li:first-child{
    padding-right: 100px;
    width: calc(100% - 170px);
    min-width: 750px;
}
.price-total-btn-grp ul li {
    display: inline-flex;
}
.price-total-btn-grp ul li:first-child{
    margin-right: 30px;
}
.price-total-btn-grp button{
    display: flex;
    padding: 20px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 100%; /* 20px */
    letter-spacing: -0.4px;
    height: 60px;
    width: 145px;
}
button.nomal{    
    border: 1px solid var(--500, #99C9FD);
    background: #FFF;
    color: var(--main-blue, #0079FB);   
   
}
button.active{   
    background: #0079FB;
    color: var(--White, #FFF);
}
.modal-cont .custom-select {
    top: 0;
    width: 150px;
}
.custom-select + input {
    margin-left: 12px;
}
.select-input{
    display: inline-flex;
    width: 100%;
    gap:12px;
}
/* 팝업 */

.modal-wrap-pop h2{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.72px;
    padding: 0px 40px;
}
.modal-footer {
    margin: 0px 30px 30px;
}
.modal-cont {
    padding: 20px 40px 0px;
    /* overflow-x: hidden;
    overflow-y: visible; */
    position: relative;

}
.modal-cont ul li{
    margin-bottom: 12px;
}
 .modal-cont ul li span {
    color: #FF5A5C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.32px;
    padding-top: 6px !important;
    display: block;
}

.modal-cont label{
    color:  #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: -0.4px;
    margin-bottom: 12px;
    display: block;
}
.modal-cont label em{
    color:  #FF5A5C;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.4px;
    
}
.modal-cont input {
    display: flex;
    height: 47px;
    padding: 16px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #FFF;
    border-radius: 12px;
    border: 1px solid var(--Gray_300, #D9D9D9);
    background: #FFF;
}
.modal-cont input.not-input{
    border-radius: 12px;
    border: 1.5px solid #FF5A5C;
    background: #FFF;
}
.modal-cont input::placeholder,
.modal-cont textarea::placeholder{
    color: #909090;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.4px;

}
.modal-cont textarea{
    display: flex;
    height: 100px;
    width: 510px;
    padding: 16px 20px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--Gray_300, #D9D9D9);
    background: #FFF;
}
.modal-cont input[type="checkbox"]{
    display: inline-flex;
    width: 20px;
    height: 20px;    
    vertical-align: sub;
}
.modal-cont .check-txt {
    color: #111;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.4px;
    height: 28px;
    margin-bottom: 10px;
}
.modal-cont .check-txt em {
    color: #0079FB;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.4px;
}
.modal-cont ul li span {
    color: #FF5A5C;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.32px;
    padding-top: 6px !important;
    display: block;
}
.modal-wrap-pop .btn-send a {
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #0079FB;
    color: #fff;
    height: 46px;
    color: var(--White, #FFF);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.4px;
}
/* 팝업 스타일 */
.modal-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.modal-wrap {
  display: none;
  position: fixed; /* 스크롤 위치에 관계없이 화면에 고정 */
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);  /* 정확한 중앙 위치 */
  width: 646px;
  height: 486px;
  background: #fff;
  z-index: 1000;
  padding: 80px 70px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 20px;
}
.sec08-cont-right .modal-wrap {
  width: 510px;
  height: 400px;
  padding: 30px 40px;
}
.modal-wrap button {
    margin-bottom: 24px;
    background: none;
    width: 100%;
    text-align: right;
}
.modal-wrap.sucess-modal{
    width: 512px;
    height: 400px;   
    padding: 30px 40px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.modal-wrap ul li{
    margin-top:24px;
}
.modal-wrap ul li.sucess-title{
    color: var(--main-blue, #0079FB);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 39px */
    letter-spacing: -0.078px;
}
.modal-wrap ul li.sucess-title span{
    color: var(--Grayscale-Gray_800, #454545);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 170% */
    letter-spacing: -0.2px;
}
.modal-wrap ul li:first-child{
    margin-top: 54px;
    text-align: center;
}
.modal-wrap ul li span {
    color: var(--Gray_800, #454545);
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.3px;
    display: block;
    margin-top: 12px;
}
.modal-wrap .modal-close{
    display: flex;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--500, #99C9FD);
    background: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    color: var(--main-blue, #0079FB);
    height: 54px;
}
.modal-wrap .modal-close:hover{
    border: 1px solid var(--500, #99C9FD);
    background: var(--100, #F2F8FF);
}
.modal-wrap .check-img{
    margin-top:60px!important;
}
.modal-wrap .check-img img{
    height: 60px;
}

.comment-box{
    display: flex;
    padding: 10px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--Grayscale-Gray_50, #F6F6F6);
    color: var(--Grayscale-Gray_700, #626262);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    letter-spacing: -0.042px;
}
/* 모달팝업 */
.sub-mem-contents {
    padding: 34px 10% 66px;    
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.member-title{
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    width: 464px;
}
.member-title h2{
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px; /* 120% */
    letter-spacing: -0.21px;
    margin-bottom: 12px;
}
.member-title h2 + em{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 170% */
    letter-spacing: -0.02px;
}
.modal-wrap.id-ok-wrap {
    display: flex;
    width: 440px;
    height: auto;
    padding: 30px 40px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

.sucess-title.black {
    color: var(--Grayscale-Gray_900, #2C2C2C)!important;
    font-size: 20px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 150%; /* 39px */
    letter-spacing: -0.078px;
    margin-top: 0px !important;
}
.modal-wrap.id-ok-wrap .modal-close {
    font-size: 16px;
}
.process-step{

}
.process-step li {
    display: inline-flex;
    justify-content: center;    
    width: 70px;
    margin-right: 74px;
    position: relative;
}
.process-step li:last-child{
    margin-right: 0px;
}
.step-level ul li{
   display: flex;
   justify-content: center;
}
/* .step-level ul li.step{
    color: var(--Grayscale-Gray_900, #2C2C2C);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%; /* 22.5px */

.step-level {
    text-align: center;
    width: 70px;
}
.step-level li.step{
    color: var(--Grayscale-Gray_900, #2C2C2C);
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 22.5px */
}
.step-level li.number{
    color: var(--Grayscale-Gray_900, #2C2C2C);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
}
.step-level li.step-img{
    height: 40px;
    margin: 5px 0;
}
.step-level li.step-txt{
    color: var(--Grayscale-Gray_900, #2C2C2C);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.7px;
}
.step-level.not li{
    color: var(--Grayscale-Gray_400, #B9B9B9);
    
}
.process-step li .step-level:after {
    content: "";
    width: 74px;
    background: #d9d9d9;
    height: 1px;
    position: absolute;
    top: 64px;
    left: 70px;
}
.process-step li:last-child .step-level:after {
    content: "";
    width: 74px;
    background: #b9b9b9;
    height: 0px;
    position: absolute;
    top: 64px;
    left: 70px;
}
.agree-box{
    margin-top:90px;
    display: flex;
    width: 502px;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 10px;
    background: #FFF;
}

.agree-box input[type="checkbox"]{
    display: inline-flex;
    width: 20px;
    height: 20px;    
    vertical-align: sub;
    margin-right: 20px;
}
.login-area input[type="checkbox"]{
    display: inline-flex;
    width: 20px;
    height: 20px;    
    vertical-align: sub;
    margin-right: 10px;
}
.agree-box ul li{
    padding: 20px 0 0 0;
    color: var(--Grayscale-Black, #111);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.054px;
}
.agree-box ul li em {
    font-size: 18px;
}
.agree-box ul li:first-child{
    padding:0 0 20px 0;
    position: relative;
}
.agree-box ul li:first-child::after{
    content: "";
    height: 1px;
    width: 442px;
    background: #D9D9DD;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.agree-btn{
    display: flex;
    width: 502px;
    height: 60px;
    padding: 20px 36px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 12px;
    background: #0079FB;
    margin-top: 24px;
}

.agree-btn button{
    color: var(--Grayscale-White, #FFF);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
    letter-spacing: -0.4px;
    text-transform: capitalize;
    background:none;
}
.login-area .agree-btn{
    display: flex;
    width: 502px;
    padding: 20px 36px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 12px;
    background: #0079FB;
    margin-top: 44px;
}

.login-area .agree-btn button{
    color: var(--Grayscale-White, #FFF);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
    letter-spacing: -0.4px;
    text-transform: capitalize;
    background:none;
}

.agree-box-txt{
    display: flex;
    width: 502px;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 10px;
    background: #FFF;
    margin-top: 90px;
}
.agree-box-txt li {
    margin-bottom: 20px;
}
.agree-box-txt li label{
    display: block;
    color: var(--Grayscale-Black, #111);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    margin-bottom: 12px;
}
.agree-box-txt li label em{
    color: var(--Status-Important, #FF5A5C);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.048px;
}
.agree-box-txt li input{
    display: flex;
    padding: 16px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
    background: #FFF;
				 
    height: 49px;
    font-size: 18px;
    width: 449px;
}
.agree-box-txt li .agree-input-btn input{
    width: 329px;
}
.agree-box-txt li .id-input input{
    width: 296px;
}
button.btn-send {
    display: flex;
    padding: 20px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #0079FB;
    color: var(--Grayscale-White, #FFF);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.4px;
    text-transform: capitalize;
    width: 107px;
    height: 48px;
    margin-left: 12px;
}
.agree-input-btn {
    display: flex;
}
.agree-box-txt li input::placeholder{
    color: var(--Grayscale-Gray_500, #909090);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
}
.agree-btn-area{
    display: flex;
    width: 502px;
    margin-top: 24px;
  
}
.prev-btn{
    display: flex;
    padding: 20px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 12px;
    border: 1px solid var(--700, #66AFFD);
    background: var(--Grayscale-White, #FFF);
    color: var(--main-blue, #0079FB);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
    letter-spacing: -0.4px;
    height: 60px;
}
.next-btn{
    display: flex;
    padding: 20px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 12px;
    background: var(--Grayscale-Gray_400, #B9B9B9);
    color: var(--Grayscale-White, #FFF);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%; /* 20px */
    letter-spacing: -0.4px;
    height: 60px;
}
.login-ex-btn {
    display: inline-flex;
    margin-top: 12px;    
    justify-content: center;
    width: 100%;
    font-size: 16px;
}

.login-ex-btn ul {
    display: inline-flex;
}
.login-ex-btn ul li{
    position: relative;
  
}
.login-ex-btn ul li:first-child::after{
    content: "";
    height: 14px;
    width: 1px;
    position: absolute;
    top: 2px;
    right: 0px;
    background: #d9d9d9;    
}
.idget{
    color: var(--Grayscale-Gray_500, #909090);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    margin-top: 11px;
}




span.msg,
span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit
}
.container {
  width: 500px;
  margin: 50px auto 0;
  text-align: center
}

/*Styling Selectbox*/
.dropdown {
  width: 300px;
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left
}
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px
}
.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}
.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
    background-color: #f8f8f8
}
.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8
}
.dropdown.active .select > i {
    transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}
.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}


/* 이미지슬라이더 */
/* #imageContainer {
    width: 811px;
    height: 500px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: row;
} */
#imageContainer {
    width: 781px;
    height: 440px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: row;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
#imageContainer img {
    max-width: 100%;
    max-height: 100%;
    width: 890px;
    height: 536px;
    box-shadow: 8px 10px 15px 10px rgb(0 0 0 / 90%);
}
/* .link-container {
    margin-top: 20px;
} */
.link-container a {
    cursor: pointer;
    text-decoration: none;
}
.quick-link{
    position: fixed;
    bottom: 106px;
    right: 55px;
    z-index: 100;
}
.quick-link ul li{
   display: flex;

}
.quick-link .chatbot-go{
    display: flex;
    width: 70px;
    height: 70px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 150px;
    border: 1px solid var(--500, #99C9FD);
    background: var(--Grayscale-White, #FFF);
    margin-bottom: 30px;
}
.quick-link .chatbot-go img {
    width: 24px;
}
.quick-link .chatbot-go em{
    color: var(--Grayscale-Gray_900, #2C2C2C);
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -1px;
    text-transform: capitalize;
    padding-top: 4px;
}
.quick-link .top-go{
    display: flex;
    width: 70px;
    height: 70px;
    padding: 28px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 150px;
    background: var(--main-blue, #0079FB);
}
.top-go img {
    width: 19px;
}
/* 어드민 좌측메뉴 아코디언 */
section.admin-contents {
    margin-top: 94px;
    display: inline-flex;
    background: #fff;
    width: 100%;
}
.snb {
    width: 240px;
    padding: 30px 24px;
    background: #fff;
    border-top: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
}

.snb h2 {
    color: var(--Grayscale-Black, #111);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 170% */
    letter-spacing: -0.02px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F5F5;
    padding-left: 16px;
}

.snb nav>ul {
    border-top: 1px solid #ddd;
    padding: 12px 0;
}

.snb nav>ul>li {
    /* border-bottom: 1px solid #ddd; */
}

.snb nav>ul>li>a {
    display: block;
    padding: 0 0 0 20px;
    line-height: 56px;
    font-size: 17px;
    color: #7E7E7E;
    transition: background-color .5s;
    padding-left: 44px;
}

.snb nav>ul>li>ul {
    display: none;
}
.snb nav>ul>li>ul>li {
    margin-bottom: 12px;
    padding-right: 0px;
    width: 100%;
    color: var(--Grayscale-Gray_600, #7E7E7E);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
}
.snb nav>ul>li>ul a {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--Grayscale-Gray_600, #7E7E7E);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    padding: 8px 16px 8px 44px;
}

.snb nav>ul>li>ul a:before {
    /* content: "";
    display: inline-block;
    margin: 0 2px 0 0;
    width: 4px;
    height: 1px;
    background: #000;
    vertical-align: 5px; */
}

.snb nav>ul>li.on>a {
    color: var(--Grayscale-Black, #111);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    line-height: 56px;
    font-size: 17px;
    padding-left: 44px;
    margin-bottom: 20px;
    height: 42px;
    line-height: 56px;
}
.snb nav>ul>li>ul>li a.active{
    display: flex;
    padding: 8px 16px 8px 44px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--100, #F2F8FF);
    color: var(--main-blue, #0079FB);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
}
.snb nav>ul>li.on>a.dep {
    background: url(images/ico_arrow_up.png) no-repeat right 17px center;
}

.snb nav>ul>li>a.dep {
    background: url(images/ico_arrow_down.png) no-repeat right 17px center;
}
.snb nav>ul>li{
    padding-right: 0px;
    position: relative;
}
.snb nav>ul>li.on.lnb-menu-com::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 18px;
    background: url(../images/admin-menu01.svg) no-repeat;
    opacity: 1;
}
.snb nav>ul>li.lnb-menu-com::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 18px;
    background: url(../images/admin-menu01.svg) no-repeat;
    opacity: 0.4;
}
.snb nav>ul>li.on.lnb-menu-ser::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 18px;
    background: url(../images/admin-menu02.svg) no-repeat;
    opacity: 1;
}
.snb nav>ul>li.lnb-menu-ser::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 18px;
    background: url(../images/admin-menu02.svg) no-repeat;
    opacity: 0.4;
}
.snb nav>ul>li.lnb-menu-order::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 18px;
    background: url(../images/admin-menu03.svg) no-repeat;
    opacity: 0.4;
}
.snb nav>ul>li.on.lnb-menu-order::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 18px;
    background: url(../images/admin-menu03.svg) no-repeat;
    opacity: 1;
}
.snb nav>ul>li.lnb-menu-out::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 18px;
    background: url(../images/admin-menu04.svg) no-repeat;
    opacity: 0.4;
}
.snb nav>ul>li.on.lnb-menu-out::before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 18px;
    background: url(../images/admin-menu04.svg) no-repeat;
    opacity: 1;
}
.article{
    padding: 30px 34px;
    border-top: 1px solid #F5F5F5;
    width: calc(100% - 240px);
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    min-height: 500px;
}
.my-setting{
    width: 800px;
}
.my-setting h2{
    color: var(--Grayscale-Gray_800, #454545);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 170% */
    letter-spacing: -0.02px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.my-setting ul li{
    margin-top:20px ;
    display: block;
}
.my-setting ul li h4{
    color: var(--Grayscale-Black, #111);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    margin-bottom: 12px;
}
.my-setting ul li h4 + input.my-admin-input{
    display: flex;
    padding: 14px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
    background: var(--Grayscale-Gray_100, #fff);
    color: var(--Grayscale-Black, #111);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    letter-spacing: -0.042px;
    width: 100%;
    height: 56px;
}
.my-setting ul li h4 + input.my-admin-input.disable{    
    background: var(--Grayscale-Gray_100, #ECECEC);
}
.my-setting ul li h4 + input.my-admin-input::placeholder{
    color: var(--Grayscale-Black, #111);
    font-size: 14px;
}

.my-service-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.my-service-box li {
    margin-right: 24px;
}
.my-service-box.order-pay li {
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.my-service-box.order-pay{
    padding: 30px;
    align-items: center;
    border-radius: 12px;
    border: 1px solid var(--Grayscale-Gray_200, #E9E9E9);
}
.my-service-box li:nth-child(even) {
    margin-right: 0px;
}
.my-service-box .office{
    display: inline-flex;
    width: 384.75px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    background: var(--200, #E5F2FF);
}
.my-service-box .erp{
    display: inline-flex;
    width: 384.75px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    background: var(--200, #E7F7F3);
}
.my-service-box .bi{
    display: inline-flex;
    width: 384.75px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    background: rgba(238, 157, 23, 0.17);
}
.my-service-box .hr{
    display: inline-flex;
    width: 384.75px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    background: rgba(204, 58, 58, 0.17);
}
.my-service-box .sub-service-box.logo{
    margin-bottom: 24px;
}
.my-service-box .sub-service-box .data{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.my-service-box .sub-service-box .data ul li{
    color: var(--Grayscale-Gray_700, #626262);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    position: relative;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.my-service-box .sub-service-box .data ul li:first-child {
    margin-bottom: 4px;
}
.my-service-box .sub-service-box .data ul li span{
    color: var(--Grayscale-Gray_900, #2C2C2C);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    position: absolute;
    right: 0px;

}
button.service-btn{
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--Grayscale-White, #FFF);
    color: var(--Grayscale-Black, #111);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    height: 46px;
    width: 100%;
}
.service-bar-graph{
    width: 344px;
    height: 12px;
    flex-shrink: 0;
    border-radius: 20px;
    background: var(--Grayscale-White, #FFF);
    position: relative;
    margin-top: 0px !important;
}
li.office .service-bar-graph span{
    position: absolute;
    left: 0;
    width: 15%;
    border-radius: 20px;
    width: 22px;
    height: 12px;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgba(0, 121, 251, 0.50) 0%, #0079FB 100%);
}
li.erp .service-bar-graph span{
    position: absolute;
    left: 0;
    width: 15%;
    border-radius: 20px;
    width: 22px;
    height: 12px;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(15, 171, 131, 0.50) 0%, #0FAB83 100%);

}
li.bi .service-bar-graph span{
    position: absolute;
    left: 0;
    width: 15%;
    border-radius: 20px;
    width: 22px;
    height: 12px;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(238, 157, 23, 0.50) 0%, #EE9D17 100%);
    
}
li.hr .service-bar-graph span{
    position: absolute;
    left: 0;
    width: 15%;
    border-radius: 20px;
    width: 22px;
    height: 12px;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(204, 58, 58, 0.50) 0%, #CC3A3A 100%);
    
}
.not-service{
    color: var(--Grayscale-Black, #111);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    padding: 20px 0;
}
.my-service-box .btn{
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 12px;
    background: var(--main-blue, #0079FB);
    color: var(--Grayscale-White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    margin-top: 10px;
    height: 46px;
}
.not-service + .btn{
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 12px;
    background: var(--main-blue, #0079FB);
    color: var(--Grayscale-White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    margin-top: 10px;
    width: 100%;
    height: 46px;
}
.my-service-box .wbtn{
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 12px;
    border: 1px solid var(--500, #99C9FD);
    background: var(--Grayscale-White, #FFF);
    color: #0079FB;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    margin-top: 10px;
    width: 100%;
    height: 46px;
}
.not-service + .btn:hover,
.my-service-box .btn:hover{
    background: #0061C9;
}

button.btn{
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 12px;
    background: var(--main-blue, #0079FB);
    color: var(--Grayscale-White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    margin-top: 10px;
    height: 46px;
    transition: 0.3s;
}
.wbtn{
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 12px;
    border: 1px solid var(--500, #99C9FD);
    background: var(--Grayscale-White, #FFF);
    color: #0079FB;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    margin-top: 10px;
    width: 100%;
    height: 46px;
    transition: 0.3s;
}
button.btn:hover{
    background: #0061C9;
}
button.wbtn:hover{
    border: 1px solid var(--500, #99C9FD);
    background: var(--100, #F2F8FF);
}
.not-service + .btn button{
    background: none;
}
.appr-btn{
    display: inline-flex;
    position: absolute !important;
    right: 38px !important;
    bottom: -55px !important;
    gap: 12px;
}
.appr-btn .wbtn{
    width: 88px !important;
}
.appr-btn .btn{
    width: 150px !important;
}
.my-service-box.order-pay button.btn,
.my-service-box.order-pay button.wbtn {
    width: 86px;
    font-size: 12px;
    margin-top: 20px;
    margin-right: 12px;
}
.bank{
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
}
.bank ul {
    width: 100%;
    flex-direction: row;
    display: inline-flex;
    justify-content: space-between;
}

.bank li.bank-name {margin-top: 0px;}
.bank li.bank-num {margin-top: 0px;}
.bank-name{
    color: var(--Grayscale-Black, #111);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
}
.bank-num{
    color: var(--Grayscale-Black, #111);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
}

.member-out{
    width: 800px;
}
.member-out h2{
    color: var(--Grayscale-Gray_800, #454545);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 170% */
    letter-spacing: -0.02px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.member-out ul li{
    margin-top:20px ;
    display: block;
}
.member-out ul li h4{
    color: var(--Grayscale-Gray_600, #7E7E7E);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
    letter-spacing: -0.042px;
}
.member-out ul li span{
    color: var(--Grayscale-Gray_900, #2C2C2C);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    display: block;
    margin-top: 12px;
}
.noti-box{
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--Grayscale-Gray_50, #F6F6F6);
    color: var(--Grayscale-Gray_700, #626262);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    letter-spacing: -0.042px;
}
.snb nav.admin-manage>ul>li.lnb-menu-com::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 18px;
    background: url(../images/admin-menu01.svg) no-repeat;
    opacity: 0;
}
.snb nav.admin-manage>ul>li>ul {
    display: block;
}
.admin{
    position: relative;
}
.admin .custom-select {
    position: absolute;
    right: 0px;
    width: 118px;
}
.admin .custom-select .select-box {
    width: 118px;
}
/* 어드민 대쉬보드 */
.admin-dash ul{
    display: flex;
    gap: 24px;
    margin-bottom: 48px;
}
.admin-dash ul li{
    display: flex;
    padding: 31px 23px;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    background: var(--Grayscale-Gray_50, #F6F6F6);
    min-width: 320px;
    width: calc(100% / 4);
    position: relative;
}
.admin-dash ul li p{
    display: flex;
    width: 70px;
    height: 70px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: var(--Grayscale-White, #FFF);
    margin-right: 20px;
}
.admin-dash span{
    color: var(--Grayscale-Gray_500, #909090);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.048px;
    display: flex;
    flex-direction: column;
}
.admin-dash ul li  span h4{
    color: var(--Grayscale-Black, #111);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 39px */
    letter-spacing: -0.078px;
    margin-top: 5px;
    margin-bottom: 0;
}
.admin-dash ul li em{
    position: absolute;
    display: flex;
    padding: 0px 10px;
    align-items: center;
    gap: 3px;
    border-radius: 20px;   
    right: 20px;
    top:32px;
    
}
em.up-badge{
    color: #2EB34A;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
    letter-spacing: -0.045px;
    background: #E2F4E6;
}
em.down-badge{
    background: #FFE6DB;
    color: #FF4A00;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
    letter-spacing: -0.045px;

}
em.up-badge:after{
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/badge-arrow-up.svg) no-repeat;

}
em.down-badge:after{
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/badge-arrow-down.svg) no-repeat;

}
.search-area{
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    align-items: flex-end;
}
.search-area-input {
    display: inline-flex;
    gap: 24px;
    width: 100%;
}
.search-section{
    min-width: 274px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: calc(100% / 4);
}
.search-section ul li {
    position: relative;
    margin: 0px;
    width: 100%;
}
.search-section > ul {
    gap: 12px;
    display: flex;
}
.search-section h5{
    color: var(--Grayscale-Gray_700, #626262);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 173.333% */
    letter-spacing: -0.045px;
}
.search-calender{
    display: flex;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
    background: #FFF;
    position: relative;
}
.search-calender input{
    border: none;
}
.btn-calender span {
    display: inline-block;
    background: url(../images/icon-canlender.svg) no-repeat center center;
    background-size: 20px 20px;
    color: transparent;
}
.btn-calender {
    position: absolute;
    top: 2px;
    right: 6px;
    width: 30px;
    height: 34px;
    z-index: 3;
    background: none;
}
.search-section .custom-select {
    position: relative;
    top: 0;
    width: 100%;
}

.search-section .custom-select .select-box {
    width: 100%;
    height: 43px;
}
.search-word-wrap{
    display: flex;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
    background: #FFF;
}
.search-word-wrap input{
    border: none;
}
.search-word-wrap input::placeholder{
    color: var(--Grayscale-Gray_400, #B9B9B9);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
}
.search-area-input + div ul li button.active-blue{
    width: 160px;
}
/* 어드민 팝업 */
.txt-exe{
    font-size: 40px;
    margin: 30px 0;
}
.admin-popup{
    display: flex;
    width: 380px;
    padding: 30px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.admin-popup h2{
    color: var(--Grayscale-Black, #111);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 170% */
    letter-spacing: -0.02px;
    position: relative;
    width: 100%;
}
.admin-popup h2 span{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
}
.admin-popup h2 span img {
    width: 24px;
    height: 24px;
}
.btn-area {
    position: absolute;
    right: 20px;
    bottom: 18px;
}
.invoice{
    width: 712px;
    height: 750px;
    padding: 20px;
    gap: 0px;
    position: relative;
}
.invoice .table {
    width: 100%;
    min-height: auto;
    padding-bottom: 24px;
    padding-top: 24px;
}

.invoice .table table {
    width: auto;
    width: 100%;
    border: 1px solid #D9D9D9;
}
.border-bottom{
    border-bottom: 1px solid var(--Grayscale-Gray_700, #E9E9E9);
}
.detail-invoice{
    border-right: none!important;
    border-left: none!important;
}
.detail-invoice th{
    width: auto;
}
.invoice .table th{
    border-right: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
    border-bottom: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
    background: #F6F6F6;
    width: 136px;
    padding: 10px;
    align-items: center;
    gap: 10px;
   width: 25%;
   text-align:left;
   color: var(--Grayscale-Gray_700, #626262);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
}
.invoice .table td {
   text-align:left;  
    width: 25%;
    display: table-cell;
    border: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
    color: var(--Grayscale-Gray_900, #2C2C2C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
}
.detail-invoice td {
    width: 20% !important;
    border: none!important;;
}
.detail-invoice th {
    width: 20% !important;
    border: none !important;
    border-bottom:1px solid #dfdfdf!important;
}
.custom-select .select-box span {
    color: var(--Grayscale-Gray_500, #909090);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    letter-spacing: -0.045px;
}
.service-pop-cont{
    padding: 0;
    color: var(--Grayscale-Gray_700, #626262);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.048px;
    width: 100%;
    margin-bottom: 18px;
}
.service-pop-cont ul li {
    position: relative;
    margin-bottom: 4px;
}
.service-pop-cont ul li span{
    color: var(--Grayscale-Black, #111);
   right: 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    position: absolute;
}
.admin-popup .btn,
.btn-area .btn{
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 12px;
    background: var(--main-blue, #0079FB);
    color: var(--Grayscale-White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    margin-top: 10px;
    width: 100%;
    height: 46px;
    transition: 0.3s;
}
.admin-popup .btn:hover,
.btn-area .btn:hover{
    background: #0061C9;
}
.admin-popup .btn button{
    background: none;
}
.admin-popup-lag{
    display: flex;
    position: fixed; 
    /* 스크롤 위치에 관계없이 화면에 고정 */
    top: 50%; 
    /* 화면의 세로 중앙 */
    left: 50%; 
    /* 화면의 가로 중앙 */
    transform: translate(-50%, -50%); 
    /* 정확한 중앙 위치 */
    width: 513px;
    padding: 30px 40px;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.admin-popup-lag h2{
    color: var(--Grayscale-Black, #111);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 170% */
    letter-spacing: -0.02px;
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    height: 36px;
}
.admin-popup-lag h2 span{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
}

.admin-pop-title{
    color: var(--main-blue, #0079FB);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 39px */
    letter-spacing: -0.078px;
    padding-bottom: 12px;
}
.admin-pop-ex{
    color: var(--Grayscale-Gray_800, #454545);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 170% */
    letter-spacing: -0.02px;
}
.p-btn-area{
    display: inline-flex;
    padding-top: 60px;   
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.p-btn-area ul li{
    display: inline-flex;
    padding: 10px 36px;
    justify-content: center;
    align-items: center;
    gap: 12 px;
    flex: 1 0 0;
    border-radius: 12px;
    border: 1px solid var(--500, #99C9FD);
    background: #FFF;
    color: var(--main-blue, #0079FB);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 170% */
    letter-spacing: -0.4px;
    text-transform: capitalize;
    width: 210px;
    transition: 0.3s;

}
.p-btn-area .blue{
    border-radius: 12px;
    background: var(--main-blue, #0079FB)!important;
    transition: 0.3s;
    color: var(--Grayscale-White, #FFF)!important;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 170% */
    letter-spacing: -0.4px;
    text-transform: capitalize;
}
.p-btn-area ul li:hover,
.p-btn-area ul li:active{
    border: 1px solid var(--500, #99C9FD)!important;
    background: var(--100, #F2F8FF)!important;
}

.p-btn-area ul li.blue:hover,
.p-btn-area ul li.blue:active{
    background: #0061C9!important;
}

.order-manage {
    width: 100%;
}
.order-manage.my-setting.admin h2 {
    border-bottom: none;
}
.table {
    min-height: 500px;
}
.table table{
    width: 100%;
    border-bottom: 1px solid var(--Grayscale-Gray_200, #E9E9E9);
}
.table table thead th{
    border-top: 1px solid var(--Grayscale-Gray_200, #E9E9E9);
    background: #F6F6F6;
    padding: 7px 12px;
    color: var(--Grayscale-Gray_700, #626262);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.042px;
    position: relative;
    text-align: left;
}
.table table tbody td{
    height: 46px;
    padding: 8px 12px;
    align-items: center;
    align-self: stretch;
    color: var(--Grayscale-Gray_900, #2C2C2C);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.045px;
    border-top: 1px solid var(--Grayscale-Gray_200, #E9E9E9);
    background: var(--Grayscale-White, #FFF);
}
.table table thead tr th button{
    background: none;
    position: absolute;
    right: 20px;
    top: 4px;
}
.table table thead tr th button.sorting.up{
    transform:rotate(-180deg);
    top: 10px;
}
.table.sales table thead th,
.table.sales table td {
    width: calc(100% / 10);
}
.table.custom-detail table thead th,
.table.custom-detail table td {
    width: calc(100% / 11);
}
.table.custom-detail table thead th:first-child, .table.custom-detail table td:first-child {
    min-width: 143px;
}
.table.custom-detail {
    min-height: 100px;
}

.table.ask-list {
    min-height: 100px;
}
.table.ask-list table thead th:nth-child(1),
.table.ask-list table td:nth-child(1) {
    width: 15%;
    min-width: 207px;
}
.table.ask-list table thead th:nth-child(2),
.table.ask-list table td:nth-child(2) {
    width: 55%;
    min-width: 756px;
}
.table.ask-list table thead th:nth-child(3),
.table.ask-list table td:nth-child(3) {
    width: 15%;
    min-width: 84px;
}
.table.ask-list table thead th:nth-child(4),
.table.ask-list table td:nth-child(4) {
    width: 15%;
    min-width: 104px;
}
.table-overflow{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.table.ask-list table td span{
    min-width: 0; /* flex 내부 요소의 말줄임 처리를 위해 필요 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table.ask-pop table th:nth-child(1),
.table.ask-pop  table td:nth-child(1) {
    width: 25%;
}
.table.ask-pop table tr th:nth-child(2),
.table.ask-pop  table td:nth-child(2) {
    width: 75%;
}
.com-info {
    display: flex;
    gap: 20px;
}
.com-info-table table {
    border: 1px solid #ddd;
    margin-bottom: 48px;
}
.com-info-table table tr th{
    width: 160px;
    padding: 10px;
    border-bottom: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
    background: #F6F6F6;
    color: var(--Grayscale-Gray_700, #626262);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    text-align: left;
 
}
.com-info-table table tr td{
    width: 400px;
    padding: 10px;
    align-items: center;
    color: var(--Grayscale-Gray_900, #2C2C2C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    border: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
    border-bottom: none;

}
.just-center{
    justify-content:center
}
.just-end{
    justify-content: flex-end;
}
.badge{
    /* display: flex; */
    display: table-cell;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px; 
    border-radius: 8px;    
    font-size: 12px;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    letter-spacing: -0.036px;
}
.blue{
    color: var(--main-blue, #0079FB) !important;
    background: var(--300, #CCE4FE)!important;
}
.green{
    color: #14AE5C!important;
    background: rgba(20, 174, 92, 0.20)!important;
}
.gray{
    color: #6C6C6C!important;
    background: rgba(108, 108, 108, 0.20)!important;
}
.dark-yellow{
    color: #D5A000!important;
    background: rgba(213, 160, 0, 0.20)!important;
}
.red{
    color: #DA4625!important;
    background: rgba(218, 70, 37, 0.20)!important;
}
.blue-txt{
    color: var(--main-blue, #0079FB) !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 150% !important; /* 22.5px */
    letter-spacing: -0.045px;
}
.paging {
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.paging ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.paging ul li {
    display: inline-flex;
    width: 35px;
    height: 35px;
    vertical-align: sub;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.paging ul li button{
    background: none;
}
.paging-left img {
    transform: rotate(90deg);
    width: 17px;
    height: 17px;
}
.paging-right img {
    transform: rotate(-90deg);
    width: 17px;
    height: 17px;
}
.paging .active{
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 9px 14px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    border-radius: 8px;
    background: var(--800, #3394FC);
}
/* 버튼그룹 */
.btn-group {
    display: inline-flex;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
}
.btn-wblue-14{
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--main-blue, #0079FB);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 185.714% */
    letter-spacing: -0.042px;
    border-radius: 12px;
    border: 1px solid var(--500, #99C9FD);
    background: var(--Grayscale-White, #FFF);
    height: 46px;
    transition: 0.3s;
}
.btn-wblue-14:hover{
    border: 1px solid var(--500, #99C9FD);
    background: var(--100, #F2F8FF);
}
.btn-blue-14{
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: var(--main-blue, #0079FB);
    color: var(--Grayscale-White, #FFF);
    /* Body/B2/Semibold */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 185.714% */
    letter-spacing: -0.042px;
    height: 46px;
    transition: 0.3s;
}
.btn-blue-14:hover{
    background: #0061C9;
}

span.txt-red{
    color: #FF5A5C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
    padding-top: 6px !important;
    display: block;
}
span.txt-blue{
    color: var(--700, #66AFFD);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.045px;
}
span.not-input{
    border-radius: 12px;
    border: 1.5px solid #FF5A5C;
    background: #FFF;
}
input.not-input {
    border-radius: 12px;
    border: 1.5px solid #FF5A5C !important; 
    background: #FFF;
}
input.not-check:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #FF5A5C !important;
}

.my-service-box .sub-service-box .data ul li:nth-child(3) {
    margin-top: 24px;					  
}

.my-service-box .sub-service-box .data ul li:nth-child(4) {
    margin-bottom: 24px;
}

/* 견적서부분 */
.esimate-wrap{
    display: flex;
    width: 1000px;
    height: 1415px;
    padding: 24px 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: #FFF;
}
.rule-wrap{
    display: flex;
    width: 100%;
    padding: 24px 48px;
    flex-direction: column;
    align-items: flex-start;
}
.rule-wrap .es-header{
    margin-bottom: 20px;
    height: 55px;
}
.es-header{
    position: relative;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    height: 45px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}
.es-header span.logo-zeni{
    position: absolute;
    left: 0;
    top: 0;
}
.es-header span.logo-zeni img{
    width: 120px;
    height: 40px;
    aspect-ratio: 3/1;
}
span.logo-bizen {
    position: absolute;
    right: 0;
}
.custom-date {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}
.custom-name h4{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: -0.048px;
    margin-bottom: 10px;
}
.custom-name li{
    color: var(--Grayscale-Gray_800, #454545);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
    letter-spacing: -0.042px;
}
.due-table{
margin-top: 10px;
width: 100%;
}
.due-table h4{
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 22.5px */
    letter-spacing: -0.045px;
    position: relative;
    margin-bottom: 10px;
}
.due-table h4 span{
    position: absolute;
    right: 0;
    color: var(--Grayscale-Gray_800, #454545);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 185.714% */
    letter-spacing: -0.042px;
}
.due-table ul li{
    color: var(--Grayscale-Gray_800, #454545);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
}
table.due-table-detail{
    width: 100%;
    border: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
}
table.due-table-detail th{
    height: 34px;
    background: #F6F6F6;
    color: var(--Grayscale-Gray_700, #626262);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 185.714% */
    letter-spacing: -0.042px;
    border-right: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
    border-bottom: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
    text-align: left;
    padding: 4px;
}
table.due-table-detail td{
    border-right: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
    border-bottom: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
    text-align: left;
    padding: 4px;
    color: var(--Grayscale-Gray_900, #2C2C2C);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 185.714% */
    letter-spacing: -0.042px;
}
table.due-table-detail td.total-sum{
    padding: 8px 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--Grayscale-Gray_900, #2C2C2C);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 185.714% */
    letter-spacing: -0.042px;
    background: #F6F6F6;
    }

/* id-search-box */
.id-search-box-wrap {
    padding: 34px 10% 66px;    
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    min-height: 600px;
}
.idpw-search-box {
    width: 600px;    
    border-radius: 6px;
}
.idpw-search-box ul{
    display: inline-flex;
    margin-bottom: 24px;
}
.idpw-search-box ul li {
    display: flex;
    width: 300px;
    padding: 10px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Grayscale-Gray_300, #D9D9D9);
}
.id-search-box-wrap .member-title h4{
    color: #000;
    text-align: center;
    /* Title/T1/Regular */
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.02px;
    margin-top: 12px;
    margin-bottom: 23px;
}
.id-search-box-wrap .member-title span {
    padding: 26px 129px;
    text-align: center;
}
.id-search-box-wrap .member-title span img{
    width: 126px;
    height: 126px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}
.idpw-search-box ul li.on {
    background: var(--800, #3394FC);
    color: #fff;
}
.idpw-search-box ul li:nth-child(1){
    border-radius: 6px 0 0 6px;
}
.idpw-search-box ul li:nth-child(2){
    border-radius: 0px 6px 6px 0;
}
.id-search-ex{
    color: var(--Grayscale-Gray_500, #909090);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
}
.id-subsearch-box{
    padding: 20px 0;
    border-bottom: solid 1px #D9D9D9;
    border-top: solid 1px #D9D9D9;
    text-align: center;
}
.id-subsearch-box ul li{
    margin-bottom: 10px;
}
.id-subsearch-box ul li:nth-child(2){
    color: var(--Grayscale-Gray_500, #909090);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
    text-transform: capitalize;
}
.id-subsearch-box img{
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
}
.id-email{
    color: var(--Grayscale-Black, #111);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
}
.txt-cen {
    display: flex;
    align-items: center;
    width: 502px;
    padding: 30px;
}
.txt-cen ul {
    width: 442px;
}
.not-serviece {
    display: flex;
    flex-direction: column;
    width: 464px;
    margin-top: 63px;
}

.not-serviece h2 {
    color: var(--Grayscale-Black, #111);
    text-align: center;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    /* 158.333% */
    letter-spacing: -0.168px;
    margin: 0px;
    padding-bottom: 30px;
}
.not-serviece h2 span{
    color: var(--Status-Red-Important, #FF5A5C);
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.168px;
}
.id-search-box-wrap .not-serviece h4 {
    color: var(--Grayscale-Gray_800, #454545);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
    margin-bottom: 32px;
}
.not-service-btn {
    border-radius: 12px;
    background: #0079FB;
    margin-top: 44px;
    display: flex;
    width: 300px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0px;
}

.not-service-btn button {
    text-transform: capitalize;
    background: none;
    color: var(--Grayscale-White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.048px;
}
.not-service-btn-twin {
    display: inline-flex;
    gap: 12px;
}
.not-service-btn-twin button{
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 12px;
    background: var(--Grayscale-Gray_400, #B9B9B9);
    color: var(--Grayscale-White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.9px;
    width: 144px;
    height: 46px;
}
.not-service-btn-twin button.on{
    border-radius: 12px;
    background: var(--main-blue, #0079FB);
}

button.password-modify{
    display: flex;
    width: 160px;
    height: 46px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid var(--500, #99C9FD);
    background: var(--Grayscale-White, #FFF);
    color: var(--main-blue, #0079FB);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: -0.048px;
}


/* 서비스약관 tab */

  .rule-tabmenu{ 
    width: 100%;
    margin: 0 auto; 
    position:relative; 
  }
  .rule-tabmenu ul{
    position: relative;
  }
  .rule-tabmenu ul li{
    display:  inline-block;
    width:25%; 
    float:left;  
    text-align:center; 
    line-height:40px;
  }
  .rule-tabmenu label{
    display:block;
    width:100%; 
    height:50px;
    line-height:50px;
    border: 1px solid #dfdfdf;
    border-right: none;
  }
  .rule-tabmenu ul li:last-child label{
    border-right: 1px solid #dfdfdf;
  }
  .rule-tabmenu input{display:none;}
  .rule-tabCon{
    display:none; 
    width: 100%;
    text-align:left; 
    padding: 20px 0 0 0;
    position:absolute; 
    left:0; top:50px; 
    box-sizing: border-box; 
  }
  .rule-tabmenu input:checked ~ label{
    border-top: 1px solid var(--Grayscale-Gray_200, #E9E9E9);
    border-bottom: 1px solid var(--Grayscale-Gray_200, #E9E9E9);
    border-left: 1px solid var(--Grayscale-Gray_200, #E9E9E9);
    background: var(--Grayscale-Gray_900, #2C2C2C);
    color: var(--Grayscale-White, #FFF);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.048px;
    padding: 12px;
  }
  .rule-tabmenu input:checked ~ .rule-tabCon{
    display:block;
  }

  .rule-tabCon h4{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 170% */
    letter-spacing: -0.02px;
    padding-bottom: 20px;
  }
  .rule-subcon{
    color: var(--Grayscale-Gray_800, #454545);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 42px;
  }
  .rule-subcon h5{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 170% */
    letter-spacing: -0.02px;
    padding-bottom: 40px;
  }
  .rule-subcon table{
    width: 100%;
  }
  .rule-subcon table th{
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
    background: #F6F6F6;
    color: var(--Grayscale-Gray_700, #626262);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: -0.048px;
  }
  .rule-subcon table td{
    color: var(--Grayscale-Gray_900, #2C2C2C);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: -0.048px;
    padding: 10px;
    border: 1px solid var(--Grayscale-Gray_300, #D9D9D9);
  }
  .rule-red{
    color: var(--Status-Red-Important, #FF5A5C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: -0.048px;
  }
  .rule-subcon table + em{
    padding-top: 20px;
    display: block;
}

  .check-txt span.arrow-plus {
      vertical-align: middle;
  }
  .sub-text-list.flex.no-arrow {
      padding-left: 62px;
  }