@charset "UTF-8";

/* ************한검평 메인페이지 css************ */
html {
  overflow-x: auto;
  min-width: 1280px;
}
#main .cnt1 {
  position: relative;
  margin-top: 27px;
}
#main .cnt1 .wrapper {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
#main .cnt1 .visual {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  margin: 0 auto;
  transform: translateX(-50%);
}
#main .cnt1 .visual ul {
  display: flex;
}
#main .cnt1 .visual ul li a {
  display: block;
}
#main .cnt1 .visual ul li a img {
  width: 100%;
  height: auto;
}
#main .cnt1 .slick-slide {
  margin: 0 12px;
}
#main .cnt1 .slick-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
#main .cnt1 .slick-prev {
  /* background-image: url("../images/pc/c1_prev.png"); */
  margin-left: -545px;
}
#main .cnt1 .slick-next {
  /* background-image: url("../images/pc/c1_next.png"); */
  margin-left: 515px;
}
#main .cnt1 .slick-dots {
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -50px;
}
#main .cnt1 .slick-dots li {
  margin-left: 4px;
}
#main .cnt1 .slick-dots li:first-child {
  margin-left: 0;
}
#main .cnt1 .slick-dots li button {
  width: 6px;
  height: 6px;
  background-color: #ABADB1;
  border-radius: 3px;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  transition: 0.5s;
}
#main .cnt1 .slick-dots li.slick-active button {
  width: 64px;
  background-color: #387AFC;
  transition: 0.5s;
}
#main .cnt1 .pagingInfo {
  position: absolute;
  bottom: -20px;
  left: 50%;
  font-size: 14px;
  font-weight: 500;
  color: #ABADB1;
  margin-left: -90px;
}
#main .cnt1 .pagingInfo .now_num {
  color: #212224;
}


#main .cnt2 {
  margin-top: 76px;
}
#main .cnt2 .area .tit {
  padding-bottom: 8px;
}
#main .cnt2 .area .tit h3 {
  font-size: 20px;
  font-weight: 700;
}
#main .cnt2 .area .tit h3 strong {
  color: #387AFC;
}
#main .cnt2 .area .txt{
  position: relative;
}
#main .cnt2 .area .txt ul {
  display: flex;
  flex-wrap: wrap;
}
#main .cnt2 .area .txt ul li {
  margin-left: 46px;
  margin-top: 24px;
}
#main .cnt2 .area .txt ul li:nth-child(1),
#main .cnt2 .area .txt ul li:nth-child(12) {
  margin-left: 0;
}
#main .cnt2 .area .txt ul li a {
  display: block;
}
#main .cnt2 .area .txt ul.tab li a span.icon{
  display: block;
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  background-color: #fafafc;
  border-radius: 15px;
  margin: 0 auto;
}
#main .cnt2 .area .txt ul.tab li.on a span.icon{
  border: 2px solid #387AFC;
}
#main .cnt2 .area .txt ul.tab li:hover a span.icon{
  border: 2px solid #387AFC;
}
#main .cnt2 .area .txt ul.tab li a span.icon img{
  display: block;
  margin: 0 auto;
}
#main .cnt2 .area .txt ul li a h4 {
  text-align: center;
  font-weight: 500;
  padding-top: 16px;
}

.tabcont{
  width: 1180px;
  margin: 0px auto;
  display: none;
  position: relative;
}
.tabcont.on {
  display: block;
}
#tabPrev{
  display: flex;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
#tabPrev a{
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 10px rgb(217 217 217);
}
#tabPrev a img{
  display: block;
  margin: 0 auto;
}


#tabNext{
  display: flex;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
#tabNext a{
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 10px rgb(217 217 217);
}
#tabNext a img{
  display: block;
  margin: 0 auto;
}

#main .cnt2 .area .txt .lecture_list{
  margin-top: 50px;
  gap: 35px 2%;
}
#main .cnt2 .area .txt .lecture_list li{
  margin-top: 0;
  margin-left: 0;
  box-sizing: border-box;
  margin: 0 10px;
}
#main .cnt2 .area .txt .lecture_list li a{
  display: block;
  width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
