@charset "utf-8";

.div-t5 {
    margin-top: 5px;
}
.mg-t5 {
    margin-top: 5px;
}
.mg-t15 {
    margin-top: 15px;
}
.mg-t20 {
    margin-top: 20px;
}
.mg-l20 {
    margin-left: 20px;
}
.mg-l27 {
    margin-left: 27px;
}
.mg-l30 {
    margin-left: 30px;
}
.mg-l34 {
    margin-left: 34px;
}
.mg-l37 {
    margin-left: 37px;
}
.mg-l44 {
    margin-left: 44px;
}
.txt-r {
    background: #f6f8fc;
    text-align: right;
    padding-right: 12px;
    
    
}
.txt-c {
    text-align: center;
}

/* layout */
#header.on {
    box-shadow: none;
}
#footer {
	
    border-top: 1px solid #efefef;
}
.content {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
    margin-top: 10rem;
    margin-bottom: 12rem;
    padding: 0 30rem;
}
.sub_title {
    text-align: left;
    padding: 6rem 0;
    background: #ddd no-repeat center / cover;
}
.sub_title01 {
    background-image: url("../images/common/b1.jpg");
}
.sub_title02 {
    background-image: url("../images/common/b2.jpg");
}
.sub_title03 {
    background-image: url("../images/common/b3.jpg");
}
.sub_title04 {
    background-image: url("../images/common/b4.jpg");
}
.sub_title05 {
    background-image: url("../images/common/b5.jpg");
}
.sub_title06 {
    background-image: url("../images/common/b6.jpg");
}
.sub_title07 {
    background-image: url("../images/common/b7.jpg");
}
.sub_title .title {
	font-weight: 700;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 100px #365978, 3px 3px 23px #365978, 0px 0px 6px #5a7791;
}
.btn {
    vertical-align: middle;
}
.tab li {
    max-width: none;
    text-align: center;
}
.txt {
    line-height: 1.5;
}
/*제도 + 보상금안내 퍼블변경*/
.dotbox{
	border-radius:0px 0px 5px 5px;  	
	padding:30px 1.15em; 
	box-shadow: 2px 2px 6px #53799A30;
	margin-bottom:30px;
	margin-top:20px;	
}
.dotbox-sub{
	border-radius:5px;  
	padding:10px 1.15em; 
	box-shadow: 2px 2px 6px #53799A30;
	margin-top:8px;
	margin-bottom:30px;
	letter-spacing: -0.8px;
}
.nametitle{font-weight:600;}
.s_t{
	background: #F8F9FB; border-radius: 5px; padding:8px 10px ;
}

.dotbox_blue{ 
	border-radius:0px 0px 5px 5px;  
	border-top: #274ba9 solid 2px; 
	padding:30px 1.15em; 
	box-shadow: 2px 2px 6px #53799A30;
	margin-bottom:30px;
	letter-spacing: -0.8px;
}
 
.dotbox_blue b{font-weight:500;}

.cont  tr td:nth-of-type(2){text-align:left !important; padding-left:1em !important;}
.cont  tr th:nth-of-type(2){text-align:left !important; padding-left:1em !important; font-weight:700;font-size:}

.datebtn{
	width: 100%;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: space-evenly;}


.tb{font-weight:bold;

}
.tb p{padding-left:20px;}
/* compensation */
.compensation_con .tab {
    display: flex;
    justify-content: center;
}
.compensation_con .basic {
    color: #666;
    margin: 0 auto;
}
.basic{
	    color: #666;
    margin: 0 auto;
	
}
.auto{margin:0px auto;}
.title-s {
	letter-spacing: -0.5px;
    position: relative;
    margin: 1em 0 ;
    padding-left: 10px;
    line-height: 1.2;
   font-size: 1.3em;
    font-weight: 600;
    color: #3262b9;
    
}
.title-s:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #3262b9;
}
.title-v-s-only-text {
   
    
    padding:10px;
    line-height: 1.2;
    font-size: 15px;
    font-weight: 500;
    color: #3262b9;
    
}
.compensation_con .inner {
    margin-left: 20px;
    margin-top: 10px;
}

/* committee */

