/* s:게시판 기본셋팅 */

/* s:list.skin.php */
.listSkin {
  width: 100%;
  overflow: hidden;
}
.listSkin .inner {
  width: 1240px;
  padding: 2% 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .listSkin .inner {
    width: 98%;
    padding: 5% 1%;
  }
}
/* e:list.skin.php */
/* s:view.skin.php */
.viewSkin {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
}
.viewSkin .inner {
  width: 1240px;
  padding: 2% 20px;
  margin: 0 auto;
  position: relative;
}

.viewSkin_admin .inner {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.viewSkin_admin .textBox {
  text-align: center;
  padding: 2% 0;
}
.viewSkin_admin .textBox h2 {
  font-size: 2em;
  font-weight: 700;
  font-family: "Eoe_Zno_EB";
  letter-spacing: -0.6px;
  color: #c91d1d;
  display: block;
}
.viewSkin_admin .textBox .title {
  font-size: 5em;
  font-weight: bold;
  font-family: "Noto Sans KR", sans-serif;
  margin-bottom: 20px;
  color: #333;
}
.viewSkin_admin .textBox dl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.viewSkin_admin .textBox dl dt {
  font-size: 1.5rem;
  font-weight: 300;
  color: #8d9291;
  font-family: "Noto Sans KR", sans-serif;
}
.viewSkin_admin .textBox dl dd {
  font-size: 1.5rem;
  font-weight: 300;
  color: #8d9291;
  font-family: "Noto Sans KR", sans-serif;
}
.viewSkin_admin .textBox dl dd span {
  color: #8d9291;
  display: inline-block;
  font-family: "Noto Sans KR", sans-serif;
}
.viewSkin_admin .textBox dl dd:nth-child(2) {
  padding: 0 20px;
  position: relative;
}
.viewSkin_admin .textBox dl dd:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  width: 1px;
  height: 18px;
  display: block;
  background-color: #8d9291;
}
.viewSkin_admin .textBox dl dd:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 10px;
  width: 1px;
  height: 18px;
  display: block;
  background-color: #8d9291;
}

.viewSkin2 {
  width: 100%;
  overflow: hidden;
}
.viewSkin2 .inner {
  width: 1240px;
  padding: 5% 20px;
  margin: 0 auto;
  position: relative;
}
.viewSkin_admin .inner {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .viewSkin .inner {
    width: 98%;
    padding: 0 1% 5%; /* 5% 1% -> 0 1% 5% */
  }
  .viewSkin_admin .inner {
    width: 98%;
    padding: 2% 1%; /* 5% 1% - > 2% 1% */
  }
  .viewSkin2 .inner {
    width: 98%;
    padding: 5% 1%;
  }
}
/* e:view.skin.php */
/* s:write.skin.php */
.writeSkin {
  width: 100%;
  overflow: hidden;
}
.writeSkin .inner {
  width: 1240px;
  padding: 5% 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .writeSkin .inner {
    width: 98%;
    padding: 5% 1%;
  }
  .writeSkin .inner {
    width: 98%;
    padding: 5% 1%;
  }
}
/* e:write.skin.php */

.board_inner {
  width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 5% 20px;
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  .board_inner {
    width: 100%;
  }
}
/* s:category */
#board_cate ul {
  overflow: hidden;
}
#board_cate ul li {
  float: left;
  vertical-align: middle;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
}
#bo_cate_on {
  background-color: #125CA8;
  color: #fff;
  font-weight: bold;
}
#board_cate ul li a {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.tbl_wrap {
  padding: 20px 0;
}

.td_subject {
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  #board_cate ul li {
    width: 40%;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
  }
  #board_cate ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  #board_cate ul li {
    width: 40%;
  }
  #board_cate ul li a {
    font-size: 12px;
  }
  .tbl_wrap {
    padding: 20px 20px;
  }
}
/* e:category */

/* e:게시판 기본셋팅 */