#main .cnt2 .area .txt .lecture_list li a:hover img{
  transform: scale(1.1);
}
#main .cnt2 .area .txt .lecture_list li a:hover .goLink{
  opacity: 1;
}
#main .cnt2 .area .txt .lecture_list li a .goLink{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0,0,0,.6);
  transition: 0.3s;
}
#main .cnt2 .area .txt .lecture_list li a .goLink button{
  display: block;
  font-size: 15px;
  color: #fff;
  margin: 0 auto;
  background-color: #387afc;
  border-radius: 100px;
  padding: 8px 20px;
}
#main .cnt2 .area .txt .lecture_list li a img{
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
#main .cnt2 .area .txt .lecture_list li .lecture_name{
  margin-top: 10px;
}
#main .cnt2 .area .txt .lecture_list li .lecture_name h4{
  font-size: 18px;
  font-weight: 700;
  color: #000;
}


#main .cnt3 {
  position: relative;
  margin-top: 81px;
  display: none;
}
#main .cnt3 .area .tit {
  padding-bottom: 24px;
}
#main .cnt3 .area .tit h3 {
  font-size: 20px;
  font-weight: 700;
}
#main .cnt3 .area .txt ul {
  display: flex;
}
#main .cnt3 .area .txt ul li {
  width: 216.8px;
}
#main .cnt3 .area .txt ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
#main .cnt3 .area .txt ul li a::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  z-index: 1;
}
#main .cnt3 .area .txt ul li a .img {
  position: relative;
  width: 100%;
  height: 100%;
}
#main .cnt3 .area .txt ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .cnt3 .area .txt ul li .letter_wrap{
  margin-top: 10px;
}
#main .cnt3 .area .txt ul li .letter_wrap h4{
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
#main .cnt3 .area .txt ul li .letter_wrap p{
  font-size: 13px;
  color: #000;
}
#main .cnt3 .area .wrapper {
  position: relative;
}
#main .cnt3 .swiper {
  position: static;
}
#main .cnt3 .swiper-button-prev,
#main .cnt3 .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
#main .cnt3 .swiper-button-prev {
  background-image: url("../images/pc/c3_prev.png");
  left: -18px;
}
#main .cnt3 .swiper-button-next {
  background-image: url("../images/pc/c3_next.png");
  right: -18px;
}
#main .cnt3 .slick-slide {
  margin: 0 12px;
}
#main .cnt3 .slick-list {
  margin: 0 -12px;
}



#main .cnt4 {
  background-color: #f2f3f7;
  margin-top: 113px;
  padding: 80px 0 115px;
}
#main .cnt4 .area .tit h3 {
  font-weight: 700;
}
#main .cnt4 .area .tit h3 strong {
  color: #387AFC;
}
#main .cnt4 .area .tit h3 img {
  margin-top: 5px;
  margin-right: 12px;
}
#main .cnt4 .area .tit p {
  font-weight: 500;
  padding-top: 12px;
}
#main .cnt4 .area .txt {
  margin-top: 43px;
}
#main .cnt4 .area .txt ul {
  display: flex;
  justify-content: space-between;
}
#main .cnt4 .area .txt ul li a:hover img{
  transform: scale(1.1);
}
#main .cnt4 .area .txt ul li a:hover .goLink{
  opacity: 1;
}
#main .cnt4 .area .txt ul li a {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
#main .cnt4 .area .txt ul li a .goLink{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0,0,0,.6);
  transition: 0.3s;
}
#main .cnt4 .area .txt ul li a .goLink button{
  display: block;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  background-color: #387afc;
  border-radius: 100px;
  padding: 8px 20px;
}
#main .cnt4 .area .txt ul li a img{
  transition: all 0.3s ease-in-out;
}
#main .cnt4 .area .txt ul li .letter_wrap{
  margin-top: 10px;
}
#main .cnt4 .area .txt ul li .letter_wrap h4{
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
#main .cnt4 .area .txt ul li .letter_wrap p{
  font-size: 13px;
  color: #000;
}


