@charset "utf-8";
/* CSS Document */
/*2023.05.11 KYJ 추가 / 상단의 안내문구 관련사항 지정*/
/*infotype1,infotype2,infotype3.... 형식으로 달라지는 사항 추가*/

/*공통사항*/
.info_toptxt{padding: 10px 0 0 5px; margin-bottom: 20px; font-size:1.077em}
.info_toptxt .infobx{padding: 5px 5px 5px 0; border-radius: 30px 5px 5px 5px; background:linear-gradient(90deg, #3c84b2, #2baf88)}
.info_toptxt .info_top{position: relative; padding: 20px; margin: -10px 0 0 -5px; border-radius: 30px 5px 5px 5px; border:1px solid #e1e1e1; background: #fff}
.info_toptxt .info_top::after{display: block; content: ''; clear: both; position: absolute; top:18px; left:20px; width: 82px; height: 82px; background-position: center; background-repeat: no-repeat}
.info_toptxt .info_top > ul{margin-left: 100px}
.info_toptxt .info_top > ul > li{position: relative; padding-left: 15px; margin-bottom: 5px; line-height: 130%}
.info_toptxt .info_top > ul > li:last-child{margin-bottom: 0}
.info_toptxt .info_top > ul > li::after{display: block; content: ''; clear: both; position: absolute; top:5px; left:0; width: 5px; height: 5px; background: #767676}
.info_toptxt span.point_col{font-weight: 600}

/*기본게시판*/
.info_toptxt.infotype1 .infobx{background:linear-gradient(90deg, #3c84b2, #2baf88)}
.info_toptxt.infotype1 .info_top::after{background-image:url(../../images/top/infotype1.gif)}
.info_toptxt.infotype1 span.point_col{color:#158d7c}

/*신고센터*/
.info_toptxt.infotype2 .infobx{background:linear-gradient(90deg, #fb5b4f, #ffaa24)}
.info_toptxt.infotype2 .info_top::after{background-image:url(../../images/top/infotype2.gif)}
.info_toptxt.infotype2 span.point_col{color:#f56447}

/*안전보건*/
.info_toptxt.infotype3 .infobx{background:linear-gradient(90deg, #449af1, #ca9cde)}
.info_toptxt.infotype3 .info_top::after{background-image:url(../../images/top/infotype3.gif)}
.info_toptxt.infotype3 span.point_col{color:#3d9af2}
.info_toptxt.infotype3 .info_detail{padding: 10px; margin:10px 0 0 100px; border-radius: 5px; background:#f4f4f4}
.info_toptxt.infotype3 .info_detail dl{display: flex; flex-wrap: wrap; margin-bottom: 6px; justify-content: space-between}
.info_toptxt.infotype3 .info_detail dl:last-child{margin-bottom: 0}
.info_toptxt.infotype3 .info_detail dl dt{width:5%; text-align: center}
.info_toptxt.infotype3 .info_detail dl dt span{display: block; width: 100%; height: 27px; line-height: 27px; border-radius: 5px; background: #646971; color:#fff; font-weight: 600}
.info_toptxt.infotype3 .info_detail dl dd{width:95%; padding: 0 0 0 10px; box-sizing: border-box; align-content: space-around}
.info_toptxt.infotype3 .info_detail dl dd ul li{position: relative; padding-left: 12px; line-height: 150%}
.info_toptxt.infotype3 .info_detail dl dd ul li::after{display: block; content: ''; clear: both; position: absolute; left:0; top:8px; width: 5px; height: 2px; background: #767676}

/* MOBILE LAYOUT */
@media only screen and (max-width:1024px) {
/*공통사항*/
.info_toptxt .info_top::after{width: 62px; height: 62px; background-size: 62px}
.info_toptxt .info_top > ul{margin-left: 75px}

/*안전보건*/
.info_toptxt.infotype3 .info_detail{margin:10px 0 0 75px}
.info_toptxt.infotype3 .info_detail dl dt{width:20%}
.info_toptxt.infotype3 .info_detail dl dd{width:80%}
}

/* PC LAYOUT */
@media only screen and (min-width:1025px) {
}

@media only screen and (max-width:400px) {
/*공통사항*/
.info_toptxt .info_top{padding: 15px}
.info_toptxt .info_top::after{display: none}
.info_toptxt .info_top > ul{margin-left:0}

/*안전보건*/
.info_toptxt.infotype3 .info_detail{margin:10px 0 0 0}
}