.support-img{
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../../img/common/topimg.jpg');
	padding-top: 40px;
}
.support-page{
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666;
}
.support-page h1{
	font-weight: bold;
	font-size: 40px;
	margin: 5px;
    color: #000;
}

.support_title{
	margin-top: 30px;
}

.support_title h1{
	font-size: 36px;   
    color: #666;
}

.support-page .support_btn_area{
	display: flex;
	justify-content: center;
	align-items: center;
    margin-top: 20px;
}
.support-page .support_btn_area .tab_btn{
	font-size: 20px;
	font-weight: normal;
	color: #808080;
	padding: 2px 30px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	transition: 0.2s;
}
.support-page .support_btn_area .tab_btn:hover,.support-page .tab_btn.active{
	color: #ec78a4 !important;
}

/*-----------ctnr----------*/
.support_ctnr{
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  padding: 20px 400px;
}

.support_ctnr ul { list-style-type: none; }
.support_ctnr .accordion {
  width: 100%;
  /*max-width: 360px;*/
  padding: 10px 0 0 0;
  background: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.support_ctnr .accordion .link {
  cursor: pointer;
  display: block;
  padding: 20px 30px;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 2px solid #fff;
  /*background-color: #14ade3;*/
  background-image: linear-gradient(to right, #2ea1ce, #1c84bf);
  
  text-align: left;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.support_ctnr .accordion li{
    filter: brightness(1);
    transition: 0.2s;
}

.support_ctnr .accordion li:hover, .support_ctnr .accordion li.open{
    filter: brightness(1.1);
    transition: 0.2s;
}

.support_ctnr .accordion li:last-child .link { border-bottom: 0; }

.support_ctnr .accordion li i {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.support_ctnr .accordion li i.fa-chevron-down {
  right: 30px;
  left: auto;
  font-size: 16px;
}

/*.support_ctnr .accordion li.open .link { color: #b63b4d; }*/

/*.support_ctnr .accordion li.open i { color: #b63b4d; }*/

.support_ctnr .accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.support_ctnr .submenu {
	position: relative;
  	display: none;
  	font-weight: normal;
  	padding: 30px;
  	color: #808080;
  	text-align: left;
  	background-color: #fff;
}
.support_ctnr .submenu .txt{
	display: flex;
	justify-content: flex-start;
}
.support_ctnr .submenu b{
  	font-size: 24px;
  	margin-top: -8px;
}
.support_ctnr .submenu span{
  	font-size: 18px;
  	padding-left: 20px;
}


.support-page .contactbtn{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	background-color: #ec78a4;
	padding: 20px 80px;
	margin: 30px auto 60px auto;
	cursor: pointer;
	transition: 0.3s;
    display: block;
}
.support-page .contactbtn:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/*---------rwd------------*/

@media only screen and (min-width: 750px) and (max-width: 969px){
    .support-img {
        width: 100%;
        height: 80px;
        padding-top: 10px;
    }
    .support-page h1 {
        display: inline-block;
    }
    .support_title{
	    margin-top: 30px;
    }

    .support_title h1{
	    font-size: 30px;   
    }
    .support_ctnr{
        padding: 20px 60px;
    }
    .support-page .contactbtn{
	    font-size: 24px;
	    border-radius: 10px;
	    padding: 20px 100px;
    }
}

@media only screen and (max-width: 749px){
    .support-img {
        width: 100%;
        height: 56px;
        padding-top: 5px;
    }
    .support-page{
        font-size: 16px;
    }
    .support-page h1 {
        font-size: 24px;
        display: inline-block;
    }
    .support-page .support_btn_area{
        margin-top: 10px;
    }
    .support-page .support_btn_area .tab_btn{
	    font-size: 14px;
	    padding: 2px 10px;
    }
    .support_title{
	    margin-top: 20px;
    }
    .support_title h1{
	    font-size: 20px;   
    }
    .support_ctnr{
        padding: 10px 20px;
    }
    .support_ctnr .accordion .link {
        padding: 10px 20px;
        font-size: 16px;
    }
    .support_ctnr .accordion li i.fa-chevron-down {
        margin-top: -15px;
        right: 10px;
        font-size: 12px;
    }
    .support_ctnr .submenu {
  	    padding: 20px;
    }
    .support_ctnr .submenu b{
  	    font-size: 18px;
  	    margin-top: -8px;
    }
    .support_ctnr .submenu span{
  	    font-size: 16px;
  	    padding-left: 10px;
    }
    .support-page .contactbtn{
	    font-size: 18px;
	    border-radius: 10px;
	    padding: 15px 40px;
        margin: 20px auto;
    }
    .support-page .contactbtn:hover{
	    box-shadow: none;
    }
}