@charset "UTF-8";
/*main*/
.visual li {
  height: 674px;
}
.visual li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.visual .slide-wrap {
  width: 1300px;
  margin: 0 auto;
  padding-left: 120px;
  box-sizing: border-box;
}
.visual .bx-controls .bx-controls-direction {
  position: absolute;
  width: 1300px;
  left: 50%;
  top: 50%;
  margin-left: -650px;
}
.visual .txt-area {
    display: none;
  margin-top: 200px;
  color: #fff;
}
.visual .txt-area h2 {
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 500;
}
.visual .txt-area h2 span {
  font-weight: 400;
}
.visual .txt-area p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.1px;
}
.visual .txt-area p small {
  display: block;
  font-size: 19px;
  margin: 15px 0 60px;
}
.visual .txt-area a {
  display: inline-block;
  width: 76px;
  height: 26px;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  background: #340394;
  color: #fff;
  border-radius: 13px;
  margin-top: 25px;
}
.visual .txt-area a i {
  display: inline-block;
  height: 10px;
  width: 5px;
  margin-left: 7px;
  background: url("../images/img_arrow_wh.png") no-repeat center center;
  vertical-align: middle;
}
.visual .bx-wrapper .bx-pager {
  text-align: left;
  position: absolute;
  width: 1300px;
  left: 50%;
  bottom: 65px;
  margin-left: -650px;
  padding-left: 120px;
  box-sizing: border-box;
}
.visual .bx-wrapper .bx-controls-direction a {
  width: 22px;
  height: 39px;
  margin-top: -19.5px;
}
.visual .bx-wrapper .bx-prev {
  left: 0;
  background: url("../images/img_slide_prev.png") no-repeat;
}
.visual .bx-wrapper .bx-next {
  right: 0;
  background: url("../images/img_slide_next.png") no-repeat;
}
.visual .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.5);
}
.visual .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: white;
}

.recent-video {
  float: left;
  width: 900px;
}
.recent-video .tab-menu {
  position: relative;
  height: 88px;
  margin-bottom: 34px;
}
.recent-video .tab-menu > ul {
  border-bottom: 1px solid #8a8a8a;
}
.recent-video .tab-menu > ul > li > a {
  position: relative;
  display: block;
  padding: 14px 0px;
  margin: 0 21px 0 20px;
  color: #8c8c8c;
  font-size: 24px;
  font-weight: 400;
}
.recent-video .tab-menu > ul > li > a::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 1px;
  height: 16px;
  background: #a7a7a7;
}
.recent-video .tab-menu > ul > li:first-child > a {
  margin-left: 0;
}
.recent-video .tab-menu > ul > li:first-child > a:before {
  display: none;
}
.recent-video .tab-menu > ul > li.active > a {
  color: #333;
  font-weight: 700;
}
.recent-video .tab-menu > ul > li.active > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #333333;
}
.recent-video .tab-menu > ul > li.active > ul {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.recent-video .tab-menu > ul > li > ul {
  display: none;
}
.recent-video .tab-menu > ul > li > ul > li > a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 9px;
  color: #a7a7a7;
}
.recent-video .tab-menu > ul > li > ul > li:first-child > a {
  margin-left: 0;
}
.recent-video .tab-menu > ul > li > ul > li.on a {
  font-weight: 700;
  color: #ff9000;
  border-bottom: 1px solid #ff9000;
}
.recent-video .tab-cont {
  position: relative;
  display: none;
}
.recent-video .tab-cont .view-more {
  position: absolute;
  right: 0;
  top: -60px;
  width: 74px;
  height: 24px;
  line-height: 21px;
  text-align: center;
  font-size: 16px;
  color: #555555;
  border-radius: 13px;
  border: 1px solid #555;
  font-weight: 700;
  text-indent: -10px;
}
.recent-video .tab-cont .view-more a {
  display: block;
  height: 24px;
}
.recent-video .tab-cont .view-more:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  background: url("../images/img_arrow_bk.png") no-repeat 0 0;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
}

.recent-post {
  float: right;
  width: 330px;
}
.recent-post .recent-video {
    float: none;
    width: 100%;
}
.recent-post .recent-video .tab-menu > ul {
    border-bottom: 0;
}
.recent-post .tit {
  position: relative;
    height: auto;
    margin-bottom: 0;
  border-bottom: 1px solid #8a8a8a;
}
.recent-post .tit strong {
  position: relative;
  display: inline-block;
  padding: 14px 0;
  font-size: 24px;
  font-weight: 500;
}
.recent-post .tit strong:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #333;
  bottom: -1px;
  left: 0;
}
.recent-post .tit .view-more {
  position: absolute;
  right: 0;
  top: 15px;
  width: 74px;
  height: 24px;
  line-height: 21px;
  text-align: center;
  font-size: 16px;
  color: #555555;
  border-radius: 13px;
  border: 1px solid #555;
  font-weight: 700;
  text-indent: -10px;
}
.recent-post .tit .view-more a {
  display: block;
  height: 24px;
}
.recent-post .tit .view-more:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  background: url("../images/img_arrow_bk.png") no-repeat 0 0;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
}
.recent-post .row, .recent-post .banner {
  margin-bottom: 34px;
}
.recent-post .banner a img {
    width: 330px;
}
.recent-post .sns ul {
  margin-top: 15px;
}
.recent-post .sns ul li {
  margin-left: 15px;
}
.recent-post .sns ul li img {
    width: 54px;
}
.recent-post .sns ul li:first-child {
  margin-left: 0;
}

.science {
  position: relative;
  margin-top: 90px;
}
.science > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 350px;
  background: #d7e4ee;
}
.science .gallery {
  position: relative;
}
.science .gallery .bx-wrapper {
  background: transparent;
}
.science .big-thumb {
    position: relative;
  float: left;
  width: 656px;
  height: 369px;
  margin-top: 70px;
}
.science .big-thumb img {
  width: 656px;
  height: 369px;
}
.science .big-thumb .time {
        position: absolute;
    min-width: 26px;
    height: 22px;
    right: 5px;
    bottom: 5px;
    padding: 0 8px;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
}
.science .cont {
  float: right;
  width: 597px;
  margin-top: 70px;
}
.science .cont .tit em {
  font-size: 24px;
  font-weight: 700;
  color: #343434;
  border-bottom: 3px solid #5a5a5a;
}
.science .cont .tit strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  margin: 23px 0 15px;
}
.science .cont ul li {
  margin-left: 16px;
  line-height: 14px;
}
.science .cont ul li:first-child {
  margin-left: 0;
}
.count .date i {
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-right: 4px;
  background-image: url("../images/common/icon_set01.png");
  background-repeat: no-repeat;
    background-position: -15px -1px;
    vertical-align: middle;
}
.science .cont i {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 4px;
  background-image: url("../images/common/icon_set01.png");
  background-repeat: no-repeat;
}
.science .cont i.ico01 {
  width: 10px;
  background-position: -1px -1px;
}
.science .cont i.ico02 {
  width: 13px;
  background-position: -15px -1px;
}
.science .cont i.ico03 {
  width: 13px;
  background-position: -32px -1px;
}
.science .cont .summary {
  margin: 16px 0 15px;
  font-size: 15px;
  color: #808080;
}
.science .cont .more {
  display: inline-block;
  width: 76px;
  height: 26px;
  border-radius: 13px;
  background: #555555;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 23px;
  position: relative;
  text-indent: -10px;
}
.science .cont .more:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  background: url("../images/img_arrow_wh.png") no-repeat 0 0;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
}
.science .s-thumb {
  position: absolute;
  width: 595px;
  right: 0;
  bottom: 0;
}
.science .s-thumb ul li {
  margin-left: 14px;
}
.science .s-thumb ul li:first-child {
  margin-left: 0;
}
.science .s-thumb img {
  width: 138px;
  height: 78px;
}

.posts {
  margin-top: 85px;
}
.posts .recommend {
  float: left;
  width: 900px;
}
.posts .recommend ul li {
  width: 428px;
  margin-left: 39px;
}
.posts .recommend ul li a {
  display: block;
}
.posts .recommend ul li .thumb {
  position: relative;
  margin-bottom: 20px;
}
.posts .recommend ul li .thumb .time {
  position: absolute;
min-width: 26px;
height: 22px;
right: 5px;
bottom: 5px;
    padding: 0 8px;
line-height: 22px;
color: #fff;
font-size: 14px;
font-weight: 700;
text-align: center;
background: rgba(0, 0, 0, 0.6);
}
.posts .recommend ul li img {
  width: 428px;
  height: 241px;
}
.posts .recommend ul li:first-child {
  margin-left: 0;
}
.posts .recommend ul li .writer {
  font-size: 14px;
  font-weight: 700;
  color: #ff9000;
}
.posts .recommend ul li .title {
  display: block;
  height: 84px;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 28px;
  font-size: 20px;
  color: #1a1a1a;
}
.posts .recommend ul li .summary {
  height: 92px;
  margin-bottom: 5px;
  color: #828282;
  line-height: 20px;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}
