@charset "utf-8";

/* 테이블 공통 */
table, tbody, thead, tr, th, td{border-collapse:collapse}
#p7 .sh_tbl_common{width:100%;border-top:1px solid #555}
#p7 .sh_tbl_common table{width:100%}
#p7 .sh_tbl_common th{border-bottom:1px solid #e1e1e1;font-size:15px;font-weight:normal;color:#222;font-family:'notokr-medium'} 
#p7 .sh_tbl_common td{border-bottom:1px solid #e1e1e1;font-size:14px;color:#777;text-align:center}
#p7 .sh_select{min-width:20%;height:40px;padding:0 5px;border:1px solid #d7d7d7;border-radius:3px;font-size:14px;color:#777;background-color:transparent;font-family:'notokr-regular'}
#p7 .sh_select:focus, #sh_write_tbl .sh_select:active{border:none!important}

/* 검색시작 */
#p7 .top_area{display:flex;justify-content: space-between;margin-bottom:20px}
#p7 .top_area form{display:flex;align-items:center;}
#p7 .top_area form *{height:55px;margin-left:5px}
#p7 .top_area form .frm_input{width:30%;padding:0 10px;font-family:'notokr-regular'}
#p7 .top_area .btn_submit{display:inline-block;transition:all .3s;height:100%;padding:0 15px;border-radius:3px;background-color:#444;line-height:55px;font-family:'notokr-medium'}
#p7 .top_area .btn_submit.re_set{background-color:var(--primary)}
#p7 .top_area .btn_submit:hover{background-color:#222}
#p7 .top_area .btn_submit.re_set:hover{background-color:var(--hover)}

/* -------- 리스트 시작 [s] */
#p7{font-size:15px;letter-spacing:-.3px;line-height:1.8;color:#666;font-family:'notokr-regular'}
#p7 .cont_info{margin-bottom:20px;padding:30px 20px;background-color:#f7f7f7;border-radius:5px;text-align:center;font-size:16px;line-height:30px;word-break:keep-all;}
#p7 .cont_info b{position:relative;text-decoration:underline;font-weight:normal;font-size:18px;color:#000;font-family:'notokr-bold'}

/* 리스트 */
#p7 #sh_list_tbl tbody tr:hover{background-color:#fafafa}
#p7 #sh_list_tbl thead{background-color:#f7f7f7}
#p7 #sh_list_tbl td,#p7 #sh_list_tbl th{height:60px} 
#p7 #sh_list_tbl td+td,#p7 #sh_list_tbl th+th{border-left:1px solid #d7d7d7}
#p7 #sh_list_tbl td.num{width:10%;text-align:center}

#p7 #sh_list_tbl th.wr_name{width:15%}
#p7 #sh_list_tbl td.re_btn a{transition:all .3s;padding:5px 10px;border-radius:3px;background-color:var(--primary);color:#fff;font-family:'notokr-regular'}
#p7 #sh_list_tbl td.re_btn a+a{margin-left:2px}
#p7 #sh_list_tbl td.re_btn a:hover{background-color:var(--hover)}
#p7 #sh_list_tbl td.re_btn a.kakao{background-color:#FEE500;color:#191919;font-family:'notokr-medium'}
#p7 #sh_list_tbl td.re_btn a.kakao:hover{background-color:#ffc600}

/* 버튼 공통 */
#p7 .btn_type01{display:inline-block;width:180px;height:55px;border-radius:2px;font-size:15px;color:#fff;text-align:center;line-height:55px;background-color:var(--primary);-webkit-transition:all .2s;transition:all .2s;font-family:'notokr-medium'}
#p7 .btn_type01:hover{background-color:var(--hover)}
#p7 a.cancel_btn{display:inline-block;vertical-align:top;width:75px;height:55px;border:none;border-radius:2px;font-size:15px;text-align:center;color:#fff;line-height:55px;background-color:#bbb;font-family:'notokr-medium'}
#p7 a.btn_normal{display:inline-block;vertical-align:top;width:75px;height:55px;border:none;border-radius:2px;font-size:15px;text-align:center;color:#fff;line-height:55px;background-color:#bbb;font-family:'notokr-medium'}
#p7 a.btn_line{display:inline-block;vertical-align:top;width:75px;height:55px;border:none;border-radius:2px;border:1px solid #d1d1d1;font-size:15px;text-align:center;color:#777;line-height:53px;font-family:'notokr-medium'}
/* 관리자 버튼 */
#p7 .sh_adm_btn{width:85px;height:38px;border-radius:2px;border:1px solid #ffd8e1;font-size:13.5px;line-height:36px;color:#ff567f;letter-spacing:-.7px;background-color:#fff7f9;-webkit-transition:all .2s;transition:all .2s;font-family:'notokr-medium'}
#p7 a.sh_adm_btn{display:block;text-align:center}
#p7 .sh_adm_btn:hover{border-color:#fdb6c6}