#main .cnt5 {
  padding: 80px 0;
}
#main .cnt5 .area .tit h3 {
  font-weight: 700;
  text-align: center;
}
#main .cnt5 .area .tit p {
  font-weight: 500;
  text-align: center;
  padding-top: 12px;
}
#main .cnt5 .area .txt {
  margin-top: 20px;
}
#main .cnt5 .area .txt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .cnt5 .area .txt ul li {
  position: relative;
  margin-top: 24px;
}
#main .cnt5 .area .txt ul li h4 {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: 22px;
  color: #fff;
  width: 100%;
  z-index: 1;
}
#main .cnt5 .area .txt ul li h4 strong {
  font-weight: 700;
}
#main .cnt5 .area .txt .more_view_btn {
  display: block;
  width: 172px;
  height: 42px;
  margin: 49px auto 0;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #E0E3E8;
  box-sizing: border-box;
  border-radius: 21px;
  color: #67696D;
}
#main .cnt5 .area .txt .more_view_btn span {
  opacity: 0.8;
}


#main .cnt6 {
  background-color: #387AFC;
  padding: 80px 0;
}
#main .cnt6 .area .tit h3 {
  color: #fff;
  text-align: center;
  font-weight: 700;
}
#main .cnt6 .area .tit p {
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-top: 12px;
  opacity: 0.8;
}
#main .cnt6 .area .txt {
  margin-top: 44px;
}
#main .cnt6 .area .txt ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
}
#main .cnt6 .area .txt ul li{
  transition: all 0.3s;
}
#main .cnt6 .area .txt ul li:hover a::before,
#main .cnt6 .area .txt ul li:hover a::after{
  display: none;
}
#main .cnt6 .area .txt ul li a {
  display: block;
  position: relative;
}
#main .cnt6 .area .txt ul li a::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #000;
  opacity: 0.3;
}
#main .cnt6 .area .txt ul li a::after{
  content: '';
  display: block;
  position: absolute;
  width: 38px;
  height: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  background: url("../img/lecturePlay.png") no-repeat 0 0;
}
#main .cnt6 .area .txt ul li a .img {
  border-radius: 12px;
  overflow: hidden;
}
#main .cnt6 .area .txt ul li a .img img {
  width: 100%;
  height: auto;
}
#main .cnt6 .area .txt ul li h4 {
  color: #fff;
  font-weight: 500;
  padding-top: 14px;
}
#main .cnt6 .area .txt ul li h4 strong {
  font-weight: 700;
  opacity: 1;
}
#main .cnt6 .area .txt ul li h4 span {
  opacity: 0.7;
}
#main .cnt6 .area .txt .more_view_btn {
  display: block;
  width: 172px;
  height: 42px;
  margin: 49px auto 0;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #E0E3E8;
  box-sizing: border-box;
  border-radius: 21px;
  color: #fff;
}
#main .cnt6 .area .txt .more_view_btn span {
  opacity: 0.8;
}