.posts ul li p:last-child {
  font-size: 12px;
  color: #808080;
  font-weight: 400;
}
.posts i {
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-right: 2px;
}
.posts i.ico01 {
  background: url("../images/common/icon_play.png") no-repeat left center;
}
.posts i.ico02 {
  margin-left: 15px;
  background: url("../images/common/icon_like.png") no-repeat left center;
}
.posts i.ico02.active {
  background: url("../images/common/icon_like_on.png") no-repeat left center;
}
.posts i.icon01 {
  background: url("../images/common/icon_play.png") no-repeat left center;
}
.posts i.icon02 {
  margin-left: 15px;
  background: url("../images/common/icon_like.png") no-repeat left center;
}
.posts i.icon02.active {
  background: url("../images/common/icon_like_on.png") no-repeat left center;
}
.posts .best {
  float: right;
  width: 330px;
}
.posts .tit {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #8a8a8a;
}
.posts .tit span {
  font-size: 24px;
  padding-bottom: 8px;
  font-weight: 500;
  color: #414141;
  position: relative;
  display: inline-block;
}
.posts .tit span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #333333;
}
.posts .best ul li {
  padding: 15px 0;
  border-top: 1px solid #f0f0f0;
}
.posts .best ul li:after {
  content: "";
  display: block;
  clear: both;
}
.posts .best ul li .thumb {
  float: left;
}
.posts .best ul li .thumb img {
  width: 136px;
  height: 76px;
}
.posts .best ul li .thumb a {
  position: relative;
  display: block;
  height: 79px;
}
.posts .best ul li .thumb .time {
  position: absolute;
  min-width: 26px;
  height: 22px;
  right: 5px;
  bottom: 5px;
    padding: 0 8px;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
.posts .best ul li .cont {
  float: right;
  padding-top: 5px;
}
.posts .best ul li .cont em {
  float: left;
  width: 53px;
  height: 70px;
  font-size: 48px;
  text-align: center;
  font-weight: 100;
  line-height: 0.5em;
  font-family: "Raleway";
}
.posts .best ul li .cont .tt {
  float: left;
  width: 140px;
}
.posts .best ul li .cont .tt p {
  line-height: 100%;
}
.posts .best ul li .cont .tt p strong {
  font-weight: 500;
}
.posts .best ul li .cont .tt p small {
  font-size: 13px;
  font-weight: 500;
  color: #757575;
  display: block;
  margin-top: 5px;
  margin-bottom: 25px;
}
.posts .best ul li:first-child {
  padding-top: 0;
  border-top: 0;
}

.post-list .dv {
  padding-top: 0;
}
.post-list .list-type04 i.ico03 {
  background: url("../images/common/icon_reply.png") no-repeat left 2px;
}
.post-list .list-type04 .tt p:last-child {
  color: #808080;
}
.btn_area {
  position: absolute;
  right: 40px;
  bottom: 80px;
  text-align: right;
}
.btn_area .write_button {
    display: inline-block;
    width: 78px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #8a8a8a;
    border-radius: 18px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 400;
    color: #414141;
    background: #fff;
}
.btn_area .write_button.check {
    background: #ff9000;
    border-color: #ff9000;
    color: #fff;
}

.fav .tit {
  position: relative;
  border-bottom: 1px solid #8a8a8a;
  margin-bottom: 15px;
}
.fav .tit strong {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}
.fav .tit strong:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #333;
  bottom: -1px;
  left: 0;
}

/*list*/
.all-list .list-type01 ul {
  margin-left: -20px;
}
.all-list .list-type01 ul li {
  width: 244px;
  margin-left: 20px;
  margin-bottom: 18px;
}
.all-list .list-type01 ul li .thumb {
  width: 244px;
  height: 137px;
}
.all-list .pagination {
  margin-top: 75px;
}

.srch-list .list-type01 ul {
  margin-left: -20px;
}
.srch-list .list-type01 ul li {
  width: 244px;
  margin-left: 20px;
  margin-bottom: 18px;
}
.srch-list .list-type01 ul li .thumb {
  width: 244px;
  height: 137px;
}
.srch-list .pagination {
  margin: 75px 0 60px;
}

.list-type01.top3 .tit {
  border-bottom: 1px solid #8a8a8a;
  margin-bottom: 49px;
}
.list-type01.top3 .tit span {
  display: inline-block;
  padding: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.list-type01.top3 .tit span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333333;
  width: 100%;
  height: 3px;
}