/* 리스트 버튼 */
#p7 .btn_area{position:relative;margin:20px 0}
#p7 .btn_area:after{display:block;content:"";visibility:hidden;clear:both}
#p7 .w_btn{float:right}
#p7 .w_btn:hover{background-color:var(--hover)}

/* 페이지 */
#p7 .pg_wrap{display:block;float:none;margin:40px 0 0;text-align:center;font-family:'notokr-regular'}
#p7 .pg_wrap a{display:inline-block;vertical-align:middle}
#p7 .pg_page{min-width:30px;height:30px;padding:0 5px;border:none;border-radius:0;font-size:14px;line-height:30px;color:#999;background:none}
#p7 .pg_page:hover{background:none}
#p7 .pg_current{display:inline-block;vertical-align:middle;min-width:30px;height:30px;padding:0 5px;border:none;border-radius:0;font-size:15px;font-weight:normal;line-height:29px;color:#222;background:none;box-shadow:none;font-family:'notokr-medium'}
#p7 .pg_start, .pg_end{width:30px;height:30px;border-radius:2px;border:1px solid #e1e1e1;font-size:0;text-indent:0;background-color:#fff}
#p7 .pg_start{margin-right:5px}
#p7 .pg_next, .pg_prev{width:30px;height:30px;border-radius:2px;border:1px solid #e1e1e1;font-size:0;text-indent:0;background-color:#fff}
#p7 .pg_next:before,.pg_prev:before{content:"\f105";padding:0;font-size:12px;text-align:center;color:#555;line-height:28px;letter-spacing:.5px;font-family:'fontawesome'}
#p7 .pg_prev:before{content:"\f104"}
#p7 .pg_prev:hover, .pg_prev:hover{background-color:#f6f6f6}
#p7 .pg_end{margin-left:5px}
#p7 .pg_start:before, .pg_end:before{content:"\f104 \f104";padding:0;font-size:12px;text-align:center;color:#555;line-height:28px;letter-spacing:.5px;font-family:'fontawesome'}
#p7 .pg_end:before{padding-left:3px;content:"\f105 \f105"}
#p7 .pg_start:hover, .pg_end:hover{background-color:#f6f6f6}
/* -------- 리스트 끝 [e] */

/* 인쇄 */
#print{height:1046px;font-size:13px;line-height:23px;letter-spacing:-.5px;color:#333;font-family:'notokr-regular'}
#print .cont{height:calc(100% / 3);padding:25px}
#print .cont01{display:flex;flex-wrap:wrap;flex-direction:column;align-content:center;justify-content:center;width:70%;margin:0 auto;text-align:center}
#print .cont01 p{width:100%}
#print .cont01 .img img{width:60%}
#print .cont01 .tit{margin:30px 0 10px;padding-top:30px;border-top:1px solid #222;font-size:20px;color:#000;font-family:'notokr-bold'}
#print .cont02 .b_tit{padding:5px 0;background-color:#000;color:#fff;text-align:center;font-size:16px;font-weight:300;letter-spacing:0;font-family:'Poppins'}
#print .cont02 ul{display:flex;flex-wrap:wrap;padding:10px 12px}
#print .cont02 ul li{width:calc(100% / 3)}
#print .cont02 ul li .stit{padding-bottom:4px;margin-bottom:10px;border-bottom:1px solid #d7d7d7;font-size:14px;font-family:'notokr-bold'}
#print .cont02 ul li .stit span{float:right;font-size:12px;color:#888;font-family:'notokr-regular'}
#print .cont02 ul li dl{margin-bottom: 10px;line-height:18px}
#print .cont02 ul li dl:last-child{margin-bottom:0}
#print .cont02 ul li dl dt{font-size:13px;color:#333;font-family:'notokr-medium'}
#print .cont02 ul li dl dd{color:#777;font-size:12px;word-break:keep-all}
#print .cont02 ul li .dl_area{display:flex;flex-wrap:wrap}
#print .cont02 ul li .m_dl_area{display:none}
#print .cont02 ul li .dl_area dl{width:calc(100% / 3)}
#print .cont02 ul li:last-child{width:100%}
#print .cont03{display:flex;justify-content:space-between;padding:55px 25px 0;font-size:7px;line-height:11px}
#print .cont03 > div{width:49%}
#print .cont03 dl+dl{margin-top:10px}
#print .cont03 dl dt{margin-bottom:3px;font-size:9px;color:#222;font-family:'notokr-medium'}
#print .cont03 dl dd{word-break:keep-all}

