@charset "UTF-8";
/* 만든이 강태욱 */
/* 내맘대로 폰트 스타일 */
.fontStyle1{text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;color: #ffffff; }
.fontStyle2{text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff; color:#000000;}
/* 내맘대로 폰트 스타일 끝 */
/* 내맘대로 버튼 스타일 */
.custom-btn1{width:7rem; color:#fff; border-radius: 5px; padding: 10px 25px; font-family: 'notosans'; font-weight: 500; background: transparent; cursor:pointer; transition: all 0.3s ease; position: relative; display:inline-block; outline:none;}
.custom-btn2{background: #407cdf !important; font-weight: bold !important; padding: 0.5rem 2rem !important; border: 1px solid #d1d1d1 !important; border-radius: 5px !important; color: white !important; text-shadow: lightseagreen !important; text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000 !important; color: #ffffff !important;}
.btn-1{border:none; overflow:hidden; background: #272727; padding: 0.2rem 1.5rem; border-radius: 5px; color: #fff;}


/* 내맘대로 버튼 스타일 끝 */
/* 접수페이지 개인정보동의 공통 css */
.btnDiv .bt-btn {margin-top: 1.278em;font-size: 1.125em;text-align: center;}
.btnDiv .bt-btn a {display: inline-block;margin: 0 3px;text-align: center;padding: 12px 0;min-width: 12.22em;vertical-align: top;background: #748498;color: #fff;}
.btnDiv .bt-btn button {display: inline-block;margin: 0 3px;text-align: center;padding: 0.389em 0;min-width: 12.22em;vertical-align: top;background: #748498;color: #fff;border: none;font-size: 1.125em;height: 58px;}
.btnDiv .bt-btn button::after {content: "\f105";display: inline-block;vertical-align: middle;position: relative;top: -2px;margin-left: 20px;font: normal normal normal 1.2em/1.7 FontAwesome;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-family: "Font Awesome 5 Pro";}

.btnDiv .bt-btn a.report {background: #4f81be}
.btnDiv .bt-btn button.report {background: #4f81be}
.ch_gdc p{margin: 0; padding: 0; background: none;}
.p_none_st_wrapbox{background: none !important; padding:0 !important; font-weight: 600; margin: 0 !important; }
.agree_box_wrap{display: flex; justify-content: space-between;     align-items: center;}
.agree_box_wrap p{background: none !important; padding:0 !important; margin: 0 !important; }
.agree_box_wrap label{display: flex;  align-items: center;}
.agree_box_wrap input{margin: 0 !important; margin-right: 4px !important;}
/* 접수페이지 개인정보동의 공통 css 끝 */

/* 접수페이지 등록폼 공통 css */
.p_color {color: #ff0000;}
.commendation_mobile {display: none;}
.reception_view {width: 100%;margin: auto;}
.reception_title {text-align: center;margin-bottom: 10px;}
.reception_title h5 {display: inline-block;background-color: #084071;padding: 7px 75px;color: #fff;border-radius: 30px;font-size: 18px;font-weight: 800;margin: 0;}
.reception_box {display: flex;width: 100%;}
.reception_box > div {width: 100%;border: 1px solid #dee2e6;display: flex;align-items: center;padding: 10px;}
.reception_box > div:first-child {max-width: 150px;min-width: 150px;background-color: #e5eef7;margin-right: -1px;justify-content: center;}
.reception_box > div:first-child label {margin-bottom: 0;}
.reception_box input, .reception_box select {width: 100%;border: 0;padding: 10px;}
.reception_box input[type="checkbox"],.reception_box input[type="radio"]{
	width: auto;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 0 5px;
}
.reception_select {position: relative;width: 100%;}
.reception_select select {width: 100%;border: 0;padding: 10px;}
.reception_box .reception_select {position: relative;width: 100%;}
.reception_box textarea {resize: none;width: 100%;border: 0;padding: 10px;height: 200px;}
.reception_box2 textarea {resize: none;width: 100%;border: 0;padding: 10px;height: 100px;}
.reception_box .file input {overflow: hidden;}
.agree_box {width: 100%;height: auto;border: 1px solid #d5d4d9;border-radius: 10px;padding: 10px;}
@media only screen and (max-width:768px) {
.commendation_pc {display: none;}
.commendation_mobile { display: block;}
.reception_box {flex-direction: column;}
.reception_box > div:first-child {max-width: 100%;margin-right: 0;margin-bottom: -1px;}
}
#textCounter {text-align: right;}
.multi_box_wrap{background:#e5eef7 !important; border:1px solid #dee2e6;}
.multi_box_wrap > div:first-child{background:none !important; border:none !important; font-weight: 500;}
.multi_ch_wrap {height:auto !important; flex-wrap: wrap; background: #fff !important;border: none !important; border-left: 1px solid #dee2e6 !important;align-items: flex-start !important;}
.multi_ch_wrap > label{display: inline-block; width: 25%; margin: 5px 0; padding: 5px;}
.card_box {display: flex;align-items: center;justify-content: flex-start;}
.card_box label {display: flex;align-items: center;}
.card_box div {display: flex;align-items: center;}
.multi_ch_wrap label div input {border: 1px solid #ddd;border-radius: 10px;padding: 5px;}
.multi_ch_wrap label input{width: auto !important;}
@media only screen and (max-width:768px) {
.multi_ch_wrap > label {width: 50%;}
}
@media only screen and (max-width:460px) {
.card_box {flex-direction: column;align-items: flex-start;margin-top: 5px;}
}
.etc_box {position: relative;display: flex;align-items: center;}
.etc_box label {margin-left: 5px;}
.etc_box label input {border: 1px solid #ddd;border-radius: 10px;padding: 5px;}
.paymentTitleBox{vertical-align: middle !important;border-right: 1px solid #dddddd !important;}

.fileInfoDisplayOn{display: block;padding: 3px 10px;}
.fileInfoDisplayOff{ display:none;}
.fileInfo{font-family: 'notosans';font-weight: 300;font-size: 0.9rem;}
.btn-section{display: flex; align-items:center; justify-content:center; margin-top:15px;}
.btn-section input{padding:0.5rem 2rem !important;}
.btn-section a{padding:0.5rem 2rem; background: #ca1a20; color: #fff; margin-left:5px; font-weight: 400; height: calc(2.875rem + 2px); }

/* 접수페이지 등록폼 공통 css 끝 */

/* 접수확인페이지 공통 css */
.content-body{overflow: hidden;}
.padding-zero{padding:0px !important;}
.content-body *{margin:0px !important; background-color: white !important;}
.section-title {font-size: 1.3rem;font-weight: 400;color: #6d6e6e;}
.padding-zero {border:1px solid black; border-right:none;}
.padding-zero > p{border-right:1px solid black;}
.b_crumb{display:none;}

/* 테이블 접수 공통 */
.register_table{border-top: 2px solid #385d8d;}
.register_table tbody{border:1px solid #ddd;}
.register_table th{background-color: #d3dff542;
    vertical-align: middle !important;
    border-color: #ddd  !important;
    text-align: left  !important;
    line-height: 1.3  !important;
    padding: 1.2rem 0.7rem  !important;
    font-size: 1rem  !important;
    word-break: keep-all;
}
.register_table td{text-align: left; word-break: break-all !important; padding: 1.2rem 0.7rem  !important;}
.register_table td p{word-break: break-all !important; margin-bottom: 0px !important; background: none; padding: 0;}
.file_box_wrap_style{ border-top: 1px solid #efefef; display: flex; border-bottom: 1px solid #9f9f9f; margin-bottom: 20px;}
.file_box_wrap_style p{margin-bottom: 0px !important; background: none; padding: 0; width: 50%; padding:0.5rem 0.2rem;}

/* 테이블 접수 공통 끝 */

/* 접수 리스트 */
.b_crumb{display:none;}
.listTr:hover{cursor: pointer; background:#d8e1eb5e;}
/* 접수 리스트 끝 */


/* 관리자CSS */

/* 관리자 리스트 */
.form-inline{justify-content:space-between; margin-bottom:10px;}

.k-search-div {padding: 0px;margin-bottom: 1rem;}
.k-style-mouse {cursor: Pointer;}
.k-search-div {padding: 0px;margin-bottom: 1rem;}
.k-excelDown-div {padding: 0px;text-align: right;}
.k-style1 {height: 43px;width: 15%;}
.k-style2 {height: 43px;width: 20% !important;}
.k-padding1 {padding: 0px 20px;}
.k-padding2 {padding: 0px;}
.search_box_admin_wrap{display: flex; justify-content: space-between; width: 100%;}
.search_box_admin_wrap form{width: 80%;}
.search_box_admin_wrap .search_box_admin_wrap_bt{}
@media (max-width:600px){
.search_box_admin_wrap{display: block; }
.search_box_admin_wrap form{width:100%; display: flex;}
.k-style1 {width: 25%; margin-right:5px;}
.k-style2 {width: 69% !important;  margin-right:5px;}
.search_box_admin_wrap_bt{ width: 100%; margin-top: 5px;}}
/* 관리자 리스트 끝 */

/* 관리자 리스트 상세보기 */
/* tr > td:first-child{border-right: 1px solid #ddd; width: 300px !important;} */
#infomationDiv {font-family: 'notosans';}
.glyphicon-user {color:black;}
.main-text {font-size: 2rem; font-weight: bold;}
.sub-text { font-weight: 600; text-align: center;}
#infomationDiv table.table-bordered{background: #fff; margin-bottom: 2rem;}
#infomationDiv table.table-bordered td,.infomationDiv table.table-bordered th{padding:0.5rem;}
.legTxt{     font-size: 1.2rem;font-weight: bold; color: black;}
.content_txt p{word-break: break-all !important;}
/* 관리자 리스트 상세보기 끝 */
/* 관리자CSS 끝 */

/* 접수페이지 관리자 설정 */
.admin_k_style td p{word-break: break-all;}
.bt_kadmin_st{border:1px solid #d3d3d3; border-radius: 5px; padding: 0.5rem 1rem;}
.bt_kadmin_p_st{text-align: center;}
.k_column_box{
	display: flex;
    flex-wrap: wrap;
 }
 .k_column_box label{
	width:33%;
	margin: 0;
    padding: 0.5rem;
    border:1px solid #ededed;
    margin-left: -1px;
    margin-top: -1px;
 }
 .k_column_box label:nth-child(3n+1){
    margin-left: 0px;
 }
 .k_column_box label:nth-child(0),.k_column_box label:nth-child(1),.k_column_box label:nth-child(2){
    margin-top: 0px;
 }
.admin_k_style td:hover{background: #343a40; color: white; font-weight: bold;}

 
 
/* 접수페이지 관리자 설정 끝 */

/* common */

/* 본인이증 추가 */

#verify-list{list-style: none;margin: 20px 0;padding: 0;}
#verify-list li{margin: 0;padding: 0;}
#verify-list li::after{display: none;}
#verify-list li > a{display: block;padding: 20px 25px;text-decoration: none;color: #555; 
    background-image: url("https://www.gg.go.kr/cms/assets/gg_special_cop/img/verify-listimg_01_01.jpg");
    height:170px;
    box-sizing: border-box; 
    display:flex; 
    align-items: center; 
    justify-content: center;
    background-position: right 0;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
}
#verify-list li > a:hover{background-image: url("https://www.gg.go.kr/cms/assets/gg_special_cop/img/verify-listimg_hover_02.jpg");
    background-color: #218dbb;
}
#verify-list li > a:hover dt{color: #FFF}
#verify-list li > a:hover dd{color: #FFF}
#verify-list li > a dd span.col-red{color: red}
#verify-list li > a:hover dd span{color: #F9FF4A}
#verify-list dl{display: inline-block;margin: 0;vertical-align: middle; margin-left: 1.2rem;}
#verify-list dt{
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #323232;
}
#verify-list dd{margin: 0;font-size: 1.1em;line-height: 1.5em}
#verify-list dd span{display: inline-block}
#verify-list .login-icon{
    display: inline-block;
    width: 82px;
    height: 82px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}
#verify-list .login-icon.effect03{background-image: url("https://www.gg.go.kr/cms/assets/gg_special_cop/img/verify-list_icon.png");
    width:130px; height:100%; background-color:#fff; border-radius: 50%;
}

.sns_verify_wrap{display: block;padding: 35px 15px;text-decoration: none;color: #555; background-image: url("https://www.gg.go.kr/cms/assets/gg_special_cop/img/verify-listimg_01_01.jpg");  
    height:230px; box-sizing: border-box;  align-items: center; justify-content: center;
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
}
.sns_verify_wrap dl dd, .sns_verify_wrap dl dt{ text-align: center;}
.sns_verify_wrap:hover{background-image: url("https://www.gg.go.kr/cms/assets/gg_special_cop/img/verify-listimg_hover_02.jpg")}
.sns_verify_wrap:hover dl dd, .sns_verify_wrap:hover dl dt{color: #FFF !important;}
.sns_verify_wrap dl{display:block !important;}
.sns_verify_wrap dl dd, .sneris_vfy_wrap dl dt{text-align:center;}
.sns_naver_iconwrap{background: #fff; height:60px; display:inline-block; border-radius:40px; position:relative; width:280px;}
.sns_naver_iconwrap:before{content:""; background: url('/humanrights/cmmn/download.do?idx=49224')no-repeat 23px 15px #1dc800; position:absolute; width:70px; height:60px; border-top-left-radius:40px 40px;  border-bottom-left-radius:40px 40px;}
.sns_naver_iconwrap span{display:flex; height:60px; justify-content:center; align-items:center; font-size:1rem; color:#000; font-weight:bold; padding-left: 50px;}
.sns_naver_iconwrap:hover{background: #1dc800;}
.sns_naver_iconwrap:hover span{color:#fff;}

.sns_verify_wrap > div{display:flex; justify-content:space-evenly; margin-top: 15px;}

.sns_kakao_iconwrap:before{background: url('/humanrights/cmmn/download.do?idx=49225')no-repeat 23px 15px #ffcd00;}
.sns_kakao_iconwrap:hover{background: #ffcd00;}
.sns_kakao_iconwrap:hover span{color:#000;}

.sns_meta_iconwrap:before{background: url('/humanrights/cmmn/download.do?idx=49226')no-repeat 23px 15px #0055a2;}
.sns_meta_iconwrap:hover{background: #0055a2;}



@media screen and (max-width: 768px){
    #verify-list li > a{display: block; background-image: url("https://www.gg.go.kr/cms/assets/gg_special_cop/img/verify-listimg_01.jpg");  height:auto; box-sizing: border-box; text-align:center; background-size: cover; }
    #verify-list .login-icon.effect03{
        height:130px; background-color:#fff; background-repeat: no-repeat; background-position:20px 22px;
    }
    #verify-list li > a:hover{background-image: url("https://www.gg.go.kr/cms/assets/gg_special_cop/img/verify-listimg_hover_01.jpg");}
    #verify-list .login-icon{display:inline-block;}
    #verify-list dl{display:block; margin-left: 0px;}
    .sns_verify_wrap{ height: auto;}
    .sns_verify_wrap > div{display:block;}
    .sns_verify_wrap > div > a{display:block; width:100%; margin-bottom: 10px;}
}
@media screen and (max-width: 560px){
    .reception_box_input_chra > div:last-child{
    	display: block;
    }
}