/* <=== vhstudyspg ===> */
.vhstudyspg .dhpadd{
  padding: 40px 0 65px;
}
.tpccinfoha .hagrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}
.tpccinfoha .hagrip > div{
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: calc(100% / 3);
}
.tpccinfoha .hagrip > div:nth-child(1),
.tpccinfoha .hagrip > div:nth-child(7),
.tpccinfoha .hagrip > div:nth-child(11),
.tpccinfoha .hagrip > div:nth-child(17),
.tpccinfoha .hagrip > div:nth-child(21),
.tpccinfoha .hagrip > div:nth-child(27),
.tpccinfoha .hagrip > div:nth-child(31),
.tpccinfoha .hagrip > div:nth-child(37),
.tpccinfoha .hagrip > div:nth-child(41),
.tpccinfoha .hagrip > div:nth-child(47){
  width: calc(100% - (100% / 3));
}
.itccinfoha{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.itccinfoha .thumb a{
  position: relative;
  display: block;
  padding-top: 83.334%;
  overflow: hidden;
}
.tpccinfoha .hagrip > div:nth-child(1) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(7) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(11) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(17) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(21) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(27) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(31) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(37) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(41) .itccinfoha .thumb a,
.tpccinfoha .hagrip > div:nth-child(47) .itccinfoha .thumb a{
  padding-top: 40.936%;
}
.itccinfoha .thumb a img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.itccinfoha:hover .thumb a img{
  transform: scale(1.05);
}
.itccinfoha .thumb a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.itccinfoha .decss{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 30px 20px;
  pointer-events: none;
}
.itccinfoha .dstitle, .itccinfoha .dstitle h3{
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.itccinfoha .dstitle, .itccinfoha .dstitle a{
  color: #fff;
}
/* <=== vhstudyspg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
  padding: 40px 0 55px;
}
.itlinkview{
  margin-bottom: 20px;
  background-color: #f6f6f6;
}
.itlinkview .vname{
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  padding: 8px 50px 8px 50px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
.itlinkview .vname::before{
  content: "\f107";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.itlinkview.active .vname::before{
  content: "\f106";
}
.itlinkview .vname::after{
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  background-image: url('../images/ilist.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
}
.itlinkview .vcont{
  padding: 12px 20px 20px;
}
.itlinkview .vcont li{
  margin-bottom: 8px;
}
.itlinkview .vcont li li{
  margin-bottom: 4px;
}
.itlinkview .vcont li:last-child{
  margin-bottom: 0;
}
.itlinkview .vcont li a{
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
}
.itlinkview .vcont > ul > li{
  position: relative;
  padding-left: 30px;
}
.itlinkview .vcont > ul > li .button-submenu{
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.itlinkview .vcont > ul > li .button-submenu::before{
  content: "\f077";
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  color: #666666;
}
.itlinkview .vcont > ul > li.active .button-submenu::before{
  content: "\f078";
}
.itlinkview .vcont > ul > li > a, .itlinkview .vcont > ul > li > .m-sub > a{
  font-weight: bold;
}
.itlinkview .vcont > ul > li ul{
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.itlinktabs .viewtab{
  margin-bottom: 20px;
}
.itlinktabs .viewtab:last-child{
  margin-bottom: 0;
}
.itlinktabs .tttab{
  margin-bottom: 5px;
  color: #b51f23;
}
.itlinktabs .tttab, .itlinktabs .tttab h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.itlinktabs .cttab{
  font-size: 16px;
  line-height: 30px;
}
.tpdetailbb .bbtitle{
  margin-bottom: 5px;
}
.tpdetailbb .bbtitle, .tpdetailbb .bbtitle h2, .tpdetailbb .bbtitle h3{
  font-size: 30px;
  line-height: 40px;
}
/* <=== vhdetailpg ===> */

/* <=== vhortherpg ===> */
.vhortherpg .orpadd{
  padding: 55px 0 40px;
}
.tporthermm .mmgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.tporthermm .mmgrip > div{
  padding: 0 15px;
  width: calc(100% / 3);
  margin-bottom: 25px;
}
.itorthermm .thumb{
  margin-bottom: 15px;
}
.itorthermm .thumb a{
  border-radius: 10px;
}
.itorthermm .dstitle{
  margin-bottom: 10px;
}
.itorthermm .dstitle, .itorthermm .dstitle h3{
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.itorthermm .dsdates{
  color: #b51f23;
}
.itorthermm .dsdates span{
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.itorthermm .dsdates span::before{
  content: '\f133';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
}
/* <=== vhortherpg ===> */

/* <=== tpdetailaa ===> */
.tpdetailaa{
  margin-bottom: 25px;
  padding: 20px 20px 10px;
  background-color: #ebf6ff;
  border-radius: 10px;
}
.tpdetailaa .aagrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.tpdetailaa .aagrip > div{
  padding: 0 15px;
}
.tpdetailaa .aagrip .mcol{
  width: 330px;
}
.tpdetailaa .aagrip .hcol{
  width: calc(100% - 330px);
}
.tpdetailaa .aainfos a{
  border: 2px solid transparent;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 65.334%;
  position: relative;
  display: block;
}
.tpdetailaa .aainfos.active a{
  border-color: #005aab;
}
.tpdetailaa .aainfos a img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.tpdetailaa .aalinks ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.tpdetailaa .aalinks li{
  padding: 0 5px;
  width: calc(100% / 3);
  margin-bottom: 10px;
}
.tpdetailaa .aalinks li a{
  min-height: 95px;
  padding: 20px 20px 20px 30px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  border: 2px solid transparent;
  height: 100%;
}
.tpdetailaa .aalinks li.active a, .tpdetailaa .aalinks li:hover a{
  border-color: #005aab;
}
.tpdetailaa .aalinks li a .vicon{
  width: 35px;
  text-align: center;
}
.tpdetailaa .aalinks li a .vtext{
  width: calc(100% - 35px);
  padding-left: 15px;
}
/* <=== tpdetailaa ===> */

/* <=== tptemplamm ===> */
.tptemplamm{
  margin-top: 20px;
}
.ittemplamm{
  margin-bottom: 30px;
}
.ittemplamm .vvgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.ittemplamm .vvgrip > div{
  padding: 0 15px;
  width: 50%;
}
.ittemplamm:nth-child(even) .vvgrip .xcol{
  order: 2;
}
.ittemplamm .thumb img{
  width: 100%;
}
.ittemplamm .decss{
  padding-top: 20px;
}
/* <=== tptemplamm ===> */

/* <=== tptemplahh ===> */
.tptemplahh{
  margin-top: 20px;
}
.tptemplahh .vvgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.tptemplahh .vvgrip > div{
  padding: 0 15px;
  margin-bottom: 40px;
  width: calc(100% / 3);
}
.ittemplahh .thumb{
  margin-bottom: 20px;
  display: block;
  padding-top: 65.56%;
  position: relative;
  overflow: hidden;
}
.ittemplahh .thumb img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* <=== tptemplahh ===> */

/* <=== hpstudysaa ===> */
.hpstudysaa{
  padding: 55px 0 70px;
  background-color: #ebf6ff;
}
.slstudysaa .slick-list{
  padding: 5px 0 30px;
  margin-bottom: -30px;
}
.slstudysaa .slick-arrow{
  background-color: transparent;
}
.slstudysaa .slick-arrow::before{
  font-size: 20px;
}
.itstudysaa .thumb{
  padding-top: 65.56%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.itstudysaa .thumb img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itstudysaa .decss{
  max-width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: -70px;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 90, 171, 0.05);
  border-radius: 10px;
  padding: 20px 30px 30px;
  position: relative;
  z-index: 2;
}
.itstudysaa .dstitle{
  margin-bottom: 8px;
}
.itstudysaa .dstitle, .itstudysaa .dstitle h3{
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.itstudysaa .dstitle, .itstudysaa .dstitle a{
  color: #005aab;
}
.itstudysaa .dsconts{
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}
.itstudysaa .dsconts p{
  padding: 2px 0;
}
.itstudysaa .dsviews a{
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  padding: 9px 20px;
  border-radius: 5px;
  background-color: #005aab;
  color: #fff;
}
.itstudysaa .dsviews a:hover{
  background-color: #b51f23;
}
/* <=== hpstudysaa ===> */

/* <=== hpstudysbb ===> */
.hpstudysbb{
  padding: 60px 0 85px;
}
.tpstudysbb .ctgrip{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: 0 -29.5px;
}
.tpstudysbb .ctgrip > div{
  padding: 0 29.5px;
  width: 50%;
}
.tpstudysbb .thumb{
  border-radius: 10px;
  overflow: hidden;
}
.tpstudysbb .thumb img{
  width: 100%;
}
.tpstudysbb .dsinfos{
  font-size: 16px;
  line-height: 30px;
}
.tpstudysbb .dsinfos li{
  margin-bottom: 12px;
  position: relative;
  padding-left: 40px;
}
.tpstudysbb .dsinfos li:last-child{
  margin-bottom: 0;
}
.tpstudysbb .dsinfos li::before{
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #005aab;
  font-size: 20px;
}
/* <=== hpstudysbb ===> */

/* <=== hpstudyscc ===> */
.hpstudyscc{
  padding: 55px 0 60px;
  background-color: #eeeeee;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hpstudyscc::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  pointer-events: none;
  background-image: url('../images/ccback.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 1400px;
}
.tpstudyscc .ctgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.tpstudyscc .ctgrip > div{
  padding: 0 30px;
  width: calc(100% / 3);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.tpstudyscc .ctgrip > div::before{
  content: '';
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -2;
  pointer-events: none;
}
.tpstudyscc .ctgrip > div.vitem1::before{
  background-color: #3a9ee3;
}
.tpstudyscc .ctgrip > div.vitem2::before{
  background-color: #fda940;
}
.tpstudyscc .ctgrip > div.vitem3::before{
  background-color: #00b3cb;
}
.tpstudyscc .vntconts{
  overflow: hidden;
}
.itstudyscc{
  position: relative;
  height: 100%;
}
.itstudyscc::before{
  content: '';
  position: absolute;
  top: 135px;
  left: 0;
  bottom: 0;
  width: 100%;
  border: 2px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: -2;
  pointer-events: none;
  box-shadow: 5px 10px 0 0 rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.itstudyscc::after{
  top: 137px;
  left: 2px;
  right: 2px;
  bottom: 15px;
  content: '';
  position: absolute;
  background-color: #fff;
  z-index: -1;
  border-radius: 20px 20px 0 0;
}
.itstudyscc.vitem1::before{
  border-color: #1668bf;
  border-bottom-color: #1668bf;
}
.itstudyscc.vitem2::before{
  border-color: #e5730a;
  border-bottom-color: #e5730a;
}
.itstudyscc.vitem3::before{
  border-color: #0098a6;
  border-bottom-color: #0098a6;
}
.itstudyscc .vvicon{
  width: 190px;
  height: 181px;
  margin: 0 auto;
}
.itstudyscc .vvdecs{
  display: flex;
  align-items: center;
  align-content: center;
  padding: 20px 40px 30px;
  text-align: center;
  justify-content: center;
  font-size: 18px;
  line-height: 30px;
  min-height: calc(100% - 181px);
  min-height: 150px;
}
/* <=== hpstudyscc ===> */

/* <=== hpstudysee ===> */
.hpstudysee{
  padding: 55px 0 45px;
}
.tpstudysee .ctgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.tpstudysee .ctgrip > div{
  padding: 0 15px;
  width: 25%;
  margin-bottom: 30px;
}
.itstudysee .thumb{
  display: block;
  padding-top: 65%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
}
.itstudysee .thumb img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itstudysee .decss{
  text-align: center;
}
.itstudysee .dstitle, .itstudysee .dstitle h3{
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
/* <=== hpstudysee ===> */

/* <=== hpstudysgg ===> */
.hpstudysgg{
  padding: 75px 0 70px;
}
.tpstudysgg{
  padding: 40px 80px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
}
.tpstudysgg::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background-image: url('../images/ggback.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tpstudysgg .gggrip{
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.tpstudysgg .gggrip > div{
  width: 50%;
}
.tpstudysga{
  height: 100%;
  background-color: #005aab;
  padding: 45px 60px;
}
.tpstudysga, .tpstudysga a{
  color: #fff;
}
.tpstudysga .gatitle{
  margin-bottom: 5px;
}
.tpstudysga .gatitle, .tpstudysga .gatitle h2{
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
}
.tpstudysga .gaconts{
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 25px;
}
.tpstudysga .gainfos{
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.tpstudysga .gainfos li{
  display: flex;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
}
.tpstudysga .gainfos li:last-child{
  margin-bottom: 0;
}
.tpstudysga .gainfos li .tm{
  width: 82px;
  min-width: 82px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.tpstudysga .gainfos li .th{
  padding-left: 20px;
}
.tpstudysga .gactact li{
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 14px;
}
.tpstudysga .gactact li:last-child{
  margin-bottom: 0;
}
.tpstudysga .gactact li .tm{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: #fff;
  border-radius: 100%;
}
.tpstudysga .gactact li .tm img{
  max-width: 18px;
}
.tpstudysga .gactact li .th{
  width: calc(100% - 40px);
  padding-left: 16px;
}
.tpstudysga .gactact li strong{
  font-size: 18px;
  line-height: 25px;
}
.tpstudysgb{
  padding: 40px 60px;
  background-color: #fff;
  height: 100%;
}
.tpstudysgb .gbtitle{
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tpstudysgb .gbtitle, .tpstudysgb .gbtitle h2{
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
}
.tpstudysgb .fminput{
  margin-bottom: 20px;
}
.tpstudysgb .fmgroup{
  margin-bottom: 15px;
}
.tpstudysgb .fmgroup input, .tpstudysgb .fmgroup select, .tpstudysgb .fmgroup textarea{
  height: 55px;
  padding: 0 15px;
  border: none;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
.tpstudysgb .fmgroup button{
  height: 45px;
  background-color: #005aab;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  border-radius: 5px;
  font-weight: bold;
  border: none;
  width: 100%;
}
/* <=== hpstudysgg ===> */

/* <=== hpstudyshh ===> */
.hpstudyshh{
  padding: 60px 0 85px;
  background-color: #ebf6ff;
}
.itstudyshh{
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(0, 90, 171, 0.05);
}
.itstudyshh:last-child{
  margin-bottom: 0;
}
.itstudyshh .hhtitle{
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  padding: 15px 100px 15px 20px;
  cursor: pointer;
}
.itstudyshh .hhtitle::before{
  content: '';
  position: absolute;
  width: 21px;
  height: 1px;
  background-color: #333333;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.itstudyshh .hhtitle::after{
  content: '';
  position: absolute;
  height: 21px;
  width: 1px;
  background-color: #333333;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.itstudyshh.active .hhtitle::after{
  transform: translateY(-50%) rotate(90deg);
}
.itstudyshh .hhtitle span{
  display: block;
  position: relative;
  padding-left: 40px;
}
.itstudyshh .hhtitle span::before{
  content: '\f059';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 25px;
  line-height: 30px;
  color: #005aab;
}
.itstudyshh .hhconts{
  padding: 15px 100px 35px 60px;
  font-size: 15px;
  line-height: 25px;
  border-top: 1px solid #ebf6ff;
  display: none;
}
.itstudyshh .hhconts p{
  padding: 3px 0;
}
/* <=== hpstudyshh ===> */
@media all and (max-width: 1200px){
  /* <=== tpdetailaa ===> */
  .tpdetailaa .aagrip{
    margin: 0 -10px;
  }
  .tpdetailaa .aagrip > div{
    padding: 0 10px;
  }
  .tpdetailaa .aagrip .mcol{
    width: 300px;
  }
  .tpdetailaa .aagrip .hcol{
    width: calc(100% - 300px);
  }
  .tpdetailaa .aalinks li a{
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    min-height: 87px;
  }
  .tpdetailaa .aalinks li a .vicon{
    width: 30px;
  }
  .tpdetailaa .aalinks li a .vtext{
    width: calc(100% - 30px);
  }
  /* <=== tpdetailaa ===> */

  /* <=== tptemplamm ===> */
  .ittemplamm .decss{
    padding-top: 0;
  }
  /* <=== tptemplamm ===> */

  /* <=== hpstudysbb ===> */
  .tpstudysbb .ctgrip{
    margin: 0 -15px;
  }
  .tpstudysbb .ctgrip > div{
    padding: 0 15px;
  }
  /* <=== hpstudysbb ===> */

  /* <=== hpstudysgg ===> */
  .tpstudysgg{
    padding: 20px 40px;
  }
  .tpstudysga, .tpstudysgb{
    padding: 20px 30px;
  }
  /* <=== hpstudysgg ===> */
}
@media all and (max-width: 991px){
  /* <=== vhstudyspg ===> */
  .vhstudyspg .dhpadd{
    padding: 30px 0 50px;
  }
  .itccinfoha .decss{
    padding: 16px 20px;
  }
  .itccinfoha .dstitle, .itccinfoha .dstitle h3{
    font-size: 18px;
    line-height: 25px;
  }
  /* <=== vhstudyspg ===> */

  /* <=== vhdetailpg ===> */
  .vhdetailpg .dtpadd{
    padding: 30px 0 45px;
  }
  .itlinkview .vcont{
    padding: 12px 15px 20px;
  }
  .itlinkview .vcont > ul > li{
    padding-left: 20px;
  }
  .itlinkview .vcont > ul > li .button-submenu{
    width: 20px;
  }
  .itlinkview .vcont > ul > li .button-submenu::before{
    top: 47%;
  }
  .itlinktabs .tttab, .itlinktabs .tttab h3{
    font-size: 22px;
    line-height: 32px;
  }
  .itlinktabs .cttab{
    font-size: 15px;
    line-height: 25px;
  }
  .itlinkview .vcont{
    display: none;
  }
  .tpdetailbb .bbtitle, .tpdetailbb .bbtitle h2, .tpdetailbb .bbtitle h3{
    font-size: 22px;
    line-height: 30px;
  }
  /* <=== vhdetailpg ===> */

  /* <=== vhortherpg ===> */
  .vhortherpg .orpadd{
    padding: 40px 0 40px;
  }
  .tporthermm .mmgrip > div{
    width: 50%;
  }
  .itorthermm .thumb{
    margin-bottom: 10px;
  }
  .itorthermm .dstitle, .itorthermm .dstitle h3{
    font-size: 18px;
  }
  /* <=== vhortherpg ===> */

  /* <=== tpdetailaa ===> */
  .tpdetailaa{
    margin-bottom: 20px;
  }
  .tpdetailaa .aagrip .mcol{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .tpdetailaa .aagrip .hcol{
    width: 100%;
  }
  .tpdetailaa .aalinks li{
    width: 50%;
  }
  .tpdetailaa .aalinks li a{
    min-height: 62px;
  }
  /* <=== tpdetailaa ===> */

  /* <=== tptemplamm ===> */
  .ittemplamm{
    margin-bottom: 20px;
  }
  .ittemplamm .vvgrip > div{
    width: 100%;
    margin-bottom: 20px;
  }
  .ittemplamm .vvgrip > div:last-child{
    margin-bottom: 0;
  }
  .ittemplamm:nth-child(even) .vvgrip .xcol{
    order: unset;
  }
  /* <=== tptemplamm ===> */

  /* <=== tptemplahh ===> */
  .tptemplahh .vvgrip{
    margin: 0 -10px;
  }
  .tptemplahh .vvgrip > div{
    padding: 0 10px;
    width: 50%;
  }
  /* <=== tptemplahh ===> */

  /* <=== hpstudysaa ===> */
  .slstudysaa .slick-arrow{
    background-color: #fff;
  }
  .slstudysaa.vminus .slick-prev{
    left: -20px;
  }
  .slstudysaa.vminus .slick-next{
    right: -20px;
  }
  .slstudysaa .slick-arrow::before{
    font-size: 16px;
  }
  .itstudysaa .decss{
    max-width: calc(100% - 20px);
    margin-top: -25px;
    padding: 15px 20px 20px;
  }
  .itstudysaa .dstitle, .itstudysaa .dstitle h3{
    font-size: 18px;
  }
  .itstudysaa .dsconts{
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* <=== hpstudysaa ===> */

  /* <=== hpstudysbb ===> */
  .hpstudysbb{
    padding: 30px 0 45px;
  }
  .tpstudysbb .ctgrip > div{
    width: 100%;
    margin-bottom: 20px;
  }
  .tpstudysbb .ctgrip > div:last-child{
    margin-bottom: 0;
  }
  .tpstudysbb .dsinfos{
    font-size: 15px;
    line-height: 25px;
  }
  .tpstudysbb .dsinfos li{
    margin-bottom: 10px;
  }
  /* <=== hpstudysbb ===> */

  /* <=== hpstudyscc ===> */
  .hpstudyscc{
    padding: 45px 0 40px;
  }
  .tpstudyscc .ctgrip{
    margin: 0 -10px;
  }
  .tpstudyscc .ctgrip > div{
    padding: 0 10px;
  }
  .tpstudyscc .ctgrip > div::before{
    top: 45px;
  }
  .hpstudyscc::before{
    top: 12%;
  }
  .itstudyscc .vvicon{
    width: 120px;
    height: 115px;
  }
  .itstudyscc .vvdecs{
    font-size: 16px;
    padding: 20px 25px 40px;
    min-height: auto;
  }
  .itstudyscc::before{
    top: 85px;
  }
  .itstudyscc::after{
    top: 87px;
  }
  /* <=== hpstudyscc ===> */

  /* <=== hpstudysee ===> */
  .hpstudysee{
    padding: 40px 0 30px;
  }
  .tpstudysee .ctgrip > div{
    width: 50%;
  }
  .itstudysee .dstitle, .itstudysee .dstitle h3{
    font-size: 15px;
    line-height: 25px;
  }
  /* <=== hpstudysee ===> */

  /* <=== hpstudysgg ===> */
  .hpstudysgg{
    padding: 50px 0 60px;
  }
  .tpstudysgg{
    padding: 0;
  }
  .tpstudysgg::before{
    display: none;
  }
  .tpstudysgg .gggrip, .tpstudysgg{
    overflow: unset;
  }
  .tpstudysgg .gggrip > div{
    width: 100%;
  }
  .tpstudysga{
    border-radius: 15px 15px 0 0;
  }
  .tpstudysgb{
    border-radius: 0 0 15px 15px;
  }
  /* <=== hpstudysgg ===> */

  /* <=== hpstudyshh ===> */
  .hpstudyshh{
    padding: 40px 0 60px;
  }
  .itstudyshh .hhtitle{
    padding: 15px 55px 15px 15px;
    font-size: 16px;
    line-height: 25px;
  }
  /* <=== hpstudyshh ===> */

  /* <=== vhpopschol ===> */
  /* <=== vhpopschol ===> */
}
@media all and (max-width: 767px){
  /* <=== vhstudyspg ===> */
  .tpccinfoha .hagrip > div{
    width: 100%;
  }
  .tpccinfoha .hagrip > div:nth-child(1),
  .tpccinfoha .hagrip > div:nth-child(7),
  .tpccinfoha .hagrip > div:nth-child(11),
  .tpccinfoha .hagrip > div:nth-child(17),
  .tpccinfoha .hagrip > div:nth-child(21),
  .tpccinfoha .hagrip > div:nth-child(27),
  .tpccinfoha .hagrip > div:nth-child(31),
  .tpccinfoha .hagrip > div:nth-child(37),
  .tpccinfoha .hagrip > div:nth-child(41),
  .tpccinfoha .hagrip > div:nth-child(47){
    width: 100%;
  }
  .itccinfoha .thumb a{
    padding-top: 50%;
  }
  .itccinfoha{
    border-radius: 5px;
  }
  .tpccinfoha .hagrip > div:nth-child(1) .itccinfoha .thumb a,
  .tpccinfoha .hagrip > div:nth-child(7) .itccinfoha .thumb a,
  .tpccinfoha .hagrip > div:nth-child(11) .itccinfoha .thumb a,
  .tpccinfoha .hagrip > div:nth-child(17) .itccinfoha .thumb a,
  .tpccinfoha .hagrip > div:nth-child(21) .itccinfoha .thumb a,
  .tpccinfoha .hagrip > div:nth-child(27) .itccinfoha .thumb a,
  .tpccinfoha .hagrip > div:nth-child(31) .itccinfoha .thumb a,
  .tpccinfoha .hagrip > div:nth-child(37) .itccinfoha .thumb a,
  .tpccinfoha .hagrip > div:nth-child(41) .itccinfoha .thumb a,
  .tpccinfoha .hagrip > div:nth-child(47) .itccinfoha .thumb a{
    padding-top: 50%;
  }
  .tpccinfoha .hagrip > div{
    margin-bottom: 10px;
  }
  /* <=== vhstudyspg ===> */

  /* <=== vhdetailpg ===> */
  /* <=== vhdetailpg ===> */

  /* <=== vhortherpg ===> */
  .tporthermm .mmgrip > div{
    width: 100%;
  }
  /* <=== vhortherpg ===> */

  /* <=== tpdetailaa ===> */
  .tpdetailaa .aalinks li{
    width: 100%;
  }
  /* <=== tpdetailaa ===> */

  /* <=== tptemplahh ===> */
  .tptemplahh .vvgrip > div{
    width: 100%;
  }
  /* <=== tptemplahh ===> */

  /* <=== hpstudyscc ===> */
  .tpstudyscc .ctgrip > div::before{
    display: none;
  }
  .tpstudyscc .ctgrip > div{
    width: 100%;
    margin-bottom: 20px;
  }
  .itstudyscc .vvdecs{
    padding: 20px 35px 40px;
  }
  /* <=== hpstudyscc ===> */

  /* <=== hpstudysee ===> */
  .tpstudysee .ctgrip > div{
    width: 100%;
  }
  /* <=== hpstudysee ===> */

  /* <=== hpstudysgg ===> */
  .tpstudysga{
    padding: 25px 20px 25px;
  }
  .tpstudysga .gatitle, .tpstudysga .gatitle h2{
    font-size: 22px;
    line-height: 30px;
  }
  .tpstudysga .gainfos li{
    font-size: 15px;
    line-height: 25px;
  }
  .tpstudysga .gainfos li .tm{
    font-size: 18px;
    min-width: 62px;
    width: 62px;
    padding-right: 5px;
  }
  .tpstudysga .gainfos li .th{
    padding-left: 20px;
  }
  .tpstudysgb{
    padding: 20px 20px 25px;
  }
  .tpstudysgb .gbtitle, .tpstudysgb .gbtitle h2{
    font-size: 22px;
    line-height: 35px;
  }
  /* <=== hpstudysgg ===> */
}