#main .cnt7 {
  background-color: #f2f3f7;
  padding: 80px 0;
}
#main .cnt7 .area .tit h3 {
  font-weight: 700;
  text-align: center;
}
#main .cnt7 .area .tit p {
  font-weight: 500;
  text-align: center;
  padding-top: 12px;
}
#main .cnt7 .area .txt {
  margin-top: 45px;
}
#main .cnt7 .area .txt ul {
  display: flex;
  justify-content: space-between;
}
#main .cnt7 .area .txt ul li {
  border-radius: 20px;
  overflow: hidden;
  width: 377px;
}
#main .cnt7 .area .txt ul li a {
  display: block;
}
#main .cnt7 .area .txt ul li a .top {
  width: 100%;
  height: 294px;
  overflow: hidden;
}
#main .cnt7 .area .txt ul li a .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .cnt7 .area .txt ul li a .btm {
  position: relative;
  background-color: #fff;
  padding: 32px 0;
}
#main .cnt7 .area .txt ul li a .btm .play_icon {
  position: absolute;
  top: 0;
  left: 24px;
  margin-top: -28px;
}
#main .cnt7 .area .txt ul li a .btm h4 {
  text-align: center;
  font-weight: 700;
}
#main .cnt7 .area .txt ul li a .btm h4 span {
  color: #387AFC;
}
#main .cnt7 .area .txt ul li a .btm p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #67696D;
  padding-top: 12px;
}
#main .cnt7 .area .txt ul li a .btm h6 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}
#main .cnt7 .area .txt ul li a .btm h6 img {
  margin-top: 2px;
  margin-right: 2px;
}


#main .cnt8 {
  padding: 80px 0 104px;
}
#main .cnt8 .tit {
  margin-bottom: 86px;
}
#main .cnt8 .tit h3 {
  font-weight: 700;
  text-align: center;
}
#main .cnt8 .tit p {
  font-weight: 500;
  text-align: center;
  padding-top: 12px;
}
#main .cnt8 .wrapper {
  position: relative;
  width: 100%;
  height: 186px;
  overflow: hidden;
}
#main .cnt8 .txt {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  transform: translateX(-50%);
}
#main .cnt8 .txt .swiper-wrapper {
  display: flex;
  width: 100%;
}
#main .cnt8 .txt .swiper-wrapper > div {
  width: 186px;
  height: 186px;
  border: 1px solid #E0E3E8;
  box-sizing: border-box;
  border-radius: 93px;
}
#main .cnt8 .txt .swiper-wrapper > div a {
  display: block;
  width: 100%;
  height: 100%;
}
#main .cnt8 .txt .swiper-wrapper > div a .icon {
  display: block;
  text-align: center;
  margin-top: 36px;
}
#main .cnt8 .txt .swiper-wrapper > div a .icon.on {
  display: none;
}
#main .cnt8 .txt .swiper-wrapper > div a h5 {
  font-size: 18px;
  text-align: center;
  color: #ABADB1;
  font-weight: 700;
  padding-top: 4px;
}
#main .cnt8 .txt .swiper-wrapper > div a h4 {
  font-weight: 600;
  text-align: center;
  color: #ABADB1;
}
#main .cnt8 .txt .swiper-wrapper > div a p {
  display: none;
  font-size: 13px;
  font-weight: 500;
  color: #67696D;
  text-align: center;
}
#main .cnt8 .txt .swiper-wrapper > div a p img {
  margin-top: 1px;
}
#main .cnt8 .txt .swiper-wrapper {
  width: 100%;
}
#main .cnt8 .txt .swiper-wrapper > div.swiper-slide-active a .icon.off {
  display: none;
}
#main .cnt8 .txt .swiper-wrapper > div.swiper-slide-active a .icon.on {
  display: block;
}
#main .cnt8 .txt .swiper-wrapper > div.swiper-slide-active a h5 {
  color: #387AFC;
}
#main .cnt8 .txt .swiper-wrapper > div.swiper-slide-active a h4 {
  color: #212224;
}
#main .cnt8 .txt .swiper-wrapper > div.swiper-slide-active a p {
  display: block;
}
/*
#main .cnt8 .swiper-container {
  position:relative;
  width: 100vw;
  height: 300px;
}
#main .cnt8 .swiper-container > .swiper-slide__content {
position:absolute;
top:0;
}
#main .cnt8 .swiper-slide {
height: 300px;
display:flex;
background: #eee;
align-items: center;
justify-content:center;
transition:all 200ms linear;
transform: scale(0.8);
}
#main .cnt8 .swiper-slide__content {
height: 300px;
}
*/