/* s:view.skin.php style */
.viewSkin .textBox {
  text-align: center;
  margin-bottom: 30px;
}
.viewSkin .textBox h2 {
  font-size: 2em;
  font-weight: 700;
  font-family: "Eoe_Zno_EB";
  letter-spacing: -0.6px;
  color: #c91d1d;
  display: block;
}
.viewSkin .textBox .title {
  font-size: 2.5em;
  font-weight: bold;
  font-family: "Noto Sans KR", sans-serif;
  margin-bottom: 20px;
  color: #333;
}
.viewSkin .textBox dl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.viewSkin .cont_box p > img {
    max-height: 500px;
    width: 500px;
}
.viewSkin .textBox dl dt {
  font-size: 1.5rem;
  font-weight: 300;
  color: #8d9291;
  /* font-family: "Noto Sans KR", sans-serif; */
  font-size: 18px;
}
.viewSkin .textBox dl dd {
  font-size: 1.5rem;
  font-weight: 300;
  color: #8d9291;
  /* font-family: "Noto Sans KR", sans-serif; */
  font-size: 18px;
}
.viewSkin .textBox dl dd span {
  color: #8d9291;
  display: inline-block;
  font-family: "Noto Sans KR", sans-serif;
}
.viewSkin .textBox dl dd:nth-child(2) {
  padding: 0 20px;
  position: relative;
}
.viewSkin .textBox dl dd:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  width: 1px;
  height: 18px;
  display: block;
  background-color: #8d9291;
  height: 75%;
  top: 15%;
}
.viewSkin .textBox dl dd:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 10px;
  width: 1px;
  height: 18px;
  display: block;
  background-color: #8d9291;
  display: none;
}
.viewSkin .textBox dl dd:nth-child(3) {
  display: none;
}
.viewSkin .img_box {
  display: block;
  padding: 5% 0;
}
.viewSkin .img_box img {
  display: block;
  margin: 20px auto;
}
.viewSkin .cont_box {
  padding-bottom: 5%;
  text-align: center;
}
.viewSkin .cont_box p {
  font-size: 1.5em;
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
  text-align: center;
}
.viewSkin .info_box {
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252;
}
.viewSkin .info_box ul li {
  position: relative;
  padding: 20px 0;
  position: relative;
}
.viewSkin .info_box ul li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: -1;
}
.viewSkin .info_box ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 20px;
  overflow: hidden;
}
.viewSkin .info_box ul li .tit {
  font-size: 1.5em;
  font-weight: 600;
  color: #525252;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.6px;
}
.viewSkin .info_box ul li .icon {
  font-size: 16px;
  display: inline-block;
  padding-left: 10px;
  color: #8d9291;
}
.viewSkin .info_box ul li div {
  float: left;
}
.viewSkin .info_box ul li .txt {
  font-size: 1.5em;
  font-weight: 400;
  color: #525252;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.6px;
  padding-left: 20px;
}
.viewSkin .list_move {
  overflow: hidden;
  padding-top: 2%;
}
.viewSkin .list_move a {
  float: right;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #125CA8;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  margin-right: 10px;
  
}
.viewSkin .view_box {
  width: 150px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -75px;
  z-index: 9;
}

.viewSkin2 .info_box {
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252;
}
.viewSkin2 .info_box ul li {
  position: relative;
  padding: 20px 0;
  position: relative;
}
.viewSkin2 .info_box ul li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: -1;
}
.viewSkin2 .info_box ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 20px;
  overflow: hidden;
}
.viewSkin2 .info_box ul li .tit {
  font-size: 1.5em;
  font-weight: 600;
  color: #525252;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.6px;
}
.viewSkin2 .info_box ul li .icon {
  font-size: 16px;
  display: inline-block;
  padding-left: 10px;
  color: #8d9291;
}
.viewSkin2 .info_box ul li div {
  float: left;
}
.viewSkin2 .info_box ul li .txt {
  font-size: 1.5em;
  font-weight: 400;
  color: #525252;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.6px;
  padding-left: 20px;
}
.viewSkin2 .list_move {
  overflow: hidden;
  padding-top: 2%;
}
.viewSkin2 .list_move a {
  float: right;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}
/* e : view */

/* s:qna */

