@charset "UTF-8";

@import url(default.css);
@import url(common.css);
@import url(./lib/fwall.min.css);

html {
}
body {
  width: 100%;
  overflow-x: hidden;
  background: #212121;
}

/* layout */
#wrapper {
  width: 100%;
  background: #fff;
}
#header {
  position: relative;
  z-index: 1;
  width: 100%;
}
#container {
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}
#footer {
  position: relative;
  background: #212121;
}

/* header */
#header .header_container {
  width: calc(100% - 80px);
  height: 240px;
  padding: 35px 40px 0 40px;
}
#header .bgMypage {
  background: url(../img/sub/subBg_mypage.jpg) no-repeat center top;
  background-size: cover;
}
#header .bgMapgallery {
  background: url(../img/sub/subBg_mg.jpg) no-repeat center top;
  background-size: cover;
}
#header .menu > button {
  position: relative;
  float: left;
}
#header .menu > button {
  position: relative;
  float: left;
}
#header .menu > button:hover:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 8px;
  width: 8px;
  height: 8px;
  background: #fff;
  transform: rotate(45deg);
}
#header .menu > button:last-child:hover:before {
  display: none;
}
#header .menu > button:hover:after {
  display: block;
  position: absolute;
  bottom: -35px;
  left: -18px;
  width: 60px;
  height: 25px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: bold;
  color: #131d39;
  text-align: center;
  line-height: 25px;
}
#header .menu > button:nth-of-type(1):hover:after {
  content: "회원가입";
}
#header .menu > button:nth-of-type(2):hover:after {
  content: "공지사항";
}
#header .menu > button:nth-of-type(3):hover:after {
  content: "관리자";
}
#header .menu .loginText {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin-right: 8px;
}
#header .menu .loginText > span {
  font-size: 16px;
  font-weight: 500;
}
.iconBtn {
  font-size: 24px;
  margin: 0 10px;
  color: #fff;
  background: none;
  border: none;
}
.iconBtn:hover {
  color: #f1f6fd;
}
.roundBtn {
  padding: 2px 17px 0 17px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 28px;
  border: 1px solid #fff;
  border-radius: 5px 0 5px 0;
  font-family: "omni";
  font-weight: 500;
  font-size: 16px;
  color: #131d39;
  margin: 0 15px;
  transition: 0.2s;
  background: #f1f6fd;
}
.roundBtn:hover {
  color: #16356d;
}
#header h2 {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "omni";
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 36px;
  text-shadow: 0 0px 10px rgba(0, 0, 0, 0.8);
}
#header h2 > span {
  color: #dc294f;
  font-size: 60px;
  font-family: "notokr";
}
#header h2 > span.entxt {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  font-family: "omni";
  margin-left: -20px;
}
/* 2depth 스타일 */
.nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 999;
  top: -44px;
  width: 100%;
  height: 104px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.nav li {
  position: relative;
  display: inline-block;
  width: 22%;
  max-width: 290px;
  height: 55px;
  margin-top: 44px;
  border-top: 5px solid #fff;
  background: url(../img/sub/nav_bar.gif) no-repeat right -5px;
  text-align: center;
  font-family: "omni";
  font-size: 20px;
  font-weight: 500;
  color: #777;
  line-height: 58px;
  text-overflow: ellipsis;
  cursor: pointer;
}
.nav li:nth-of-type(1) {
  background: url(../img/sub/nav_bar.gif) no-repeat left -5px,
    url(../img/sub/nav_bar.gif) no-repeat right -5px;
}
.nav li.on {
  border-top: 5px solid #dc294f;
  font-weight: 500;
  color: #111;
}
.nav li span.onBg {
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 44px;
  background: url(../img/sub/tabOn.png) no-repeat center 0px;
  display: none;
}
.nav li.on span {
  display: block !important;
}
.nav li:hover {
  font-weight: 700;
}
.navW5 li {
  width: 19%;
  max-width: 240px;
} /* li 5개일때 사용 */

/* container */
/* 3depth 스타일 */
#container .tabMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
#container .tabMenu li {
  width: 200px;
  height: 50px;
  margin: 0;
  line-height: 54px;
  border: 1px solid #cdcdcd;
  border-right: 0;
  text-align: center;
  font-family: "omni";
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}
#container .tabMenu li:first-child {
  border-radius: 15px 0 0 0;
}
#container .tabMenu li:last-child {
  border-radius: 0 0 15px 0;
  border-right: 1px solid #cdcdcd;
}
#container .tabMenu li.on {
  background: #dc294f;
  color: #fff;
  border-color: #dc294f;
}
/* 5depth 스타일 */
h5 {
  width: 100%;
  padding: 0px 0 10px 0;
  font-size: 1.6em;
  font-weight: bold;
  color: #555;
  text-indent: 20px;
}
h5:before {
  content: "\f192  ";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: rgb(180, 180, 180);
}