#main .cnt9 {
  position: relative;
  background-color: #F2F3F7;
  padding: 80px 0 78px;
  overflow: hidden;
}
#main .cnt9 .area .top {
  position: relative;
  padding-bottom: 208px;
}
#main .cnt9 .area .top h4 {
  font-size: 18px;
  font-weight: 800;
  color: #387AFC;
  padding-top: 15px;
}
#main .cnt9 .area .top h3 {
  font-weight: 700;
  padding-top: 12px;
}
#main .cnt9 .area .top p {
  font-weight: 500;
  padding-top: 12px;
}
#main .cnt9 .area .top a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #67696D;
  margin-top: 32px;
}
#main .cnt9 .area .top a img {
  margin-top: 1px;
}
#main .cnt9 .area .top .illu {
  position: absolute;
  top: 0;
  right: 30px;
}
#main .cnt9 .wrapper {
  position: absolute;
  bottom: 78px;
  height: 160px;
  overflow: hidden;
}
#main .cnt9 .btm {
  position: absolute;
  top: 0;
  left: 0;
  width: 1550px;
}
#main .cnt9 .btm ul {
  display: flex;
}
#main .cnt9 .btm ul li {
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  width: 253px;
  height: 160px;
}
#main .cnt9 .btm ul li h5 {
  font-size: 18px;
  font-weight: 700;
  padding: 30px 0 0 24px;
}
#main .cnt9 .btm ul li h6 {
  position: absolute;
  top: 18px;
  right: 24px;
  color: #387AFC;
  font-weight: 700;
}
#main .cnt9 .btm ul li p {
  font-size: 13px;
  font-weight: 500;
  color: #67696D;
  padding: 16px 24px 0 24px;
}


#main .cnt10 {
  padding: 80px 0 70px;
}
#main .cnt10 .area .tit h3 {
  font-weight: 700;
  text-align: center;
}
#main .cnt10 .area .tit p {
  font-weight: 500;
  text-align: center;
  padding-top: 12px;
}
#main .cnt10 .area .txt {
  margin-top: 44px;
}
#main .cnt10 .area .txt ul {
  display: flex;
  justify-content: space-between;
}
#main .cnt10 .area .txt ul li {
	font-size:15px;
  width: 570px;
}
#main .cnt10 .area .txt ul li .img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 360px;
}
#main .cnt10 .area .txt ul li .img img {
  width: 100%;
  height: auto;
}
#main .cnt10 .area .txt ul li .img h4 {
  position: absolute;
  bottom: 32px;
  left: 0;
  font-size:17px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-align: center;
}
#main .cnt10 .area .txt ul li p {
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
#main .cnt10 .area .txt ul li h5 {
  font-size: 13px;
  font-weight: 500;
  color: #67696D;
  padding-top: 12px;
  text-align: center;
}


#main .cnt11 {
  padding: 80px 0 120px;
  background-color: #F2F3F7;
  display: none;
}
#main .cnt11 .area .tit h3 {
  font-weight: 700;
  text-align: center;
}
#main .cnt11 .area .tit p {
  font-weight: 500;
  text-align: center;
  padding-top: 12px;
}
#main .cnt11 .area .txt {
  margin-top: 44px;
}
#main .cnt11 .area .txt ul {
  display: flex;
  justify-content: space-between;
}
#main .cnt11 .area .txt ul li {
  width: 570px;
}
#main .cnt11 .area .txt ul li .img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 360px;
}
#main .cnt11 .area .txt ul li .img img {
  width: 100%;
  height: auto;
}
#main .cnt11 .area .txt ul li p {
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
#main .cnt11 .area .txt ul li h5{
  font-size: 13px;
  font-weight: 500;
  color: #67696d;
  padding-top: 12px;
  text-align: center;;
}

.mainBrand{
  padding:10px 0 20px;
  overflow: hidden;
}
.mainBrand h3.title{
  font-size: 30px;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 20px;
  text-align: center;
}

.brandSlider img{
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}