/* 5/31 추가 */
.list_info {
    width: 100%;
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_info .list_info_left {
    width: 50%;
}
.list_info .info_tit {
    display: inline-block;
    color: #CCC;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: -0.8px;
}
/* .list_info .info_tit:after {
    content: "";
    display:block;
    width: 100%;
    height: 3px;
    border-radius: 15px;
    background-color: #CCC;
} */
    /* 공지사항 */
.list_info .no_info > .info_tit {
    color: #ccc;
}

.list_info .info_sub {
    font-size: 20px;
    position: relative;
    padding-left: 20px;
}
.list_info .info_sub:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 100%;
    background-color: rgba(236, 104, 10, 1);
    position: absolute;
    left: 0;
    top: 0;
}
.list_info .list_info_right {
    width: 50%;
}
.su_wrap {
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.box {
    background-color: rgba(247,247,247,1);
    width:500px; height: auto;
    border-radius: 20px;
    padding: 10px 0;
}
.su_left {
    width: 25%; height: 100%; text-align: center;
    position: relative; float: left;
}
.su_left:after {
    content: " ";
    width: 5px;
    height: 110%;
    border-radius: 15px;
    background-color: rgba(236, 104, 10, 1);
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
}
.su_left h2 {
    font-size: 24px;
    font-weight: 700;
    color:rgba(51,51,51,1);
    padding-top: 5px;
}
.su_left > div {
    margin-top: 5px;
    margin-bottom: 5px;
}
.su_right {
    width: 70%; padding-left:15px; float: right;
    padding-top: 15px;
}
.su_right h3 {
    font-size: 16px;
    font-weight: 700;
    color:rgba(51,51,51,1);
}
.su_right h1 {
    font-size: 36px;
    font-weight: 700;
}
.kr , .en , .jp {
    width:40px; height: 40px; overflow:hidden;
}
.su_right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#qna .td_num2 p {
  display: flex;
  justify-content: center;
  justify-items: center;
}
#qna .td_num2 span {
  display: table-cell;
  vertical-align: middle;
}
#qna .td_num2 .icon {
  font-size: 1.5em;
  padding-right: 5px;
}
#qna .td_num2 .text {
  font-size: 16px; /*  12 -> 16 */
}
#qna td {
  text-align: center;
}
.bo_tit .bo_text {
    font-size: 16px;
}
@media screen and (max-width: 900px) {
  #qna .td_num2 p {
    display: block;
  }
  #qna .td_num2 p span {
    display: block;
  }
  #bo_list .td_num2 {
    width: 50px;
    font-size:14px; /* 06/17 */
    padding-left: 2%;
  }
  #bo_list .td_datetime {
    width: 45px;
    font-size:14px; /* 06/17 */
    padding-left: 2%;
  }
  #qna .td_num2 .text {
   letter-spacing: -2.3px;
  }
}
/* e:qna */

#bo_v_img img {
  display: block;
  margin: 0 auto;
  max-height: 500px;
  width: auto;
}
@media screen and (max-width: 1240px) {
  .viewSkin .view_box {
    left: auto;
    margin-left: 0px;
    right: 20px;
  }
  .viewSkin .textBox h2 {
    font-size: 1.5em;
  }
  .viewSkin .textBox .title {
    font-size: 3em;
  }
  .viewSkin .textBox dl dt {
    font-size: 1.1em;
  }
  .viewSkin .textBox dl dd {
    font-size: 1.1em;
  }
  .viewSkin .info_box ul li .tit {
    font-size: 1.2em;
  }
  .viewSkin .info_box ul li .txt {
    font-size: 1.2em;
  }
  .viewSkin .info_box ul li {
    padding: 15px 0;
  }
  .viewSkin .img_box img {
    width: 100%;
  }
  .viewSkin .list_move {
    padding-top: 5%;
  }
}
@media screen and (max-width: 900px) {
  .viewSkin .textBox .title {
    font-size: 2em;
    margin-bottom: 0;
  }
}
/* e:view.skin.php style*/

/* s:skin>board>list01 */
#board_list01 {
  /* 전체감싸는태그 */
  width: 100%;
  overflow: hidden;
}
#board_list01 .inner{
  width: 90%;
  margin: auto;
  max-width: 1240px;
}
#board_list01 .listForm {
  padding: 4% 0;
}
#board_list01 .listFormul {
  border-top: 2px solid #333;
  box-sizing: border-box;
}
#board_list01 .listForm ul li {
  border-bottom: 1px solid #ccc;
  padding: 1% 1% 0% 2%; /* 2% -> 1% 1% 0% 2% */
  overflow: hidden;
  cursor: pointer;
}
#board_list01 .listForm ul li:hover {
  background-color: #f9f7f7;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