.srch-result .tit {
  border-bottom: 1px solid #8a8a8a;
  position: relative;
}
.srch-result .tit > span {
  display: inline-block;
  padding: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.srch-result .tit > span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333333;
  width: 100%;
  height: 3px;
}
.srch-result .tit > span.r-cnt {
  position: absolute;
  right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.srch-result .tit > span.r-cnt:after {
  display: none;
}

.srch-keyword {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.srch-keyword em {
  font-weight: 700;
}

.list-type01.top3 ul {
  margin-left: -26px;
}
.list-type01.top3 ul li {
  width: 416px;
  margin-left: 26px;
  margin-bottom: 0px;
}
.list-type01.top3 ul li .thumb {
  width: 416px;
  height: 234px;
}
.list-type01.top3 ul li .num {
  float: left;
  width: 100px;
  text-align: center;
  font-size: 80px;
  font-weight: 100;
  line-height: 0.8;
  font-family: "Raleway";
}
.list-type01.top3 ul li .num + div {
  float: left;
  width: 314px;
}
.list-type01.top3 li .title {
  width: 270px;
}

#container .top {
  padding-bottom: 35px;
  border-bottom: 1px solid #8a8a8a;
}

.dv {
  margin-bottom: 30px;
  padding-top: 35px;
}
.dv .total {
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #818181;
}
.dv .sort {
  float: right;
}
.dv .sort select {
  font-size: 13px;
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
}
.dv:after {
  content: "";
  display: block;
  clear: both;
}

/*view*/
.view-wrap {
  float: left;
  width: 888px;
  padding-right: 40px;
  border-right: 1px solid #e9e9e9;
}
.view-wrap div.view {
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.view-wrap div.view.qq .title {
  border-bottom: 0;
  padding-bottom: 0;
}
.view-wrap div.view.qq .title .tit {
  margin-top: 15px;
  padding-left: 25px;
  line-height: 27px;
  position: relative;
}
.view-wrap div.view.qq .title .tit::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 17px;
  background: url("../images/txt_q.png") no-repeat 0 0;
  left: 0;
  top: 5px;
}
.bottom_btn_wrap {
    padding-top: 15px;
    text-align: right;
}
.bottom_btn_wrap button {
  width: 58px;
  height: 28px;
  line-height: 24px;
  box-sizing: border-box;
  color: #999999;
  border: 1px solid #999999;
  border-radius: 14px;
  font-size: 13px;
  margin-left: 5px;
}
.textarea {
    margin-top: 24px;
    line-height: 1.7;
}
.view-wrap div.view .title {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 18px;
  font-weight: 700;
}
.view-wrap div.view.people .title {
  padding-bottom: 0;
  border: 0;
}
.view-wrap div.view.people .title span.cate {
  display: inline-block;
  background: #333;
  color: #fff;
  text-align: center;
  font-weight: 300;
  min-width: 50px;
  height: 28px;
  padding: 0 8px;
  line-height: 26px;
  margin-bottom: 8px;
  border-radius: 14px;
}
.view-wrap div.view .title span.news {
  display: inline-block;
  text-align: center;
  font-weight: 300;
  width: 90px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #666;
  border: 1px solid #1a1a1a;
}
.view-wrap div.view .title .t-date {
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #333;
  min-width: 94px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  border-radius: 14px;
  font-weight: 300;
  margin-bottom: 8px;
  padding: 0 10px;
}
.view-wrap div.view .title .name {
  font-size: 16px;
  color: #ff9000;
  line-height: 27px;
}
.view-wrap div.view .title .st {
  display: inline-block;
  width: 67px;
  height: 28px;
  border-radius: 14px;
  line-height: 26px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 8px;
}
.view-wrap div.view .title .st.ing {
  background: #333333;
  color: #fff;
}
.view-wrap div.view .title .st.finished {
  background: #fff;
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
}
.view-wrap div.view .title .st.ready {
  background: #ffffff;
  color: #999999;
  border-radius: 0;
  width: auto;
  padding: 0 24px;
  border: 1px solid #999999;
}
.view-wrap div.view .title .st.complete {
  background: #999999;
  color: #fff;
  border-radius: 0;
  width: auto;
  padding: 0 25px;
}
.view-wrap div.view .title .tit {
  font-size: 20px;
}
.view-wrap div.view .title .tit.q {
  position: relative;
  padding-left: 27px;
  line-height: 27px;
  margin-top: 20px;
}
.view-wrap div.view .title .tit.q:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url("../images/qna_q.png") no-repeat 0 0;
}
.view-wrap div.view .title .tit span.news {
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 0;
}
.view-wrap div.view .title .tit.scr {
  padding-left: 21px;
  background: url("../images/bg_title_scr.png") no-repeat left center;
}
.view-wrap div.view .title ul {
  margin-top: 12px;
}
.view-wrap div.view .title ul li {
  color: #333;
  font-weight: 300;
  font-size: 14px;
  margin: 0 13px 0 12px;
  position: relative;
}
.view-wrap div.view .title ul.list-ty2 li {
  color: #1a1a1a;
  margin-left: 0;
  font-weight: 400;
}
.view-wrap div.view .title ul li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 11px;
  background: #dbdbdb;
  right: -13px;
  top: 50%;
  margin-top: -5.5px;
}
.view-wrap div.view .title ul li:first-child {
  margin-left: 0;
}
.view-wrap div.view .title ul li:last-child::after {
  display: none;
}
.view-wrap div.view .video {
  padding: 19px 0;
  border-bottom: 1px solid #e9e9e9;
}
.view-wrap div.view .view-txt {
  padding: 30px 0;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.view-wrap div.view .view-txt iframe {
    width: 846px !important;
    height: 494px !important;
}
.view-wrap div.view .view-txt p:after {
    clear: both;
    content: '';
    display: block;
}
.view-wrap div.view .view-txt2 {
  padding: 30px 0;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  border-bottom: 1px solid #e9e9e9;
}
.view-wrap div.view .view-txt:after {
  content: "";
  display: block;
  clear: both;
}
.view-wrap.vt.apply div.view .title {
  border-bottom: 0;
  padding-bottom: 0;
}
.view-wrap div.view .view-txt dl {
  display: table;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #b1b1b1;
}
.view-wrap div.view .view-txt dl.first {
  border-top: 1px solid #8a8a8a;
}
.view-wrap div.view .view-txt dl.first dt, .view-wrap div.view .view-txt dl.first dd {
  padding-top: 36px;
  padding-bottom: 36px;
}
.view-wrap div.view .view-txt dl.last {
  border-bottom: 1px solid #8a8a8a;
}
.view-wrap div.view .view-txt dl dt {
  display: table-cell;
  width: 113px;
  padding: 22px 0 22px 15px;
  font-size: 15px;
  color: #1a1a1a;
  vertical-align: middle;
}
.view-wrap div.view .view-txt dl dd {
  display: table-cell;
  width: 720px;
  padding: 22px 0;
}
.view-wrap div.view .view-txt dl dd input {
  border: 1px solid #e9e9e9;
  height: 38px;
  padding: 0 10px;
  color: #989898;
}
.view-wrap div.view .view-txt dl dd .dropdown .selected, .view-wrap div.view .view-txt dl dd .dropdown li {
  font-size: 13px;
  color: #989898;
}
.view-wrap div.view .view-txt dl dd .inp-type01 {
  width: 162px;
}
.view-wrap div.view .view-txt dl dd .inp-type02 {
  width: 262px;
}
.view-wrap div.view .view-txt dl dd .inp-type03 {
  width: 60px;
}
.view-wrap div.view .view-txt dl dd .inp-type04 {
  width: 130px;
}
.view-wrap div.view .view-txt dl dd .dropdown {
  display: inline-block;
  width: 80px;
  border-radius: 0;
  height: 38px;
  vertical-align: middle;
  border: 1px solid #e9e9e9;
}
.view-wrap div.view .view-txt dl dd .dropdown span {
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 38px;
}
.view-wrap div.view .view-txt dl dd span {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
}
.view-wrap div.view .view-txt dl dd span.ex {
  margin-left: 7px;
}
.view-wrap div.view .view-txt dl dd span.at {
  margin: 0 4px;
}
.view-wrap div.view .view-txt dl dd span.dash {
  margin: 0 5px;
}
.view-wrap div.view .view-txt dl dd #mailAddress + .dropdown {
  width: 124px;
}
.view-wrap div.view .view-txt dl dd label span {
  color: #333;
  vertical-align: top;
}
.view-wrap div.view .view-txt .img {
/*  float: left;*/
}
.view-wrap div.view .view-txt .story {
/*  float: left;*/
  color: #959595;
  font-size: 14px;
/*  width: 520px;*/
/*  margin-left: 28px;*/
  line-height: 22px;
  font-weight: 300;
}
.view-wrap div.view .view-txt .story ul li {
  color: #808080;
}
.view-wrap div.view .info {
  padding-top: 20px;
}
.view-wrap div.view .info .text {
  padding-bottom: 20px;
  color: #828282;
}
.view-wrap div.view .info strong a {
  display: inline-block;
  padding-right: 20px;
  background: url("../images/common/arrow_up.png") no-repeat right center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 23px;
}
.view-wrap div.view .info strong a.on {
  background-image: url("../images/common/arrow_down.png");
}
.view-wrap div.view .bottom {
  padding: 20px 0 0px;
  border-top: 1px solid #e9e9e9;
  position: relative;
}
.view-wrap div.view .bottom .period {
  position: absolute;
  right: 0;
  top: 50%;
  color: #333;
}
.view-wrap div.view .bottom .period2 {
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.view-wrap div.view .bottom .count li {
  color: #808080;
  font-size: 12px;
}
.view-wrap .view .bottom .count li a {
  color: #808080;
  font-size: 12px;
}
.view-wrap div.view .bottom .date {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}
.view-wrap div.view .bottom .count li {
  margin-left: 20px;
}
.view-wrap div.view .bottom .count li a {
  padding-left: 23px;
  display: block;
}
.view-wrap div.view .bottom .count li.play {
  padding-left: 23px;
  margin-left: 0;
  background: url("../images/common/view_play.png") no-repeat left center;
}
.view-wrap div.view .bottom .count li.view {
  padding-left: 23px;
  margin-left: 0;
  background: url("../images/common/view_view.png") no-repeat left center;
}
.view-wrap div.view .bottom .count li.like a {
  background: url("../images/common/view_heart_off.png") no-repeat left center;
}
.view-wrap div.view .bottom .count li.my a {
  background: url("../images/common/view_my_off.png") no-repeat left center;
}
.view-wrap div.view .bottom .count li.share a {
  background: url("../images/common/view_scr_off.png") no-repeat left center;
}
.view-wrap div.view .bottom .count li.like a:hover {
  background: url("../images/common/view_heart_on.png") no-repeat left center;
}
.view-wrap div.view .bottom .count li.my a:hover {
  background: url("../images/common/view_my_on.png") no-repeat left center;
}
.view-wrap div.view .bottom .count li.share a:hover {
  background: url("../images/common/view_scr_on.png") no-repeat left center;
}
.view-wrap div.view .bottom .count li.like a.on {
  background: url("../images/common/view_heart_on.png") no-repeat left center;
}
.view-wrap div.view .bottom .count li.my a.on {
  background: url("../images/common/view_my_on.png") no-repeat left center;
}
.view-wrap div.view .bottom .count li.share a.on {
  background: url("../images/common/view_scr_on.png") no-repeat left center;
}
.view-wrap.vt div.view .title p {
  color: #828282;
  font-weight: 300;
}
.view-wrap.vt div.view .title p.tit2 {
  margin-bottom: 10px;
}
.view-wrap.vt div.view .title p strong {
  font-size: 20px;
  color: #333;
}
.view-wrap.vt div.view .bottom .count li.play {
  background-image: url("../images/common/icon_play2.png");
}
.view-wrap.vt div.view .bottom .count li.ico3 a {
  background: url("../images/common/icon_reply.png") no-repeat left center;
}
.view-wrap.wide_wrap {
    float: none;
    padding: 0;
    border-right: 0;
    margin: 30px auto 0;
}

#share .popup p.tit {
  font-weight: 400;
}
#share .popup ul {
  margin-top: 20px;
  padding-top: 27px;
  border-top: 1px solid #838383;
}
#share .popup ul li {
  margin-left: 30px;
}
#share .popup ul li a {
  display: block;
  height: 100%;
}
#share .popup ul li:first-child {
  margin-left: 10px;
}
#share .popup ul span {
  display: block;
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
  text-align: center;
}
#share .popup header h1 {
  padding-left: 25px;
  background: url("../images/common/bg_h1_share.png") no-repeat left center;
}

/*
.view-wrap .etc .menu.Fmenu li {
    width: 20%;
}
*/
.view-wrap .etc .menu.Tmenu {
    display: -webkit-flex;
    display: flex;
}
.view-wrap .etc .menu.Tmenu li {
    flex: 1;
    float: none;
}
.view-wrap .etc .menu li {
  width: 25%;
}
.view-wrap .etc .menu li a {
  display: block;
  padding: 16px 0;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-left: 0;
  font-size: 16px;
}
.view-wrap .etc .menu li:first-child a {
  border-left: 1px solid #e9e9e9;
}
.view-wrap .etc .menu li.active a {
  background: #333333;
  border-color: #333333;
  color: #fff;
  font-weight: 700;
}
.view-wrap .etc .reply-cont {
  display: none;
  border-top: 0;
}
.view-wrap .etc .reply-cont .re-wrap {
  border: 1px solid #e9e9e9;
}
.view-wrap .etc .reply-cont .re-wrap .pagination {
  margin-bottom: 30px;
}
.view-wrap .etc .reply-cont.active {
  display: block;
}
.view-wrap .etc .regist-reply {
  padding: 20px 40px 20px 40px;
  background: #f7f7f7;
  border-bottom: 1px solid #e9e9e9;
}
.view-wrap .etc .regist-reply p {
  margin-bottom: 20px;
  color: #414141;
}
.view-wrap .etc .regist-reply p.total {
  color: #808080;
  font-size: 13px;
}
.view-wrap .etc .reply-write-form input {
  width: 685px;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #bbbbbb;
  margin-right: 5px;
}
.view-wrap .etc .reply-write-form button {
  width: 94px;
  height: 37px;
  border: 1px solid #bbbbbb;
  background: #ededed;
  font-weight: 500;
  color: #414141;
  font-size: 14px;
}
.view-wrap.vt .pagination {
  margin-bottom: 30px;
}