#container .content {
  max-width: 1200px;
  padding: 30px 0 40px 0;
  margin: 0 auto;
}
#container .introduce {
  text-align: center;
}
#container .introduce .txtTt1 {
  font-size: 28px;
  font-family: "omni";
  font-weight: 700;
  color: #333;
  margin: 30px 0;
}
#container .introduce .bgBox {
  position: relative;
  display: inline-block;
  width: 80%;
  height: 200px;
  background: url(../img/sub/introImg.png) no-repeat center;
  background-size: cover;
}
#container .introduce .bgBox:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(24, 47, 87, 0.4);
  width: 100%;
  height: 200px;
}
#container .introduce p {
  position: relative;
  display: inline-block;
  padding-top: 50px;
  font-size: 20px;
  color: #fff;
  z-index: 99;
}
#container .introduce p b {
  font-size: 22px;
}
#container .introduce img {
  width: 70%;
  text-align: center;
}
#container .introduce .txtSub1 {
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #4773a6;
  word-break: keep-all;
  font-family: "notokr";
  font-size: 15px;
  text-align: center;
  color: #fff;
}

/* 간단한 테이블 */
.content .table {
  width: calc(100% - 30px);
  margin: 0 15px;
}
.content .table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 3px solid #666;
  border-bottom: 1px solid #666;
}
.content .table th {
  width: 15%;
  padding: 15px 20px 10px 10px;
  background: #f3f3f3;
  border: 1px solid #ddd;
  font-size: 15px;
  font-weight: 300;
  color: #333;
  text-align: right;
}
.content .table th:first-child {
  border-left: 0;
}
.content .table th:last-child {
  border-right: 0;
}
.content .table td {
  width: 35%;
  border: 1px solid #ddd;
  padding: 15px 20px 10px 10px;
  font-size: 16px;
}
.content .table td:first-child {
  border-left: 0;
}
.content .table td:last-child {
  border-right: 0;
}
.content .table .vsCon {
  width: 100%;
  height: 400px;
  line-height: 550px;
  background: url(../img/sub/myImg.png) no-repeat center 50px;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: 300;
}
.content .table .vsCon b {
  font-size: 24px;
}
.content .table td img.previewImg {
  width: 500px;
}

/* 스크롤 테이블 */
.tableMulti {
  width: calc(100% - 30px);
  margin: 0 15px;
  overflow-x: auto;
  white-space: nowrap;
}
.tableMulti table {
  width: 100%;
  border-top: 3px solid #666;
  border-collapse: collapse;
}
.tableMulti tr:hover {
  background: rgb(252, 246, 246);
}
.tableMulti.trnobg tr:hover {
  background: #fff;
}
.tableMulti th {
  padding: 10px;
  background: #f3f3f3;
  border: 1px solid #ddd;
  font-size: 15px;
  font-weight: 300;
  color: #333;
}
.tableMulti th:first-child {
  border-left: 0;
}
.tableMulti th:last-child {
  border-right: 0;
}
.tableMulti td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}
.tableMulti td:last-child {
  border-right: 0px solid #ddd;
}
.tableMulti td.overflow {
  max-width: 300px;
  min-width: 200px;
  white-space: normal;
  word-wrap: break-word;
  text-align: left;
}
table pre {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: "notokr";
  white-space: pre-wrap;
}
table input[type="date"] {
  height: 30px;
  width: 120px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-family: "notokr";
  color: #666;
}
table label {
  margin: 0 15px 0 5px;
}

table .filebox .upload_name {
  display: inline-block;
  height: 36px;
  padding: 0 10px;
  vertical-align: middle;
  border-radius: 5px;
  border: 1px solid #dddddd;
  width: 78%;
  color: #999999;
}
table .filebox label {
  display: inline-block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #6d4ef8;
  color: #6d4ef8;
  vertical-align: middle;
  cursor: pointer;
}
table .filebox label:hover {
  background: #6d4ef8;
  color: #fff;
  border: 1px solid #6d4ef8;
}
table .filebox input[type="file"] {
  position: absolute;
  width: 0px;
  height: 0px;
  padding: 0;
  margin: 0px;
  overflow: hidden;
  border: 0;
}
/* 댓글 */
table td .leftBox {
  display: inline-block;
  width: calc(15% - 40px);
  padding: 20px;
  text-align: right;
  font-size: 15px;
  vertical-align: top;
}
table td .leftBox i {
  margin-right: 20px;
  transform: rotate(90deg);
  font-size: 20px;
  color: #999;
}
table td .rightBox {
  display: inline-block;
  width: 84.5%;
}
table td .rightBox li {
  display: inline-block;
  width: 100%;
  padding: 5px 0 10px 0;
  margin-bottom: 5px;
  border-bottom: 1px dashed #ddd;
}
table td .rightBox li:last-child {
  border-bottom: 0px;
}
table td .rightBox li p {
  display: inline-block;
}
table td .rightBox textarea {
  width: calc(100% - 110px);
}
table td .rightBox button.bh70 {
  width: 75px;
  height: 78px;
  line-height: 78px;
  vertical-align: top;
}

