#mainIntro {
  width: 100%;
  height: auto;
  background: #5dc9cb url(../images/main/bg_intro.png) no-repeat center;
}

#mainIntro>div {
  position: relative;
  width: 1024px;
  height: 550px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  letter-spacing: -0.02em;
  padding: 95px 0 0;
}

#mainIntro h3 {
  display: block;
  font-size: 52px;
  color: #fff;
  line-height: 53px;
  margin: 15px 0 10px;
}

#mainIntro h3 font {
  font-size: 30px;
}

#mainIntro>div span {
  display: block;
  position: absolute;
  width: 188px;
  height: 188px;
  font-size: 26px;
  text-align: center;
  padding: 30px 0 0;
  box-sizing: border-box;
  background: #fff000;
}

#mainIntro>div span.memo01 b {
  font-family: 'Montserrat', sans-serif;
  font-size: 70px;
  line-height: 70px;
  vertical-align: middle;
  letter-spacing: 0.05em;
}

#mainIntro>div span.memo02 b {
  font-family: 'Montserrat', sans-serif;
  font-size: 46px;
  line-height: 70px;
  vertical-align: middle;
  letter-spacing: 0.07em;
  margin: 0px;
}

#mainIntro>div span:before, #mainIntro>div span:after {
  display: block;
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
}

#mainIntro>div span:before {
  top: -10px;
  left: -10px;
  background: url(../images/main/memotap01.png);
}

#mainIntro>div span:after {
  bottom: -10px;
  right: -10px;
  background: url(../images/main/memotap02.png);
}

#mainIntro>div span.memo01 {
  top: 289px;
  left: 10px;
}

#mainIntro>div span.memo02 {
  top: 289px;
  left: 231px;
}

@media screen and (max-width:780px) {
  #mainIntro {
    padding: 0 0 230px;
    background: #5dc9cb url(../images/main/bg_introM.png) no-repeat bottom center / 100%;
  }
  #mainIntro>div {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    color: #000;
    letter-spacing: -0.08em;
    text-align: center;
    padding: 40px 10px 20px;
  }
  #mainIntro h3 {
    display: block;
    font-size: 26px;
    color: #fff;
    line-height: 23px;
    letter-spacing: -0.1em;
    margin: 2px 0 0px;
  }
  #mainIntro h3 font {
    font-size: 18px;
  }
  #mainIntro>div p {
    display: block;
  }
  #mainIntro>div span {
    display: inline-block;
    position: relative;
    width: 135px;
    height: 135px;
    font-size: 20px;
    text-align: center;
    padding: 20px 0 0;
    margin: 20px 5px 10px;
    box-sizing: border-box;
    background: #fff000;
  }
  #mainIntro>div span.memo01 b {
    font-size: 30px;
    line-height: 30px;
    vertical-align: middle;
    letter-spacing: 0.05em;
  }
  #mainIntro>div span.memo02 b {
    font-size: 26px;
    line-height: 30px;
    vertical-align: middle;
    letter-spacing: 0.07em;
    margin: 0px;
  }
  #mainIntro>div span:before, #mainIntro>div span:after {
    display: block;
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
  }
  #mainIntro>div span:before {
    top: -5px;
    left: -5px;
    background: url(../images/main/memotap01.png) no-repeat center / cover;
  }
  #mainIntro>div span:after {
    bottom: -5px;
    right: -5px;
    background: url(../images/main/memotap02.png) no-repeat center / cover;
  }
  #mainIntro>div span.memo01 {
    top: 0px;
    left: 0px;
  }
  #mainIntro>div span.memo02 {
    top: 0px;
    left: 0px;
  }
}

#contentsCause {
  position: relative;
  width: 1024px;
  height: auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  letter-spacing: -0.02em;
  margin: 0 auto;
  padding: 125px 0 150px;
  background: url(../images/main/bg_cause.png) no-repeat right bottom;
}

#contentsCause h3 {
  display: block;
  font-size: 35px;
  line-height: 33px;
  text-align: center;
  margin: 15px 0 10px;
}

#contentsCause h3 br {
  display: none;
}

#contentsCause h3 b {
  display: inline-block;
  position: relative;
  color: #00b7ce;
}

#contentsCause h3 b:before {
  display: block;
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  width: 9px;
  height: 9px;
  margin-left: -5px;
  border-radius: 50%;
  background: #00b7ce;
}

#contentsCause ul {
  display: block;
  width: auto;
  height: auto;
  margin: 90px 0 0;
}

#contentsCause ul:after {
  display: block;
  content: "";
  clear: both;
}

#contentsCause ul li {
  display: block;
  font-size: 23px;
  margin: 15px 0;
  padding: 0 0 0 40px;
  background: url(../images/main/bg_causeList.png) no-repeat left center;
}

#contentsCause ul li span {
  color: #00b7ce;
}

@media screen and (max-width:780px) {
  #contentsCause {
    width: 100%;
    height: auto;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #000;
    letter-spacing: -0.02em;
    margin: 0 auto;
    padding: 30px 15px 40px;
    background: none;
  }
  #contentsCause h3 {
    display: block;
    font-size: 23px;
    line-height: 43px;
    text-align: center;
    margin: 15px 0 10px;
  }
  #contentsCause h3 br {
    display: block;
  }
  #contentsCause h3 b {
    display: inline-block;
    position: relative;
    color: #00b7ce;
  }
  #contentsCause h3 b:before {
    display: block;
    position: absolute;
    content: "";
    top: -2px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
  }
  #contentsCause ul {
    display: block;
    width: auto;
    height: auto;
    margin: 30px 0 0;
  }
  #contentsCause ul:after {
    display: block;
    content: "";
    clear: both;
  }
  #contentsCause ul li {
    display: block;
    font-size: 12px;
    letter-spacing: -0.04em;
    margin: 10px 0;
    padding: 0 0 0 20px;
    background: url(../images/main/bg_causeList.png) no-repeat left center / 5%;
  }
  #contentsCause ul li span {
    color: #00b7ce;
  }
}

