@charset "utf-8";
@import url(./font.css);

/********* reset style *********/
html{
    position:relative;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent;
}
*,:after,:before{box-sizing:border-box;}
body{
    margin:0;
    padding:0;
    font-size:15px;
    letter-spacing: -0.5px;
    font-weight:400;
    font-family:'NotoSansKR',sans-serif;
    color:#363636;
}
dd,dl,dt,li,ol,ul{
    margin:0;
    padding:0;
    list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
p{
    word-break: keep-all;
}
a{
    color:inherit;
    text-decoration:none;
}
img{
    border:0;
    vertical-align:middle;
    font-size:0;
    max-width:100%;
}
table{
    border-collapse:collapse;
    width:100%;
    table-layout: fixed
}
caption,legend{
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0;
}
input,select,textarea{
    color:#363636; 
    border: none;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-weight:400;
    font-family:'NotoSansKR',sans-serif;
}
textarea{
    resize: none; 
}
textarea:focus {
    outline: none;
}
input,select{
    vertical-align:middle;
}
address,em,i{
    font-style:normal;
}
button{
    background-color: inherit;
    color:inherit;
    border:0;
    padding:0;
    cursor:pointer;
}
hr{
    margin:0;
    border:none;
    padding:0;
    display:block;
}
figcaption,figure,form{
    padding:0;
    margin:0;
}
fieldset{
    border:none;
    padding:0;
    margin:0;
}
input[type=submit]{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
button,input,optgroup,pre,select,textarea{
    color:inherit;
    margin:0;
}
input[type="search"]{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border: none;
    border-radius: initial;
    max-width: 100%;
    box-shadow: none;
}
input[type="checkbox"],input[type="radio"]{
    box-shadow: none;
}
input[type="button"]{
    border: none;
    background-color: inherit;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    cursor: pointer;
}
input:focus, textarea:focus {outline:none;}
input::placeholder, textarea::placeholder {
    color: #999999;
}
input::-ms-clear,
input::-ms-reveal{
	display:none;width:0;height:0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{
	display:none;
}
/* 정렬 */
.clearfix {position:relative;}
.clearfix::after {content:""; display:block; clear:both;}

/* width percent(%) */
.wid10 {width: 10% !important;}
.wid20 {width: 20% !important;}
.wid30 {width: 30% !important;}
.wid40 {width: 40% !important;}
.wid50 {width: 50% !important;}
.wid60 {width: 60% !important;}
.wid70 {width: 70% !important;}
.wid80 {width: 80% !important;}
.wid90 {width: 90% !important;}
.wid100 {width: 100% !important;}

/* display none & hidden */
.dp_none {display: none!important;}
.vb_hidden {visibility: hidden;}



/********** 휘슬노트 팝업 - 제보하기 css **********/
#lp_Wrap {
    max-width: 50%; 
    min-width: 330px;
    margin: 0 auto;
    position: relative;
    padding: 60px 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
}
#lp_Wrap.popup-actived {
    overflow: hidden;
}
/* 닫기 버튼 */
.btn_close {
    width:30px;
    height:30px;
    position: absolute;
    right: 30px;
    top: 30px;
    text-indent:-9999px;
}
.btn_close:before,.btn_close:after {
    content:'';
    width:30px;
    height:1px;
    position:absolute;
    left:50%;
    top:50%;
    border-radius:4px;
    background:#363636;
}
.btn_close:before {
    transform:translate(-50%,-50%) rotate(-45deg);
}
.btn_close:after {
    transform:translate(-50%,-50%) rotate(45deg);
}

.title h1 {
    text-align: center;
    letter-spacing: -1px;
}
.title h1:after {
    content: '';
    display: block;
    width: 30px;
    border-bottom: 3px solid #123678;
    margin: 20px auto;
}
/***** 제보하기 첫 화면 *****/
ul.tip_selectBox {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 60px;
}
ul.tip_selectBox li {
    flex-grow: 1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    margin: 0 10px;
}
ul.tip_selectBox li a {
    display: block;
    padding: 50px 20px;
}
ul.tip_selectBox li p {
    margin: 15% 0 0;
}
ul.tip_selectBox li img {
    max-width: 80%;
}
.btnBox {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}
.btnBox a {
    display: block;
    padding: 20px;
    border-radius: 70px;
    border: 3px solid #ffbc1a;
    white-space: nowrap;
}
.btnBox span {margin-right: 10%;}

/***** 중대 재해 제보 1-1 *****/
.sub_title p {
    text-align: center;
    color: #666666;
    line-height: 22px;
}
.search {
    margin: 60px auto 0;
    text-align: center;
}
.search form {
    display: flex;
    flex-wrap: nowrap;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    padding: 17px 30px;
    border-radius: 10px;
    border: none;
    max-width: 50%;
    margin: 0 auto;
}
.search form select {
    width: 100%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.search form span {
    width: 100% !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa !important;
}
.search input[type="search"] {
    flex-grow: 2;
    line-height: 24px;
}
.search a {
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url("../images/common/btn-search.png") no-repeat center;
    cursor: pointer;
}
.contents {
    margin: 50px auto 0px;
}
.contents p {
    line-height: 24px;
}
.contents .infoBox .box1 {
    border: 2px solid #eeeeee;
    padding: 45px 20px 20px;
    border-radius: 10px;
    position: relative;
}
.contents .infoBox .companyNameBox {
    text-align: center;
    margin: 0 auto -30px;
    position: relative;
    z-index: 2;
}
.contents .infoBox .companyNameBox div {
    display: inline-block;
    padding: 15px 40px;
    color: #ffbc1a;
    border: 2px solid #ffbc1a;
    border-radius: 30px;
    background-color: #fff;
}
.contents .infoBox .box1 p {
    color: #666666;
}
.contents .infoBox .box2 {
    margin: 30px auto 50px;
}
.contents .infoBox .box2Title h4 {
    display: inline-block;
    margin-left: 5px;
    line-height: 24px;
}
.box2 .box2Area {
    background-color: #fafafa;
    padding: 20px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    margin-top: 10px;
}
.contents hr {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
}
/***** 중대 재해 제보 1-2 *****/
.form {
    margin: 50px auto;
}
.form table {
    text-align: left;
}
.form table tr {
    line-height: 2.5rem;
}
.form table th {
    font-weight: 500;
    text-align: left;
}
.form table td {
    padding-bottom: 30px
}
.form table tr:last-child td {
    padding-bottom: 0;
}
/* 설명 문구 */
.addTxt {
    color: #666666; 
    vertical-align: bottom;
    font-size: 13px;
    display: inline-block;
}
.form table input {
    padding: 20px 30px;
}
.form table input[type="radio"].useless, .form table input[type="radio"].use {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    display: none;
}
.form .useless_label {
    display: inline-block;
    color: #666666;
    text-align: center;
    min-width: 160px;
    padding: 15px 50px;
    margin-right: 3%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    cursor: pointer;
    vertical-align: middle;
}
.form .use_label {
    display: inline-block;
    color: #666666;
    text-align: center;
    min-width: 160px;
    padding: 15px 50px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    cursor: pointer;
    vertical-align: middle;
}
.form input[type="radio"]:checked + label {
    background-color: #123678;
    color: #ffffff;
}
.form input[type="radio"]:checked + label + .check_nameBox {
	display: block;
}
#check_nameBox {
    margin-top: 30px;
}
.form input[type="button"] {
    width: 160px;
    padding: 20px 50px;
    margin-right: 20px;
}
.form table textarea {
    width: 100%;
    padding: 25px 30px;
    overflow: auto;
}
.eyeIcon {
    margin: 0 40px 0 -40px;
}
.btnBox {
    text-align: center;
}
.btnBox button {
    width: 200px;
    padding: 20px 70px;
    color: #ffffff;
    background-color: #123678;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.lengthWblank {
    float: right;
    color: #999999;
    font-size: 14px;
    margin-bottom: -30px;
}
.filebox {
    margin-bottom: 0.5em;
    position: relative;
    display: flex;
}
.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 0;
    opacity: 0;
    font-size: 0;
    line-height: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    -webkit-clip-path: inset(50%);
}  
.uploadBox {
    margin-right: 20px;
    max-width: 20%;
    display: inline-block;
}
.input_file_btn {
    color: #123678;
    cursor: pointer;
    padding: 10px 35px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-right: 20px;
}
/* named upload */
.file_form {
    display: inline-block;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    border: none;
    max-width: 60%;
    margin: 0 auto;
}
.upload-name {
    vertical-align: middle;
    border-radius: 10px; 
    color: #a8b2b9;
    flex-grow: 2;
    max-width: 100%;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
    flex-grow: 2;
    cursor: inherit;
}