/* 맵갤러리 리스트 */
#container .content .topCon {
  display: inline-block;
  width: calc(100% - 30px);
  margin: 0 15px;
  padding-bottom: 10px;
}
#container .content .total {
  float: right;
  width: 60%;
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
}
#container .content .total span {
  display: inline-block;
  padding: 0 10px 0 10px;
  line-height: 12px;
  border-right: 1px solid #ccc;
}
#container .content .total span:nth-last-of-type(1) {
  border-right: 0px;
}
#container .content .total span b {
  color: rgb(206, 23, 63);
}
#container .content .total select {
  /* height: 30px !important; */
  height: 36px !important;
}
#container .content .topbtn {
  float: left;
  width: 40%;
  margin-top: 12px;
  text-align: left;
}
#container .content .topbtn button {
  padding: 3px 10px;
  margin: 0 5px 0 0;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #6d4ef8;
  color: #6d4ef8;
}
#container .content .topbtn button:nth-of-type(1):after {
  content: "\4e  최근 작업 웹맵";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
#container .content .topbtn button:nth-of-type(2):after {
  content: "\f005  내 즐겨찾기";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
#container .content .topbtn button.on {
  background: #6d4ef8;
  color: #fff;
  border: 1px solid #6d4ef8;
}
#container .content .search {
  float: right;
  width: calc(100% - 90px);
  margin-bottom: 10px;
  text-align: right;
}
#container .content .search select {
  width: 100px !important;
}
#container .content .search input {
  width: 350px !important;
}
#container .content .cngListS {
  float: right;
  width: 90px;
  text-align: right;
}
#container .content .cngListS button {
  margin: 3px 0 0 5px;
  color: rgb(184, 184, 184);
  transition: 0.3s;
}
#container .content .cngListS button i {
  font-size: 34px;
  vertical-align: middle;
}
#container .content .cngListS button:hover {
  color: #555;
  transform: translateY(-5px);
}
#container .content .cngListS button.on {
  color: #555;
}
#container .content .noWrite {
  margin-left: 50%;
  transform: translateX(-50%);
}
/* 가로형 */
#container .content .list_ht {
  width: calc(100% - 30px);
  margin: 0 auto;
  border-top: 3px solid #666;
}
#container .content .list_ht li {
  position: relative;
  padding: 20px;
  margin: 10px 0 0 0;
  border-radius: 10px;
  border: 1px solid #ddd;
}
#container .content .list_ht li:hover {
  background: #f3f3f3;
}
#container .content .list_ht img {
  width: 200px;
  height: 115px;
}
/* 세로형 */
#container .content .list_vt {
  width: calc(100% - 30px);
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  border-top: 3px solid #666;
}
#container .content .list_vt li {
  position: relative;
  width: calc(25% - 62px);
  height: 330px !important;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  border: 2px solid #ddd;
}
#container .content .list_vt img {
  width: 100%;
  height: 150px;
}

#container .tabBox > div {
  display: none;
}
#container .tabBox > div:nth-of-type(1) {
  display: block;
}

#container .content button.btnFav {
  width: 20px;
  transition: 0.3s;
}
#container .content button.btnFav.off {
  color: rgb(196, 196, 196);
}
#container .content button.btnFav.on {
  color: #6d4ef8;
}
#container .content button.btnFav i {
  font-size: 20px;
  vertical-align: middle;
}
#container .content button.btnFav:hover {
  transform: translateY(-5px);
}
#container .content button.btnLike {
  font-size: 1.3em;
  margin: 0 3px;
  transition: 0.3s;
}
#container .content button.btnLike.off {
  color: rgb(196, 196, 196);
}
#container .content button.btnLike.on {
  color: #dc294f;
}
#container .content button.btnLike i {
  font-size: 20px;
  vertical-align: middle;
}
#container .content button.btnLike:hover {
  transform: translateY(-3px);
}
button.btnShp {
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  background: rgb(95, 194, 92);
  font-size: 12px;
  font-weight: 500;
}
button.btnCsv {
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  background: rgb(59, 147, 173);
  font-size: 12px;
  font-weight: 500;
}
button.btnJson {
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  background: rgb(19, 179, 157);
  font-size: 12px;
  font-weight: 500;
}

#container .btnBox {
  width: 100%;
  padding: 40px 0 40px 0;
  text-align: center;
}
#container .btnBoxRight {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 10px 0;
  text-align: right;
}
#container .btnBoxRight2 {
  float: right;
  width: 50%;
  padding: 5px 0;
  text-align: right;
}
#container .btnBoxRight2 button {
  float: right;
  width: 50px;
  text-align: center;
}

/* 게시판 페이징 */
.paging {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.paging a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.2em;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  border-right: 0;
}
.paging a:nth-of-type(1):after {
  content: "\f100";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #999;
}
.paging a:nth-of-type(2):after {
  content: "\f053";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #999;
}
.paging a:nth-last-of-type(1) {
  border-right: 1px solid #ccc;
}
.paging a:nth-last-of-type(2):after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #999;
}
.paging a:nth-last-of-type(1):after {
  content: "\f101";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #999;
}
.paging a:hover {
  text-decoration: underline;
}
.paging a.on {
  color: #fff;
  background: #dc294f;
  border: 1px solid #dc294f;
  border-right: 0;
}

/* 갤러리 게시판 */
/* 가로형 */

.contDiv {
  margin-top: 5px;
}

