@charset "UTF-8";

/*page*/
.header{background-color: #fafafa;}
.content {
  padding: 30px 0px;
  line-height: 1.3em;
}

.content p {
  line-height: 1.5em;
}

/*.content.bg {
    background-color: #fffaf3;
}*/

/*article*/
h1.title,
h2.title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 400;
}

h1.title .titleNote,
h2.title .titleNote {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

h1.title02,
h2.title02 {
  margin-bottom: 40px;
  padding: 16px;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 400;
  border-bottom: solid 1px #ddd;
}

h2.subTitle,
h3.subTitle {
  margin: 60px 0 25px 0;
}

h2.subTitle span,
h3.subTitle span {
  display: inline-block;
  padding: 0 10px;
  font-size: 21px;
  line-height: 40px;
  color: #fff;
  background: #333;
}

h3.subTitle02 {
  color: #856C45;
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: bold;
}

h3.subTitle02 span {
  border-bottom: 2px solid #856C45;
  padding-bottom: 10px;
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

.borderBox {
  margin: 0 0 20px;
  padding: 20px 20px 0;
  border: solid 2px #c9c9c9;
}

p.note {
  margin: 0;
  font-size: 16px;
}

.line {
  border-bottom: 1px solid #c9c9c9;
  height: 20px;
  margin-bottom: 25px;
}

p.note {
  margin: 0;
  font-size: 16px;
}

.faqtext {
  display: inline-block;
}
.faqtext a{
	color: #8e6a04;
  }
  

.faqimg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 100px;
}

.faqimg img {
  margin: 0 20px;
  max-width: 300px;
}

/*img*/
.imgbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.imgbox img {
  margin: 0 20px;
  flex: 1 1 40%;
  max-width: 300px;
}

.imgbox.wide img {
  max-width: 550px;
}

.imgbox.trio img {
  max-width: calc(calc(100% - 20px) / 3);
  margin: 0 10px;
}

/*按鈕
.btnMain { margin: 0 auto 20px; text-align: center; }
.btnMain a { display: inline-block; min-width: 300px; line-height: 44px; text-align: center; font-size: 21px; color: #fff; background: #0482df; }
*/
/*下載
.btn_dw { display: block; margin: 0 0 15px; padding: 15px 60px 15px 15px; font-size: 21px; line-height: 1.3em; color: #0382df; background: #e5edf2 url(../images/icon_download_01.png) calc(100% - 15px) center no-repeat; border-radius: 8px; }
*/

/*table
table { width: 100%; }
table tr {  }
table th { padding: 15px; font-size: 21px; background: #e5e5e5; }
table td { padding: 15px; font-size: 18px; line-height: 30px; border-bottom: solid 1px #ddd; }
table td:nth-child(1) { padding: 15px 0; }
table td:nth-last-child(1) { padding: 15px 0; }*/

/*ul*/

li {
  line-height: 1.5em;
}

ul.list_point {
  padding: 0 80px;
}

ul.list_point>li {
  position: relative;
  min-height: 72px;
  padding: 20px 40px;
  border-bottom: solid 1px #e5e5e5;
}

ul.list_point>li:nth-last-child(1) {
  border: none;
}

ul.list_point li>.listNum {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 48px;
  font-weight: 400;
  color: #818290;
}

ul.point {
  padding-left: 15px;
  list-style-position: outside;
}

ul.point>li {
  position: relative;
  /* text-indent: 24px; */
}

ul.point>li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -14px;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 3px;
  background: #000;
}

ol.num {
  padding-left: 32px;
}

ol.num>li {
  list-style-type: decimal;
}

ol.alpha {
  padding-left: 32px;
}

ol.alpha>li {
  margin-bottom: 10px;
  list-style-type: upper-latin;
}

ol.alpha02 {
  padding-left: 25px;
}

ol.alpha02>li {
  counter-increment: myCounter;
  margin-bottom: 20px;
  text-indent: -25px;
}

ol.alpha02>li::before {
  content: "(" counter(myCounter, upper-alpha) ")";
  color: #ffac0d;
}

.highlight_red {
  color: #d13641;
  font-weight: 400;
  background: #ffa59e;
  border-radius: 4px;
}

.highlight_red ul.point li::before {
  background: #d13641;
}