.file-block {
    border-radius: 10px;
    background-color: rgba(144, 163, 203, 0.2);
    margin: 5px;
    color: initial;
    display: inline-flex;
  }
  .file-block > span.name {
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
  }
.fileDelete_btn {
    cursor: pointer;
    width: 24px;
    position: absolute; 
    right: 0;
    padding: 30px;
}
.fileDelete_btn:before,.fileDelete_btn:after {
    content:'';
    width:13px;
    height:1px;
    position:absolute;
    left:50%;
    top:50%;
    border-radius:4px;
    background:#a8b2b9;
}
.fileDelete_btn:before {
    transform:translate(-50%,-50%) rotate(-45deg);
}
.fileDelete_btn:after {
    transform:translate(-50%,-50%) rotate(45deg);
}
.chkBox_wrap {
    margin-bottom: 50px;
}
.chkBox_wrap input[id="cb1"] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #bcbcbc;
    cursor: pointer;
}
.chkBox_wrap input[id="cb1"]:checked + label {
    background-color: #666666;
}
.chkBox_wrap input[id="cb1"] {
    display: none;
}

.customCheckBox {
    display:block;
    margin-bottom: 50px;
}
.customCheckBox > input[type="checkbox"] {
    position:absolute;
    width:0px;
    height:0px;
    overflow:hidden;
    opacity:0;
    visibility: hidden;
    left:-9999;
    top:-9999px;
}
.customCheckBox > input[type="checkbox"] ~ label {
    position:relative;
    color:#666;
    padding-left: 30px;
}
.customCheckBox > input[type="checkbox"] ~ label::before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:22px;
    height:22px;
    border:2px solid #a8b2b9;
    background:#fff;
    border-radius: 5px;
    transition: ease-out .2s;
}
.customCheckBox > input[type="checkbox"] ~ label::after {
    content:"";
    position:absolute;
    left: 5px;
    top: 5px;
    width: 13px;
    height: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    border-left:3px solid #fff;
    border-bottom:3px solid #fff;
    opacity:0;
    transition: ease-out .2s;
}
.customCheckBox > input[type="checkbox"]:checked ~ label::before {
    background:#123678;
    border-color:#123678;
}
.customCheckBox > input[type="checkbox"]:checked ~ label::after {
    opacity:1;
}
a.openPop_btn {
    color: #123678;
    text-decoration: underline;
}
/***** 중대 재해 제보 1-3 *****/
.resultBox {
    padding: 30px;
    border-radius: 10px;
    border: solid 1px #eee;
    background-color: #fafafa;
}
.resultBox .tipId {   
    margin: 0 auto 30px; 
    text-align: center;
    max-width: 40%;
    padding: 13px 15px;
    border-radius: 25px;
    border: solid 3px #eee;
    background-color: #fff;
}
.resultTxt p {
    text-align: center;
    color: #666666;
}

