@charset "utf-8";

/*
  작성자 : Min Young Jun
  작업시작일 : 2019.03
*/

/* gnb */
.gnb{position: absolute; left:0; top:0; width:100%; z-index:120;}
.gnb .gnb_in{max-width:1200px; padding:26px 20px 0 20px; margin:0 auto; *zoom:1;}
.gnb .gnb_in:after{display:block;content:"";clear:both;}
.gnb .gnb_in .logo{float:left;}
.gnb .gnb_in .board_btn{display: block; float:right;  width:130px; height:40px; padding:7px 0 9px 0; box-sizing:border-box; border:1px solid #fff; text-align:center;}
.gnb .gnb_in .board_btn span{padding-left:23px; font-size:15px; line-height:18px; color:#fff; position: relative;}
.gnb .gnb_in .board_btn span:after{display:block; width:14px; height:15px; position: absolute; left:0; top:4px; background:url("https://news.chosun.com/newsspecial/100forum/img/ic_board.png") 0 0 no-repeat; content:"";}

/* footer */
.footer{padding:50px 0; text-align:center;}
.footer span{font-size:13px; line-height:1.1; color:#777;}

/* forum_top */
.forum_top{width:100%;padding:114px 0 86px 0;background: url("https://news.chosun.com/newsspecial/100forum/img//bg_intro3.jpg") 50% 50% no-repeat;position: relative;background-size:cover;}
.forum_top:after{content:""; position:absolute; left:0;top:0; width:100%; height:100%; background:url("https://news.chosun.com/newsspecial/100forum/img//bg_intro_wrap.png") 0 0 no-repeat; background-size:100% 100%;}
.forum_top .top_cont{max-width:1200px; margin:0 auto; position: relative; z-index:99;}
.forum_top .box{width:400px; height:400px; background:rgba(99, 44, 251, 0.8); box-sizing:border-box; position: relative; animation-name:zoomIn; }
.forum_top .box .box_in{width:540px;position:absolute;left: 35px;top: 27px;}
.forum_top .box .txt1{display:inline-block; padding:10px 13px 13px 10px; font-size:40px; line-height:42px; color:#33208a; background:#fff; font-weight:bold; animation-name:flipInX; animation-delay:0.7s;}
.forum_top .box .txt2{margin:15px 0 20px 0; font-size:80px; line-height:83px; height:95px; overflow:hidden; color:#fff; font-weight:bold; animation-name:flipInX; animation-delay:1s;}
.forum_top .box .txt2 img{vertical-align:bottom;}
.forum_top .box .txt2 .txt{position: relative; top:-10px;}
.forum_top .box .txt3{font-size:22px; line-height:33px; color:#fff; animation-name:flipInX; animation-delay:1.2s}
.forum_top .box .f_btn{margin-top:16px; animation-name:flipInX; animation-delay:1.4s}
.forum_top .box .f_btn a{display:block; width:105px; padding:10px 5px 10px 0; font-size:15px; line-height:16px; border:1px solid #fff; font-weight:bold; border-radius:50px; color:#fff; text-align:center; text-decoration:none; position:relative; transition:all 0.4s ease-out;}
.forum_top .box .f_btn a:hover{background:#fff; color:#632cfb;}
.forum_top .box .f_btn a:after{position:absolute; content:""; width:16px; height:16px; background:url("https://news.chosun.com/newsspecial/100forum/img/ic_more_w.png") 0 0 no-repeat; background-size:100%;}
.parallax_bg {background-attachment: fixed;}


/* forum_member -- member_list */
.forum_member{padding:80px 0 100px 0; background:#f3f3f3;}
.forum_member .member_list_wrap{max-width:1200px; margin:0 auto; margin-top:30px;}
.forum_member .member_list{margin-left:-27px; padding-top:40px; *zoom:1;}
.forum_member .member_list:after{display:block;content:"";clear:both;}
.member_box{width:25%; height:320px; padding-left:27px; float:left; box-sizing:border-box; transition:all 0.2s ease-out;}
.member_box:hover .member_box_in{box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16); transform:translate3d(-3px, -3px, 0);}
.member_box_in{background:#fff; height:320px; position:relative; overflow:hidden; transition:all 0.2s ease-out;}
.member_box .txt_wrap{padding:20px 0 0 20px;}
.member_box .txt1{font-size:15px; color:#632cfb;}
.member_box .txt2{display:table;}
.member_box .txt2 strong{display:table-cell; font-size:24px; color:#000; vertical-align:middle; padding-right:8px;}
.member_box .txt2 span{display:table-cell; font-size:15px; color:#000; vertical-align:middle;}
.member_box ul{margin-top:14px;}
.member_box li{margin-top:8px; font-size:15px; color:#777; line-height:20px;}
.member_box li:first-child{margin-top:0;}
.member_box .img{position: absolute; right:0; bottom:0;}
.member_box .img img{display:block; line-height:0;}

.sec_tt{text-align:center; font-size:50px; line-height:74px; color:#000; font-weight:bold;}
.sec_tt div{position:relative; display:inline-block;}
.sec_tt div:after{width:15px; height:15px; background:#632cfb; content:""; position:absolute; left:-25px; top:0;}
.sec_tt_sub{padding:80px 0 40px 0; font-size:24px; color:#632cfb; font-weight:bold; text-align:center; display:none;}

.forum_member.is-active .sec_tt_sub.animated{animation-name:fadeIn; animation-delay:1.2s;}
.forum_member.is-active .member_slide_wrap.animated{animation-name:fadeIn; animation-delay:1.2s;}


.forum_member.is-active .delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  animation-name:fadeInRight;
}

.forum_member.is-active .delay-06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  animation-name:fadeInRight;
}

.forum_member.is-active .delay-09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  animation-name:fadeInRight;
}

.forum_member.is-active .delay-12s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  animation-name:fadeInRight;
}


/* forum_member -- member_slide */
.member_slide_wrap{max-width:1200px; margin:0 auto; position:relative;}
.member_slide{*zoom:1; max-width:1065px; margin:0 auto; overflow:hidden;}
.member_slide:after{display:block;content:"";clear:both;}
.member_slide .slick-list{padding-top:10px;}
.member_slide .slide_item{float:left; width:240px; margin-left:35px;}
.member_slide .slide_item:first-child{margin-left:0;}
.member_slide .slide_item .img{width:180px; height:180px; margin:0 auto; margin-bottom:10px; border-radius:100%; overflow:hidden; transition:all 0.3s ease-out;}
.member_slide .slide_item:hover .img{box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.12); transform:translate3d(0, -2px, 0);}
.member_slide .slide_item .img img{width:100%; display:block; line-height:0;}
.member_slide .slide_item .txt1{font-size:20px; color:#000; text-align:center; font-weight:bold;}
.member_slide .slide_item .txt1 span{font-size:14px;}
.member_slide .slide_item .txt2{margin-bottom:5px; font-size:15px; color:#000; text-align:center;}
.member_slide .slide_item .txt3{font-size:14px; color:#777; line-height:1.6; text-align:center;}
.member_slide_wrap .prevBtn{width:18px; height:33px; position:absolute; left:0; top:134px; font-size:0; text-indent:-9999px; background:url("https://news.chosun.com/newsspecial/100forum/img/ic_prev.png") 0 0 no-repeat; border:none; opacity:0.4; z-index:99;}
.member_slide_wrap .prevBtn:hover{opacity:1;}
.member_slide_wrap .nextBtn{width:18px; height:33px; position:absolute; right:0; top:134px; font-size:0; text-indent:-9999px; background:url("https://news.chosun.com/newsspecial/100forum/img/ic_next.png") 0 0 no-repeat; border:none; opacity:0.4; z-index:99;}
.member_slide_wrap .nextBtn:hover{opacity:1;}
.forum_member.is-active .sec_tt{animation-name:fadeInDown; -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s;}


/* forum_100 */
.forum_100{padding:80px 0 92px 0; background:url("https://news.chosun.com/newsspecial/100forum/img/bg_forum.png") 100% 100% no-repeat #ebe8f4; background-attachment:fixed;}
.forum_100 .top .sec_tt a{padding:10px 20px; margin-left:15px; font-size:15px; line-height:16px; color:#632cfb; font-weight:bold; background:#fff; border-radius:50px; text-decoration:none;}
.forum_100 .top p{margin-top:20px; margin-bottom:60px; font-size:17px; line-height:23px; color:#000; text-align:center;}
.forum_100 .img{width:696px; height:526px; margin:0 auto;}
.forum_100 .img img{width:100%;}

/* .forum_100.is-active .top{animation-name:fadeInDown;} */
.forum_100.is-active .img{animation-name:fadeInUp;}

/* forum_video */
/* .forum_video{padding:100px 0; background:url("https://news.chosun.com/newsspecial/100forum/img/bg_vod.png") 0 100% no-repeat; background-size:100% 100%; background-attachment:fixed;} */
.forum_video .video_slide{max-width: 1000px; margin:0 auto; overflow:hidden;}
.forum_video .video_cont{max-width:960px; margin:0 auto; position:relative; padding-top:28.377%; height:0; background:#000;}
.forum_video .video_cont iframe{position:absolute; left:0; top:0; right:0; bottom:0; width:100%; height:100%}

/*------------------------------- video_slide -------------------------------*/
.video_slide{width:100%; overflow: hidden; margin-bottom:30px; position:relative;}
.video_slide .slide_item{position: relative; overflow:hidden;}
.video_slide .slide_item .new_page_btn{padding: 9px 17px; position: absolute; z-index:99; left:20px; top:20px; color:#fff; font-size:16px; line-height:16px; text-align:center; letter-spacing:-0.05em; border:1px solid #fff; background:rgba(0, 0, 0, 0.2);}
.video_slide .slide_item .new_page_btn:hover{text-decoration:none;}

/* .video_slide .slide_item .y_poster{width:100%; height:390px; overflow:hidden; position: absolute; left:0; top:0; background-size:100% 100%;} */
.video_slide .slide_item .y_poster{display:block; width:100%; height: 0; padding-top:56.3%; overflow: hidden; position: absolute; left:0; top:0; background-size:100% 100% !important;}
.video_slide .slide_item .y_poster .in{position:absolute; bottom:31px; left:30px; z-index:2;}
.video_slide .slide_item .y_poster .in .icon{display:table; cursor:pointer;}
.video_slide .slide_item .y_poster .in .icon img{display:table-cell; vertical-align:middle; margin-right:10px;}
.video_slide .slide_item .y_poster .in .icon .tt{display:table-cell; font-size:26px; line-height:1.2; color:#fff; letter-spacing:-0.05em; vertical-align:middle; text-decoration:none;}
.video_slide .slide_item .y_poster .in .icon .tt:hover{text-decoration:underline;}
.video_slide .video_wrap{height:0; padding-top:56.26%; overflow:hidden; position:relative;}
.video_slide .video_wrap iframe{width:100%; height:100%; margin:auto; position:absolute;top:0;left:0;right:0;bottom:0;}
.video_slide .buttons{right:0px; bottom:-1px; position: absolute; border-left: 1px solid #292931; z-index:99;}
.video_slide .buttons li{cursor:pointer; box-sizing:border-box; border:1px solid #54545d;}
.video_slide .buttons img{display:block; line-height:0;}
.video_slide .y_poster .video_bottom_bg{width:100%;height:100%;position:absolute;left:0;top:0;background:url("https://image.chosun.com/cs/2019/video_bg.png") 0 0 no-repeat;background-size:100% 100%;z-index:1;}

/* .video_slide .slide_item .y_poster{display:block; height: 0; padding-top:56.25%; overflow: hidden; position: absolute; left:0; top:0; background-size:100% 100% !important;} */
.video_slide .slick-dots{text-align:center; margin-top:0;}
/* .video_slide .slick-dots li{display:inline-block; margin-left:10px; text-indent:-9999px; width:12px; height:12px; background:#999; border-radius:100%;}
.video_slide .slick-dots li.slick-active{background:#fff;}
.video_slide .slick-dots li:first-child{margin-left:0;} */

.slick-dots{width: 1000px; *zoom:1; float:left;}
.slick-dots:after{display:block;content:"";clear:both;}
.slick-dots li {float:left; background:#292931; display:table; height:90px; box-sizing:border-box; transition: all 0.5s ease-out; text-align:left; overflow: hidden;}
.slick-dots li+li {border-left: 1px solid #3e3e41;}
.slick-dots li.fir {width: 100%;}
.slick-dots li.sec {width: 50%;}
.slick-dots li.thr {width: 33.333%;}
.slick-dots li.fou {width: 25%;}
.slick-dots .slick-active{background: #06020a;}
.slick-dots .img{display:table-cell; padding-left:20px; width:50px; height:50px; vertical-align:middle; cursor: pointer;}
.slick-dots .img img{width:100%; height:100%;}
.slick-dots .tt{display:table-cell; padding: 0 0 0 16px; vertical-align:middle; font-size:15px; line-height:1.3; letter-spacing:-0.05em; color:#999; cursor:pointer;}
.slick-dots .tt .txt {display: inline-block; max-height: 2.6em; padding-right: 20px; font-size: 18px; overflow: hidden;}
/* .slick-dots .slick-active .txt{padding-right:22px;} */
.slick-dots .tt img{display:none;}
.slick-dots .slick-active .tt{color:#fff; font-weight:bold;}
.slick-dots .slick-active .tt img{display:inline-block; width: 18px; height: 18px; margin-right:5px; position: relative; top:2px;}

/* forum100_sub */
.forum100_sub{background:#ebe8f4;}
.sub_top{width:100%; height:400px; background:url("https://news.chosun.com/newsspecial/100forum/img/bg_sub.png") 0 0 no-repeat;}
.sub_cont{max-width:1077px; margin:0 auto; padding-bottom:50px; *zoom:1;}
.sub_cont:after{display:block;content:"";clear:both;}
.sub_cont .sub_tt{float:left; width:300px; height:300px; background:rgba(99, 44, 251, 0.85); position:relative; top:-145px;}
.sub_cont .sub_tt h1{padding-top:20px;font-size:50px;line-height:65px;color:#fff;position: absolute;left:40px;top:40px;width:340px;text-shadow:2px 2px 2px #08080814;}
.sub_cont .sub_tt h1:after{position:absolute; left:0; top:0; width:15px; height:15px; background:#fff; content:"";}
.sub_cont .txt_wrap{float:right; width:668px; padding-top:60px;}
.sub_cont .txt_wrap p{font-size:16px; line-height:30px; color:#000;}
.sub_cont .txt_wrap p:first-child{padding-bottom:45px;}
.sub_img_m{display:none;}

/* forum_content */
/*
  작성자 : LEENARA
  작업시작일 : 2019.08
*/
#wrapper {max-width: 100%;}
.forum_content {width: 100%; padding: 80px 0; background: url('https://news.chosun.com/newsspecial/100forum/img/forum_content_bg.png') 0 33.91% no-repeat; background-size: 100%; /* background-attachment: fixed; */}
.forum_content > .inner {max-width: 1200px; margin: 0 auto; text-align: center;}

.forum_content .cont_num {display: inline-block; min-width: 160px; padding: 0 7px; font-size: 25px; color: #5623d4; border-top: 1px solid #5325d2; border-bottom: 1px solid #5325d2; line-height: 44px; font-weight: bold; overflow: hidden;}
.forum_content .cont_num > span {float: left; display: block; width: 117px; height: 36px; margin: 3px 5px 3px 0; font-size: 0; line-height: 0; background: url('https://news.chosun.com/newsspecial/100forum/img/forum_cont_logo.png')no-repeat; background-size: 100% 100%;}

.forum_content .cont_tit {padding: 10px 0 16px; font-size: 50px; font-weight: bold; text-align: center; line-height: 1.48; letter-spacing: -2.5px;}

.forum_content ul.cont_info {width: 461px; margin: 0 auto; padding-bottom: 21px; overflow: hidden;}
.forum_content ul.cont_info li {display: inline-block; padding-bottom: 9px; color: #222; font-size: 15px; line-height: 1.46; font-weight: 500; letter-spacing: -0.75px;}
.forum_content ul.cont_info li>.info {display: inline-block; margin: -2px; padding-left: 6px; color: #777; font-weight: normal;}
.forum_content ul.cont_info li+li {padding-left: 18px;}
.forum_content ul.cont_info li:nth-child(3) {padding-left: 0;}

.forum_content .main_cont {max-width: 1000px; margin: 0 auto; box-shadow: -1px 6px 12px -3px rgba(119,119,119,0.5);}
.forum_content ul.cont_list {max-width: 1000px; padding: 11px 30px 6px 30px; background: #fff;}
.forum_content ul.cont_list li {display: table; width: 100%; padding: 20px 0; border-bottom: 1px solid #eaeaea;}
.forum_content ul.cont_list li:last-child {border-bottom: none;}
.forum_content .thumb {display: table-cell; vertical-align: middle; position: relative; width: 21.3%; height: 110px; overflow: hidden;}
.forum_content .thumb a {display: block; width: 100%; height: 100%; font-size: 0; line-height: 0;} 
.forum_content .thumb img {display: inline-block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 110px;}
.forum_content dl {text-align: left;}
.forum_content dl dt {padding-bottom: 7px; font-size: 20px; font-weight: bold; letter-spacing: -1px; line-height: 1.45;}
.forum_content dl dd.desc {padding-bottom: 7px; color: #777; font-size: 15px; letter-spacing: normal; word-break: keep-all; line-height: 1.33;}
.forum_content dl dd.more {display: inline-block; height: 22px;}
.forum_content dl dd.more a {display: inline-block; line-height: 22px; font-size: 15px; color: #777; letter-spacing: normal; text-decoration: none; overflow: hidden;}
.forum_content dl dd.more a:after {content: ''; float: right; display: block; width: 16px; height: 16px; margin: 3px 0; background: url('https://news.chosun.com/newsspecial/100forum/img/more_btn_2x.png') no-repeat; background-size: 100% 100%;}
.forum_content .thumb+dl {display: table-cell; vertical-align: middle; padding-left: 2.12%;}

.forum_content .list_link {padding-top: 40px;}
.forum_content .list_link a {display: inline-block; color: #000; font-size: 20px; font-weight: bold; text-decoration: none;}
.forum_content .list_link a:after {content:''; float: right; display: block; width: 16px; height: 16px; background: url('https://news.chosun.com/newsspecial/100forum/img/link_more_btn_2x.png') no-repeat; background-size: 100% 100%; margin: 7px 0 6px 4px;}
.forum_content .list_link em {padding-right: 6px; color: #632cfb;}


@media all and (max-width:1100px) {
  /*  */
  .member_slide{padding:0 30px;}
  .member_slide_wrap .prevBtn{left:30px;}
  .member_slide_wrap .nextBtn{right:30px;}

  /* forum_video */
  /* .forum_video{padding:30px 55px; background:url("https://news.chosun.com/newsspecial/100forum/img/bg_vod.png") 0 0 no-repeat; background-size:100% 100%;} */
  .forum_video .video_cont{max-width:inherit; margin:0; position:relative; padding-top:56.25%; height:0; background:red;}
  .forum_video .video_cont iframe{position:absolute; left:0; top:0; right:0; bottom:0; width:100%; height:100%}

  .forum_video .video_slide{overflow:inherit;}

  .video_slide .video_wrap{display:block; padding-top:56.25%;}
  .video_slide .buttons{position: absolute; border:none; left:-45px; top:0; width:100%; height:100%; padding:0 45px; display:none;}
  .video_slide .buttons li{border:none;}
  .video_slide .buttons li.prev{position: absolute; left:0; top:50%; margin-top:-20px; z-index:99;}
  .video_slide .buttons li.next{position: absolute; right:0; top:50%; margin-top:-20px; z-index:99;}
  .nav{display:none;}
  .video_slide .slide_item .y_poster{display:block; height: 0; padding-top:56.25%; overflow: hidden; position: absolute; left:0; top:0; background-size:100% 100% !important;}


  .video_slide .slick-dots{width:100%; padding-top:5px; float:none; background: #fff;}
  .slick-dots li{float:none; margin-left:8px; display:inline-block; width:10px; height:10px; background:#632cfb; border-radius:100%;}
  .slick-dots li:first-child{margin-left:0;}
  .slick-dots .slick-active{border-bottom:none; background: #ebe8f4;}

  .slick-dots li.fir, .slick-dots li.sec, .slick-dots li.thr, .slick-dots li.fou {width: 10px;}
  .slick-dots li+li {border: none;}
}

@media all and (max-width:950px) {
  .sub_img_m{display:block;}
  .sub_tt_m{display:block;}
  .sub_tt_pc{display:none;}
  .sub_tt_pc:after{display:none;}

  /* forum100_sub */
  .forum100_sub{background:#ebe8f4;}
  .sub_top{background:none; width:100%; height:158px; text-align:center;}
  .sub_top img{width:100%; height:100%;}
  .sub_cont{max-width:1077px; margin:0 auto; padding-bottom:0; *zoom:1;}
  .sub_cont:after{display:block;content:"";clear:both;}

  .sub_cont .sub_tt{float:none; width:inherit; height:inherit; background:none; position:relative; top:0;}
  .sub_cont .sub_tt h1{width:auto; padding-top:30px; font-size:25px; line-height:31px; font-weight:bold; text-align:center; color:#000; position:relative; left:0; top:0;}
  .sub_cont .sub_tt h1:after{display:none;}
  .sub_cont .sub_tt h1 span{position:relative; padding-left:15px;}
  .sub_cont .sub_tt h1 span:after{position:absolute; left:0; top:0; width:8px; height:8px; background:#632cfb; content:"";}

  .sub_cont .txt_wrap{float:none; width:100%; padding:0 18px; margin:20px 0 0 0; box-sizing:border-box;}
  .sub_cont .txt_wrap p{font-size:15px; line-height:23px; color:#000;}
  .sub_cont .txt_wrap p:first-child{padding-bottom:22px;}
}

@media all and (min-width:769px) {
  .desktop{display:block !important;}
  .mobile{display:none !important;}

  .sub_tt_m{display:none;}
  .sub_tt_pc{display:block;}
}

@media all and (max-width:768px) {
  body, input, button, textarea{font:16px/1.3 AppleSDGothicNeo-Regular,"Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", 나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif; letter-spacing:0;  /*font-family:AppleSDGothicNeo-Regular,'맑은 고딕','Malgun Gothic',나눔고딕,돋움,Dotum,굴림,Gulim,'Apple SD Gothic Neo',sans-serif; letter-spacing:-0.05em*/}
  .desktop{display:none !important;}
  .mobile{display:block !important;}
  #wrapper{max-width:768px; overflow:hidden;}

  .sub_top img{width:100%;}

  /* gnb */
  .gnb .gnb_in .board_btn{float:right; width:auto; height:inherit; padding:2px 0 0 0; box-sizing:border-box; border:none; text-align:center;}
  .gnb .gnb_in .board_btn span{padding-left:23px; font-size:15px; line-height:18px; color:#fff; position: relative;}
  .gnb .gnb_in .board_btn span:after{display:block; width:14px; height:15px; position: absolute; left:0; top:1px; background:url("https://news.chosun.com/newsspecial/100forum/img/ic_board.png") 0 0 no-repeat; content:"";}


  /* forum_top */
  /* .forum_top{width:100%; height:280px; padding:0; background:url("https://news.chosun.com/newsspecial/100forum/img/bg_intro_m.png") 50% 0% no-repeat; background-size:100%; position: relative;} */
  .forum_top{width:100%; height:280px; padding:0; background:url("https://news.chosun.com/newsspecial/100forum/img//bg_intro2.jpg") 50% 0% no-repeat; background-size:cover; position: relative;}
  .forum_top:after{content:""; position:absolute; left:0;top:0; width:100%; height:100%; background:url("https://news.chosun.com/newsspecial/100forum/img//bg_intro_wrap_m.png") 0 0 no-repeat; background-size:100% 100%;}
  .forum_top .top_cont{position: inherit; width:100%; height:100%;}
  .forum_top .box{width:136px; height:136px; background:rgba(99, 44, 251, 0.8); box-sizing:border-box; position: absolute; left:25px; bottom:17px; animation-name:zoomIn;}
  .forum_top .box .box_in{width:auto; left:19px; top:17px;}
  .forum_top .mobile_title{width:198px; height:81px;}
  .forum_top .mobile_title img{width:100%;}
  .forum_top .box .f_btn{margin-top:10px;}
  .forum_top .box .f_btn a{ display:inline; padding:0 15px 0 0; font-size:14px; font-weight:bold; border:none; border-radius:0;}
  .forum_top .box .f_btn a:after{right:0; margin: 2px 0;}
  .forum_top .box .txt1{display:none;}


  /* forum_member */
  .forum_member{padding:40px 0 37px 0;}
  .sec_tt{text-align:center; font-size:25px; line-height:31px; color:#000; font-weight:bold;}
  .sec_tt div{position:relative; display:inline-block;}
  .sec_tt div:after{width:8px; height:8px; background:#632cfb; content:""; position:absolute; left:-15px; top:0;}
  .forum_member .member_list{margin-left:0; padding:20px 15px 0 15px;}
  .member_box{width:100%; margin-top:10px; height:auto; float:none; padding:0}
  .member_box:first-child{margin-top:0;}
  .member_box_in{height:140px; *zoom:1; padding:20px 0 0 20px;}
  .member_box_in:after{display:block;content:"";clear:both;}
  .member_box .txt_wrap{padding:0; float:left; position:relative; z-index:20;}
  .member_box .txt1{font-size:14px;}
  .member_box .txt1 span{}
  .member_box .txt2 strong{font-size:20px;}
  .member_box .txt2 span{font-size:14px;}
  .member_box ul{margin-top:13px;}
  .member_box li{margin-top:5px; font-size:14px; color:#777;}

  .member_box .img{position:inherit; float:right; height:100%; position:relative; z-index:10;}
  .member_box .img img{width:110px; height:140px; position:absolute; right:0; bottom:0;}

  .sec_tt_sub{padding:45px 0 30px 0; font-size:20px; color:#632cfb; font-weight:bold; text-align:center;}

  .member_slide{padding:0 0;}
  .member_slide .slick-list{padding-top:0;}
  .member_slide .slide_item{box-sizing:border-box; margin-left:0; width:auto; padding:0 10px;}
  .member_slide .slide_item .img{max-width:130px; height:130px;}
  .member_slide_wrap .prevBtn{display:none !important;}
  .member_slide_wrap .nextBtn{display:none !important;}


  /* forum100 */
  .forum_100{padding:40px 21px 40px 21px; background-size:100%; background-attachment:inherit;}
  .forum_100 .top .sec_tt a{display:none;}
  .forum_100 .top p{margin-top:10px; margin-bottom:15px; font-size:15px; line-height:19px; color:#000;}
  .forum_100 .img{width:100%; height:auto;}
  .forum_100 .fi_wrap{text-align:center;}
  .forum_100 .fi_btn{display:inline-block; margin-bottom:25px; padding:10px 20px; font-size:15px; line-height:16px; color:#632cfb; font-weight:bold; background:#fff; border-radius:50px; text-decoration:none;}


  /* forum_video */
  /* .forum_video{padding:30px 15px; background:url("https://news.chosun.com/newsspecial/100forum/img/bg_vod.png") 0 0 no-repeat; background-size:100% 100%;} */
  .forum_video .video_cont{max-width:inherit; margin:0; position:relative; padding-top:56.25%; height:0; background:red;}
  .forum_video .video_cont iframe{position:absolute; left:0; top:0; right:0; bottom:0; width:100%; height:100%}


  /* footer */
  .footer{padding:30px 0; text-align:center;}
  .footer span{font-size:11px; line-height:1.1; color:#999;}
  .forum_top .box{bottom:30px;}

    /* forum content */
    .forum_content {padding: 20px 0 25px 0; background: url('https://news.chosun.com/newsspecial/100forum/img/forum_content_bg_m.png') 0 17.5% no-repeat; background-size: 100%;}
    .forum_content .cont_num {min-width: 98px; margin-bottom: -4px; padding: 0 4px; line-height: 28px; font-size: 15px;}
    .forum_content .cont_num > span {position: relative; top: 2px; width: 74px; height: 22px; margin: 0 4px 3.6px 0; background: url('https://news.chosun.com/newsspecial/100forum/img/forum_cont_logo_2x.png')no-repeat; background-size: 100% 100%;}
  
    .forum_content .cont_tit {padding: 10px 0; font-size: 25px; line-height: 1.28;}
  
    .forum_content .cont_info {display: none;}
  
    .forum_content .main_cont {padding: 0 15px; box-shadow: none;}
  
    .forum_content ul.cont_list {padding: 10px 0 0 0;}
    .forum_content ul.cont_list li {display: block; /* min-height: 65px; */ padding: 10px 0; box-sizing: border-box; overflow: hidden;}
    .forum_content ul.cont_list li:last-child {border-bottom: 1px solid #eaeaea;}
    .forum_content .thumb {float: right; width: 93px; height: 62px;}
    .forum_content .thumb img {width: auto; height: 62px;}
    .forum_content dl dt {max-height: 2.66em; padding-bottom: 0; font-size: 16px; font-weight: normal; line-height: 1.33; letter-spacing: -0.8px;overflow: hidden;}
    .forum_content dl dd.desc {display: none;}
    .forum_content dl dd.more {display: none;}
    .forum_content dl {padding: 11px 0;}
    .forum_content .thumb+dl {padding: 10px 20px 10px 0;}

    .video_slide .slide_item .y_poster .in {left: 20px; bottom: 20px;}
    .video_slide .slide_item .y_poster .in .icon img {width: 24px; height: 24px;}
    .video_slide .slide_item .y_poster .in .icon .tt {font-size: 16px; text-align: left; padding-right: 20px;}
    .video_slide .slide_item .new_page_btn{top:20px; padding: 4px 6px; font-size:12px; left:20px; letter-spacing: -1px;}
  
    .forum_content .list_link {padding-top: 20px; letter-spacing: -1.5px;}
    .forum_content .list_link a {color: #666; font-size: 15px;}
    .forum_content .list_link em {color: #5a2cd8;}
    .forum_content .list_link a:after {margin: 1px 0 2px 3px;}
}

@media all and (max-width:500px) {
  .sub_top img{width:auto; transform:translateX(-20%)}
}