
.tt img{
    display: block;
    height: 53px;
    width: auto;
    margin:40px auto;
}
/* header ---------------------------------------------------------------*/
header{
   padding-top: 80px;
   background-image: url(../img/header_bg.svg),url(../img/kv.jpg);
   background-position: center bottom,center top;
   background-repeat  : no-repeat,no-repeat;
   background-size:100%, cover;
   height: 795px;
}
header .con{
    position: relative;
}
header .title{
    position: absolute;
    right:30px;
    top: 118px;
    width: 640px;
}
header p{
    position: absolute;
    display: block;
    width: 660px;
    right:30px;
    top: 360px;
    font-size: 20px;
    font-weight: 500;
    line-height:34px;
    text-align: center;
    color: #323232;
}
header p span{
    display: block;
}

/* section1 ---------------------------------------------------------------*/
.section1{
    background:url(../img/main_s1_bg.svg) #fff6e4;
    background-position: center bottom;
    background-repeat  : no-repeat;
    background-size:100%;
    padding-top: 60px;
    margin-top: -2px;
    padding-bottom: 140px;
}
.section1 .act_txt{
    width: 85%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}
.section1 .act_txt h6{
    padding-top: 12px;
    font-weight: 500;
}
.section1 .act_txt h6 span{
    padding:0 20px;
}
.section1 .act_txt h6 a{
    display: inline-block;
    width:105px;
    height: 34px;
    padding:0 10px;
    background: #8db4ad;
    color: #ffffff;
    line-height:34px;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}