#contentsRecommend {
  width: 100%;
  height: auto;
  background: #f8f8f8;
}

#contentsRecommend>div {
  position: relative;
  width: 1024px;
  height: auto;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  letter-spacing: -0.02em;
  padding: 125px 0 85px;
}

#contentsRecommend>div:after {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  bottom: 265px;
  width: 452px;
  height: 452px;
  background: url(../images/main/bg_recommend.png) no-repeat center / cover;
}

#contentsRecommend>div h3 {
  display: block;
  font-size: 35px;
  line-height: 33px;
  text-align: center;
  margin: 15px 0 10px;
}

#contentsRecommend>div h3 br {
  display: none;
}

#contentsRecommend>div h3 b {
  display: inline-block;
  position: relative;
  color: #00b7ce;
}

#contentsRecommend>div h3 b:before {
  display: block;
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  width: 9px;
  height: 9px;
  margin-left: -5px;
  border-radius: 50%;
  background: #00b7ce;
}

#contentsRecommend>div ul {
  margin: 116px 0 25px 500px;
}

#contentsRecommend>div ul:after {
  display: block;
  content: "";
  clear: both;
}

#contentsRecommend>div ul li {
  display: block;
  position: relative;
  width: 253px;
  height: 188px;
  font-size: 28px;
  text-align: center;
  line-height: 40px;
  border: 6px solid #a6a6a6;
  margin: 0 0 6px 6px;
  padding: 50px 0 0;
  box-sizing: border-box;
  float: left;
}

#contentsRecommend>div ul li h4 {
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  width: 40px;
  height: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: #00b7ce;
}

#contentsRecommend>div .recomInfo {
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #00b7ce;
  padding: 30px 0;
}

#contentsRecommend>div .recomInfo b {
  color: #fff000;
}

@media screen and (max-width:780px) {
  #contentsRecommend {
    width: 100%;
    height: auto;
    background: #f8f8f8;
  }
  #contentsRecommend>div {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #000;
    letter-spacing: -0.02em;
    padding: 50px 0 0px;
  }
  #contentsRecommend>div:after {
    left: auto;
    right: 0px;
    bottom: 110px;
    width: 140px;
    height: 140px;
    background: url(../images/main/bg_recommend.png) no-repeat center / cover;
  }
  #contentsRecommend>div h3 {
    font-size: 23px;
    line-height: 33px;
    text-align: center;
    letter-spacing: -0.05em;
    margin: 15px 0 10px;
  }
  #contentsRecommend>div h3 br {
    display: block;
  }
  #contentsRecommend>div h3 b {
    display: inline-block;
    position: relative;
    color: #00b7ce;
  }
  #contentsRecommend>div h3 b:before {
    display: block;
    position: absolute;
    content: "";
    top: -7px;
    left: 50%;
    width: 5px;
    height: 5px;
    margin-left: -2px;
  }
  #contentsRecommend>div ul {
    margin: 20px 15px 50px 15px;
  }
  #contentsRecommend>div ul:after {
    display: block;
    content: "";
    clear: both;
  }
  #contentsRecommend>div ul li {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 14px;
    text-align: left;
    line-height: 40px;
    border: 3px solid #a6a6a6;
    margin: 0 0 6px;
    padding: 0 0 0 35px;
    box-sizing: border-box;
    float: left;
  }
  #contentsRecommend>div ul li br {
    display: none;
  }
  #contentsRecommend>div ul li h4 {
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 25px;
    height: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    background: #00b7ce;
  }
  #contentsRecommend>div .recomInfo {
    font-size: 13px;
    color: #fff;
    text-align: justify;
    line-height: 20px;
    background: #00b7ce;
    padding: 15px 15px;
  }
  #contentsRecommend>div .recomInfo br {
    display: none;
  }
  #contentsRecommend>div .recomInfo b {
    color: #fff000;
  }
}

#contentsSpecialist {
  position: relative;
  width: 1024px;
  height: auto;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  letter-spacing: -0.02em;
  padding: 125px 0 90px;
}

#contentsSpecialist h3 {
  display: block;
  font-size: 35px;
  line-height: 33px;
  text-align: center;
  margin: 15px 0 10px;
  z-index: 100;
}

#contentsSpecialist h3 br {
  display: none;
}

#contentsSpecialist h3 b {
  display: inline-block;
  position: relative;
  color: #00b7ce;
}

#contentsSpecialist h3 b:before {
  display: block;
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  width: 9px;
  height: 9px;
  margin-left: -5px;
  border-radius: 50%;
  background: #00b7ce;
}

#contentsSpecialist .specialTitle {
  font-size: 27px;
  line-height: 50px;
  margin: 100px 0 0 410px;
}

#contentsSpecialist .specialTitle h4 {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  color: #00b7ce;
  vertical-align: middle;
  margin: 0 5px;
}

#contentsSpecialist .specialTitle b {
  color: #00b7ce;
}

#contentsSpecialist .specialInfo {
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  margin: 30px 0 0 410px;
  padding: 15px;
  border: 10px solid #48dadc;
  background: rgba(255, 255, 255, 1);
}

#contentsSpecialist .specialInfo h4 {
  display: block;
  font-size: 24px;
  line-height: 56px;
}