/* 보증서 */
#print.view{position:relative;width:900px;height:auto;margin:0 auto;padding:50px;font-size:14px;line-height:24px}
#print.view .close{position:absolute;top:30px;right:30px}
#print.view .cont{height:auto}
#print.view .cont01{padding:50px 0;word-break:keep-all}
#print.view .cont02 .b_tit{padding:10px 0;font-size:18px}
#print.view .cont02 ul{padding:40px 20px}
#print.view .cont02 ul li .stit{margin-bottom:10px;padding-bottom:10px;font-size:18px}
#print.view .cont02 ul li .stit span{font-size:14px}
#print.view .cont02 ul li dl{margin-bottom:15px}
#print.view .cont02 ul li dl dt{margin-bottom:2px;font-size:16px;line-height:26px}
#print.view .cont02 ul li dl dd{font-size:14px;line-height:24px}
#print.view .cont03{display:block;padding: 40px;background-color: #f7f7f7;border-radius: 10px;}
#print.view .cont03 > div{width:auto}
#print.view .cont03 dl+dl{margin-top:40px}
#print.view .cont03 dl dt{margin-bottom:5px;font-size:16px;line-height:26px;word-break:keep-all}
#print.view .cont03 dl dd{font-size:14px;line-height:24px;color:#777;word-break:keep-all}

/* 필름 보증서 */
#print.view2{position:relative;width:900px;height:auto;margin:0 auto;padding:50px;font-size:14px;line-height:24px}
#print.view2 .close{position:absolute;top:30px;right:30px}
#print.view2 .cont{height:auto}
#print.view2 .cont01{padding:50px 0;word-break:keep-all}
#print.view2 .cont02 .b_tit{padding:10px 0;font-size:18px}
#print.view2 .cont02 ul{display:flex;flex-wrap:wrap;padding:40px 20px}
#print.view2 .cont02 ul li{width:100%}
#print.view2 .cont02 ul li .stit{margin-bottom:10px;padding-bottom:10px;font-size:18px}
#print.view2 .cont02 ul li .stit span{font-size:14px}
#print.view2 .cont02 ul li dl{margin-bottom:15px}
#print.view2 .cont02 ul li dl dt{margin-bottom:2px;font-size:16px;line-height:26px}
#print.view2 .cont02 ul li dl dd{font-size:14px;line-height:24px}
#print.view2 .cont03{display:block;padding: 40px;background-color: #f7f7f7;border-radius: 10px;}
#print.view2 .cont03 > div{width:auto}
#print.view2 .cont03 dl+dl{margin-top:40px}
#print.view2 .cont03 dl dt{margin-bottom:5px;font-size:16px;line-height:26px;word-break:keep-all}
#print.view2 .cont03 dl dd{font-size:14px;line-height:24px;color:#777;word-break:keep-all}

