input.buy_v2[type="checkbox"] {
  display: none;
  cursor: pointer;
}

input.buy_v2[type="checkbox"] + label span.checkImg {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 10px;
  vertical-align: middle;
  background: url(../images/check_buy_v2.png) left top no-repeat;
}

input.buy_v2[type="checkbox"]:checked + label span.checkImg {
  background: url(../images/check_buy_v2.png) right top no-repeat;
}

label.buy_labal {
  cursor: pointer;
}

.text_color_red {
  color: #990000;
}

.text_color_bk {
  color: #000000;
}

.img_playicon {
    position: relative;
}
.img_playicon img.play_icon {
    width: 76px;
    height: 76px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -38px 0 0 -38px;
}

/* Trial Page */
.title-wrap {
  position: relative;
}

.buyarea-price {
<<<<<<< .mine
    font-size: 32px;
    padding: 20px 6px 10px 0;
=======
  font-size: 24px;
    padding: 7px 0;
>>>>>>> .r320133
    position: relative;
}
.buy-priceX {
   line-height: initial;
    position: relative;
    right: 0;
    font-size: 18px;
    color: black;
    FONT-FAMILY: Segoe UI;
    padding-top: 10px;
    font-weight: 600;
    
}
.buy-priceX::before {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  background: #990000;
  top: 20px;
  transform: skewy(3deg);
  -moz-transform: skewy(3deg);
  -webkit-transform: skewy(3deg);
  -o-transform: skewy(3deg);
  -ms-transform: skewy(3deg);
}
.two-column2 ul {
  overflow: hidden;
}
.two-column2 ul li.first-li {
  width: 65%;
  margin-right: 3%;
}
.two-column2 ul li.last-li {
  width: 32%;
}
.two-column2 ul li.last-li h1 {
    text-align: left;
    margin-bottom: 0;
    padding: 0 0 10px 0;
}
.two-column2 ul li.last-li h3 {
    padding: 0;
}

.title_label {
  background: #990000;
  font-size: 10px;
  font-weight: 600;
  padding: 0em 0.8em;
  color: #ffffff;
  vertical-align: super;
  margin-right: 1em;
  line-height: 2.2em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}

.title_label2 {
  font-size: 12px;
  font-weight: 600;
  color: #990000;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.s4_img {
  margin: 0 10px 10px 0;
}
.s4_img img {
  width: 100%;
  display: block;
}
.s4_img div.img_wrap {
  height: 302px;
  overflow: hidden;
}
.s4_img div.s4_text {
  height: 58px;
  color: #024c8d;
  background: #dddddd;
  padding: 5px;
}
.s4_img div.s4_text p {
  font-size: 14px;
}
.s4_img div.s4_text p.first-p {
  font-size: 20px;
  padding: 5px;
}
.s4_img a:hover div.s4_text {
  color: #ffffff;
  background: #024c8d;
}

.margin_l {
  margin-right: 5px;
}

.margin_r {
  margin-right: 0;
  margin-left: 5px;
}

.list-table-v2 td.box_wrap {
  position: relative;
}

.list-table-v2 div.icon_wrap {
  position: absolute;
  top: 150px;
  left: -23px;
  width: 50px;
  height: 50px;
  background: url(../images/PLUS2.png) no-repeat;
    z-index: 9;
}

.list-table-v2 div.tick_item {
  background: url(../images/PLUS1.png) no-repeat;
}

.list-table-v2 div.icon_equal {
  background: url(../images/equal.png) no-repeat;
}

/*  Retail Page */
.img_wrap_3 {
  position: relative;
  margin-bottom: 20px;
}
.img_wrap_3 div.box_wrap {
  position: absolute;
  top: 50px;
  left: -25px;
}
.img_wrap_3 div.box_wrap img {
  width: auto;
}

.btn_viewall {
  text-align: center;
  position: relative;
  z-index: 99;
}
.btn_viewall button {
  background: #dddddd;
  display: inline;
  width: auto;
  padding: 16px 25px;
  cursor: pointer;
  color: #3a258a !important;
  text-decoration: none;
  font-size: 18px !important;
  line-height: 18px;
  margin: 0 auto;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: none;
}
.btn_viewall button:hover {
  background: #e5e5e5;
}

.plugins_wrap {
  margin-top: 30px;
  position: relative;
}
.plugins_wrap div.box_area {
  padding: 50px 20px 0 20px;
  background: #f1f1f1;
  position: relative;
  z-index: 98;
  top: -20px;
  display: none;
}
.plugins_wrap ul {
  overflow: auto;
  padding-bottom: 20px;
}
.plugins_wrap img {
  display: block;
  width: 30%;
  float: left;
}
.plugins_wrap div.box_text {
  width: 68%;
  float: left;
  margin-left: 2%;
}
.plugins_wrap div.box_text span.new {
  margin-left: 0;
}
.plugins_wrap a p {
  color: #000000;
}