input.contBtn {
  font-size: 1em;
  background: #373737;
  color: #fff;
  border-radius: 3px;
  border: none;
  padding: 3px;
  margin-right: 3px;
}

input.contBtn.active {
  font-size: 1em;
  background: blue;
  color: #fff;
  border-radius: 3px;
  border: none;
  padding: 3px;
  margin-right: 3px;
  font-weight: bold;
}

.list_ht .list_title {
  position: absolute;
  display: inline-block;
  left: 240px;
  width: calc(100% - 400px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_ht .list_date {
  position: absolute;
  display: inline-block;
  right: 30px;
  font-size: 1.2em;
  font-weight: 400;
  color: #999;
}
.list_ht .list_cont {
  position: absolute;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  top: 50px;
  left: 240px;
  height: 60px;
  padding-right: 20px;
  font-size: 1.2em;
  color: #666;
  white-space: normal;
  overflow: hidden;
}
.list_ht .list_metadata {
  position: absolute;
  display: inline-block;
  bottom: 16px;
  right: 30px;
  font-size: 1.1em;
}
.list_ht .list_metadata span {
  display: inline-block;
  padding: 0 12px;
  border-right: 1px solid #ddd;
}
.list_ht .list_metadata span:nth-last-of-type(1) {
  border-right: 0px solid #ddd;
}
.list_ht .list_metadata b {
  color: #222;
}
.list_ht .txt1 {
  font-size: 1.2em;
  font-weight: 400;
  color: rgb(87, 57, 218);
}
.list_ht .txt2 {
  font-size: 1.4em;
  font-weight: 400;
  color: #444;
}
.list_ht .btnFav {
  margin: 0 10px 0 0px;
}
/* 세로형 */
.list_vt .list_title {
  background: ghostwhite;
  display: inline-block;
  /* margin-top: 15px; */
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_vt .list_date {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 400;
  color: #999;
}
.list_vt .list_writer {
  float: right;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 400;
  color: #999;
}
.list_vt .list_cont {
  overflow-y: auto;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 60px;
  padding-top: 10px;
  font-size: 1em;
  font-weight: 400;
  color: #000000;
  white-space: normal;
  /* overflow: hidden; */
  display: none;
}
.list_vt .list_metadata {
  display: inline-block;
  width: 100%;
  margin: 10px 0px 0 0;
  font-size: 1.1em;
  text-align: right;
}
.list_vt .list_metadata span {
  display: inline-block;
  padding: 0 12px;
  border-right: 1px solid #ddd;
}
.list_vt .list_metadata span:nth-last-of-type(1) {
  border-right: 0px solid #ddd;
}
.list_vt .list_metadata b {
  color: #222;
}
.list_vt .txt1 {
  font-size: 1.2em;
  font-weight: 400;
  color: rgb(87, 57, 218);
}
.list_vt .txt2 {
  font-size: 1.4em;
  font-weight: 600;
  color: #000000;
}
.list_vt .txt3 {
  font-size: 1.2em;
  font-weight: 400;
  color: #444;
}
.list_vt .txt4 {
  font-size: 1.2em;
  font-weight: 400;
  color: #999;
}
.txt5 {
  margin: 0 15px 15px 15px;
  padding: 0 15px 15px 15px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 1.2em;
  color: #333;
}

.noResult {
  width: 100%;
  height: 100px;
  padding-top: 420px;
  background: url(../img/sub/imgNores.jpg) no-repeat 50% 30px;
  font-size: 1.8em;
  text-align: center;
}

.list_vt .btnFav {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  text-shadow: 0 0 3px #000;
}
.list_vt .btnFav.off {
  color: #fff !important;
}
.list_vt .btnFav.on {
  color: #6d4ef8;
}
.btnListClose {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 1em;
  height: 1.2em;
  border-radius: 0 7px 0 0;
  overflow: hidden;
  font-size: 2.4em;
  color: #666;
  text-align: center;
  transition: 0.3s;
  opacity: 0.3;
}
.btnListClose i {
  vertical-align: top;
}
.btnListClose:hover {
  opacity: 0.7;
}
.btnListFav {
  position: absolute;
  top: 9.7em;
  right: 2em;
  width: 26px;
  height: 26px;
  border-radius: 30px;
  background: #999;
  font-size: 1.1em;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.btnListFav:hover {
  transform: translateY(-2px);
}
.btnListFav i {
  margin: 0 0 3px 0px;
  vertical-align: middle;
}
.btnListFav.on {
  background: #6d4ef8;
}
.btnListFav.off {
  background: #999;
}
.btnListShare {
  position: absolute;
  top: 12em;
  right: 2em;
  width: 26px;
  height: 26px;
  border-radius: 30px;
  background: #6d4ef8;
  font-size: 1.1em;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.btnListShare i {
  margin: 0 1px 3px 0px;
  vertical-align: middle;
}
.btnListShare:hover {
  transform: translateY(-2px);
}
.btnModify {
  margin-left: 5px;
  font-size: 1.6em;
  color: #6d4ef8;
  vertical-align: middle;
  transition: 0.3s;
}
.btnModify:hover {
  transform: translateY(-2px);
}
.btnApply {
  margin: 0 2px;
  font-size: 1.6em;
  vertical-align: middle;
  color: #6d4ef8;
  transition: 0.3s;
}
.btnApply:hover {
  transform: translateY(-2px);
}
.btnCancle {
  margin: 0 2px;
  font-size: 1.6em;
  vertical-align: middle;
  color: #8d8d8d;
  transition: 0.3s;
}
.btnCancle:hover {
  transform: translateY(-2px);
}
.btnDel {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background: #8d8d8d;
  margin: 0 2px;
  font-size: 0.7em;
  vertical-align: middle;
  color: #fff;
  transition: 0.3s;
}
.btnDel i {
  margin-left: -1px;
}
.btnDel:hover {
  transform: translateY(-2px);
}
.btnUpload {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background: #6d4ef8;
  margin: 0 2px;
  font-size: 0.7em;
  vertical-align: middle;
  color: #fff;
  transition: 0.3s;
}
.btnUpload i {
  margin-left: -1px;
}
.btnUpload:hover {
  transform: translateY(-2px);
}

/* footer */
#footer .footer_container {
  display: inline-block;
  width: calc(90%);
  padding: 40px 5%;
  margin: a auto;
}
#footer .footer_container > span {
  margin-right: 4%;
  float: left;
}
#footer .footer_container > span img {
  width: 260px;
}
#footer .footer_container .address {
  float: left;
}
#footer .footer_container .address span {
  position: relative;
  font-size: 13px;
  color: #e5e5e5;
  padding-right: 40px;
  line-height: 20px;
}
#footer .footer_container .address span:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #e5e5e5;
}
#footer .footer_container .privacy {
  float: right;
}
#footer .footer_container .privacy li {
  float: left;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 0 20px;
  color: #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#footer .footer_container .privacy li:last-child {
  padding-right: 0;
  border-right: 0;
}
#footer .footer_container .privacy li a {
  color: inherit;
  text-decoration: none;
}

