@charset "utf-8";

.btn_btmbox {
  position: fixed;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  text-align: center;
}

.btn_btmbox img {
}

.btn_btm:hover {
  background: #f05907;
}
.btn_btm {
  /* box-shadow: 41px 0 73px rgba(0, 0, 0, 0.75); */
  box-shadow: 41px 0 50px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  background: #eb6f1d;
  color: #fff !important;
  font-size: 16px;
  width: 80%;
  max-width: 270px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 3px;
}

header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: #471998;
}

header .btn_logo:hover {
  background: #f05907;
}
header .btn_logo {
  background: #eb6f1d;
  color: #fff;
  width: 80px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
}

section {
  position: relative;
}
section .top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section1 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  background: #471998;
  width: 100%;
  position: relative;
  z-index: 1;
}

.section1 .visual_textbox > img {
  height: 50px;
}

.visual_textbox {
  position: relative;
  top: -90px;
  z-index: 10;
  text-align: center;
}

.section1 .img_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1;
}
.img_flow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(../images/intro/visual_flow.png) left center / contain
    repeat-x;
  height: 100%;
  width: 100%;
  animation: flow 100s linear infinite alternate;
  -webkit-animation: flow 100s linear infinite alternate;
  -moz-animation: flow 100s linear infinite alternate;
}

.img_samtv {
  position: relative;
  top: 0;
  animation: popTitle 1.2s ease-in-out;
  -webkit-animation: popTitle 1.2s ease-in-out;
  -moz-animation: popTitle 1.2s ease-in-out;
}