.layout_center div.img_wrap {
  text-align: center;
}
.layout_center div.img_wrap img {
  width: auto;
  margin: 0 auto;
}

.list-table-v2 {
  color: #000000;
}
.list-table-v2 td.box_wrap {
  width: 23%;
  border: 0px solid #cccccc;
}
.list-table-v2 td.box_wrap2 {
  width: 1%;
}
.list-table-v2 td.r_none {
  width: 27%;
  margin-right: 0;
}
.list-table-v2 div.img_wrap2 {
  text-align: center;
  margin: 30px 0 10px 0;
}
.list-table-v2 div.img_wrap2 img {
  height: 60px;
}
.list-table-v2 div.img_effect {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.list-table-v2 div.img_effect img {
  width: auto;
  height: 60px;
}
.list-table-v2 div.price_add, .list-table-v2 div.buyarea_main {
  text-align: center;
}
.list-table-v2 div.price_add {
  font-size: 24px;
}
.list-table-v2 div.price_add, .list-table-v2 div.star_wrap {
  margin-top: 18px;
  height: 20px;
}
.list-table-v2 div.bonus_text2 span.span_type {
  display: inline-block;
  font-weight: bold;
  color: #990000;
  font-size: 14px;
}
.list-table-v2 div.bonus_text2 p {
    line-height: 16px;
}
.list-table-v2 td.no_00, .list-table-v2 td.no_01, .list-table-v2 td.no_02, .list-table-v2 td.no_03 {
  background: #eeeeee;
  text-align: center;
}
.list-table-v2 div.buyarea_name {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  background: #ffffff;
}
.list-table-v2 div.buyarea_name_2 {
  padding: 5px 0;
  font-size: 14px;
  line-height: 16px;
  background: #ffffff;
}
.list-table-v2 p.p_slogan {
  color: #ffffff;
  font-size: 14px;
}
.list-table-v2 div.buyarea_top {
  background: #d8dada;
}
.list-table-v2 div.img_wrap {
  width: 120px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}
.list-table-v2 div.img_wrap img {
  border: 0;
  display: block;
}
.list-table-v2 div.img_wrap_2 {
  width: 100px;
  margin: 0 auto;
  padding: 10px;
}
.list-table-v2 div.img_wrap_2 img {
  border: 0;
  display: block;
  width: 100%;
}
.list-table-v2 div.img_wrap_v2 {
  width: 100px;
  margin: 0 auto;
  padding: 5px;
}
.list-table-v2 div.img_wrap_v2 img {
  border: 0;
  display: block;
  width: 100%;
}
.list-table-v2 div.boxshot_wrap {
  background: #d8dada;
  overflow: hidden;
}
.list-table-v2 div.boxshot_wrap div.bonus_boxshot {
  width: 45%;
  float: left;
  min-height: 85px;
  position: relative;
}
.list-table-v2 div.boxshot_wrap div.bonus_boxshot img {
  position: absolute;
  width: 60px;
  border: 0;
  display: block;
  top: 0;
  left: 15px;
}
.list-table-v2 div.boxshot_wrap div.bonus_boxshot img.no_2 {
     left: 42px;
    width: 65px;
    top: 5px;
}
.list-table-v2 div.boxshot_wrap div.bonus_boxshot img.no_3 {
  left: 55px;
  width: 40px;
  top: 18px;
}
.list-table-v2 div.boxshot_wrap div.bonus_boxshot img.no_4 {
  left: 30px;
  width: 50px;
  top: 15px;
}
.list-table-v2 div.boxshot_wrap div.bonus_text {
  width: 66%;
  float: right;
  text-align: left;
  line-height: 0.8em;
}
.list-table-v2 div.boxshot_wrap div.bonus_text p {
    font-size: 14px;
}
.list-table-v2 div.boxshot_wrap div.bonus_text a {
  color: #000000;
  font-weight: 600;
}
.list-table-v2 div.boxshot_wrap div.bonus_text a:hover {
  color: #ff5a00;
}
.list-table-v2 div.boxshot_wrap div.bonus_text span.span_type {
  display: inline-block;
    font-weight: bold;
    color: #990000;
    font-size: 14px;
    margin-right: 10px;
}
.list-table-v2 div.main_text {
  padding-bottom: 10px;
}
.list-table-v2 div.main_text p.p_title {
  padding: 5px 20px;
  color: #000000;
    font-size: 14px;
    line-height: 20px;
}
.list-table-v2 div.main_text ul {
  width: 75%;
  margin: 0 auto;
	line-height: 18px;
}
.list-table-v2 div.main_text ul li {
  font-size: 12px;
  text-align: left;
  text-indent: -1em;
}
.list-table-v2 div.main_text ul li:before {
  content: "•";
  padding-right: 8px;
  color: #3D3D3D;
}
.list-table-v2 div.main_text ul li.li_end {
  border: none;
}
.list-table-v2 div.buyarea-btn {
  margin-bottom: 20px;
}
.list-table-v2 td.no_00 div.buyarea_name {
  color: #ffffff;
  background: #0e95bd;
}
.list-table-v2 td.no_00 div.buyarea_top {
  background: #d9e4ee;
}
.list-table-v2 td.no_00 div.boxshot_wrap {
  background: #d9e4ee;
}
.list-table-v2 td.no_00 div.main_text p.p_title {
  color: #0e95bd;
}
.list-table-v2 td.no_00 .btn {
  background: #0e95bd;
  border: 1px solid #0e95bd;
}
.list-table-v2 td.no_00 .btn a {
  background: #0e95bd;
  color: white;
  border: 1px solid #0e95bd;
}
.list-table-v2 td.no_00 .btn:hover {
  background: rgba(14, 149, 189, 0.8);
}
.list-table-v2 td.no_01 div.buyarea_name {
  color: #ffffff;
  background: #3a258a;
}
.list-table-v2 td.no_01 div.buyarea_top {
  background: #e8e4f1;
}
.list-table-v2 td.no_01 div.boxshot_wrap {
  background: #e8e4f1;
}
.list-table-v2 td.no_01 div.main_text p.p_title {
  color: #3a258a;
}
.list-table-v2 td.no_01 .btn {
  background: #3a258a;
  border: 1px solid #3a258a;
}
.list-table-v2 td.no_01 .btn a {
  background: #3a258a;
  color: white;
  border: 1px solid #3a258a;
}
.list-table-v2 td.no_01 .btn:hover {
  background: rgba(58, 37, 138, 0.8);
}
.list-table-v2 td.no_02 div.buyarea_name {
  color: #ffffff;
  background: #821d7e;
}
.list-table-v2 td.no_02 div.buyarea_top {
  background: #dccde0;
}
.list-table-v2 td.no_02 div.boxshot_wrap {
  background: #dccde0;
}
.list-table-v2 td.no_02 .btn {
  background: #821d7e;
  border: 1px solid #821d7e;
}
.list-table-v2 td.no_02 .btn a {
  background: #821d7e;
  color: white;
  border: 1px solid #821d7e;
}
.list-table-v2 td.no_02 .btn:hover {
  background: rgba(130, 29, 126, 0.8);
}
.list-table-v2 td.no_03 div.buyarea_name {
  color: #ffffff;
  background: #504e52;
}
.list-table-v2 td.no_03 div.buyarea_top {
  background: #d0d0cf;
}
.list-table-v2 td.no_03 div.boxshot_wrap {
  background: #d0d0cf;
}
.list-table-v2 td.no_03 .btn {
  background: #504e52;
  border: 1px solid #504e52;
}
.list-table-v2 td.no_03 .btn a {
  background: #504e52;
  color: white;
  border: 1px solid #504e52;
}
.list-table-v2 td.no_03 .btn:hover {
  background: rgba(80, 78, 82, 0.8);
}
.list-table-v2 td.bg_none, .list-table-v2 div.bg_none {
  background: none !important;
}

.table_wrap {
  width: 100%;
  margin: 0 auto;
}
.table_wrap td.text_l {
  width: 50%;
}
.table_wrap td.text_r {
  width: 50%;
}
.table_wrap a {
  color: #000000;
}
.table_wrap a:hover {
  color: #ff5a00;
}
.table_wrap p {
  line-height: 38px;
}

.bg_2n {
  background: #f1f1f1 !important;
}

.no_border {
  border-bottom: none;
}

.list-title-link {
  position: relative;
}

.list-title-link .link {
  position: absolute;
  right: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.list-title-link .link a {
  padding-right: 15px;
  color: #666666;
  background: url(../images/arrow_16_01.jpg) right center no-repeat;
}
.list-title-link .link a:hover {
  color: #000000;
}

.list-feature {
  text-align: left !important;
  padding-left: 10px;
}

.gift_bundle_wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 36px 30px 15px 30px;
  position: relative;
  alignment-adjust: central;
  margin-top: 50px;
  background: #f1f1f1;
}

.title_link {
  display: inline-block;
  padding-right: 15px;
  color: #666666;
  font-weight: bold;
  background: url(../images/arrow_16_01.jpg) right center no-repeat;
}
.title_link:hover {
  color: #000000;
}

.side_r {
  position: absolute;
  top: 30px;
  right: 0;
}

.top_bundle_circle {
  background-image: url(../images/gift_2.jpg);
}

.top_bundle_title {
  color: #3a258a;
}

.detail_wrap {
    position: relative;
}
.detail_wrap ul.detail_text {
    display: none;
}
.detail_wrap ul.show_info {
    display: block;
    position: absolute;
    padding: 15px 7%;
    font-size: 12px;
    background: #e8e4f1;
    width: 86%;
    z-index: 8;
    bottom: 41px;
}
.detail_wrap div.hover_area {
    text-align: center;
    font-size: 14px;
    color: #0C79D4;
    padding: 10px 0;
    margin-top: 36px;
}
.detail_wrap div.hover_area:hover, .detail_wrap div.mouseover {
    background: #f1f1f1;
    cursor: pointer;
}
.detail_wrap ul.detail_text li:before {
  content: "•";
  padding-right: 8px;
  color: #3D3D3D;
}

.top-wrap {
    position: absolute;
    right: 0;
    color: #ffffff;
    padding-top: 30px;
}
.top-wrap div.top-text, .top-wrap div.top-pname, .top-wrap div.top-slogan {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}
.top-wrap div.top-text {
    position: relative;
    color: #023a97;
    background: #FFEB3B;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    width: 60px;
    margin-left: 15px;
}
.top-wrap div.top-text::before {
  content: " ";
  position: absolute;
  display: block;
    top: 0;
    left: -30px;
    width: 30px;
    height: 30px;
  background-image: url(../images/new_before.png);
}
.top-wrap div.top-text::after {
  content: " ";
  position: absolute;
  display: block;
    top: 0;
    left: 50px;
    width: 30px;
    height: 30px;
  background-image: url(../images/new_after.png);
}
.top-wrap div.top-pname {
    font-size: 46px;
}
.top-wrap div.top-pname span.text_version {
    font-size: 24px;
    vertical-align: 16px;
    padding-left: 10px;
}
.top-wrap div.top-slogan {
}

.area_wrap {
    width: 100%;
}
.bgColor_buy {
    background: #dde8f2;
}
.buy_area {
    overflow: inherit !important;
    margin: 0 auto;
    max-width: 992px;
    padding: 20px 20px 8px 30px;
	
}
.buy_area div.text_left {
    width: 36%;
    line-height: 1.5em;
    font-weight: 600;
    float: left;
    height: 50px;
}
.buy_area div.text_left span.text_01 {
    font-size: 24px;
    color: #4b30b3;
}
.buy_area div.text_left span.text_02 {
    position: relative;
    left: -12%;
    top: -170%;
    float: left;
	}
.buy_area div.text_left div.top_bundle01 {
    z-index: 1;
    position: relative;
    top: -85px;
    left: -25px;
    float: left;
    width: 20%;
}
.buy_area div.text_left div.top_plus {
    font-size: 50px;
    z-index: 1;
    position: relative;
    top: -60px;
    float: left;
    left: 25px;
	color: white;
}
.buy_area div.text_left span.enddate {
     color: #bf0606; 
  text-shadow: #ffeb3b 0px 2px, #ffeb3b 2px 0px, #ffeb3b -2px 0px, #ffeb3b 0px -2px, #ffeb3b -1.4px -1.4px, #ffeb3b 1.4px 1.4px, #ffeb3b 1.4px -1.4px, #ffeb3b -1.4px 1.4px
}
.buy_area table.text_right {
    width: auto;
  
    text-align: center;
}
.buy_area table.text_right .img_30days img {
    height: 36px;
}

.buy_price {
	font-size: 34px;
	line-height: 36px;
	FONT-FAMILY: Segoe UI;
	font-weight: 500;
	color: #006fc7;
}
.btn_wrap {
    width: 220px;
}
.buy_btn {
    display: block;
    font-size: 18px;
    line-height: 36px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: #ff7200;
    color: #ffffff !important;
    border-radius: 18px;
}
.buy_btn:hover {
	color: #ffffff;
	display: block;
	text-decoration: none;
	background-color: #ff801a;
}

.btn_bottom_text {
    font-size: 13px;
    color: #006fc7;
    font-weight: 600;
}
.discount_msg {
 
        color: #dc0000;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    FONT-FAMILY: Segoe UI;
    float: left;
    position: relative;
    top: -3px;
}