.section1 .vote-con{
    display: flex;
    justify-content: center;
}
.section1 .vote-con .vote-listbox{
    width: 240px;
    margin:0 10px;
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
.section1 .vote-con .vote-listbox .vote-radio{
    padding: 20px;
    padding-bottom: 10px;
}
.vote-radio {
    border-radius: 999px;
    margin: 5px;
}

.vote-radio__input {
    opacity: 0;
    position: absolute;
}
.vote-radio-box .vote-radio .vote-radio__label{
    font-size: 23px;
    font-weight: 500;
    color: #ed6335;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    width: 100%;
}
.vote-radio-box .vote-radio__label::before {
    content: "";
    border-radius: 9999px;
    width: 24px;
    height: 24px;
    margin: 0;
    position: absolute;
    z-index: 1;
    border: 2px solid #ed6335;
    left: 0px;
}
.vote-radio-box .vote-radio__label::after {
    content: "";
    border-radius: 9999px;
    width: 16px;
    height: 16px;
    margin:0;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    top: 4px;
    left: 4px;
    transition: all .5s;
}
.vote-radio__label:hover::after {
    background-color: #ed6335;
}
.vote-radio__input:checked~.vote-radio__label::after {
    background-color: #ed6335;
}

.section1 .vote-con .vote-listbox .vote-data{
    padding:0 20px;
}
.section1 .vote-con .vote-listbox .vote-data .vote-num{
    display: flex;
    justify-content:space-between;
    padding: 12px 0;
    align-items: center;
}
.section1 .vote-con .vote-listbox .vote-data .vote-num .title,.section1 .vote-con .vote-listbox .vote-data .vote-num .result{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #909296;
}
.section1 .vote-con .vote-listbox .vote-data .vote-num .result .eng-num{
    font-size: 20px;
    font-weight:700;
    color: #026c81;
    padding-right: 5px;
}
.section1 .vote-con .vote-listbox .booklink {
    width: 240px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.section1 .vote-con .vote-listbox .booklink a{
    display: block;
    width: 100%;
    height:270px;
    background: #8db4ad;
}
.section1 .vote-con .vote-listbox .booklink a img{
    width: 100%;
    height: auto;
}
.section1 .vote-con .vote-listbox .vote-percetage{
    width:100%;
    height: 16px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #ededed;
    margin-bottom: 20px;
}
.section1 .vote-con .vote-listbox .vote-percetage .percetage-bar{
    height: 16px;
    background: #ed6335;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.section1 .submit-block{
    width: 220px;
    height: 56px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    box-shadow: 0 3px 10px 0 #ffcdae;
    background-color: #ed6335;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    cursor: pointer;
    transition: all .5s;
    transform: scale(1);
}
.section1 .submit-block a{ 
    display: block;
    width: 220px;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    font-size: 20px;
    font-weight:500;
    letter-spacing: 2px;
    color: #fff;
}
.section1 .submit-block:hover{
    background: #e14a17;
    transform: scale(1.05);
}

/* section2 ---------------------------------------------------------------*/
.section2{
    background: #ffedc4;
    padding-top: 60px;
}
.section2 .con{
    position: relative;
}
.section2 .con .ani_s2{
    pointer-events:none;
    width:192px;
    height: 206px;
    background-image: url(../img/main_section1_6.svg);
    background-size: cover;
    position: absolute;
    top:-260px;
    right: 173px;
    animation: swing 1.65s infinite alternate;
    -webkit-animation: swing 1.65s infinite alternate;
}
.section2 .pagelist{
    height: 722px;
    width: 1100px;
    margin: 0 auto;
}
.section2 .pagelist .class{
    position: relative;
}
.img-ani2-1 {
    pointer-events:none;
    width:246px;
    height: 308px;
    background-image: url(../img/ain_s2_1.svg);
    opacity: 0.4;
    background-size: cover;
    position: absolute;
    top:-30px;
    left: -160px;
    z-index: 48;
    animation: swing 1.65s infinite alternate;
    -webkit-animation: swing 1.65s infinite alternate;
}
.img-ani2-2 {
    pointer-events:none;

    width:207px;
    height: 308px;
    background-image: url(../img/ain_s2_2.svg);
    opacity: 0.4;
    background-size: cover;
    position: absolute;
    top:260px;
    right: -130px;
    z-index: 48;
    animation: swing 1.65s infinite alternate;
    -webkit-animation: swing 1.65s infinite alternate;
}
.section2 .pagelist .pagebox{
    width: 490px;
    margin: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 8px 0 0 rgba(255, 143, 74, 0.3);
    background-color: #ed6335;
    position: absolute;
    z-index: 100;
}
.section2 .pagelist .class:first-child .pagebox{
    left: 0;
}
.section2 .pagelist .class:last-child .pagebox{
    right: 0;
}
.section2 .pagelist .pagebox .pagetop{
    background: #ffffff;
    box-shadow: 0 8px 10px 0 rgba(234, 92, 4, 0.4);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    padding: 40px 30px 30px;
    margin-top: -2px;
}
.section2 .pagelist .pagebox .pagetop .stit{
    width: 83px;
    height: 83px;
    background-color: #8db4ad;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin-top: -22px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -42px;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items:center;
    justify-content: center;
}
.section2 .pagelist .pagebox .pagetop .stit span.nb{
    font-size: 40px;
    font-weight: 300;
    margin:0 4px;
}
.section2 .pagelist .pagebox .pagetop .picbox{
    width: 430px;
    margin: 0 auto;
}
.section2 .pagelist .pagebox .pagetop .picbox a{
    display: block;
    width: 100%;
}
.section2 .pagelist .pagebox .pagetop .picbox img{
    width: 100%;
}
.section2 .pagelist .pagebox .pagetop h3{
    font-size: 20px;
    color: #494949;
    text-align: center;
    margin: 20px 0;
    font-weight: 500;
}
.section2 .pagelist .pagebox .pagetop > a{
    display: block;
    width: 166px;
    height: 40px;
    background-color: #8db4ad;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;    
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all .5s;
    transform: scale(1);
}
.section2 .pagelist .pagebox .pagetop > a:hover{
    background: #49867B;
    transform: scale(1.05);
}
.section2 .pagelist .pagebox .pagebot h5{
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #ffe26c;
    margin: 25px 0;
}
.section2 .pagelist .pagebox .pagebot .pagebot_txtbox{
    display: flex;
    padding:0 30px 30px;
}
.section2 .pagelist .pagebox .pagebot .pagebot_txtbox .picbox_b{
    width: 150px;
}
.section2 .pagelist .pagebox .pagebot .pagebot_txtbox .picbox_b img{
    width: 100%;
}
.section2 .pagelist .pagebox .pagebot .pagebot_txtbox .txtbox{
    width: 255px;
    margin-left: 25px;
    position: relative;
}
.section2 .pagelist .pagebox .pagebot .pagebot_txtbox .txtbox p{
    font-size: 16px;
    color: #fff;
    text-align: justify;
    line-height: 26px;
}
.section2 .pagelist .pagebox .pagebot .pagebot_txtbox .txtbox a{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 140px;
    height: 38px;
    background: #ffd117;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    color: #ed6335;
    transition: all .5s;
    transform: scale(1);
}
.section2 .pagelist .pagebox .pagebot .pagebot_txtbox .txtbox a:hover{
    background: #FFEA00;
    transform: scale(1.05);
}

/* section3 ---------------------------------------------------------------*/
.section3{
    padding-top:60px;
    background:url(../img/main_section4_bg.jpg) #ffedc4;
    background-position: center bottom;
    background-repeat  : no-repeat;
    background-size:100%;
}
.section3 .video-slick{
    width: 874px;
    height: 500px;
    margin: 0 auto;
    background: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.section3 .video-slick .video-pic-box a{
    display: block;
    width: 840px;
    height: 470px;
    margin: 15px auto;
    position: relative;
    outline: none;
}
.section3 .video-slick .video-pic-box a::after{
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    background: url(../img/play_icon.svg);
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
    opacity: 0.8;
}
.section3 .video-slick .video-pic-box a:hover::after{
    opacity: 1;
}
.section3 .video-slick .video-pic-box a img{
    width: 100%;
}

/* section4 ---------------------------------------------------------------*/
.section4{
    margin-top: -2px;
    background: #ffd08a;
    padding-top:100px;
    height: 630px;
}
.section4 .titword{
    margin-top: -15px;
    text-align: center;
    color: #ed6335;
    font-size: 22px;
    font-weight: 500;
}
.section4 .txtbox{
    position: absolute;
    left: 300px;
    top: 25px;
    width: 470px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.section4 .txtbox p{
    padding-top: 15px;
}
.section4 .txtbox p span{
    display:block;
}
.section4 .txtbox a{
    display: block;
    width: 220px;
    height: 56px;
    margin: 40px auto;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;    
    box-shadow: 0 3px 10px 0 rgba(241, 160, 38, 0.5);
    background-color: #ed6335;
    text-decoration: none;
    color: #ffffff;
    line-height: 56px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: all .5s;
    transform: scale(1);
}
.section4 .txtbox a:hover{
    background: #e14a17;
    transform: scale(1.05);
}
.section4 .txtbox a::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/arrow_btn1.svg);
    background-size: 100%;
    margin-left: 10px;
}
.section4 .con{
    position: relative;
}
.section4 .con .left-ani{
    position: absolute;
    left: 0;
    pointer-events: none;
}
.section4 .con .left-ani .ani-box-l{
    position: relative;
}
.section4 .con .left-ani .ani-box-l .ani-box-l1{
    position: absolute;
    width: 185px;
    left: 60px;
    animation: floating 1.5s infinite alternate;
    -webkit-animation: floating 1.5s infinite alternate;
}
.section4 .con .left-ani .ani-box-l .ani-box-l2{
    position: absolute;
    width: 34px;
    left: 156px;
    top: -58px;
    animation: swing2 1.5s infinite alternate;
    -webkit-animation: swing2 1.5s infinite alternate;
}
.section4 .con .left-ani .ani-box-l .ani-box-l3{
    position: absolute;
    width: 34px;
    left: 111px;
    top: -137px;
    animation: swing3 1.5s infinite alternate;
    -webkit-animation: swing3 1.5s infinite alternate;
}
.section4 .con .left-ani .ani-box-l .ani-box-l4{
    position: absolute;
    width:34px;
    left:254px;
    top:-181px;
    animation: swing2 1.5s infinite alternate;
    -webkit-animation: swing2 1.5s infinite alternate;
}
.section4 .con .right-ani{
    position: absolute;
    right: 0;
    pointer-events: none;
}
.section4 .con .right-ani .ani-box-r{
    position: relative;
}
.section4 .con .right-ani .ani-box-r .ani-box-r1{
    position: absolute;
    width: 308px;
    right: 172px;
    top: 65px;
}
.section4 .con .right-ani .ani-box-r .ani-box-r2{
    position: absolute;
    width: 179px;
    right: 67px;
    top:40px;
    animation: swing 1.5s infinite alternate;
    -webkit-animation: swing 1.5s infinite alternate;
}
.section4 .con .right-ani .ani-box-r .ani-box-r3{
    position: absolute;
    width: 51px;
    right: 432px;
    top:240px;
    animation: pulse .5s infinite alternate;
    -webkit-animation: pulse .5s infinite alternate;
}

/* video popup ---------------------------------------------------------------*/
.openpopup{
	overflow: hidden;
}
#modal-video{
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow: auto;
}
.blackbox{
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.8;
	position: fixed;
	top: 0;
	left: 0;
}
#modal-video .conall{
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	padding: 2% 0;
}
#modal-video .conbox{
    width: 900px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#modal-video .conbox .titbox{
    position: absolute;
    right: 0;
    top: -60px;
}
#modal-video .conbox .titbox img{
    width: 30px;
}