.img_visual_text_box .btm,
.img_visual_text_box .top {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.img_visual_text_box img {
  margin-right: 8px;
  position: relative;
  opacity: 0;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
}
.img_visual_text_box .top img {
  height: 22px;
}

.img_visual_text_box .top img:first-child {
  height: 30px;
}

.img_visual_text_box .btm img {
  height: 28px;
}

.img_visual_text1 {
  animation: img_visual_text1 1s ease-in-out;
  -webkit-animation: img_visual_text1 1s ease-in-out;
  -moz-animation: img_visual_text1 1s ease-in-out;
}
.img_visual_text2 {
  animation: img_visual_text2 1s ease-in;
  -webkit-animation: img_visual_text2 1s ease-in;
  -moz-animation: img_visual_text2 1s ease-in;
}
.img_visual_text3 {
  animation: img_visual_text3 1s ease-in;
  -webkit-animation: img_visual_text3 1s ease-in;
  -moz-animation: img_visual_text3 1s ease-in;
}
.img_visual_text4 {
  animation: img_visual_text4 1.2s ease-in-out;
  -webkit-animation: img_visual_text4 1.2s ease-in-out;
  -moz-animation: img_visual_text4 1.2s ease-in-out;
}
.img_visual_text5 {
  animation: img_visual_text5 1.2s ease-in-out;
  -webkit-animation: img_visual_text5 1.2s ease-in-out;
  -moz-animation: img_visual_text5 1.2s ease-in-out;
}
.img_visual_text6 {
  animation: img_visual_text6 1.2s ease-in-out;
  -webkit-animation: img_visual_text6 1.2s ease-in-out;
  -moz-animation: img_visual_text6 1.2s ease-in-out;
}
.img_visual_text7 {
  animation: img_visual_text7 1.2s ease-in-out;
  -webkit-animation: img_visual_text7 1.2s ease-in-out;
  -moz-animation: img_visual_text7 1.2s ease-in-out;
}
.img_visual_text8 {
  animation: img_visual_text8 1.2s ease-in-out;
  -webkit-animation: img_visual_text8 1.2s ease-in-out;
  -moz-animation: img_visual_text8 1.2s ease-in-out;
}
.section1 .videobox {
  height: 240px;
  box-shadow: 28px 0 38px rgba(0, 0, 0, 0.45);
  margin: 0 auto 25px;
}

.section1 .videobox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* section2 */
.section2 {
  overflow-x: hidden;
  padding-bottom: 50px;
  background: url(../images/intro/section2_bg.jpg) left bottom / cover no-repeat;
}
.section2 .videobox {
  height: 240px;
  box-shadow: 28px 0 38px rgba(0, 0, 0, 0.45);
  margin: 0 auto 25px;
}

.section2 .videobox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section2 .thumbnail {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 0 10px;
}

.section2 .thumbnail li {
  padding: 0 7px;
}

.section2 .thumbnail p {
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
  color: #000;
}

.section2 .thumbnail a img {
  border: 3px solid transparent;
  width: 100%;
}
.section2 .thumbnail a {
  display: block;
}
.section2 .thumbnail a.on img,
.section2 .thumbnail a:hover img {
  /* border: 3px solid #000; */
  border: 3px solid #7d45d4;
}

.section2 .thumbnail a.on,
.section2 .thumbnail a:hover {
  color: #000;
}

.section3 {
  width: 100%;
  height: 600px;
  background: #0f0620;
}

.section3 .wrapper {
  position: relative;
  height: 100%;
}

.section3 .section3_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.section3 .section3_text1 {
  z-index: 1;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.section3 .section3_text2 {
  position: absolute;
  bottom: 50px;
  right: 20px;
  width: 60%;
}

.section3 .section3_img.ani_on {
  animation: section3_show2 2s linear;
  -webkit-animation: section3_show2 2s linear;
  -moz-animation: section3_show2 2s linear;
}

.section3 .section3_text1.ani_on {
  animation: section3_show1 2s linear;
  -webkit-animation: section3_show1 2s linear;
  -moz-animation: section3_show1 2s linear;
}

.section3 .section3_text2.ani_on {
  animation: section3_show3 2s linear;
  -webkit-animation: section3_show3 2s linear;
  -moz-animation: section3_show3 2s linear;
}

.section4 {
  background: #471998;
  padding: 40px 0;
}

.section4 .wrapper {
}
.section4 .wrapper .titlebox {
  text-align: center;
  margin-top: 20px;
}

.section4_title2 {
  margin-bottom: 20px;
}

.section4 .wrapper .titlebox img {
  width: 80%;
}

.section4 .wrapper .titlebox .title p {
  color: #f7f7f7;
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
}

.section4_icon1 {
  position: absolute;
  animation: section4_icon1 2s linear infinite;
  width: 110px !important;
  left: 0;
}

.section4_icon2 {
  position: relative;
  animation: section4_icon2 2s linear infinite;
  width: 80px !important;
}

.section4_title1 {
  padding: 0 10%;
}

.section4_icon1 {
}

.section4 .titlebox .title.ani_on {
  position: relative;
  animation: popTitle 1.2s ease-in-out;
  -webkit-animation: popTitle 1.2s ease-in-out;
  -moz-animation: popTitle 1.2s ease-in-out;
}

.section4 .list {
  padding: 40px 0 20px;
}
.section4 .list .item1.ani_on {
  animation: list_item1 2s linear;
  -webkit-animation: list_item1 2s linear;
  -moz-animation: list_item1 2s linear;
}
.section4 .list .item2.ani_on {
  animation: list_item2 2s linear;
  -webkit-animation: list_item2 2s linear;
  -moz-animation: list_item2 2s linear;
}
.section4 .list .item3.ani_on {
  animation: list_item3 2s linear;
  -webkit-animation: list_item3 2s linear;
  -moz-animation: list_item3 2s linear;
}

.section4 .list li {
  text-align: center;
  margin-bottom: 20px;
}
.section4 .list li img {
  width: 220px;
}
.section4 .list li p {
  font-size: 22px;
  font-weight: bold;
  color: #f7f7f7;
  line-height: 1.6;
  padding-top: 8px;
}
.section4 .list li span {
  font-size: 15px;
  color: #f7f7f7;
  line-height: 1.4;
  margin-top: 6px;
  display: block;
}

.hotpick_slider {
  width: calc(100% + 16px);
  padding-left: 30px;
}
.hotpick_slider li {
}
.hotpick_slider a {
  position: relative;
  display: block;
}
.hotpick_slider a p {
  position: relative;
  height: 260px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  overflow: Hidden;
}

.hotpick_slider .slick-slide {
  opacity: 0.3;
  margin-right: 16px;
  width: 130px;
}
.hotpick_slider .slick-slide.slick-active {
  opacity: 1;
}

.hotpick_slider_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.hotpick_slider_box.ani_on {
  animation: section3_show3 2s linear;
  -webkit-animation: section3_show3 2s linear;
  -moz-animation: section3_show3 2s linear;
}

.hotpick_slider .slick-list {
  overflow: visible;
}
.hotpick_slider .slick-slide {
  opacity: 0.3;
  margin-right: 10px;
}
.hotpick_slider .slick-slide p {
  position: relative;
  height: 130px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  overflow: Hidden;
}
.hotpick_slider .slick-slide a {
  position: relative;
  display: block;
}
.hotpick_slider .slick-slide a.video:after,
.hotpick_slider .slick-slide a.text:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/user/main/popularity_video.png) no-repeat center;
}
.hotpick_slider .slick-slide a.text:after {
  background: url(../images/user/main/popularity_txt.png) no-repeat center;
}
/* .hotpick_slider .slick-slide a p:after {
  position: absolute;
  left: 10px;
  bottom: -10px;
  font-size: 100px;
  color: #fff;
  font-weight: 700;
  line-height: 100px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
} */
.hotpick_slider .slick-slide a p:after{
	position:absolute;left:10px;bottom:-4px;
	font-size:60px;color:#fff;font-weight:700;line-height:60px;
	text-shadow:0 0 10px rgba(0,0,0,0.3)
}
.hotpick_slider .slick-slide:nth-child(1) a p:after{content:'1'}
.hotpick_slider .slick-slide:nth-child(2) a p:after{content:'2'}
.hotpick_slider .slick-slide:nth-child(3) a p:after{content:'3'}
.hotpick_slider .slick-slide:nth-child(4) a p:after{content:'4'}
.hotpick_slider .slick-slide:nth-child(5) a p:after{content:'5'}
.hotpick_slider .slick-slide:nth-child(6) a p:after{content:'6'}
.hotpick_slider .slick-slide:nth-child(7) a p:after{content:'7'}
.hotpick_slider .slick-slide:nth-child(8) a p:after{content:'8'}
.hotpick_slider .slick-slide:nth-child(9) a p:after{content:'9'}
.hotpick_slider .slick-slide:nth-child(10) a p:after{content:'10'}

