img {
  max-width: 100%;
}

#sub_visual {
  margin-top: 174px;
}

#sub_visual h2 {
  position: absolute;
  top: 0px;
  padding-top: 115px;
  width: 100%;
  text-align: center;
  z-index: 31;
  color: white;
  font-size: 42px;
  font-weight: 500;
}

#sub_visual ul li.img1,
#sub_visual ul li.img2,
#sub_visual ul li.img3,
#sub_visual ul li.img4,
#sub_visual ul li.img5,
#sub_visual ul li.img7 {
  position: relative;
  z-index: 30;
  height: 300px;
}

#sub_visual ul li.img1 {
  /* background: url('sub_visual1.jpg'); */
}

#sub_visual ul li.img2 {
  /* background: url('sub_visual2.jpg'); */
}

#sub_visual ul li.img3 {
  /* background: url('sub_visual3.jpg'); */
}

#sub_visual ul li.img4 {
  /* background: url('sub_visual4.jpg'); */
}

#sub_visual ul li.img5 {
  /* background: url('sub_visual5.jpg'); */
}

#sub_visual ul li.img7 {
  /* background: url('sub_visual7.jpg'); */
}

#nav {
  border-color: #404040;
}

#nav .dropdown > a {
  border-color: #404040;
  color: white;
}

#container > .inner:after,
#container > .inner:before {
  border-color: #404040;
}

#container > .inner .title h2 {
  color: white;
  word-break: keep-all;
  font-family: "Noto Sans Kr";
}

#container > .inner h3 {
  color: #fff;
  font-family: "Noto Sans Kr";
}

#container > .inner p {
  font-family: "Noto Sans Kr";
}

.tbl_photo tbody td,
.tbl_photo tbody td font,
.tbl_photo tbody td span {
  background: #333;
}

td.board_desc {
  color: white !important;
}

td.board_bgcolor {
  background: rgb(78, 78, 78);
}

td.board_bgcolor font {
  color: white !important;
}

/* 서브 cont */
.greeting > img {
  width: 100%;
}

.greeting h3,
.greeting p {
  color: #fff;
  word-break: keep-all;
}

.greeting h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.greeting p {
  font-size: 16px;
}

.greet-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.greet-cont p {
  color: #ccc;
}

.greet-cont ul li:last-child {
  text-align: right;
}

.greet-cont ul li:last-child span {
  font-size: 22px;
  font-weight: 600;
}

.gold {
  color: #9e8c62;
}

.green {
  color: #009242;
}

.blue {
  color: #4f67ec;
}

.white {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .img-area {
    text-align: center;
    margin-bottom: 30px;
  }
}

h3.l-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

h3.l-title::before {
  position: absolute;
  content: "";
  display: block;
  height: 4px;
  width: 22px;
  background: #9e8c62;
  transform: rotate(-45deg);
  left: -30px;
  top: 9px;
}

.list-wrap > div:last-child {
  border-bottom: none;
}

.list-cont {
  padding: 30px;
  border-bottom: 1px solid #fff;
}

.list-cont > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.list-cont > ul > li {
  display: inline-block;
}

.list-cont p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  word-break: keep-all;
}

.list-cont > ul > li:first-child {
  width: 15%;
}

.list-cont > ul > li:first-child p {
  color: #9e8c62;
}

.list-cont > ul > li:last-child {
  width: 85%;
}

.list-cont > ul > li:last-child p {
  color: #ccc;
}

.list-cont > p {
  color: #ccc;
}

.list-cont h4 {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .list-cont > ul > li:first-child {
    width: 20%;
  }

  .list-cont > ul > li:last-child {
    width: 80%;
  }

  .list-cont p {
    font-size: 16px;
  }

  h3.l-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .list-cont > ul > li:first-child {
    width: 25%;
  }

  .list-cont > ul > li:last-child {
    width: 75%;
  }
}

.img-banner-wrap {
  /* background: url(../img-banner-bg.jpg) no-repeat; */
  background-position: right;
  background-size: cover;
  text-align: right;
}

.img-banner-wrap ul {
  padding: 50px;
  margin-left: 20%;
}

.img-banner-wrap li {
  margin-bottom: 15px;
}

.img-banner-wrap li:last-child {
  margin-bottom: 0;
}

.img-banner-wrap h3 {
  word-break: keep-all;
  color: #222 !important;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.5;
}

.img-banner-wrap p {
  word-break: keep-all;
  font-size: 1.3em;
  line-height: 1.5;
}

span.dash {
  display: inline-block;
  background: #222;
  width: 68px;
  height: 3px;
}

.black-bg {
  background: #333;
  color: #fff;
}