/*線框box*/
.borderBox {
  padding: 20px;
  border: solid 1px #ddd;
}

.borderBox h3 {
  margin-bottom: 30px;
  font-size: 24px;
}

/*NAV*/
.innernav01 {
  margin-bottom: 30px;
  padding: 0 25px;
  border-top: solid 1px #c8d6de;
  border-bottom: solid 1px #c8d6de;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.innernav01.start {
  justify-content: flex-start;
}

.innernav01 a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding: 0 10px;
  line-height: 60px;
  font-size: 22px;
  transition: 0.2s;
}

.innernav01 a:hover {
  color: #856C45;
}

.innernav01 a.on {
  position: relative;
  padding: 0 20px;
  font-weight: bold;
  color: #856C45;
}

.innernav01 a.on::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #856C45;
}

/*NAV_02*/
.innernav02 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.innernav02 a {
  flex: 0 1 auto;
  margin: 0 15px 15px 0;
  padding: 0 24px;
  display: block;
  text-align: center;
  line-height: 46px;
  font-size: 21px;
  color: #b5b5b5;
  border: solid 1px #b5b5b5;
}

.innernav02 a:nth-last-child(1) {
  margin-right: 0;
}

.innernav02 a.on {
  font-weight: bold;
  color: #fff;
  background: #856C45;
  border: none;
}

/*影片box*/
.videoBox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}

.videoBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoBox .videoCover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/img_cs.jpg) center no-repeat;
  background-size: cover;
}

.videoIntro {
  display: flex;
  align-items: center;
}

.videoIntro_video {
  flex: 0 0 50%;
  margin-right: 100px;
}

.videoIntro_inner h3 {
  font-size: 26px;
  line-height: 1.5;
  color: #0388be;
  font-weight: 500;
}

.videoBox .imgbox {
  display: block;
}

.videoBox .imgbox img {
  margin: 0;
  max-width: 100%;
}

/* 教學專區BOX */
.learnBn {
  padding: 30px 130px;
  background: url(../img/bn_learn.png) no-repeat center;
  margin-bottom: 40px;
}

.learnBn p {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  border: #fff solid 2px;
  padding: 10px;
}

h2.learnTit {
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  font-size: 28px;
  position: relative;
  padding: 10px 0 10px 30px;
}

h2.learnTit::before {
  content: "";
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background-color: #000;
  position: absolute;
  top: 24px;
  left: 0;
}

h2.learnTit+h3.learnTit {
  margin: 20px 30px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #0c456e;
  letter-spacing: 2px;
}

.learnBox>li {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
  margin-bottom: 20px;
  border-top: 1px dashed #ddd;
}

.learnBox>li:first-child {
  border: none;
}

.learnBox>li.bg_blue {
  background-color: #daedfb;
}

.learnBox .imgBox {
  flex: 1 1 30%;
  max-width: 30%;
}

.learnBox .imgBox.wide {
  flex: 1 1 50%;
  min-width: 50%;
  max-width: 100%;
}

.learnBox .imgBox img {
  max-width: 100%;
}

.learnBox .imgBox+.imgBox {
  margin-left: 30px;
  margin-bottom: 30px;
}

.learnBox .textBox {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}

.learnBox h3 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #ffac0d;
  letter-spacing: 2px;
}

.learnBox h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  color: #0388be;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.learnBox .textBox p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 23px;
}

.sortLi {
  margin-left: 20px;
}

.sortLi>li {
  font-size: 20px;
  list-style-type: decimal;
  color: #0c456e;
  font-weight: 400;
}

.sortLi>li h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.sortLi>li p {
  color: #333;
}

.learnBox>li.center {
  display: block;
  text-align: center;
}

.learnBox>li.center h3,
.learnBox>li.center p {
  display: block;
}

/*盤中變化*/
.linebox01 {
  display: flex;
}

.linebox01 .borderBox {
  flex: 1 1 auto;
}

.linebox01 .borderBox:nth-last-child(1) {
  border-left: 0;
}

/*說明*/
.wordflexbox01 {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}

.wordflexbox01 li {
  margin-bottom: 20px;
}

.wordflexbox01 .imgBox {
  flex: 0 1 auto;
}

.wordflexbox01 .imgBox img {
  max-width: 100%;
}