#contentsSpecialist .specialInfo h4 b {
  display: inline-block;
  font-size: 34px;
  line-height: 36px;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

#contentsSpecialist .speciaBg01 {
  position: absolute;
  bottom: 150px;
  left: 20px;
  width: 372px;
  height: 412px;
  background: url(../images/main/bg_specialist.png) no-repeat;
  z-index: 1;
}

#contentsSpecialist .speciaBg02 {
  position: absolute;
  bottom: 250px;
  left: 0px;
  width: 770px;
  height: 480px;
  background: url(../images/main/bg_specialist.jpg) no-repeat;
  z-index: -1;
}

@media screen and (max-width:780px) {
  #contentsSpecialist {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #000;
    letter-spacing: -0.02em;
    padding: 80px 15px 60px;
    z-index: -2;
  }
  #contentsSpecialist h3 {
    display: block;
    font-size: 16px;
    line-height: 33px;
    text-align: left;
    margin: 0px 0 10px 130px;
    z-index: 20;
  }
  #contentsSpecialist h3 br {
    display: block;
  }
  #contentsSpecialist h3 b {
    display: inline-block;
    position: relative;
    color: #00b7ce;
  }
  #contentsSpecialist h3 b:before {
    display: block;
    position: absolute;
    content: "";
    top: -10px;
    left: 50%;
    width: 5px;
    height: 5px;
    margin-left: -3px;
    border-radius: 50%;
  }
  #contentsSpecialist .specialTitle {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 30px 0 0 0px;
  }
  #contentsSpecialist .specialTitle h4 {
    display: inline-block;
    font-size: 26px;
    color: #000;
    vertical-align: middle;
    text-align: center;
    margin: 0 5px;
  }
  #contentsSpecialist .specialTitle b {
    color: #000;
  }
  #contentsSpecialist .specialInfo {
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    line-height: 20px;
    margin: 20px 0 0 0px;
    padding: 15px 10px;
    border: 6px solid #48dadc;
    z-index: 9999;
  }
  #contentsSpecialist .specialInfo h4 {
    display: block;
    font-size: 16px;
    line-height: 56px;
  }
  #contentsSpecialist .specialInfo h4 b {
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
    vertical-align: middle;
    margin: 0 0 0 10px;
  }
  #contentsSpecialist .speciaBg01 {
    position: absolute;
    top: 77px;
    bottom: auto;
    left: 5px;
    width: 192px;
    height: 215px;
    background: url(../images/main/bg_specialist.png) no-repeat center / cover;
    z-index: -1;
  }
  #contentsSpecialist .speciaBg02 {
    display: none;
  }
}

#contactFeature {
  width: 100%;
  height: auto;
  background: #f8f8f8;
}

#contactFeature>div {
  position: relative;
  width: 1024px;
  height: auto;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  letter-spacing: -0.02em;
  padding: 125px 0 85px;
}

#contactFeature>div h3 {
  display: block;
  position: relative;
  font-size: 35px;
  line-height: 80px;
  text-align: center;
  margin: 15px 0 10px;
}

#contactFeature>div h3 br {
  display: none;
}

#contactFeature>div h3 font {
  display: block;
}

#contactFeature>div h3 b {
  display: inline-block;
  position: relative;
  color: #00b7ce;
}

#contactFeature>div h3 b:before {
  display: block;
  position: absolute;
  content: "";
  top: -5px;
  left: 50%;
  width: 9px;
  height: 9px;
  margin-left: -5px;
  border-radius: 50%;
  background: #00b7ce;
}

#contactFeature>div h3 span {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  color: #00b7ce;
  vertical-align: middle;
}

#contactFeature>div h3>div {
  position: absolute;
  right: 0px;
  bottom: -10px;
  height: 23px;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  letter-spacing: -0.02em;
  padding: 0 5px;
  background: #bee7e8;
}

#contactFeature>div .featurelInfo {
  font-size: 18px;
  text-align: justify;
  font-weight: 500;
  line-height: 30px;
  padding: 30px 0;
  margin: 30px 0 30px;
}

#contactFeature>div .featurelInfo b {
  display: inline-block;
  padding: 0 3px;
  line-height: 20px;
  background-color: #fff000;
  /* Old browsers */
  background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 60%, #fff000), color-stop( 60%, #fff000), color-stop( 40%, #f8f8f8));
  /* Chrome, Safari4+ */
  background-image: -webkit-linear-gradient( top, #f8f8f8 40%, #f8f8f8 40%, #fff000 60%);
  /* Chrome10+, Safari5.1+ */
  background-image: -moz-linear-gradient( top, #f8f8f8 40%, #f8f8f8 40%, #fff000 60%);
  /* Fx3.6+ */
  background-image: linear-gradient( #f8f8f8 40%, #f8f8f8 40%, #fff000 60%);
  /* W3C */
}

#contactFeature>div .featurelInfo img {
  display: block;
  margin: 15px 0 0 75px;
  float: right;
}

#contactFeature>div .featurelInfo02 {
  position: relative;
  font-size: 18px;
  text-align: justify;
  font-weight: 500;
  line-height: 30px;
  padding: 30px 20px 30px 200px;
  border: 10px solid #37c1c3;
}

.featurelInfo02:before, .featurelInfo02:after {
  display: block;
  position: absolute;
  content: "";
  width: 57px;
  height: 57px;
}

.featurelInfo02:before {
  top: -23px;
  left: -23px;
  background: url(../images/main/memotapGlay01.png);
}

.featurelInfo02:after {
  bottom: -23px;
  right: -23px;
  background: url(../images/main/memotapGlay02.png);
}