/* popup */
.popBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.popup {
  position: absolute;
  left: 10vw;
  top: 10vh;
  width: 500px;
  height: auto;
  z-index: 9999;
  background: #f3f3f3;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.popup .titleBar {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: rgb(58, 40, 80);
  color: #fff;
  font-family: "omni";
  font-weight: 500;
  font-size: 17px;
  text-indent: 20px;
}
.popup .titleBar b {
  color: #ff5177;
}
.popup .titleBar button {
  float: right;
  color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  margin: 5px 20px 0 0;
}

.popup .popMenu {
  width: calc(100% - 30px);
  margin: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.popup .popMenu li {
  width: calc(50% - 7px);
  padding: 12px 0;
  margin-right: 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-family: "omni";
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}
.popup .popMenu li.on {
  background: #dc294f;
  color: #fff;
  border: #dc294f;
}
.popup .popMenu li:last-child {
  margin-right: 0;
}

.popup .popCon {
  width: calc(100% - 30px);
  max-height: 65vh;
  padding-bottom: 15px;
  margin: 15px;
  background: #fff;
  overflow-y: auto;
}
.popup .popCon h5 {
  width: calc(100% - 30px);
  padding: 20px 15px 10px 15px;
  font-size: 16px;
  font-weight: 500;
  text-indent: 0;
}

.popTabMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(100% - 30px);
  text-align: center;
  margin: 0 15px 10px 15px;
}
.popTabMenu li {
  width: 33%;
  padding: 7px 0;
  font-size: 15px;
  color: #333;
  border: 1px solid #ccc;
  border-bottom: 3px solid #666;
  border-right: 0;
  font-weight: 400;
  cursor: pointer;
}
.popTabMenu li:first-child {
  border-radius: 10px 0 0 0;
}
.popTabMenu li:last-child {
  border-radius: 0 10px 0 0;
  border-right: 1px solid #ccc;
}
.popTabMenu li.on {
  background: #f3f3f3;
  border-bottom: 3px solid #f3f3f3;
  color: #6d4ef8;
}
.popTab > div {
  display: none;
}
.popTab > div:nth-of-type(1) {
  display: block;
}

.progress {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(100% - 30px);
  margin: 15px;
  text-align: center;
}
.progress li {
  width: 22%;
  padding: 5px 20px 10px 20px;
  border: 1px solid #ccc;
  border-radius: 10px 0 10px 0;
  font-size: 16px;
  background: #f3f3f3;
  font-weight: 400;
}
.progress li span {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #999;
}
.progress li.on {
  background: #dc294f;
  border: 1px solid #dc294f;
  color: #fff;
}
.progress li.on span {
  color: #fff;
}
.progress div {
  padding: 0 10px;
  font-size: 40px;
  color: rgb(185, 185, 185);
}
.progress div:after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

.popSearch {
  display: inline-block;
  width: calc(100% - 30px);
  padding: 15px 0;
  margin: 0 15px;
  text-align: center;
  background: #f3f3f3;
}
.popSearch label {
  display: inline-block;
  padding: 0 2% 0 0;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-align: right;
}
.popSearch input[type="text"] {
  width: 60%;
  border-radius: 5px 0 0 5px;
}
.popSearch button {
  width: 100px;
  height: 38px;
  background: #dc294f;
  color: #fff;
  vertical-align: middle;
  border-radius: 0 5px 5px 0;
  font-size: 14px;
}

