@media (max-width:599px) {
 
   
    /*ë¯¸ë‹ˆê²Œìž„*/


    a {
        color: inherit;
        text-decoration: none;
    }

    .slider-box-1 {
        width: 100%;
        height: auto;
        margin: 10px 0 0 0;
        position: relative;
    }
    
    .slider-box-1 .item-name h3 {font-size:20px; padding:15px 0 15px 0; }


    .slider-box-1 .slick-next {
        position: absolute;
        top: 50%;
        right: 35px;
        z-index: 10; display: none !important;
    }
    .slider-box-1 .slick-prev {
        position: absolute;
        top: 50%;
        left: 35px;
        z-index: 10; display: none !important;
    }


    .slider-box-1 > .slick .item {
        height: 90px;
        position: relative;
        overflow: hidden;
    }

    .slider-box-1 > .slick .item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;

    }
    
     .slider-box-2 {
        width: 100%;
        position: relative;
        height:100px;
    }
    
    .slider-box-2 .item-name h3 {font-size:20px; padding:15px 0 15px 0; }


    .slider-box-2 .slick-next {
        position: absolute;
        top: 50%;
        right: 35px;
        z-index: 10; display: none !important;
    }
    
    .slider-box-2 .slick-prev {
        position: absolute;
        top: 50%;
        left: 35px;
        z-index: 10; display: none !important;
    }
    
    .slick-dots {
    	display:none !important;
    }
    .slider-box-2 > .slick {width:100%; height:100%;}

    .slider-box-2 > .slick .item {
        height: 100px;
        position: relative;
        overflow: hidden;
    }

    .slider-box-2 > .slick .item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-position: center;
        background-size: cover;

    }

    
    
   
    section {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        background: #fafafa;
        margin: 0;
        padding: 10px 20px 120px 20px;
    }

    #section1 {
        width: 100%;
        height: auto;
    }

    #section1 .Noticebox {
        width: 100%;
        height: 50px;
        background: #fff;
        display: flex;
        justify-content: space-between;
        border: 1px solid #ddd;
        margin: 0;
    }

    #section1 .Noticebox .Notice {
        width: 30%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #ddd;
    }

    #section1 .Noticebox .Notice img {
        width: 20px;
        margin: 0 10px 0 0;
    }

    #section1 .Noticebox .Contents {
        width: 60%;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0 0 0 10px;
    }

    #section1 .Noticebox .Contents h3 {
        color: #999;
        font-size: 12px;
        white-space: nowrap;
    }

    #section1 .Noticebox .Noticebarbox {
        width: 30%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #section1 .Noticebox .Noticebarbox .plus {
        width: 100px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #section1 .Noticebox .Noticebarbox .plus h3 {
        color: #888;
        font-size: 11px;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
        margin: 15px 0 13px; white-space: nowrap;
    }

    #section1 .Noticebox .Noticebarbox .plus h3 span {
        color: #888;
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
    }

    #section2 {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: 0;
    }

    #section2 .section2box {
        width: 1300px;
        height: auto;
    }

    #section2 .name {
        width: 100%;
        height: auto;
        display: flex;
        align-items: flex-end;
        flex-direction: row;
        justify-content: flex-start;
            padding: 22px 0 10px 0;
    }

    #section2 .name h2 {
        font-size: 20px;
    }

    #section2 .name p {
        font-size: 13px;
        padding: 0 0 2px 10px;
    }

    #section2 .gamebox {
        width: 100%;
        height: 125px;
        display: flex;
        justify-content: space-between;
        position: relative;
        align-items: center;
    }

    #section2 .gamebox .box1 {
        width: 47%;
        height: 100%;
        overflow: hidden;
        cursor: pointer;
    }



    #section2 .gamebox .box1 img {
        width: 100%;
        height: 72%;
        transform: scale(1);
        transition: all .3s ease-in-out;
        object-fit: cover;
    }

    #section2 .gamebox .box1 .textbox {
        width: 47%;
        height: 37px;
        position: absolute;
        bottom: 0;
        border: 1px solid #ddd;
        background: #fff;
        padding: 3px 0 0 10px;
    }

    #section2 .gamebox .box1 h3 {
        color: #111;
        font-size: 12px;
        font-weight: 700;
        position: absolute;
        top: 5px;
        padding: 4px 0 2px 2px;
    }

    #section2 .gamebox .box1 p {
        color: #999;
        font-size: 10px;
        font-weight: 700;
        position: absolute;
        top: 25px;
        padding: 0;
        display: none;
    }

    .box1 .textbox {
        background: red;
    }

    #loginForm {
        width: 50%;
        height: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: none;
        margin: 0;
    }

    #loginForm .loginbox {
        width: 100%;
        height: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        border: 1px solid #ddd;
        margin: 0;
        padding: 7px 12px;
    }

    #loginForm .loginbox .login {
         box-shadow: inset 0px 1px 0px 0px #d9fbbe;
	    background: linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	    background-color: #b8e356;
	    border-radius: 6px;
	    border: 1px solid #83c41a;
	    display: inline-block;
	    cursor: pointer;
	    color: #ffffff;
	    font-size: 15px;
	    font-weight: bold;
	    padding: 4px 5px;
	    text-decoration: none;
	    text-shadow: 0px 1px 0px #86ae47;
	    text-align: center;
	    width:98%;
    }
    


    #loginForm .loginbox .login h3 {
        font-size: 13px;
        color: #000;
    }

    #loginForm .loginbox .text {
        width: 100%;
        height: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }


    .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 30px;
        left: 0;
        width: 100%;
    }

    #loginForm .loginbox .text h3 {
        font-size: 10px;
        cursor: pointer;
        margin: 5px 0 0;
        white-space: nowrap;
        
    }

    #loginForm .loginbox .text h4 {
        font-size: 10px;
        color: #DAA520;
        cursor: pointer;
        margin: 5px 0 0;
        white-space: nowrap;
    }

    #section2 .gamebox .loginbox1 {
        width: 50%;
        height: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid #ddd;
        padding: 10px;
    }

    #section2 .gamebox .loginbox1 .name {
        width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #ddd;
    flex-direction: row;
    }

    #section2 .gamebox .loginbox1 .name h3 {
        color: #000;
        font-size: 13px;
    }

    #section2 .gamebox .loginbox1 .name img {
        width: 14px;
        position: absolute;
        top: 21px;
        right: 64px;
        cursor: pointer;
    }

    #section2 .gamebox .loginbox1 .name button {
        height: 25px;
        font-size: 11px;
        border: 1px solid #ddd;
        background: #fff;
        cursor: pointer;
        white-space: nowrap;
        padding:0 5px;


    }

    #section2 .gamebox .loginbox1 .id {

        height: 40px;
      
        display: flex;
        align-items: center;
        justify-content: space-between;
       flex-direction: column;
       
    }

    #section2 .gamebox .loginbox1 .id p {
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
    }

    #section2 .gamebox .loginbox1 .id .view {
        width: 50px;
        height: auto;
        border: 1px solid #ddd;
        display: flex;
        align-items: center;
        font-size: 11px;
        justify-content: center;
        background: #ddd;
        font-weight: 700;
        cursor: pointer;
    }

    #section2 .gamebox .loginbox1 .gp {
        width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0 0 0;
    }

    #section2 .gamebox .loginbox1 .gp p {
        font-size: 11px;
        font-weight: 700;
        margin: 0 0 0 0px;
    }

    #section2 .gamebox .loginbox1 .gp h3 {
        font-size: 11px;
        color: red;
        font-weight: 700; white-space: nowrap;
       
    }

    #section2 .gamebox .loginbox1 .gp h3 span {
        font-size: 11px;
        color: #000;
    }

    #section2 .gamebox .loginbox1 .text {
        width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 8px 0 47px 0;
    margin: 3px 0 0 0;
    border-top: 1px solid #ddd;
    }

    #section2 .gamebox .loginbox1 .text h3 {
        font-size: 11px;
        color: orange;
        cursor: pointer;
        margin: 5px 0 0;
    }

    #section2 .gamebox .loginbox1 .text img {
        width: 20px;
        cursor: pointer;

    }

    #section2 .gamebox .loginbox1 .text h5 {
        font-size:11px;
        cursor: pointer;

    }

    #section2 .gamebox .loginbox1 .text .textbox {
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    #section2 .gamebox .loginbox1 .text h4 {
        font-size: 11px;
        color: #333;
        cursor: pointer;
    }

    .section3box {
        width: 100%;
        height: 300px;
    }

    .section3box .name {
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        background: #FFD700;
    }

    .section3box .gamebox {
        width: 100%;
        height: 250px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .section3box .gamebox .box {
        width: 60%;
        height: 250px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        margin: 0 0 15px;
    }


    .section3box .gamebox .box img {
        width: 100%;
        height: 190px;
        transform: scale(1);
        transition: all .3s ease-in-out;
        object-fit: cover;
    }

    .section3box .gamebox .box .textbox {
        width: 100%;
        height: 60px;
        position: absolute;
        top: 190px;
        left: 0;
        border: 1px solid #ddd;
        background: #fff;
        padding: 3px 0 0 10px;
    }

    .section3box .gamebox .box .textbox h3 {
        color: #111;
        font-size: 18px;
    }

    .section3box .gamebox .box .textbox p {
        color: #999;
        font-weight: 700;
        margin: 0px 0 0;
    }

    .mini_title_A {
        width: 100%;
        height: 25px;
        display: flex;
        align-items: flex-end;
        flex-direction: row;
        justify-content: flex-start;
        margin: 21px 0 0px 0;
        padding: 0;
    }

    .mini_title {
        font-size: 20px;
        float: left;
        display: block;
    }

    .mini_title2 {
        font-size: 12px;
        padding: 0 0 2px 10px;
    }

    .swiper-container {
        height: 100%;
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        position: relative;
    }

    .swiper-pagination {
        background: gold;
        display: none;
    }

    .swiper-slide {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .swiper-slide img {

        height: auto;
        max-width: 100%;
    }

    .linebox {
        width: 95%;
        height: 1px;
        border: 1px solid #ddd;
        margin: 0 0 20px;
    }

    .linebox1 {
        width: 100%;
        height: 0px;
        border: 1px solid #ddd;
        margin: 20px 0;
    }

    .linebox2 {
        width: 100%;
        height: 0px;
        border: 1px solid #ddd;
        margin: 18px 0;
    }

    #section4 {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: 0;
    }

    #section4 .section4box {
        width: 1300px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        justify-content: space-between;
    }

    #section4 .event {
        position: relative;
        display: block;
    }

    #section4 .event .name {
        width: 100%;
        height: 110px;
        display: flex;
        align-items: center;
    }



    #section4 .event .eventbox .box .text {
        width: 100%;
        height: 55px;
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #ddd;
        position: absolute;
        top: 200px;
        left: 0;
        padding: 0 15px;
    }

    .title1 {
        width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 20px 0 10px 0;

    }

    .event_title {
        font-size: 20px;
        text-align: left;
        margin: 0;
        padding: 0px; 
    }
    
    .event_title1 {
        font-size: 20px;
        
    }
    
    .title1 img {width:22px; display: inline-block;
        vertical-align: middle;     margin: 0 5px 0 0;}


    .event_title2 {
        display: inline-block;
        font-size: 12px;
        padding: 0 0 0 10px;
    }

    .table_table {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        justify-content: center;
        margin: 0px 0 0;
    }

    .table_table .img {
        width: 100%;
        border: 1px solid #ddd;
        height: auto; margin:0 0 5px 0;
    }

    .table_table .img img {
        width: 100%;
        height: 77%;
    }

    .table_table h3 {
        position: absolute;
        right: 0;
        top: -20px;
        color: #777;
        font-size: 11px;     white-space: nowrap;
    }











    #section4 .donate .name {
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        margin: 10px 0 0;
    }

    #section4 .donate .name h2 img {
        width: 50px;
    }

    #section4 .donate .name p {
        font-size: 15px;
        margin: 30px 0 0 15px;
    }

    #section4 .donate .eventbox .box {
        width: 49%;
        height: 200px;
        cursor: pointer;
        position: relative;
    }

    #section4 .donate .eventbox .box .text {
        width: 100%;
        height: 77px;
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #ddd;
        position: absolute;
        top: 200px;
        left: 0;
        padding: 0 15px;
    }

    .scroll-a {
        width: 100%;
        height: 130px;
        position: relative;
    }

    .scroll-a .scroll {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100px;
        height: 30px;
        font-size: 15px;
        font-weight: 700;
        border-radius: 80px 80px 0 0;
        border: none;
        background: #ef7a1a;
        cursor: pointer;
    }

    .top {
        color: #fff;
        letter-spacing: 3px;
    }

    #donate_section {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        background: #fafafa;
        margin: 0; padding:0px;
    }

    .donate1 {
        overflow: hidden;
        width: 100%;
        height: auto;
    }

    .donate2 {
        width: 100%;
        height: auto;
        display: flex;
        padding: 0 5px;
    }

    .donate2_box {
        width: 50%;
        height: auto;
        display: none;
    }

    .donate2_tbox {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .donate2_text {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 0;
    }

    .donate2_text p {
        font-size: 13px;
        color: #888;
    }

    .donate2_text h3 {
/*         font-size: 20px; */
        font-weight: 500;
    }

    .donate2_btn {
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        padding: 0 0 20px 0;
    }

    .donate_GP {
        display: flex;
        align-items: center;
    }



    .list_bar {
        overflow: hidden;
        width: 100%;
        height: 18px;
        background: #ddd;
        border-radius: 10px;
        margin:0;
        
    }

    .list_bar span {
        display: inline-block;
        width: 80%;
        height: 100%;
        background-color: #FF8C00;
        border-radius: 10px;
    }

    .text2 {
        height: auto;
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
        padding:0 10px;
    }

     .text2 span {
        font-size: 11px;
        font-weight: 700;
        color: #777;
    }

    .text2 span:first-child {
        font-size: 11px;
        font-weight: 700;
        color: #FF8C00;
    }

   
    #text1 {width:100%; height:30px; display: flex; align-items:center}
    #text1 .text3 {width:100%;  display: flex; align-items: center; justify-content: center;}

    

    #text1 .text3 span {
        color: gray;
        font-size: 11px;
        margin-right: 0px; font-weight: bold; 
    }
    #text1 .text3 span:nth-of-type(1) {
        color: orange;
        font-size: 11px;
        margin-right: 0px; font-weight: bold;
    }

   

    .donate2_btn button {
        width: 280px;
        height: 50px;
        background: #fff;
        border: 5px solid #95c23f;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
    }

    .donate2_btn button:hover {
        background-color: #95c23f;
        color: #fff;
    }

    .donate1 img {
        width: 105%;
        height: 80%;
        margin-left: -2%;
    }

    .donate_GP input {
        width: 80%;
        height: 30px;
        background: #fff;
        border: 1px solid #ddd;
        margin-top: 5px;
    }

    .donate3 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 10px 30px;
    }

    .donate3 img {
        width: 100%;
        height: auto;
    }

    .donate_line {
        width: 100%;
        height: 1px;
        border-top: 1px solid #95c23f;
        margin: 25px 0 0;
    }


    

    .btn22box {
        width: 950px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #btn22 {
        width: 280px;
        height: 60px;
        background: #fff;
        border: 5px solid #95c23f;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
    }

    #btn22:hover {
        background: #95c23f;
        color: #fff;
    }





    .panel:after,
    .dot:after {
        content: "";
        display: block;
        clear: both;
    }

    #section1 .Noticebox .Notice h4,
    #section2 .gamebox .box2,
    #section3,
    #section4 .event .eventbox .box h5,
    #section4 .donate {
        display: none;
    }

    #section1 .Noticebox .Noticebarbox .plus h3:hover,
    #section1 .Noticebox .Noticebarbox .plus h3 span:hover,
    #section2 .gamebox .loginbox1 .text h3 hover {
        color: #111;
    }

    #section2 .gamebox .box1 img:hover,
    .section3box .gamebox .box img:hover {
        transform: scale(1.2);
    }

    #loginForm .loginbox .id,
    #loginForm .loginbox .pw {
        width: 100%;
        margin-bottom: 2px
    }

    #loginForm .loginbox .id input,
    #loginForm .loginbox .pw input {
        width: 100%;
        height: 33px;
        border: 1px solid #ddd;
        display: flex;
        align-items: center;
        padding: 10px;
    }

    #section2 .gamebox .loginbox1 .name h3 span,
    #section4 .event .eventbox .box .text p,
    #section4 .donate .eventbox .box .text p {
        color: #999;
    }

    .section3box .name h2,
    #section4 .event .name h2,
    #section4 .donate .name h2 {
        font-size: 25px;
    }

    #section4 .event .eventbox .box button,
    #section4 .donate .eventbox .box button {
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -33px;
        right: 0;
        border: 1px solid #ddd;
        background: #ddd;
    }

    #section4 .event .eventbox .box button span,
    #section4 .donate .eventbox .box button span {
        font-size: 25px;
        font-weight: 700;
        color: #888;
        cursor: pointer;
        margin: -4px 0 0 5px;
    }

    #section4 .event .eventbox .box button span:hover,
    #section4 .donate .eventbox .box button span:hover {
        color: #000;
    }

    #section4 .event .eventbox,
    #section4 .donate .eventbox {
        width: 100%;
        height: 280px;
        display: flex;
        justify-content: space-between;
    }

    #section4 .event .eventbox .box img,
    #section4 .donate .eventbox .box img,
    .donate2_box img {
        width: 100%;
        height: 100%;
    }

    #section4 .event .eventbox .box .text h3,
    #section4 .donate .eventbox .box .text h3 {
        font-weight: 500;
    }
    
    
     .divpop {
        position: absolute;
        left:13px;
        top:70px;
          z-index: 9999;
        position: fixed;
    }
    
    .divpop table {
        width:165px; height:300px;
    }
    
   

    .divpop table td input{
       float:left; margin: 5px 0 0 0;
    }
    
    .divpop label {
		padding-right: 8px;
	}
    
    .popup-text {
        height:250px; background:gold;
        text-align: center;
        background-color:#fff;
        border-radius: 0 10px 0 0;
    }
    
    #divpop2 {
        position: absolute;
        left:185px;
        top:70px;
         z-index: 9999;
        position: fixed;
    }
    
    #divpop2 table {
        width:165px; height:300px;
    }
    
    #divpop2 table td input{
        float:left; margin: 5px 0 0 0;
    }
    
    .popup-text2 {
        border:1px solid #666;
        height:250px; background:gold;
        text-align: center;
        background-color:#fff;
    }
     .section_sub {
       display:none;
    } 
    
    #popmain {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background-color: transparent;
		z-index: 1000;
		background-image: url('../img/popup_bg.png');
	}
    
    
    #pop-top {
        position: absolute;
        left:50%;
        top:50%;
        Transform: translate(-50%, -50%) ;
        z-index: 9999;
        position: fixed;
        

      
    }
    
    #pop-top table {
        width:100%; height:auto;
    }
    
    #pop-top table td input{
        float: left;
    margin: 2px 5px;
    }
    
    .pop-top-text {
        text-align: center;
        background-color:#fff;
    }
    
    .pop-top-text img {
    	border-radius: 0 11px 0 0;	
    }
    
       .pop-top-text img {
       width:310px;
       height:auto;}
    
}






    
       
      #pop-top .closed {
    width: 30%;
    height: 100%;
    background: /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100 */
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
;
       border-radius: 30px;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    padding: 6px 6px;
    margin: 0px 10px 0 0;
    box-shadow: 1px 1px 1px #888;
    color:#555;
    }
    

    
    .pop-top-text {
	width:100%;
	    padding: 10px 10px 5px 10px;
        text-align: center;
        background-color:#fff;
           border-radius:0 10px 0 0;

    }
    .pop-bottom {
    padding:0 10px 10px 10;
    border-radius: 0 0 0 15px;
    }
    
   .pop-bottom div {
    width: 190px;
    height: 100%;
    display: inline-block;
    border-radius: 30px;
    padding: 5px 0px;
    font-size: 11px;
    background: /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100 */ background: rgb(226,226,226);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
        margin: 0 0 9px 10px;
    box-shadow: 1px 1px 1px #888;
    cursor: pointer;
    display: flex;
    align-items: center;
    display: inline-block;
   }
    
    
      #pop-top .closed:hover {
    	color:#fff; background:/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,383838+100 */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(56,56,56,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
    	
    }
    
      .pop-bottom div:hover {
        	color:#fff; background:/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,383838+100 */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(56,56,56,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
    
      }
      
      
            .pop-sub-box {
          display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 11px;
    height: 40px;
    border-radius: 0 0 0 10px;
      }
      .sub-closed {
      	    width: 65px;
    height: 28px;
    background: /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100 */
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items:center;
    color:#555;
      }
      
      .sub-closed:hover {
      	color:#fff; background:/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,383838+100 */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(56,56,56,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
    
      }
	
    