.show-tm {
  display: none;
}
#splashLayer {
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100000;
}
#splashLayer > div {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}
#splashLayer > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/**/
#body {
  display: block;
  width: 100%;
  max-width: none;
}
#body > .main {
  display: block;
  width: 100%;
  padding: 0;
  padding-bottom: 0px;
}
/**/
#mainVisualSlideWrap {
  width: 100%;
}
#mainVisualSlide {
  max-width: 1920px;
  margin: 0 auto;
}
/**/
#mainVisualSlide .main_visual_text_box {
  width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#mainVisualSlide .main_visual_text_box {
  outline: 1px dashed red;
  box-shadow: 0px 0px 10px cornflowerblue;
}
#mainVisualSlide .main_visual_text_box {
  display: none;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  #mainVisualSlide .main_visual_text_box {
    width: 750px;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  #mainVisualSlide .main_visual_text_box {
    width: 440px;
  }
}
/**/
#mainVisualSlide .item {
  width: 100%;
  display: block;
}
#mainVisualSlide .item > .thumb {
  width: 100%;
  font-size: 0;
}
#mainVisualSlide .item > .thumb > div {
  height: 390px;
  background-color: #dddddd;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#mainVisualSlideButtons {
  position: absolute;
  bottom: 19px;
  z-index: 5;
  font-size: 0;
}
#mainVisualSlideButtons {
  left: 50%;
  transform: translateX(-50%);
}
#mainVisualSlideButtons > * {
  vertical-align: middle;
}
#mainVisualSlideButtons > * + * {
  margin-left: 5px;
}
#mainVisualSlidePause {
  background: url(/front/imgs/common/ico_pause.png) no-repeat;
  width: 24px;
  height: 24px;
  font-size: 0;
}
#mainVisualSlidePause {
  display: none;
}
#mainVisualSlidePlay {
  background: url(/front/imgs/common/ico_play.png) no-repeat;
  width: 24px;
  height: 24px;
  font-size: 0;
}
#mainVisualSlidePlay {
  display: none;
}
/**/
#mainVisualSlideDots {
  display: inline-block;
  margin-left: 0;
}
#mainVisualSlideDots > * {
  vertical-align: top;
}
#mainVisualSlideDots > .slick-dots {
  /* display: inline-block; */
  display: flex;
  font-size: 0;
}
#mainVisualSlideDots > .slick-dots > li {
  display: inline-block;
}
#mainVisualSlideDots > .slick-dots > li > button {
  font-size: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background: white;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
}
#mainVisualSlideDots > .slick-dots > li > button {
  width: 50px;
  height: 15px;
}
#mainVisualSlideDots > .slick-dots > li > button {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mainVisualSlideDots > .slick-dots > li.slick-active > button {
  background: #ff7800;
  border-color: #ff7800;
}
#mainVisualSlideDots > .slick-dots > li + li {
  margin-left: 8px;
}
/**/
#mainVisualSlideArrows {
  display: inline-block;
}
#mainVisualSlideArrows {
  display: none;
}
#mainVisualSlideArrows > .slick-arrow {
  font-size: 0;
  overflow: hidden;
  width: 10px;
  height: 10px;
}
#mainVisualSlideArrows > .slick-prev:before {
  content: '';
  display: block;
}
#mainVisualSlideArrows > .slick-prev:before {
  border-top: 5px solid transparent;
  box-sizing: border-box;
  border-bottom: 5px solid transparent;
  border-right: 10px solid white;
}
#mainVisualSlideArrows > .slick-prev:after {
  background: white;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  display: inline-block;
}
#mainVisualSlideArrows > .slick-next {
  margin-left: 5px;
}
#mainVisualSlideArrows > .slick-next:before {
  content: '';
  display: block;
}
#mainVisualSlideArrows > .slick-next:before {
  border-top: 5px solid transparent;
  box-sizing: border-box;
  border-bottom: 5px solid transparent;
  border-left: 10px solid white;
}
#mainVisualSlideArrows > .slick-next:after {
  background: white;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  content: '';
  display: inline-block;
}
/**/
.c_banner_sec {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f7f8f9;
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .c_banner_sec {
    display: none;
  }
}
/**/
.layout190826134347 {
  font-size: 0;
}
.layout190826134347 > li {
  display: inline-block;
  vertical-align: top;
}
.layout190826134347 > li {
  width: 32.813%;
  margin-right: 0.78%;
}
.layout190826134347 > li:nth-child(3n) {
  margin-right: 0;
}
.layout190826134347 > li > a {
  width: 100%;
}
.layout190826134347 > li > a > .thumbnail {
  padding-bottom: 40.47%;
  background-size: cover;
  background-repeat: no-repeat;
}
/**/
#linkSlideWrap {
  padding-left: 33px;
  padding-right: 33px;
}
#linkSlide {
  z-index: 5;
  width: 100%;
  margin: 0 auto;
}
#linkSlide .item {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0;
}
#linkSlide .item > .label {
  font-size: 16px;
}
/**/
#linkSlideButtons {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 5;
  font-size: 0;
}
#linkSlideButtons {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 10px;
}
#linkSlideButtons {
  display: none;
}
#linkSlideButtons > * {
  vertical-align: middle;
}
#linkSlideButtons > * + * {
  margin-left: 5px;
}
#linkSlidePause {
  font-size: 0;
  background: url(/front/imgs/common/ico_pause.png) no-repeat;
  width: 24px;
  height: 24px;
}
#linkSlidePlay {
  font-size: 0;
  background: url(/front/imgs/common/ico_play.png) no-repeat;
  width: 24px;
  height: 24px;
}
/**/
#linkSlideDots {
  display: inline-block;
}
#linkSlideDots > * {
  vertical-align: top;
}
#linkSlideDots > .slick-dots {
  display: inline-block;
  font-size: 0;
}
#linkSlideDots > .slick-dots > li {
  display: inline-block;
}
#linkSlideDots > .slick-dots > li > button {
  font-size: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background: white;
  overflow: hidden;
  display: inline-block;
  width: 12px;
  height: 12px;
}
#linkSlideDots > .slick-dots > li > button {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#linkSlideDots > .slick-dots > li.slick-active > button {
  background: #9e1a20;
}
#linkSlideDots > .slick-dots > li + li {
  margin-left: 5px;
}
/**/
#linkSlideArrows {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#linkSlideArrows > .slick-arrow {
  font-size: 0;
  overflow: hidden;
  width: 33px;
  height: 100%;
}
#linkSlideArrows > .slick-arrow {
  position: absolute;
  top: 0px;
}
#linkSlideArrows > .slick-arrow {
  outline: 1px dashed red;
  box-shadow: 0px 0px 10px red;
}
#linkSlideArrows > .slick-prev {
  left: 0px;
}
#linkSlideArrows > .slick-next {
  right: 0px;
}
/**/
.layout181026020057 {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.layout181026020057 > div {
  font-size: 0;
}
.layout181026020057 > div > div {
  display: inline-block;
  vertical-align: top;
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media all and (min-width: 1440px) {
  .layout190826134347 > li > a > .thumbnail {
    background-size: auto;
  }
  .layout181026020057 > div > div:first-child {
    width: 334px;
  }
  .layout181026020057 > div > div:first-child + div {
    width: 572px;
    margin-left: 20px;
  }
  .layout181026020057 > div > div:first-child + div + div {
    width: 334px;
    margin-left: 20px;
  }
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media all and (min-width: 1024px) and (max-width: 1439px) {
  .layout181026020057 > div > div:first-child {
    width: 420px;
  }
  .layout181026020057 > div > div:first-child + div {
    width: 572px;
    margin-left: 12px;
  }
  .layout181026020057 > div > div:first-child + div + div {
    margin-top: 12px;
  }
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .layout181026020057 {
    display: block;
  }
  .layout181026020057 > div {
    display: block;
  }
  .layout181026020057 > div > div {
    display: block;
  }
  .layout181026020057 > div > div + div {
    margin-top: 20px;
  }
}
/**/
.board_preview_wrap {
  font-size: 0;
}
.board_preview_wrap > .brd_title_box {
  background: #f27800;
  padding-left: 20px;
}
.board_preview_wrap > .brd_title_box > button {
  display: inline-block;
  color: #333333;
  font-size: 20px;
  height: 51px;
}
.board_preview_wrap > .brd_title_box > button + button {
  margin-left: 20px;
}
.board_preview_wrap > .brd_title_box > button + button:before {
  outline: none;
  box-sizing: border-box;
  border-left: 1px solid #d2d2d2;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -11px;
  content: '';
  display: inline-block;
}
.board_preview_wrap > .brd_title_box > button.on {
  font-weight: 700;
  color: white;
}
/**/
.board_preview_wrap > .brd_more_btns {
  position: absolute;
  top: 0px;
  right: 0px;
}
.board_preview_wrap > .brd_more_btns > a {
  background-repeat: no-repeat;
  background-position: center;
}
.board_preview_wrap > .brd_more_btns > a {
  background-image: url(/front/imgs/common/index_more_btn.png);
  width: 51px;
  height: 51px;
}
.board_preview_wrap > .brd_more_btns > a {
  display: none;
}
.board_preview_wrap > .brd_more_btns > a.on {
  display: block;
}
/**/
.board_preview_wrap > .brd_list_box {
  background: white;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  border-top: none;
}
.board_preview_wrap > .brd_list_box {
  padding-left: 10px;
  padding-right: 10px;
}
.board_preview_wrap > .brd_list_box > li {
  display: none;
}
.board_preview_wrap > .brd_list_box > li.on {
  display: block;
}
.board_preview_wrap > .brd_list_box > li > ul > li {
  padding-right: 90px;
}
.board_preview_wrap > .brd_list_box > li > ul > li + li {
  border-top: 1px solid #dddddd;
}
.board_preview_wrap > .brd_list_box > li > ul > li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.05em;
  color: #333333;
}
.board_preview_wrap > .brd_list_box > li > ul > li > a {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.board_preview_wrap > .brd_list_box > li > ul > li.new > a {
  padding-right: 12px;
}
.board_preview_wrap > .brd_list_box > li > ul > li.new > a:before {
  background: url(/front/imgs/common/board_new_icon.png) no-repeat center;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  content: '';
  display: inline-block;
}
.board_preview_wrap > .brd_list_box > li > ul > li > a:hover {
  color: #1b1b1b;
  border-bottom-color: #6f6f6f;
}
.board_preview_wrap > .brd_list_box > li > ul > li > .date {
  position: absolute;
  top: 0px;
  right: 0px;
}
.board_preview_wrap > .brd_list_box > li > ul > li > .date {
  font-size: 13px;
  line-height: 50px;
  color: #999999;
}
/**/
/**/
#bannerSlideWrap {
  width: 450px;
  margin: 0 auto;
}
#bannerSlide {
  width: 100%;
  margin: 0 auto;
}
/**/
#bannerSlide .item {
  width: 100%;
}
#bannerSlide .item > .thumb {
  width: 100%;
}
#bannerSlide .item > .thumb > div {
  background-color: #dddddd;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 44.44%;
}
/**/
#bannerSlideButtons {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 5;
  font-size: 0;
}
#bannerSlideButtons {
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 10px;
}
#bannerSlideButtons > * {
  vertical-align: middle;
}
#bannerSlideButtons > * + * {
  margin-left: 5px;
}
#bannerSlidePause {
  background: url(/front/imgs/common/ico_pause.png) no-repeat;
  width: 24px;
  height: 24px;
  font-size: 0;
}
#bannerSlidePlay {
  background: url(/front/imgs/common/ico_play.png) no-repeat;
  width: 24px;
  height: 24px;
  font-size: 0;
}
#bannerSlidePlay {
  display: none;
}
/**/
#bannerSlideDots {
  display: inline-block;
}
#bannerSlideDots > * {
  vertical-align: top;
}
#bannerSlideDots > .slick-dots {
  display: inline-block;
  font-size: 0;
}
#bannerSlideDots > .slick-dots > li {
  display: inline-block;
}
#bannerSlideDots > .slick-dots > li > button {
  font-size: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  background: white;
  overflow: hidden;
  display: inline-block;
  width: 12px;
  height: 12px;
}
#bannerSlideDots > .slick-dots > li > button {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#bannerSlideDots > .slick-dots > li.slick-active > button {
  background: #009b64;
}
#bannerSlideDots > .slick-dots > li + li {
  margin-left: 5px;
}
/**/
#bannerSlideArrows {
  display: inline-block;
}
#bannerSlideArrows > .slick-arrow {
  font-size: 0;
  overflow: hidden;
  width: 12px;
  height: 12px;
}
#bannerSlideArrows > .slick-prev:before {
  content: '';
  display: block;
}
#bannerSlideArrows > .slick-prev:before {
  border-top: 6px solid transparent;
  box-sizing: border-box;
  border-bottom: 6px solid transparent;
  border-right: 10px solid white;
}
#bannerSlideArrows > .slick-prev:after {
  background: white;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  display: inline-block;
}
#bannerSlideArrows > .slick-next {
  margin-left: 5px;
}
#bannerSlideArrows > .slick-next:before {
  content: '';
  display: block;
}
#bannerSlideArrows > .slick-next:before {
  border-top: 6px solid transparent;
  box-sizing: border-box;
  border-bottom: 6px solid transparent;
  border-left: 10px solid white;
}
#bannerSlideArrows > .slick-next:after {
  background: white;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  content: '';
  display: inline-block;
}
/**/
/**/
.layout190826104034 {
  margin-top: 50px;
  font-size: 0;
}
.layout190826104034 > .item {
  display: inline-block;
  vertical-align: top;
}
.layout190826104034 > .item {
  font-size: 16px;
  height: 444px;
}
.layout190826104034 > .item:first-child {
  z-index: 5;
  width: 600px;
}
.layout190826104034 > .item:first-child + .item {
  width: calc(100% - 600px);
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media all and (min-width: 1024px) and (max-width: 1439px) {
  .layout190826104034 > .item:first-child {
    width: 500px;
  }
  .layout190826104034 > .item:first-child + .item {
    width: calc(100% - 500px);
  }
}
/**/
.layout190826104637 {
  background: url(/front/imgs/pattern_bg/index_yt_bg.jpg);
}
.layout190826104637 {
  top: 50px;
  width: 2000px;
}
.layout190826104637 {
  margin-left: -573px;
  padding-left: 573px;
  padding-bottom: 106px;
}
.layout190826104637 > .inner {
  padding-top: 70px;
  padding-left: 30px;
}
.layout190826104637 > .inner {
  width: 660px;
}
.layout190826104637 > .inner > .text0 {
  color: white;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.layout190826104637 > .inner > .text1 {
  margin-top: 22px;
  color: white;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.02em;
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media all and (min-width: 1024px) and (max-width: 1439px) {
  .layout190826104637 {
    margin-left: -449px;
    padding-left: 449px;
    padding-bottom: 64px;
  }
  .layout190826104637 > .inner {
    width: 500px;
  }
}
/**/
.notice_sec {
  background: #eaedef;
}
.notice_sec > .inside {
  padding-top: 50px;
  padding-bottom: 50px;
}
/**/
.layout190826111018 {
  margin-top: 50px;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.layout190826111018 > .item {
  display: table-cell;
  vertical-align: middle;
}
/**/
.layout190826114713 {
  font-size: 0;
}
.layout190826114713 > li {
  display: inline-block;
  vertical-align: top;
}
.layout190826114713 > li {
  margin-right: 5px;
}
.layout190826114713 > li:first-child {
  margin-right: 0;
}
.layout190826114713 > li:nth-child(n+2) {
  margin-top: 5px;
}
.layout190826114713 > li:nth-child(4) {
  margin-right: 0;
}
.layout190826114713 > li > a > img {
  display: none;
}
.layout190826114713 > li > a > img.normal {
  display: block;
}
.layout190826114713 > li > a:hover > img.normal {
  display: none;
}
.layout190826114713 > li > a:hover > img.hover {
  display: block;
}
/**/
.layout190826114715 {
  font-size: 0;
}
.layout190826114715 > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.layout190826114715 > li:nth-child(4) {
  margin-right: 0;
}
.layout190826114715 > li > a > img {
  display: none;
}
.layout190826114715 > li > a > img.normal {
  display: block;
}
.layout190826114715 > li > a:hover > img.normal {
  display: none;
}
.layout190826114715 > li > a:hover > img.hover {
  display: block;
}
/**/
.layout190826130656 {
  height: 204px;
  font-size: 0;
  padding-top: 10px;
  padding-left: 10px;
  background: white;
}
.layout190826130656 {
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.layout190826130656 > li {
  display: inline-block;
  vertical-align: top;
}
.layout190826130656 > li {
  width: 180px;
}
.layout190826130656 > li + li {
  margin-left: 5px;
}
.layout190826130656 > li > a {
  display: block;
  width: 100%;
}
.layout190826130656 > li > a > .title {
  margin-top: 5px;
  padding-left: 5px;
  font-size: 14px;
  color: #333333;
  line-height: 1.5em;
}
.layout190826130656 > li > a > .title {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.layout190826130656 > li > a > .won {
  padding-left: 5px;
  font-size: 14px;
  color: #999999;
  line-height: 1.5em;
}
.layout190826130656 > li > a > .won {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/**/
.layout190826130252 > .head {
  background: url(/front/imgs/pattern_bg/lnb_pattern.png);
  padding-left: 20px;
}
.layout190826130252 > .head > .title {
  line-height: 51px;
  font-size: 20px;
  font-weight: 700;
  color: white;
}
.layout190826130252 > .head > .more_btn {
  background: url(/front/imgs/common/index_more_btn.png) no-repeat center;
  width: 51px;
  height: 51px;
}
.layout190826130252 > .head > .more_btn {
  position: absolute;
  top: 0px;
  right: 0px;
}
/**/
.experience_sec {
  padding: 65px 0 48px;
  background-color: #2f2f2f;
}
/**/
.c_banner_mobile_sec {
  background: #f7f8f9;
}
.c_banner_mobile_sec {
  display: none;
}
.c_banner_mobile_sec > .inside {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .c_banner_mobile_sec {
    display: block;
  }
}
/**/
#cBannerWrap {
  width: 440px;
  margin-left: auto;
  margin-right: auto;
}
#cBannerWrap {
  padding-left: 10px;
  padding-right: 10px;
}
#cBanner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/**/
#cBanner .item {
  width: 100%;
  vertical-align: top;
}
#cBanner .item > .thumb {
  width: 100%;
}
#cBanner .item > .thumb > div {
  background-color: #dddddd;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 40.47%;
}
#cBanner .item > .thumb > div > div {
  display: none;
}
/**/
#cBannerButtons {
  position: relative;
  font-size: 0;
  padding-top: 14px;
  text-align: center;
}
/*#cBannerButtons{ background:rgba(0, 0, 0, 0.5); padding:5px 10px; border-radius:10px; }*/
#cBannerButtons > * {
  vertical-align: middle;
}
#cBannerButtons > * + * {
  margin-left: 5px;
}
#cBannerPause {
  background: url(/front/imgs/common/ico_pause.png) no-repeat;
  width: 24px;
  height: 24px;
  font-size: 0;
}
#cBannerPause {
  display: none;
}
#cBannerPlay {
  background: url(/front/imgs/common/ico_play.png) no-repeat;
  width: 24px;
  height: 24px;
  font-size: 0;
}
#cBannerPlay {
  display: none;
}
/**/
#cBannerDots {
  display: inline-block;
}
#cBannerDots > * {
  vertical-align: top;
}
#cBannerDots > .slick-dots {
  display: inline-block;
  font-size: 0;
}
#cBannerDots > .slick-dots > li {
  display: inline-block;
}
#cBannerDots > .slick-dots > li > button {
  font-size: 0;
  padding: 0;
  border: 1px solid #dddddd;
  cursor: pointer;
  border-radius: 3px;
  background: white;
  overflow: hidden;
  display: inline-block;
  width: 26px;
  height: 6px;
}
#cBannerDots > .slick-dots > li > button {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#cBannerDots > .slick-dots > li.slick-active > button {
  background: #ff7800;
  border-color: #ff7800;
}
#cBannerDots > .slick-dots > li + li {
  margin-left: 5px;
}
/**/
#cBannerArrows {
  display: inline-block;
}
#cBannerArrows {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}
#cBannerArrows > .slick-arrow {
  font-size: 0;
}
#cBannerArrows > .slick-arrow {
  position: absolute;
  top: 55px;
}
#cBannerArrows > .slick-prev {
  left: 0px;
  background: url(/front/imgs/common/cBannerArrows_prev.png) no-repeat center;
  width: 30px;
  height: 60px;
}
#cBannerArrows > .slick-next {
  right: 0px;
  background: url(/front/imgs/common/cBannerArrows_next.png) no-repeat center;
  width: 30px;
  height: 60px;
}
/**/
.ytb_mobile_sec {
  margin-top: 50px;
  background: url(/front/imgs/pattern_bg/index_yt_bg.jpg);
}
.ytb_mobile_sec {
  display: none;
}
.ytb_mobile_sec > inside {
  padding-bottom: 40px;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .ytb_mobile_sec {
    display: block;
  }
}
/**/
.layout190930111054 {
  top: -50px;
}
.layout190930111054 > .info_box {
  margin-top: 20px;
}
.layout190930111054 > .info_box > .text0 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: white;
  line-height: 42px;
}
.layout190930111054 > .info_box > .text1 {
  margin-top: 13px;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: white;
  line-height: 1.5em;
}
.btn190930111237 {
  background: url(/front/imgs/common/_btn1.png) no-repeat;
  width: 180px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
}
/**/
.layout190930113717 {
  margin-top: 50px;
}
.layout190930113717 {
  overflow-x: hidden;
}
.layout190930113717 > .inner {
  background: url(/front/imgs/common/bg1.png) no-repeat top center;
  width: 1279px;
  height: 593px;
}
.layout190930113717 > .inner {
  padding-top: 69px;
  padding-left: 86px;
}
.layout190930113717 > .inner {
  margin-left: auto;
  margin-right: auto;
}
.layout190930113717 > .inner > .view_box {
  width: 730px;
  height: 456px;
}
.layout190930113717 > .inner:before {
  background: #04c0c7;
  width: 60px;
  height: 8px;
  z-index: 5;
  position: absolute;
  content: '';
  display: inline-block;
}
.layout190930113717 > .inner:before {
  top: 167px;
  left: 799px;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .layout190930113717 > .inner:before {
    display: none;
  }
}
/**/
.btn190930115241 {
  background: url(/front/imgs/common/_btn3.png) no-repeat;
  width: 144px;
  height: 40px;
}
.btn190930115241 {
  position: absolute;
  top: 352px;
  right: 260px;
  z-index: 5;
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media all and (min-width: 1024px) and (max-width: 1439px) {
  .layout190930113717 > .inner {
    background: url(/front/imgs/common/bg1_LT.png) no-repeat top center;
    width: 1024px;
    height: 408px;
  }
  .layout190930113717 > .inner {
    padding-top: 45px;
    padding-left: 70px;
  }
  .layout190930113717 > .inner:before {
    top: 91px;
    left: 534px;
  }
  .layout190930113717 > .inner > .view_box {
    width: 480px;
    height: 300px;
  }
  /**/
  .btn190930115241 {
    top: 260px;
  }
}
/* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .layout190930113717 > .inner {
    background: url(/front/imgs/common/bg1_TA.png) no-repeat top center;
    width: 860px;
    height: 853px;
    left: 50%;
    margin-left: calc(-1 * 860px / 2);
  }
  .layout190930113717 > .inner {
    padding-top: 58px;
    padding-left: 70px;
  }
  .layout190930113717 > .inner > .view_box {
    width: 720px;
    height: 450px;
  }
  /**/
  .btn190930115241 {
    background: url(/front/imgs/common/_btn3_MO.png) no-repeat;
    width: 180px;
    height: 50px;
  }
  .btn190930115241 {
    top: 772px;
    right: auto;
    left: calc(50% - 90px);
  }
}
#device_image_slide_Wrap {
  position: absolute;
  left: 64px;
  top: 52px;
  width: 481px;
}
#device_image_slide_ {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/**/
#device_image_slide_ .item {
  width: 100%;
  vertical-align: top;
}
#device_image_slide_ .item > .thumb {
  width: 100%;
}
#device_image_slide_ .item > .thumb > div {
  background-color: #dddddd;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 62.46%;
}
#device_image_slide_ .item > .thumb > div > div {
  display: none;
}
/**/
#device_image_slide_Buttons {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translate(-50%, 0);
}
#device_image_slide_Pause {
  background: url(/front/imgs/common/ico_pause.png) no-repeat;
  width: 24px;
  height: 24px;
  font-size: 0;
}
#device_image_slide_Pause {
  display: none;
}
#device_image_slide_Play {
  background: url(/front/imgs/common/ico_play.png) no-repeat;
  width: 24px;
  height: 24px;
  font-size: 0;
}
#device_image_slide_Play {
  display: none;
}
/**/
#device_image_slide_Dots {
  display: inline-block;
}
#device_image_slide_Dots > * {
  vertical-align: top;
}
#device_image_slide_Dots > .slick-dots {
  display: inline-block;
  font-size: 0;
}
#device_image_slide_Dots > .slick-dots > li {
  display: inline-block;
}
#device_image_slide_Dots > .slick-dots > li > button {
  margin-left: 4px;
  border: 1px solid #dddddd;
  cursor: pointer;
  border-radius: 50%;
  background: white;
  overflow: hidden;
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 0;
}
#device_image_slide_Dots > .slick-dots > li > button {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#device_image_slide_Dots > .slick-dots > li.slick-active > button {
  background: #ff7800;
  border-color: #ff7800;
}
#device_image_slide_Dots > .slick-dots > li + li {
  margin-left: 5px;
}
.slick-custom-slider .slick-slide:focus {
  outline: 0;
}
.new-main__title {
  width: 198px;
  height: 113px;
  position: absolute;
  right: 406px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  letter-spacing: -1px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#learningAfterSliderArrows.new-main__arrows,
#deviceImageSlideWrapArrows.new-main__arrows {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 100%;
  height: 37px;
  transform: translate(-50%, -50%);
}
#tvcfVideoSliderNavArrows.new-main__arrows {
  position: absolute;
  left: 538px;
  bottom: 0;
  width: 100px;
  height: 50px;
  border: 1px solid #dedede;
  box-sizing: content-box;
}
.new-main__arrows .slick-arrow {
  position: absolute;
  width: 21px;
  height: 37px;
  font-size: 0;
}
.new-main__arrows .slick-prev {
  left: 0;
  background: url('/front/imgs/common/newMain/orange_arrow_left.png') no-repeat center / contain;
}
.new-main__arrows .slick-next {
  right: 0;
  background: url('/front/imgs/common/newMain/orange_arrow_right.png') no-repeat center / contain;
}
#tvcfVideoSliderNavArrows.new-main__arrows .slick-arrow {
  width: 50px;
  height: 50px;
}
#tvcfVideoSliderNavArrows.new-main__arrows .slick-prev {
  background: #fff url('/front/imgs/common/newMain/orange_square_arrow_left.png') no-repeat center / contain;
}
#tvcfVideoSliderNavArrows.new-main__arrows .slick-next {
  border-left: 1px solid #dedede;
  background: #fff url('/front/imgs/common/newMain/orange_square_arrow_right.png') no-repeat center / contain;
}
#learningAfterSlider {
  width: 910px;
  margin: 0 auto;
}
#learningAfterSlider .slick-slide {
  padding: 0 2.5px;
}
#learningAfterSlider .slick-slide .img-frame > img {
  width: 100%;
  cursor: pointer;
}
#learningAfterSlider .learing-txt-frame {
  padding: 15px 0 0 9px;
}
#learningAfterSlider .learing-txt-frame > h3 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  letter-spacing: -1.5px;
}
#learningAfterSlider .learing-txt-frame > h4 {
  padding-top: 10px;
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  letter-spacing: -1px;
}
#learningAfterSlider .learing-txt-frame .after-name {
  padding-top: 12px;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  line-height: 19px;
}
#tvcfVideoSlider {
  width: 1280px;
  margin: 0 auto;
}
#tvcfVideoSlider .slick-slide.slick-current.slick-active img {
  width: 100%;
  cursor: pointer;
}
#tvcfVideoSlider div[name="playCover"] {
  position: relative;
}
#tvcfVideoSlider div[name="playCover"] > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#tvcfVideoSliderNav {
  position: absolute;
  width: 610px;
  bottom: 0;
  left: 674px;
}
#tvcfVideoSliderNav .slick-slide {
  padding: 0 2.5px;
}
#tvcfVideoSliderNav .slick-slide img {
  width: 200px;
}
#tvcfVideoSliderNav .slick-slide.slick-current.slick-active img {
  border: 4px solid #ff7800;
  box-sizing: border-box;
}
.hls_sec > .inside {
  padding-top: 50px;
  padding-bottom: 60px;
}
.layout190930132513 {
  overflow: hidden;
  margin-top: 50px;
}
.layout190930132513 > .item {
  float: left;
  width: 33.33%;
  text-align: center;
}
.layout190930132513 > .item > .area > .thumbnail {
  background-position: center;
  background-repeat: no-repeat;
}
.layout190930132513 > .item > .area > .thumbnail {
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}
.layout190930132513 > .item > .area > .thumbnail {
  width: 312px;
  height: 246px;
}
.layout190930132513 > .item > .area > .desc_box > .text0,
#hls_sec_mobile_slide_ .item > .desc_box > .text0 {
  font-size: 22px;
  font-weight: 700;
  color: #ff7800;
  line-height: 1.5em;
}
.layout190930132513 > .item > .area > .desc_box > .text1,
.layout190930132513 > .item > .area > .desc_box > .text1 {
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  letter-spacing: -0.05em;
  color: #000;
  line-height: 1.3em;
}
._btn4 {
  background: url(/front/imgs/common/_btn4.png) no-repeat center;
  width: 180px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
}
._btn4:hover {
  background-image: url(/front/imgs/common/_btn4_hover.png);
}
.homelearn-new-btn-box {
  padding-top: 13px;
}
.homelearn-new-btn {
  display: inline-block;
  position: relative;
  width: 193px;
  padding: 13px 21px;
  margin: 0 auto;
  border: 1px solid #000;
  color: #000;
  font-size: 18px;
  text-align: left;
  box-sizing: border-box;
}
.homelearn-new-btn.black {
  border-color: #fff;
  color: #fff;
}
.homelearn-new-btn:hover {
  border-color: #ff7800;
  background-color: #ff7800;
  color: #fff;
}
.icon-arrow-right-bg {
  display: inline-block;
  position: absolute;
  right: 21px;
  top: 18px;
  width: 19px;
  height: 9px;
  background: url('/front/imgs/common/newMain/icon_arrow_right.png') no-repeat center right / contain;
}
.homelearn-new-btn:hover .icon-arrow-right-bg {
  background-image: url('/front/imgs/common/newMain/icon_arrow_right_hover.png');
}
.icon-plus-bg {
  display: inline-block;
  position: absolute;
  right: 21px;
  top: 18px;
  width: 14px;
  height: 14px;
  background: url('/front/imgs/common/newMain/icon_plus.png') no-repeat center right / contain;
}
.homelearn-new-btn:hover .icon-plus-bg {
  background-image: url('/front/imgs/common/newMain/icon_plus_hover.png');
}
/**/
.hls_mobile_sec {
  display: none;
}
.hls_mobile_sec > .inside {
  padding-top: 60px;
  padding-bottom: 40px;
}
.layout190930140819,
.layout19093012019 {
  overflow: hidden;
}
.layout190930140819 > li,
.layout19093012019 > li {
  float: left;
  vertical-align: top;
}
.layout190930140819 > li,
.layout19093012019 > li {
  margin-left: 2%;
}
.layout190930140819 > li:first-child,
.layout190930140819 > li:nth-child(2),
.layout19093012019 > li:first-child,
.layout19093012019 > li:nth-child(2) {
  margin-left: 0;
}
.layout190930140819 > li:nth-child(n+2),
.layout19093012019 > li:nth-child(n+2) {
  width: 32%;
  margin-top: 10px;
}
.layout190930140819 > li:nth-child(4),
.layout19093012019 > li:nth-child(4) {
  margin-right: 0;
}
.layout190930140819 > li > a > img {
  display: none;
}
.layout190930140819 > li > a > img.normal {
  display: block;
}
.layout190930140819 > li > a:hover > img.normal {
  display: none;
}
.layout190930140819 > li > a:hover > img.hover {
  display: block;
}
/**/
.layout19093012019 {
  font-size: 0;
}
.layout19093012019 > li > a > img {
  display: none;
}
.layout19093012019 > li > a > img.normal {
  display: block;
}
.layout19093012019 > li > a:hover > img.normal {
  display: none;
}
.layout19093012019 > li > a:hover > img.hover {
  display: block;
}
#hls_sec_mobile_slide_Wrap {
  width: 440px;
  margin-left: auto;
  margin-right: auto;
}
#hls_sec_mobile_slide_ {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/**/
#hls_sec_mobile_slide_ .item {
  width: 100%;
  vertical-align: top;
  padding-bottom: 5px;
}
#hls_sec_mobile_slide_ .item > .thumb {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#hls_sec_mobile_slide_ .item > .thumb > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 350px;
  height: 276px;
  margin-left: auto;
  margin-right: auto;
}
#hls_sec_mobile_slide_ .item > .thumb > div > div {
  display: none;
}
#hls_sec_mobile_slide_ .item > .desc_box {
  width: 440px;
  margin-top: 15px;
  text-align: center;
}
/* #hls_sec_mobile_slide_ .item > .desc_box > .text0 {
  font-size: 26px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5em;
} */
/* #hls_sec_mobile_slide_ .item > .desc_box > .text1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #777777;
  line-height: 1.5em;
} */
._btn4_MO {
  background: url(/front/imgs/common/_btn4_MO.png) no-repeat;
  width: 180px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
}
._btn4_MO:hover {
  background-image: url(/front/imgs/common/_btn4_MO_hover.png);
}
/**/
#hls_sec_mobile_slide_Buttons {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 5;
  font-size: 0;
}
#hls_sec_mobile_slide_Buttons {
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 10px;
}
#hls_sec_mobile_slide_Buttons {
  display: none;
}
#hls_sec_mobile_slide_Buttons > * {
  vertical-align: middle;
}
#hls_sec_mobile_slide_Buttons > * + * {
  margin-left: 5px;
}
#hls_sec_mobile_slide_Pause {
  background: url(/front/imgs/common/ico_pause.png) no-repeat;
  width: 24px;
  height: 24px;
  font-size: 0;
}
#hls_sec_mobile_slide_Play {
  background: url(/front/imgs/common/ico_play.png) no-repeat;
  width: 24px;
  height: 24px;
  font-size: 0;
}
#hls_sec_mobile_slide_Play {
  display: none;
}
/**/
#hls_sec_mobile_slide_Dots {
  display: inline-block;
}
#hls_sec_mobile_slide_Dots {
  display: none;
}
#hls_sec_mobile_slide_Dots > * {
  vertical-align: top;
}
#hls_sec_mobile_slide_Dots > .slick-dots {
  display: inline-block;
  font-size: 0;
}
#hls_sec_mobile_slide_Dots > .slick-dots > li {
  display: inline-block;
}
#hls_sec_mobile_slide_Dots > .slick-dots > li > button {
  font-size: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  background: white;
  overflow: hidden;
  display: inline-block;
  width: 12px;
  height: 12px;
}
#hls_sec_mobile_slide_Dots > .slick-dots > li > button {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#hls_sec_mobile_slide_Dots > .slick-dots > li.slick-active > button {
  background: #009b64;
}
#hls_sec_mobile_slide_Dots > .slick-dots > li + li {
  margin-left: 5px;
}
/**/
#hls_sec_mobile_slide_Arrows {
  display: inline-block;
}
#hls_sec_mobile_slide_Arrows {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}
#hls_sec_mobile_slide_Arrows > .slick-arrow {
  font-size: 0;
}
#hls_sec_mobile_slide_Arrows > .slick-arrow {
  position: absolute;
  top: 120px;
}
#hls_sec_mobile_slide_Arrows > .slick-prev {
  left: 0px;
  background: url(/front/imgs/common/cBannerArrows_prev.png) no-repeat center;
  width: 30px;
  height: 60px;
}
#hls_sec_mobile_slide_Arrows > .slick-next {
  right: 0px;
  background: url(/front/imgs/common/cBannerArrows_next.png) no-repeat center;
  width: 30px;
  height: 60px;
}
/**/
.layout191103170025 > .video {
  margin-left: auto;
  margin-right: auto;
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media all and (min-width: 1440px) {
  .layout191103170025 > .video {
    width: 728px;
  }
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media all and (min-width: 1024px) and (max-width: 1439px) {
  .layout191103170025 > .video {
    width: 500px;
  }
}
/* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .layout191103170025 > .video {
    width: 750px;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .layout191103170025 > .video {
    width: 440px;
  }
  .homelearn-app-btn {
    width: 100%;
    text-align: center;
  }
  .icon-arrow-right-bg {
    position: initial;
    right: initial;
    top: initial;
    vertical-align: 3px;
    margin-left: 8px;
  }
}
/*# sourceMappingURL=index.css.map */
/* new main */
.main-area {
  padding: 14px 0 7px;
  text-align: left;
  letter-spacing: -1.1px;
}
.section.experience_sec .device-txt-box .main-area {
  padding-bottom: 66px;
}
.section.hls_sec .inside .main-area {
  text-align: center;
}
.tvcf-video-frame .frame-inner {
  position: relative;
  width: 1280px;
  margin: 64px auto;
}
.learning-after-frame .main-area {
  padding-top: 0;
}
.main-area__title {
  color: #000;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}
.main-area__title.black,
.main-area__sub-title.black {
  color: #fff;
}
.main-area__sub-title {
  padding-top: 19px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.main-area__sub-comment {
  padding-top: 2px;
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.learning-after-frame .main-area__sub-comment {
  padding-bottom: 32px;
}
.experience_sec__table {
  display: table;
  width: 1007px;
  margin: 0 auto;
}
.experience_sec__table.after,
.experience_sec__table.tvcf {
  width: 1280px;
}
.experience_sec__table .device_box,
.experience_sec__table .device-txt-box {
  display: table-cell;
  vertical-align: middle;
}
.experience_sec__table.after .device_box,
.experience_sec__table.after .device-txt-box {
  vertical-align: top;
}
.experience_sec__table .device_box {
  /* background-color: pink; */
  text-align: center;
}
.experience_sec__table .device-txt-box {
  padding-left: 45px;
}
.experience_sec__table.tvcf .device-txt-box {
  float: right;
  width: 607px;
  padding-left: 0;
}
.tvcf-video-frame .experience_sec__table .device-txt-box .main-area {
  height: 162px;
  padding-top: 0;
}
.add-exp-free-frame > a {
  display: block;
  background: url('/front/imgs/common/newMain/exp_0_banner_bg.gif') repeat-x bottom center;
  background-size: contain;
}
.add-exp-free-frame > a > img {
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 1023px) {
  .add-exp-free-frame > a {
    width: 100%;
    background: none;
  }
  .add-exp-free-frame > a > img {
    width: 100%;
  }
}

.learning-after-frame {
  padding-bottom: 42px;
}
.learning-after-frame-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 501;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.learning-after-frame-popup .frame-popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 702px;
  height: 437px;
  margin: 0 auto;
}
.learning-after-frame-popup .frame-popup-inner .close-popup-btn {
  text-align: right;
  padding-bottom: 15px;
}
.learning-after-frame-popup .frame-popup-inner .close-popup-btn img {
  display: inline-block;
  background-color: #fff;
  padding: 8px;
  border-radius: 50%;
  width: 38px;
  box-sizing: border-box;
  cursor: pointer;
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .layout190930113717 > .inner {
    background: url(/front/imgs/common/bg1_MO.png) no-repeat top center;
    width: 500px;
    height: 661px;
    left: 50%;
    margin-left: calc(-1 * 500px / 2);
  }
  .layout190930113717 > .inner {
    padding-top: 33px;
    padding-left: 40px;
  }
  .layout190930113717 > .inner > .view_box {
    width: 420px;
    height: 263px;
  }
  .btn190930115241 {
    background: url(/front/imgs/common/_btn3_MO.png) no-repeat;
    width: 180px;
    height: 50px;
  }
  .btn190930115241 {
    top: 578px;
    right: auto;
    left: calc(50% - 90px);
  }
}
/**/
@media all and (max-width: 1439px) {
  .experience_sec__table.tvcf .device-txt-box {
    width: 417px;
  }
}
@media all and (min-width: 1100px) and (max-width: 1439px) {
  #tvcfVideoSlider,
  .tvcf-video-frame .frame-inner,
  .experience_sec__table.after,
  .experience_sec__table.tvcf {
    width: 1100px;
    padding-right: 7px;
    padding-left: 7px;
  }
  #learningAfterSlider {
    width: 710px;
  }
  #learningAfterSlider .slick-slide .img-frame {
    padding: 0 5px;
  }
  #tvcfVideoSliderNav {
    width: 400px;
  }
  #tvcfVideoSliderNav .slick-slide {
    padding: 0 5px;
  }
  #tvcfVideoSliderNavArrows.new-main__arrows {
    left: 559px;
  }
  .new-main__title {
    width: 190px;
    height: 109px;
    right: 232px;
    bottom: 0;
  }
}
@media all and (min-width: 1024px) and (max-width: 1099px) {
  #tvcfVideoSlider,
  .tvcf-video-frame .frame-inner,
  .experience_sec__table.after,
  .experience_sec__table.tvcf {
    width: 1005px;
  }
  .experience_sec__table.tvcf .device-txt-box,
  #tvcfVideoSliderNav {
    width: 345px;
  }
  /* #tvcfVideoSlider .slick-slide.slick-current.slick-active img {
    width: 584px;
  } */
  #learningAfterSlider {
    width: 610px;
  }
  #learningAfterSlider .slick-slide .img-frame {
    padding: 0 5px;
  }
  #tvcfVideoSliderNav {
    left: 650px;
  }
  #tvcfVideoSliderNav .slick-slide {
    padding: 0 5px;
  }
  .new-main__title {
    right: 186px;
    width: 163px;
    height: 94px;
  }
}
/* @media all and (max-width:1023px) {
  .homelearn-new-btn-box {
    width: 95%;
    margin: 0 auto;
  }
  .experience_sec__table .device-txt-box {
    padding-left: 0;
  }
  .homelearn-new-btn {
    width: 100%;
    text-align: center;
  }
  .experience_sec__table,
  .experience_sec__table .device_box,
  .experience_sec__table .device-txt-box {
    display: block;
  }
} */
@media all and (max-width: 1023px) {
  .show-pc,
  .hls_sec {
    display: none;
  }
  .show-tm,
  .hls_mobile_sec {
    display: block;
  }
  .main-area {
    text-align: center;
  }
  .tvcf-video-frame .frame-inner,
  .experience_sec__table.after,
  .experience_sec__table.tvcf,
  .section.hls_sec > .inside,
  .section.notice_sec > .inside {
    width: 95%;
    margin: 0 auto;
  }
  .tvcf-video-frame .frame-inner {
    margin: 44px auto;
  }
  #tvcfVideoSlider,
  #tvcfVideoSliderNav {
    width: 100%;
  }
  #learningAfterSlider {
    width: 85%;
  }
  #tvcfVideoSliderNav {
    position: initial;
    top: initial;
    left: initial;
    margin: 0 auto;
    padding-top: 4px;
  }
  .experience_sec__table.tvcf .device-txt-box {
    display: block;
    width: 100%;
    float: none;
  }
  #tvcfVideoSliderNav .slick-slide img {
    width: 100%;
  }
  #tvcfVideoSliderNav .slick-slide {
    padding: 0 2px;
  }
  #tvcfVideoSliderNavArrows.new-main__arrows {
    display: none;
  }
  #device_image_slide_Wrap {
    left: 50%;
    top: 52px;
    transform: translate(-50%, 0);
  }
  .new-main__title {
    width: 33%;
    height: 19.2%;
    right: initial;
    bottom: 0;
    left: 0;
  }
  .main-area {
    padding: 14px 0 34px;
  }
  .main-area__sub-title {
    padding-top: 11px;
  }
  .learning-after-frame .main-area {
    padding-bottom: 0;
  }
  #learningAfterSlider .slick-slide {
    padding: 0 2.5px;
  }
  .experience_sec__table .device-txt-box {
    text-align: center;
  }
  .homelearn-new-btn-box {
    width: 95%;
    margin: 0 auto;
  }
  .homelearn-new-btn {
    width: 100%;
    text-align: center;
  }
  .homelearn-new-btn.black {
    width: 95%;
  }
  .homelearn-new-btn-box.show-tm {
    padding-top: 48px;
  }
  .icon-plus-bg,
  .icon-arrow-right-bg {
    position: initial;
    right: initial;
    top: initial;
    margin-left: 7px;
    vertical-align: -1px;
  }
  .icon-arrow-right-bg {
    vertical-align: 4px;
  }
  .learning-after-frame {
    padding-bottom: 77px;
  }
  .experience_sec__table,
  .experience_sec__table .device_box,
  .experience_sec__table .device-txt-box {
    display: block;
  }
  .experience_sec .experience_sec__table {
    width: 100%;
  }
  .experience_sec .experience_sec__table .device-txt-box .main-area {
    text-align: center;
  }
  .experience_sec__table .device-txt-box {
    padding-left: 0;
  }
  .layout190930132513 > .item {
    display: block;
    float: none;
    width: 100%;
    margin: 79px auto 0 auto;
  }
  .layout190930132513 > .item:first-child {
    margin-top: 0;
  }
  .layout190930132513 > .item > .area > .thumbnail {
    width: 100%;
    height: 365px;
  }
  .layout190930140819 > li:first-child,
  .layout19093012019 > li:first-child {
    width: 100%;
  }
  .layout181026020057 .item img {
    width: 100%;
  }
  .layout181026020057 .item a {
    display: block;
    width: 100%;
  }
  .homelearn-new-btn-box {
    padding-top: 33px;
  }
}
@media all and (max-width: 767px) {
  #mainVisualSlide .item > .thumb > div {
    height: 670px;
  }
  .new-main__title {
    height: 128px;
    font-size: 13px;
  }
}
@media all and (max-width: 702px) {
  .learning-after-frame-popup .frame-popup-inner {
    width: 90%;
  }
  .learning-after-frame-popup .frame-popup-inner {
    height: auto;
  }
  .learning-after-frame-popup .frame-popup-inner .nw-video-box iframe {
    width: 100%;
  }
  .new-main__title {
    height: 17%;
  }
}
@media all and (max-width: 572px) {
  .new-main__title {
    height: 16%;
  }
}
@media all and (max-width: 490px) {
  #device_image_slide_Wrap {
    top: 43px;
    width: 410px;
  }
  .new-main__title {
    height: 16%;
  }
}
.layout191103171741 {
  margin-top: 50px;
}
.layout191103171741 > .device_box {
  margin-left: auto;
  margin-right: auto;
}
.layout191103171741 > .device_box > .device_img {
  text-align: center;
}
.layout191103171741 > .device_box > .device_img > img {
  vertical-align: top;
}
/*# sourceMappingURL=index.css.map */