input[type="radio"].typeBtn {
    display:none;      
}
input[type="radio"].typeBtn + label {
    position: relative;
    cursor: pointer;
    padding-left: 1.5em;
}
input[type="radio"].typeBtn + label::before, input[type="radio"].typeBtn + label::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 1em;
    height: 1.5em;
    border: 0;
}  
input[type="radio"].typeBtn + label::before {
    background: url("../images/common/radio-off.png") no-repeat center center;
    background-size: 13px;
}
input[type="radio"].typeBtn + label::after {
    background: url("../images/common/radio-on.png") no-repeat center center;
    background-size: 13px;
    visibility: hidden;
}
input[type="radio"].typeBtn:checked + label::after {
    visibility: visible;
}

.form input[type="radio"].typeBtn:checked + label {
    background-color: inherit !important;
    color: inherit !important;
}

/***** 신고 질의 확인 4 *****/
.tip4_wrap {
    text-align: center;
    margin: 60px auto;
}
.tip4_wrap input {
    display: block;
    margin: 0 auto 15px;
    padding: 20px 30px;
}
.report_conts h4 {
    color: #123678;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}
.answer_conts h4 {
    color: #123678;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}
.report_conts table {
    width: 100%; 
    text-align: left;
    border-style: solid; 
    border-color: #eee;
    border-width: 3px 0;
    margin-bottom: 50px;
    table-layout: fixed;
}
.report_conts table tr {
    border-bottom: 1px solid #eee;
}
.report_conts table th {
    font-weight: 500;
    padding-left: 10px;
}
.report_conts table td {
    padding: 25px 0;
}
.answer_conts .answerUpdate {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 10px;
    margin-bottom: 10px;
}
.answer_conts .answerUpdate textarea {
    width: 80%;
    padding: 15px;
    box-shadow: none;
    border: 1px solid #ddd;
}
.answer_conts .answerUpdate button {
    background-color: #123678;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 19%;
    margin-left: 1%;
}
.answer_conts .box {
    padding: 30px;
    border: 1px solid #eee;
    background-color: #fafafa;
    border-radius: 10px;
    margin-bottom: 10px;
}
.answer_conts .box:last-child {margin-bottom: 0;}
.answer_conts .box .tit {
    font-weight: 500;
}
.answer_conts .box hr {
    margin: 25px 0;
}
.answer_conts .box p {
    line-height: 1.5;
    word-break: keep-all;
}
.answer_conts .box strong {
    padding: 6px 12px;
    border-radius: 15px;
    border: solid 1px #ffb400;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    background-color: #fff;
    color: #ffb400;    
}
.answer_conts .box strong.admin {
    color: #ff3e3e;
    border-color: #ff3e3e;
}
.answer_conts .box strong.manager {
    color: #3e8bff;
    border-color: #3e8bff;
}

.answer_conts .box p.date {
    font-size: 0.8em;
    margin-bottom: 10px;
}



/***** 팝업 css *****/
#layer1 {
    display: none;
}
#layer2 {
    display: none;
}
.pop_layer {
    position:fixed; 
    top:0; 
    left:0; 
    right:0; 
    bottom:0; 
    /* background:rgba(0,0,0,.5);  */
    background: transparent;
    text-align:center; 
    z-index: 999;
}
.pop_layer:after{
    display:inline-block; 
    height:100%; 
    vertical-align:middle; 
    content:'';
}
.pop_layer .pop_container {
    display: inline-block;
    padding: 20px 25px;
    width: 90%;
    max-width: 650px;
    height: auto; /* JavaScript에서 동적으로 설정됨 (화면 높이 - 100px) */
    max-height: calc(100vh - 100px); /* 뷰포트 높이 - 100px */
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    position: fixed; /* 뷰포트 기준 고정 */
    bottom: 25px; /* 하단 기준 25px */
    left: 50%;
    transform: translateX(-50%); /* 좌우 중앙 정렬만 */
    overflow: hidden; /* 컨텐츠가 넘치지 않도록 */
} 
.pop_title {
    line-height: 2.5;
}
.pop_container hr {
    height: 2px;
    background-color: #123678;
}
.pop_layer .pop_innertxt {
    color: #666666;
    font-size: 0.9em;
    line-height: 25px;
    height: auto; /* JavaScript에서 동적으로 설정됨 */
    max-height: calc(100vh - 230px); /* 뷰포트 높이 - 타이틀 등 고정 영역 */
    padding: 20px 10px;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
    text-align: left;
    word-break: keep-all;
}
.pop_layer ul li {
    position: relative;
    padding-left: 20px;
}
.pop_layer ul li span {
    position: absolute;
    top: 0;
    left: 0;
}
.pop_layer h3 {
    margin-top: 20px;
}
.pop_layer h3:first-child {
    margin-top: 0px;
}
.pop_layer h4 {
    margin-top: 10px;
}
.pop_innerTable {
    width: 100%;    
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    margin: 10px auto;
}
.pop_innerTable tr th {
    line-height: 1.5;
}
.pop_innerTable tbody th {
    text-align: left;
}
.pop_innerTable tr td {
    padding: 5px 8px;
}
.txt_center {
    text-align: center;
}
.gray_box {
    width: 100%;    
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    margin: 10px auto;
}
button.btn_layerClose {
    width:30px;
    height:30px;
    position: absolute;
    right: 30px;
    top: 30px;
    text-indent:-9999px;
}
button.btn_layerClose:before, button.btn_layerClose:after {
    content:'';
    width:30px;
    height:1px;
    position:absolute;
    left:50%;
    top:50%;
    border-radius:4px;
    background:#363636;
}
button.btn_layerClose:before {
    transform:translate(-50%,-50%) rotate(-45deg);
}
button.btn_layerClose:after {
    transform:translate(-50%,-50%) rotate(45deg);
}



