@charset "UTF-8";
/*========================================
Re:vite
Date : 20180305
URL : 
Style : each contents CSS "index"
Filename : contents.css
========================================*/

/*========================================
Text Format
========================================*/
p {
	word-break: break-all;
	overflow-wrap: break-word;
}
a {
	cursor: pointer;
}

/*========================================
Wrapper Content 
========================================*/
.wide-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.main-wrapper {
	width: 980px;
	margin: 0 auto;
}
.main-cont_ar {
	width: 750px;
	margin: 0;
	float: right;
}
.side-cont_ar {
	width: 200px;
	margin: 0;
	float: left;
}

@media screen and (max-width: 374px){
}
@media screen and (min-width: 375px) and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
}

#modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}


/*========================================
Slider 
========================================*/
.main-slider_ar {
	width: 100%;
	height: 375px;
	float: left;
	position: relative;
	overflow: hidden;
}
.sub-slider_ar {
	width: 714px;
	height: 78px;
	margin: 0 0 60px 133px;
	float: left;
	position: relative;
}
.item-slider_ar {
	width: calc(100% - 20px);
	margin: 0;
	padding: 0 10px;
/*	border-bottom: 1px solid #959595; */
	float: left;
	position: relative;
}

.bxslider, .bxslider-sub, .bxslider-item, .bxslider-item-2 {
	margin: 0;
	padding: 0;
}
.bxslider, .bxslider-sub {
	display: none;
}
.bx-wrapper {
	margin-bottom: 0px;
	padding: 0;
	box-shadow: none;
	border: none;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #ccc;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  outline: 0;
  border-radius: 7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #3057b6;
}

.next-btn {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  position: absolute;
  right: 5px;
  top: 40%;
	transform: translateY(-50%);
	z-index: 1;
}
.prev-btn {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  position: absolute;
  left: 5px;
  top: 40%;
	transform: translateY(-50%);
	z-index: 1;
}
.sub-next-btn {
  width: 22px;
  height: 36px;
  margin-top: -18px;
  position: absolute;
  right: -40px;
  top: 70%;
	transform: translateY(-50%);
}
.sub-prev-btn {
  width: 22px;
  height: 36px;
  margin-top: -18px;
  position: absolute;
  left: -40px;
  top: 70%;
	transform: translateY(-50%);
}
.item-next-btn, .item-next-btn-2 {
  width: 22px;
  height: 36px;
  margin-top: -20px;
  position: absolute;
  right: -10px;
  top: calc(50% - 18px);
}
.item-prev-btn, .item-prev-btn-2 {
  width: 22px;
  height: 36px;
  margin-top: -20px;
  position: absolute;
  left: -10px;
  top: calc(50% - 18px);
}
.bx-prev, .bx-next {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

/* Item Slider */
.item-slider_ar li {
	width: 140px;
	padding: 0px 5px;
	text-align: left;
	list-style: none;
	/*display: flex;*/
	flex-wrap: wrap;
	/*float: left;*/
}
.item-slider_ar img {
	width: 100%;
	margin: 4px 0;
}
.item-slider_ar .item-title_txt {
	width: 100%;
	height: 64px;
}
.item-slider_ar .item-price_txt {
	width: 100%;
	height: 38px;
}
.item-slider_ar p {
	font-size: .8rem;
	font-weight: 700;
	color: #474747;
	line-height: 140%;
}
.item-slider_ar span {
	/*float: right;*/
}
.item-slider_ar dl {
	width: 100%;
	height: 50px;
	margin: 6px 0 0;
	float: left;
}
.item-slider_ar dd {
	width: calc(50% - 4px);
	margin: 2px 2px;
	float: left;
}
.item-slider_ar dd img {
	margin: 0!important;
}
.item-slider_ar li a {
	width: 100%;
	padding: 6px 0;
	font-size: .9rem;
	text-align: center;
	color: #fff;
	border-radius: 6px;
/*	background: rgba(247,84,84,1);*/
	display: block;
	box-sizing: border-box;
	transition: all 0.4s;
}
/*.item-slider_ar li a:hover {
	background: rgba(247,84,84,.7);
} */

/* main */
#bx-pager{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 20px 0 20px;
	text-align: center;
	box-sizing: border-box;
}
#bx-pager img {
	margin: 0;
	padding: 0;
	/*border: 3px solid #FFF;
	box-sizing: border-box;*/
}
#bx-pager a {
	display: flex;
	width: 200px;
/*	height: 67px; */
	margin: 0 4px;
	padding: 0;
	opacity: 1;
	border: 3px solid #FFF;
	float: left;
}
#bx-pager a:hover, #bx-pager a.active {
	opacity: 1;
}
#bx-pager .active {
	width: 200px;