@media screen and (max-width: 1300px) {
  .img-banner-wrap h3 {
    font-size: 1.4em;
  }

  .img-banner-wrap p {
    font-size: 1.1em;
  }

  .img-banner-wrap li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1080px) {
  .img-banner-wrap h3 {
    font-size: 1.2em;
    line-height: 1.2;
  }

  .img-banner-wrap p {
    font-size: 1em;
    line-height: 1.2;
  }

  .img-banner-wrap li {
    margin-bottom: 6px;
  }

  .img-banner-wrap ul {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 850px) {
  .img-banner-wrap h3 {
    font-size: 1.1em;
  }

  .img-banner-wrap p {
    font-size: 0.9em;
  }

  .img-banner-wrap li {
    margin-bottom: 5px;
  }

  .img-banner-wrap ul {
    padding: 25px;
  }
}

.img-banner-wrap02 {
  position: relative;
}

.img-banner-wrap02 h3 {
  position: absolute;
  padding: 0 10px;
  word-break: keep-all;
  font-size: 30px;
  font-weight: 600;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.img-banner-wrap02 h3 span {
  position: relative;
}

.img-banner-wrap02 h3 span::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 8px;
  width: 100%;
  height: 80%;
  background: #9e8c62;
  z-index: -10;
}

@media screen and (max-width: 1024px) {
  .img-banner-wrap02 h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .img-banner-wrap02 h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .img-banner-wrap02 h3 {
    font-size: 18px;
    text-shadow: 3px 3px 3px #624d26;
  }

  .img-banner-wrap02 h3 span::before {
    display: none;
  }
}

/* sub-history*/
.his_content {
  width: 100%;
  margin-bottom: 30px;
}

.his_list {
  position: relative;
  width: 100%;
  padding: 60px 0 10px;
}

.his_list::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 6px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}

.his_list ul {
  margin: 0 auto !important;
  padding: 0 !important;
}

.his_list ul li {
  margin-bottom: 100px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.his_point {
  min-width: 18px;
  height: 18px;
  background-color: #9e8c62;
  border-radius: 100%;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  margin-top: -5px;
}

.his_list ul li:hover .his_point {
  background: #bdaa7f;
}

.his_box {
  position: relative;
  width: 100%;
}

.his_box h3 {
  position: absolute;
  color: #9e8c62 !important;
  font-size: 40px;
  font-weight: 700;
  left: 35%;
}

.his_box p {
  margin-bottom: 0;
  font-size: 16px !important;
}

.his_box .h_conts {
  position: absolute;
  left: 60%;
}

.his_list ul li .date {
  width: 50%;
  padding: 0 20px;
  font-weight: normal;
}

.h_no {
  display: inline-block;
  color: #9e8c62;
  font-weight: 600;
  vertical-align: top;
}

.h_cons {
  display: inline-block;
  padding-left: 30px;
  color: #ccc;
}

.h_cons br {
  display: inline-block !important;
}

.en_history .his_box .h_conts {
  position: absolute;
  left: 56%;
}

.en_history .h_no {
  display: inline-block;
  color: #9e8c62;
  font-weight: 600;
  vertical-align: top;
  width: 35px;
}

.en_history .h_cons {
  display: inline-block;
  padding-left: 30px;
  color: #ccc;
  width: calc(100% - 35px);
}

/*sub-contact*/

.oper-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 0;
}

.oper-wrap > div {
  position: relative;
  background: #9e8c62;
  width: 260px;
  height: 260px;
  border-radius: 180px;
  text-align: center;
}

.oper-wrap > div > ul {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.oper-wrap h4 {
  color: #624d26;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
}

.oper-wrap p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.g-notice {
  text-align: center;
}

.g-notice span {
  background: #624d26;
  color: #fff;
}

.tel-info > div {
  text-align: center;
}

.tel-info > div > ul > li {
  margin-bottom: 30px;
}

.tel-info h3 {
  color: #ccc !important;
  font-size: 23px;
  font-weight: 500;
}

.tel-info h3 span {
  color: #9e8c62;
  font-weight: 600;
  padding-right: 10px;
}

/* 일우 스페이스 소개 */
.intro-eng {
  margin-top: 70px;
  border-top: 1px solid #fff;
  padding-top: 70px;
}

.intro-tit {
  margin: 0 0 30px;
}

.intro-tit h2 {
  font-size: 28px;
  letter-spacing: -1px;
  color: #9e8c62;
  margin: 0;
}

.intro-txt p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -1px;
  word-break: keep-all;
  line-height: 1.5;
}

.intro-txt p strong {
  color: #9e8c62;
  font-weight: 400;
}

