@charset "UTF-8"; /* Chrome, Safari, Edge, Opera */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ input[type=number] { -moz-appearance: textfield; } .mypage-home-banner { position: relative; text-align: center; background: url(../images/mytaxnet_home_visual.jpg) no-repeat 0 -50px; background-size: 100% auto; overflow: hidden; z-index: 1; } .mypage-home-banner .container-n { position: relative; width: 1200px; height: 240px; margin: 0 auto; padding: 0; vertical-align: top; z-index: 10; } .mypage-home-banner::after { content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.3) url(../images/main_visual_dot.png) repeat; } .mypage-home-banner .txt-box { padding-top: 70px; width: 500px; margin: 0 auto; text-align: center; position: relative; } .mypage-home-banner .txt-box h1 { font-size: 54px; font-weight: bold; color: #fff; padding-bottom: 30px; } .mypage-home-banner .txt-box::after { content: ""; position: absolute; width: 130px; height: 1px; background-color: rgba(255, 255, 255, 0.5333333333); bottom: 38px; left: 185px; } .mypage-home-banner .txt-box h2 { font-size: 24px; color: #fff; } .mypage-home-wp .row-field { display: flex; flex-direction: row; justify-content: space-between; margin-bottom: 80px; } .mypage-home-wp .left-area { width: 720px; padding: 0 10px; } .mypage-home-wp .right-area { width: 400px; padding: 0 10px; } .mypage-home-wp .header-tit { font-family: "GmarketSansMedium", sans-serif; font-size: 27px; font-weight: bold; padding-bottom: 18px; } .mypage-home-wp .header-tit.b-line { border-bottom: 1px solid #999; } .mypage-home-wp .list-con { margin-top: 30px; display: flex; flex-direction: column; } .mypage-home-wp .con-header { display: flex; flex-direction: row; justify-content: space-between; margin-bottom: 10px; } .mypage-home-wp .con-header .tit { font-family: "Noto Sans KR", sans-serif; font-size: 20px; font-weight: bold; } .mypage-home-wp .qna-list { display: flex; flex-direction: column; height: 100px; overflow: hidden; } .mypage-home-wp .qna-list li, .mypage-home-wp .list-con ul { padding: 6px 0; color: #999; } .mypage-home-wp .qna-list li.notify { display: flex; flex-direction: row; } .mypage-home-wp .qna-list li.notify .item-tag { display: inline-block; height: 20px; padding: 0 6px; font-size: 11px; color: #fff; line-height: 20px; text-align: center; vertical-align: bottom; border-radius: 3px; background: #444; margin-right: 10px; } .mypage-home-wp .qna-list li.notify .item-txt-sm { position: relative; height: 21px; line-height: 20px; font-size: 15px; color: #333; letter-spacing: -1px; max-width: 334px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all 0.2s ease; } .mypage-home-wp .qna-list li.notify .item-txt-sm:hover { font-weight: bold; text-decoration: underline; } .mypage-home-wp .qna-list li.qna { display: flex; flex-direction: row; justify-content: space-between; } .mypage-home-wp .qna-list li.qna .item-txt { position: relative; padding-left: 32px; height: 21px; line-height: 21px; font-size: 15px; color: #333; letter-spacing: -1px; max-width: 610px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all 0.2s ease; } .mypage-home-wp .qna-list li.qna .item-txt::after { position: absolute; content: ""; width: 25px; height: 21px; background: url("../images/speech_bubble.png") no-repeat; left: 0; top: -2px; } .mypage-home-wp .qna-list li.qna .item-txt:hover { font-weight: bold; text-decoration: underline; } .mypage-home-wp .qna-list li.qna .item-state { width: 38px; color: rgba(255, 255, 255, 0.9); background-color: #bbb; text-align: center; top: 1px; right: 1px; height: 20px; margin: 0; font-family: "Noto Sans KR", "Noto Sans", "맑은 고딕", "Malgun Gothic"; font-size: 12px; line-height: 18px; border-radius: 3px; } .mypage-home-wp .qna-list li.qna .item-state.progress { background-color: #7d83d4; } .mypage-home-wp .qna-list li.qna .item-state.receipt { background-color: #333; } .mypage-home-wp .qna-list li.data-none, .mypage-home-wp .list-con ul.data-none { padding: 20px 0 15px 30px; display: flex; justify-content: center; } .mypage-home-wp .qna-list li.data-none .txt, .mypage-home-wp .list-con ul.data-none .txt { position: relative; background-size: auto 20px; } .mypage-home-wp .qna-list li.data-none .txt::after, .mypage-home-wp .list-con ul.data-none .txt::after { content: ""; position: absolute; width: 26px; height: 24px; background: url("../images/list_data_None_icon.png") no-repeat; background-size: cover; left: -35px; } .mypage-home-wp .bottom-line-bar { width: 100%; margin: 0 0 25px 0; padding: 25px 0 0 0; border-bottom: 1px dotted #bbb; } .mypage-home-wp .memb-info { position: relative; padding-bottom: 60px; } .mypage-home-wp .memb-btnbox { position: absolute; right: 0; top: 6px; background: url(../images/login_bg_mytax.gif) repeat; border-radius: 4px; } .mypage-home-wp .memb-btnbox .memb-btn { font-size: 13px; letter-spacing: -1px; padding: 6px 12px; color: #fff; border-radius: 4px; background-color: #333; transition: all 0.2s ease-in-out; } .mypage-home-wp .memb-btnbox .memb-btn:hover { background-color: #19218f; } .mypage-home-wp .memb-btnbox .memb-btn.primary { background-color: #353fd5; } .mypage-home-wp .memb-btnbox .memb-btn.primary:hover { background-color: #19218f; } .mypage-home-wp .info-area { padding: 8px; background: url(../images/login_bg.gif) repeat; border-radius: 8px; } .mypage-home-wp .info-box { border-radius: 4px; padding: 20px 30px; background-color: #fff; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; } .mypage-home-wp .info-box li { width: 46%; padding: 8px 0; border-bottom: 1px solid #efefef; display: flex; flex-direction: row; font-size: 15px; } .mypage-home-wp .info-box li:last-child { border-bottom: initial !important; } .mypage-home-wp .info-box li .stit { font-size: 13px; width: 120px; padding: 10px 20px; background-color: #efefef; border-radius: 6px; text-align: center; } .mypage-home-wp .info-box li .valu { padding: 10px 20px; } .mypage-home-wp .info-box li.w100 { width: 100%; } .regist-tabs { display: flex; flex-direction: row; margin-bottom: 30px; } .regist-tabs .regist-tab { display: flex; align-items: center; justify-content: center; position: relative; width: 250px; height: 50px; font-size: 110%; color: #333; letter-spacing: -0.5px; font-weight: bold; text-align: center; border: 3px solid #555; border-radius: 50px; font-family: "Noto Sans KR", sans-serif; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); cursor: pointer; padding-right: 12px; margin-right: 12px; transition: all 0.2s ease; } .regist-tabs .regist-tab::after { content: ""; position: absolute; width: 28px; height: 28px; background: url("../images/cir-arrow-right.png"); right: 10px; transition: all 0.2s ease; } .regist-tabs .regist-tab.active { background-color: #333; border-color: #333; color: #fff; } .regist-tabs .regist-tab.active::after { background: url("../images/cir-arrow-down.png"); } .regist-items { display: none; flex-direction: column; margin-top: 30px; margin-bottom: 180px; } .regist-items.active { display: flex; } .regist-items .tbl-wp.th-color.signup select.form-control { height: 40px; border-radius: 4px; line-height: 34px; } .mem-reg-txt { margin-bottom: 48px; } .mem-reg-txt li { position: relative; padding-left: 12px; padding-top: 6px; line-height: 26px; font-size: 15px; word-break: keep-all; } .mem-reg-txt li::after { position: absolute; content: "-"; left: 0; top: 4px; } .tab-header { display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .tab-header .tit { font-family: "Noto Sans KR", sans-serif; font-size: 27px; font-weight: bold; letter-spacing: -1px; margin-bottom: 8px; } .stxt { position: relative; margin-left: 20px; font-size: 14px; color: #999; line-height: 150%; margin-bottom: 12px; } .stxt::after { position: absolute; content: "*"; top: 2px; left: -12px; } u { font-weight: bold; } .rt-txt { font-size: 14px; letter-spacing: -0.5px; font-weight: normal; } .rt-txt i { margin-right: 4px; margin-top: -3px; font-size: 12px; } .cancel-txt { font-family: "Noto Sans KR", sans-serif; font-size: 15px; padding-top: 8px; margin-bottom: 10px; line-height: 22px; color: #666; } .movepage { display: inline-block; font-family: initial !important; height: 24px !important; line-height: 23px; padding: 0 10px; font-size: 12px; text-align: center; color: #888; cursor: pointer; border-radius: 4px; border: 1px solid #d5d5d5; background-color: #f9f9f9; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 12px 0px 0 rgba(255, 255, 255, 0.9) inset; transition: all 0.2s ease; } .movepage:hover { color: #222; border-color: #777; background-color: #f3f3f3; } .tbl-wp table.Insert td.sece { padding: 12px 12px; } .tbl-wp table.Insert td.sece .radio-field { margin-top: 0; } .tbl-wp table.Insert td.sece .radio-field label { min-width: 220px; padding: 4px 6px; } .tbl-wp table.Insert td.sece textarea { height: 280px; background: #fafafa; } /* 회원상태 추가 : 2024-05-16 - 이재석 */ .mytaxuser-states { width: 1180px; height: 96px; border-radius: 8px; background-color: #292c33; margin: 0 10px 80px 10px; display: flex; align-items: center; justify-content: space-between; color: #fff; } .mytaxuser-states .mstwrap { margin-left: 44px; } .mytaxuser-states ul, .mytaxuser-states ul li, .mytaxuser-states .mstdivision { display: inline-block; } .mytaxuser-states .mstheader-tit { font-family: "GmarketSansMedium", sans-serif; font-size: 27px; font-weight: bold; margin-right: 40px; } .mytaxuser-states .green-mstlist { font-family: "Noto Sans KR", sans-serif; font-size: 20px; font-weight: bold; color: #00c398; } .mytaxuser-states .mstdivision { width: 24px; text-align: center; color: #6d6d6d; } .mytaxuser-states .mytaxmstbox { margin-right: 28px; } .mytaxmstbtn { width: 136px; height: 48px; border-radius: 4px; border: 1px solid #4f525b; background-color: #3e4147; margin-right: 10px; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 14px; cursor: pointer; transition: all 0.2s ease; } .mytaxmstbtn:hover { border: 1px solid #4b54e5; background-color: #353fd5; color: #fff !important; } .green-mstsemi { color: #00c398; } .mypage-con-count { display: flex; flex-direction: row; align-items: center; } .mypage-con-count img { width: 40px; height: 40px; -o-object-fit: cover; object-fit: cover; margin-right: 12px; } .mypage-con-count p { font-size: 18px; font-weight: 600; } .mypage-con-count .count-num { font-size: 24px; margin: 0 5px 0 10px; color: #d70000; } .tbl-wp table.List .myp-table-tit { padding: 16px 15px; text-align: left; } .tbl-wp table.List .myp-table-tit a.subj { font-size: 19px; letter-spacing: -0.6px; font-weight: 400; transition: all 0.2s ease; } .tbl-wp table.List .myp-table-tit .summary { display: block; display: -webkit-box; max-height: 32px; margin: 4px 0 1px 0px; font-size: 12px; color: #999; letter-spacing: -0.2px; line-height: 140%; word-wrap: break-word; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: all 0.2s; overflow: hidden; transition: all 0.2s ease; } .tbl-wp table.List .kind-Icon.square.end { margin-right: 0; } .tbl-wp table.List .no-data { width: 100%; } .tbl-wp table.List .no-data .no-data-con { display: flex; flex-direction: row; align-items: center; justify-content: center; text-align: left; padding: 40px 0; } .tbl-wp table.List .no-data .nodata-img { width: 42px; height: 42px; -o-object-fit: cover; object-fit: cover; margin-right: 12px; } .tbl-wp table.List .no-data .nodata-img2 { width: 30px; height: 28px; margin-right: 10px; } .tbl-wp table.List .no-data .nodata-txt { color: #888; } .expert-area { padding-bottom: 60px; } .expert-area .tbl-wp table.List td { padding: 12px 12px; font-size: 14px; } .expert-area .tbl-wp table.List td.title-left { text-align: left; } td .kind-Icon.square { margin-right: 0; } .border-btn-area { display: flex; flex-direction: row; justify-content: space-between; width: 100%; margin-bottom: 40px; } .border-btn-area .left-btn, .border-btn-area .right-btx, .border-btn-area .left-box, .border-btn-area .right-box { display: flex; flex-direction: row; } .border-btn-area .bord-btn { display: flex; align-items: center; justify-content: center; height: 42px; min-width: 110px; padding: 0 20px; font-size: 15px; border-radius: 4px; border: 1px solid #272727; background-color: #333; color: #fff; cursor: pointer; transition: all 0.2s ease; margin-right: 6px; margin-top: -20px; } .border-btn-area .bord-btn:hover { background-color: #353fd5; border-color: #353fd5; } .border-btn-area .bord-btn:last-child { margin-right: 0; } .arrow-icon { width: 15px; height: 15px; margin-top: 1px; } .mem-tab-area { display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; position: relative; width: 1200px; margin: 60px auto 40px; text-align: left; z-index: 1; } .mem-tab-area::after { content: ""; position: absolute; bottom: 0; width: 100%; height: 1px; background-color: #333; } .mem-tab-area .m-tab-item { display: flex; width: 100%; } .mem-tab-area .m-tab-item.active .m-tab-btn { background-color: #fff; border-color: #333; border-bottom-color: #fff; } .mem-tab-area .m-tab-item.active .m-tab-btn.biz { background-image: url("../images/mem_info_v1.png"); } .mem-tab-area .m-tab-item.active .m-tab-btn.expert { background-image: url("../images/mem_info_v2.png"); } .mem-tab-area .m-tab-item.active .m-tab-btn.personal { background-image: url("../images/mem_info_v3.png"); } .mem-tab-area .m-tab-item.active .m-txtbox .tit { color: #333; } .mem-tab-area .m-tab-item.active .arrow { transform: rotate(90deg); color: #353fd5; } .mem-tab-area .m-tab-item .m-tab-btn { display: flex; flex-direction: row; width: 100%; align-items: center; justify-content: space-between; position: relative; height: 74px; font-size: 140%; color: #999; letter-spacing: -0.5px; font-weight: bold; text-decoration: none !important; text-align: left; border-top-left-radius: 6px; border-top-right-radius: 6px; border: 1px solid #cfcfcf; border-bottom-color: #333; background-color: #e9e9e9; transition: all 0.2s; padding-left: 72px; padding-right: 20px; cursor: pointer; z-index: 2; } .mem-tab-area .m-tab-item .m-tab-btn.biz { background-image: url("../images/mem_info_v1_gray.png"); background-repeat: no-repeat; background-position: 9px 17px; background-size: 52px auto; } .mem-tab-area .m-tab-item .m-tab-btn.expert { background-image: url("../images/mem_info_v2_gray.png"); background-repeat: no-repeat; background-position: 9px 17px; background-size: 52px auto; } .mem-tab-area .m-tab-item .m-tab-btn.personal { background-image: url("../images/mem_info_v3_gray.png"); background-repeat: no-repeat; background-position: 9px 17px; background-size: 52px auto; } .mem-tab-area .m-tab-item .m-tab-btn .m-txtbox .tit { font-size: 20px; font-weight: bold; line-height: 1.3em; } .mem-tab-area .m-tab-item .m-tab-btn .m-txtbox span { font-size: 12px; } .mem-tab-area .m-tab-item .m-tab-btn .arrow { transition: all 0.2s ease; } .or-bg-wp { width: 100%; background-color: #f9f9f9; background: url("../images/same_bg.png") repeat; height: auto; } .or-bg-wp .bn-con { display: flex; flex-direction: column; width: 1200px; margin: 0 auto; padding: 60px 10px 50px; align-items: center; } .or-bg-wp .item-info { display: flex; flex-direction: row; width: 100%; } .or-bg-wp .img-area, .or-bg-wp .desc { flex: 1; width: 100%; } .or-bg-wp .img-area { position: relative; display: flex; align-items: center; justify-content: flex-end; } .or-bg-wp .img-area img { width: 100%; max-width: 420px; height: auto; } .or-bg-wp .img-area .imgsm { width: 340px; } .or-bg-wp .desc .tit { font-family: "GmarketSansMedium", sans-serif; font-size: 36px; font-weight: bold; line-height: 1.6em; margin-bottom: 2px; color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); } .or-bg-wp .desc .txt-desc { display: flex; flex-direction: column; } .or-bg-wp .desc .txt-desc li { position: relative; padding-left: 14px; line-height: 2em; color: #fff; } .or-bg-wp .desc .txt-desc li.txt::after { position: absolute; content: ""; top: 13px; left: 3px; width: 3px; height: 3px; border-radius: 1px; background-color: #fff; } .or-bg-wp .desc .txt-desc li p { display: inline-block; } .or-bg-wp .guide-scroll-btn { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 140px; gap: 4px; margin-bottom: 16px; padding: 3px 4px 3px 8px; font-size: 12px; color: #fff; letter-spacing: -1px; line-height: 20px; text-decoration: none; text-align: center; border-radius: 4px; background: #de6f6f; transition: all 0.2s; cursor: pointer; margin-top: 10px; } .or-bg-wp .guide-scroll-btn:active { margin-top: 2px; } .or-bg-wp .guide-scroll-btn:hover { background: #e05555; } .or-bg-wp .price-wp { width: 100%; height: 80px; margin-top: 40px; gap: 12px; display: flex; flex-direction: row; justify-content: space-between; } .or-bg-wp .price-wp div { display: flex; flex: 1; width: 100%; padding: 10px; } .or-bg-wp .price-wp .price-btn { width: 100%; position: relative; display: flex; align-items: center; flex-direction: row; justify-content: space-between; color: #0c489c; gap: 6px; background-color: #fff; padding: 18px 22px; border-radius: 8px; box-shadow: 0px 4px 0px 0px rgba(9, 91, 153, 0.6588235294); transition: all 0.2s ease; cursor: pointer; } .or-bg-wp .price-wp .price-btn .tit { font-size: 18px; font-weight: bold; } .or-bg-wp .price-wp .price-btn .smtxt { font-size: 12px; } .or-bg-wp .price-wp .price-btn .price { font-size: 20px; font-weight: bold; } .or-bg-wp .price-wp .price-btn .price span { font-weight: bold; font-size: 26px; } .or-bg-wp .price-wp .price-btn:hover { box-shadow: 0px 4px 0px 0px rgba(5, 67, 114, 0.8588235294), 0 -30px 0px 0 #f7f9fb inset; margin-top: 1px; margin-bottom: -1px; color: #353fd5; } .or-bg-wp .price-wp .price-btn.year::before { position: absolute; content: "5%할인"; width: 28px; height: 36px; color: #fff; font-size: 13px; top: -41px; left: 183px; z-index: 10; text-align: center; line-height: 16px; } .or-bg-wp .price-wp .price-btn.year::after { position: absolute; content: ""; width: 60px; height: 60px; color: #fff; font-size: 12px; border-radius: 30px; background: url(../images/sale-01.svg); background-size: contain; left: 167px; top: -54px; } .or-bg-wp .price-wp .existing-price { position: absolute; top: -42px; left: 18px; font-size: 28px; color: #fff; font-weight: 500; text-decoration: line-through; } .hide-detail { width: 100%; display: flex; align-items: center; justify-content: center; position: relative; margin-bottom: 50px; } .hide-detail .hide-detail-btn { display: flex; flex-direction: row; align-items: center; justify-content: center; height: 44px; border-radius: 10px; background-color: #353fd5; padding: 0 15px 0 18px; color: #fff; transition: all 0.2s ease; font-size: 15px; font-weight: 500; z-index: 1; } .hide-detail .hide-detail-btn i { display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; transform: rotate(0deg); transition: all 0.2s ease; font-size: 13px; } .hide-detail .hide-detail-btn:hover { background-color: #19218f; } .hide-detail .hide-detail-btn.active i { transform: rotate(180deg); } .hide-detail::after { content: ""; width: 100%; height: 1px; position: absolute; top: 50%; left: 0; background-color: #eee; z-index: 0; } .internal-box { display: flex; flex-direction: row; justify-content: center; width: 100%; font-size: 20px; padding: 20px; text-align: center; background-color: pink; gap: 4px; margin-top: 12px; margin-bottom: 12px; border-radius: 4px; border: 1px solid #c9c9c9; background-color: #f8f8f8; } .pay-inquiry { display: flex; flex-direction: row; align-items: center; gap: 8px; font-size: 23px; margin-top: 8px; } .pay-inquiry .bubble { position: relative; margin-right: 8px; padding: 6px 7px; font-size: 12px; color: #fff; text-align: center; vertical-align: bottom; border-radius: 3px; background-color: #555; } .pay-inquiry .bubble::after { position: absolute; content: "▶"; font-size: 18px; top: 0px; right: -10px; color: #555; } .pay-history-box { margin-top: 40px; border: 1px solid #eee; border-radius: 4px; margin-bottom: 40px; padding: 24px; } .pybox-tp { border: 1px solid #c6d5e8; } .pay-history-box .history-data-wp { display: flex; width: 100%; min-height: 60px; } .pay-history-box .history-data-wp .no-data { width: 100%; height: 200px; font-size: 160%; color: #777; text-align: center; background: #fafafa; display: flex; flex-direction: row; align-items: center; justify-content: center; } .pay-history-box .history-data-wp .no-data img { margin-right: 16px; } .tbl-btn .ctB li a.c3.pri:hover { background-color: #353fd5; border-color: #353fd5; } img.rightimg-md { max-width: 400px; height: auto; max-height: 200px; -o-object-fit: contain; object-fit: contain; -o-object-position: center; object-position: center; } .estimate-area .tbl-wp table.List td { padding: 12px 4px; font-size: 14px; letter-spacing: -1px; } /* 2024-06-17 자료보관함 추가 */ .usrhlptxt { position: relative; margin: -26px 0 0 0; margin-bottom: 40px !important; font-size: 14px; color: #999; line-height: 150%; margin-bottom: 12px; } .usrinptbtn { display: flex; align-items: center; justify-content: center; height: 70px !important; line-height: 70px !important; border-radius: 4px; font-size: 20px !important; font-weight: normal !important; position: relative; color: #fff; text-decoration: none !important; text-align: center; border: 1px solid #272727; background: #333; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); cursor: pointer; transition: all 0.2s ease; } .usrinptbtn:hover { border-color: var(--accent-color); background-color: var(--accent-color); } .estimate-area table.List tr:hover { background-color: #fff; } /* 자료보관함 추가 : 2024-05-23 - 이재석 */ .myfilebox { display: flex; flex-direction: row; justify-content: space-between; } .myfilebox .left-box { display: inline-block; vertical-align: top; width: 280px; } .myfilebox .left-box .category-btn, .myfilebox .left-box .all-list-btn { width: 134px; display: inline-block; position: relative; height: 40px; line-height: 37px; font-size: 14px; color: #888; letter-spacing: -0.5px; text-decoration: none; text-align: center; border: 1px solid #d7d7d7; border-radius: 4px; background: #f9f9f9; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 20px 10px 0 rgba(255, 255, 255, 0.9) inset; font-family: "Noto Sans KR", sans-serif; transition: all 0.2s; cursor: pointer; } .myfilebox .left-box .all-list-btn:hover { color: #333; border-color: #333; } .myfilebox .left-box .category-btn:hover, .myfilebox .left-box .orange-btn:hover { color: #f5e8e8; } .myfilebox .left-box a.category-btn { width: 134px; margin-right: 5px; color: #fff; font-weight: bold; border-color: var(--primary-color); background: var(--primary-color); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 20px 10px 0 rgba(255, 255, 255, 0.1) inset; } .myfilebox .left-box a.orange-btn { width: 134px; margin-right: 5px; color: #fff; font-weight: bold; border-color: #e85108; background: linear-gradient(to bottom, #f67a0c, #e85108); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 20px 10px 0 rgba(255, 255, 255, 0.1) inset; } .myfilebox .left-box a i { font-size: 17px; margin: 0 6px 3px 0; vertical-align: middle; } .myfilebox .right-box { width: 894px; display: inline-block; vertical-align: top; } .myfilebox .right-box .board-wp { position: relative; height: 36px; font-size: 15px; } .myfilebox .right-box .board-wp .count { padding: 20px 0 0 0; display: flex; flex-direction: row; align-items: flex-end; gap: 4px; } .myfilebox .right-box .board-wp .count h3 { font-size: 20px; color: #e94e1b; letter-spacing: -0.5px; font-weight: 800; } .myfilebox .right-box .board-wp .count p { color: #777; font-size: 16px; } .myfilebox .right-box .board-wp .search { position: absolute; top: 0; right: 0; display: flex; flex-direction: row; width: 448px; } .myfilebox .left-box .category-list { position: relative; width: 100%; height: 800px; padding-top: 2px; border: 1px solid #d6d6d6; background: #f5f5f5; overflow-y: auto; margin-top: 16px; padding: 15px 10px 15px 20px; } .myfilebox .left-box .category-list { list-style: none; } .myfilebox .left-box .category-list li { position: relative; margin-bottom: 6px; } .myfilebox .left-box .category-list li a { cursor: pointer; } .myfilebox .left-box .category-list li a.folder { display: block; padding: 6px 10px 6px 0; font-size: 14px; text-decoration: none !important; background: url(../images/mySave_menu_icon.png) no-repeat 2000px 10px; } .myfilebox .left-box .category-list li a.folder.active { color: #ff5529; font-weight: bold !important; background: url(../images/mySave_menu_icon.png) no-repeat 239px 8px; } .myfilebox .left-box .category-list li a.folder.active span { font-weight: 900 !important; } .myfilebox .left-box .category-list li a.folder i { margin: -5px 6px 1px 0; font-size: 15px; color: #30379a; vertical-align: middle; } .myfilebox .left-box .category-list li a.active.folder i { margin: -5px 6px 1px 0; font-size: 15px; color: #ff5529; vertical-align: middle; } .myfilebox .right-box .table-wp { clear: both; position: relative; margin: 20px 0 40px 0; } .myfilebox .right-box .table-wp .check-td .checkbox-field { margin-left: 12px !important; } .myfilebox .right-box .table-wp .f13 { font-size: 14px !important; color: #888; } .myfilebox .right-box .table-wp .spacing-left a { padding: 0 0 0 0px; } .myfilebox .right-box .table-wp .memo-btn.set:hover { color: #fff; border-color: #205298; background: #2259a6; } .myfilebox .right-box .table-wp .memo-btn { display: inline-block; position: relative; width: 30px; height: 22px; margin: 0 0 0 6px; font-size: 13px; color: #2259a6; line-height: 15px; text-align: center; vertical-align: middle; border: 1px solid #ddd; border-radius: 3px; background: #fafafa; cursor: pointer; } .myfilebox .right-box .table-wp .memo-btn i { vertical-align: middle; font-size: 11px; } .myfilebox .right-box .table-wp .memo-btn.set .set-box { display: none; position: absolute; bottom: -24px; left: -3px; width: 120px; padding: 1px 0; background: #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05); transition: all 0.3s; animation: modal_Ani 0.2s ease-out; z-index: 2; } @keyframes modal_Ani { from { opacity: 0; transform: translate(0, 20%); } to { opacity: 1; transform: translate(0, 0); } } .myfilebox .right-box .table-wp td.list-data-None { padding: 25px 0 23px 0; font-size: 15px; color: #888 !important; } .myfilebox .right-box .table-wp span.default { display: inline-block; width: 30px; height: 27px; margin: 0 8px 0 0; vertical-align: middle; background: url(../images/list_data_None_icon.png) no-repeat 0 0; } .myfilebox .right-box .table-wp .memo-btn.set:hover .set-box { display: inline-block; transition: all 0.3s; } .myfilebox .right-box .table-wp .memo-btn.set .set-box a { display: inline-block; min-width: initial !important; height: 20px; margin: 0 0 0 0; padding: 0 5px; font-size: 11px; color: #fff; line-height: 15px; font-weight: normal; text-align: center; border-radius: 3px; } .myfilebox .right-box .table-wp .memo-btn.set .btn-type { clear: both; position: relative; color: #fff !important; line-height: 43px; text-decoration: none !important; vertical-align: middle; border: 1px solid #272727; background-color: #333; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); cursor: pointer; } .myfilebox .right-box .table-wp .memo-btn.set .btn-type:hover { border-color: #ff643c; background-color: #f25f39; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2); } .myfilebox .right-box .table-wp .memo-btn.set .btn-type.red { border-color: #d35050; background-color: #e05555; } .myfilebox .right-box .table-wp .text { display: inline-block; margin: 0; font-size: 100%; text-align: left; line-height: 150%; overflow: hidden; } .myfilebox .right-box .table-wp .text .img { display: inline-block; width: 42px; height: 45px; margin: 0 13px 0 0; background: url(../images/searchResult_No.gif) no-repeat 0 2px; } .myfilebox .right-box .table-wp .text .txt { display: inline-block; margin: 2px 0 0 0; line-height: 150% !important; vertical-align: top; } .myfilebox .right-box .table-wp .clr-bold2 { color: #ff5529 !important; } .myfilebox .right-box .table-wp strong { font-weight: 700; } .board-pagination { position: relative; height: 50px; margin: -5px 0 0 0; vertical-align: top; text-align: center; } .board-pagination .paging { margin: 0 auto; padding: 5px 0 0 0; } .board-pagination .paging a.btn { display: inline-block; position: relative; width: 40px; height: 38px; vertical-align: middle; cursor: pointer; margin: 0 -2px 0 0; padding: 2px 0 0 0; font-size: 22px; color: #777; font-weight: normal; border: 1px solid #ddd; border-radius: 0; background: #efefef; box-shadow: 0 22px 15px -5px rgb(255, 255, 255) inset; border-radius: 2px; } .board-pagination .paging a.btn:hover .fa { color: #333; } .board-pagination .paging a.pgNum { display: inline-block; position: relative; width: 40px; height: 38px; cursor: pointer; margin: 0 -2px 0 0; font-size: 14px; letter-spacing: -1px; line-height: 33px; text-align: center; vertical-align: middle; text-decoration: none; border: 1px solid #d9d9d9; background: #fff; border-radius: 2px; } .board-pagination .paging a.active { color: #fff; font-weight: bold; border-color: #676767; background: #727272; } .board-pagination .paging a.pgNum:hover { color: #fff; font-weight: bold; border-color: #676767; background: #727272; transition: all 0.2s; } .board-pagination .paging .fa { color: #777; font-size: 16px; } .myfilebox-bottom-btns { margin: 33px 0 0 0; } .myfilebox-bottom-btns .btn-type { clear: both; position: relative; color: #fff !important; text-decoration: none !important; font-weight: bold; text-align: center; border-radius: 4px; font-size: 14px; width: 110px; border: 1px solid #272727; background-color: #333; cursor: pointer; } .myfilebox-bottom-btns .btn-type.small { height: 42px; padding: 0 15px; line-height: 40px; font-weight: normal; } .myfilebox-bottom-btns .btn-type.small:hover { border-color: #ff643c; background-color: #f25f39; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2); } .myfilebox-bottom-btns .Rt { float: right; } .myfilebox-bottom-btns .btn-type.etc { padding: 0 5px; border-color: #3c4b5c; background-color: #435366; } .myfilebox-bottom-btns .btn-type.etc:hover { border-color: #496587; background-color: #4e6c91; } .myfilebox-bottom-btns .btn-type.red { border-color: #d35050; background-color: #e05555; } .myfilebox-bottom-btns .btn-type.red:hover { border-color: #b43131; background-color: #bf3434; } /* 자료보관함 팝업 추가 : 2024-05-27 - 이재석 */ .myfilebox-popup .modal-title { display: flex; align-items: center; position: relative; height: 65px; font-size: 140%; padding: 0 0 3px 20px; color: #fff; letter-spacing: -1px; font-weight: bold; border: 1px solid #000; border-bottom: none; background-color: #1d2483; } .myfilebox-popup .txt-valign { flex: 1; } .myfilebox-popup .txt-valign.small-popup { font-size: 19px !important; } .myfilebox-popup .modal-title .fa-folder { margin: 0 10px 0 0; font-size: 120%; color: #ff643c; vertical-align: middle; } .myfilebox-popup .modal-title .member-info { display: inline-block; position: absolute; top: 50%; right: 60px; height: 20px; margin: -10px 0 0 0; font-size: 13px; color: #fff; letter-spacing: 0; line-height: 18px; font-weight: normal; } .myfilebox-popup .modal-title .member-info i { margin: 0 6px 1px 0; font-size: 15px; color: #2a7fc8; vertical-align: middle; } .myfilebox-popup .modal-title .close { display: block; position: absolute; top: 50%; right: 15px; width: 31px; height: 31px; margin: -16px 0 0 0; background: url(../images/close_w.png) no-repeat 0 0; opacity: 0.6; } .myfilebox-popup .modal-title .close:hover { opacity: 1; transition: all ease-in-out 0.15s; } .myfilebox-popup .pop-cont { display: flex; } .myfilebox-popup .pop-cont .left-box { flex: 0 0 222px; /* flex-grow: 0, flex-shrink: 0, flex-basis: 200px */ vertical-align: top; height: calc(100vh - 65px); position: relative; padding: 0px 20px 0 20px; overflow-y: scroll; overflow-x: hidden; list-style: none; } .myfilebox-popup .left-box .category-list { clear: both; margin: 0px -20px 30px -20px; padding: 15px 10px 15px 20px; } .myfilebox-popup .left-box .category-list li { position: relative; } .myfilebox-popup .left-box .category-list li a { cursor: pointer; } .myfilebox-popup .left-box .category-list li a.folder { display: block; padding: 6px 10px 6px 0; font-size: 14px; text-decoration: none !important; background: url(../images/mySave_menu_icon.png) no-repeat 2000px 10px; } .myfilebox-popup .left-box .category-list li a.folder.active { color: #ff5529; font-weight: bold; background: url(../images/mySave_menu_icon.png) no-repeat 239px 10px; } .myfilebox-popup .left-box .category-list li a.folder.active { color: #ff5529; font-weight: bold; background: url(../images/mySave_menu_icon.png) no-repeat 165px 10px; z-index: 5; } .myfilebox-popup .left-box .category-list li a.folder i { margin: 0 6px 1px 0; font-size: 15px; color: #f96610; vertical-align: middle; } .myfilebox-popup .pop-cont .right-box { flex: 1; /* flex-grow: 1 */ vertical-align: top; padding: 27px; } .myfilebox-popup .pop-cont .right-box table.Insert { width: 100%; border-collapse: collapse; border-spacing: 0; table-layout: fixed; } .myfilebox-popup .pop-cont table.Insert th.ct { padding-left: 0; text-align: center; } .myfilebox-popup .pop-cont table.Insert th { height: 62px; padding: 0 0 1px 25px; font-size: 100%; color: #555; font-weight: bold; text-align: left; vertical-align: middle; border-bottom: 1px solid #e5e5e5; background: #f7f7f7; } .myfilebox-popup .pop-cont table.Insert.td60 td { height: 60px; } .myfilebox-popup .pop-cont table.Insert td { padding: 0 20px 0 20px; font-size: 100%; line-height: 150%; text-align: left; vertical-align: middle; } .myfilebox-popup .pop-cont table.Insert tr { border-bottom: 1px solid #e9e9e9; } .myfilebox-popup .pop-cont table.Insert tr:last-child { border-bottom: none; } .myfilebox-popup .pop-cont table.Insert input { width: 100% !important; padding: 6px 10px; height: 42px; margin: 0 0 0px 0; padding-left: 10px; font-size: 15px; color: #444; border: 1px solid #d5d5d5; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } .myfilebox-popup .pop-cont .rb-tablewrap { width: 100%; border-color: #c9c9c9; margin: 0 0 35px 0; padding: 1px; clear: both; position: relative; border: 1px solid #c9c9c9; } .myfilebox-popup .pop-cont table.Insert textarea { background: #f9f9f9 !important; display: inline-block; font-size: 15px !important; width: 100%; margin: 10px 0 4px 0 !important; line-height: 1.42857143; color: #444; border: 1px solid #d5d5d5; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } .pop-btns { width: 100%; text-align: center; } .myfpop-cont { clear: both; position: relative; padding: 0 25px; margin: 30px 0 0 0; } .myfpop-cont .mfcategory { border-color: #c9c9c9; background-color: #f8f8f8; margin: 0 0 90px 0; padding: 15px 0 15px 20px; clear: both; position: relative; border: 1px solid #c6d5e8; } .myfpop-cont .btn-type { clear: both; display: inline-block; position: relative; padding: 0 12px; font-size: 14px; font-weight: normal; } .mini .btn-type { min-width: initial !important; width: 54px !important; padding: initial !important; } .myfpop-cont .int-1 { display: inline-block; height: 38px; margin: 0 0 0px 0; padding-left: 10px; } .myfpop-cont .mfcategory li { margin: 0 0 8px 0; } .myfpop-scroll { overflow-y: scroll; } .myfilebox-popup .pop-mySave-category-add { position: fixed; bottom: 0; left: 0; right: 0; height: 60px; padding: 12px 0 0 0; text-align: center; background: #555; } .myfilebox-popup .pop-mySave-category-add .int-1 { display: inline-block; height: 42px; margin: 0 0 0px 0; padding-left: 10px; } .myfilebox-popup .pop-mySave-category-add .int-1.small { height: 38px !important; } .myfpop-cont .rb-tablewrap table.Insert { width: 100%; border-collapse: collapse; border-spacing: 0; table-layout: fixed; } .myfpop-cont .rb-tablewrap table.Insert th.ct { padding-left: 0; text-align: center; } .myfpop-cont .rb-tablewrap table.Insert th { height: 62px; padding: 0 0 1px 25px; font-size: 100%; color: #555; font-weight: bold; text-align: left; vertical-align: middle; border-bottom: 1px solid #e5e5e5; background: #f7f7f7; } .myfpop-cont .rb-tablewrap table.Insert.td60 td { height: 60px; } .myfpop-cont .rb-tablewrap table.Insert td { padding: 0 20px 0 20px; font-size: 100%; line-height: 150%; text-align: left; vertical-align: middle; } .myfpop-cont .rb-tablewrap table.Insert tr { border-bottom: 1px solid #e9e9e9; } .myfpop-cont .rb-tablewrap table.Insert tr:last-child { border-bottom: none; } .myfpop-cont .rb-tablewrap table.Insert input { width: 100% !important; padding: 6px 10px; height: 42px; margin: 0 0 0px 0; padding-left: 10px; font-size: 15px; color: #444; border: 1px solid #d5d5d5; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } .myfpop-cont .rb-tablewrap { width: 100%; border-color: #c9c9c9; margin: 0 0 35px 0; padding: 1px; clear: both; position: relative; border: 1px solid #c9c9c9; } .myfpop-cont .rb-tablewrap table.Insert textarea { background: #f9f9f9 !important; display: inline-block; font-size: 15px !important; width: 100%; margin: 10px 0 4px 0 !important; line-height: 1.42857143; color: #444; border: 1px solid #d5d5d5; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } .myfpop-cont.memowrap { padding: 5px 35px 0 35px; } .myfilebox-popup .cnt-wp { clear: both; position: relative; padding: 30px 25px 0 25px; } .myfilebox-popup .catbox-tp { clear: both; position: relative; border: 1px solid #c6d5e8; border-color: #c9c9c9; background-color: #f8f8f8; margin: 12px 0 0 0; padding: 15px 20px; } .myfilebox-popup .selt-1 { background: #fff !important; display: inline-block; height: 42px; margin: 0 0 0px 0; padding: 3px 3px 3px 10px; font-size: 14px; cursor: pointer; -webkit-appearance: auto !important; -moz-appearance: auto !important; appearance: auto !important; } .myfilebox-popup .bottom-btns { margin: 30px 0 0 0; text-align: center; } .paym-detail-data { display: flex; flex-direction: column; } .paym-detail-data .data-item { display: flex; flex-direction: row; flex-wrap: nowrap; border-bottom: 1px solid #e9e9e9; } .paym-detail-data .data-item:last-child { border-bottom: none; } .paym-detail-data .data-item .th { display: flex; align-items: center; width: 200px; height: auto; background: #f2f4f6; min-height: 54px; padding: 12px 16px; font-weight: 600; line-height: 120%; color: #555; } .paym-detail-data .data-item .td { display: flex; align-items: center; min-height: 54px; vertical-align: middle; padding: 10px 16px; gap: 4px; } .tbl-mymenu table.List { box-sizing: border-box; } .tbl-mymenu .tit { -moz-text-align-last: left; text-align-last: left; background-color: #121869; color: #fff; padding: 0 18px; font-size: 15px; letter-spacing: 0.5px; } .tbl-mymenu tbody tr:first-child { background-color: #efefeb; } .tbl-mymenu tbody tr:first-child td { border-bottom: 1px solid #d3d2d6; } .tbl-mymenu tbody tr:last-child { border-bottom: 1px solid #afafaf; } .tbl-mymenu td { font-size: 14px !important; border-right: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; } .tbl-mymenu td:last-child { border-right: none; } .tbl-mymenu .checkbox-field .square { margin: 0 auto; } .tbl-mymenu .checkbox-field label { line-height: 32px; } /*----- 나의온라인견적 -----------------------------------------*/ .estimate { clear: both; position: relative; height: 180px; margin: -25px 0 20px 0; padding: 35px 440px 0 0; font-size: 110%; color: #444; line-height: 1.6em; overflow: hidden; background: url(../../images/estimate_img.png) no-repeat right bottom; } .payhistory { clear: both; position: relative; height: 180px; margin: -25px 0 30px 0; padding: 35px 440px 0 0; font-size: 110%; color: #444; line-height: 1.6em; background: url(../../images/pay_history_img.png) no-repeat right bottom; overflow: hidden; } .body-contents-wp .table-wp table.list td.subj-link { padding: 18px 10px !important; } .listbtn-area .white-hover:hover { color: #fff !important; }