/*	height: 67px; */
	border: 3px solid #f75454;
	position: relative;
}
#bx-pager .active:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: -17px;
	left: 50%;
	margin-left:-10px;
	border-style: solid;
	border-color: transparent transparent transparent #f75454;
	border-width: 10px 0 10px 17.32px;
	transform: rotate(30deg);
}

/**/
.slider-cont_ar {
	width: 100%;
	float: left;
}
ul.bxslider {
	height: 326px;
	overflow: hidden;
}
.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: block !important;
}

.bxslider-sub li {
  display: none;
}
.bx-viewport .bxslider-sub li {
  display: block !important;
}

/*========================================
Top page 
========================================*/
/* title */
.top-cont_title {
	width: 100%;
	margin: 8px 0;
	float: left;
	display: flex;
	flex-wrap: wrap;
}
.top-cont_title-2 {
	padding: 10px 16px;
	background-color: #f4f4f4;
	border-top: 3px solid #005bb3;
	box-sizing: border-box;
}

.top-cont_title h2 {
	font-size: 1.4rem;
	display: inline-flex;
	align-items: center;
}
.top-cont_title a {
	padding: 4px 30px 4px 14px;
	font-size: .8rem;
	color: #fff;
	text-decoration: none;
	border-radius: 40px;
	display: inline-block;
	background:  #005bb3 url(https://vetswan.s3.amazonaws.com/img/web/renewal_2018/icon/arrow-r_w.svg) right 10px center no-repeat;
	background-size: 10px;
  transition: all 0.4s;
}
.top-cont_title .title-seminar {
	background:  #006c00 url(https://vetswan.s3.amazonaws.com/img/web/renewal_2018/icon/arrow-r_w.svg) right 10px center no-repeat;
	background-size: 10px;
}
.top-cont_title a:hover {
	background:  #01a9e2 url(https://vetswan.s3.amazonaws.com/img/web/renewal_2018/icon/arrow-r_w.svg) right 10px center no-repeat;
	background-size: 10px;
}
.top-cont_title .title-seminar:hover {
	background:  #63d563 url(https://vetswan.s3.amazonaws.com/img/web/renewal_2018/icon/arrow-r_w.svg) right 10px center no-repeat;
	background-size: 10px;
}
.top-cont_title img {
	width: 35px;
	height: 35px;
	margin-right: 6px;
}
.top-cont_title span {
	padding-left: 10px;
	font-size: 1rem;
}