.wordflexbox01 .textBox {
  flex: 1 1 60%;
  margin-right: 40px;
  font-size: 21px;
}

/*笑臉*/
.list_smile {
  display: flex;
  justify-content: space-between;
}

.list_smile li {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  height: 53px;
  margin-bottom: 20px;
  padding: 0 20px 0 70px;
}

.list_smile li:nth-last-child(1) {
  padding-right: 0;
}

.list_smile li.smile01 {
  color: #0071bc;
  background: url(../images/img_smile_06.png) left center no-repeat;
}

.list_smile li.smile02 {
  color: #108048;
  background: url(../images/img_smile_07.png) left center no-repeat;
}

.list_smile li.smile03 {
  color: #59493f;
  background: url(../images/img_smile_08.png) left center no-repeat;
}

.list_smile li.smile04 {
  color: #d84744;
  background: url(../images/img_smile_09.png) left center no-repeat;
}

.list_smile li.smile05 {
  color: #d6686a;
  background: url(../images/img_smile_10.png) left center no-repeat;
}

.list_smile p {
  max-width: 7.5em;
  font-weight: 400;
}

/*分享*/
.reviewList {
  display: flex;
  flex-wrap: wrap;
}

.reviewBox {
  flex: 0 1 auto;
  width: 240px;
  margin: 0 calc((100% - 960px) / 3) 40px 0;
}

.reviewBox:nth-child(4n) {
  margin-right: 0;
}

.reviewImg {
  max-width: 240px;
}

.reviewImg img {
  width: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/*影音*/
.list_video {
  display: flex;
  flex-wrap: wrap;
}

.list_video li {
  flex: 0 1 calc((100% - 40px) / 2);
  position: relative;
  margin: 0 40px 40px 0;
}

.list_video li:nth-child(even) {
  margin-right: 0;
}

.videoImg {
  position: relative;
  margin-bottom: 20px;
}

.videoImg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5) url(../images/icon_video_01.png) center no-repeat;
  transition: 0.3s;
}

.videoImg img {
  width: 100%;
}

.list_video p {
  font-size: 21px;
  font-weight: 400;
}

.list_video p.date {
  font-size: 18px;
  font-weight: 300;
  color: #898989;
}

.list_video a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.list_video li:hover .videoImg::after {
  background-color: rgba(0, 0, 0, 0.4);
}

/*影音pop*/
.popup_box.popup_video {
  padding: 20px;
}

.video-box {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*FAQ*/
.faq_search {
  position: relative;
}

.faq_search input {
  height: 48px;
  padding-left: 60px;
}

.faq_search a.search_btn {
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 48px;
  height: 48px;
  background: url(../images/icon_faq_search.png) center no-repeat;
}

.faq_qalist {
  margin-bottom: 40px;
}

.faq_qalist .que {
  position: relative;
  min-height: 48px;
  padding: 15px 40px 15px 30px;
  cursor: pointer;
  border-bottom: solid 1px #eee;
}

.faq_qalist .que::before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 8px;
  width: 8px;
  height: 8px;
  background: #856C45;
  border-radius: 4px;
}

.faq_qalist .que::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 0px;
  width: 20px;
  height: 20px;
  background: url(../images/icon_faq_open.png) center no-repeat;
  background-size: contain;
  transition: 0.3s;
}

.faq_qalist .open .que::after {
  transform: rotate(90deg);
}

.faq_qalist .ans {
  display: none;
  padding: 15px 40px 15px 30px;
  background: #f5f5f5;
}

.faq_qalist .ans .imgbox {
  margin-bottom: 10px;
}

/*新手上路*/
.stepBox>li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #856C45;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.stepBox>li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.stepBox li>div {
  flex: 1 1 50%;
}

.stepBox .bn {
  text-align: center;
}

.stepBox .textBox h4 {
  color: #856C45;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.stepBox ul {
  margin-bottom: 20px;
}

.stepBox>li.right {
  flex-direction: row-reverse;
}

.stepBox ul.point {
  padding-left: 20px;
}



/* 開賣bn */
.saleBn {
  padding: 0 30px;
}

.saleBn img {
  width: 100%;
}

.saleBn a img {
  margin-top: -2px;
  margin-bottom: -2px;
}