.hotpick_slider .slick-slide b {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 15px;
  margin-top: 7px;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

.hotpick_slider .slick-slide.slick-active {
  opacity: 1;
}
.hotpick_slider .slick-arrow {
  position: absolute;
  top: 100px;
  width: 60px;
  height: 60px;
  background: url(../images/slide/popularity_prev.png) no-repeat center;
  font-size: 0;
  border: 0;
  outline: None;
  cursor: pointer;
  z-index: 1;
}
.hotpick_slider .slick-arrow.slick-prev {
  left: -30px;
}
.hotpick_slider .slick-arrow.slick-next {
  right: -14px;
  background-image: url(../images/slide/popularity_next.png);
}
.hotpick_slider .slick-arrow.slick-prev:hover {
  background-image: url(../images/slide/popularity_prev_on.png);
}
.hotpick_slider .slick-arrow.slick-next:hover {
  background-image: url(../images/slide/popularity_next_on.png);
}
.hotpick_slider .slick-arrow.slick-disabled {
  display: None;
  visibility: hidden;
}

.section5 {
  background: url(../images/intro/section5_bg.png) 50% / cover no-repeat;
  padding: 30px 0 40px;
  text-align: center;
}
.section5 .wrapper {
  padding: 0 30px;
}
.section5 .title img {
  width: 200px;
}
.section5 .title {
}

.section5 .title.ani_on {
  position: relative;
  animation: popTitle 1.2s ease-in-out;
  -webkit-animation: popTitle 1.2s ease-in-out;
  -moz-animation: popTitle 1.2s ease-in-out;
}

.section5 .contents {
  border-radius: 20px;
  background: #ffffff;
  width: 100%;
  margin: 30px auto;
  padding: 30px;
}

.section5 .contents h3 {
  font-size: 26px;
  color: #ef8239;
  font-weight: 900;
}
.section5 .contents p {
  font-size: 14px;
  color: #767575;
  padding-top: 10px;
  padding-bottom: 20px;
}
.section5 .contents .pricebox {
  width: 100%;
  margin: 0 auto;
}

.section5 .contents .pricebox .box > p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 0.6;
  margin-bottom: 30px;
}
.section5 .contents .pricebox .box .c_orange {
  color: #f06907;
  margin-right: 10px;
  font-size: 22px;
}
.section5 .contents .pricebox .box span {
  font-size: 18px;
  color: #333;
}
.section5 .contents .pricebox .box b {
  font-weight: 900;
  font-size: 30px;
  color: #000;
}

