@charset "utf-8";

.btn_btmbox {
  position: fixed;
  bottom: 60px;
  left: calc(50% - 225px);
  width: 450px;
  /* width: 100%;
  min-width: 1200px; */
  text-align: center;
  z-index: 100;
  margin: 0 auto;
}

.btn_btmbox img {
}

.btn_btm:hover {
  background: #f05907;
}
.btn_btm {
  box-shadow: 41px 0 73px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  background: #eb6f1d;
  color: #fff !important;
  font-size: 20px;
  width: 450px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

header {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 55px;
}

header .btn_logo:hover {
  background: #f05907;
}
header .btn_logo {
  background: #eb6f1d;
  color: #fff;
  width: 90px;
  height: 32px;
  border-radius: 5px;
  text-align: center;
  font-size: 17px;
  /* 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-width: 1200px;
  height: 1080px;
  background: #471998;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* .section1 .visual_textbox img:first-child {
  margin-right: 0;
} */
.section1 .visual_textbox > img {
  margin-right: 30px;
}

.visual_textbox {
  position: relative;
  top:0;
  z-index: 10;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 60px;
  display: flex;
justify-content: center;
align-items: center;
}


.img_flow {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 0;
  background: url(../images/intro/visual_flow.png) left center / cover repeat-x;
  height: 60%;
  width: 100%;
  animation: flow 100s linear infinite alternate;
  -webkit-animation: flow 100s linear infinite alternate;
  -moz-animation: flow 100s linear infinite alternate;
}
/* .section1 .img_content {
  position: relative;
  width: 1730px;
  height:753px;
  left: 55px;
  min-width: 1200px;
  max-width: 1730px;
  z-index: 1;
} */
.section1 .img_content {
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  min-width: 1200px;
  z-index: 1;
  height:753px;
}

/*
.img_samtv {
  animation: show1 3s linear;
}
.img_visual_text {
  animation: show2 3s linear;
}
*/
.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_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 .img_content .conitem1{
  position: absolute;
  bottom: 0;
  left: 243px;
  z-index: 1;
}
.img_content .conitem2{
  position: absolute;
  bottom: 11px;
  right: 126px;
  z-index: 2;
}
.img_content .conitem3{
  position: absolute;
  bottom: 126px;
  left: 111px;
  z-index: 2;
}
.img_content .conitem4{
  position: absolute;
    bottom: 152px;
    left: -84px;
    z-index: 3;
    width: 97%;
}
.section1 .conitem2.ani_on {
  animation: conitem2 1.5s ease-in-out;
  -webkit-animation: conitem2 1.5s ease-in-out;
  -moz-animation: conitem2 1.5s ease-in-out;
}
.section1 .conitem3.ani_on {
  animation: conitem3 4s linear;
  -webkit-animation: conitem3 4s linear;
  -moz-animation: conitem3 4s linear;
}


/* section2 */
.section2 {
  overflow-x: hidden;
  padding-top: 10px;
  padding-bottom: 70px;
  background: url(../images/intro/section2_bg.jpg) left bottom / cover no-repeat;
}

.img_leaf_left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.img_leaf_right {
  position: absolute;
  right: 0;
  top: 0;
}

/* .img_leaf_left.ani_on,
.img_leaf_right.ani_on {
  animation: show1 2s linear;
  -webkit-animation: show1 2s linear;
  -moz-animation: show1 2s linear;
} */
.img_leaf_left.ani_on {
  animation: img_leaf_left 1.5s ease-in-out forwards;
  -webkit-animation: img_leaf_left 1.5s ease-in-out forwards;
  -moz-animation: img_leaf_left 1.5s ease-in-out forwards;
}
.img_leaf_right.ani_on {
  animation: img_leaf_right 1.6s ease-in-out forwards;
  -webkit-animation: img_leaf_right 1.6s ease-in-out forwards;
  -moz-animation: img_leaf_right 1.6s ease-in-out forwards;
}

.section2 .videobox {
  width: 1150px;
  height: 640px;
  box-shadow: 28px 0 38px rgba(0, 0, 0, 0.45);
  margin: 80px auto 65px;
}

.section2 .videobox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section2 .thumbnail {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  width: 1150px;
  margin: 0 auto;
}

.section2 .thumbnail p {
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
}
.section2 .thumbnail a img {
  border: 3px solid transparent;
}
.section2 .thumbnail a {
  display: block;
}
.section2 .thumbnail a.on img,
.section2 .thumbnail a:hover img {
  border: 5px solid #7d45d4;
}

.section2 .thumbnail a.on,
.section2 .thumbnail a:hover {
  color: #000;
}

.section3 {
  width: 100%;
  height: 1080px;
  background: #1f0b42;
}

.section3 .wrapper {
  position: relative;
  height: 100%;
}

.section3 .section3_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section3 .section3_text1 {
  position: absolute;
  right: 10%;
  top: 150px;
}
.section3 .section3_text2 {
  position: absolute;
  right: 10%;
  top: 560px;
}

.section3 .section3_img.ani_on {
  animation: section3_show1 2s linear forwards;
  -webkit-animation: section3_show1 2s linear forwards;
  -moz-animation: section3_show1 2s linear forwards;
}
.section3 .section3_text1.ani_on {
  animation: section3_show2 3s linear forwards;
  -webkit-animation: section3_show2 3s linear forwards;
  -moz-animation: section3_show2 3s linear forwards;
}
.section3 .section3_text2.ani_on {
  animation: section3_show3 2s linear forwards;
  -webkit-animation: section3_show3 2s linear forwards;
  -moz-animation: section3_show3 2s linear forwards;
}

.section4 {
  background: #471998;
  padding: 80px 0 120px;
  overflow: hidden;
}

.section4 .wrapper {
}
.section4 .wrapper .titlebox{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom:40px;
  margin-left: -330px;
}
.section4 .wrapper .titlebox.n1{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom:40px;
  margin-left: -100px;
}

.section4 .wrapper .titlebox.n2{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom:40px;
  margin-left: -347px;
}



.section4 .wrapper .titlebox .title p {
  color: #f7f7f7;
  font-size: 26px;
  text-align: left;
  padding-top: 35px;
}

.section4_icon1 {
  position: relative;
  animation: section4_icon1 2s linear infinite;
  padding-right: 24px;
}

.section4_icon2 {
  position: relative;
  animation: section4_icon1 2s linear infinite;
  padding-left: 10px;
}

/* .section4 .titlebox .title.ani_on {
  animation: show1 2s linear;
  -webkit-animation: show1 2s linear;
  -moz-animation: show1 2s linear;
} */
.section4 .titlebox .title.ani_on {
  position: relative;
  animation: popTitle 1.2s ease-in-out forwards;
  -webkit-animation: popTitle 1.2s ease-in-out forwards;
  -moz-animation: popTitle 1.2s ease-in-out forwards;
}

.section4 .list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 130px;
}
/* .section4 .list.ani_on {
  animation: section3_show2 2s linear;
  -webkit-animation: section3_show2 2s linear;
  -moz-animation: section3_show2 2s linear;
} */
.section4 .list .item1.ani_on {
  animation: list_item1 2s linear forwards;
  -webkit-animation: list_item1 2s linear forwards;
  -moz-animation: list_item1 2s linear forwards;
}
.section4 .list .item2.ani_on {
  animation: list_item2 2s linear forwards;
  -webkit-animation: list_item2 2s linear forwards;
  -moz-animation: list_item2 2s linear forwards;
}
.section4 .list .item3.ani_on {
  animation: list_item3 2s linear forwards;
  -webkit-animation: list_item3 2s linear forwards;
  -moz-animation: list_item3 2s linear forwards;
}

.section4 .list li {
  text-align: center;
  padding-right:75px;
}

.section4 .list li:last-child {
  text-align: center;
  padding-right:0;
}

.section4 .list li img {
}
.section4 .list li p {
  font-size: 30px;
  font-weight: bold;
  color: #f7f7f7;
  line-height: 1.6;
  padding-bottom: 15px;
}
.section4 .list li p.p2 {
  font-size: 34px;
  font-weight: bold;
  color: #f7f7f7;
  line-height: 1.6;
  padding-bottom: 15px;
}
.section4 .list li span {
  font-size: 20px;
  color: #f7f7f7;
  line-height: 1.3;
}
.section4 .list li span.p2 {
  font-size: 20px;
  color: #f7f7f7;
  line-height: 1.6;
}

.hotpick_slider {
}
.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;
}
.hotpick_slider .slick-slide.slick-active {
  opacity: 1;
}