.popCon .left {
  float: left;
  width: 34%;
  margin: 15px 0 15px 15px;
  border: 1px solid #ccc;
}
.popCon .left .title {
  width: 100%;
  height: 43px;
  line-height: 43px;
  background: #f3f3f3;
  color: #333;
  font-weight: 400;
  font-size: 15px;
  text-indent: 15px;
  border-bottom: 1px solid #ccc;
}
.popCon .left .scroll {
  height: 250px;
  overflow-y: auto;
}
.popCon .left .scroll li {
  padding: 10px 15px 11px 15px;
  border-bottom: 1px solid rgb(228, 228, 228);
  font-size: 15px;
}
.popCon .left button.btnS2 {
  float: right;
}
.popCon button.btnS2,
.popCon button.btnS21 {
  vertical-align: middle;
  margin: 0;
  padding: 0 5px;
  height: 20px;
  line-height: 10px;
}
.popCon .right {
  float: right;
  width: 60%;
  height: 294px;
  margin: 15px 15px 15px 0;
  border: 1px solid #ccc;
}
.popCon .right table tbody tr:first-child td {
  border-top: 0;
}

.popCon .alt {
  padding: 20px 0;
  text-align: center;
}
.popCon .alt i.fa-circle-exclamation {
  font-size: 40px;
  margin: 0px 0 10px 0;
  color: rgb(255, 188, 188);
}
.popCon .alt b {
  display: inline-block;
  width: 100%;
  font-size: 17px;
}
.popCon .alt p {
  font-size: 15px;
}
.popCon .alt p b {
  display: inline;
  font-size: 15px;
}

.popCon .popImgBox {
  width: 100%;
  text-align: center;
}

.popTable {
  width: calc(100% - 30px);
  margin: 0 15px;
}
.popTable table {
  width: 100%; /* border-top: 3px solid #666; */
  border-collapse: collapse;
}
.popTable tr:hover {
  background: rgb(252, 246, 246);
}
.popTable.trnobg tr:hover {
  background: #fff;
}
.popTable.trnobg td {
  text-align: left;
}
.popTable th {
  padding: 10px;
  background: #f3f3f3;
  border: 1px solid #ddd;
  font-size: 15px;
  font-weight: 300;
  color: #333;
}
.popTable th:first-child {
  border-left: 0;
}
.popTable th:last-child {
  border-right: 0;
}
.popTable td {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 15px;
  text-align: center;
}
.popTable td:first-child {
  border-left: 0px solid #ddd;
}
.popTable td:last-child {
  border-right: 0px solid #ddd;
}
.popTable td.tal {
  text-align: left;
}
.popTable td.overflow {
  max-width: 300px;
  min-width: 200px;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
}
/* .popTable .scrollTop thead th:first-child {width:100px;} */
.popTable .scroll {
  height: 250px;
  overflow-y: scroll;
}
/* .popTable .scroll tbody td:first-child  {width:100px;} */
.popTable .scroll tbody td:last-child {
  width: calc(100% - 100px);
}
.popPreviewImg {
  width: 100%;
}
.popTable .tbImgModify {
  position: absolute;
  top: 10px;
  right: 15px;
}

.ppSize800 {
  width: 800px;
}
.ppSize350 {
  width: 350px;
}
.ppSize350 .popCon {
  height: auto !important;
}

.popCon .btnBoxRight2 {
  float: right;
  width: calc(100% - 30px);
  padding: 5px 15px 20px 15px;
  text-align: right;
}
.popCon .btnBoxRight2 button {
  max-width: 100px;
  height: 36px;
  padding: 0 10px;
  font-size: 14px;
}
.popCon .btnBoxCenter {
  width: calc(100% - 30px);
  padding: 5px 15px 10px 15px;
  text-align: center;
}
.popCon .btnBoxCenter button {
  max-width: 100px;
  height: 36px;
  padding: 0 10px;
  font-size: 14px;
}

label.labelTbl {
  display: inline-block;
  width: 15%;
}