#contactFeature>div .featurelInfo02 img {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 0px;
}

#contactFeature>div .featurelInfo02 h4 {
  font-size: 20px;
  text-align: justify;
  font-weight: 500;
  line-height: 30px;
}

#contactFeature>div .featurelInfo02 h4 b {
  color: #00b7ce;
}

#contactFeature>div .featurelInfo02 ul {
  margin: 30px 0 0;
}

#contactFeature>div .featurelInfo02 ul li b {
  display: inline-block;
  line-height: 20px;
  background-color: #fff000;
  /* Old browsers */
  background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 60%, #fff000), color-stop( 60%, #fff000), color-stop( 40%, #f8f8f8));
  /* Chrome, Safari4+ */
  background-image: -webkit-linear-gradient( top, #f8f8f8 40%, #f8f8f8 40%, #fff000 60%);
  /* Chrome10+, Safari5.1+ */
  background-image: -moz-linear-gradient( top, #f8f8f8 40%, #f8f8f8 40%, #fff000 60%);
  /* Fx3.6+ */
  background-image: linear-gradient( #f8f8f8 40%, #f8f8f8 40%, #fff000 60%);
  /* W3C */
}

@media screen and (max-width:780px) {
  #contactFeature {
    width: 100%;
    height: auto;
    background: #f8f8f8;
  }
  #contactFeature>div {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 85px;
    box-sizing: border-box;
  }
  #contactFeature>div h3 {
    display: block;
    position: relative;
    font-size: 23px;
    line-height: 50px;
    text-align: center;
    margin: 15px 0 10px;
  }
  #contactFeature>div h3 br {
    display: block;
  }
  #contactFeature>div h3 font {
    display: block;
  }
  #contactFeature>div h3 b {
    display: inline-block;
    position: relative;
    color: #00b7ce;
  }
  #contactFeature>div h3 b:before {
    top: 0px;
    left: 50%;
    width: 5px;
    height: 5px;
    margin-left: -3px;
  }
  #contactFeature>div h3 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #00b7ce;
    vertical-align: middle;
  }
  #contactFeature>div h3 font {
    display: block;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.04em;
    margin: 0 0px;
  }
  #contactFeature>div h3>div {
    display: inline-block;
    position: relative;
    right: 0px;
    bottom: 0px;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 5px;
  }
  #contactFeature>div .featurelInfo {
    font-size: 13px;
    text-align: justify;
    font-weight: 500;
    line-height: 28px;
    padding: 20px 15px;
    margin: 0 0 10px;
  }
  #contactFeature>div .featurelInfo br {
    display: none;
  }
  #contactFeature>div .featurelInfo b {
    display: inline;
    padding: 0 3px;
    line-height: 20px;
  }
  #contactFeature>div .featurelInfo img {
    display: block;
    width: 100px;
    height: auto;
    margin: 0px 0 0 20px;
    float: right;
  }
  #contactFeature>div .featurelInfo02 {
    position: relative;
    font-size: 13px;
    text-align: justify;
    font-weight: 500;
    line-height: 30px;
    padding: 20px 10px 20px;
    margin: 0 15px;
    border: 6px solid #37c1c3;
  }
  .featurelInfo02:before, .featurelInfo02:after {
    display: block;
    position: absolute;
    content: "";
    width: 29px;
    height: 29px;
  }
  .featurelInfo02:before {
    top: -12px;
    left: -12px;
    background: url(../images/main/memotapGlay01.png) no-repeat center / cover;
  }
  .featurelInfo02:after {
    bottom: -12px;
    right: -12px;
    background: url(../images/main/memotapGlay02.png) no-repeat center / cover;
  }
  #contactFeature>div .featurelInfo02 img {
    display: none;
  }
  #contactFeature>div .featurelInfo02 h4 {
    font-size: 13px;
    text-align: justify;
    font-weight: 500;
    line-height: 23px;
  }
  #contactFeature>div .featurelInfo02 h4 br {
    display: none;
  }
  #contactFeature>div .featurelInfo02 h4 b {
    color: #00b7ce;
  }
  #contactFeature>div .featurelInfo02 ul {
    margin: 10px 0 0;
  }
  #contactFeature>div .featurelInfo02 ul li b {
    display: block;
    line-height: 18px;
    background: #fff000;
  }
}

#contentsStep {
  position: relative;
  width: 1024px;
  height: auto;
  color: #000;
  letter-spacing: -0.02em;
  margin: 0 auto;
  padding: 125px 0 100px;
}

#contentsStep h3 {
  display: block;
  font-size: 35px;
  line-height: 33px;
  text-align: center;
  margin: 15px 0 10px;
}

#contentsStep h3 b {
  display: inline-block;
  position: relative;
  color: #00b7ce;
}

#contentsStep h3 b:before {
  display: block;
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  width: 9px;
  height: 9px;
  margin-left: -5px;
  border-radius: 50%;
  background: #00b7ce;
}

#contentsStep ul {
  display: block;
  width: auto;
  height: auto;
  margin: 90px 0 0;
}

#contentsStep ul li {
  display: block;
  position: relative;
  height: 265px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 17px;
  padding: 35px 360px 0 25px;
  border: 10px solid #f8f8f8;
  box-sizing: border-box;
}

#contentsStep ul li:nth-child(1) {
  background: url(../images/main/bg_step01.jpg) no-repeat right 25px center;
}

#contentsStep ul li:nth-child(2) {
  background: url(../images/main/bg_step02.jpg) no-repeat right 25px center;
}

#contentsStep ul li:nth-child(3) {
  background: url(../images/main/bg_step03.jpg) no-repeat right 25px center;
}