/***************** 반응형 *****************/
/********* 저해상도 데스크탑 *********/
@media screen and (max-width: 1024px) {
    #lp_Wrap {
        max-width: 80%;
    }
}
/********* 태블릿 *********/
@media screen and (max-width: 820px) {
    #lp_Wrap {
        max-width: 90%;
        padding: 30px;
    }
    /***** 제보하기 첫 화면 *****/
    ul.tip_selectBox {
        flex-direction: row;
    }
    ul.tip_selectBox li {
        margin-bottom: 20px;
    }
    ul.tip_selectBox li a {
        padding: 30px 25px;
    }
    /***** 중대 재해 제보 1-3 *****/
    .resultBox .tipId {
        max-width: 60%;
    }
}
/********* 모바일 *********/
@media screen and (max-width: 440px) {
    #lp_Wrap {
        padding: 40px 30px;
    }
    .btn_close {
        top: 10px;
        right: 10px;
    }
    .contents {
        margin: 30px auto 0px;
    }
    /***** 제보하기 첫 화면 *****/
    ul.tip_selectBox {
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    ul.tip_selectBox li:last-child {
        margin-bottom: 0;
    }
    ul.tip_selectBox li a {
        padding: 20px 25px;
    }
    ul.tip_selectBox li img {
        max-width: 30%;
    }
    ul.tip_selectBox li p {
        margin: 10px 0 0;
    }
    .btnBox {
        max-width: 100%;
        padding: 10px;
    }
    /***** 중대 재해 제보 1-1 *****/
    .search form {
        max-width: 90%;
    }
    /***** 중대 재해 제보 1-2 *****/
    .contents .infoBox .box2 {
        margin: 30px auto;
    }
    .form {
        margin: 30px auto;
    }
    .form table input:not([type="checkbox"]) {
        padding: 15px 20px;
        width: 100% !important;
    }
    .form table td {
        padding-bottom: 10px;
    }
    .form table input[type="radio"].useless, 
    .form table input[type="radio"].use {
        width: 0 !important;
    }
    .form .useless_label {
        margin-right: 0;
        padding: 10px 30px;
        min-width: 100px;
    }
    .form .use_label {
        padding: 10px 30px;
        min-width: 100px;
    }
    .form #check_nameBox input[type='text'] {
        width: 95% !important;
    }
    .form table input[type='tel'] {
        width: 95% !important;
    }
    .form table input[type='password'] {
        width: 95% !important;
        padding: 15px 30px 15px 20px;
    }
    .eyeIcon {
        margin: 0 0% 0 -12%;
    }
    .addTxt {
        display: block;
    }
    .filebox {
        display: block;
    }
    .input_file_btn {
        margin-right: 0;
        width: 100% !important;
        display: block;
        text-align: center;
        padding: 5px 35px;
    }
    .form table .upload-name {
        margin-top: 10px;
    }
    .resultBox {
        padding: 20px;
    }
    /***** 중대 재해 제보 1-3 *****/
    .resultBox .tipId {
        max-width: 100%;
    }
    /***** 신고 질의 확인 4 *****/
    .tip4_wrap #viewForm input {
        width: 90% !important;
    }
    .report_conts table th {
        padding-left: 0;
        width: 25%;
    }
    .answer_conts .answerUpdate button {
        width: 29%;
    }
    .answer_conts .box {
        padding: 20px;
    }
    .answer_conts .box hr {
        margin: 15px 0;
    }
}



#tip5-2_caution ol, #tip6-2_caution ol {
    margin: 0;
    padding: 10px;
    padding-bottom: 0;
    list-style: decimal;
}

#tip5-2_caution li, #tip6-2_caution li {
    margin: 5px;
    padding: 5px;
    list-style: decimal;
}

#tip5-2_intro ul, #tip6-2_intro ul {
    margin: 0;
    padding: 10px;
    padding-bottom: 0;
    list-style: disc;
}

#tip5-2_intro li, #tip6-2_intro li {
    margin: 5px;
    padding: 5px;
    list-style: disc;
}

#tip6-2_intro ul.ul2 {list-style: circle;padding: 2px 5px;padding-right: 0;}
#tip6-2_intro ul.ul2 li {list-style: circle;margin: 2px 5px;padding: 2px 5px;word-break: break-all;margin-right: 0;padding-right: 0;}

#disable-bg {display: none;margin: 0;padding: 0;position: fixed; top: 0;left: 0;right: 0;bottom: 0;background: rgba(255, 255, 255, 0.7);z-index: 2147483647;}

#company_logo img {max-height: 70px;margin-bottom: 5px;}