.commit_table {
    border-collapse: separate;
    width: 100%;
    text-align: center;
    margin: 1.25em 0;
    border-bottom: solid 1px #c7cdd7;
    border-right: solid 1px #c7cdd7;
}
.hideCaption {
    position: relative;
    left: -10000px;
    top: auto;
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.commit_table th {
    background: #e8ebf0;
    font-weight: 400;
    color: #1c2238;
}
.commit_table th,
.commit_table td {
    height: 37px;
    padding: 3px 20px;
    border-top: solid 1px #c7cdd7;
    border-left: solid 1px #c7cdd7;
}

/* relevant laws */
.box-tip,
.box-search {
	border: 1px solid #e7eaf7;
	padding: 20px 160px;
}
.box-tip {
    display: flex;
    gap: 2em;
    align-items: center;
    background: #f6f7f9; 
    border-bottom: 0;   
}
.box-tip-label {
    font-size: 24px;
    color: #365978;
    font-weight: 700;
}
.box-tip-list {
	text-align: left;
}
.box-tip-list li {
	line-height: 1.5;
	color: #365978;
}
.box-search {
	display: flex;
    gap: 1em;
    justify-content: center;
    background: #e8ebf0;
}
.box-search input,
.box-search .btn {
	height: 50px;
}
.box-search input {
	border: solid 1px #c7cdd7;
	padding: 0.5em 1em;
	flex: 1;
    border-radius: 3px;
}
.box-search .btn {
	background: #63728a;
	border-color: #63728a;
}
.box-search-line.i1 input {
    width: 100%;
    font-size: 1.5rem;
    height: 40px;
    line-height: 38px;
    border: solid 1px #c2c4c9;
    padding: 0 1rem;
}
.box-search-line {
    float: left;
    white-space: nowrap;
    line-height: 0;
    font-size: 0;
}
table.basic.alt {
    margin: 1.25em 0;
    border-collapse: separate;
    width: 100%;
    text-align: center;
    border: 0;
    border-top: solid 1px #1c2238;
    border-bottom: solid 1px #1c2238;
}
table.basic.alt th {
    background: #7d8290;
    color: #fff;
}
table.basic.alt th,
table.basic.alt td {
    height: 37px;
    padding: 3px 20px;
    border: 0;
    border-bottom: solid 1px #c7cdd7;
}
table.basic.alt td {
    color: #555;
}
table.basic.alt td a {
    color: #555;
}
table.basic.alt tr:last-child th,
table.basic.alt tr:last-child td {
    border-bottom: 0;
}

/* implementer */
.cs_search .ff_wrap .checkbox {
    line-height: 40px;
}
.reg_table {
    table-layout: fixed;
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-left: 0;
    border-collapse: separate;
    margin: 10px 0;
}
.reg_table th,
.reg_table td {
    width: auto;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 14px;
}
.reg_table th {
    background-color: #f7f7f7;
}
.reg_table td {
    padding: 10px 5px;
  	word-break: break-all;  
}
.reg_table td input {
    width: 100%;
}
.reg_table td .btn {
    margin: 0 2px;
}
.check_wrap {
    /* display: none; */
    /* height: 0; */
}
.check_wrap.on {
    display: table-row;
    height: auto;
}
.check_wrap .check_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 520px;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}
.check_wrap .checkbox {
    display: flex;
    width: 50%;
    border-bottom: 1px solid #ddd;
    margin-right: 0;
}
.check_num {
    width: 100px;
    padding: 10px 0;
    background-color: #eee;
    text-align: center;
}
.check_input {
    line-height: 20px;
    padding: 10px;
}
.check_area_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.check_area_label {
    display: block;
    text-align: center;
}
.check_area_wrap > div {
    width: 50%;
}
.check_area_label {
    padding: 10px 0;
    background-color: #eee;
}
.check_area {
    display: block;
    width: 100%;
    height: 10rem;
    border-radius: 0;
    border-color: #eee;
}
.check_wrap td > div.three_check_wrap {
    display: none;
    margin-bottom: 20px;
}
#contents .three_check_wrap table {
    border-top: 0;
}
#contents .cs_title + .three_check_wrap table {
    border-top: #274ba9 solid 2px;
}
.three_check_wrap th {
    width: 100px;
    font-weight: bold;
}
.icon {
    display: inline-block;
    vertical-align: -4px;
    width: 20px;
    height: 20px;
    background-image: url(../images/common/icon_btn.svg);
    background-repeat: no-repeat;
    background-size: 300% auto;
}
.icon-block {
    display: block;
    vertical-align: -4px;
    width: 20px;
    height: 20px;
    background-image: url(../images/common/icon_btn.svg);
    background-repeat: no-repeat;
    background-size: 300% auto;
}
.icon.search {
    background-position: left -20px;
}
.icon.download {
    background-position: left 0px;
}
.icon.upload {
    background-position: left 0px;
    transform: scaleY(-1);
}
.icon.search.white {
    background-position: 100% -20px;
}
.icon.download.white {
    background-position: 100% 0px;
}
.icon.pluse.white {
    background-position: 100% -100px;
}
.cs_title .btnOwnrOpinionAddFile .ownr-opinion-add-icon.pluse.white {
    background-position: 100% -100px !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 0 !important;
}
.icon.close.white {
    background-position: 100% -80px;
}
.icon.close {
    background-position: 0% -80px;
}
.icon.pluse {
    background-position: 0% -100px;
}
#contents .c_table table.inner_table {
    border-top: none;
}
sup {
    font-size: 1.1rem;
}
.inside {
    list-style: inside;
}
.inside > li {
    list-style: inside;
}
.title--optype {
	display: inline-block;
    position: relative;
    margin: 60px 0 20px;
    padding: 8px 12px;
    padding-left: 24px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    background: #f7f7f7;
    color: #164091;
    letter-spacing: -1px;
}
.title--optype::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 100%;
    background: #164091;
}
