/* top bar */
#topbar_area {position:fixed;display:flex;align-items:center;justify-content:space-between;width:100%;height:45px;padding:0 20px;background-color:#009970;color:#fff;z-index:999}
.topbar_area {}
.topbar_area div:last-child {width:calc(100% - 240px);display:flex;justify-content:flex-end}
.topbar_area div:first-child a {display:flex}
.topbar_area ul {display:flex;flex-direction:row;align-content:center;justify-content:flex-end;align-items:center;width:100%}
.topbar_area ul li span, .topbar_area ul li a {font-size:13.5px;letter-spacing:0.5px;font-weight:200;color:rgba(255,255,255,0.86);word-break:keep-all;font-family:"Noto Sans","Noto Sans KR","Nanum Gothic",sans-serif}
.topbar_area ul li {display:flex;align-items:center;align-content:center;flex-direction:row;justify-content:flex-start;gap:10px;overflow:hidden;min-width:0;max-width:calc((100% - 65px) / 2)}
.topbar_area ul li a {display:flex;align-items:center;align-content:center;color:#fff}
.topbar_area ul li span {display:block;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;min-width:0;flex:1 1 auto;}
.topbar_area ul li:after {content:'';display:block;width:1px;height:13px;margin:0 22px 0 12px;background-color:#fff;opacity:0.24}
.topbar_area ul li:last-child {min-width:65px}
.topbar_area ul li:last-child:after {display:none}
.topbar_area ul li:before {display:block;min-width:15px;min-height:15px;font-size:0;line-height:0;padding:0;margin:0;background-position:center;background-repeat:no-repeat;opacity:0.8}
.topbar_area ul li:nth-child(1):before {background-image:url(../img/arr-Icon-user.png);content:'User ID'}
.topbar_area ul li:nth-child(2):before {background-image:url(../img/arr-Icon-company.png);content:'Company'}
.topbar_area ul li:nth-child(3):before {background-image:url(../img/arr-Icon-logout.png);content:'Logout'}
.topbar_area ul li:hover:before {opacity:1}

/* body */
#topbar_area + div {display:flex;flex-direction:row;padding:45px 0 0;min-height:calc(100vh - 45px)}

/* saideMenu */
#menu_area{position:fixed;width:240px;height:calc(100vh - 45px);background-color:#fff;color:#3c3c3c}
#menu_area:after {content:'';position:absolute;display:block;top:0;right:0;width:1px;height:calc(100vh - 45px);background-color:#eaeaea}
.menu_area ul {display:flex;flex-direction:column}
.menu_area ul li {position:relative;display:flex}
.menu_area ul li.depth1 {border-bottom:1px solid #f7f7f7}
.menu_area ul li.depth2 {border-bottom:1px solid #f7f7f7}
.menu_area ul li.depth2 a:after {display:block;width:12px;height:12px;content:'';background-image:url(../img/arr_sidemenu_depth02_01.png);background-position:center;background-size:contain;background-repeat:no-repeat}
.menu_area ul li.depth2.on a:after {display:block;background-image:url(../img/arr_sidemenu_depth02_02.png)}
.menu_area ul li.on:after {content:'';position:absolute;display:block;top:0;right:0;width:2px;height:100%;background-color:#009970;z-index:2}
.menu_area ul li > a {position:relative;display:flex;align-items:center;align-content:center;justify-content:space-between;width:100%;padding:0 20px 0 30px;font-size:16px;line-height:49px;font-weight:400;color:#3c3c3c}
.menu_area ul li a:hover {color:#111}
.menu_area ul li.depth1 a:after {display:none;width:12px;height:12px;content:'';background-image:url(../img/arr_sidemenu_depth01_02.png);background-position:center;background-size:contain;background-repeat:no-repeat}
.menu_area ul li.depth1.on a:after {display:block;background-image:url(../img/arr_sidemenu_depth01_02.png)}
.menu_area ul li.depth1.on a:hover:after {display:block;background-image:url(../img/arr_sidemenu_depth01_02.png)}
.menu_area ul li.depth1 a:hover:after {display:block;background-image:url(../img/arr_sidemenu_depth01_01.png)}
.menu_area ul li:first-child {justify-content:space-between;align-content:center;gap:5px;height:50px;padding:10px 15px;background-color:#f1f1f1}
.menu_area ul li div {width:50%;border:1px solid #e1e1e1;background-color:#fff}
.menu_area ul li div a {display:flex;justify-content:center;align-items:center;height:100%;font-size:13px;color:#5e5e5e;font-weight:300;text-align:center;word-break:keep-all}
.menu_area ul li div:hover {border:1px solid #ccc}
.menu_area ul li div:hover a {color:#000}

/* footer */
footer {display:flex;width:100%;min-width:1300px;padding:0 20px;margin:0;height:129px;word-break:break-all;flex-direction:row;justify-content:space-between;align-items:center;background:#f4f4f4;border-top:1px solid #e1e1e1;box-sizing:border-box;overflow:hidden}
footer > div {display:flex;flex-direction:column;justify-content:space-between;height:initial}
footer ul {display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;padding:0 0 0 40px;margin:0}
footer ul li {font-size:14px;line-height:24px;color:#717171;font-weight:300;list-style:none;word-break:keep-all;display:flex;flex-direction:row;align-items:center;margin:0 15px 0 0}
footer ul li span {color:#4c4c4d;padding:0 3px;font-weight:400}
footer ul li a {color:#5e5e5e}
footer ul li a:hover, footer ul li a:focus {color:#111}
footer .f_info {display:flex}

/* 로그인 페이지 */
#container.pageStyle {display:flex;background-size:cover;background-position:center;background-repeat:no-repeat}
#container.center {align-items:center}
#container.right {align-items:flex-end}
#container.left {align-items:flex-start}
#container.pageStyle > div {height:100%;min-height:100vh;background:#fff;box-shadow:0 12px 15px 0 rgba(0, 0, 0, 0.5), 0 17px 50px 0 rgba(0, 0, 0, 0.2)}
#container.center > div {width:40%;max-width:720px;min-width:460px}
#container.right > div {width:60%;max-width:1100px;min-width:820px}
#container.left > div {width:50%;max-width:960px;min-width:640px}
#container.left > div > div {justify-content:space-between;gap:50px;padding:20vh 7vw}
#container.left .input_box input {padding:0 20px}
#container.left .input_box label {left:20px}
#container.left .input_box.readonly label {display:block}
.login_area {}
.login_area > div {display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:100vh;padding:0 50px}
.login_area form {display:flex;flex-direction:column;align-content:center;align-items:center;gap:10px;width:100%;margin:50px 0 0}
.login_area form > div {display:flex;align-content:center;align-items:center;padding:0;width:100%;height:80px}
.login_area form .input_box, .login_area form .input_box input {width:100%;height:80px}
.login_area form .input_box input {padding:0 20px}
.login_area form .input_box label {left:20px}
.login_area form > div.btn_box {padding:0;height:auto}
.login_area form > div.check_box {display:block;padding:10px 0;height:auto}
.nav_btn {display:flex;flex-direction:row;align-content:center;align-items:center;height:60px}
.nav_btn a {position:relative;display:flex;flex-direction:row;align-content:center;align-items:center;font-size:15px;font-weight:400;color:#4c4c4c}
.nav_btn a:hover {color:#111}
.nav_btn a:after {display:flex;width:1px;height:6px;margin:0 15px;background-color:#bbb;content:''}
.nav_btn a:last-child:after {display:none}
#container.pageStyle + #myModal .pop_content .content_inner.form > div > div {padding:5px 30px}
#container.pageStyle + #myModal .pop_content .content_inner.form .input_box {width:100%}
/*회원가입*/
.make_area {}
.make_area > div {display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:100vh;padding:35px 7vw}
.make_area .btn_box {display:flex;justify-content:space-between;align-items:center;align-content:center;flex-direction:row;width:100%;padding:0;margin:10px 0 0!important}
.make_area .btn_box a {height:80px}
.make_area .page_info {display:flex;flex-direction:column;align-content:center;align-items:center;justify-content:center}
.make_area .page_info .tit {}
.make_area .page_info .tit h5 {font-size:27px;color:#222;font-weight:500}
.make_area .page_info .step_box {display:flex;padding:25px 0}
.make_area .page_info .step_box > div {width:35px;height:4px;background-color:#b1b1b1;margin:0 5px}
.make_area .page_info .step_box > div.on {background-color:#009970}
.make_area section > div {width:100%}
.make_area form {display:flex;flex-direction:column;align-content:center;gap:10px;padding:10px;align-items:center;width:100%}
.make_area form > div {display:flex;align-content:center;align-items:center;padding:0;width:100%}
.make_area form .input_box, .make_area form .input_box input {width:100%;height:72px}
.make_area form .input_box.add_btn a {min-width:90px;height:72px}
.make_area form .input_box input {padding:0 20px}
.make_area form .input_box label {left:20px}
.make_area section {display:flex;flex-direction:column;align-content:center;justify-content:center;align-items:center;width:100%}
.make_area section .agree_box {border:1px solid #eaeaea}
.make_area section .check_box {margin-bottom:10px}
.make_area section .agree_box .check_box {padding:0 20px;height:60px;align-content:center;background-color:#f7f7f7;border-bottom:1px solid #f1f1f1}
.make_area section .agree_tx {padding:15px 20px;max-height:25vh;background-color:#fff;overflow-y:auto}
.make_area section.sec01 {gap:10px}
.make_area section.sec01 .btn_box a {width:calc(50% - 5px)}
.make_area section.sec01 h4 {margin:4px 0 2px}
.make_area section.sec02{display:none;overflow-y:auto}
.make_area section.sec02 .tx_box {height:auto;padding:0 5px;font-size:15px}
.make_area section.sec02 .input_area {justify-content:space-between}
.make_area section.sec02 .input_area > div {width:calc(50% - 5px)}
.make_area section.sec02 .input_area .cert {display:none}
.make_area section.sec02 .input_box .mb_companyAddr.focus {transition:background-color 5000s ease-in-out 0s;-webkit-transition:background-color 9999s ease-out;-webkit-box-shadow:0 0 0px 1000px #f0f5fe inset !important}
.make_area section.sec02 .btn_box a , .make_area section.sec03 .btn_box a {width:100%}
.make_area section.sec03{display:none}
.make_area section.sec03 .success {}
.make_area section.sec03 .success p {text-align:center}
.make_area section.sec03 .success .tit {display:flex;flex-direction:column;align-content:center;align-items:center;padding:5vh 0}
.make_area section.sec03 .success .tit h6 {position:relative;font-size:50px;font-weight:700;color:#111;z-index:1}
.make_area section.sec03 .success .tit h6:before {content:'';position:absolute;display:block;bottom:0;left:-5px;width:calc(100% + 10px);height:20px;background:rgba(4, 186, 112, 0.16);z-index:-1}
.make_area section.sec03 .success .tit p {display:block;font-size:17px;font-weight:400;color:#777;margin:15px 0 0}
.make_area section.sec03 .success .tx {padding:0 0 5vh}
.make_area section.sec03 .success .tx p {font-size:21px;color:#111;line-height:36px}
.make_area section.sec03 .btn_box {width:620px}
/* 승인완료 */
.approved_area {}
.approved_area > div {display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:100vh;padding:0 50px}
.approved_area > div > div {display:flex;flex-direction:column;align-content:center;align-items:center;width:100%}
.approved_area .page_info {display:flex;flex-direction:column;align-content:center;align-items:center;justify-content:center}
.approved_area .page_info .tit {}
.approved_area .page_info .tit h5 {font-size:27px;color:#222;font-weight:500}
.approved_area .success {}
.approved_area .success p {text-align:center}
.approved_area .success .tit {display:flex;flex-direction:column;align-content:center;align-items:center;padding:0}
.approved_area .success .tit h6 {position:relative;font-size:50px;font-weight:700;color:#111;z-index:1}
.approved_area .success .tit h6:before {content:'';position:absolute;display:block;bottom:0;left:-5px;width:calc(100% + 10px);height:20px;background:rgba(4, 186, 112, 0.16);z-index:-1}
.approved_area .success .tx {padding:30px 0}
.approved_area .success .tx p {font-size:21px;color:#111;line-height:36px}
.approved_area .btn_box {display:flex;justify-content:space-between;align-items:center;align-content:center;flex-direction:row;width:100%;max-width:520px;padding:0;margin:10px 0 0!important}
.approved_area .btn_box a {height:80px}
/* 아이디 찾기 */
.findID_area > div {display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:100vh;padding:35px 7vw}
.findID_area .page_info {display:flex;flex-direction:column;align-content:center;align-items:center;justify-content:center}
.findID_area .page_info .tit {}
.findID_area .page_info .tit h5 {font-size:27px;color:#222;font-weight:500}
.findID_area .btn_box {display:flex;justify-content:space-between;align-items:center;align-content:center;flex-direction:row;width:100%;padding:0;margin:10px 0 0!important}
.findID_area .btn_box a {height:80px}
.findID_area form {display:flex;flex-direction:column;align-content:center;justify-content:center;gap:10px}
.findID_area form > div {display:flex}
.findID_area form .input_box, .findID_area form .input_box input {width:100%;height:80px}
.findID_area form .input_box.add_btn a {min-width:120px;height:80px}
.findID_area section {width:100%}
.findID_area section.sec01 {display:block}
.findID_area section.sec02 {display:none;height:100%;flex-direction:column;justify-content:space-between}
.findID_area section.sec02 .btn_box a {width:calc(50% - 5px)}
.findID_area .success {height:calc(100% - 90px);display:flex;flex-direction:column;justify-content:center;align-items:center}
.findID_area .success p {text-align:center}
.findID_area .success .tit {display:flex;flex-direction:column;align-content:center;align-items:center;padding:25px 0}
.findID_area .success .tit h6 {position:relative;font-size:50px;font-weight:700;color:#111;z-index:1}
.findID_area .success .tit h6:before {content:'';position:absolute;display:block;bottom:0;left:-5px;width:calc(100% + 10px);height:20px;background:rgba(4, 186, 112, 0.16);z-index:-1}
.findID_area .success .tx {}
.findID_area .success .tx p {font-size:21px;color:#111;line-height:36px}
/* 비밀번호 찾기 */
.pwSet_area {}
.pwSet_area p {text-align:center}
.pwSet_area > div {display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:100vh;padding:35px 7vw}
.pwSet_area .page_info {display:flex;flex-direction:column;align-content:center;align-items:center;justify-content:center}
.pwSet_area .page_info .tit {}
.pwSet_area .page_info .tit h5 {font-size:27px;color:#222;font-weight:500;text-align:center}
.pwSet_area .btn_box {display:flex;justify-content:space-between;align-items:center;align-content:center;flex-direction:row;width:100%;padding:0;margin:10px 0 0!important}
.pwSet_area .btn_box a {height:80px}
.pwSet_area form {display:flex;flex-direction:column;align-content:center;justify-content:center;gap:10px}
.pwSet_area form > div {display:flex;justify-content:center}
.pwSet_area form .input_box, .pwSet_area form .input_box input {width:100%;height:80px}
.pwSet_area form .input_box.add_btn a {min-width:120px;height:80px}
.pwSet_area section {width:100%}
.pwSet_area section.sec01 {display:block}
.pwSet_area section.sec02 {display:none}
.pwSet_area.day30 .btn_box {gap:10px}

/* index */
.index_area {display:flex;justify-content:space-between;align-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row;gap:20px;padding:20px;background-color:#f7f7f7;min-height:calc(100vh - 45px - 129px)}
.index_area .sec01 {display:flex;justify-content:space-between;align-items:stretch;gap:20px;width:100%}
.index_area .sec01 th, .index_area .sec01 td {border-right:1px solid #f1f1f1}
.index_area .sec01 th:last-child, .index_area .sec01 td:last-child {border-right:0}
.index_area .sec01 td:hover {background-color:rgba(0,153,112,0.04)}
.index_area .sec01 table tbody tr:hover{background:none}
.index_area .sec02 {max-height:calc(100vh - 60px - 45px - 268px - 129px);height:auto;margin:0;overflow:hidden}
.service_info {width:calc(100% / 3 * 2)}
.service_info + div {width:calc(100% / 3)}
.service_info table {height:calc(100% - 45px)}
.service_info tbody {background-image:url(../img/bg_grid.jpg)}
.service_info td {font-size:18px;font-weight:500;color:#111}
.counting_info {position:relative;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.counting_info:after {content:'';position:absolute;display:block;width:1px;height:100%;top:0;left:calc(50% - 1px);background-color:#eaeaea}
.counting_info > div {position:relative;width:50%;padding:20px;cursor:pointer}
.counting_info > div:after {content:url(../img/arr-plus.png);position:absolute;display:block;width:26px;height:26px;bottom:-1px;left:-1px;background-color:#fff;border:1px solid #eaeaea}
.counting_info > div a {display:flex;flex-direction:column;align-items:stretch}
.counting_info .tx {font-size:14px;color:#3c3c3c;font-style:italic;font-weight:400}
.counting_info .num {text-align:right}
.counting_info .num em   {color:#3c3c3c}
.counting_info .num em   {font-size:30px;font-weight:700}
.counting_info .num span{font-size:15px;font-weight:400}
.payment_info {}
.payment_info .nothing {display:flex;flex-direction:column;align-content:center;justify-content:center;align-items:center;padding:25px 0;background-image:url(../img/bg_grid.jpg)}
.payment_info .nothing p {}
.use_info {width:100%}
.use_info .tit + div {overflow-y:auto;max-height:calc(100vh - 90px - 60px - 270px)}
.use_info .tit + div table tbody {height:100%;overflow-y:auto}
.use_info td p span {padding:0 0 0 7px;font-size:13.5px;color:#777;font-weight:300}
.use_info th:nth-child(2) {width:200px}
.use_info th:nth-child(6), .use_info th:nth-child(7), .use_info th:nth-child(8), .use_info td:nth-child(6), .use_info td:nth-child(7), .use_info td:nth-child(8) {border-left:1px solid #f1f1f1}

/* board */
.board_area {}
.board_box {display:flex;flex-direction:row;height:calc(100vh - 45px - 50px)}
.board_area table th, table td {padding:15px 5px;font-size:13px;text-align:center}
.board_area table th {color:#111;font-weight:400;background-color:transparent}
.board_area table td {color:#333;border-top:1px solid #f1f1f1}
.board_area table td p {display:flex;align-content:center;align-items:center;width:95%}
.board_area table td img {margin:0 0 0 5px}
.board_area table td a {display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:0 5px 0 0;color:#333;text-align:left}
.board_area table tbody tr.notice_point {background-color:#f7f7f7}
.board_area table tbody tr.notice_point td {border-top:1px solid #e9e9e9}
.board_area table tbody tr:first-child td {border-top:1px solid #eaeaea}
.board_area table tbody tr.notice_point:hover {background-color:#f0f9f7}
.list_area  {width:38%;overflow-y:auto}
.list_area  table tr {cursor:pointer}
.list_area  table tr.on {background-color:#eefffa!important}
.list_area  table td:nth-child(1) {width:50px}
.list_area  table td:nth-child(2) {max-width:360px}
.list_area  table td:nth-child(3) {width:120px}
.view_area{width:62%;display:flex;flex-direction:column}
.view_area > div {width:100%;padding:0 30px}
.view_area .v_top {padding:20px 30px}
.view_area .v_top > div {display:flex;align-content:center;align-items:stretch}
.view_area .v_top > div > div {display:flex;align-content:center;align-items:center;font-size:14px;font-weight:400;color:#555;line-height:40px}
.view_area .v_top > div > div:first-child {width:100px}
.view_area .v_top .tit div:last-child {font-size:16px;font-weight:400;color:#111}
.view_area .v_top .info p {font-size:12px;font-weight:300;color:#333}
.view_area .v_top .info span {color:#000}
.view_area .v_body {padding:45px 30px;height:calc(100% - 160px - 70px);border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;overflow-y:auto}
.view_area .v_body div, .view_area .v_body p{font-size:17px;font-weight:400;color:#333;line-height:36px}
.view_area .v_bottom {display:flex;justify-content:flex-end;height:70px}
.view_area .v_bottom ul {display:flex;flex-direction:row;align-content:center;align-items:center;gap:10px}

/* page */
.page_area {}
/* 계좌관리 */
.acc_area {}
.acc_area .tit > div {gap:10px}
.acc_area .tit p span {color:#111}
.acc_area .tit + div {}
/*입출금내역 */
.his_box input[type=text] {width:320px}
.his_box td p {display:flex;justify-content:center;align-items:center;color:#5e5e5e}
.his_box td p span {padding:0 0 0 7px;font-size:13.5px;color:#777;font-weight:300}
.his_box th:nth-child(2) {width:200px}
.his_box td:nth-child(2) p {display:inline-block;padding:0 3px}
.his_box th:nth-child(6), .his_box th:nth-child(7), .his_box th:nth-child(8), .his_box td:nth-child(6), .his_box td:nth-child(7), .his_box td:nth-child(8) {border-left:1px solid #f1f1f1}
/* API */
.api_box {position:relative;display:flex;flex-direction:column;gap:20px;padding:20px;background-color:#f7f7f7;overflow:hidden;}
.api_box::before {position:absolute;top:0;width:100%;height:1px;background-color:#ececec;content:'';display:block}
.api_box .box-style {border:1px solid #eaeaea}
.api_box > div.row {display:flex;justify-content:space-between;align-items:stretch;gap:20px;width:100%}
.api_box > div.row > .box-style:first-child {width:calc(100% / 5 * 3)}
.api_box > div.row > .box-style:last-child {width:calc(100% / 5 * 2)}
.api_box > div.row .tit + div {padding:20px 30px;width:100%}
.api_box > div.row ul {display:flex;flex-direction:column;gap:5px;width:100%}
.api_box > div.row ul li {width:100%;font-size:14px;font-weight:400;color:#333}
/* 결제내역 */
.payment_box input[type=text] {width:320px}
.payment_box th:nth-child(2) {width:240px}
.payment_box th:nth-child(3) {width:200px}
/* 신청해지내역 */
.cancel_box th:nth-child(2), .cancel_box th:nth-child(3), .cancel_box th:nth-child(4),
.cancel_box td:nth-child(2), .cancel_box td:nth-child(3), .cancel_box td:nth-child(4) {border-left:1px solid #eaeaea}
/* 정보수정 */
.edit_box .form_box > div {display:flex;flex-direction:row;align-content:center;align-items:stretch}
.edit_box .form_box > div > div {display:flex;align-content:center;align-items:center;font-size:15px;border-bottom:1px solid #f1f1f1}
.edit_box .form_box > div > div:first-child{padding:10px 20px 10px 30px;width:210px;border-right:1px solid #eaeaea}
.edit_box .form_box > div > div:last-child {padding:10px 20px;width:calc(100% - 210px)}
.edit_box .form_box .input_box {width:50%;max-width:540px;min-width:360px}
.edit_box .form_box .input_box input {height:50px;color:#111;font-size:16px}
.edit_box .form_box > div:hover {background-color:#f0f9f7}
.edit_box .form_box > div:hover .input_box {background-color:#fff}
.edit_box .form_box > div:hover .input_box input {-webkit-box-shadow:none!important}
.edit_box .btn_box {display:flex;flex-direction:row;align-content:center;align-items:center;gap:10px;padding:0 30px;height:120px}
.edit_box .add_btn a {padding:0 25px}
/* 회원탈퇴 */
.del_box {}
.del_box .form_box > div {display:flex;flex-direction:row;align-content:center;align-items:stretch}
.del_box .form_box > div > div {display:flex;align-content:center;align-items:center;font-size:15px;border-bottom:1px solid #f1f1f1}
.del_box .form_box > div > div:first-child{padding:10px 20px 10px 30px;width:210px;border-right:1px solid #eaeaea}
.del_box .form_box > div > div:last-child {padding:10px 20px;width:calc(100% - 210px)}
.del_box .form_box .input_box {width:50%;max-width:540px;min-width:360px}
.del_box .form_box .input_box input {height:50px;color:#111;font-size:16px}
.del_box .btn_box {display:flex;flex-direction:row;align-content:center;align-items:center;gap:10px;padding:0 30px;height:120px}
.del_box.api table tr:last-child td {border-bottom:1px solid #eaeaea}

/* 팝업 */
.modal.account {}
.modal.account .pop_inner{}
.modal.account .pop_content .content_inner.table > div > div > div:last-child {width:65%}
.modal.account .input_box {width:100%}
.modal.account .pop_content {padding:0}
.modal.account .pop_content .content_inner.table > div > div:first-child {border-top:1px solid transparent}
.modal.account .pop_content .content_inner.table > div > div:last-child {border-bottom:1px solid transparent}

@media (max-width:640px) {
.topbar_area ul{justify-content:flex-end;gap:17px;width:100%}
.topbar_area ul li {gap:5px}
.topbar_area ul li:after{display:none}
}
@media (max-width:500px) {
.topbar_area ul li:nth-child(1), .topbar_area ul li:nth-child(2) {display:none}
}