.vote-btn {
  text-align: center;
  margin-top: 20px;
}
.vote-btn a {
  display: inline-block;
  width: 206px;
  height: 50px;
  line-height: 50px;
  background: #ff9900;
  border-radius: 25px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.btn-link {
  display: inline-block;
  width: 206px;
  height: 50px;
  line-height: 50px;
  background: #ff9900;
  border-radius: 25px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.vote-btn a.result {
  background: #8a8a8a;
}
.vote-btn a span {
  display: inline-block;
  padding-right: 17px;
  background: url("../images/btn_gt01.png") no-repeat right center;
}
.vote-btn a span.nobg {
  padding-right: 0;
  background: none;
}

.reply-list li {
  padding: 26px 40px 30px;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
}
.reply-list li.answer {
  display: none;
  background: #fffaf4;
}
.reply-list li.answer .row {
  margin-top: 30px;
}
.reply-list li.answer .row:first-child {
  margin-top: 0;
}
.reply-list li.answer .row.Hide_comm {
    display: block;
    width: 100%;
    text-align: center;
}
.reply-list li.answer .row.Hide_comm span {
    display: inline-block;
    width: 13px;
    height: 9px;
    margin-left: 8px;
    background: url(../images/caret.png) no-repeat 0 2px;
    transform: rotate(180deg);
}

.view-wrap .etc .reply-list li.answer .reply-write-form button {
  background: #fff;
}

.reply-list li.answer .reply-write-form {
  margin-bottom: 25px;
}
.reply-list li:after {
  content: "";
  display: block;
  clear: both;
}
.reply-list li .reply {
  width: 100%;
  padding-left: 57px;
  box-sizing: border-box;
  position: relative;
}
.reply-list li .reply .name {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  font-weight: 500;
  max-width: 48px;
}
.reply-list li .reply .text {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.reply-list li .btns {
  padding-left: 57px;
  margin-top: 20px;
  position: relative;
}
.reply-list li .btns > span {
    float: right;
}
.reply-list li .btns .w-date {
  position: absolute;
  top: 0;
  right: 0;
  color: #999999;
  font-size: 12px;
}
.reply-list li a.good {
  display: inline-block;
  color: #808080;
  font-size: 13px;
  padding-left: 19px;
  background: url("../images/common/icon_good.png") no-repeat left center;
  margin-right: 11px;
}
.reply-list li a.good.on, .reply-list li a.good:hover {
  background: url("../images/common/icon_good_over.png") no-repeat left center;
}
.reply-list li a.bad {
  display: inline-block;
  color: #808080;
  font-size: 13px;
  padding-left: 19px;
  background: url("../images/common/icon_bad.png") no-repeat left center;
  margin-right: 15px;
}
.reply-list li a.bad.on, .reply-list li a.bad:hover {
  background: url("../images/common/icon_bad_over.png") no-repeat left center;
}
.reply-list li .btns button {
  width: 58px;
  height: 28px;
  line-height: 24px;
  box-sizing: border-box;
  color: #999999;
  border: 1px solid #999999;
  border-radius: 14px;
  font-size: 13px;
  margin-left: 5px;
}
.reply-list li .btns button.btn-answer {
  color: #666;
  border-color: #666;
}

.rel-list {
  float: right;
  width: 332px;
}
.rel-list .c-tab {
  margin-bottom: 30px;
}
.rel-list .c-tab li {
  width: 110px;
  position: relative;
  box-sizing: border-box;
}
.rel-list .c-tab li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #e9e9e9;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
}
.rel-list .c-tab li:first-child:after {
  display: none;
}
.rel-list .c-tab li a {
  display: block;
  text-align: center;
  color: #414141;
  font-size: 16px;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #8a8a8a;
}
.rel-list .c-tab li.active a {
  color: #1a1a1a;
  font-weight: 500;
}
.rel-list .c-tab li.active a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #333333;
  left: 0;
  bottom: 0;
}
.rel-list .c-cont {
  display: none;
  height: 770px;
  overflow-y: auto;
  border-bottom: 1px solid #8a8a8a;
}
.rel-list .c-cont.active {
  display: block;
}
.rel-list.fav .list-type04 li .cont .tt {
  width: 165px;
}

.re-title {
  border-bottom: 1px solid #e9e9e9;
  padding: 16px 39px;
  box-sizing: border-box;
}
.re-title span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding-left: 23px;
  background: url("../images/bg_re_title.png") no-repeat left center;
}

.v-wrap {
  border: 1px solid #e9e9e9;
  border-top: 0;
  padding: 40px 38px 26px;
  box-sizing: border-box;
}
.reply-cont .v-wrap .list-type01 {
  border-bottom: 0;
}
.v-wrap .list-type01 {
  border-bottom: 1px solid #e9e9e9;
}
.v-wrap .list-type01 ul {
  margin-left: -38px;
}
.v-wrap .list-type01 ul li {
  width: 244px;
  margin-left: 38px;
  margin-bottom: 38px;
}
.v-wrap .list-type01 ul li .thumb {
  width: 100%;
  height: 159px;
}

.lecture {
  padding: 40px 38px 26px;
  border: 1px solid #e9e9e9;
  border-top: 0;
}
.lecture .tit {
  border-bottom: 1px solid #8a8a8a;
  margin-bottom: 10px;
}
.lecture .tit span {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0;
  position: relative;
}
.lecture .tit span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333333;
}
.lecture > ul > li {
  border: 1px solid #bbbbbb;
  width: 240px;
  margin-left: 12px;
  padding: 10px;
}
.lecture > ul > li .thumb {
  margin-bottom: 20px;
}
.lecture > ul > li .thumb img {
  width: 240px;
  height: 300px;
}
.lecture > ul > li:first-child {
  margin-left: 0;
}
.lecture > ul > li .cate {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 7px 10px;
  line-height: 100%;
  border-radius: 13px;
  background: #333333;
  margin-bottom: 10px;
}
.lecture > ul > li .name {
  height: 43px;
  /* margin-bottom: 15px; */
}
.lecture > ul > li .name strong {
  color: #333;
  font-size: 16px;
}
.lecture > ul > li .name small {
  color: #808080;
  font-size: 13px;
  margin-left: 5px;
}
.lecture > ul > li .summary {
  color: #828282;
  font-size: 13px;
  line-height: 16px;
    max-height: 98px;
    overflow: hidden;
}
.lecture > ul > li .more {
  text-align: right;
  font-size: 13px;
  color: #666666;
  background: url("../images/more_gt.png") no-repeat right center;
  padding-right: 12px;
  box-sizing: border-box;
}