#board_list01 .listForm ul li .lf_box {
  width: 70%;
  float: left;
  width: 100%;
}
#board_list01 .listForm ul li dl {
  display: flex;
  align-items: center;
  padding-bottom: 10px; /* 20 -> 10 */
}
#board_list01 .listForm ul li dl dt {
  font-size: 2.1rem;
  font-weight: bold;
  color: #333;
  padding-right: 30px;
  position: relative;
  /* display: none; */
}
#board_list01 .listForm ul li dl dt::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 15px;
  width: 1px;
  height: 22px;
  background-color: #c7c7c7;
}
#board_list01 .listForm ul li dl dd {
  font-size: 2.1rem;
  font-weight: bold;
  color: #333;
}
#board_list01 .listForm .info_box {
  display: table;
}
#board_list01 .listForm .info_box p {
  display: table-cell;
  padding-right: 20px;
}
#board_list01 .listForm .info_box i {
  font-size: 1.3rem;
  font-weight: 400;
  color: #9f9f9f;
  padding-right: 5px;
}
#board_list01 .listForm .info_box span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #9f9f9f;
}
#board_list01 .listForm ul li .rt_box {
  width: 30%;
  float: right;
  padding-top: 2%;
}
#board_list01 .listForm ul li .rt_box i {
  font-size: 1.5em;
}
#board_list01 .listForm .info_txt {
  font-size: 1.8em;
  font-weight: bold;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4% 0;
}

@media screen and (max-width: 800px) {
  #board_list01 .listForm ul li .lf_box {
    width: 100%;
  }
  #board_list01 .listForm ul li dl {
    padding-bottom: 10px;
  }
  #board_list01 .listForm ul li dl dt {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
  #board_list01 .listForm ul li dl dd {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
}
/* e:skin>board>list01 */

/* s:skin>board>webzine01 */
#board_webzine01 {
  /* 전체감싸는태그 */
  width: 100%;
  overflow: hidden;
}
#board_webzine01 .listForm {
  margin-top: 3%;
  border-top: 2px solid #333;
}
#board_webzine01 .listForm li {
  padding: 2%;
  cursor: pointer;
  display: table;
  border-bottom: 1px solid #ccc;
}
#board_webzine01 .listForm li:hover {
  background-color: #f9f7f7;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
#board_webzine01 .listForm li .lf_box {
  display: table-cell;
  vertical-align: middle;
  width: 750px;
}
#board_webzine01 .listForm li dl dt {
  font-size: 1.8em;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
}
#board_webzine01 .listForm li dl dd:nth-child(2) {
  font-size: 1.2em;
  font-weight: 400;
  color: #333;
  padding-bottom: 10px;
}
#board_webzine01 .listForm li dl dd:nth-child(3) {
  font-size: 1em;
  font-weight: 400;
  color: #454545;
  display: table;
}
#board_webzine01 .listForm li dl dd:nth-child(3) span {
  display: table-cell;
  padding-right: 10px;
}
#board_webzine01 .listForm li .rt_box {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding-left: 10%;
  overflow: hidden;
}
#board_webzine01 .listForm li .rt_box div {
  display: inline-block;
}
#board_webzine01 .listForm li .rt_box div:nth-child(2) {
  font-size: 1.2em;
  font-weight: 500;
  color: #333;
  text-align: center;
  padding-left: 50px;
}
#board_webzine01 .listForm .info_txt {
  font-size: 1.8em;
  font-weight: bold;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4% 0;
}
@media screen and (max-width: 800px) {
  #board_webzine01 .listForm li {
    display: block;
    padding: 20px;
  }
  #board_webzine01 .listForm li .lf_box {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
  #board_webzine01 .listForm li .lf_box {
    width: auto;
  }
  #board_webzine01 .listForm li .rt_box {
    width: auto;
    padding-left: 0px;
  }
  #board_webzine01 .listForm li dl dt {
    font-size: 18px;
  }
  #board_webzine01 .listForm li dl dd:nth-child(3) span {
    padding-right: 0px;
  }
  #board_webzine01 .listForm li dl dd:nth-child(2) {
    font-size: 14px;
  }
  #board_webzine01 .listForm li .rt_box div:nth-child(2) {
    padding-top: 10px;
    padding-left: 0;
    width: 100%;
    text-align: left;
  }
}
/* e:skin>board>webzine01 */

/* s:skin>board>webzine02 */
#board_webzine02 .listForm {
  margin-top: 3%;
  border-top: 2px solid #333;
}
#board_webzine02 .listForm li {
  padding: 2%;
  cursor: pointer;
  display: table;
  border-bottom: 1px solid #ccc;
}
#board_webzine02 li:hover {
  background-color: #f9f7f7;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