@media (max-width: 1024px) {
  #header .logo a {
    display: block;
    padding: 0px;
    width: 35vw;
  }
  #header .logo a img {
    width: 33vw;
  }
  #header .menu {
    padding: 5px 0px 0 0;
  }
  #header .menu .loginText {
    font-size: 1.1em;
  }
  #header .menu .loginText > span {
    font-size: 1.3em;
    font-weight: 500;
  }
  #header .menu .iconBtn {
    font-size: 1.8em;
    margin: 0 0.45em;
  }
  #header .menu .roundBtn {
    padding: 0em 1.1em;
    font-size: 1em;
    line-height: 2.6em;
    background: none;
    color: #fff;
    font-family: "notokr";
    margin-right: 10px;
  }
  .nav li {
    font-size: 1.45em;
  }
  .navW5 li {
    font-size: 1.3em;
  }
  table .filebox .upload_name {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    width: 100%;
  }
  #header {
    width: 100%;
  }
  #header .header_container {
    width: 100%;
    padding: 0;
    height: 160px;
  }
  #header .logo a {
    display: block;
    padding: 10px;
    width: 15vw;
    overflow: hidden;
  }
  #header .logo a img {
    width: 55vw;
  }
  #header .menu {
    padding: 20px 10px 0 0;
    float: right;
  }
  #header .menu .loginText {
    display: none;
  }
  #header .menu .loginText > span {
    font-size: 1.3em;
    font-weight: 500;
  }
  #header .menu .iconBtn {
    font-size: 1.3em;
    margin: 0 0.3em;
  }
  #header .menu .roundBtn {
    padding: 0em 1.1em;
    font-size: 0.6em;
    line-height: 2.8em;
    background: none;
    color: #fff;
    font-family: "notokr";
    margin-right: 5px;
  }
  #header h2 {
    top: 80px;
    width: 100%;
    font-size: 2.2em;
    line-height: 0.7em;
  }
  #header h2 > span {
    font-size: 2em;
  }
  #header h2 > span.entxt {
    font-size: 0.5em;
  }

  .nav {
    top: 0px;
    height: auto;
    text-align: center;
    border-bottom: 0px;
    justify-content: left;
  }
  .nav li {
    width: 50%;
    max-width: 50%;
    height: 40px;
    margin: 0;
    box-shadow: inset 0 0 1px #333;
    border: 0px solid #999;
    border-top: 5px solid #ddd;
    background: #fff;
    font-size: 1.2em;
    line-height: 40px;
  }
  .nav li:nth-of-type(1) {
    background: none;
  }
  .nav li.on {
    background: rgb(255, 236, 236);
  }
  .nav li.on span {
    display: none !important;
  }
  h5 {
    font-size: 1.4em;
    text-indent: 0px;
  }

  #container .tabMenu {
    margin-top: 25px;
  }
  #container .tabMenu li {
    width: 20%;
    height: 40px;
    margin: 0;
    line-height: 44px;
    font-size: 1.1em;
    letter-spacing: -1px;
  }

  #container {
    width: calc(100% - 30px);
    overflow: hidden;
  }
  #container .content {
    width: 100%;
    padding: 20px 0px;
  }
  #container .content .noWrite {
    width: 80%;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  #container .introduce .txtTt1 {
    font-size: 1.6em;
  }
  #container .introduce .bgBox {
    height: 180px;
  }
  #container .introduce .bgBox:before {
    height: 180px;
  }
  #container .introduce p {
    padding: 45px 10px 0 10px;
    font-size: 1em;
    color: #fff;
    z-index: 99;
  }
  #container .introduce p b {
    font-size: 1.2em;
  }
  #container .introduce img {
    width: 100%;
  }
  #container .introduce .txtSub1 {
    font-size: 1em;
    padding: 10px;
  }

  .content .table {
    width: 100%;
    margin: 0;
  }
  .content .table th {
    display: block;
    width: calc(100% - 20px);
    padding: 15px 10px 7px 10px;
    text-align: left;
    border: none;
    font-size: 1.1em;
  }
  .content .table td {
    display: block;
    width: calc(100% - 20px);
    padding: 0px 10px 7px 10px;
    text-align: left;
    border: none;
    background: #f3f3f3;
    font-size: 1.1em;
  }
  .content .table td span.box {
    display: inline-block;
    width: calc(100% - 20px);
    margin: 0;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
  }
  .content .table td img.previewImg {
    width: 100%;
  }
  .content .table .btnBox {
    padding: 20px 0 20px 0;
  }
  .content .table .vsCon b {
    font-size: 3vw;
  }
  .content .table .vsCon {
    height: 300px;
    line-height: 480px;
    font-size: 2.5vw;
    color: #333;
    font-weight: 300;
  }
  #container .content .topCon {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
  #container .content .total {
    width: 75%;
    font-size: 1em;
  }
  #container .content .topbtn {
    width: 25%;
  }
  #container .content .topbtn button {
    font-size: 0.7em;
  }
  #container .content .topbtn button:nth-of-type(1):after {
    content: "\4e";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
  }
  #container .content .topbtn button:nth-of-type(2):after {
    content: "\f005";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
  }
  #container .content .search {
    width: 100%;
    text-align: center;
  }
  #container .content .search select {
    width: 70px !important;
    margin-bottom: 5px !important;
  }
  #container .content .search button {
    width: 70px !important;
    margin-bottom: 5px !important;
  }
  #container .content .search input {
    width: 30% !important;
    margin-bottom: 5px !important;
  }

  #container .content .cngListS {
    display: none;
  }
  table .filebox .upload_name {
    width: 60%;
    height: 32px;
  }
  table .filebox label {
    height: 30px;
    line-height: 30px;
  }
  table td .leftBox {
    width: 100%;
    font-size: 1em;
    padding: 10px 5px 5px 5px;
    text-align: left;
  }
  table td .leftBox i {
    margin-right: 10px;
  }
  table td .rightBox {
    width: 100%;
  }
  table td .rightBox li {
    border-bottom: 0px;
  }

  .tableMulti {
    width: 100%;
    margin: 0;
  }
  .tableMulti th {
    padding: 10px;
    font-size: 1em;
  }
  .tableMulti td {
    /* max-width:200px; */
    font-size: 1.1em;
  }
  .tableMulti td:last-child {
    border-right: 0px solid #ddd;
  }
  table .filebox .upload_name {
    width: 50%;
  }

  #container .content .list_ht img {
    width: 120px;
  }
  .list_ht .list_date {
    top: 10px;
    right: 15px;
    font-size: 1em;
  }
  .list_ht .list_title {
    left: 160px;
    top: 30px;
    width: calc(100% - 170px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list_ht .list_cont {
    left: 160px;
    top: 60px;
    height: 50px;
    font-size: 1em;
  }
  .list_ht .list_metadata {
    right: 10px;
    bottom: 10px;
    font-size: 1em;
  }
  .list_ht .txt1 {
    font-size: 1em;
    font-weight: 400;
    color: rgb(87, 57, 218);
  }
  .list_ht .txt2 {
    font-size: 1.2em;
    font-weight: 400;
    color: #444;
  }
  c #container .btnBoxRight {
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
  }
  #container .btnBoxRight2 button {
    width: 35px;
    font-size: 0.9em;
    padding: 3px 0;
  }
  .paging {
    margin-top: 20px;
  }
  .paging a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 1em;
  }

  #container .content .list_vt {
    width: 100%;
    margin: 0;
  }
  #container .content .list_vt li {
    width: calc(50% - 44px);
    padding: 10px;
    margin: 10px;
  }
  #container .content .list_ht {
    width: 100%;
    margin: 0;
  }

  .btnListFav {
    top: 8.7em;
    right: 1.5em;
  }
  .btnListShare {
    top: 11em;
    right: 1.5em;
  }

  #footer {
    overflow: hidden;
  }
  #footer .footer_container {
    width: 100%;
    padding: 40px 0;
  }
  #footer .footer_container > span {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  #footer .footer_container > span img {
    width: 230px;
    margin: 0 auto;
  }
  #footer .footer_container .privacy {
    float: left;
    width: 100%;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #footer .footer_container .privacy li {
    font-size: 1em;
  }
  #footer .footer_container .privacy li:last-child {
    padding-right: 20px;
  }
  #footer .footer_container .address {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  #footer .footer_container .address span {
    display: inline-block;
    width: 100%;
    font-size: 1em;
    padding-right: 10px;
    line-height: 20px;
  }
  #footer .footer_container .address span:first-child:after {
    display: none;
  }

  .popBg {
    display: block;
  }
  .popup {
    left: 50%;
    margin-left: -45%;
  }
  .popup .popCon {
    height: 70vh;
  }
  .progress li {
    font-size: 1em;
    padding: 5px 3px;
    letter-spacing: -1px;
  }
  .progress li span {
    display: inline-block;
    font-size: 0.9em;
    width: 100%;
  }
  .progress div {
    padding: 0 5px;
    font-size: 1.6em;
  }
  .popTabMenu li {
    width: 32%;
    font-size: 1em;
    overflow: hidden;
    white-space: nowrap;
  }

  .popSearch label {
    padding: 0 2% 0 0;
    font-size: 1em;
  }
  .popSearch input[type="text"] {
    width: 40%;
    height: 28px;
    border-radius: 5px 0 0 5px;
  }
  .popSearch button {
    width: 70px;
    height: 30px;
    background: #dc294f;
    color: #fff;
    vertical-align: middle;
    border-radius: 0 5px 5px 0;
    font-size: 1.1em;
  }
  .popCon .left {
    width: 32%;
  }
  .popCon .left .title {
    height: 28px;
    line-height: 28px;
    font-size: 1em;
  }
  .popCon .left .scroll {
    height: 300px;
    overflow-y: auto;
  }
  .popCon .left .scroll li {
    font-size: 1em;
    padding: 6px 10px 6px 10px;
  }
  .popCon .left button.btnS2,
  .popCon .right button.btnS2 {
    padding: 0 5px;
    height: 18px;
    font-size: 0.9em;
  }
  .popCon .right {
    width: 57%;
    height: 329px;
  }
  .tablescroll {
    width: calc(100% - 10px) !important;
  }
  .popTable th {
    font-size: 1em;
    padding: 5px;
  }
  .popTable td {
    font-size: 1em;
    padding: 5px;
  }
  .popTable td button {
    font-size: 0.9em;
    padding: 2px 3px;
  }
  .ppSize800 {
    width: 90%;
    top: 10%;
  }

  .popCon .btnBoxRight2 button {
    height: 28px;
    font-size: 1em;
  }
  .popCon .btnBoxcenter button {
    height: 28px;
    font-size: 1em;
  }

  label.labelTbl {
    display: inline-block;
    width: 25%;
  }
}
@media (max-width: 400px) {
  #container .content .list_vt li {
    width: calc(100% - 40px);
    padding: 10px;
    margin: 10px;
  }
}
@media (max-width: 375px) {
  .progress li {
    width: 100%;
  }
  .progress li span {
    display: inline;
    margin-right: 5px;
  }
  .progress div:after {
    content: "\f063";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
  }
}