@media screen and (max-width: 1200px) {

  /*分享*/
  .reviewList {
    margin: 0 -20px 0 0;
  }

  .reviewBox,
  .reviewBox:nth-child(4n) {
    flex: 0 1 auto;
    width: calc(25% - 20px);
    margin: 0 20px 40px 0;
  }

  .reviewImg {
    max-width: 240px;
  }
}

@media screen and (max-width: 1024px) {

  /*NAV_02*/
  .innernav02 {
    margin-bottom: 20px;
  }

  .innernav02 a {
    flex: 0 0 auto;
    margin: 0 8px 10px 0;
    padding: 0 24px;
  }

  /*解說*/
  .learnBox .imgBox {
    margin-right: 20px;
  }

  .learnBox .textBox {
    padding: 20px;
  }

  .learnBox .textBox.longbox {
    flex: 1 0 555px;
  }

  .learnBox>li {
    justify-content: center;
  }

  /*說明*/
  .wordflexbox01 .textBox {
    font-size: 18px;
  }

  /*笑臉*/
  .list_smile li {
    flex: 1 1 auto;
    height: 48px;
    padding: 0 10px 0 60px;
    font-size: 16px;
  }

  .list_smile li.smile01,
  .list_smile li.smile02,
  .list_smile li.smile03,
  .list_smile li.smile04,
  .list_smile li.smile05 {
    background-size: auto 48px;
  }

  /* 開賣bn */

}

