/* 폰트 컬러 */
.default_6{color: #666 !important;}
.default_9{color: #999 !important;}
.default_a{color: #aaa !important;}
.default_4{color: #444 !important;}
.black_15{color: #151515 !important;}
.subColor{color: #2B9BDA !important;}
.redColor{color: #F2353C !important;}
.redColor.under{text-decoration: underline;}

.bg_default_6{background-color: #666 !important;}
.bg_default_9{background-color: #999 !important;}
.bg_default_a{background-color: #aaa !important;}
.bg_default_4{background-color: #444 !important;}
.bg_black_15{background-color: #151515 !important;}
.bg_subColor{background-color: #2B9BDA !important;}
.bg_redColor{background-color: #F2353C !important;}

/* 입력 공통 */
input{border-width: 0; background-color: #ECECEC;}
input.inp{display: block; line-height: 38px;height: 40px; padding: 0 12px;margin-left: -1px;border-radius: 4px; box-sizing: border-box;}
input.inp_datepicker{display: block; line-height: 38px;height: 40px; padding: 0 42px 0 15px;background-image: url(../img/icon_calendar.png);background-position: center right 12px;background-repeat: no-repeat;border-radius: 4px; box-sizing: border-box;}
input.inp_datepicker:disabled{background-image: url(../img/icon_calendar_dis.png);color: rgba(21,21,21,.5);}
::placeholder{color: #999;}

/* textarea */
.textarea{display: block;min-height: 100px; border-width: 0; background-color: #F6F6F6; padding: 15px;margin-left: -1px;border-radius: 4px;resize: none; box-sizing: border-box;}

/* 셀렉트 박스 */
select.sel{display: block; height: 40px;padding: 0 32px 0 12px;border-radius: 4px;background: #ECECEC url(../img/arr_menuup.png) no-repeat center right 12px;border-width: 0;}
select.sel2{display: block; height: 40px;padding: 0 32px 0 12px;border-radius: 4px;background: #F6F6F6 url(../img/arr_menuup.png) no-repeat center right 12px;border-width: 0;}

input:focus,.textarea:focus,select:focus{outline: none;position: relative;z-index: 1;}

/* 체크박스(아이콘만) */
label input[type="checkbox"]+span{display: block; width: 18px;height: 18px;background: url(../img/icon_chk_off.png) no-repeat center;cursor: pointer;color: #444;}
label input[type="checkbox"]:checked+span{background-image: url(../img/icon_chk_on.png);color: #151515;}
/* 체크박스 */
.check{position: relative;}
.check input[type="checkbox"]+label{background: url(../img/icon_chk_off.png) no-repeat center left;padding-left: 26px;box-sizing: border-box;cursor: pointer;color: #444;margin-right: 20px;}
.check input[type="checkbox"]+label:last-of-type{margin-right: 0 !important;}
.check input[type="checkbox"]:checked+label{background-image: url(../img/icon_chk_on.png);color: #151515;}
.check input[type="checkbox"]+label a{text-decoration: underline;}

/* 라디오버튼(아이콘만) */
label input[type="radio"]+span{display: block; width: 16px;height: 16px;background: url(../img/icon_radio_off.png) no-repeat center;cursor: pointer;color: #444;}
label input[type="radio"]:checked+span{background-image: url(../img/icon_radio_on.png);color: #151515;}
/* 라디오버튼 */
.check{position: relative;}
.check input[type="radio"]+label{background: url(../img/icon_radio_off.png) no-repeat center left;padding-left: 24px;box-sizing: border-box;cursor: pointer;color: #444;margin-right: 20px;}
.check input[type="radio"]+label:last-child{margin-right: 0;}
.check input[type="radio"]:checked+label{background-image: url(../img/icon_radio_on.png);color: #151515;}
/* 라디오버튼(기간선택) */
.period{display: flex;align-items: center;position: relative;}
.period input[type="radio"].inp_hide{display: none;}
.period input[type="radio"]+label{display: block; width: 60px;height: 40px; border: 1px solid #E6E6E6;border-radius: 4px;font-size: 15px;line-height: 38px;text-align: center; box-sizing: border-box;cursor: pointer;color: #444;margin-right: 6px;}
.period input[type="radio"]:checked+label{color: #151515;border-color: #151515;}

/* 버튼 공통 */
[class*="btn_type"]{display: block; font-size: 15px;line-height: 20px;min-width: 80px;padding: 9px 10px;border-radius: 4px;border: 1px solid;box-sizing: border-box;text-align: center;flex-shrink: 0;}
.btn_s{font-size: 14px;line-height: 19px;padding: 4px 12px;min-width: auto;}
.btn_area [class*="btn_type"]{min-width: 70px;}
.btn_type1{background: #151515;border-color: #151515;color: #fff;}
.btn_type2{background: #ECECEC;border-color: #ECECEC;color: #151515;}
.btn_type3{background: #fff;border-color: #151515;color: #151515;}
.btn_type4{background: #fff;border-color: #F2353C;color: #F2353C;}
.btn_type5{background: #fff;border-color: #E6E6E6;color: #151515;}
.btn_type6{background: #fff;border-color: #2B9BDA;color: #2B9BDA;}
.btn_type7{background: #F2353C;border-color: #F2353C;color: #fff;}
.btn_type8{background: #fff;border-color: #ECECEC;color: #151515;}
.btn_type9{background: #857E7E;border-color: #857E7E;color: #fff;}
.btn_search{background: #423F3F;border-color: #423F3F;color: #fff;display: flex;align-items: center;justify-content: center;}
.btn_search::before{content: '';display: block;width: 20px;height: 20px;background: url(../img/icon_search_w.png) no-repeat;margin-right: 4px;}
.btn_reset{background: transparent;border-color: #D6D6D6;color: #151515;display: flex;align-items: center;}
.btn_reset::before{content: '';display: block;width: 20px;height: 20px;background: url(../img/icon_reset.png) no-repeat;margin-right: 4px;}
.btn_excel{background: transparent;border-color: #107C41;color: #107C41;display: flex;align-items: center; padding: 9px 18px;}
.btn_excel::before{content: '';display: block;width: 22px;height: 22px;background: url(../img/icon_excel.png) no-repeat;margin-right: 10px;}
.btn_excel2{background: #107C41;border-color: #107C41;color: #fff;display: flex;align-items: center; padding: 9px 18px;}
.btn_excel2::before{content: '';display: block;width: 22px;height: 22px;background: url(../img/icon_excel2.png) no-repeat;margin-right: 10px;}

/* 컨텐츠 시작 */
#wrap{min-width: 1700px;min-height: 100vh; display: flex;}

/* 기타 공통 */
p.etc_txt{font-size: 13px;line-height: 17px;color: #999;}
p.etc_txt2{font-size: 14px;line-height: 19px;color: #666;}

/* 플렉스 클래스 */
.flex_box{display: flex;}
.flex_c{display: flex;align-items: center;justify-content: center;}
.flex_cl{display: flex;align-items: center;justify-content: flex-start;}
.flex_cr{display: flex;align-items: center;justify-content: flex-end;}
.flex_wrap{flex-wrap: wrap;}

/* 너비 클래스 */
.w_full{width: 100% !important;}
.w_50{width: 50% !important;}
.w_70px{width: 70px !important;}
.w_80px{width: 80px !important;}
.w_100px{width: 100px !important;}
.w_117px{width: 117px !important;}
.w_120px{width: 120px !important;}
.w_140px{width: 140px !important;}
.w_150px{width: 150px !important;}
.w_200px{width: 200px !important;}
.w_230px{width: 230px !important;}
.w_400px{width: 400px !important;}

/* 마진 클래스 */
.m_c{margin: 0 auto;}
.mt4{margin-top: 4px !important;}
.mt10{margin-top: 10px !important;}
.mt30{margin-top: 30px !important;}
.mt50{margin-top: 50px !important;}
.mb3{margin-bottom: 3px !important;}
.mb6{margin-bottom: 6px !important;}
.mb8{margin-bottom: 8px !important;}
.mb10{margin-bottom: 10px !important;}
.ml_auto{margin-left: auto;}
.ml6{margin-left: 6px !important;}
.ml20{margin-left: 20px !important;}
.mr_auto{margin-right: auto;}
.mr6{margin-right: 6px !important;}
.mr10{margin-right: 10px !important;}
.mr12{margin-right: 12px !important;}
.mr16{margin-right: 16px !important;}
.mr20{margin-right: 20px !important;}
.mr30{margin-right: 30px !important;}
.mr60{margin-right: 60px !important;}

/* 패딩 클래스 */
.p0{padding: 0 !important;}
.p16{padding: 16px !important;}
.pt0{padding-top: 0 !important;}
.pt10{padding-top: 10px !important;}
.pt16{padding-top: 16px !important;}
.pt20{padding-top: 20px !important;}
.pb0{padding-bottom: 0 !important;}
.pb10{padding-bottom: 10px !important;}
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pl0{padding-left: 0 !important;}
.pl4{padding-left: 4px !important;}
.pl16{padding-left: 16px !important;}
.pl20{padding-left: 20px !important;}
.pl30{padding-left: 30px !important;}
.pl45{padding-left: 45px !important;}
.pr0{padding-right: 0 !important;}
.pr4{padding-right: 4px !important;}
.pr16{padding-right: 16px !important;}
.pr20{padding-right: 20px !important;}
.pr30{padding-right: 30px !important;}
.pr45{padding-right: 45px !important;}

/* 보더 클래스 */
.bd0{border-width: 0 !important;}
.bdt0{border-top-width: 0 !important;}
.bdb0{border-bottom-width: 0 !important;}
.bdl0{border-left-width: 0 !important;}
.bdr0{border-right-width: 0 !important;}


/* lnb */
.top_fix{position: absolute;top: 0;left: 0;width: 100%;transition: .23s ease;}
.left_area .top_fix{width: 100%;left: 0;}

.left_area{width: 280px; background-color: #423F3F;position: relative; box-sizing: border-box;}
.left_area h1{width: 100%;margin: 50px 0;font-size: 32px;line-height: 45px;font-weight: 700;color: #fff;text-align: center;}
.depth1_box .depth1_item{margin-bottom: 2px; position: relative;}
.depth1_box .depth1_item.on::before{content: '';display: block;width: 3px;height: 60px; background: #F2353C;position: absolute;top: 0;left: 0;}
.depth1_box .depth1_item>.link{display: flex;align-items: center; width: 100%;font-size: 16px;line-height: 22px;padding: 18px 30px;box-sizing: border-box;cursor: pointer;color: #fff;background: #393737;}
.depth1_box .depth1_item>.link::before{content: '';display: block;width: 24px;height: 24px;background: no-repeat center;margin-right: 12px;}
.depth1_box .depth1_item.on>.link{background-color: #151515;font-weight: 600;}
.depth1_box .depth1_item>span.link::after{content: '';display: block;width: 12px;height: 7px;background: url(../img/nav_menudown.png) no-repeat center;margin-left: auto;}
.depth1_box .depth1_item.on>span.link::after{background-image: url(../img/nav_menuup.png);}

.depth1_box .depth1_item.item1>.link::before{background-image: url(../img/nav_item1.png);}
.depth1_box .depth1_item.item2>.link::before{background-image: url(../img/nav_item2.png);}
.depth1_box .depth1_item.item3>.link::before{background-image: url(../img/nav_item3.png);}
.depth1_box .depth1_item.item4>.link::before{background-image: url(../img/nav_item4.png);}
.depth1_box .depth1_item.item5>.link::before{background-image: url(../img/nav_item5.png);}
.depth1_box .depth1_item.on.item1>.link::before{background-image: url(../img/nav_item1_on.png);}
.depth1_box .depth1_item.on.item2>.link::before{background-image: url(../img/nav_item2_on.png);}
.depth1_box .depth1_item.on.item3>.link::before{background-image: url(../img/nav_item3_on.png);}
.depth1_box .depth1_item.on.item4>.link::before{background-image: url(../img/nav_item4_on.png);}
.depth1_box .depth1_item.on.item5>.link::before{background-image: url(../img/nav_item5_on.png);}

.depth1_box .depth1_item .depth2_box{height: 0; background: #555151;overflow: hidden;transition: .23s ease;}
.depth1_box .depth1_item.on .depth2_box{height: auto;}
.depth1_box .depth1_item .depth2_box>ul{margin-top: 4px;padding: 16px 20px 16px 66px;display: block;}
.depth1_box .depth1_item .depth2_box .depth2_item{margin-bottom: 8px;}
.depth1_box .depth1_item .depth2_box .depth2_item:last-child{margin-bottom: 0;}
.depth1_box .depth1_item .depth2_box .depth2_item a{color: #A09A9A;padding-left: 11px;position: relative;}
.depth1_box .depth1_item .depth2_box .depth2_item a::before{content: '';display: block;width: 3px;height: 3px;border-radius: 50%;background: #666;position: absolute;top: calc(50% - 1.5px);left: 0;}
.depth1_box .depth1_item .depth2_box .depth2_item.on a{color: #fff;text-decoration: underline;}
.depth1_box .depth1_item .depth2_box .depth2_item.on a::before{background-color: #fff;}

/* util */
.right_area{width: 100px; background: #423F3F;position: relative;}
.right_area .user{padding: 50px 20px 24px;position: relative;color: #fff;}
.right_area .user::after{content: '';display: block;width: calc(100% - 40px);height: 1px;background: #857E7E;position: absolute;bottom: 0;left: 20px;}
.right_area .user_icon{display: block; width: 32px;margin: 0 auto 5px;}
.right_area p{display: block;word-break: keep-all;text-align: center;line-height: 18px;}
.right_area .btn_logout{display: block;padding: 24px; margin: 0 auto;font-size: 12px;line-height: 16px;color: #CFC9C9;padding-top: 28px;}
.right_area .btn_logout::before{content: '';display: block;width: 24px;height: 24px;background: url(../img/icon_logout.png) no-repeat center; margin: 0 auto 4px;}

/* center content */
.center_area{width: calc(100% - 380px);padding: 50px 60px;box-sizing: border-box;}
.cont_top h2{font-size: 28px;line-height: 39px;margin-bottom: 16px;}

/* 레이아웃 공통 */
.search_area{border: 1px solid #E6E6E6;border-radius: 8px;padding: 20px 30px;margin-bottom: 24px; box-sizing: border-box;}
.search_area .row{display: flex;align-items: center;justify-content: center; margin-bottom: 12px;min-height: 40px;}
.search_area .row:last-child{margin-bottom: 0;}
.search_area dl{display: flex;align-items: center;}
.search_area dl dt{padding-right: 20px;flex-shrink: 0;}
.search_area dl dd{display: flex;align-items: center;}
.search_area dl dd .datepicker{display: flex;align-items: center;}
.search_area dl dd .datepicker .inp_datepicker{width: 140px;}
.search_area dl dd .datepicker p{padding: 0 10px;}
.search_area dl dd .etc_txt{color: #666;}
.search_area dl dd .etc_txt:first-of-type{margin-right: 6px;}
.search_area dl dd .etc_txt:last-of-type{margin-left: 6px;}

.add_area{background: #FFF;box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);border-radius: 8px;padding: 20px 0;box-sizing: border-box;}
.add_area .inp{background-color: #F6F6F6;}
.add_area .btn_add{width: 70px;min-width: auto;}

/* 페이징 */
.paging{position: relative;margin-top: 30px;}
.paging .btn_wrap{position: absolute;top: -4px;right: 0;margin-top: 0;}
.paging .btn_wrap [class*="btn_type"]{min-width: 70px;}
.paging .btn_wrap.left{right: auto;top: 0; left: 0;}
.paging .btn_wrap.left .sel2{height: 36px;}
.paging .btn_wrap.left [class*="btn_type"]{min-width: auto;padding: 7px 17px;}
.paging .paging_wrap{display: flex;align-items: center;justify-content: center; width: auto;margin: 0 auto;}

.paging .paging_wrap .paging_left a.btn_first,
.paging .paging_wrap .paging_right a.btn_last{background: url(../img/paging_arr_first.png) no-repeat center right;}
.paging .paging_wrap .paging_left a.btn_prev,
.paging .paging_wrap .paging_right a.btn_next{background: url(../img/paging_arr_prev.png) no-repeat center right;}
.paging .paging_wrap .paging_left a{margin-right: 6px; display: block;width: 36px;height: 36px;}
.paging .paging_wrap .paging_right a{margin-right: 6px; transform: rotate(-180deg);display: block;width: 36px;height: 36px;}
.paging .paging_wrap .paging_number{display: flex;}
.paging .paging_wrap .paging_number li{display: flex;align-items: center;justify-content: center; width: 36px;height: 36px;margin-right: 6px;}
.paging .paging_wrap .paging_number li:last-child{margin-right: 0;}
.paging .paging_wrap .paging_number li a{display: block;width: 100%;height: 100%;border-radius: 50%;text-align: center;line-height: 36px;}
.paging .paging_wrap .paging_number li.on a{background: #EFEFEF;color: #151515;}

/* 목록(테이블) */
.tbl_top{display: flex;align-items: center;margin-bottom: 16px;}
.tbl_top .btns{display: flex;align-items: center;}
.tbl_wrap{min-height: 600px; padding: 30px 40px 40px;background: #fff;box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);border-radius: 8px;box-sizing: border-box;}
.tbl_wrap table{width: 100%;border-collapse:collapse;table-layout: fixed;}
.tbl_wrap table thead tr{width: 100%;height:50px; line-height:50px;border-bottom: 2px solid #151515;}
.tbl_wrap table th{font-size: 16px;line-height: 22px;font-weight: 600;padding: 0 16px;box-sizing: border-box;}
.tbl_wrap table td{text-align: center;border-bottom: 1px solid #E6E6E6;border-right: 1px solid #E6E6E6;padding: 16px;box-sizing: border-box;}
.tbl_wrap table td a{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;order: -1;}
.tbl_wrap table [class*="item"]{box-sizing: border-box;}
/* 파일첨부아이콘 등*/
.tbl_wrap table td img{width: 16px;height: auto;margin-left: 10px;}
.tbl_wrap table td img+a{max-width: calc(100% - 30px);}
/*특이사항 아이콘(뱃지)*/
.tbl_wrap table td .badge_etc{display: block; font-size: 12px;line-height: 17px;font-weight: 600;border: 1px solid #151515;padding: 3px 8px;border-radius: 4px;margin-left: 10px;box-sizing: border-box;}
.tbl_wrap table td .badge_etc+a{max-width: calc(100% - 70px);}

.tbl_wrap table .bold{font-weight: 600;}
.tbl_wrap table .tal{text-align: left !important;}
.tbl_wrap table .tar{text-align: right !important;}
.tbl_wrap table .tac{text-align: center !important;}
.tbl_wrap table .no_bdr{border-right-width: 0 !important;}
.tbl_wrap table .nodata td{padding: 150px 0;}
.tbl_wrap table .nodata p{font-size: 16px;line-height: 22px;}
.tbl_wrap table .nodata p::before{content: '';display: block;width: 40px;height: 40px;background: url(../img/icon_nodata.png) no-repeat; margin: 0 auto 16px;}
/* 공지사항 목록 */
.tbl_wrap table tr.notice{background: #FAFAFA;}
.tbl_wrap table tr.notice .badge{display: inline-block; background: #F2353C;color: #fff;font-size: 14px;line-height: 20px;padding: 3.5px 10px;border-radius: 4px;}
.tbl_wrap table tr.notice td a{font-weight: 600;}

/* 상세 레이아웃 */
.sub_tit{font-size: 24px;line-height: 34px;padding-bottom: 12px;}
.layout_wrap{background: #fff;border-radius: 8px;padding: 40px;box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08); box-sizing: border-box;}
.layout_wrap:only-child{min-height: 600px;}
.layout_wrap table{width: 100%;border-collapse:collapse;table-layout: fixed;}
.layout_wrap table tr{min-height: 72px; border-bottom: 1px solid #E6E6E6;box-sizing: border-box;}
.layout_wrap table th{text-align: left;min-height: 72px; padding: 16px 20px;box-sizing: border-box;font-weight: 600;color: #444 ;}
.layout_wrap table td{padding: 16px 20px;box-sizing: border-box;}
.layout_wrap table td .check{padding: 9px 0;}
.layout_wrap table td .inp,
.layout_wrap table td .sel{width: 200px;background-color: #F6F6F6;}
.layout_wrap table td .decs{padding: 8px 0 4px;}
.layout_wrap table td .decs img{max-width: 100%;width: auto;height: auto;}
.layout_wrap table td .view_tit{display: flex;align-items: center; font-weight: 600;}
.layout_wrap table td .view_tit .badge{display: block;font-size: 13px;line-height: 18px; color: #F2353C;background: #FCEFF0;border-radius: 4px;padding: 2px 7px;margin-left: 8px;}
/* tr.reply 답변영역 */
.layout_wrap table tr.reply{background: #FAFAFA;}
.layout_wrap table tr.reply th span{display: block;font-weight: 600;color: #fff;background: #423F3F;width: 50px;height: 30px;border-radius: 20px;text-align: center;line-height: 30px;}
.layout_wrap table tr.reply td{}

/* tr */
.layout_wrap .tr{padding: 20px 0;border-bottom: 1px solid #ECECEC;}

/* 파일첨부 리스트 */
.layout_wrap .file_list{display: flex;align-items: center;flex-wrap: wrap; margin-top: 16px;}
.layout_wrap .file_list li{margin-right: 16px;}
.layout_wrap .file_list li:last-child{margin-right: 0;}
.layout_wrap .file_list li a{font-size: 14px;line-height: 19px;text-decoration: underline;padding-left: 21px;background: url(../img/icon_file.png) no-repeat center left;}
/* 파일첨부 리스트(+삭제버튼) */
.layout_wrap .file_add_item{flex-wrap: wrap;}
.layout_wrap .file_add_item li{display: flex;align-items: center; font-size: 14px;line-height: 19px;color: #444;margin-top: 10px;}
.layout_wrap .file_add_item li button{margin-left: 5px;}
.layout_wrap .file_add_item li a{color: #151515;}
.layout_wrap .file_add_item li a:hover{text-decoration: underline;}
.layout_wrap .file_add_item li .icon{display: block; width: 16px;height: 16px;margin-right: 5px;}
.layout_wrap .file_add_item li .icon.file{background: url(../img/icon_file.png) no-repeat center;}

/* 하단 버튼영역 */
.btn_area{display: flex;align-items: center;justify-content: center;margin-top: 30px;}

/* 팝업 공통 */
.pop_area{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;}
.dim{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);}
.pop_wrap{background: #FFF;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.pop_wrap .p_top{display: flex;align-items: center;height: 60px; padding: 10px 30px; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);box-sizing: border-box;background: #423F3F;color: #fff;}
.pop_wrap .p_top h3{font-size: 19px;line-height: 27px;font-weight: 600;}
.pop_wrap .p_top button{margin-left: auto;}
.pop_wrap .p_body{padding: 30px;}/* 220701 주문관리 주문취소 팝업 추가해야함 */

/* 팝업 레이아웃 */
.pop_wrap .p_body .layout_area h4{font-size: 16px;line-height: 22px;font-weight: 600;margin-bottom: 8px;}
.pop_wrap .p_body .layout_wrap{min-height: auto;border-top: 2px solid #151515;border-radius: 0;padding: 0;box-shadow: none;}
.pop_wrap .p_body .layout_wrap.type2{border-top: 1px solid #666;}
.pop_wrap .p_body table{width: 100%;border-collapse:collapse;table-layout: fixed;}
.pop_wrap .p_body table tr{border-bottom: 1px solid #E6E6E6;height: 50px;box-sizing: border-box;}
.pop_wrap .p_body table th{font-size: 15px;line-height: 21px;text-align: left;padding: 12px 16px;box-sizing: border-box;}
.pop_wrap .p_body table td{padding: 12px 16px;box-sizing: border-box;}
.pop_wrap .p_body table td p{font-size: 15px;line-height: 21px;}
.pop_wrap .p_body table td p.etc_txt{font-size: 13px;line-height: 18px;}

.pop_wrap .p_body .tbl_wrap{min-height: auto;padding: 0;box-shadow: none;border-radius: 0;}
.pop_wrap .p_body .tbl_wrap table tbody{border-top: 2px solid #151515;}
.pop_wrap .p_body .tbl_wrap table th{text-align: center; padding: 14.5px;}
.pop_wrap .p_body .tbl_wrap table td{padding: 12px 16px;box-sizing: border-box;}