#board_webzine02 li .lf_box {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  overflow: hidden;
}
#board_webzine02 li .rt_box {
  display: table-cell;
  vertical-align: middle;
  width: 1000px;
}
#board_webzine02 li dl dt {
  font-size: 1.8em;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
}
#board_webzine02 li dl dd:nth-child(2) {
  font-size: 1.2em;
  font-weight: 400;
  color: #333;
  padding-bottom: 10px;
}
#board_webzine02 li dl dd:nth-child(3) {
  font-size: 1em;
  font-weight: 400;
  color: #454545;
  display: table;
}
#board_webzine02 li dl dd:nth-child(3) span {
  display: table-cell;
  padding-right: 10px;
}
#board_webzine02 .info_txt {
  font-size: 1.8em;
  font-weight: bold;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4% 0;
}
@media screen and (max-width: 1200px) {
  #board_webzine02 li .rt_box {
    width: 55%;
  }
  #board_webzine02 li dl dd:nth-child(3) span {
    padding-left: 0px;
  }
}
@media screen and (max-width: 800px) {
  #board_webzine02 .listForm li {
    display: block;
  }
  #board_webzine02 li .lf_box {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  #board_webzine01 .listForm li dl dt {
    font-size: 18px;
  }
  #board_webzine01 .listForm li dl dd:nth-child(2) {
    font-size: 14px;
  }
  #board_webzine02 li dl dd:nth-child(3) span {
    padding-left: 2px;
    padding-right: 0px;
  }

  /* 5/31 추가 */
  .su_left:after {
    content: " ";
    width: 5px;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(236, 104, 10, 1);
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
  }
.list_info {
    width: 100%;
    margin-bottom: 50px;
    display: block;
}
.list_info .list_info_left {
    width: 100%;
}
.list_info .info_tit {
    display: inline-block;
    color: #CCC;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: -0.8px;
}
.list_info .info_sub {
    font-size: 20px;
    position: relative;
}

.list_info .no_sub {
    padding-left: 20px;
}

.list_info .no_info > .info_sub:before {
    width: 3px;
    height: 100%;
    top: 0; left: 0;
}
.list_info .list_info_right {
    width: 96%; margin: 50px auto 0;
}
.list_info .list_info_left {
    padding-left: 2%;
}
.su_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.su_left {
    width:30%; height: 100%; text-align: center;
    position: relative;
}
.su_left:after {
    content: " ";
    width: 5px;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(236, 104, 10, 1);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.su_left h2 {
    font-size: 22px;
    font-weight: 700;
    color:rgba(51,51,51,1);
    margin-bottom: 15px;
}
.su_right {
    width: 70%; padding-left:15px;
}
.su_right h3 {
    font-size: 16px;
    font-weight: 700;
    color:rgba(51,51,51,1);
}
.su_right h1 {
    font-size: 26px;
    font-weight: 700;
}
.su_right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    word-break: keep-all;
}
}
/* e:skin>board>webzine02 */

/* s:skin>board>gallery01 */
#board_gallery01 .listForm {
  width: 100%;
  padding: 4% 0;
  overflow: hidden;
}
#board_gallery01 .listForm li {
  width: 32%; /*갤러리 한줄 갯수 조절*/
  margin-right: 1.33%;
  margin-bottom: 5%;
  height: 330px;
  float: left;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.075);
}

#board_gallery01 .listForm li:hover .img_box img {
  transform: scale(1.1);
  transition: all 0.6s;
}
#board_gallery01 .listForm li .img_box {
  width: 100%;
  height: 220px;
  overflow: hidden;
  transition: 0.6s;
}
#board_gallery01 .listForm li .text_box {
  padding: 5% 4% 8% 4%;
}
#board_gallery01 .listForm li .text_box h2 {
  font-size: 1.8em;
  font-weight: bold;
  font-family: "Noto Sans KR", sans-serif;
  padding-bottom: 10px;
  color: #333;
}
#board_gallery01 .listForm li:hover .text_box h2 {
  font-size: 1.7em;
  transition: all 0.6s;
}
#board_gallery01 .listForm li .text_box p {
  font-size: 1.2em;
  font-weight: 300;
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
}
#board_gallery01 .listForm li:hover .text_box p {
  font-size: 1.1em;
  transition: all 0.6s;
}