.question {
  margin-top: 30px;
}
.question .tit {
  border-bottom: 1px solid #8a8a8a;
  margin-bottom: 10px;
}
.question .tit span {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0;
  position: relative;
}
.question .tit span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333333;
}
.question p {
  margin-bottom: 20px;
}
.question .dropdown {
  width: 100%;
  border-radius: 0;
  margin-bottom: 10px;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.question .dropdown .selected, .question .dropdown li {
  font-size: 14px;
  color: #333;
}
.question .co_drop {
    position: relative;
}
.question .co_drop a {
    display: block;
    padding: 9px 12px;
    line-height: 1;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.question .co_drop a .carat {
    position: absolute;
    width: 13px;
    height: 7px;
    right: 10px;
    top: 50%;
    margin-top: -3.5px;
    background: url(../images/caret.png) no-repeat 0 0;
}
.question .co_drop a .carat.off {
    transform: rotate(180deg);
}
.question .co_drop > div {
    position: absolute;
    top: 34px;
    left: 0;
    width: 330px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    z-index: 2;
}
.question .co_drop > div li {

}
.question .co_drop > div li label {
    font-size: 14px;
    color: #333;
    background: #fff;
    display: block;
    line-height: 1.4;
        padding: 8px 12px;
    cursor: pointer;
}
.question .co_drop > div li input[type="radio"] {
    display: none;
}
.question .co_drop > div li.focus{
	background: #fafafa;
	position: relative;
	z-index: 3;
	color: #000;
}

.question .co_drop > div li.active{
	font-weight: 700;
}
.question .textarea {
  resize: none;
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  padding: 15px 10px;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.question .textarea::-webkit-input-placeholder, .question .textarea::-ms-input-placeholder, .question .textarea::-moz-placeholder {
  color: #999999;
  font-size: 13px;
}
.question button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  border: 1px solid #bbbbbb;
  color: #414141;
  font-weight: 500;
}

/*post*/
.post-list {
  position: relative;
  float: left;
  width: 888px;
  padding-right: 40px;
  border-right: 1px solid #e9e9e9;
}
.post-list .list-type04 li .thumb img {
  width: 324px;
  height: 178px;
}
/*
.post-list.vote .list-type04 li .thumb img {
  width: 240px;
  height: 135px;
}
*/
/*
.post-list.vote .list-type04 li .cont {
  width: 630px;
}
*/
.post-list.vote .list-type04 i {
  height: 20px;
}
.post-list.vote .list-type04 i.ico01 {
  background-image: url("../images/common/icon_play2.png");
}
.post-list .list-type04 li {
  padding: 20px 0;
}
.post-list .list-type04 li .cont {
  width: 540px;
  padding-top: 0;
}
.post-list .list-type04 li .cont .tt {
  width: 100%;
  margin-left: 20px;
  padding: 15px 0;
}
.post-list .list-type04 li .cont .tt .status {
  display: inline-block;
  width: 67px;
  height: 28px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  border-radius: 14px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.post-list .list-type04 li .cont .tt .status.ing {
  background: #333333;
  color: #fff;
}
.post-list .list-type04 li .cont .tt .status.finished {
  background: #fff;
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
}
.post-list .list-type04 li .cont .tt p {
  line-height: 20px;
}
.post-list .list-type04 li .cont .tt p strong {
  font-size: 20px;
  font-weight: 700;
  white-space: normal;
  line-height: 24px;
}
.post-list .list-type04 li .cont .tt p small {
  font-weight: 300;
  font-size: 14px;
  color: #333;
  margin: 3px 0 10px;
}
.post-list .list-type04 li .cont .summary {
  color: #828282;
  display: block;
  margin-bottom: 8px;
}
.post-list .list-type04 li .cont .summary a {
  color: #828282;
  display: block;
}
.post-list .list-type04 li:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.post-list .list-type04 li:first-child {
  border-top: 1px solid #f0f0f0;
}
.post-list .board-type02 li div.a .input-wrap input {
  width: 628px;
}
.post-list .board-type02 li div.a .answer {
  padding-right: 57px;
}
.post-list .board-type02 li div.a .answer div.tt {
  width: 640px;
}
.post-list .board-type02 li div.a .answer div.date {
  float: left;
  width: 100%;
  text-align: right;
}

.fav .search {
  margin-top: 30px;
  height: 39px;
  border: 1px solid #bbbbbb;
}
.fav .search input {
  width: 262px;
  height: 39px;
  border: 0;
  padding: 0 10px;
}
.fav .search button {
  width: 39px;
  height: 39px;
  background: url("../images/icon_search.png") no-repeat center center;
}

.classiify {
  margin-bottom: 30px;
}
.classiify li {
  margin-left: 28px;
}
.classiify li:first-child {
  margin-left: 0;
}
.classiify li a {
  font-size: 24px;
  color: #999999;
  font-weight: 400;
}
.classiify li.active a {
  color: #333;
  font-weight: 700;
  position: relative;
  padding-bottom: 9px;
  display: block;
}
.classiify li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #333333;
}

.Classiify {
  margin-bottom: 30px;
}
.Classiify li {
  margin-left: 28px;
}
.Classiify li:first-child {
  margin-left: 0;
}
.Classiify li a {
  font-size: 24px;
  color: #999999;
  font-weight: 400;
}
.Classiify li.active a {
  color: #333;
  font-weight: 700;
  position: relative;
  padding-bottom: 9px;
  display: block;
}
.Classiify li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #333333;
}

.popup-wrap.vote-pop .popup {
  padding: 45px 50px;
  width: 520px;
  height: 405px;
}
.popup-wrap.vote-pop .popup .popup-close {
  right: -50px;
  top: -45px;
}
.popup-wrap.vote-pop .popup .pop-contents ul {
/*  height: 196px;*/
  overflow: auto;
/*
  border-top: 1px solid #838383;
  border-bottom: 1px solid #838383;
*/
  padding: 20px 10px;
  box-sizing: border-box;
}
.popup-wrap.vote-pop .popup .pop-contents li {
  margin-bottom: 18px;
  line-height: 20px;
}
.popup-wrap.vote-pop .btn-group {
  text-align: center;
  margin-top: 30px;
}
.popup-wrap.vote-pop .btn-group a {
  display: inline-block;
  width: 175px;
  height: 42px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  border-radius: 21px;
}

/*member*/
.join {
  width: 700px;
  margin: 0 auto;
}
.join .info {
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 50px;
}
.join .form dl {
  display: table;
}
.join .form dl:first-child {
  border-top: 1px solid #8a8a8a;
}
.join .form dl.soc dt, .join .form dl.soc dd {
  padding: 15px 0;
}
.join .form dl dt, .join .form dl dd {
  border-bottom: 1px solid #8a8a8a;
  padding: 20px 0;
  display: table-cell;
}
.join .form dl dt {
  width: 150px;
  vertical-align: middle;
}
.join .form dl dt span {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding-left: 20px;
}
.join .form dl dt span.require {
  position: relative;
}
.join .form dl dt span.require:before {
  content: "*";
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -8px;
}
.join .form dl dd {
  width: 550px;
}
.join .form dl dd ul.connect li {
  margin-left: 10px;
}
.join .form dl dd ul.connect li:first-child {
  margin-left: 0;
}
.join .form dl dd ul.connect li i {
  display: block;
  width: 120px;
  height: 40px;
  background: url("../images/img_set_social.png") no-repeat;
  text-indent: -9999px;
}
.join .form dl dd ul.connect li i.i01 {
  background-position: 0 0;
}
.join .form dl dd ul.connect li i.i02 {
  background-position: -131px 0;
}
.join .form dl dd ul.connect li i.i03 {
  background-position: -261px 0;
}
.join .form dl dd ul.connect li i.i04 {
  background-position: -391px 0;
}
.join .form dl dd ul.connect li i.active {
  background-position-y: -40px;
}
.join .form input {
  height: 38px;
  border: 1px solid #e9e9e9;
  padding: 0 10px;
}
.join .form input.wd-style01 {
  width: 127px;
}
.join .form input.wd-style02 {
  width: 162px;
}
.join .form input.wd-style03 {
  width: 264px;
}
.join .form input.wd-style04 {
  width: 60px;
}
.join .form .phone .dropdown {
  width: 80px;
}
.join .form .email .dropdown {
  width: 124px;
}
.join .form .dropdown {
  display: inline-block;
  height: 38px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  vertical-align: middle;
}
.join .form .dropdown .selected, .join .form .dropdown li {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  padding: 12px 12px 11px;
}
.join .form .dropdown div {
  border-radius: 0;
  border-color: #e9e9e9;
}
.join .form button {
  display: inline-block;
  width: 83px;
  height: 40px;
  background: #333;
  color: #fff;
  text-align: center;
  margin-left: 2px;
}
.join .form button.bg-white {
  background: #fff;
  color: #333333;
  border: 1px solid #8a8a8a;
}
.join .form .at {
  display: inline-block;
  height: 38px;
  width: 28px;
  text-align: center;
}
.join .form span.ex {
  font-size: 13px;
  color: #666;
  font-weight: 400;
  margin-left: 10px;
}
.join .form span.dash {
  font-size: 13px;
  color: #666;
  font-weight: 400;
  margin: 0 6px 0 5px;
}
.join .form #cert {
  margin-top: 8px;
}
.join .form dl dd p {
  color: #666;
  font-size: 13px;
  margin-top: 16px;
}

.btn-group.center {
  text-align: center;
  margin-top: 80px;
}
.btn-group.center button {
  width: 100px;
  height: 42px;
  font-size: 15px;
}

.join .form .check-wrap {
  position: relative;
  margin-right: 18px;
}
.join .form .check-wrap input {
  display: none;
}
.join .form .check-wrap label span {
  display: inline-block;
  font-size: 13px;
  padding-left: 20px;
  background: url("../images/img_uncheck.png") no-repeat left center;
}
.join .form .check-wrap input:checked + label span {
  background: url("../images/img_checked.png") no-repeat left center;
}
.join .form .check-wrap2 {
  position: relative;
  display: block;
  text-align: right;
}
.join .form .check-wrap2 input {
  display: none;
}
.join .form .check-wrap2 input.all + label span, .join .form .check-wrap2 input.all:checked + label span {
  background-position-x: 99%;
}
.join .form .check-wrap2 label span {
  display: inline-block;
  font-size: 15px;
  padding-right: 25px;
  background: url("../images/img_radio_uncheck.png") no-repeat right center;
  font-weight: 500;
}
.join .form .check-wrap2 input:checked + label span {
  background: url("../images/img_radio_checked.png") no-repeat right center;
}

.rules p.tit {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 18px;
  border-bottom: 1px solid #8a8a8a;
  margin-top: 40px;
}
.rules p.tit .check-wrap2 {
  position: absolute;
  right: 1px;
  top: 0;
}

.rule-cont {
  border: 1px solid #e9e9e9;
  padding: 15px;
  box-sizing: border-box;
  max-height: 138px;
  overflow-y: auto;
  font-size: 13px;
  color: #666666;
  margin: 19px 0 10px;
}
.rule-cont .txt-p1 {
  margin-bottom: 25px;
}

.join-complete {
  width: 290px;
  margin: 60px auto 100px;
  text-align: center;
}
.join-complete .welcome-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #333333;
  padding-top: 115px;
  margin-bottom: 43px;
  background: url("../images/bg_complete.png") no-repeat center top;
}
.join-complete .btn-group a {
  display: inline-block;
  width: 90px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}
.join-complete .btn-group a.bt-login {
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
  border-radius: 0;
}
.join-complete .btn-group a.bt-main {
  background: #fff;
  color: #333;
  border: 1px solid #8a8a8a;
  margin-left: 7px;
  border-radius: 0;
}