.en_contact .list-cont p {
  font-size: 15px;
}

#wrap {
  min-height: 1000px !important;
}

/* 일우 아카데미 소개 */
.academi-con {
  margin: 0 0 70px;
}

.academi-tit {
  margin: 0 0 30px;
}

.academi-tit h2 {
  font-size: 28px;
  letter-spacing: -1px;
  color: #9e8c62;
  margin: 0;
}

.academi-mid-tit {
  margin: 0 0 10px;
}

.academi-mid-tit h4 {
  font-size: 21px;
  letter-spacing: -1px;
  color: #9e8c62;
  margin: 0;
}

.academi-txt p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -1px;
  word-break: keep-all;
  margin: 0 0 10px;
  line-height: 25px;
}

.academi-list ul li {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -1px;
  position: relative;
  padding-left: 15px;
}

.academi-list ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #9e8c62;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 11px;
}

/* 게시판 수정*/

.bbsnewf5 > a {
  display: inline-block;
}

/*로그인*/

.login_box {
  background: white;
}

/*일우사진상*/
.title span {
  border: 1px solid white;
  float: right;
}

.title span a {
  color: white;
  display: inline-block;
  padding: 3px 15px;
}

.title span:hover {
  background: #988760;
  border-color: #988760;
}

/* 갤러리 */
.gallery_title {
  color: white !important;
}

/*
td.att_title:nth-child(3)
{display : inline-block !important; width:100%;}*/

/* 올해의 심사위원 */
.judge {
  margin-bottom: 30px;
}

.judge:after {
  clear: both;
  display: block;
  content: "";
}

.judge li {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

.judge li a {
  color: white;
  padding: 0px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  border: 1px solid #636363;
  font-size: 16px;
  width: 90px;
  font-family: "Noto Sans Kr";
}

.judge li a:hover {
  background: #aa986d;
  border: #aa986d;
}

.judge li a.on {
  background: #988760;
  border: #988760;
}

#post_area {
  color: #fff !important;
  white-space: normal !important;
}

#post_area a {
  color: #ddd !important;
}

#post_area a:hover {
  color: #999 !important;
}

/*------240111 추가------*/

.judge-title {
  border-left: 4px solid #9e8c62;
  padding-left: 20px;
  margin-bottom: 30px;
}

.judge-title h3 {
  color: #9e8c62 !important;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.judge-title p {
  font-size: 18px;
  line-height: 1;
}

.jud-profile {
  margin-bottom: 30px;
}

.jud-profile p {
  color: #ccc;
  font-size: 18px;
  margin-bottom: 0;
}

.judge-wrap .list-wrap .list-cont {
  border-bottom: none;
  padding-top: unset;
}

.judge-wrap {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .tbl_board tbody td:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  #sub_visual {
    margin-top: 95px;
  }

  #sub_visual h2 {
    font-size: 32px;
    padding-top: 80px;
  }
}

/* 올해의작가 */
.Writer-con {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Writer-con a {
  border: 4px solid #ddd;
  width: 24%;
  margin-bottom: 30px;
  padding: 30px 0;
}
.Writer-con p {
  margin: 0;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}
.Writer-con span {
  display: block;
  text-align: center;
  color: rgb(216, 216, 11);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}
.none {
  border: none !important;
}

.award-section .lately-award {
  margin-bottom: 80px;
}
.award-section .tit {
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 15px;
}
.award-section .tit:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 80%;
  background: #cfb67ac2;
  left: 0;
  top: 10%;
}
.award-section .tit span {
  font-size: 16px;
  font-weight: 400;
}
.award-section .year-artist-list {
  display: flex;
  flex-wrap: wrap;
}
.award-section .year-artist {
  display: flex;
  width: calc(50% - 20px);
  margin: 0 10px 30px;
}
.award-section .year-artist .years a {
  font-size: 21px;
  color: #fff;
}
.award-section .year-artist .artist {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.award-section .year-artist .artist:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 70%;
  left: 0;
  top: 3px;
  background: #fff;
}
.award-section .year-artist .artist span {
  position: relative;
  padding: 0 4px 3px;
  display: inline-block;
  border-bottom: 1px solid #ffffff36;
  margin: 0 7px 10px;
}
.award-section .year-artist .artist span:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease;
}
.award-section .year-artist .artist span a {
  font-size: 19px;
  color: #fff;
  font-weight: 300;
}
.award-section .year-artist .artist span:hover:before {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .award-section .year-artist {
    width: 100%;
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 650px) {
  .award-section .year-artist .years a {
    font-size: 19px;
  }
  .award-section .year-artist .artist span a {
    font-size: 17px;
  }
}