@media screen and (max-width: 960px) {
  #board_gallery01 .listForm li {
    width: 48%; /*갤러리 한줄 갯수 조절*/
    margin-right: 0;
    margin-bottom: 4%;
    height: 330px;
    float: left;
    position: relative;
    overflow: hidden;
  }
  #board_gallery01 .listForm li .img_box img {
    width: 100%;
  }
  #board_gallery01 .listForm li:nth-child(2n) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 800px) {
  #board_gallery01 .listForm li {
    width: 384px; /*갤러리 한줄 갯수 조절*/
    margin-right: 0;
    margin-bottom: 4%;
    float: none;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  #board_gallery01 .listForm li:nth-child(2n) {
    margin: 20px auto;
  }
  #board_gallery01 .listForm li:nth-child(3n) {
    margin: 20px auto;
  }
  #board_gallery01 .listForm li .text_box h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 384px) {
  #board_gallery01 .listForm li {
    width: 280px;
    height: 270px;
  }
  #board_gallery01 .listForm li .img_box {
    height: 160px;
  }
}
/* e:skin>board>gallery01 */

/* s:skin>board>gallery02 */
#board_gallery02 .listForm {
  width: 100%;
  padding: 4% 0;
  overflow: hidden;
}
#board_gallery02 .listForm li {
  width: 32%; /*갤러리 한줄 갯수 조절*/
  margin-right: 1.33%;
  margin-bottom: 5%;
  height: 300px;
  float: left;
  position: relative;
  overflow: hidden;
}
#board_gallery02 .listForm li:hover {
  transform: scale3d(0.985, 0.985, 0.985) translateX(0);
  transition: 0.6s;
}
#board_gallery02 .listForm li .img_box {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
#board_gallery02 .listForm li .text_box {
  padding: 5%;
  position: absolute;
  bottom: 10px;
  z-index: 1;
}
#board_gallery02 .listForm li .text_box h2 {
  font-size: 2.5em;
  font-weight: bold;
  font-family: "Noto Sans KR", sans-serif;
  padding-bottom: 10px;
  color: #fff;
}
#board_gallery02 .listForm li:hover .text_box {
  display: none;
}
#board_gallery02 .listForm li .text_box p {
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Noto Sans KR", sans-serif;
  color: #f6f6f6;
}
#board_gallery02 .listForm li:hover .text_hover {
  opacity: 1;
  transition: all 0.6s;
}
#board_gallery02 .listForm li .text_hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #c91d1d;
  padding: 10% 6% 0 6%;
  opacity: 0;
}
#board_gallery02 .listForm li .text_hover h2 {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10%;
}
#board_gallery02 .listForm li .text_hover p {
  font-size: 1.1em;
  font-weight: 400;
  color: #ddd;
}

@media screen and (max-width: 960px) {
  #board_gallery02 .listForm li {
    width: 48%; /*갤러리 한줄 갯수 조절*/
    margin-right: 0;
    margin-bottom: 4%;
    height: 300px;
    float: left;
    position: relative;
    overflow: hidden;
  }
  #board_gallery02 .listForm li:nth-child(2n) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 800px) {
  #board_gallery02 .listForm li {
    width: 384px; /*갤러리 한줄 갯수 조절*/
    margin-right: 0;
    margin-bottom: 4%;
    height: 300px;
    float: none;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  #board_gallery02 .listForm li:nth-child(2n) {
    margin: 20px auto;
  }
  #board_gallery02 .listForm li:nth-child(3n) {
    margin: 20px auto;
  }
}
@media screen and (max-width: 384px) {
  #board_gallery02 .listForm li {
    width: 100%;
    height: auto;
  }
  #board_gallery02 .listForm li .text_box h2 {
    font-size: 18px;
    padding-bottom: 0px;
  }
  #board_gallery02 .listForm li .text_box p {
    font-size: 16px;
  }
}
/* e:skin>board>gallery02 */


@media screen and (max-width: 1200px) {
    .viewSkin .info_box ul li a {
        display: flex;
    }
    .viewSkin .info_box ul li div:nth-of-type(1) {
        width: 30%;
    }
    .viewSkin .info_box ul li div {
        width: 70%;
    }
    .viewSkin .info_box ul li .txt {
        width: 95%;
        display: block;
        white-space: nowrap;
        overflow:hidden;
        text-overflow: ellipsis;
    }
}