.find {
  position: absolute;
  width: 328px;
  margin: 0 auto;
  padding-top: 120px;
  background: url("../images/bg_find.png") no-repeat center top;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.find .find-form input {
  width: 100%;
  padding: 10px;
  height: 38px;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.find .find-form input::-webkit-input-placeholder, .find .find-form input::-ms-input-placeholder, .find .find-form input::-moz-placeholder {
  color: #a7a7a7;
  font-weight: 500;
  font-size: 15px;
}
.find .find-form p {
  margin-bottom: 10px;
}
.find .btn-group.full {
  background: #333333;
  margin-top: 22px;
}
.find.com {
  min-width: 600px;
  text-align: center;
  background: none;
  padding-top: 0;
}
.find.com .btn-group.full {
  width: 328px;
  margin: 25px auto;
}
.find .comp-wrap {
  font-size: 15px;
  font-weight: 500;
}
.find .comp-wrap em {
  font-size: 18px;
  border-bottom: 2px solid #000;
}

.btn-group.full a {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 13px 0 12px;
  border: 0;
  height: auto;
  line-height: 100%;
}

/*MYPAGE*/
.mypage .member {
  width: 512px;
  margin: 0 auto 70px;
}
.mypage .member:after {
  content: "";
  display: block;
  clear: both;
}
.mypage .member .grade {
  float: left;
  width: 110px;
  margin-right: 18px;
}
.mypage .member .grade i {
  display: block;
  width: 70px;
  margin: 0 auto;
  height: 70px;
  font-size: 42px;
  line-height: 68px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 700;
}
.mypage .member .grade .bronze {
    background: #f3ca66;
}
.mypage .member .grade .silver {
    background: #c5c5c5;
}
.mypage .member .grade .gold {
    background: #ff9000;
}
.mypage .member .grade .platinum {
    background: #e6cbb1;
}
.mypage .member .grade span {
  display: block;
  color: #333333;
  text-align: center;
  font-weight: 700;
}
.mypage .member .txt {
  float: left;
  height: 60px;
  padding: 20px;
  padding-left: 29px;
  border-left: 1px solid #e9e9e9;
}
.mypage .member .txt p {
  font-size: 30px;
  font-weight: 400;
}
.mypage .member .txt p strong {
  font-weight: 700;
}
.mypage .member .txt p.txt1 {
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
}
.mypage .member .txt p .bt-edit {
  display: inline-block;
  width: 50px;
  height: 22px;
  color: #666666;
  font-weight: 300;
  font-size: 11px;
  text-align: center;
  border: 1px solid #666;
  border-radius: 12px;
  vertical-align: middle;
}
.mypage .list-type01 {
  border-top: 1px solid #8a8a8a;
  padding-top: 13px;
}
.mypage .view-wrap {
  float: none;
  width: 100%;
  padding: 0;
  border: 0;
}
.mypage .view-wrap .etc .reply-write-form input {
  width: 1095px;
}

.my-page-menu {
  border: 1px solid #999999;
}
.my-page-menu ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.my-page-menu li {
  display: table-cell;
  border-left: 1px solid #999999;
}
.my-page-menu li:first-child {
  border-left: 0;
}
.my-page-menu li a {
  display: block;
  position: relative;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-size: 18px;
}
.my-page-menu li.active a {
  font-weight: 500;
  color: #000;
}
.my-page-menu li.active a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ff9000;
  width: 100%;
  height: 2px;
}

/*login*/
#container.login .login-wrap {
  position: static;
  transform: translate(0, 0);
}

.login-wrap {
  width: 330px;
  margin: 0 auto 115px;
  padding-top: 123px;
  background: url("../images/bg_login.png") no-repeat center top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-wrap.check {
  background: none;
  padding-top: 0;
  position: static;
  transform: translate(0, 0);
}
.login-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.login-wrap .login {
  height: 154px;
}
.login-wrap.check .login {
  height: auto;
}
.login-wrap.check .info-txt {
  padding: 30px 0 20px;
  text-align: center;
  margin-top: 28px;
  border-top: 1px solid #dcdcdc;
}
.login-wrap.check .info-txt .t1 {
  color: #1a1a1a;
  font-size: 16px;
  margin-bottom: 17px;
}
.login-wrap.check .info-txt .t2 {
  color: #686868;
  font-size: 14px;
}
.login-wrap .login .form p {
  margin-bottom: 10px;
}
.login-wrap .login input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
}
.login-wrap .btn-group.full {
  background: #333333;
  margin-top: 22px;
}
.login-wrap .other > ul {
  margin: 25px 0;
  text-align: center;
}
.login-wrap .other > ul li {
  width: 33.33%;
  border-left: 1px solid #666666;
  box-sizing: border-box;
}
.login-wrap .other > ul li:first-child {
  border-left: 0;
}
.login-wrap .other > ul li a {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
}
.login-wrap .sns ul li {
  margin-top: 10px;
}

.interview-list {
  float: left;
  width: 888px;
  padding-right: 40px;
  border-right: 1px solid #e9e9e9;
}
.interview-list .list-type05 li .cont .tt {
  width: 543px;
}
.interview-list .list-type05 li .cont .tt p strong {
  font-size: 20px;
}

.rel-list .lecture {
  padding: 0;
  border-top: 1px solid #e9e9e9;
}
.rel-list .lecture ul li {
  width: 100%;
  border: 0;
  box-sizing: border-box;
}
.rel-list .lecture ul li .thumb img {
  width: 310px;
  height: auto;
}
.rel-list .lecture > ul > li ul {
  margin-bottom: 10px;
}
.rel-list .lecture > ul > li ul > li {
  position: relative;
  padding-left: 7px;
  font-size: 13px;
  color: #808080;
}
.rel-list .lecture > ul > li .more {
  float: right;
  width: 62px;
  height: 28px;
  text-align: center;
  line-height: 26px;
  border-radius: 14px;
  background-position: 48px center;
}
.rel-list .lecture > ul > li ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  background: #808080;
  margin-top: -1px;
}

.interview-list .book-list {
  padding: 0;
  border: 0;
}
.interview-list .book-list .book-info {
  float: left;
  width: 660px;
  margin-left: 30px;
}

/*답변달기*/
.add-answer {
  margin-bottom: 20px;
}
.add-answer .tit {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #333;
}
.add-answer .input-wrap {
  padding: 40px;
  background: #fff3e0;
}
.add-answer .input-wrap input {
  border: 1px solid #bbbbbb;
  width: 702px;
  height: 36px;
}
.add-answer .input-wrap button {
  display: inline-block;
  width: 94px;
  height: 38px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #333;
  margin-left: 10px;
}

.view-wrap div.view .bottom .count .right {
  text-align: right;
}
.view-wrap div.view .bottom .count .right li {
  display: inline-block;
  float: none;
}
.view-wrap div.view .bottom .count .right li strong {
  display: inline-block;
  font-weight: 400;
  color: #333333;
  font-size: 12px;
  margin: 0 10px;
}

.re-answer {
  border-bottom: 1px solid #e9e9e9;
}
.re-answer > span {
  display: block;
  width: 92px;
  height: 30px;
  line-height: 30px;
  color: #cccccc;
  font-size: 14px;
  text-align: center;
  background: #333;
  margin: 30px 20px 20px;
}
.re-answer .cont {
  margin: 0 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
  line-height: 28px;
}
.re-answer .cont.a {
  font-weight: 400;
  position: relative;
  padding-left: 27px;
  color: #666666;
}
.re-answer .cont.a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: url("../images/qna_a.png") no-repeat left center;
  width: 19px;
  height: 16px;
}
.re-answer .cont textarea {
  resize: vertical;
  width: 100%;
  border: 1px solid #bbbbbb;
  padding: 16px 10px;
  box-sizing: border-box;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.re-answer .cont div.btn {
  margin-top: 10px;
}
.re-answer .cont div.btn a {
  display: inline-block;
  width: 56px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  text-align: center;
  border-radius: 13px;
}
.re-answer .count {
  margin: 0 20px;
  padding: 27px 0;
}
.re-answer .count .right {
  text-align: right;
}
.re-answer .count .right li {
  display: inline-block;
  float: none;
}
.re-answer .count .right li strong {
  display: inline-block;
  font-weight: 400;
  color: #333333;
  font-size: 12px;
  margin: 0 10px;
}
.re-answer .count .right li span {
  font-size: 12px;
}

/*kpeople*/
.post-list .lecture {
  padding: 0;
  border: 0;
  overflow: hidden;
}
.post-list .lecture > ul {
  margin-left: -21px;
}
.post-list .lecture > ul > li {
  width: 260px;
  margin-left: 21px;
  margin-bottom: 25px;
}
.post-list .lecture > ul > li .thumb img {
  width: 260px;
  height: 325px;
}

.intro .txt1 {
  position: relative;
  height: 285px;
  background: url("../images/bg_kaos_intro.png") no-repeat 0 bottom;
  margin-bottom: 45px;
  padding-top: 35px;
}
.intro .txt1 span {
  display: block;
  font-weight: 700;
  font-size: 35px;
  color: #1a1a1a;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 45px;
}
.intro .txt2 {
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}
.intro .txt3 strong {
  display: inline-block;
  font-weight: 700;
  font-size: 36px;
  color: #1a1a1a;
  padding-right: 10px;
}
.intro .txt3 span {
  display: inline-block;
  color: #666666;
  position: relative;
  padding-left: 10px;
}
.intro .txt3 span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 1px;
  height: 31px;
  background: #000;
  margin-top: -15px;
}