@media screen and (max-width: 800px) {
  .web {
    display: none;
  }

  .mobile {
    display: block;
  }

  /* 開賣bn */
  .saleBn {
    margin-top: -20px;
    padding: 0;
  }

  /*page*/
  .content {
    padding: 20px 0 0;
  }

  .content p,
  .content p.bigT {
    font-size: 18px;
    font-weight: 400;
  }

  h1.title,
  h2.title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  h2.subTitle {
    margin: 40px 0 20px 0;
  }

  /*NAV*/
  .innernav01 {
    display: flex;
    margin-bottom: 20px;
    padding: 0;
    flex-wrap: wrap;
  }

  .innernav01 a {
    flex: 1 1 50%;
    max-width: 50%;
    text-align: center;
    padding: 0 2px;
    line-height: 48px;
    font-size: 18px;
  }

  .innernav01.start a {
    flex: 1 1 33%;
    max-width: 33%;
  }

  .innernav01 a.on {
    padding: 0;
  }

  /*NAV_02*/
  .innernav02 {
    margin-bottom: 5px;
  }

  .innernav02 a {
    padding: 0 10px;
    line-height: 32px;
    font-size: 14px;
  }

  /*video*/
  .videoIntro {
    display: block;
    text-align: center;
  }

  .videoIntro_video {
    margin: 0;
  }

  .videoIntro_inner {
    padding: 10px;
  }

  .videoIntro_inner h3 {
    font-size: 24px;
  }

  .videoIntro_inner p {
    line-height: 1.5em;
  }

  /*解說*/
  .learnBn {
    padding: 20px;
    margin-bottom: 20px;
  }

  .learnBn p {
    font-size: 20px;
  }

  .list_learn li {
    margin-bottom: 40px;
  }

  h2.learnTit {
    font-size: 24px;
  }

  h2.learnTit::before {
    content: "";
    width: 12px;
    height: 12px;
    top: 22px;
    left: 6px;
  }

  .learnBox h4 {
    font-size: 22px;
    text-align: left;
  }

  .learnBox {
    flex-wrap: wrap;
    justify-content: center;
  }

  .learnBox .imgBox {
    flex: 1 1 100%;
    margin: 0 0 10px;
    max-width: 100%;
    text-align: center;
  }

  .learnBox .textBox p {
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .learnBox>li {
    padding: 10px;
    margin-bottom: 0px;
  }

  .learnBox .imgBox img {
    max-width: 420px;
    margin: 0 auto;
  }

  .learnBox .textBox {
    flex: 1 1 100%;
    text-align: center;
  }

  .learnBox .textBox .sortLi>li {
    text-align: left;
  }

  .learnBox .textBox+.imgBox {
    margin-bottom: 0;
  }

  .learnBox .imgBox+.textBox {
    margin-top: 15px;
  }

  .learnBox .imgBox+.imgBox:last-child {
    margin-bottom: 0;
  }

  .learnBox .textBox:nth-child(2) {
    border-left: none;
  }

  .learnBox .textBox.longbox {
    flex: 0 0 auto;
  }

  /*說明*/
  .wordflexbox01 {
    flex-direction: column;
    align-items: center;
  }

  .wordflexbox01 .imgBox {
    max-width: 420px;
    margin: 0 0 20px;
    padding: 0 40px;
  }

  .wordflexbox01 .textBox {
    margin: 0;
    font-size: 16px;
  }

  /*笑臉*/
  .list_smile {
    flex-direction: column;
    max-width: 200px;
    margin: 0 auto;
  }

  .list_smile li {
    flex: 1 1 auto;
  }

  /*影音*/
  .videoImg {
    margin-bottom: 10px;
  }

  .list_video p {
    font-size: 18px;
  }

  .list_video p.date {
    font-size: 16px;
  }

  /*分享*/
  .reviewList {
    margin: 0 -10px 0 0;
  }

  .reviewBox,
  .reviewBox:nth-child(4n) {
    flex: 0 1 auto;
    width: calc(33% - 10px);
    margin: 0 10px 30px 0;
  }

  /*FAQ*/
  .faq_search input {
    height: 40px;
    padding-left: 40px;
  }

  .faq_search a.search_btn {
    left: 0;
    width: 40px;
    height: 40px;
  }

  .faq_qalist {
    margin-bottom: 20px;
  }

  .faq_qalist .que,
  .faq_qalist .ans {
    padding: 20px 30px 20px 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .faq_qalist .que::before {
    top: 30px;
  }

  .faq_qalist .que::after {
    width: 16px;
    height: 16px;
    top: 24px;
    right: 10px;
  }

  ul.point>li {
    font-size: 18px;
    font-weight: 400;
  }

  .faqtext {
    display: block;
  }

  .faqimg {
    display: block;
    margin-left: 0px;
  }

  /*img*/
  .imgbox {
    display: block;
    flex-wrap: wrap;
  }

  .imgbox img,
  .imgbox.wide img,
  .imgbox.trio img {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .imgbox>img:last-child {
    margin-bottom: 0;
  }

  /*新手上路*/
  .stepBox>li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .stepBox>li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .stepBox li>div {
    flex: 1 1 100%;
    padding: 20px 20px 0;
  }

  .stepBox .bn {
    margin: 0px 20px;
  }

  .stepBox .bn img {
    width: auto;
    max-height: 360px;
  }

  .stepBox ul.point {
    padding-left: 20px;
  }
}

@media screen and (max-width: 640px) {

  /*解說*/
  .learnBox .imgBox,
  .learnBox .imgBox.wide {
    max-width: 100%;
  }

  .learnBox .imgBox img {
    max-width: 100%;
  }

  .learnBox {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .learnBox .textBox {
    flex: 0 0 100%;
    margin-bottom: 10px;
    padding: 0;
    border-left: none;
  }

  .learnBox .textBox:nth-last-child(1) {
    border: 0;
  }

  .learnBox .imgBox+.imgBox {
    margin-left: 0;
  }

  /*影音*/
  .list_video li {
    flex: 0 1 calc((100% - 10px) / 2);
    position: relative;
    margin: 0 10px 20px 0;
  }

  .list_video li:nth-child(3n) {
    margin-right: 10px;
  }

  .list_video li:nth-child(2n) {
    margin-right: 0;
  }

  /*分享*/
  .reviewBox,
  .reviewBox:nth-child(4n) {
    flex: 0 1 auto;
    width: calc(50% - 10px);
    margin: 0 10px 30px 0;
  }

  .reviewImg {
    max-width: 100%;
  }

  .learnBox h3 {
    line-height: 40px;
  }

    /*新手上路*/
  .stepBox .bn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {

  /*笑臉*/
  .list_smile {
    max-width: 100%;
    margin: 0;
  }

  /*影音*/
  .videoImg {
    margin-bottom: 5px;
  }

  .list_video {
    padding: 0 20px;
  }

  .list_video li {
    flex: 0 1 100%;
    position: relative;
    margin: 0 0 20px;
  }

  .list_video li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 320px) {
  .learnBn {
    padding: 15px 10px;
  }

  .learnBn p {
    font-size: 18px;
  }
}