/* 검색폼 */
#sh_search{position:relative;max-width:520px;width:100%;margin:70px auto;padding:100px 4% 70px;border:1px solid #e1e1e1;border-radius:6px;font-family:'notokr-regular'}
#sh_search .tit{margin-bottom:30px;font-size:20px;font-weight:700;color:#222;text-align:center;font-family:'notokr-bold'} 
#sh_search .tit span{color:var(--primary)}
#sh_search input[type=text], #sh_search input[type=password]{width:100%;height:60px;padding:0 20px;margin-bottom:10px;border-radius:3px;border:1px solid #e1e1e1!important;font-size:15px;background-image:none!important;font-family:'notokr-regular'}
#sh_search .at_ck{padding:5px 0 15px;font-size:14px;text-align:right}
#sh_search input[type=submit]{width:100%;height:60px;border:none;border-radius:3px;font-size:15px;color:#fff;background-color:var(--primary);-webkit-transition:all .2s;transition:all .2s;font-family:'notokr-medium'}
#sh_search input[type=submit]:hover{background-color:var(--hover)}
#sh_search ul{overflow:hidden;margin:20px 0 40px;text-align:center}
#sh_search ul li{float:left;position:relative;width:calc(100% / 3);font-size:14px} 
#sh_search ul li a{color:#666}
#sh_search ul li:not(:first-child):before{display:block;content:"";position:absolute;left:0;top:50%;width:1px;height:12px;margin-top:-5px;background-color:#ddd}
#sh_search .bnr{position:relative;padding:12px 10px 12px 110px;border-radius:3px;border:1px solid #e1e1e1;background-color:#f5f6f8}
#sh_search .bnr img{position:absolute;width:70px;left:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
#sh_search .bnr .txt{font-size:13px;line-height:1.5;font-family:'notokr-medium'}
#sh_search .bnr .txt p{color:var(--primary)}
#sh_search .bnr .txt p span{padding-left:5px;font-size:15px;font-weight:700;font-family:'Poppins'}

#sh_search .close{position:absolute;top:30px;right:30px}
#sh_search .tit_area{text-align:center}
#sh_search .tit_area #top_logo{margin-bottom:10px}
#sh_search .tit_area p{margin-bottom:30px;color:#555}
#sh_search .tit_area p b{font-weight:normal;color:#333;font-family:'notokr-medium'}

#sh_search table{width:100%}
#sh_search thead tr{background-color:#f7f7f7;border-top:1px solid #222;border-bottom:1px solid #e1e1e1}
#sh_search thead tr th{line-height:40px}
#sh_search tbody tr{border-bottom:1px solid #e1e1e1}
#sh_search tbody tr td{padding:20px;text-align:center}
#sh_search td input[type=submit]{height:auto;padding:5px 0}

#sh_search.choise{height:600px}
#sh_search.choise form{overflow-y:scroll;height:370px}


/* 반응형 s */
@media(max-width:1600px){
    #sh_search{width:calc(100% - 20px);margin:80px auto}
    #p7 .sh_tbl_common{overflow-y:scroll}
    #p7 .sh_tbl_common table{width:1500px}
}
@media(max-width:900px){
    #print.view{width:100%;padding:50px 10px}
    #print.view .cont{padding:25px 0}
    #print.view .cont03{padding:30px 20px}
    #print.view .cont02 ul{flex-direction:column}
    #print.view .cont02 ul li{display:flex;width:100%;flex-wrap:wrap}
    #print.view .cont02 ul li+li{margin-top:10px}
    #print.view .cont02 ul li p{width:100%}
    #print.view .cont02 ul li dl,#print.view .cont02 ul li dl{width:calc(100% / 2)}
    #print.view .cont02 ul li .dl_area{width:100%}
    #print .cont02 ul li .m_dl_area{display:flex}
    #print .cont02 ul li .pc_dl_area{display:none}
    
    #print.view2{width:100%;padding:50px 10px}
    #print.view2 .cont{padding:25px 0}
    #print.view2 .cont03{padding:30px 20px}
    #print.view2 .cont02 ul{flex-direction:column}
    #print.view2 .cont02 ul li{display:flex;width:100%;flex-wrap:wrap}
    #print.view2 .cont02 ul li+li{margin-top:10px}
    #print.view2 .cont02 ul li p{width:100%}
    #print.view2 .cont02 ul li dl,#print.view .cont02 ul li dl{width:calc(100% / 2)}
    #print.view2 .cont02 ul li .dl_area{width:100%}
}
@media(max-width:710px){
    #p7 .top_area{display:block}
    #p7 .top_area form{align-items:stretch;padding-bottom:30px;justify-content:center}
    #p7 .w_btn{width:160px;height:38px;margin-bottom:10px;line-height:38px}
}
@media(max-width:500px){
    #print.view .cont02 ul li dl{width:100%}
    #print.view2 .cont02 ul li dl{width:100%}
}