#contentsStep ul li:nth-child(4) {
  background: url(../images/main/bg_step04.jpg) no-repeat right 25px center;
}

#contentsStep ul li:nth-child(5) {
  background: url(../images/main/bg_step05.jpg) no-repeat right 25px center;
}

#contentsStep ul li:nth-child(6) {
  background: url(../images/main/bg_step06.jpg) no-repeat right 25px center;
}

#contentsStep ul li:nth-child(7) {
  background: url(../images/main/bg_step07.jpg) no-repeat right 25px center;
}

#contentsStep ul li:after {
  display: block;
  position: absolute;
  content: "";
  bottom: -31px;
  left: 50%;
  width: 67px;
  height: 31px;
  background: url(../images/main/bg_stepArrow.png) no-repeat center / cover;
  margin: 0 0 0 -33px;
  z-index: 100;
}

#contentsStep ul li:last-child:after {
  display: none;
}

#contentsStep ul li h5 {
  display: block;
  font-size: 19px;
  color: #00b7ce;
  margin: 0 0 20px;
}

#contentsStep ul li h5 b {
  display: inline-block;
  font-size: 27px;
  margin: 0 0 0 15px;
}

#contentsStep ul li h5 span {
  font-size: 19px;
}

#contentsStep ul li span {
  color: #00b7ce;
}

#contentsStep ul li>b {
  background-color: #fff000;
  /* Old browsers */
  background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 60%, #fff000), color-stop( 60%, #fff000), color-stop( 40%, #fff));
  /* Chrome, Safari4+ */
  background-image: -webkit-linear-gradient( top, #fff 40%, #fff 40%, #fff000 60%);
  /* Chrome10+, Safari5.1+ */
  background-image: -moz-linear-gradient( top, #fff 40%, #fff 40%, #fff000 60%);
  /* Fx3.6+ */
  background-image: linear-gradient( #fff 40%, #fff 40%, #fff000 60%);
  /* W3C */
}

@media screen and (max-width:780px) {
  #contentsStep {
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px 50px;
  }
  #contentsStep h3 {
    display: block;
    font-size: 23px;
    line-height: 33px;
    text-align: center;
    margin: 15px 0 10px;
  }
  #contentsStep h3 b {
    display: inline-block;
    position: relative;
    color: #00b7ce;
  }
  #contentsStep h3 b:before {
    top: -5px;
    left: 50%;
    width: 5px;
    height: 5px;
    margin-left: -3px;
  }
  #contentsStep ul {
    display: block;
    width: auto;
    height: auto;
    margin: 20px 0 0;
  }
  #contentsStep ul li {
    display: block;
    position: relative;
    height: auto;
    font-size: 13px;
    line-height: 24px;
    margin: 0 0 6px;
    padding: 20px 10px;
    border: 6px solid #f8f8f8;
    background: none !important;
  }
  #contentsStep ul li:after {
    display: block;
    position: absolute;
    content: "";
    bottom: -19px;
    left: 50%;
    width: 40px;
    height: 19px;
    margin: 0 0 0 -20px;
  }
  #contentsStep ul li:last-child:after {
    display: none;
  }
  #contentsStep ul li br {
    display: none;
  }
  #contentsStep ul li h5 {
    display: block;
    font-size: 13px;
    color: #00b7ce;
    margin: 0 0 10px;
  }
  #contentsStep ul li h5 b {
    display: inline-block;
    font-size: 15px;
    margin: 0 0 0 0px;
  }
  #contentsStep ul li h5 span {
    font-size: 12px;
  }
  #contentsStep ul li span {
    color: #00b7ce;
  }
  #contentsStep ul li>b {
    background-color: #fff000;
    /* Old browsers */
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 60%, #fff000), color-stop( 60%, #fff000), color-stop( 40%, #fff));
    /* Chrome, Safari4+ */
    background-image: -webkit-linear-gradient( top, #fff 40%, #fff 40%, #fff000 60%);
    /* Chrome10+, Safari5.1+ */
    background-image: -moz-linear-gradient( top, #fff 40%, #fff 40%, #fff000 60%);
    /* Fx3.6+ */
    background-image: linear-gradient( #fff 40%, #fff 40%, #fff000 60%);
    /* W3C */
  }
}

#contentsPrice {
  position: relative;
  width: 1024px;
  height: auto;
  color: #000;
  letter-spacing: -0.02em;
  margin: 0 auto;
  padding: 125px 0 100px;
}

#contentsPrice h3 {
  display: block;
  font-size: 35px;
  line-height: 33px;
  text-align: center;
  margin: 15px 0 60px;
}

#contentsPrice h3 b {
  display: inline-block;
  position: relative;
  color: #00b7ce;
}

#contentsPrice h3 b:before {
  display: block;
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  width: 9px;
  height: 9px;
  margin-left: -5px;
  border-radius: 50%;
  background: #00b7ce;
}

#contentsPrice h4 {
  display: block;
  font-size: 25px;
  line-height: 28px;
  text-align: left;
  margin: 15px 0 10px;
  padding: 0 0 0 35px;
  background: url(../images/main/bg_causeList.png) no-repeat left center;
}

#contentsPrice h4 br {
  display: none;
}

#contentsPrice table {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  border-spacing: 15px;
  border: 10px solid #f8f8f8;
  margin: 20px 0 60px;
}

#contentsPrice table.lastPrice {
  margin: 20px 0 10px
}

#contentsPrice table th {
  width: 70%;
  font-weight: normal;
  padding: 25px;
  background: #f0fdff;
}

#contentsPrice table th b {
  display: block;
}