/* popup ---------------------------------------------------------------*/
.swal2-popup{
    background: #fff6e4;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 30px 50px;
    min-height: 160px;
}
.swal2-header .swal2-title{
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #ED6335;
    letter-spacing: 2px;
    width: 30%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin: 0 auto;
}
.swal2-content .giftbox .gift_name{
    width: 100%;
    background: rgba(237, 99, 53, 0.4);
    margin: 25px 0;
    padding: 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #303030;
    font-weight:500;
    font-size: 20px;
}
.swal2-content .giftbox .gift_name span{
    padding-left: 15px;
    border-left: 1px solid #ED9164;
    margin-left: 15px;
}
.swal2-content .giftbox .gift_name span.name1{
    display: none
}
.swal2-content .giftbox .gifttop{
    display: flex;
    align-items:center
}
.swal2-content .giftbox .gifttop .gift_pic img{
    width: 160px;
    padding-right: 30px;
}
.swal2-content .giftbox .gifttop .gift_txt{
    text-align-last: left;
    font-size: 20px;
    font-weight: 500;
    line-height:32px;
    color: #303030;
    text-indent: -14px;
}
.swal2-content .giftbox .gifttop .gift_txt p{
    margin-bottom: 5px;
}
.swal2-content .giftbox .gifttop .gift_txt small{
    color: #ed6335;
    margin-top: 20px;
}
.swal2-content .giftbox .gifttop .gift_txt small span{
    padding-left: 10px;
}
.swal2-content .giftbox .note{
    margin-top: 15px;
    font-size: 15px;
    font-weight:400;
    line-height:26px;
    text-align: left;
}
.swal2-content .giftbox .note .tt{
    display: block;border: solid 1px #c6c6c6;
    text-align: center;
    line-height: 30px;
    margin-bottom: 15px;
}
.swal2-content .giftbox .note ol{
    padding-left:20px;
}
.swal2-content .giftbox .note ol li{
    list-style: disc;
}
.swal2-content .votepopup h4{
    font-size: 22px;
    font-weight: 500;
    line-height:32px;
    color: #ed6335;
}
.swal2-content .votepopup p{
    font-size:17px;
    font-weight: 400;
    line-height:28px;
    padding: 20px 0;
}
.swal2-content .votepopup a{
    display: block;
    width: 220px;
    height: 56px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    box-shadow: 0 3px 10px 0 #ffcdae;
    background-color: #ed6335;
    text-align: center;
    margin: 0px auto 10px;
    line-height: 56px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
}
.swal2-close {
    display: block;
    width: 35px;
    height: 35px;
    border:2px solid #ED6335;
    border-radius:50%;
    color: #ED6335;
    font-size:21px;
    line-height:33px;
    cursor: pointer;
    font-weight: 700;
    top: 25px;
    right: 25px;
    z-index: 9999;
}