.popup-wrap.s-email .pop-contents {
  padding-top: 84px;
  background: url("../images/img_email.png") no-repeat top center;
}
.popup-wrap.s-email .pop-contents p {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.popup-wrap.s-email .pop-contents p:first-child {
  border-top: 1px solid #838383;
  padding-top: 23px;
}
.popup-wrap.s-email .pop-contents p strong {
  font-size: 20px;
  font-weight: 700;
}
.popup-wrap.alert .pop-contents {
  padding-top: 92px;
  background: url("../images/img_alert.png") no-repeat top center;
}
.popup-wrap.alert .pop-contents p {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.popup-wrap.alert .pop-contents p:first-child {
  border-top: 1px solid #838383;
  padding-top: 23px;
}
.popup-wrap.alert .pop-contents p strong {
  font-size: 20px;
  font-weight: 700;
}

.category {
  margin-bottom: 30px;
}
.category .subject {
  background: #333;
  width: 107px;
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.category:after {
  content: "";
  display: block;
  clear: both;
}
.category .lectures {
  float: left;
  width: 780px;
  position: relative;
}
.category .lectures > a {
  display: block;
  height: 50px;
  line-height: 48px;
  color: #666666;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  border-left: 0;
  padding: 0 15px;
  font-size: 16px;
  background: url("../images/cate_down.png") no-repeat 97% center;
}
.category .lectures > a + div {
  display: none;
  position: absolute;
  width: 100%;
  top: 50px;
  background: #fff;
  padding: 20px 14px;
  border: 1px solid #e9e9e9;
  border-top: 0;
  box-sizing: border-box;
  max-height: 366px;
}
.category .lectures ul li {
  margin-bottom: 10px;
}
.category .lectures ul li a {
  display: block;
  color: #666;
  font-size: 16px;
  line-height: 100%;
}
.category .lectures ul::-webkit-scrollbar {
  width: 5px;
}
.category .lectures ul::-webkit-scrollbar-track {
  background: #e9e9e9;
}
.category .lectures ul::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
}

/*.category .lectures ul{display:none;position: absolute;width: 100%;top:50px;background: #fff;padding:20px 14px;border:1px solid #e9e9e9;border-top:0;box-sizing: border-box;max-height: 366px;overflow-y: auto}*/
.rel-list .c-cont::-webkit-scrollbar {
  width: 5px;
}
.rel-list .c-cont::-webkit-scrollbar-track {
  background: #e9e9e9;
}
.rel-list .c-cont::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
}

.btn-group.center.app {
  margin-top: 33px;
}
.btn-group.center.app a {
  border-radius: 0;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #333333;
  color: #fff;
  font-size: 15px;
  border: 0;
}
.btn-group.center.app .cancel_btn {
  background: #aaa;
}

.map-info {
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #c0c0c0;
}
.map-info:after {
  content: "";
  display: block;
  clear: both;
}
.map-info .logo {
  float: left;
  margin-right: 35px;
  margin-top: 35px;
}
.map-info .addr {
  float: left;
}
.map-info .addr ul li {
  font-size: 15px;
  margin-top: 25px;
}
.map-info .addr ul li:first-child {
  margin-top: 0;
}
.map-info .addr ul li strong, .map-info .addr ul li span {
  display: inline-block;
  height: 15px;
  line-height: 15px;
}
.map-info .addr ul li strong {
  width: 49px;
  border-right: 2px solid #333;
  font-weight: 500;
  color: #333;
  font-size: 15px;
  margin-right: 7px;
}
.map-info .addr ul li span {
  color: #666666;
}

.road dl dt {
  padding-left: 34px;
  height: 34px;
  line-height: 34px;
  font-weight: 300;
  color: #333333;
  font-size: 24px;
  margin-top: 58px;
  margin-bottom: 15px;
}
.road dl dt.ro01 {
  background: url("../images/bg_ro01.png") no-repeat left center;
}
.road dl dt.ro02 {
  background: url("../images/bg_ro02.png") no-repeat left center;
}
.road dl dt.ro03 {
  background: url("../images/bg_ro03.png") no-repeat left center;
}
.road dl dd {
  font-size: 15px;
  color: #666666;
}
.road dl dd p {
  font-size: 15px;
  color: #666666;
}
.road dl dd p + ul {
  margin-top: 15px;
}
.road dl dd p + ul li {
  font-size: 15px;
  margin-bottom: 5px;
}
.road dl dd p strong {
  font-weight: 500;
}
.road dl dd p.txt01 {
  color: #333;
  font-weight: 500;
  margin-top: 25px;
}
.road dl dd p.txt02 {
  margin-top: 10px;
  line-height: 24px;
}
.road dl dd p.txt03 {
  font-weight: 500;
  margin: 25px 0 10px;
}
.road dl dd p.txt04 {
  line-height: 24px;
}

.committee .img-title {
  margin-bottom: 45px;
}

.comm-tit p {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
}
.comm-tit p strong {
  display: block;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  margin-bottom: 20px;
}

.com-box {
  width: 895px;
  /* height: 1510px; */
  height: auto;
  padding: 75px;
  margin-top: 50px;
  box-sizing: border-box;
  background: url("../images/bg_com.png") no-repeat 0 0;
  overflow: hidden;
  background-size: cover;
}
.com-box ul {
  margin-left: -70px;
}
.com-box ul li {
  width: 200px;
  margin-left: 70px;
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
  height: 314px;
}
.com-box ul li.first {
  height: 313px;
}
.com-box ul li .img {
  margin-bottom: 18px;
}
.com-box ul li p strong {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.com-box ul li small {
  font-weight: 300;
  font-size: 13px;
  color: #828282;
  position: relative;
}
.com-box ul li span {
  font-weight: 300;
  font-size: 13px;
  color: #333;
  position: relative;
  padding-top: 5px;
  margin-top: 10px;
  display: block;
}
.com-box ul li span::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -2.5px;
  top: 0;
  width: 5px;
  height: 1px;
  background-color: #333;
}

.srch-list .list-type05 li .cont .tt {
  width: auto;
  max-width: 935px;
  word-break: keep-all;
}
.srch-list .dv {
  margin-bottom: 25px;
}
.srch-list .list-type05 li .cont .tt p strong {
  font-size: 20px;
}
.srch-list .list-type05.post li .cont {
  padding-top: 24px;
}
.srch-list .list-type05.post li .cont .tt p.date {
  margin-top: 15px;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: scroll;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  /* z-index: -1; */
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.simplebar-scrollbar {
  position: absolute;
  right: 0px;
  width: 5px;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #c0c0c0;
  border-radius: 0px;
  left: 0;
  right: 0;
  opacity: 1;
  /*.category .lectures ul::-webkit-scrollbar-track {background: #e9e9e9;}
  .category .lectures ul::-webkit-scrollbar-thumb {background-color: #c0c0c0;}*/
}

.simplebar-track .simplebar-scrollbar.visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  transition: opacity 1 linear;
}
.simplebar-track.vertical {
  top: 0;
  width: 5px;
  background: #e9e9e9;
}
.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.fund {
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.fund .f-txt01 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.fund .f-txt01 p strong {
  font-weight: 700;
  font-size: 35px;
  display: block;
  margin: 110px 0 30px;
}
.fund .f-txt01 a {
  display: inline-block;
  width: 320px;
  height: 73px;
  line-height: 73px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  background: #ff9000;
  border-radius: 36px;
  margin-top: 30px;
}
.fund .f-txt01 a i {
  display: inline-block;
  width: 11px;
  height: 20px;
  background: url("../images/arrow_fund.png") no-repeat 0 0;
  margin-left: 14px;
}
.fund .f-txt02 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.fund .f-txt02 p strong {
  font-weight: 700;
  font-size: 35px;
  display: block;
  margin: 70px 0 30px;
}
.fund .f-txt02 ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}
.fund .f-txt02 ul li:before {
  content: "";
  position: absolute;
  left: 50%;
  left: 50%;
  width: 20px;
  background: #333;
  height: 1px;
  top: 0;
  margin-left: -10px;
}
.fund .f-img {
  margin: 70px 0;
}

.comm-tit p.tx02 {
  line-height: 20px;
}
.comm-tit .img {
  margin-bottom: 60px;
}

.committee .img-title .tt01 {
  font-family: "Raleway";
  font-size: 40px;
  font-weight: 400;
  color: #ff9000;
  line-height: 100%;
  margin-bottom: 35px;
}
.committee .img-title .tt02 {
  font-size: 50px;
  font-weight: 700;
  color: #ff9000;
}

.boe p {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
}
.boe p span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 26px;
  background: #333;
  color: #fff;
  border-radius: 20px;
  margin: 60px 0 30px;
}
.boe p small {
  font-size: 15px;
  color: #666666;
  line-height: 20px;
  display: block;
  margin: 18px 0 35px;
}
.boe table {
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.boe table th {
  padding: 45px 0;
  background: #f6f6f6;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.boe table th em {
  font-family: "Raleway";
  font-weight: 700;
}
.boe table td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: center;
  padding: 28px 0;
  color: #666666;
}
.boe table td span {
  display: block;
  font-size: 18px;
  color: #666666;
  font-weight: 400;
}
.boe table td b {
  display: block;
  font-size: 18px;
  color: #333333;
  background: #e1e1e1;
  width: 72px;
  height: 29px;
  line-height: 29px;
  border-radius: 14px;
  font-weight: 400;
  margin: 25px auto 10px;
}
.boe table td ul li {
  color: #666666;
  font-size: 15px;
}
.boe table td p.txt {
  font-size: 15px;
  color: #666666;
}
.boe table td p.txt small {
  color: #999999;
  font-size: 13px;
  margin: 5px 0 0;
}

.btn-group a.fund {
  display: inline-block;
  width: 282px;
  height: 74px;
  line-height: 74px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  background: #ff9000;
  border-radius: 37px;
  margin-top: 30px;
  border: 0;
}
.btn-group a.fund i {
  display: inline-block;
  width: 11px;
  height: 20px;
  background: url("../images/arrow_fund.png") no-repeat 0 0;
  margin-left: 14px;
}

.insa .txt {
  position: relative;
  margin-top: -145px;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
}
.insa .txt strong {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 400;
}
.insa .profile {
  margin-top: 60px;
}
.insa .profile .photo {
  float: left;
}
.insa .profile .info {
  float: left;
  margin-left: 20px;
  width: 392px;
  position: relative;
}
.insa .profile .info .name {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  padding: 18px 0 8px;
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 8px;
}
.insa .profile .info p {
  font-size: 13px;
  color: #666;
  line-height: 20px;
}
.insa .profile .info small {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #999;
  line-height: 1.2em;
}