#contentsPrice table td {
  font-size: 16px;
  padding: 25px 20px 25px 0;
}

#contentsPrice table td span {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}

#contentsPrice table td span b {
  display: inline-block;
  font-size: 20px;
  color: #00b7ce;
  margin: 0 0 0 5px;
}

#contentsPrice>span {}

@media screen and (max-width:780px) {
  #contentsPrice {
    width: 100%;
    height: auto;
    color: #000;
    letter-spacing: -0.02em;
    margin: 0 auto;
    padding: 60px 15px 50px;
  }
  #contentsPrice h3 {
    display: block;
    font-size: 23px;
    line-height: 33px;
    text-align: center;
    margin: 15px 0 20px;
  }
  #contentsPrice h3 b {
    display: inline-block;
    position: relative;
    color: #00b7ce;
  }
  #contentsPrice h3 b:before {
    top: -5px;
    left: 50%;
    width: 5px;
    height: 5px;
    margin-left: -3px;
  }
  #contentsPrice h4 {
    display: block;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin: 15px 0 0px;
    padding: 0px;
    background: none;
  }
  #contentsPrice h4 br {
    display: block;
  }
  #contentsPrice table {
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
    border-spacing: 7px;
    border: 7px solid #f8f8f8;
    margin: 10px 0 30px;
  }
  #contentsPrice table.lastPrice {
    margin: 10px 0 10px;
  }
  #contentsPrice table th {
    width: 70%;
    font-weight: normal;
    padding: 10px;
    background: #f0fdff;
  }
  #contentsPrice table th b {
    display: block;
  }
  #contentsPrice table td {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 10px 10px 0;
  }
  #contentsPrice table td span {
    display: block;
    text-align: right;
    margin-bottom: 10px;
  }
  #contentsPrice table td span b {
    display: inline-block;
    font-size: 13px;
    color: #00b7ce;
    margin: 0 0 0 5px;
  }
  #contentsPrice>span {
    font-size: 13px;
  }
}

#contentsVoice {
  position: relative;
  width: 1024px;
  height: auto;
  color: #000;
  letter-spacing: -0.02em;
  margin: 0 auto;
  padding: 125px 0 60px;
}

#contentsVoice h3 {
  display: block;
  font-size: 35px;
  line-height: 33px;
  text-align: center;
  margin: 15px 0 40px;
}

#contentsVoice h3 br {
  display: none;
}

#contentsVoice h3 b {
  display: inline-block;
  position: relative;
  color: #00b7ce;
}

#contentsVoice h3 b:before {
  display: block;
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  width: 9px;
  height: 9px;
  margin-left: -5px;
  border-radius: 50%;
  background: #00b7ce;
}

#contentsVoice h4 {
  display: block;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  margin: 15px 0 50px;
}

#contentsVoice h5 {
  display: block;
  font-size: 25px;
  line-height: 28px;
  text-align: left;
  margin: 15px 0 10px;
  padding: 0 0 0 35px;
  background: url(../images/main/bg_causeList.png) no-repeat left center;
}

#contentsVoice ul {
  width: 100%;
  border: 10px solid #f8f8f8;
  margin: 20px 0 60px;
  padding: 40px;
}

#contentsVoice ul:after {
  display: block;
  content: "";
  clear: both;
}

#contentsVoice ul li {
  display: block;
  float: left;
  height: 64px;
  padding: 0 0 0 90px;
  margin: 0 0 50px;
  box-sizing: border-box;
  overflow: hidden;
}

#contentsVoice ul li:last-child {
  margin: 0px;
}

#contentsVoice ul li.single {
  width: 100%;
}

#contentsVoice ul li.half {
  width: 50%;
}

#contentsVoice ul li.male {
  background: url(../images/main/voiceFaceMale.png) no-repeat left center;
}

#contentsVoice ul li.female {
  background: url(../images/main/voiceFaceFemale.png) no-repeat left center;
}

#contentsVoice ul li span {
  display: block;
  font-size: 14px;
  color: #00b7ce;
  margin: 5px 0 0;
}

@media screen and (max-width:780px) {
  #contentsVoice {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 60px 15px 30px;
  }
  #contentsVoice h3 {
    display: block;
    font-size: 23px;
    line-height: 42px;
    text-align: center;
    margin: 15px 0 10px;
  }
  #contentsVoice h3 br {
    display: block;
  }
  #contentsVoice h3 b {
    display: inline-block;
    position: relative;
    color: #00b7ce;
  }
  #contentsVoice h3 b:before {
    top: 0px;
    left: 50%;
    width: 5px;
    height: 5px;
    margin-left: -3px;
  }
  #contentsVoice h4 {
    display: block;
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
    margin: 5px 0 30px;
  }
  #contentsVoice h4 br {
    display: none;
  }
  #contentsVoice h5 {
    display: block;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    margin: 5px 0 0px;
    padding: 0 0 0 20px;
    background: url(../images/main/bg_causeList.png) no-repeat left center / 5%;
  }
  #contentsVoice ul {
    width: 100%;
    border: 8px solid #f8f8f8;
    margin: 10px 0 30px;
    padding: 10px;
  }
  #contentsVoice ul:last-child {
    margin: 10px 0 10px;
  }
  #contentsVoice ul li {
    display: block;
    float: left;
    height: auto;
    padding: 0px;
    margin: 0 0 10px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #contentsVoice ul li img {
    width: 100%;
    height: auto;
  }
  #contentsVoice ul li.single {
    width: 100%;
  }
  #contentsVoice ul li.half {
    width: 100%;
  }
  #contentsVoice ul li.male {
    background: none;
  }
  #contentsVoice ul li.female {
    background: none;
  }
  #contentsVoice ul li span {
    display: block;
    font-size: 12px;
    color: #00b7ce;
    margin: 5px 0 0;
  }
}

