@charset 'UTF-8';
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://cdn.rawgit.com/kattergil/NotoSerifKR-Web/76eb9ebf/stylesheet/NotoSerif-Web.css);

/* cont_body */
.cont_body {
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 570px;
  position: relative;
}

.sub_visual_box {
  position: absolute;
  height: 570px;
  width: 100%;
  top: 125px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  min-width: 1098px;
}
.sub_visual_box.st {
  top: 94px;
}
/* background:url('') no-repeat center top; background-size:cover; */
.sub_visual_box .visual_img {
  background-color: #000;
  text-align: center;
  height: 570px;
}

.sub_visual_box .visual_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: .4;
  z-index: 1;
}
.sub_visual_box .visual_img img{
  width:100%;
  height:100%;
}

.sub_visual_box .icon_list {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  width: 1098px;
  margin: 0 auto;
  text-align: right;
  /*! overflow:hidden; */
  z-index: 999;
}

.sub_visual_box .icon_list li {
  display: inline-block;
  /*! overflow:hidden; */
  padding: 0 14px;
  position: relative;
}

.sub_visual_box .icon_list li a {
  display: block;
  overflow: hidden;
  height: 20px;
}

.sub_visual_box .icon_list li a img {
  opacity: 0;
  transition: all 0.3s ease;
  vertical-align: top;
}

.sub_visual_box .icon_list li a:hover img {
  opacity: 1;
}

.sub_visual_box .icon_list li:nth-child(1) a {
  background: url('/assets/images/user/sub/img_sub_icon1.png') no-repeat center top;
}

.sub_visual_box .icon_list li:nth-child(2) a {
  background: url('/assets/images/user/sub/img_sub_icon2.png') no-repeat center top;
}

.sub_visual_box .icon_list li:nth-child(3) a {
  background: url('/assets/images/user/sub/img_sub_icon3.png') no-repeat center top;
}

.sub_visual_box .icon_list li:nth-child(4) a {
  background: url('/assets/images/user/sub/img_sub_icon4.png') no-repeat center top;
}

.sub_visual_box .icon_list li:nth-child(5) a {
  background: url('/assets/images/user/sub/img_sub_icon5.png') no-repeat center top;
}

.sub_visual_box .text_box {
  position: absolute;
  width: 1098px;
/*   height: 570px; */
  top: 0;
  left: calc(50% - 549px);
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}

.sub_visual_box .text_box a {
  color: #fff;
}

.sub_visual_box .text_box .title {
  font-size: 52px;
  font-weight: 500;
  margin-top: 170px;
  height: 61px;
  overflow: hidden;
  line-height: 52px;
}

.sub_visual_box .text_box .location {
  font-size: 22px;
  margin-top: 40px;
}

.sub_visual_box .text_box .location a {
  color: #fff;
}

.sub_visual_box .text_box .text {
  font-size: 20px;
  margin-top: 105px;
}

.sub_visual_box .text_box .tag {
  width: 1098px;
  margin: 25px auto 0 auto;
  height: 35px;
  overflow: hidden;
}

.sub_visual_box .text_box .tag li {
  display: inline-block;
  height: 35px;
  line-height: 33px;
  font-size: 18px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  margin: 0 4px;
  box-sizing: border-box;
}

.sub_visual_box .progress_container {
  position: fixed;
  top: 60px;
  width: 100%;
  height: 6px;
  background: #c1bbbb;
  opacity: 0;
  left: 0;
  right: 0;
}

.sub_visual_box .progress_bar {
  width: 0%;
  height: 6px;
  background: #f04e4e;
  -webkit-transition: width 0.2s ease-out;
  /* Safari */
  transition: width 0.2s ease-out;
}

.sub_visual_box.scroll .icon_list {
  width: 780px;
  top: 0;
  padding-top: 5px;
}

.sub_visual_box.scroll .icon_list li:nth-child(1) a {
  background: url('/assets/images/user/sub/img_sub_icon1_grey.png') no-repeat center top;
}

.sub_visual_box.scroll .icon_list li:nth-child(2) a {
  background: url('/assets/images/user/sub/img_sub_icon2_grey.png') no-repeat center top;
}

.sub_visual_box.scroll .icon_list li:nth-child(3) a {
  background: url('/assets/images/user/sub/img_sub_icon3_grey.png') no-repeat center top;
}

.sub_visual_box.scroll .icon_list li:nth-child(4) a {
  background: url('/assets/images/user/sub/img_sub_icon4_grey.png') no-repeat center top;
}

.sub_visual_box.scroll .icon_list li:nth-child(5) a {
  background: url('/assets/images/user/sub/img_sub_icon5_grey.png') no-repeat center top;
}

.sub_visual_box.scroll .visual_img {
  display: none;
}

.sub_visual_box.scroll .text_box .title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  color: #515153;
  text-align: left;
  padding-right: 450px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left:162px;
  padding-top:4px;
}

.sub_visual_box.scroll .text_box .location {
  display: none;
}

.sub_visual_box.scroll .text_box .text {
  display: none;
}

.sub_visual_box.scroll .text_box .tag {
  display: none;
}

.sub_visual_box.scroll {
  position: fixed;
  background: #fff;
  width: 780px;
  height: 60px;
  line-height: 60px;
  float: none;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  overflow: visible;
}

.sub_visual_box.scroll .progress_container {
  opacity: 1;
}

.sub_text_box {
  width: 780px;
  margin: 0 auto;
  overflow: hidden;
}

.vdo-info {
  width: 780px;
  text-align: right;
  margin: 35px auto 0 auto;
}