.staff {
  margin-left: -24px;
  margin-top: 80px;
}
.staff li {
  width: 280px;
  margin: 0 0 24px 24px;
}
.staff li a {
  position: relative;
  display: block;
}
.staff li a .f {
  width: 228px;
  height: 43px;
  border: 1px solid #bbb;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 35px 25px;
}
.staff li a .f .f-img {
  width: 45px;
  margin-right: 23px;
}
.staff li a .f .name {
  font-weight: 500;
  font-size: 20px;
  color: #333;
}
.staff li a .s {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #bbbbbb;
  padding: 18px 14px;
  box-sizing: border-box;
}
.staff li a .s .name {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-bottom: 15px;
}
.staff li a .s .story {
  font-size: 13px;
  color: #828282;
  letter-spacing: -1px;
  word-spacing: -0.5px;
  line-height: 16px;
}

.popup-wrap.check .popup {
  height: auto;
}
.popup-wrap.check .popup header p {
  text-align: center;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 700;
  padding: 20px 0;
  border-bottom: 1px solid #838383;
}
.popup-wrap.check .popup header p strong {

}
.popup-wrap.check .popup header p strong.nv {
    color: #1dc800;
}
.popup-wrap.check .popup header p strong.kk {
    color: #ffd04b;
}
.popup-wrap.check .popup header p strong.fb {
    color: #3a5898;
}
.popup-wrap.check .popup header p strong.gg {
    color: #d42f21;
}
.popup-wrap.check .popup .ch01 {
  color: #1a1a1a;
  text-align: center;
  padding-top: 30px;
}
.popup-wrap.check .popup .ch01 .fi ul {
  text-align: center;
}
.popup-wrap.check .popup .ch01 .fi ul li {
  display: inline-block;
}
.popup-wrap.check .popup .ch01 .fi ul li:last-child {
  border-left: 1px solid #666666;
}
.popup-wrap.check .popup .ch01 .fi ul li a {
  text-align: center;
  display: block;
  font-size: 13px;
  color: #666666;
  font-weight: 400;
  padding: 0 10px;
  line-height: 100%;
}
.popup-wrap.check .popup .ch01 .p1 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.popup-wrap.check .popup .ch01 .p2 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
}
.popup-wrap.check .popup .ch01 .login-form {
  width: 328px;
  margin: 0 auto;
}
.popup-wrap.check .popup .ch01 .login-form button {
  background: #333333;
  font-size: 15px;
  font-weight: 500;
  display: block;
  color: #fff;
  line-height: 40px;
  height: 40px;
  width: 100%;
}
.popup-wrap.check .popup .ch01 .login-form p {
  margin-bottom: 10px;
}
.popup-wrap.check .popup .ch01 .login-form p.fi {
  text-align: right;
  font-size: 13px;
  color: #666666;
  font-weight: 400;
}
.popup-wrap.check .popup .ch01 .login-form input {
  width: 100%;
  border: 1px solid #e9e9e9;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}
.popup-wrap.check .popup .ch01 .login-form input::-webkit-input-placeholder {
  color: #a7a7a7;
  font-weight: 500;
  font-size: 15px;
}
.popup-wrap.check .popup .ch02 {
  color: #1a1a1a;
  text-align: center;
  padding-top: 40px;
}
.popup-wrap.check .popup .ch02 button {
  background: #333333;
  font-size: 15px;
  font-weight: 500;
  display: block;
  color: #fff;
  line-height: 40px;
  height: 40px;
  width: 328px;
  margin: 30px auto;
}
.popup-wrap.check .popup .ch02 .p1 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.popup-wrap.check .popup .ch02 .p2 {
  font-size: 14px;
  font-weight: 400;
}

/* by y.zo */
.live_wrap {
    padding: 88px 0 63px;
    background: #f2f2f2;
    text-align: center;
}
.live_logo_ {
    text-align: center;
}
.live_logo_ h3 {
    font-size: 30px;
    color: #333;
    margin-top: 20px;
    padding-bottom: 26px;
}
.live_logo_ h4 {
    font-size: 20px;
    padding-bottom: 26px;
}
.live_wrap .info {
    margin: 45px auto 0;
    padding-bottom: 26px;
    width: 850px;
    text-align: left;
}
.live_wrap .info strong a {
    display: inline-block;
    padding-right: 20px;
    background: url(../images/common/arrow_up.png) no-repeat right center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
}
.live_wrap .text {
    padding-bottom: 0px;
    color: #828282;
}
.fc-day-grid-event {
    margin: 2px 4px;
}
.fc-event {
    border-radius: 0;
}
.popup .pop_label {
    text-align: left;

}
.popup .pop_label .labelon {
    display: inline-block;
    padding: 4px 6px;
    color: #fff;
    text-align: center;
}
.labelon.type01 {
    background: #ff9696;
}
.labelon.type02 {
    background: #ffaa4e;
}
.labelon.type03 {
    background: #60c5ff;
}
.labelon.type04 {
    background: #83cb79;
}
.labelon.type05 {
    background: #cd7adf;
}
.pop-contents .cal_pop {
    padding-top: 8px;
}
.pop-contents .ttl_con {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    padding-bottom: 5px;
}
.pop-contents .content {
    text-align: left;
    color: #777;
    font-size: 15px;
    line-height: 1.2em;
    padding-bottom: 14px;
    border-bottom: 1px solid #1a1a1a;
}
.pop-contents .date_time {
    padding-top: 10px;
    display: block;
    font-size: 0;
}
.pop-contents .date_time li {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    border-left: 1px solid #ccc;
    padding: 0 4px;
}
.pop-contents .date_time li:first-child {
    border-left: 0;
    padding-left: 0;
}
.date_wrap {
    position: relative;
}
.sch_title {
    font-size: 30px;
    color: #333;
    text-align: center;
}
.label_type {
    position: absolute;
    top: 130px;
}
.label_type ul {
    display: block;
    font-size: 0;
}
.label_type ul li {
    display: inline-block;
    font-size: 13px;
    color: #333;
    padding-right: 15px;
}
.label_type ul li .colorChip {
    display: inline-block;
    margin-right: 4px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.label_type ul li #tp1 {
    background: #ff9696;
}
.label_type ul li #tp2 {
    background: #ffaa4e;
}
.label_type ul li #tp3 {
    background: #60c5ff;
}
.label_type ul li #tp4 {
    background: #83cb79;
}
.label_type ul li #tp5 {
    background: #cd7adf;
}
.fc-toolbar.fc-header-toolbar {
    margin-top: 60px;
    margin-bottom: 60px;
}
.fc-toolbar .fc-left {
    margin-left: 540px;
}
.fc-toolbar .fc-right {
    margin-right: 540px;
}
.fc-toolbar h2 {
    font-size: 32px;
    color: #333;
}
.fc-button.fc-state-default {
    background: #fff;
    border-color: #c9c9c9;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    box-shadow: 0;
    padding: 0;
}
.fc button .fc-icon {
    color: #828282;
}
.fc-day-header {
    background: #333;
}
.fc-day-header span {
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 12px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.fc-day-header.fc-sun span {
    color: #ff9d9d;
}
.fc-day-header.fc-sat span {
    color: #a2d4ff;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #ddd;
    border-left: 0;
    border-top: 0;
}
.fc-unthemed td.fc-today {
    background: #fff;
}

/* K-member */
.member_title {
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 54px;
}
.member_title span {
    color: #ff9000;
}
.km_table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-right: 0;
    text-align: center;
    margin-bottom: 33px;
}
.km_table th {
    background: #f6f6f6;
    padding: 44px 0;
    font-size: 22px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.km_table td {
    padding: 30px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.km_table .roundary_k {
    display: block;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    width: 68px;
    height: 68px;
    line-height: 64px;
    border-radius: 50%;
    margin: 0 auto 14px;
    background: #666;
}
.km_table .mm_inv {
    font-family: Arial, sans-serif;
    letter-spacing: 0.2em;
    font-size: 20px;
    margin-bottom: 36px;
    text-transform: uppercase;
}
.km_table h4 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}
.km_table .para {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 0 20px;
}
.km_table .para a {
    text-decoration: underline;
}
.round_btn {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 280px;
    height: 74px;
    line-height: 72px;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 37px;
    background: #ff9000;
}
.round_btn span {
    position: absolute;
    top: 32px;
    right: 44px;
    width: 13px;
    height: 2px;
    transform: rotate(45deg);
    background: #fff;
}
.round_btn span:after {
    position: absolute;
    content:'';
    top: 6px;
    right: -6px;
    width: 13px;
    height: 2px;
    transform: rotate(-90deg);
    background: #fff;
}

#footer .top_Btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ff9000;
    text-align: center;
    /* line-height: 35px; */
    box-shadow: 2px 2px 5px rgba(0,0,0,0.12);
    z-index: 50;
}
#footer .top_Btn img {
    margin-top: 15px;
    width: 15px;
}
/*# sourceMappingURL=style.css.map */


.confirm_pw {
  width: 500px;
  margin: auto;
  text-align: center;
  min-height: 400px;
}
.confirm_pw > div.view {
  padding: 70px 30px;
}
.confirm_pw > div > h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 60px;
}
.confirm_pw .confirm-form {
  /* padding: 10px; */
  margin-bottom: 20px;
}
.confirm_pw .confirm-form input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
}
.confirm_pw button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #333;
  color: #fff;
}



/* 230908 추가 */
.com-box ul li:first-child .img  {width: 200px;height: 200px;overflow: hidden;border-radius: 100%;}
.com-box ul li:first-child .img > img {width: 200px;}