.section5 .contents .pricebox .box {
  border: 4px solid #f6ba92;
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 15px;
}

.section5 .contents .pricebox .box > img {
  padding-bottom: 70px;
}
.section5 .contents .pricebox .box button b {
  font-size: 16px;
  color: #ffdb0f;
  display: inline-block;
  margin-right: 5px;
}
.section5 .contents .pricebox .box button {
  height: 40px;
  width: 80%;
  background: #f06907;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
.section5 .contents .pricebox .box button:hover {
  background: #f05907;
}

.section6 {
  /* padding: 60px 0 30px; */
  padding: 86px 0 30px;
  text-align: center;
}
.section6 .title {
  /* width: 180px; */
  margin: 0 auto;
}
.section6 .title span {
  /* width: 180px; */
  margin: 0 auto;
  width: 180px;
  display: block;
}

.section6 .title.ani_on {
  position: relative;
  /* animation: popTitle 1.2s ease-in-out;
  -webkit-animation: popTitle 1.2s ease-in-out;
  -moz-animation: popTitle 1.2s ease-in-out; */
}

.section6 .title .section6_icon1 {
  position: absolute;
  top: 0;
  /* left: -70px; */
  left: calc(50% - 168px);
  width: 130px;
  animation: section6_icon1 3s linear infinite;
  -webkit-animation: section6_icon1 3s linear infinite;
  -moz-animation: section6_icon1 3s linear infinite;
}

.section6_title {
  margin-bottom: 30px;
    /* width: 100%; */
  top: -46px;
  position: absolute;
  left: calc(50% - 80px);
}

.section6 .wrapper {
  padding: 0 30px;
  position: relative;
}

.section6 .qna {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}
.section6 .qna li {
  border: 2px solid #a88ecc;
  border-radius: 10px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 10px;
}

.section6 .qna li:nth-child(odd) {
  background: #f7f3fc;
}

.section6 .qna li .arrow {
  position: absolute;
  right: 20px;
  top: 17px;
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url(../images/intro/arr_down.png) center / cover no-repeat;
}
.section6 .qna li .question {
  position: relative;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #522198;
  cursor: pointer;
}

.section6 .qna li.on {
}
.section6 .qna li.on .question {
  z-index: 1;
  border-bottom: 1px solid #522198;
}
.section6 .qna li.on .arrow {
  background: url(../images/intro/arr_up.png) center / cover no-repeat;
}

.section6 .qna li .answer {
  text-align: left;
  padding: 20px 0;
  font-size: 12px;
  color: #321f4c;
  line-height: 1.6;
  display: none;
}

.section7 {
  background: #5850bd;
  padding: 50px 30px;
}

.section7 .textbox {
  text-align: center;
}

.section7 .textbox img {
  width: 100%;
  margin-bottom: 10px;
}

.section7_title2 {
}

.section7_img {
  display: block;
  margin: 0 auto;
}

.section7_title1.ani_on {
  animation: section3_show1 2s linear;
  -webkit-animation: section3_show1 2s linear;
  -moz-animation: section3_show1 2s linear;
}
.section7_title2.ani_on {
  animation: section3_show2 2s linear;
  -webkit-animation: section3_show2 2s linear;
  -moz-animation: section3_show2 2s linear;
}
.section7_title3.ani_on {
  animation: section3_show3 2s linear;
  -webkit-animation: section3_show3 2s linear;
  -moz-animation: section3_show3 2s linear;
}
.section7_img.ani_on {
  animation: section3_show3 2s linear;
  -webkit-animation: section3_show3 2s linear;
  -moz-animation: section3_show3 2s linear;
}

.section7_img {
  width: 100%;
}

footer {
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 35px 20px 120px;
}

footer .link a {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

footer a:last-child {
  border-right: 0;
}
footer a:hover {
  font-weight: bold;
}
footer a {
  font-size: 20px;
  border-right: 2px solid #262525;
  color: #262525;
  padding: 0 20px;
}
footer p {
  margin-top: 20px;
  font-size: 10px;
  color: #262525;
}
footer .right {
}
footer .right img {
}
div.wrap_con{
  width:100%;
  overflow:hidden;
}
