@charset "utf-8";
/* 마이페이지 공통 */
#ebric_mobile_wrap #main-content-wrap { position: relative; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap { padding-top: 52px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .my-page-wrap { overflow: hidden; padding: 0 0 100px 0; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .content-head { overflow: hidden; margin-bottom: 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .content-head .content-title { font-size: 1.5rem; font-weight: 700; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .content-head .bk-btn { float: right; }

/* 마이페이지 서브메뉴 바 */
#ebric_mobile_wrap #main-content-wrap .my-page-sub-gnb-wrap { position: absolute; height: 42px; width: 100%; left: 0; top: 0; background: #fff; border-bottom: 1px solid #e5e5e5; overflow-y: hidden; }
#ebric_mobile_wrap #main-content-wrap .my-page-sub-gnb-wrap .my-page-sub-gnb { width: 100%; height: 80px; padding: 0 10px; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling:touch; }
#ebric_mobile_wrap #main-content-wrap .my-page-sub-gnb-wrap .my-page-sub-gnb ul { white-space: nowrap; height: 41px; }
#ebric_mobile_wrap #main-content-wrap .my-page-sub-gnb-wrap .my-page-sub-gnb ul li { display: inline-block; height: 100%; height: 41px; height: 100%; }
#ebric_mobile_wrap #main-content-wrap .my-page-sub-gnb-wrap .my-page-sub-gnb ul li a { line-height: 41px; padding: 0 8px; font-size: 1.3rem; letter-spacing: -0.2px; display: block; height: 100%; }
#ebric_mobile_wrap #main-content-wrap .my-page-sub-gnb-wrap .my-page-sub-gnb ul li.select a { color: #2F6ED5; font-weight: bold; position: relative; }
#ebric_mobile_wrap #main-content-wrap .my-page-sub-gnb-wrap .my-page-sub-gnb ul li.select a:after { width: 100%; height: 2px; background: #2F6ED5; bottom: 0; left: 0; content: ''; position: absolute; }