/* Top Information */
.top-information {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0;
	text-align: left;
	border-bottom: 1px solid #CCC;
	float: left;
}
.top-information a {
	/*text-decoration: underline;*/
	color: #474747;
}
.top-information p {
	padding: 4px 10px 4px 30px;
	font-size: .8rem;
	color: #474747;
	line-height: 140%;
	background: url(https://vetswan.s3.amazonaws.com/img/web/renewal_2018/icon/arrow-r_bk.png) left 10px center no-repeat;
	background-size: 8px 12px;
	text-decoration: underline;
}

.top-information span {
	padding: 4px 10px 4px 30px;
	font-size: .8rem;
	color: #474747;
	line-height: 140%;
	background: url(https://vetswan.s3.amazonaws.com/img/web/renewal_2018/icon/arrow-r_bk.png) left 10px center no-repeat;
	background-size: 8px 12px;
	text-decoration: underline;
}

/* TOP Reply */
.top-reply {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
	background: #FFF;
	float: left;
}
.top-reply a {
	text-decoration: underline;
}
.top-reply p {
	padding-left: 30px;
	font-size: .8rem;
	line-height: 140%;
	color: #e7184b;
	background: url(https://vetswan.s3.amazonaws.com/img/web/renewal_2018/icon/icon-caution.png) left 10px center no-repeat;
	background-size: auto 100%;
}

/* Member */
.top-member_ar {
	width: 100%;
	float: left;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.top-member_ar .top-category_list {
	width: 200px;
	float: left;
}
.top-member_ar .top-member_info {
	width: calc(510px - 40px);
	height: 74px;
	margin: 0 10px 0 30px;
	padding: 0 10px;
	float: left;
	box-sizing: border-box;
}
.top-member_ar .top-member_point {
	width: 270px;
	height: 76px;
	border: 1px solid #999;
	box-sizing: border-box;
	float: right;
}

.top-member_ar .top-category_list dl {
	width: 100%;
	float: left;
	position: relative;
}
.top-member_ar .top-category_list dt {
	width: 100%;
	height: 60px;
	margin: 0 0 4px 0;
	background: #005bb3;
	border-bottom: 1px solid #fff;
	border-radius: 6px;
	box-shadow: 0px 4px 0px 0px #00355d;
	float: left;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.top-member_ar .top-category_list dt img {
	width: 18px;
}
.top-member_ar .top-category_list dt p {
	font-size: 1rem;
	color: #fff;
}
.top-member_ar .top-category_list dd {
	width: 200px;
	border: 2px solid #005bb3;
	box-sizing: border-box;
	position: absolute;
	top: 62px;
	z-index: 100;
	display: none;
}
.top-member_ar .top-category_list ul {
	width: 100%;
	list-style: none;
	background: #fff;
	float: left;
}
.top-member_ar .top-category_list li {
	width: 100%;
	float: left;
	position: relative;
}
.top-member_ar .top-category_list hr {
	width: calc(100% - 20px);
	margin: 6px 10px;
	padding: 0;
	border-top: 1px solid #005bb3;
}
.top-member_ar .top-category_list li a {
	display: block;
	color: #595959;
	padding: 4px 10px;
	background: #fff url(https://vetswan.s3.amazonaws.com/img/web/renewal_2018/icon/arrow-r_bk.png) right 6px center no-repeat;
  transition: all 0.4s;
}
.top-member_ar .top-category_list li a:hover {
	background: #d6ddf0 url(https://vetswan.s3.amazonaws.com/img/web/renewal_2018/icon/arrow-r_bk.png) right 6px center no-repeat;
}

.top-member_ar .top-category_list li:hover .sub-list_ar {
	display: block;
	transition: all 0.6s;
	margin-top:-20px;
}
.top-member_ar .top-category_list li .sub-list_ar {
	position: absolute;
	top: 0px;
	left: 196px;
	width: 782px;
	height: auto;
	padding: 20px 10px;
	border: 2px solid #97abda;
	background: #fff;
	box-sizing: border-box;
	display: none;
}


/*
.top-member_ar .top-category_list li .sub-list_active {
	display: block!important;
  transition: all 0.6s;
}
.top-member_ar .top-category_list li .sub-list_ar {
	position: fixed;
	top: 50%;
	left: calc(50% + 196px);
	transform: translateY(-50%) translateX(calc(-50% - 97px));
	width: 782px;
	height: auto;
	padding: 20px 10px;
	border: 2px solid #97abda;
	background: #fff;
	box-sizing: border-box;
	display: none;
}
*/

.top-member_ar .top-category_list li .sub-list_ar .sub-list_left {
	width: 530px;
	float: left;
	box-sizing: border-box;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_right {
	width: 220px;
	padding: 0 0 0 10px;
	border-left: 1px solid #97abda;
	float: right;
	box-sizing: border-box;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_title {
	width: 100%;
	float: left;
	display: flex;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_title h3 {
	font-size: 1.4rem;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_title img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_left ul {
	width: 100%;
	list-style: none;
	float: left;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_left li {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_left li a {
	padding: 4px 0 4px 14px;
	background: #fff url(https://vetswan.s3.amazonaws.com/img/web/renewal_2018/icon/arrow-r_b.png) left center no-repeat;
  transition: all 0.4s;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_left li a:hover {
	background: #d6ddf0 url(https://vetswan.s3.amazonaws.com/img/web/renewal_2018/icon/arrow-r_b.png) left center no-repeat;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_right h3 {
	font-size: 1.2rem;
	text-align: center;
	background: #e1e1e1;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_right ul {
	width: 100%;
	margin: 10px 0;
	float: left;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_right li {
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_right img.icon-image {
	width: 32px;
	margin-right: 10px;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_right img.item-image {
	width: 90px;
}


.top-member_ar .top-category_list li .sub-list_ar .sub-list_right .list-rank_cont {
	width: 100px;
	margin-left: 10px;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_right .list-rank_cont h4 {
	font-size: .7rem;
	line-height: 1.5;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_right .list-rank_cont p.item-price {
	font-size: .7rem;
	font-weight: 700;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_right .list-rank_cont p.item-down {
	font-size: .7rem;
	text-decoration: line-through;
}





.top-member_ar .top-category_list li .sub-list_ar .sub-list_right a {
	float: right;
	display: block;
	color: #595959;
	text-decoration: underline;
	padding: 4px 15px 4px 0;
	background: #fff url(https://vetswan.s3.amazonaws.com/img/web/renewal_2018/icon/arrow-r_bk.png) right center no-repeat;
  transition: all 0.4s;
}
.top-member_ar .top-category_list li .sub-list_ar .sub-list_right a:hover {
	text-decoration: none;
	background: #d6ddf0 url(https://vetswan.s3.amazonaws.com/img/web/renewal_2018/icon/arrow-r_bk.png) right center no-repeat;
}

.top-member_ar .top-member_info .info-list_l {
	width: 67%;
	padding: 4px 6px;
	float: left;
	box-sizing: border-box;
}
.top-member_ar .top-member_info .info-list_r {
	width: 33%;
	padding: 13px 0 0 16px;
	float: left;
	box-sizing: border-box;
}
.top-member_ar .top-member_info .info-list_r p.info-point_txt {
	padding: 2px 6px;
	font-size: 15px;
	background-color: #f4f4f4;
	display: inline-block;
}
.top-member_ar .top-member_info .info-list_r p.info-point_txt span {
	font-size: 17px;
}
.top-member_ar .top-member_info .info-list_r img {
	width: 82%;
	margin: 3px 0 0;
	float: right;
}
.top-member_ar .top-member_info .info-list_r-line {
	border-left: 1px solid #a9a370;
}
.top-member_ar .top-member_info .member-rank {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	position: relative;
}
.top-member_ar .top-member_info .member-rank img {
	width: 24px;
	margin-right: 5px;
}
.top-member_ar .top-member_info .member-rank p {
	font-size: 14px;
	font-weight: 700;
}
.top-member_ar .top-member_info .member-rank span {
	position: absolute;
	right: 2px;
	bottom: 4px;
	font-size: .7rem;
}
.top-member_ar .top-member_info p {
	font-size: 14px;
}
.top-member_ar .top-member_info span {
	font-size: 12px;
}
.top-member_ar .top-member_info a {
	font-size: 12px;
	color: #595959;
	text-decoration: underline;
  transition: all 0.4s;
}
.top-member_ar .top-member_info a:hover {
	color: #01a9e2;
	text-decoration: none;
}

.top-member_ar .top-member_point ol {
	width: 100%;
	height: 74px;
	list-style: none;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.top-member_ar .top-member_point li {
	width: 100%;
	margin: 0;
	padding: 2px 0;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-member_ar .top-member_point img.icon-cart {
	width: 40px;
	height: 40px;
	margin: 0 10px;
}
.top-member_ar .top-member_point img.icon-delivery {
	width: 20px;
	height: 20px;
	margin: 0 6px;
}
.top-member_ar .top-member_point .item-price {
	width: 200px;
	margin: 0 10px 0 0;
}
.top-member_ar .top-member_point .item-price p {
	font-size: 12px;
	color: #ff1c1c;
}
.top-member_ar .top-member_point .item-price hr {
	margin: 2px 0;
	padding: 0;
	border-top: 1px solid #ff1c1c;
}



.sub-list-delete_btn {
	width: auto;
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	background: #434343;
	border: 2px solid #fff;
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	position: fixed;
	top: -30px;
	right: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub-list-delete_btn p {
	color: #fff;
}


/* Event */
.top-event-item_ar {
	width: 100%;
	float: left;
}
.top-event-item_ar ul {
	width: 100%;
	list-style: none;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-event-item_ar li {
	width: 240px;
	margin: 0 0 6px;
	float: left;
}
.top-event-item_ar li img {
	float: left;
}

/* Other Section */
.top-other-section_ar {
	width: 100%;
	float: left;
}
.top-other-section_ar ul {
	width: 100%;
	padding: 10px 0 6px;
	background: #ffe1d3;
	list-style: none;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top-other-section_ar li {
	width: 220px;
	margin: 0 16px 0 0;
}
.top-other-section_ar li:last-child {
	margin: 0;
}
.top-other-section_ar img {
	opacity: 1;
  transition: all 0.4s;
}
.top-other-section_ar img:hover {
	opacity: .6;
}

/* Main Contents */
.top-category_anchor {
	width: 100%;
	float: left;
}
.top-category_anchor ul{
	width: 100%;
	list-style: none;
	float: left;
	display: flex;
	justify-content: center;
}
.top-category_anchor li {
	width: 138px;
	margin: 0 6px 0 6px;
	padding: 0;
	
}
.top-category_anchor li:first-child {
	margin: 0 8px 0 0;
}
.top-category_anchor li:last-child {
	margin: 0 0 0 8px;
}
.top-category_anchor li img {
	width: 22px;
	height: 12px;
	margin: 0;
}
.top-category_anchor li a {
	width: 100%;
	height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.top-category_anchor li a {
}
.top-category_anchor .anchor-title {
	width: 100%;
	margin: 0 0 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-category_anchor .anchor-title h4 {
	font-size: .9rem;
}
.top-category_anchor .anchor-title img {
	width: 18px;
	height: 18px;
	margin-right: 4px;
}

.top-category_ar {
	width: 100%;
	float: left;
}
.top-category_ar ul {
	width: 100%;
	list-style: none;
	float: left;
	display: flex;
	flex-wrap: wrap;
}
.top-category_ar ul.line-set {
	margin: 20px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #3057b6;
 }
.top-category_ar li {
	width: 50%;
	float: left;
}
.top-category_ar .list-cont_icon {
	width: 7%;
	float: left;
}
.top-category_ar .list-cont_ar {
	width: 93%;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
}
.top-category_ar .list-cont_ar h2 {
	padding: 1px 0;
	font-size: 1.2rem;
	border-bottom: 1px solid #656565;
}
.top-category_ar .list-cont_ar .internal-item_ar {
	width: calc(100% - 20px);
	margin: 0 10px;
	padding: 0;
	border-left: 1px solid #656565;
	float: left;
}
.top-category_ar .list-cont_ar .internal-item_ar p {
	width: calc(100% - 1.5em);
	margin: 0 0 0 1.5em;
	padding: .25em 0 0;
	float: left;
	position: relative;
}
.top-category_ar .list-cont_ar .internal-item_ar p:before {
	position: absolute;
	width: 1em;
	height: 1px;
	background: #656565;
	content: "";
	left: -1.5em;
	top: .85em;
}
.top-category_ar .list-cont_ar .internal-item_ar a {
	color: #595959;
	text-decoration: underline;
  transition: all 0.4s;
}
.top-category_ar .list-cont_ar .internal-item_ar a:hover {
	color: #01a9e2;
	text-decoration: none;
}
.top-category_ar .list-cont_ar .more-list_btn {
	width: 96%;
	margin: 14px 0 20px;
	padding: 6px 0;
	color: #595959;
	text-align: center;
	border-radius: 20px;
	background: #e9e9e9;
	cursor: pointer;
	float: left;
  transition: all 0.4s;
}
.top-category_ar .list-cont_ar .more-list_btn:hover {
	color: #e9e9e9;
	background: #595959;
}
/*
.top-category_ar .list-cont_ar .more-list_btn a {
	width: 100%;
	padding: 6px 0;
	color: #595959;
	text-align: center;
	border-radius: 20px;
	background: #e9e9e9;
	display: block;
  transition: all 0.4s;
}
.top-category_ar .list-cont_ar .more-list_btn a:hover {
	color: #e9e9e9;
	background: #595959;
}
*/
.top-category_ar .all-list_btn {
	width: 92%;
	margin: 10px auto 20px 5%;
	padding: 6px 0;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 20px;
	color: #595959;
	border: 1px solid #595959;
	background: #fff;
	cursor: pointer;
	float: left;
  transition: all 0.4s;
}
.top-category_ar .all-list_btn:hover {
	color: #e9e9e9;
	border: 1px solid #595959;
	background: #595959;
}




/* New info */
.top-new_ar {
	width: 100%;
	padding: 0 0 30px;
/*	border-bottom: 1px solid #959595; */
	float: left;
}
.top-new_ar dl {
	width: 100%;
	margin: 10px 0 0;
	float: left;
}
.top-new_ar dt {
	width: 200px;
	line-height: 1.4;
	float: left;
}
.top-new_ar dd {
	width: calc(100% - 200px);
	line-height: 1.4;
	float: left;
}
.top-new_ar span {
	width: 106px;
	font-size: .68rem;
	display: inline-block;
	padding: 2px 0px;
	color: #FFF;
	text-align: center;
}
.top-new_ar span.new-icon_com {
	background: #959595;
}
.top-new_ar span.new-icon_coup {
	background: #EC436F;
}
.top-new_ar span.new-icon_spec {
	background: #F75454;
}
.top-new_ar span.new-icon_imp {
	background: #D50000;
}
.top-new_ar span.new-icon_info {
	background: #0068B7;
}
.top-new_ar span.new-icon_buy {
	background: #FF99B3;
}
.top-new_ar span.new-icon_new {
	background: #01A9E2;
}
.top-new_ar span.new-icon_noti {
	background: #F38400;
}
.top-new_ar span.new-icon_poit {
	background: #D2CB0A;
}
.top-new_ar span.new-icon_sale {
	background: #F75444;
}
.top-new_ar .new-btn_ar {
	width: 200px;
	margin: 20px 0 0 275px;
	border: 1px solid #005bb3;
	box-sizing: border-box;
	float: left;
}
.top-new_ar .new-btn_ar a {
	padding: 6px 8px;
	font-size: 1.1rem;
	text-align: center;
	color: #005bb3;
	display: block;
  transition: all 0.4s;
}
.top-new_ar .new-btn_ar a:hover {
	background: rgba(0, 91, 179, .2);
}

/* Seminar */
.top-seminar_ar {
	width: 100%;
	padding: 0 0 30px;
/*	border-bottom: 1px solid #959595; */
	float: left;
}
.top-seminar_ar dl {
	width: 100%;
	margin: 10px 0 0;
	float: left;
}
.top-seminar_ar dt {
	width: 100%;
	line-height: 1.4;
	font-weight: 700;
	float: left;
}
.top-seminar_ar dd {
	width: 100%;
	line-height: 1.4;
	float: left;
}

/* Useful Info */
.top-useful_ar {
	width: 100%;
	padding: 20px;
	background: #fee9ea;
	float: left;
	box-sizing: border-box;
}
.top-useful_ar ul {
	width: 100%;
	list-style: none;
	float: left;
}
.top-useful_ar li {
	width: 31.33%;
	margin: 0 2% 0 0;
	float: left;
}
.top-useful_ar li:nth-child(2) {
	margin: 0 1% 0 1%;
}
.top-useful_ar li:nth-child(3) {
	margin: 0 0 0 2%;
}
.top-useful_ar .useful-title {
	width: 100%;
	display: flex;
	align-items: center;
}
.top-useful_ar .useful-title h3 {
}
.top-useful_ar .useful-title img {
	width: 14px;
	height: 14px;
	margin: 0 6px 0 0;
}
.top-useful_ar .useful-title a {
	color: #595959;
	text-decoration: underline;
  transition: all 0.4s;
}
.top-useful_ar .useful-title a:hover {
	color: #01a9e2;
	text-decoration: none;
}
.top-useful_ar img {
	width: 200px;
	margin: 10px auto;
}
.top-useful_ar p {
	padding: 0;
	line-height: 1.4;
}
.top-useful_ar .useful-sub_title {
	width: 100%;
	height: 3em;
	margin: 10px 0;
	padding: 0 0 1em 0;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}
.top-useful_ar .useful-list_btn {
	width: 100%;
	margin: 10px 0 0;
	padding: 10px;
	color: #666;
	font-size: 16px;
	text-align: center;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	background-color: #f4f4f4;
	box-sizing: border-box;
	display: block;
}
.top-useful_ar hr {
	width: 100%;
	margin: 6px 0;
	padding: 0;
	border-top: 1px solid #f92055;
}



/*========================================
Search
========================================*/
.search-number_ar {
	width: 100%;
	padding: 4px 10px;
	background: #f6f6f6;
	float: left;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-number_ar p {
	font-size: 1.4rem;
}
.search-number_ar span {
	font-size: 1rem;
}

.select-sort_tab-btn {
	width: 160px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	float: right;
}
.select-sort_tab-btn ol {
	width: 100%;
}
.select-sort_tab-btn li {
	width: 50%;
	margin: 4px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
}
.select-sort_tab-btn li:last-child {
	border-left: 1px solid #CCC;
}
.select-sort_tab-btn img {
	width: 32px;
	margin-right: 5px;
}
.select-sort_tab-btn p {
	font-size: .9rem;
}
.select-sort_tab-btn p.add-active {
	color: #005bb3;
}

.search-sort_ar {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-sort_ar .search-sort_list {
	width: 400px;
	float: left;
}
.search-sort_ar .search-sort_number, .search-sort_ar .search-sort_price {
	width: 330px;
	float: left;
}
.search-sort_ar ol {
	width: 100%;
	list-style: none;
	float: left;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.search-sort_ar li {
	padding: 5px 0;
	text-align: center;
}
.search-sort_ar li:first-child {
	width: 30%;
	color: #fff;
	background: #005bb3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-sort_ar p {
	padding: 6px 20px 6px 0;
}
.search-sort_ar span {
	font-weight: 700;
}
.search-sort_ar a {
	padding: 0;
	color: #595959;
	text-decoration: underline;
  transition: all 0.4s;
}
.search-sort_ar a:hover {
	color: #01a9e2;
	text-decoration: none;
}
.search-sort_ar .search-sort_price p {
	padding: 6px 36px 6px 0;
}

.search-item_ar {
	width: 100%;
	float: left;
}
/* Category Thumbnail Item */
.search-thumbnail_item {
	width: 100%;
	margin: 10px 0px;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
}
.search-thumbnail_item ul {
	width: auto;
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
	float: left;
	display: inline-flex;
}
.search-thumbnail_item li {
	width: 250px;
	margin: 0;
	padding: 0px 10px;
	border-right: 1px dashed #CCC;
	text-align: left;
	list-style: none;
	box-sizing: border-box;
	float: left;
}
.search-thumbnail_item li:nth-child(3n), .search-thumbnail_item li:last-child {
	border-right: 1px solid #FFF;
}
.search-thumbnail_item img {
	width:　120px;
	max-width: 120px;
	max-height: 120px;
	margin: 4px auto 4px 65px;
}
.search-thumbnail_item .price-off_txt {
	width: 100%;
	height: 1.75em;
	margin: 0 0 4px;
	float: left;
}
.search-thumbnail_item .price-off_txt p {
	padding: .25em;
	font-size: .9rem;
	font-weight: 700;
	color: #fff;
	background: #f00;
	display: inline-block;
}
.search-thumbnail_item p {
	font-size: .9rem;
	line-height: 1.4;
}
.search-thumbnail_item p.item-price {
	font-size: 1.2rem;
	font-weight: 700;
}
.search-thumbnail_item p.item-down {
	text-decoration: line-through;
}
.search-thumbnail_item .item-title_txt {
	width: 100%;
	height: 64px;
	float: left;
}
.search-thumbnail_item .item-price_txt {
	width: 100%;
	margin: 4px 0 0;
	/*height: 50px;*/
	float: left;
}
.search-thumbnail_item a {
	width: 100%;
	color: #474747;
	text-decoration: underline;
	float: left;
}
.search-thumbnail_item span {
	font-size: .9rem;
	line-height: 1.4;
}
.search-thumbnail_item dl {
	width: 100%;
	height: 50px;
	margin: 10px 0 0;
}
.search-thumbnail_item dd {
	width: 80px;
	margin: 0 4px 0 0;
	float: left;
}
.search-thumbnail_item dd img {
	margin: 0!important;
}

/* Category List Item */
.search-list_item {
	width: 100%;
	margin: 10px 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.search-list_item li {
	width: 100%;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #959595;
	background: url(../images/top/arrow-next_gl.png) right center no-repeat;
	background-size: auto 10%;
	text-align: left;
	list-style: none;
	box-sizing: border-box;
	float: left;
}
.search-list_item img {
	max-width: 120px;
	margin: 4px 0;
	float: left;
}
.search-list_item .list-item_all {
	width: 100%;
	float: left;
	display: flex;
}
.search-list_item .list-item_all .list-item_left {
	width: 510px;
	margin: 0 10px 0 0;
	float: left;
}
.search-list_item .list-item_all .list-item_right {
	width: 200px;
	text-align: right;
	border-left: 1px solid #959595;
	float: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.search-list_item .list-item_all .list-item_left img {
	max-width: 120px;
	margin: 0;
	float: left;
}
.search-list_item .list_item-com {
	width: calc(100% - 130px);
	margin: 0 0 0 10px;
	float: left;
}
.search-list_item p {
	font-size: .9rem;
	line-height: 1.4;
}
.search-list_item p.item-price {
	font-size: 1.2rem;
	font-weight: 700;
}
.search-list_item p.item-down {
	font-size: .8rem;
	text-decoration: line-through;
}
.search-list_item a {
	color: #474747;
	text-decoration: underline;
}
.search-list_item span {
	font-size: .8rem;
}
.search-list_item span.price-off_txt {
	padding: 0 .25em;
	font-size: .9rem;
	font-weight: 700;
	color: #fff;
	background: #f00;
	display: inline-block;
}
.search-list_item dl {
	width: 100%;
	margin: 6px 0 4px;
	clear: both;
	float: left;
}
.search-list_item dd {
	width: calc(25% - 4px);
	max-width: 80px;
	margin: 0 4px 0 0;
	float: left;
}

/* Search Peager  */
.search-pager_ar {
	width: 100%;
	margin: 30px 0;
	float: left;
}
.search-pager_ar ul {
	width: 100%;
	list-style: none;
	border: none;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-pager_ar li {
	width: 2em;
	height: 2em;
	margin: 4px;
	padding: 0;
	color: #595959;
	border: 1px solid #595959;
	border-radius: 6px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-pager_ar li:nth-child(3n), .search-pager_ar li:last-child {
	border: 1px solid #595959;
}
.search-pager_ar li.active-number {
	border: 1px solid #c6c6c6;
	background: #c6c6c6;
}
.search-pager_ar li.list-spacer {
	border: 1px solid #fff;
	background: #fff;
}
.search-pager_ar li.list-pager {
	width: 4.5em;
	color: #fff;
	border: 1px solid #595949;
	background: #595959;
}
.search-pager_ar li.list-pager a {
	width: 4.5em;
	height: 3em;
	color: #fff;
}
.search-pager_ar a {
	width: 2em;
	height: 2em;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Category Search */
.category-search_ar {
	width: 100%;
	float: left;
}
.category-search_ar h3 {
	width: 50%;
	padding: 6px 0;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	background: #005bb3;
	float: left;
	clear: both;
}
.category-search_ar .category-list {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	border: 1px solid #005bb3;
	float: left;
	box-sizing: border-box;
	display: flex;
}
.category-search_ar .category-list ul {
	width: calc(33.33% - 30px);
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
	border-right: 1px solid #005bb3;
	float: left;
	box-sizing: border-box;
}
.category-search_ar .category-list ul:last-child {
	border-right: 1px solid #fff;
}
.category-search_ar .category-list li {
	width: 100%;
	margin: 4px 0;
	padding: 0;
	float: left;
	box-sizing: border-box;
}
.category-search_ar .category-list a {
	color: #595959;
	text-decoration: underline;
  transition: all 0.4s;
}
.category-search_ar .category-list a:hover {
	color: #01a9e2;
	text-decoration: none;
}

.category-next_ar {
	width: 100%;
	float: left;
}
.category-next_line {
	width: 100%;
	float: left;
}
.category-next_btn {
	width: 220px;
	margin: 30px auto 30px 265px;
	padding: 6px;
	text-align: center;
	color: #fff;
	border: 1px solid #005bb3;
	border-radius: 6px;
	background: #005bb3;
	float: left;
  transition: all 0.4s;
}
.category-next_btn:hover {
	color: #005bb3;
	background: #fff;
}


/*========================================
Modal add 20190120
========================================*/
#tutorial-content {
	width: 640px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	display: none;
	z-index: 1000;
	float: left;
}
.bxslider-tutorial  {
	margin: 0;
	padding: 0;
}
.tutorial-content_item {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 2px solid #aaa;
	background: #fff;
	box-sizing: border-box;
	float: left;
	position: relative;
}

.tutorial-content_item ul {
	width: 640px;
	height: auto;
	list-style: none;
	float: left;
}
.tutorial-content_item li {
	width: 640px!important;
	height: 480px;
	margin: 0;
	padding: 0;
	background: #fff;
	float: left;
}
.bxslider-tutorial li {
  display: none;
}
.bx-viewport .bxslider-tutorial li {
  display: block !important;
}
.tutorial-content_item h2 {
	padding: 16px 20px 0;
	font-size: 1.7rem;
	font-weight: 700;
	color: #004070;
}
.tutorial-content_item h3 {
	padding: 10px 20px;
	font-size: 1rem;
	color: #fff;
	background: #0068b5;
}
.tutorial-content_item h4 {
	font-size: 1.4rem;
	line-height: 1.5;
}
.tutorial-content_item h5 {
	padding: 5px 20px;
	font-size: 1rem;
	color: #474747;
	background: #ededed;
}
.tutorial-content_item p {
	font-size: .9rem;
	line-height: 1.8;
}
.tutorial-content_item a {
	color: #474747;
	text-decoration: underline;
}
.tutorial-content_item a:hover {
	color: #45c9e6;
}
.tutorial-btn_ar {
	width: 100%;
	padding: 20px 50px;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.tutorial-btn_ar a {
	width: 100%;
	margin: 5px 0 0;
	padding: 10px 0;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	background: #0068b5 url(../images/icon/modal-arrow_l-w.png) center right 20% / 16px 18px no-repeat;
	border-radius: 14px;
	border-bottom: 5px solid #004070;
	display: block;
	position: relative;
}
.tutorial-btn_ar a:hover {
	margin: 7px 0 0;
	color: #fff;
	top: 2px;
	border-bottom: 3px solid #004070;
}
.tutorial-contents_ar {
	width: 100%;
	padding: 10px 0;
	background: #ededed;
	box-sizing: border-box;
	float: left;
}
.tutorial-contents_ar-02 {
	width: 100%;
	padding: 10px 50px;
	box-sizing: border-box;
	float: left;
}
.tutorial-contents_ar-02 img {
	margin: 0 0 10px;
	float: left;
}
.tutorial-point_ar {
	width: 300px;
	margin: 30px auto;
	padding: 20px 20px 10px;
	border: 6px solid #45c9e6;
	border-radius: 8px;
	box-sizing: border-box;
	position: relative;
}
.tutorial-point_ar p.point-txt {
	width: 8em;
	padding: .25em 0;
	text-align: center;
	color: #fff;
	background: #45c9e6;
	border-radius: 30px;
	position: absolute;
	top: -1.25em;
	left: 50%;
	transform: translateX(-50%);
}
.tutorial-detail_btn {
	width: calc(100% - 100px);
	margin: 0 50px 10px;
	float: left;
}
.tutorial-detail_btn a {
	width: 100%;
	padding: 10px 0;
	font-size: 1rem;
	text-decoration: underline;
	color: #fff;
	text-align: center;
	border: 1px solid #45c9e6;
	border-radius: 14px;
	background: #45c9e6;
	display: block;
}
.tutorial-detail_btn a:hover {
	color: #45c9e6;
	background: #fff;
}
.tutorial-logo_ar {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tutorial-logo_ar img {
	width: auto!important;
}

.tutorial-next {
  width: 29px;
  height: 29px;
  margin-top: -14px;
  position: absolute;
  right: 5px;
  top: calc(50% - 7px);
}
.tutorial-prev {
  width: 29px;
  height: 29px;
  margin-top: -14px;
  position: absolute;
  left: 5px;
  top: calc(50% - 7px);
}

/* PAGER */
.tutorial-content_item .bx-wrapper .bx-pager {
	bottom: 10px;
}


#tutorial-delete_btn {
	width: auto;
	margin: 0;
	padding: 10px 24px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	background: #434343;
	border: 2px solid #fff;
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	top: -20px;
	right: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#tutorial-delete_btn p {
	color: #fff;
}

#tutorial-overlay {
	z-index: 999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#tutorial-content {
		width: calc(100% - 100px);
		height: auto;
		margin: 0 10px;
	}
}