#contentsQna {
  position: relative;
  width: 1024px;
  height: auto;
  color: #000;
  letter-spacing: -0.02em;
  margin: 0 auto;
  padding: 125px 0 60px;
}

#contentsQna h3 {
  display: block;
  font-size: 35px;
  line-height: 33px;
  text-align: center;
  margin: 15px 0 40px;
}

#contentsQna h3 br {
  display: none;
}

#contentsQna h3 b {
  display: inline-block;
  position: relative;
  color: #00b7ce;
}

#contentsQna h3 b:before {
  display: block;
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  width: 9px;
  height: 9px;
  margin-left: -5px;
  border-radius: 50%;
  background: #00b7ce;
}

#contentsQna ul {
  width: 100%;
  padding: 30px;
}

#contentsQna ul li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  padding: 10px 0px 10px 30px;
}

#contentsQna ul li:nth-child(odd) {
  color: #00b7ce;
  font-weight: bold;
}

#contentsQna ul li:nth-child(odd):before {
  position: absolute;
  display: block;
  content: "Q";
  top: 9px;
  left: 0px;
  font-size: 25px;
}

#contentsQna ul li:nth-child(even) {
  border-bottom: 1px dashed #c9c9c9;
}

#contentsQna ul li:nth-child(even):before {
  position: absolute;
  display: block;
  content: "A";
  top: 10px;
  left: 2px;
  font-size: 25px;
  font-weight: bold;
}

#contentsQna ul li:last-child {
  border: none;
}

@media screen and (max-width:780px) {
  #contentsQna {
    position: relative;
    width: 100%;
    height: auto;
    color: #000;
    letter-spacing: -0.02em;
    margin: 0 auto;
    padding: 60px 15px 30px;
  }
  #contentsQna h3 {
    display: block;
    font-size: 23px;
    line-height: 42px;
    text-align: center;
    margin: 15px 0 10px;
  }
  #contentsQna h3 br {
    display: block;
  }
  #contentsQna h3 b {
    display: inline-block;
    position: relative;
    color: #00b7ce;
  }
  #contentsQna h3 b:before {
    top: 0px;
    left: 50%;
    width: 5px;
    height: 5px;
    margin-left: -3px;
  }
  #contentsQna ul {
    width: 100%;
    padding: 10px 0;
  }
  #contentsQna ul li {
    position: relative;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0px 10px 25px;
  }
  #contentsQna ul li:nth-child(odd) {
    color: #00b7ce;
    font-weight: bold;
  }
  #contentsQna ul li:nth-child(odd):before {
    position: absolute;
    display: block;
    content: "Q";
    top: 10px;
    left: 0px;
    font-size: 20px;
  }
  #contentsQna ul li:nth-child(even) {
    border-bottom: 1px dashed #c9c9c9;
  }
  #contentsQna ul li:nth-child(even):before {
    position: absolute;
    display: block;
    content: "A";
    top: 10px;
    left: 2px;
    font-size: 20px;
    font-weight: bold;
  }
  #contentsQna ul li:last-child {
    border: none;
  }
}

#contentsMap {
  position: relative;
  width: 100%;
  height: auto;
  color: #000;
  letter-spacing: -0.02em;
  margin: 0 auto;
  padding: 125px 0 60px;
}

#contentsMap h3 {
  display: block;
  font-size: 35px;
  line-height: 33px;
  text-align: center;
  margin: 15px auto 50px
}

#contentsMap h3 b {
  display: inline-block;
  position: relative;
  color: #00b7ce;
}

#contentsMap h3 b:before {
  display: block;
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  width: 9px;
  height: 9px;
  margin-left: -5px;
  border-radius: 50%;
  background: #00b7ce;
}

#contentsMap>span {
  display: block;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 34px;
}

#contentsMap>span b {
  display: block;
  color: #00b7ce;
}

#contentsMap .mapNum {
  display: block;
  width: 340px;
  height: 36px;
  font-family: 'Montserrat', sans-serif;
  font-size: 43px;
  color: #000;
  line-height: 36px;
  font-weight: bold;
  margin: 50px auto 50px;
  padding: 0 0 0 45px;
  background: url(../images/main/bg_mapContact.png) no-repeat left center;
}

#contentsMap .mapIframe {
  width: 1024px;
  height: auto;
  margin: 0 auto;
}

#contentsMap .mapIframe img {
  display: block;
  width: 100%;
  height: auto;
}

#contentsMap .gglBtn {
  display: block;
  width: 440px;
  height: 77px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 77px;
  margin: 55px auto 70px;
  background: #000;
}

#contentsMap .gglBtn:hover {
  background: #252525;
}

#contentsMap .gglBtn:after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 35px;
  margin: 0 0 0 15px;
  vertical-align: middle;
  background: url(../images/main/icon_map.png) no-repeat;
}

.infoSlideWrap {
  position: relative;
  width: 100%;
  padding: 0 0 40px;
  margin: 0 0 50px 0;
  overflow: hidden;
}

.infoSwiper-container {
  position: relative;
  width: 500px;
  height: auto;
  margin: 0 -50% 50px;
  overflow: visible !important
}

.infoSlideWrap .swiper-wrapper {
  position: relative;
  width: 500px;
  height: 300px;
  padding: 0px;
}

.infoSlideWrap .swiper-wrapper .swiper-slide {
  position: relative;
  width: 500px;
  height: 300px;
}