/* cscenter */
.cscenter{
  /* display: none; */
  position: fixed; 
  width: 260px;
  background:#fff;
  z-index: 1000;
  bottom: 25px;
  right: 25px;
  border-radius: 20px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15);
  padding-bottom: 20px;
}
.cscenter .csForm_wrap{
  margin-left:18px; 
  margin-top: 6px;
}
.cscenter table{
  text-align:left;
}
.cscenter table tr{
  text-align:left;
  line-height:32px;
}
.cscenter .input_txt{
  margin:8px 0 0 -1px;
  border:none;
  background:#ffffff;
  font-size:13px;
  color:#555;
  font-weight:300;
  height:36px;
  width:228px;
  text-indent:8px;
  line-height:23px;
  text-align:left;
  outline: none;
  border: 1px solid #e0e3e8;
  border-radius: 6px;
  appearance: auto;
}
.cscenter .input_txt:focus{
  background-color: #f4f5f7;
  border: 1px solid #00388c;
  box-shadow: none;
}
.cscenter .select_tell{
  margin:8px 0 0 -1px;
  border:none;
  background:#fff;
  font-size:13px;
  color:#555;
  font-weight:300;
  height:36px;
  width:73px;
  text-indent:8px;
  line-height:23px;
  text-align:left;
  outline: none;
  border: 1px solid #e0e3e8;
  border-radius: 6px;
  appearance: auto;
}
.cscenter .select_tell:focus{
  background-color: #f4f5f7;
  border: 1px solid #00388c;
  box-shadow: none;
}
.cscenter .check_a{
  font-size:13px;
  color:#555;
}
.cscenter .btn_cs{
  font-size:15px;
  font-weight:600;
  color:#fff;
  background:#333; 
  border:none;
  box-sizing:border-box;
  width:227px;
  line-height:42px;
  display:block;
  border-radius: 6px;
  text-align: center;
}
.cscenter .btn_cs:hover{
  background:#111;
}
.cscenter .botton_close {
  position: absolute;
  right: 0;
  top: -43px;
  transition: transform .2s;
}
.cscenter .botton_close:hover {
  transform: rotate(90deg);
}
.cscenter .btn_close img {
  width: 32px;
  height: 32px;
}
.cscenter_tell{
  display: block;
  text-align: left;
  padding: 24px 20px;
  border-top:1px solid rgba(255,255,255,.1);
  border-radius: 20px 20px 0 0;
  background: linear-gradient(to right, #387afc, #385efc);
  position: relative;
}
.cscenterImg{
  position: absolute;
  top: 24px;
  right: 20px;
}
.cscenterLogo{
  position: absolute;
  bottom: 0;
  left: 20px;
}
.cscenter_tell p{
  font-size:14px;
  color:#fff;
  line-height:24px;
}
.cscenter_tell em{
  font-size:16px;
  font-style: normal;
}
.cscenter_tell strong{
  display: block;
  font-size:26px;
  font-weight:800;
  color: #ffe68b;
  margin: 5px 0 7px;
}
input#chkAgree{
  width: 16px;
  height: 16px;
}
.dropbtn{
  color:#555;
}
.dropdown{
  position:relative;
  display:inline-block;
  margin: 6px 0;
}
.dropdown-content{
  display:none;
  position:absolute;
  background:rgba(255, 255, 255);
  left:-240px;
  top:-45px;
  z-index:1;
  font:12px/1.5em "malgun gothic";
  padding: 15px 20px;
  border:1px solid #999;
}
.dropdown-content span{
  color:#000;
  text-decoration:none;
  display:block;
  text-align:left;
}
.dropdown-content span a{
  color:#000;
  text-decoration:none;
  display:inline-block;
  font-weight: bold;
  padding:3px 0;
  background:#fff608;
  margin-top:10px;
  width:170px;
  text-align: center;
}
.check_a:hover .dropdown-content{
  display:block;
}
.dropdown label{
  cursor: pointer;
}
.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}