@media screen and (max-width: 1300px){

/* header ---------------------------------------------------------------*/
header{
    height: 620px;
 }
 header .title{
     position: absolute;
     right:5%;
     width:50%;
     top: 40px;
 }
 header p{
     width:50%;
     right:5%;
     top: 240px;
 }
 header p span{
    display: none;
}
 /* section1 ---------------------------------------------------------------*/
.section1 .vote-con{
    flex-wrap:wrap;
}
.section1 .vote-con .vote-listbox {
    width:28%;
    margin:2%;
 }
.section1 .vote-con .vote-listbox .booklink {
    width: 100%;
}
.section1 .vote-con .vote-listbox .booklink a {
    height: auto;
}
 /* section2 ---------------------------------------------------------------*/
 .section2 .pagelist {
    width: 96%;
}
.section2 .pagelist .pagebox .pagetop .picbox {
    width: 100%;
}
.section2 .pagelist .pagebox {
    width:45%;
}
.section2 .pagelist .pagebox .pagebot .pagebot_txtbox .txtbox p {
    height: 164px;
}

/* section4 ---------------------------------------------------------------*/
.section4{
    height:auto;
    padding-bottom: 60px;
}

.section4 .txtbox{
    position: relative;
    left:0;
    top:0;
    width: 70%;
    margin: 0 auto;
}
.section4 .con{
    padding-bottom: 250px;
}
.section4 .con .left-ani{
    left:10%;
    top:220px;
}
.section4 .con .left-ani .ani-box-l{
    position: relative;
}
.section4 .con .left-ani .ani-box-l .ani-box-l1{
    width: 170px;
}
.section4 .con .left-ani .ani-box-l .ani-box-l3{
    left:26px;
    top:8px;
}
.section4 .con .left-ani .ani-box-l .ani-box-l4{
    left:220px;
    top:-28px;
}
.section4 .con .right-ani{
    position: absolute;
    right:9%;
    top: 13em;
}
.img-ani2-1,.img-ani2-2{
    display: none;
}
}
@media screen and (max-width: 1000px){
.tt img{
    display: block;
    height:auto;
    width:90%;
    margin:10px auto 25px;
}
/* header ---------------------------------------------------------------*/
header{
   background-image: url(../img/header_bg.svg),url(../img/mobie_kv.jpg);
   background-position: center bottom,center bottom;
   background-repeat  : no-repeat,no-repeat;
   background-size:100%, 100% auto;
   height: auto;
   padding-bottom:5em;
}
header .title{
    display: block;
    position: relative;
    right:0;
    left: auto;
    top:0 ;
    width:70%;
    margin: 20px auto;
}
header p{
    position: relative;
    left: auto;
    width: 90%;
    right:0;
    top: 0;
    font-size: 1.2em;
    font-weight:400;
    line-height:1.6em;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 55%;
}
/* section1 ---------------------------------------------------------------*/
.section1 .vote-con .vote-listbox {
    width: 86%;
    margin:3% auto;
    }
    .section1 .vote-con .vote-listbox .vote-radio {
    padding:5px;
    padding-bottom:5px;
} 
/* section2 ---------------------------------------------------------------*/
.section2{
    padding-bottom: 1px;
}

.section2 .pagelist {
    height: auto;
}
.section2 .pagelist .pagebox{
    width: 94%;
    position: relative;
    margin:15% auto 1%;
}
.section2 .con .ani_s2 {
    width: 140px;
    height: 150px;
    top: -163px;
    right:0;
    left: 50%;
    margin-left: -70px;
}
.section2 .pagelist .pagebox .pagebot .pagebot_txtbox{
    padding:0 20px 20px;
}
.section2 .pagelist .pagebox .pagebot .pagebot_txtbox .picbox_b{
    width:20%;
}
.section2 .pagelist .pagebox .pagebot .pagebot_txtbox .txtbox{
    width:74%;
    margin-left:2em;
}
.section2 .pagelist .pagebox .pagebot .pagebot_txtbox .txtbox p{
    height: auto;
    line-height: 22px;
}
.section2 .pagelist .pagebox .pagebot .pagebot_txtbox .txtbox a{
    position: relative;
    margin-top: 15px;
}

.section3 .video-slick{
    width: 80%;;
    height: auto;
}
.section3 .video-slick .video-pic-box a{
    width: 100%;
    height: auto;
    margin:0;
    padding:8px;
}
.section3 .video-slick .video-pic-box a::after{
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}
.section4 {
    padding-top:60px;
}
.section4 .titword {
    margin-top: 0;
}
#modal-video .conbox {
    width: 90%;
}
.section4 .con .left-ani {
    display: none;
}
.section4 .con .right-ani{
    top: 15em;
}
}
@media screen and (max-width: 700px){
/* section1 ---------------------------------------------------------------*/
    .section1 .act_txt {
        width: 86%;
        text-align: left;
        margin-bottom: 30px;
    }
    .section1 .act_txt h6 span{display: inline-block;
        padding: 0;
    }
    .section1 .act_txt h6 a {
        margin-left: 10px;
        margin-top: 5px;
        text-align: center;
    }
/* section2 ---------------------------------------------------------------*/
    .section2 .pagelist .pagebox .pagebot .pagebot_txtbox .picbox_b{
        width: 32%;
    }
    .section2 .pagelist .pagebox .pagebot .pagebot_txtbox .txtbox{
        width:66%;
        margin-left: 1em;
    }
    .section2 .pagelist .pagebox .pagebot h5 {
        font-size:1.1em;
    }
    .section2 .pagelist .pagebox .pagetop .stit{
        transform: scale(0.7);
        margin-top: -2em;
    }

/* popup ---------------------------------------------------------------*/
.swal2-popup{
    padding: 15px 20px;
}
.swal2-header .swal2-title{
    width: 50%;
}
.swal2-content .giftbox .gifttop{
    flex-direction: column;
}
.swal2-content .giftbox .gifttop .gift_pic img{
    width:30%;
    padding-right:0px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.swal2-close {
    top: 15px;
    right: 20px;
}
.section2 .pagelist .pagebox .pagetop {
    padding:20px;
}


.section4 .titword{
    width: 90%;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.4em;
}
.section4 .txtbox{
    width: 90%;
}
.section4 .txtbox{
    text-align: left;
}
.section4 .txtbox p span{
    display: none;
}
.section4 .con .right-ani {
   position: relative;
   top: 0;
}
.section4 .con {
    padding-bottom:0px;
}
.section4 .con .right-ani .ani-box-r{
    position: relative;
}
.section4 .con .right-ani .ani-box-r .ani-box-r1{
    position:relative;
    width:56%;
    right: 0;
    left: auto;
    top:0;
    margin-left: 24%;
    margin-top: 15px;
}
.section4 .con .right-ani .ani-box-r .ani-box-r2{
    width:30%;
    right:0;
    top:0;
}
.section4 .con .right-ani .ani-box-r .ani-box-r3{
    position: absolute;
    width: 51px;
    right:0;
    left:19%;
    top:auto;
    bottom: 0;
}
.section4 .txtbox a{
    text-align: center;
}
.swal2-content .giftbox .gift_name span.name1{
    display: block;
    margin: 10px 0;
}
.swal2-content .giftbox .gift_name span.name2{
    padding-left: 0px;
    border-left: 0;
    margin-left: 0px;
    margin-top: 15px;
}
}

@media screen and (max-width: 380px){
    .section2 .pagelist .pagebox .pagebot h5 {
        font-size: 1.05em;
        width: 90%;
        margin-left: 5%;
        line-height: 1.5em;
    }
}