.hotpick_slider_box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.hotpick_slider_box.ani_on {
  animation: section3_show3 2s linear forwards;
  -webkit-animation: section3_show3 2s linear forwards;
  -moz-animation: section3_show3 2s linear forwards;
}

.hotpick_slider {
  width: calc(100% + 16px);
}
.hotpick_slider .slick-list {
  overflow: visible;
}
.hotpick_slider .slick-slide {
  opacity: 0.3;
  margin-right: 16px;
}
.hotpick_slider .slick-slide p {
  position: relative;
  height: 260px;
  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: -5px;
  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 b {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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.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: 80px 0 120px;
  text-align: center;
}
.section5 .title {
}
/* .section5 .title.ani_on {
  animation: show1 2s linear;
  -webkit-animation: show1 2s linear;
  -moz-animation: show1 2s linear;
} */
.section5 .title.ani_on {
  position: relative;
  animation: popTitle 1.2s ease-in-out forwards;
  -webkit-animation: popTitle 1.2s ease-in-out forwards;
  -moz-animation: popTitle 1.2s ease-in-out forwards;
}

.section5 .contents {
  border-radius: 30px;
  background: #ffffff;
  width: 1080px;
  margin: 50px auto 40px;
  padding: 60px 0 90px;
}

.section5 .contents h3 {
  font-size: 50px;
  color: #ef8239;
  font-weight: 800;
}
.section5 .contents p {
  font-size: 22px;
  color: #767575;
  padding-top: 10px;
  padding-bottom: 80px;
}
.section5 .contents p.p2 {
    font-size: 22px;
    color: #767575;
    padding-top: 17px;
    padding-bottom: 80px;
    line-height: 20px;
}
.section5 .contents .pricebox {
  width: 886px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section5 .contents .pricebox .box p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 0.6;
}
.section5 .contents .pricebox .box .c_orange {
  color: #f06907;
  margin-right: 10px;
  font-size: 45px;
}
.section5 .contents .pricebox .box span {
  font-size: 40px;
  color: #333;
}
.section5 .contents .pricebox .box b {
  font-weight: 900;
  font-size: 55px;
  color: #000;
  letter-spacing: -1px;
}

.section5 .contents .pricebox .box {
  border: 8px solid #f6ba92;
  height: 280px;
  width: 386px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.section5 .contents .pricebox .box > img {
  padding-bottom: 70px;
}
.section5 .contents .pricebox .box button b {
  font-size: 27px;
  color: #ffdb0f;
  display: inline-block;
  margin-right: 5px;
}
.section5 .contents .pricebox .box button {
  height: 68px;
  width: 316px;
  background: #f06907;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}
.section5 .contents .pricebox .box button:hover {
  background: #f05907;
}

.section6 {
  padding: 60px 0 80px;
  text-align: center;
}
.section6 .title {
  position: relative;
  width: 770px;
  margin: 0 auto;
}
.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; */
  animation: show1 2s linear forwards;
  -webkit-animation: show1 2s linear forwards;
  -moz-animation: show1 2s linear forwards;
}

.section6 .title .section6_icon1 {
  position: absolute;
  top: -60px;
  left: -20px;
  animation: section6_icon1 3s linear infinite;
  -webkit-animation: section6_icon1 3s linear infinite;
  -moz-animation: section6_icon1 3s linear infinite;
}

.section6_title {
  margin-bottom: 60px;
}

.section6 .qna {
  width: 940px;
  margin: 0 auto;
}
.section6 .qna li {
  border: 2px solid #a88ecc;
  border-radius: 10px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 14px;
}

.section6 .qna li:nth-child(odd) {
  background: #f7f3fc;
}
/*
.section6 .qna li .arrow {
  position: absolute;
  right: 40px;
  top: 40px;
  display: inline-block;
  width: 34px;
  height: 17px;
  background: url(../images/intro/arr_down.png) center / cover no-repeat;
} */
.section6 .qna li .arrow {
    position: absolute;
    right: 35px;
    top: 32px;
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url(../images/intro/arr_down.png) center / 20px 10px no-repeat;
}
/* .section6 .qna li .question {
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  color: #522198;
  cursor: pointer;
} */

.section6 .qna li .question {
    position: relative;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    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: 30px 0 40px;
  font-size: 18px;
  color: #321f4c;
  line-height: 1.6;
  display: none;
}

.section7 {
  background: #5850bd;
  height: 1100px;
  padding: 110px 0 10px;
}

.section7 .textbox {
  width: 1120px;
  margin: 0 auto;
}

.section7_title1 {
  position: relative;
  left: 23px;
  top: -19px;
}
.section7_title2 {
  position: relative;
  left: 64px;
  top: 10px;
}

.section7_img {
  display: block;
  margin: 0 auto;
}

.section7_title1.ani_on {
  animation: section3_show1 2s linear forwards;
  -webkit-animation: section3_show1 2s linear forwards;
  -moz-animation: section3_show1 2s linear forwards;
}
.section7_title2.ani_on {
  animation: section3_show2 2s linear forwards;
  -webkit-animation: section3_show2 2s linear forwards;
  -moz-animation: section3_show2 2s linear forwards;
}
.section7_img.ani_on {
  animation: section3_show3 2s linear forwards;
  -webkit-animation: section3_show3 2s linear forwards;
  -moz-animation: section3_show3 2s linear forwards;

}

footer {
  background: #fff;
  /* padding: 65px 50px; */
  padding: 50px 60px 60px;
  text-align: left;
  position: relative;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 1;
}

footer .left .link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .left a:last-child {
  border-right: 0;
}
/* footer .left a:hover {
  font-weight: bold;
} */
footer .left a:first-child {
  padding-left: 0;
}
footer .left a {
  font-size: 15px;
  border-right: 2px solid #262525;
  color: #262525;
  padding: 0 16px;
}
footer .left p {
  margin-top: 20px;
  font-size: 14px;
  color: #262525;
}
footer .right {
}
footer .right img {
}