.infoSlideWrap .swiper-slide {
  opacity: 1;
}

.infoSlideWrap .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px;
}

.infoSlideWrap .swiper-slide-active {
  opacity: 1;
}

.infoSlideWrap .swiper-pagination {
  width: 100%;
  bottom: -40px !important;
  left: 0;
}

.infoSlideWrap .swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  margin: 0 6px !important;
}

.infoSlideWrap .swiper-pagination-bullet-active {
  background: #dc377b !important;
}

.timetable {
  display: block;
  width: 790px;
  height: auto;
  border: 10px solid #f8f8f8;
  padding: 8px;
  margin: 0 auto 50px;
}

.timetable table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

.timetable table td {
  width: 12.5%;
  height: 46px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
  border-right: 2px solid #f8f8f8;
  border-bottom: 2px solid #f8f8f8;
}

.timetable table td:last-child {
  border-right: 0;
}

.timetable table tr:last-child td {
  border-bottom: 0;
}

.timetable table td.grn {
  color: #1bbcd1;
}

.timetable table td.red {
  color: #ff0606;
}

#contentsMap .rsvBtn {
  display: block;
  width: 700px;
  height: 110px;
  font-size: 26px;
  font-weight: bold;
  color: #fff000;
  text-align: center;
  line-height: 110px;
  margin: 55px auto 70px;
  background: #00b7ce;
}

#contentsMap .rsvBtn:hover {
  background: #009bae;
}

#contentsMap .rsvBtn:after {
  display: inline-block;
  content: "";
  width: 37px;
  height: 45px;
  margin: 0 0 0 15px;
  vertical-align: middle;
  background: url(../images/main/icon_reserv.png) no-repeat;
}

.copylight {
  display: block;
  text-align: center;
}

@media screen and (max-width:780px) {
  #contentsMap {
    position: relative;
    width: 100%;
    height: auto;
    color: #000;
    letter-spacing: -0.02em;
    margin: 0 auto;
    padding: 60px 15px 150px;
  }
  #contentsMap h3 {
    display: block;
    font-size: 23px;
    line-height: 42px;
    text-align: center;
    margin: 15px 0 10px;
  }
  #contentsMap h3 br {
    display: block;
  }
  #contentsMap h3 b {
    display: inline-block;
    position: relative;
    color: #00b7ce;
  }
  #contentsMap h3 b:before {
    top: 0px;
    left: 50%;
    width: 5px;
    height: 5px;
    margin-left: -3px;
  }
  #contentsMap>span {
    font-size: 14px;
    line-height: 20px;
  }
  #contentsMap .mapNum {
    display: block;
    width: 100%;
    height: 36px;
    font-size: 33px;
    color: #000;
    line-height: 36px;
    font-weight: bold;
    margin: 30px auto 30px;
    padding: 0 0 0 45px;
    background: url(../images/main/bg_mapContact.png) no-repeat left center;
  }
  #contentsMap .mapIframe {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #contentsMap .mapIframe img {
    display: block;
    width: 100%;
    height: auto;
  }
  #contentsMap .gglBtn {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    margin: 20px auto 20px;
    background: #000;
  }
  #contentsMap .gglBtn:hover {
    background: #252525;
  }
  #contentsMap .gglBtn:after {
    display: inline-block;
    content: "";
    width: 13px;
    height: 18px;
    margin: 0 0 0 15px;
    vertical-align: middle;
    background: url(../images/main/icon_map.png) no-repeat center / 100%;
  }
  .infoSlideWrap {
    position: relative;
    width: 100%;
    padding: 0 0 0px;
    margin: 0 0 20px 0;
    overflow: hidden;
  }
  .infoSwiper-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 -50% 0px;
    overflow: visible !important
  }
  .infoSlideWrap .swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px;
  }
  .infoSlideWrap .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
  }
  .infoSlideWrap .swiper-slide {
    opacity: 1;
  }
  .infoSlideWrap .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
  }
  .infoSlideWrap .swiper-slide-active {
    opacity: 1;
  }
  .infoSlideWrap .swiper-pagination {
    width: 100%;
    bottom: -40px !important;
    left: 0;
  }
  .infoSlideWrap .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    margin: 0 6px !important;
  }
  .infoSlideWrap .swiper-pagination-bullet-active {
    background: #dc377b !important;
  }
  .timetable {
    display: block;
    width: 100%;
    height: auto;
    border: 5px solid #f8f8f8;
    padding: 5px;
    margin: 0 auto 20px;
  }
  .timetable table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
  }
  .timetable table td {
    width: 12.5%;
    height: 25px;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
    border-right: 2px solid #f8f8f8;
    border-bottom: 2px solid #f8f8f8;
  }
  .timetable table td:last-child {
    border-right: 0;
  }
  .timetable table tr:last-child td {
    border-bottom: 0;
  }
  .timetable table td.grn {
    color: #1bbcd1;
  }
  .timetable table td.red {
    color: #ff0606;
  }
  #contentsMap .rsvBtn {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    margin: 20px auto 20px;
    background: #00b7ce;
  }
  #contentsMap .rsvBtn:hover {
    background: #009bae;
  }
  #contentsMap .rsvBtn:after {
    display: inline-block;
    content: "";
    width: 19px;
    height: 23px;
    margin: 0 0 0 15px;
    vertical-align: middle;
    background: url(../images/main/icon_reserv.png) no-repeat center / 100%;
  }
  .copylight {
    font-size: 12px;
  }
}

.ex_tax {
  font-size: 20px;
  color: #00b7ce;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width:768px) {
  .ex_tax {
    font-size: 15px;
  }
}