.sub_text_box .title1 {
  font-size: 38px;
  color: #333;
  font-family: 'Noto Serif KR', serif;
  margin-top: 50px;
  font-weight: 400;
}

.sub_text_box .text_st1 {
  font-size: 17px;
  line-height: 29px;
  margin-top: 25px;
}

.sub_text_box .text_st2 {
  font-size: 15px;
  color: #494646;
  text-align: right;
  margin-top: 5px;
}

.sub_text_box .img {
  margin-top: 25px;
  overflow: hidden;
}

.sub_text_box .img img {
  max-width: 100%;
  float: left;
}

.sub_text_box .youtube_box {
  margin-top: 25px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  z-index: -999;
}

.sub_text_box .youtube_box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.aside-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.aside-wrap.on {
  opacity: 1;
  visibility: inherit;
}

.aside-wrap .mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.43);
}

.aside-wrap .learn-aside {
  background: #fff;
  padding: 30px 20px 0 20px;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  width: 367px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
}

.aside-wrap .play-area {
  margin-bottom: 30px;
}

.fs24 {
  font-size: 24px;
}

.fc_blue {
  color: #2f8bda;
}

.fc_red {
  color: #ee1d1d;
}

.menu-star-list {
  display: none;
  position: absolute;
  top: 40px;
  width: 170px;
  text-align: center;
  border: 1px solid #000;
  font-size: 12px;
  color: #777;
  background: #fff;
  height: 56px;
  line-height: 56px;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.menu-star-list:after,
.menu-star-list:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.menu-star-list:after {
  border-bottom-color: #fff;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}

.menu-star-list:before {
  border-bottom-color: #000;
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}

.menu-star-list.menu-star-list {
  left: -62px;
  width: 170px;
}

.menu-star-list li {
  position: relative;
}

/*.menu-star-list li:before {
    content:"";
    position:absolute;
    top:20px;
    left:50%;
	width:90px;
	height:15px;
    margin-left:-44px;
	text-indent:-9999px;
	overflow:hidden;
	vertical-align:middle;
	background-image:url('../../images/user/common/star.svg');
    background-size:auto 30px;
	background-repeat:no-repeat;
}*/
/*.menu-star-list .ui-checkboxradio-radio-label {
    position:relative;
    z-index:2;
    display:inline-block;
	width:12px;
	height:12px;
	background:url('../../images/user/common/star.svg') center -12px no-repeat;
	padding:0;
	margin:0;
    text-indent:-9999px;
    cursor:pointer;
    min-height:0;
    line-height:12px;
}*/
/*.menu-star-list .ui-checkboxradio-radio-label {
    position:relative;
    z-index:3 !important;
    display:inline-block;
	width:15px;
	height:15px;
	background:url('../../images/user/common/star.svg') center -15px no-repeat;
    background-size:auto 30px;
	padding:0;
	margin:0;
    text-indent:-9999px;
    cursor:pointer;
    min-height:0;
    line-height:15px;
    margin:0 4px;
}
.menu-star-list .ui-checkboxradio-radio-label:before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    z-index:0;
    display:block;
    width:100%;
    height:100%;
	background:url('../../images/user/common/star.svg') center 0 no-repeat;
    background-size:auto 30px;
	padding:0;
	margin:0;
    cursor:pointer;
    min-height:0;
    border-radius:0;
    border:none;
    z-index:0;
}
.menu-star-list .ui-checkboxradio-radio-label:after {
    display:none;
}
.menu-star-list .ui-checkboxradio-radio-label.ui-state-active ~ .ui-checkboxradio-radio-label,
.menu-star-list .ui-checkboxradio-radio-label:hover ~ .ui-checkboxradio-radio-label {
	background:url("../../images/user/common/score.png") center 0px no-repeat;
}*/
.menu-star-list .ui-checkboxradio-radio-label {
  position: relative;
  z-index: 1 !important;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('../../images/user/common/star.svg') left 0 no-repeat;
  background-size: auto 30px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  cursor: pointer;
  min-height: 0;
  line-height: 15px;
  margin: 0 4px;
}

.menu-star-list .ui-checkboxradio-radio-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../images/user/common/star.svg') left -15px no-repeat;
  background-size: auto 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  min-height: 0;
  border-radius: 0;
  border: none;
  z-index: 0;
}

.menu-star-list .ui-checkboxradio-radio-label:after {
  display: none;
}

.menu-star-list .ui-checkboxradio-radio-label.ui-state-active~.ui-checkboxradio-radio-label:before,
.menu-star-list .ui-checkboxradio-radio-label:hover~.ui-checkboxradio-radio-label::before {
  background-position: left 0;
}

.btn_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  transition: all 0.5s ease;
  opacity: 0.7;
}

.btn_top:hover {
  opacity: 1;
}

.btn_top img {
  width: 50px;
}

.textbox_cont {
  padding: 50px 0 30px;
  /* line-height: 1.95em;
  letter-spacing: 0; */
  font-weight: 400;
}
.textbox_cont p,
.textbox_cont span{
  /* letter-spacing: 0; */
}
.textbox_cont img{max-width:100%;}

.sub_visual_box .icon_list li a.menu-heart.active {
    background: url(/assets/images/user/sub/img_sub_icon1_on.png) no-repeat center top;
}

.textbox_cont em {
    font-style: italic;
    color: unset;
}
.textbox_cont strong {
    font-weight: bold;
}
/*텍스트 콘텐츠 개선*/
.sub_visual_box .text_box .text {
  margin-top: 40px;
}
.sub_visual_box .text_box .location {
  margin-top: 100px;
}
.textbox_cont {
  word-break: keep-all;
}