/* 마이페이지 메뉴 */
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-gnb-wrap .gnb-list { border: 1px solid #e5e5e5; background: #fff; border-radius: 3px; overflow: hidden; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-gnb-wrap .gnb-list>.category { border-bottom: 1px solid #eee; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-gnb-wrap .gnb-list>.category:last-child { border-bottom: none; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-gnb-wrap .gnb-list>.category a { height: 50px; font-size: 1.4rem; font-weight: bold; display: block; line-height: 50px; padding: 0 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-gnb-wrap .gnb-list>.category a .ico { display: inline-block; width: 20px; text-align: center; margin-right: 8px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-gnb-wrap .gnb-list>.category a .ico i {  color: #2F6ED5; font-size: 1.4rem; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-gnb-wrap .gnb-list>.category a i.fa-chevron-right { float: right; font-size: 1rem; display: inline-block; line-height: 50px; color: #999; }

/* 등록창 인풋 */
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .form-table { margin-bottom: 10px; margin-top: 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .form-table table { width: 100%; border: 1px solid #ddd; border-top: 2px solid #363e4e; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .form-table table tbody tr { border-bottom: 1px solid #e5e5e5; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .form-table table th { background: #f6f7fb; font-weight: 500; border-right: 1px solid #eee; width: 200px; padding: 10px 15px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .form-table table td { padding: 10px 15px; background: #fff; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .form-table table td input[type=text],
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .form-table table td input[type=password]  { width: 100%; height: 30px; border: 1px solid #dcdcdc; border-radius: 3px; padding-left: 10px; padding-right: 30px; font-size: 1.2rem; line-height: 28px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .form-table table td .normal-btn { height: 30px; line-height: 28px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .form-table table td label { font-size: 1.2rem; }

/* 검색창 UI */
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-table { margin-bottom: 20px; border: 1px solid #ddd; margin-top: 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-table table { width: 100%; border-left: 2px solid #363e4e; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-table table tbody tr { border-bottom: 1px solid #e5e5e5; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-table table tbody tr td,
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-table table tbody tr th { padding: 10px 15px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-table table tbody tr td { background: #fff; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .search-table table tbody tr th { background: #f6f7fb; font-weight: 500; border-right: 1px solid #eee; width: 200px; }

/* 검색창 인풋 */
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box { display: inline-block; width: 300px; height: 32px; position: relative; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box.long-search-box { width: 100%; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box input[type=text] { width: 100%; height: 100%; border: 1px solid #dcdcdc; border-radius: 3px; padding-left: 10px; padding-right: 70px; font-size: 1.2rem; line-height: 38px; transition: border-color 0.25s ease; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box input[type=text]:active,
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box input[type=text]:focus { border-color: #80B0FF; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box input[type=text]::-webkit-input-placeholder { color: #666; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box input[type=text]::-moz-placeholder { color: #666; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box input[type=text]:-ms-input-placeholder { color: #666; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box input[type=text]:-moz-placeholder{ color: #666; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box .search-btn { width: 40px; text-align: center; height: 100%; display: block; position: absolute; top: 0; right: 0; background: #2f6ed5; color: #fff; font-size: 1.2rem; border-top-right-radius: 5px; border-bottom-right-radius: 5px; cursor: pointer; padding: 6px 0; z-index: 2; transition: background .3s ease; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box .search-btn:hover { background: #1E5CC3; }


#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-info-wrap .order-list-wrap .paging { margin-top: 25px; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-search-table table tbody tr td .term-select { margin-top: 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-search-table table tbody tr td .term-select ul { overflow: hidden; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-search-table table tbody tr td .term-select ul li { display: inline-block; height: 30px; float: left; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-search-table table tbody tr td .term-select ul li a { display: block; height: 100%; color: #555; border: 1px solid #ddd; padding: 0 10px; line-height: 28px; border-right: none; transition: background 0.2s ease; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-search-table table tbody tr td .term-select ul li:last-child a { border-right: 1px solid #ddd; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-search-table table tbody tr td .term-select ul li:first-child a { border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-search-table table tbody tr td .term-select ul li a:hover { background: #f8f8f8; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .notice { display: block; margin-top: 5px; font-size: 1.1rem; color: #2f6ed5; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .notice i { margin-right: 3px; }


/* 마이페이지 전화번호 등록 팝업 */
.contact-pop-up-layer { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.7); z-index: 10; width: 100%; height: 100%; }
.contact-pop-up-layer .pop-up { position: fixed; width: 450px; height:390px;max-height: calc(100% - 140px); background: #fff; left: 50%; top: 50%; padding: 20px 25px; border-top: 4px solid #2f6ed5; transform:translate(-50%, -50%) }
.contact-pop-up-layer .pop-up .title-area { border-bottom: 1px solid #dee3eb; padding-bottom: 15px; }
.contact-pop-up-layer .pop-up .title-area p { font-size: 1.5rem; font-weight: 400; color: #666; display: block; float:left }
.contact-pop-up-layer .pop-up .point {color: #2f6ed5;font-weight:500}
.contact-pop-up-layer .pop-up .title-area .close-btn {float: right; opacity: 0.5; cursor: pointer;}
.contact-pop-up-layer .pop-up .content-area {  height: calc(100% - 147px);  margin-top: 15px; position: relative; overflow-y: auto; }
.contact-pop-up-layer .pop-up .content-area .content {font-size: 1.4rem; line-height: 21px;}
.contact-pop-up-layer .pop-up .content-area .content .cont-text {padding-left: 65px; background: url('../../../img/estimate/notice.png') no-repeat 15px top; width: 100%}
.contact-pop-up-layer .pop-up .content-area .content p {margin-bottom:15px;}
.contact-pop-up-layer .pop-up .btn-wrap { position: absolute; left: 0; bottom: 0; width: 100%; }
.contact-pop-up-layer .pop-up .btn-wrap { background: #fff; padding: 0 25px 30px 25px; overflow: hidden; }
.contact-pop-up-layer .pop-up .btn-wrap a { border: 1px solid #ddd; display: block; height: 50px; margin-bottom: 5px; border-radius: 3px; line-height: 48px; font-size: 1.5rem; text-align: center; background: #F5F7F9; letter-spacing: -0.5px; transition: background .2s ease,  color .2s ease, border-color .2s ease; float: left; width: 49%; margin-right: 1.5%; color: #777; }
.contact-pop-up-layer .pop-up .btn-wrap a.support-btn {background: #585858; color: #fff; border-color: #585858}
.contact-pop-up-layer .pop-up .btn-wrap a.support-btn:hover {background: #333}
.contact-pop-up-layer .pop-up .btn-wrap a.buy-btn { margin-right: 0; background: #2f6ed5; color: #fff; border-color: #2f6ed5; }
.contact-pop-up-layer .pop-up .btn-wrap a.buy-btn:hover { background: #1E5CC3; }

@media all and (max-width: 500px)
{
	.contact-pop-up-layer .pop-up { width: calc(100% - 40px);}
	.contact-pop-up-layer .pop-up .btn-wrap { padding-bottom: 20px; }
    .contact-pop-up-layer .pop-up .content-area .content {font-size:1.3rem}
    .contact-pop-up-layer .pop-up .content-area .content br {display:none;}
}
