@charset "utf-8";

.contents p { margin:0; padding:0;}

.main_visual_inner { background-color: #fff2f9; height: 350px; overflow: hidden;}
.main_visual {position:relative; width: 100%; height:350px; background-color:#fff2f9;}
.store_visual {position:relative; width: 1200px;height:300px;  margin: 0 auto;  }
.con_inner h2 { text-align:center; font-size:30px; color:#2e2e2e;}
.my_ph_buy { width:1020px; margin:30px auto;}


/*메인배너 슬라이드 영역*/

/* prev / next links */
.cycle-prev, .cycle-next {position: absolute;top: 50%;margin-top: -17px;z-index: 800;cursor: pointer;}
.cycle-prev::before{content:"";display: block;width: 30px;height: 30px;border-top: 3px solid #ffffff;border-right: 3px solid #ffffff;z-index: 1000000000;transform: rotate(225deg); opacity:.8}
.cycle-next::before{content:"";display: block;width: 30px;height: 30px;border-top: 3px solid #fff;border-left: 3px solid #fff;transform: rotate(-225deg);opacity:.8}
.cycle-prev {left: 50%;margin-left: -540px;}
.cycle-next {right: 50%;margin-right: -540px;}

.visual_img {
	display: block;
	width:100%;
	height: 350px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	text-align:center;
}
.board_visual {
	position:relative;
	background-color:#fff2f9;
	width:100%;
	height:350px;
    overflow: hidden;
}
.visual_img2 {
	display: block;
	background-position: center !important;
	background-repeat: no-repeat !important;
	width:100%;
	height:350px;
	text-align:center;
}

/*서브 상단 배너 슬라이드 영역*/
.top_cycle-prev, .top_cycle-next {position: absolute;top: 50%;margin-top: -17px;z-index: 800;cursor: pointer;}
.top_cycle-prev::before{content:"";display: block;width: 30px;height: 30px;border-top: 3px solid #ffffff;border-right: 3px solid #ffffff;z-index: 1000000000;transform: rotate(225deg); opacity:.8}
.top_cycle-next::before{content:"";display: block;width: 30px;height: 30px;border-top: 3px solid #fff;border-left: 3px solid #fff;transform: rotate(-225deg);opacity:.8}
.top_cycle-prev {left:25px}
.top_cycle-next {right:25px}

.store_visual .visual_img img {
    display: block;
    width: 100%;
}
/*내폰사기 탭*/
.cate_tab {
    display: flex;
    justify-content: space-between;
    width: 1020px;
    margin: 0 auto;
	text-align: center;
}

.my_ph_buy .cate_tab button{
	display: inline-block;
	position: relative;
	background: none;
	border: none;
	width:140px;
	height: 60px;
	color: #000;
	font-size: 15px;
	cursor: pointer;
	background: #f9f9f9;
	border: 1px solid #ebebeb;
}
.sell_area .cate_tab button{
	display: inline-block;
    position: relative;
    background: none;
    border: none;
    width: 120px;
    height: 60px;
    color: #000;
    font-size: 15px;
    cursor: pointer;
    background: #f9f9f9;
	border: 1px solid #ebebeb;
}
.my_ph_buy .cate_tab button:hover, .sell_area .cate_tab button:hover {
	border:none
}
.btn-1::before, .btn-2::before ,.btn-3::before ,.btn-4::before, .btn-5::before, .btn-6::before, .btn-7::before, .btn-8::before{
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}
.btn-1::after, .btn-2::after, .btn-3::after, .btn-4::after, .btn-5::after, .btn-6::after, .btn-7::after, .btn-8::after{
    left: 0;
    bottom: 0;
    transition-delay: 0.2s;
}

.btn-1 span::before, .btn-2 span::before, .btn-3 span::before, .btn-4 span::before, .btn-5 span::before, .btn-6 span::before, .btn-7 span::before, .btn-8 span::before {
    left: 0;
    top: 0;
    transition-delay: 0s;
}
.btn-1 span::after, .btn-2 span::after, .btn-3 span::after, .btn-4 span::after, .btn-5 span::after, .btn-6 span::after, .btn-7 span::after, .btn-8 span::after {
    right: 0;
    bottom: 0;
    transition-delay: 0s;
}

/*버튼1*/
.cate_tab .btn-1::before, .cate_tab .btn-1::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #d1d1d1;
}
.cate_tab .btn-1 span::before, .cate_tab .btn-1 span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #d1d1d1;
}
.cate_tab .btn-1.on{
	border: 2px solid #d1d1d1;
}

/*버튼2*/
.cate_tab .btn-2::before, .cate_tab .btn-2::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #f36f21;
}
.cate_tab .btn-2 span::before, .cate_tab .btn-2 span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #f36f21;
}
.cate_tab .btn-2.on{
	border: 2px solid #f36f21;
}
/*버튼3*/
.cate_tab .btn-3::before, .cate_tab .btn-3::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #98d0e2;
}
.cate_tab .btn-3 span::before, .cate_tab .btn-3 span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #98d0e2;
}
.cate_tab .btn-3.on{
	border: 2px solid #98d0e2;
}

/*버튼4*/
.cate_tab .btn-4::before, .cate_tab .btn-4::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #9099f4;
}
.cate_tab .btn-4 span::before, .cate_tab .btn-4 span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #9099f4;
}
.cate_tab .btn-4.on{
	border: 2px solid #9099f4;
}
/*버튼5*/
.cate_tab .btn-5::before, .cate_tab .btn-5::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #f490d2;
}
.cate_tab .btn-5 span::before, .cate_tab .btn-5 span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #f490d2;
}
.cate_tab .btn-5.on{
	border: 2px solid #f490d2;
}
/*버튼6*/
.cate_tab .btn-6::before, .cate_tab .btn-6::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #80c88f;
}
.cate_tab .btn-6 span::before, .cate_tab .btn-6 span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #80c88f;
}
.cate_tab .btn-6.on{
	border: 2px solid #80c88f;
}
/*버튼7*/
.cate_tab .btn-7::before, .cate_tab .btn-7::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #ede5af;
}
.cate_tab .btn-7 span::before, .cate_tab .btn-7 span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #ede5af;
}
.cate_tab .btn-7.on{
	border: 2px solid #ede5af;
}
/*버튼8*/
.cate_tab .btn-8::before, .cate_tab .btn-8::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #e77e7e;
}
.cate_tab .btn-8 span::before, .cate_tab .btn-8 span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #e77e7e;
}
.cate_tab .btn-8.on{
	border: 2px solid #e77e7e;
}

/*내폰 팔기 탭*/
.sell_btn-1::before, .sell_btn-2::before ,.sell_btn-3::before ,.sell_btn-4::before, .sell_btn-5::before, .sell_btn-6::before, .sell_btn-7::before, .sell_btn-8::before{
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}
.sell_btn-1::after, .sell_btn-2::after, .sell_btn-3::after, .sell_btn-4::after, .sell_btn-5::after, .sell_btn-6::after, .sell_btn-7::after, .sell_btn-8::after{
    left: 0;
    bottom: 0;
    transition-delay: 0.2s;
}

.sell_btn-1 span::before, .sell_btn-2 span::before, .sell_btn-3 span::before, .sell_btn-4 span::before, .sell_btn-5 span::before, .sell_btn-6 span::before, .sell_btn-7 span::before, .sell_btn-8 span::before {
    left: 0;
    top: 0;
    transition-delay: 0s;
}
.sell_btn-1 span::after, .sell_btn-2 span::after, .sell_btn-3 span::after, .sell_btn-4 span::after, .sell_btn-5 span::after, .sell_btn-6 span::after, .sell_btn-7 span::after, .sell_btn-8 span::after {
    right: 0;
    bottom: 0;
    transition-delay: 0s;
}

/*버튼1*/
.cate_tab .sell_btn-1::before, .cate_tab .sell_btn-1::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    transition: all 0.2s linear;
    background: #d1d1d1;
}
.cate_tab .sell_btn-1 span::before, .cate_tab .sell_btn-1 span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    transition: all 0.2s linear;
    background: #d1d1d1;
}
.cate_tab .sell_btn-1.on{
	border: 2px solid #d1d1d1;
}

/*버튼2*/
.cate_tab .sell_btn-2::before, .cate_tab .sell_btn-2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    transition: all 0.2s linear;
    background: #98d0e2;
}
.cate_tab .sell_btn-2 span::before, .cate_tab .sell_btn-2 span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    transition: all 0.2s linear;
    background: #98d0e2;
}
.cate_tab .sell_btn-2.on{
    border: 2px solid #98d0e2;
}
/*버튼3*/
.cate_tab .sell_btn-3::before, .cate_tab .sell_btn-3::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    transition: all 0.2s linear;
    background: #9099f4;
}
.cate_tab .sell_btn-3 span::before, .cate_tab .sell_btn-3 span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    transition: all 0.2s linear;
    background: #9099f4;
}
.cate_tab .sell_btn-3.on{
    border: 2px solid #9099f4;
}

/*버튼4*/
.cate_tab .sell_btn-4::before, .cate_tab .sell_btn-4::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    transition: all 0.2s linear;
    background: #f490d2;
}
.cate_tab .sell_btn-4 span::before, .cate_tab .sell_btn-4 span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    transition: all 0.2s linear;
    background: #f490d2;
}
.cate_tab .sell_btn-4.on{
    border: 2px solid #f490d2;
}
/*버튼5*/
.cate_tab .sell_btn-5::before, .cate_tab .sell_btn-5::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    transition: all 0.2s linear;
    background: #80c88f;
}
.cate_tab .sell_btn-5 span::before, .cate_tab .sell_btn-5 span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    transition: all 0.2s linear;
    background: #80c88f;
}
.cate_tab .sell_btn-5.on{
    border: 2px solid #80c88f;
}
/*버튼6*/
.cate_tab .sell_btn-6::before, .cate_tab .sell_btn-6::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    transition: all 0.2s linear;
    background: #ede5af;
}
.cate_tab .sell_btn-6 span::before, .cate_tab .sell_btn-6 span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    transition: all 0.2s linear;
    background: #ede5af;
}
.cate_tab .sell_btn-6.on{
   border: 2px solid #ede5af;
}
/*버튼7*/
.cate_tab .sell_btn-7::before, .cate_tab .sell_btn-7::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    transition: all 0.2s linear;
    background: #e77e7e;
}
.cate_tab .sell_btn-7 span::before, .cate_tab .sell_btn-7 span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    transition: all 0.2s linear;
    background: #e77e7e;
}
.cate_tab .sell_btn-7.on{
    border: 2px solid #e77e7e;
}
/*버튼8*/
.cate_tab .sell_btn-8::before, .cate_tab .sell_btn-8::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    transition: all 0.2s linear;
    background: #e77e7e;
}
.cate_tab .sell_btn-8 span::before, .cate_tab .sell_btn-8 span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    transition: all 0.2s linear;
    background: #e77e7e;
}
.cate_tab .sell_btn-8.on{
	border: 2px solid #e77e7e;
}

.cate_tab button span {
    letter-spacing: 0.01em;
}

.cate_tab button i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    background-color: #666;
    border-radius: 50%;
}

/*hover*/
.cate_tab button:hover span::before, .cate_tab button:hover span::after {
    transition-delay: 0.2s;
}
.cate_tab button:hover::before, .cate_tab button:hover::after{
  width: 100%;
}
.cate_tab button:hover span::before, .cate_tab button:hover span::after{
  height: 100%;
}

/*리스트 정렬 카테고리 탭*/
.con_inner .buy_choice_box { 
    width:1020px;
    margin:0 auto;
}
.con_inner .area_align {
    overflow: hidden;
}
.con_inner .area_align button {position: relative;float:left;width: 340px;background:#fbfbfb;color:#393939;height:43px;text-align:center;font-size: 15px;font-weight: 500;line-height: 40px;border: 1px solid #e4e4e4;border-left: 0;box-sizing: border-box;}
.con_inner .area_align button.on {background:#f26367;border: 1px solid #f26367;color: #fff;}
.con_inner .area_align button::before {content:"";display:inline-block;width:25px;height:25px;background-size: 18px !important;vertical-align: middle;}
.con_inner .area_align button.m1{border-left: 1px solid #e4e4e4;}
.con_inner .area_align button.m1::before {background:url(../../images/new/main_cate/tab_ico1.png) no-repeat 0 3px;}
.con_inner .area_align button.m1.on::before {background: url(../../images/new/main_cate/tab_ico1_2.png) no-repeat 0 3px;}
.con_inner .area_align button.m1.on {border-left: 1px solid #f26367;}
.con_inner .area_align button.m2::before {background:url(../../images/new/main_cate/tab_ico2.png) no-repeat 0 3px; vertical-align:middle;}
.con_inner .area_align button.m2.on::before {background:url(../../images/new/main_cate/tab_ico2_2.png) no-repeat 0 3px;}
.con_inner .area_align button.m3::before {content:"#"; vertical-align:top;}

/*내폰사기 검색창*/
.con_inner .srch_input_box { text-align: right; margin-bottom: 15px;}
.con_inner .srch_input_box div { display:inline-block;}
.con_inner .srch_input_box select.srch_inut_list { border:1px solid #e9e9e9; padding:11px 10px;}
.con_inner .writeSrch_input { width:300px; height:40px; margin-left:10px; border:1px solid #ddd;}
.con_inner .writeSrch_input input { border:none; width:230px; height:30px; margin-top:4px; margin-left:15px;}
.con_inner .writeSrch_input button { background:none; border:none; float:right; padding:9px 13px 8px;}
.con_inner .writeSrch_input button img { height:20px;}
.con_inner .srch_input_box .select2 {
    width: 100px;
    border: 1px solid #e9e9e9;
    padding: 11px 10px;
}

/*내폰사기 구입현황*/
.col_right2 .deposit_list1 {
	border: 1px solid #e7e7e7;
	background-color: #fff;
	margin: 0 10px 8px;
	overflow: hidden;
}
.col_right2 .deposit_list1 li {
	width: 320px;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	font-size: 13px;
	color: #666;
	line-height: 42px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.col_right2 .deposit_list1 li span.icon_sell_state1 {
	color: #79c5c3;
}
.col_right2 .deposit_list1 li span{
	display: block;
	float: left;
	width: 75px;
	border-right: 1px solid #e7e7e7;
	text-align: center;
	line-height: 42px;
	font-weight: 400;
	font-size: 13px;
	margin-right: 10px;
	height: 42px; 


}

/*정렬 탭 클릭시 노출되는 영역*/
#area_con1 {overflow:hidden;clear:both;border: 1px solid #ededed;border-top: 0;}
#area_con2 {overflow:hidden;clear:both;border: 1px solid #ededed;border-top: 0;}
#area_con3 {overflow:hidden;clear:both;border: 1px solid #ededed;border-top: 0;}

#area_con1 ul, #area_con2 ul, #area_con3 ul {background-color:#fff;padding:15px 20px;width:978px;overflow-y:scroll;list-style:none;margin:0;height: 85px;}
#area_con1 ul li.on span { font-weight:500;	color:#f16366;}
#area_con1 ul li.on span::before { background-color:#f16366;}
#area_con1 ul li { float:left; width:25%; margin:5px 0; cursor: pointer;}
#area_con1 ul li span {	position:relative; display:block; font-size:14px; font-weight:400; color:#666; line-height:20px;}
#area_con1 ul li.on span{ font-weight:500; color:#f16366;}

#area_con2 ul li { float:left; width:25%;cursor: pointer;}
#area_con2 ul li span {	position:relative; display:block; padding-left:10px; font-size:14px; font-weight:400; color:#666; line-height:20px;}

#area_con2 ul.color_list { list-style:none;}
#area_con2 ul.color_list li { float:left; width:30px; margin:5px;}
#area_con2 ul.color_list li span { display:block; width:14px; height:24px; border-radius:30px; border:1px solid #c2c2c2;}
#area_con2 ul.color_list li.on span { border:2px solid #f16366;}

#area_con3 ul li { float:left; width:25%;cursor: pointer;}
#area_con3 ul li span {position:relative;display:block;padding-left:10px;font-size:14px;font-weight:400;color:#666;line-height: 24px;}

#area_con3 ul li.on span { font-weight:500;	color:#f16366;}
#area_con3 ul li.on span::before { background-color:#f16366;}


.rolling_btn{
	text-align:center;
	margin-bottom:10px;
}
.rolling_btn span{
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:10px;
	margin: 0 5px;
	background-color:#999;
}
.rolling_btn span.on{
	background-color:#f16366;
}
.selected_txt {
	display:flex;
	justify-content:space-between;
	align-items: center;
	background-color: #eaeaea;
	padding: 0 10px;
}
.selected_txt div {
	flex-grow:1;
	white-space:nowrap;
	overflow-x:auto;
	overflow-y: hidden;
}
.selected_txt_scroll span { display:inline-block; background-color:#f16366; padding:5px 10px 5px 15px; margin:0 3px; border-radius:30px; font-size:14px; font-weight:400; color:#fff;}
.selected_txt_scroll span button {
	margin-left:5px;
	background:none;
	border:none;
}
.selected_txt_scroll span img {
    height:10px;
}
.selected_txt strong {
	display:block;
	flex-shrink: 0;
	margin-left:15px;
	text-align: right;
}
.selected_txt strong button { line-height: 7.0vmin; border:none; background:none; color:#6b6b6b;}
.selected_txt strong img {
	height:17px;
	vertical-align:middle;
	margin-right:10px;
	font-size:14px;
}
.selected_txt_scroll span.color_select {
	position:relative;
	display: inline-block;
	width:1.5vmin;
	height:1.5vmin;
	padding: 1vmin;
	border-radius:5.468vmax;
	vertical-align: top;
}
.selected_txt_scroll span.color_select button {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	margin-left:0;
}

/*리스트 선택*/
.prd_area .list_align_box { width:1020px; margin:30px auto;}


.list_align_view button{
	display:inline-block;
	line-height: 0;
	color:#ddd;
	background:none;
	border:none;
	padding: 0;
	margin-left: 10px;
}
.list_align_view button.on{
	color:#f8595d;
}


.list_align_box {
	display:flex;
	justify-content:space-between;
	align-items: center;
	margin:20px 0;
}
.clearfix {
	clear:both;
}
.list_align_box .list_align_item{
	border-radius: 40px;
	border:1px solid #c2c2c2;
	font-weight: 700;
	/* padding:10px 20px; */
	line-height:20px;
	}
.list_align_box .align_btn {
	width: 160px;	
	padding: 10px 40px 10px 20px;
	border-radius: 35px;
	border: 0;	
}

/*메인 내폰 사기 리스트1 박스형*/
.prd_area h2 { text-align:center;}
.prd_area h2 img { height:90px;}
.prd_area .prd_wrap {	overflow:hidden;}

.snp_buy_list { width:1020px; margin:0 auto;}
.snp_buy_list ul { padding:0; margin:0; list-style:none;}
.snp_buy_list ul.prd_area li.prd_info { padding: 10px 10px 5px 10px; border: 1px solid #f8f8f8; box-shadow: 5px 4px 5px 0px #ebebeb; vertical-align:top; width:225px; height:500px; display:inline-block; margin-left:7px; margin-bottom:60px; text-align:center; overflow:hidden;}
.snp_buy_list ul.prd_area li.prd_info a { text-decoration:none;}

.snp_buy_list ul.prd_area li.prd_info a ul.thumb {
    left: 0;
    width: 100%;
    text-align: center;
}

/*품절상품일 때*/
.snp_buy_list ul.prd_area li.prd_info a ul.thumb li.sold_out{
	position:relative;
}
.snp_buy_list ul.prd_area li.prd_info a ul.thumb li .soldout{
	display: none;
}
.snp_buy_list ul.prd_area li.prd_info a ul.thumb li.sold_out .soldout{
    display: block;
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 500;
}
.snp_buy_list ul.prd_area li.prd_info a ul.thumb li.sold_out .soldout img {
	position:absolute;
	top: calc(50% - 75px);
	left:50%;
	transform:translate(-50%,50%)
}
.snp_buy_list ul.prd_area li.prd_info a ul.thumb .event_title img{
	background-color: transparent;
	padding: 9px 0 0 9px;
}
.snp_buy_list ul.prd_area li.prd_info a ul.thumb .event_title img{
	background-color: transparent;
	padding: 9px 0 0 9px;
    display: block;
}
.snp_buy_list ul.event_title {
    opacity: 0.9;
    position: relative;
}
.snp_buy_list ul.event_title .tit1{
	text-align: left;
	opacity: 0.9;
	top: -274px;
	line-height: 10px;
    position: absolute;

}


.snp_buy_list ul li h3.name {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	font-weight: 500;
	color: #2e2e2e;
	line-height: 20px;
	margin:10px 0 10px;
}

.snp_buy_list ul li em {
	display:block;
	font-size:20px;
	font-weight:500;
	color:#ff6a71;
	line-height:20px;
	font-style:normal;
}
.snp_buy_list ul li em sup {
	padding-left:10px;
	vertical-align:bottom;
	font-size:16px;
	color: #bbb;
	font-weight: 400;
	text-decoration: line-through;
}

.snp_buy_list ul li b {
	display:block;
	font-size:22px;
	font-weight:700;
	color:#2e2e2e;
}
.snp_buy_list ul li b small {
	font-weight:400;
}

/* .color_list_line { margin-top:10px;} */
.color_list_line u { display:inline-block; text-decoration:none; color:#333;}
.color_list_line .color_kind { justify-content: center; display:inline-block; vertical-align:middle; }

.color_list_line .color_kind span {
	border-radius:50%;
	width:15px;
	height:15px;
	margin: 0 2px;	
	display:inline-block;
	border: 1px solid #b2b2b2;
}

.hash_tag_list {
	display:flex;
	flex-wrap: wrap;
	padding-top:10px;
	border-top: 1px solid #f1f1f1;
	justify-content: center;
}

.hash_tag_list span { display:block; text-align: center; padding:3px 10px; margin:0 5px 11px 5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; background-color:#ddd; border-radius:50px; font-size:14px; color:#fff;}

/**메인 내폰 사기 리스트2 일자형*/

.snp_buy_list2 { width:1020px; margin:0 auto;}
.snp_buy_list2 ul.prd_area { padding:0; margin:0; list-style:none;}
.snp_buy_list2 ul.prd_area li.prd_info { /*width:500px; */height:293px; padding: 10px;  display:inline-block; margin-bottom:60px; border: 1px solid #f8f8f8; box-shadow: 5px 4px 5px 0px #ebebeb;}
.snp_buy_list2 ul.prd_area li.prd_info a { text-decoration:none; display:inline-block;}
.snp_buy_list2 ul.prd_area li.prd_info a ul.thumb { float: left;  width: 247px;}

/*품절상품일 때*/
.snp_buy_list2 ul.prd_area li.prd_info a ul.thumb li.sold_out{
	position:relative;
}
.snp_buy_list2 ul.prd_area li.prd_info a ul.thumb li .soldout{
	display: none;
}
.snp_buy_list2 ul.prd_area li.prd_info a ul.thumb li.sold_out .soldout{
    display: block;
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 500;
}
.snp_buy_list2 ul.prd_area li.prd_info a ul.thumb li.sold_out .soldout img {
	position:absolute;
	top: calc(50% - 75px);
	left:50%;
	transform:translate(-50%,50%)
}
.snp_buy_list2 ul.prd_area li.prd_info a ul.thumb .event_title img {
    background-color: transparent;
	display: block;
}
.snp_buy_list2 ul.prd_area li.prd_info .snp_txt { width:220px; margin-left:15px; display:inline-block; vertical-align:top;}

.snp_buy_list2 ul.prd_area li.prd_info h3.name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	font-weight: 500;
	color: #2e2e2e;
	line-height: 20px;
	margin:18px 0;
}

.snp_buy_list2 ul.prd_area li.prd_info em {
	display:block;
	font-size:20px;
	font-weight: 500;
	color:#ff6a71;
	line-height:20px;
	font-style:normal;
}
.snp_buy_list2 ul.prd_area li.prd_info em sup {
	color: #bbb;
	font-weight: 400;
	text-decoration: line-through;
	vertical-align:bottom;
	padding-left:10px;
	font-size:16px;
}

.snp_buy_list2 ul.prd_area li.prd_info b {
	display:inline-block;
	font-size:22px;
	font-weight:700;
	color:#2e2e2e;
	/* margin-left:55px; */
}
.snp_buy_list2 ul.prd_area li.prd_info b small {
	font-weight:400
}

.snp_buy_list2 .color_list_line {margin-top:15px;}
.snp_buy_list2 .color_list_line u { display:inline-block; text-decoration:none; color:#333;}
.snp_buy_list2 .color_list_line .color_kind { justify-content: center; display:inline-block; vertical-align:middle; }

.snp_buy_list2 .color_list_line .color_kind span {
	border-radius:50%;
	width:18px;
	height:18px;
	margin: 0 2px;	
	display:inline-block;
}

.snp_buy_list2 .hash_tag_list {
	display:flex;
	flex-wrap: wrap;
	margin-top:12px;
	justify-content: flex-start;
}

.snp_buy_list2 .hash_tag_list span {
	display:block;
	text-align: center;
	padding:5px 10px;
	margin:5px 5px 0 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background-color:#ddd;
	border-radius:50px;
	font-size:14px;
	color:#fff;
}

.snp_buy_list2 ul.event_title {
    opacity: 0.9;
    position: relative;
}
.snp_buy_list2 ul.event_title .tit1 {
   text-align: left;
    opacity: 0.9;
    top: -274px;
    line-height: 10px;
    position: absolute;
}


.snp_buy_list2 ul.event_title img {
	background-color: transparent;
    padding: 9px 0 0 9px;
}

/*내폰팔기 리스트*/
.snp_sell_list {
	width: 1020px;
}

.sell_list .snp_sell_list .srch_input_box {
    float: right;
    margin-bottom: 15px;
}
.sell_list .snp_sell_list .srch_input_box select.srch_inut_list {
    width: 100px;
    border: 1px solid #e9e9e9;
    padding: 11px 10px;
}
.sell_list .snp_sell_list .srch_input_box .writeSrch_input {
    display: inline-block;
    border: 1px solid #ddd;
}
.sell_list .snp_sell_list .srch_input_box .writeSrch_input input {
    border: none;
    width: 230px;
    height: 30px;
    margin-top: 4px;
    margin-left: 15px;
}
.sell_list .writeSrch_input button {
    background: none;
    border: none;
    float: right;
    padding: 9px 13px 8px;
}
.sell_list .writeSrch_input button img {
    height: 20px;
}
.snp_sell_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.snp_sell_list ul.prd_area li.prd_info {
    vertical-align: top;
    width: 225px;
    display: inline-block;
    margin-left: 7px;
    margin-bottom: 60px;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #f8f8f8;
    box-shadow: 5px 4px 5px 0px #ebebeb;
}
.snp_sell_list ul.prd_area li.prd_info a {
    text-decoration: none;
}

.snp_sell_list ul.prd_area li.prd_info h3.name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 500;
    color: #2e2e2e;
    line-height: 20px;
    margin: 15px 0 5px;
}
.snp_sell_list ul.prd_area li.prd_info p.prd_code {
	font-size: 16px;
    color: #888;
}

/*내폰팔기 이벤트썸네일*/
.snp_sell_list ul.event_title {
    opacity: 0.9;
}

.snp_sell_list ul.event_title {
    opacity: 0.9;
    position: relative;
}
.snp_sell_list ul.event_title .tit1{
	text-align: left;
    opacity: 0.9;
    top: -270px;
    line-height: 10px;
    position: absolute;
}
.snp_sell_list ul.event_title .tit1 img {
	background-color: transparent;
    padding: 6px 0 0 9px;
}

.snp_sell_list button.on{
	color:#66c5b3;
}

/*내폰팔기 리스트 정렬 2칸 */

.snp_sell_list2 {
	width: 1020px;
}

.sell_list .snp_sell_list2 .srch_input_box {
    float: right;
    margin-bottom: 15px;
}
.sell_list .snp_sell_lis2 .srch_input_box select.srch_inut_list {
    border: 1px solid #e9e9e9;
    padding: 11px 10px;
}
.sell_list .snp_sell_list2 .srch_input_box .writeSrch_input {
    display: inline-block;
}
.sell_list .snp_sell_list2 .srch_input_box .writeSrch_input input {
    border: none;
    width: 230px;
    height: 30px;
    margin-top: 4px;
    margin-left: 15px;
}
.sell_list .writeSrch_input button {
    background: none;
    border: none;
    float: right;
    padding: 9px 13px 8px;
}
.sell_list .writeSrch_input button img {
    height: 20px;
}
.snp_sell_list2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.snp_sell_list2 ul li {
    width: 500px;
    height: 210px;
    display: inline-block;
    margin-bottom: 30px;
}
.snp_sell_list2 ul li a {
    text-decoration: none;
    display: inline-block;
}
.snp_sell_list2 ul li h3.name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 700;
    color: #2e2e2e;
    line-height: 20px;
    margin: 15px 0 10px;
}


/*스펙비교하기*/
.spec_view {
	width:1020px;
	margin:0 auto;
	background-color: #fff;
	padding: 30px 20px;
	text-align:center;
	position:relative;
}
.spec_view .spec_select{
	width:480px;
	display:inline-block;
}
.spec_view .spec_select.first p {
	text-align:left;
}
.spec_view .spec_select.first::after{
	content:"vs";
	display:inline-block;
	width:56px;
	height:56px;
	border-radius:30px;
	background-color:#565656;
	text-align:center;
	font-size: 20px;
	font-weight:700;
	color:#fff;
	line-height:56px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-28px;
	margin-top:-80px;
}
.spec_view .spec_select p{
	display:block;
	justify-content:center;
	align-items: center;
	margin:15px 0;
	font-weight: 500;
	text-align:right;
}
.spec_view .spec_select span{
	font-size: 20px;
	color:#7e7e7e;
	text-align:left;
	padding-right:20px;
}

.spec_view .spec_select button[type="button"]{
	position: relative;
	flex-grow:1;
	border: 1px solid #c2c2c2;
	border-radius: 26px;
	font-weight: 500;
	color: #aaa;
	line-height:42px;
	background-color:#fff;
	width:300px;
}
.spec_view .spec_select button[type="button"]::after{
	content:"";
	position: absolute;
	right:20px;
	top:35%;
	width:18px;
	height:18px;
	border-right:2px solid #9c9c9c;
	border-bottom: 2px solid #9c9c9c;
	transform: translate(0,-50%) rotate(-315deg);
}
.spec_view .spec_select strong {
	position:relative;
	display:block;
	font-size: 16px;
	font-weight: 500;
	text-align:center;
}
.spec_view .go_spec {
	width:498px;
	background-color:#ffe17f;
	border:1px solid #ffd35b;
	border-radius: 4px;
	padding: 10px;
	margin: 30px 0;
	font-size: 18px;
	font-weight:700;
	color:#646462;
	text-align:center;
}


/*스펙비교 영역*/
.spec_area > .spec_banner a{
	line-height:0;
}
.spec_area a{
	display:block
}
.spec_area > strong img {
	width:100%
}

/*스펙 비교하기 슬라이드 영역*/

#div_compare { border-top:1px solid #e9e9e9;}

.spec_detail{
	background-color: #fff;
	width:1020px;
	margin:0 auto 50px;
	height:auto;
	overflow:hidden;
}
.spec_detail button.close img{
    height:41px;
}
.spec_detail button.close{
	float:right;
	background:none;
	border:none;
	padding:0;
}
.spec_detail .mspec_box {
	width:500px;
	display:inline-block;
	float:left;
	vertical-align:top;
	margin-top:74px;
	height:auto;
}

.spec_detail .mspec_box:last-of-type{
	margin-top:30px
}
.spec_detail .spec_prd {
	clear: both;
	overflow:hidden;
}

.spec_detail .spec_prd .thumb{
	float: left;
	height:220px;
}
.spec_detail .spec_prd .thumb img{ height:220px;}
.spec_detail .spec_prd .name {
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 700;
	color: #595959;
	line-height: 24px;
}
.spec_detail .spec_prd .model_num{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	font-weight: 500;
	color: #2e2e2e;
	line-height: 24px;
}
.spec_detail .spec_prd .txt_box {	float:left;	width:240px; margin:10px 20px 0;}
.spec_detail .spec_prd .txt_box button {
	position: relative;
	background: #f16366;
	border:none;
	border-radius:4px;
	width: 260px;
	height: 53px;
	font-size: 18px;
	font-weight:500;
	color:#fff;
	letter-spacing:-1px;
	text-align:center;
	margin-top:40px;
}
.spec_detail .spec_prd .txt_box button img {
    vertical-align: bottom;
    margin-right: 5px;
    height: 19px;
}
.spec_detail .spec_prd .txt_box button::before{
	content:"";
	position:absolute;
	display:block;
	top:0;
	left:0;
	width: 100%;
	height: 17px;
	background: rgb(255, 255, 255,.1);
}

.spec_slide_area{
	width:440px;
	background-color:#f5f5f5;
	white-space: nowrap;
	margin-top:20px;
	padding:20px 30px;
}
.spec_slide_area::-webkit-scrollbar {
	height:18px;
}

.spec_slide_area::-webkit-scrollbar-thumb {
    height: 5px;
    background-clip: padding-box;
    border:5px solid rgba(0, 0, 0, 0);
	border-radius:10px;
    background-color: #7e7e7e;
  }
.spec_slide_area::-webkit-scrollbar-track {
    background-color:#e1e1e1;
	border-width:1px 0 1px;
	border-color:#ccc;
	border-style:solid;
	-webkit-box-shadow:1px 1px 0px rgba(0, 0, 0,.05) inset;
}
.spec_prd .txt_box .price_line{
	display:block;
	font-size:18px;
	font-weight:700;
	color:#ff6a71;
	line-height: 1.5;
	margin-top:30px;
	text-align:right;
}
.spec_prd .txt_box .price_line sup {
	color:#8c8c8c;
	font-weight:300;
	text-decoration: line-through;
	vertical-align:bottom;
}
.spec_prd .txt_box .price_line b {
	font-size:1.6rem;
	font-weight:700;
	color:#2e2e2e;
}
.spec_prd .txt_box .price_line small {
	font-size:1.1rem;
	font-weight:300;
}
.spec_slide_area .spec_col{
	display:block;
	vertical-align: top;
}
.spec_slide_area .spec_col .spec_row:first-child{
	/*margin-bottom: 20px;*/
}
.spec_slide_area .spec_row{
	min-width: 300px;
	height: 20vh;
	/*overflow: hidden;*/
}
.spec_slide_area .spec_row p{
	margin-bottom:5px;
	font-size:18px;
	color:#000;
	font-weight: 500;
}
.spec_slide_area .spec_row dl{
	position:relative;
	display: flex;
	flex-wrap: wrap;
	padding-left:10px;
	font-weight:400;
	overflow: hidden;
}
.spec_slide_area .spec_row dl::before{
	content:"";
	position:absolute;
	left:0;
	top:5px;
	width:1px;
	height:100%;
	background-color:#b7b7b7;
}
.spec_slide_area .spec_row dl dt{
	width: 45%;
	padding: 2px 0;
	font-size:16px;
	color:#888;
}
.spec_slide_area .spec_row dl dd{
	width: 45%;
	padding: 2px 0;
	font-size:16px;
	color: #000;
}

/*메인 협력사 케로셀 */
.con_inner .our_client {
	height: 58px;
	border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
}
.con_inner .our_client .client_inner {
	width: 1280px;
    margin: 0 auto;
    height: 58px;
    overflow: hidden;
}
.con_inner .our_client .client_inner > strong {
    /* display: block; */
    float: left;
    width: 265px;
    height: 58px;
    padding: 23px 23px 0 23px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #e7e7e7;
    box-sizing: border-box;
}
.con_inner .our_client .client_inner img {
    border: 0 none transparent;
    outline: none;
    vertical-align: top;
}
.con_inner .client_inner > ul {
    float: left;
    width: 1015px !important;
    overflow: hidden;
    height: 58px;
}
.con_inner .our_client .client_inner > ul li {
    width: 113px;
    text-align: center;
    padding: 19px 0;
    background: url(../../images/main/bar_client.gif) no-repeat right 17px;
}
.con_inner .txt_move {
    float: left;
    width: 200px;
    border-right: 1px solid #e7e7e7;
    line-height: 56px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    text-align: center;
}
.con_inner span#span_our_client {
    color: #7ac5c3;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1px;
}

/*메인 실시간 매입현황 */
.con_inner .m_colwrap {
	width: 1280px;
	margin: 0 auto;
	padding: 65px 0;
    overflow: hidden;
}
.con_inner .m_colwrap .col_left {
    position: relative;
    float: left;
	width: 640px;
    height: 423px;
    overflow: hidden;
}
.con_inner .m_colwrap .col_left .move_prev {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -15px;
    z-index: 150;
    cursor:pointer;
}
.con_inner .m_colwrap .col_left .move_prev::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    z-index: 1000000000;
    transform: rotate(
225deg
);
    opacity: .8;
}
.con_inner .m_colwrap .col_left .move_next {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -15px;
	z-index: 150;
	cursor:pointer;
}
.con_inner .m_colwrap .col_left .move_next::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-225deg);
    opacity: .8;
}
.con_inner .m_colwrap .col_left > strong {
    display: block;
    cursor: pointer;
}
.con_inner .m_colwrap .col_left > strong {
    display: block;
    cursor: pointer;
}
.con_inner .m_colwrap .col_left .sub_roll_bann {
    overflow: hidden;
}
.con_inner .m_colwrap .col_left .sub_roll_bann li {
    float: left;
}
.con_inner .m_colwrap .col_left .sub_roll_bann li img{
	display: block;
	width: 640px;
	height: 423px;
}

.con_inner .m_colwrap .col_right {
	float: right;
    display: flex;
}
.con_inner .m_colwrap .col_right .left {
    float: right;
    width: 300px;
    height: 423px;
	margin-right: 10px;
    border: 1px solid #e7e7e7;
    background-color: #f9f9f9;
}
.buy_list_row2 {
    position: relative;
}
.con_inner .m_colwrap .col_right .left.ty2 h2 {
    margin: 15px 0 15px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.con_inner .m_colwrap .col_right .left .deposit_list1 {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    height:340px;
    margin: 0 10px;
    overflow: hidden;
}

.con_inner .m_colwrap .col_right .left .deposit_list1 li {
    width: 280px;
    line-height: 42px;
    border-bottom: 1px solid #e7e7e7;
    color: #666;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.con_inner .m_colwrap .col_right .left .deposit_list1 li span.icon_sell_state1 {
    color: #79c5c3;
}
.con_inner .m_colwrap .col_right .left .deposit_list1 li span {
    display: block;
    float: left;
    width: 75px;
    border-right: 1px solid #e7e7e7;
    text-align: center;
    line-height: 42px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 10px;
    height: 42px;
}

.con_inner .m_colwrap .col_right .right {
    float: right;
    width: 300px;
    height: 423px;
    border: 1px solid #e7e7e7;
    background-color: #f9f9f9;
}
.con_inner .buy_list_row2 {
    position: relative;
}
.con_inner .m_colwrap .col_right .right.ty2 h2 {
    margin: 15px 0 15px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.con_inner .col_right .right .deposit_list2 {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    height: 340px;
    margin: 0 10px;
}
.con_inner .col_right .right .deposit_list2 li {
    overflow: hidden;
	width: 275px;
    border-bottom: 1px solid #e7e7e7;
    color: #666;
    font-size: 13px;
}
/*추가된 css 220308*/
.col_right .right .deposit_list2 li .topTxt, .col_right .right .deposit_list2 li .btmTxt{
    overflow: hidden;
}
.col_right .right .deposit_list2 li div span {
    float: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: 80px;
    height: 22px;
    font-size: 13px;
    color: #666;
    line-height: 22px;
}
.col_right .right .deposit_list2 li div span.icon_sell_state1 {
    color: #8ac5e3;
    font-weight: 500;
}

.col_right .right .deposit_list2 li div span.icon_sell_state2 {
    width: 85px;
    text-align: center;
}
.col_right .right .deposit_list2 li div span.icon_sell_state3 {
    text-align: right;
}
.col_right .right .deposit_list2 li div span.icon_sell_state4 {
}
.col_right .right .deposit_list2 li div span.icon_sell_state5 {
    width: 85px;
    text-align: center;
}
.col_right .right .deposit_list2 li div span.icon_sell_state6 {
    text-align: right;
}

/*메인 소녀폰의 추억*/
.con_inner .section_wrap2 {
    background-color: #fff;
    padding: 58px 0 70px;
}
.con_inner .section_wrap2 .section_inner {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.con_inner .section_wrap2 .section_left {
    float: left;
    width: 390px;
}
.con_inner .section_wrap2 h2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 23px;
    font-size: 23px;
    font-weight: 700;
}
.con_inner .section_wrap2 .section_left .memory_inner {
    position: relative;
}
.con_inner .section_wrap2 .section_left .memory_inner ul {
    width: 370px;
    overflow: hidden;
}
.con_inner .section_wrap2 .section_left .memory_inner li a {
	display:block;
}
.con_inner .section_wrap2 .section_left .memory_inner li img {
	display:block;
}
.con_inner .roll_btn2 {
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
    z-index: 999;
    line-height: 0;
}
.con_inner .roll_btn2 span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../../images/main/roll.png) no-repeat;
    text-indent: -1000em;
    margin-left: 5px;
    cursor: pointer;
    font-size: 0px;
}
.con_inner .roll_btn2 span.cycle-pager-active {
    background: url(../../images/main/roll_on.png) no-repeat;
}
.con_inner .section_wrap2 .section_right {
    float: right;
    width: 840px;
    overflow: hidden;
}
.con_inner .section_wrap2 .section_right img {
	display:block;
}
/*메인 지점안내 */
.main_branch_inner .sub_con_inner2 {
	position: relative;
	background-color: #fff;
	width: 1280px;
    height: 631px;
	margin: 10px auto 50px;	
}
.con_inner #container .main_branch {
    background-color: #e4f3f3;
    height: 690px;
    padding: 50px 0;
}
.con_inner #container .main_branch_inner {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}
section.main_branch {
    border-top: 15px solid #e9e9e9;
}
section.main_branch h3 {
    text-align: center;
    margin: 0;
    padding:60px 0 40px;
    font-size: 26px;
    font-weight: 700;
}
.main_branch_inner .main_map_area{
	position: relative;
    width: 1280px;
    height: 440px;
    overflow: hidden;
    background: #eee;
    margin: 0 auto;
}
.main_branch_inner .area_tab2 {
    display: table;
    table-layout: fixed;
    width: 1280px;
    height: 60px;
    border-width: 1px 1px 0 0;
    border-color: #e7e7e7;
    border-style: solid;
    margin: 0 auto;
}
.main_branch_inner .area_tab2 li.on {
    height: 60px;
    background: #333;
    color: #fff;
}
.main_branch_inner .area_tab2 li {
    display: table-cell;
    line-height: 60px;
    text-align: center;
    font-size: 19px;
    background: #fff;
    height: 60px;
    border-width: 0 0 1px 1px;
    border-color: #e7e7e7;
    border-style: solid;
    cursor: pointer;
}

.main_branch_inner .time_info strong {
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
}
.main_branch_inner .branch_inner {
    overflow: hidden;
    width: 1200px;
    height: 500px;
    margin-top: 30px;
}
.main_branch_inner .branch_inner li {
    display: inline-block;
    width: 277px;
    height: 500px;
    margin: 0 10px;
    overflow: hidden;
}
.main_branch_inner .branch_inner .branch_li {
    background: url(../../images/common/bg_branch.png) no-repeat;
    height: 500px;
    width: 277px;
    padding: 30px 0;
}
.main_branch_inner .main_branch_list {
    overflow: hidden;
	background-color: #fff;
}
.main_branch_list li{
	vertical-align:top;
}

.branch_list_inner {
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
	width:300px;
	margin: 0 10px 30px;
	box-sizing: border-box;
}
.main_branch_inner .branch_list_inner .area_ico {
	background-color: #323232;
    padding: 1rem;
    position: relative;
    top: 2.7rem;
    color: #fff;
    font-weight: 700;
    left: 15.1rem;
    opacity: 0.8;
}

.main_branch_inner .branch_info {
    min-width: 70px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.main_branch_inner .info_main {
	border-bottom: 1px solid #e4e4e4;
    padding: 20px 10px;
}
.main_branch_inner .info_main .list_title {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 24px;
}
.main_branch_inner .info_main .list_title em {
    float: right;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #2e2e2e;
    font-style: normal;
}
.main_branch_inner .info_sub {
	border-bottom: 1px solid #e4e4e4;
	padding: 12px 10px;
}
.main_branch_inner .info_sub .addr_line {
	background: url(../../img_renewal/sub/store_icon1.png) no-repeat left top 5px;
	font-size: 16px;
}
.main_branch_inner .info_sub .addr_line img {
	width: 20px;
    display: inline-block;
    margin-right: 10px;
}
.main_branch_inner .branch_info p.call_info {
    font-size: 16px;
    padding: 0 10px;
}
.main_branch_inner .branch_info p.call_info span {
    line-height: 23px;
    font-size: 17px;
}
.main_branch_inner .branch_info p.call_info span img {
	margin-right: 10px;
}
.main_branch_inner .branch_info p.call_info a img {
    width: 41px;
}

.main_branch_inner p.time_info {
    position: relative;
    overflow: hidden;
    height: 100px;
    margin-top: 20px;
    padding: 0 10px 20px;
    border-bottom: 2px solid #f16366;
    font-size: 14px;
}
.main_branch_inner p.time_info span{
	height: 100px;
	white-space:normal;
}
/*메인지점안내 move_buttton*/
.main_branch_inner .sub_con_inner2 .branch_list_wrap .mb {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0,-50%);
	z-index: 2;
	text-align: center;
}

.main_branch_inner .sub_con_inner2 .branch_list_wrap .mb .move_prev {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -680px;
	margin-top: -15px;
	cursor: pointer;
}
.main_branch_inner .sub_con_inner2 .branch_list_wrap .mb .move_prev::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: 3px solid #d6d6d6;
    border-right: 3px solid #d6d6d6;
    z-index: 1000000000;
    transform: rotate(225deg);
    opacity: .8;
}
.main_branch_inner .sub_con_inner2 .branch_list_wrap .mb .move_next {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: -680px;
	margin-top: -15px;
	cursor: pointer;
}
.main_branch_inner .sub_con_inner2 .branch_list_wrap .mb .move_next::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: 3px solid #d6d6d6;
    border-left: 3px solid #d6d6d6;
    transform: rotate( -225deg );
    opacity: .8;
}
.main_branch_inner .sub_con_inner2 .branch_list_wrap .mb a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 1px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}
.main_branch_inner .sub_con_inner2 .branch_list_wrap .mb a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background-color: #d6d6d6;
    border-radius: 50%;
}
.main_branch_inner .sub_con_inner2 .branch_list_wrap .mb a.on:before {
    background-color: #f16366;
}


/*내폰사기 faq*/
.faq_wrap { margin:50px auto; width:1020px;}
.faq_wrap strong {
	font-size:20px;
	font-weight:500;
}
.faq_wrap h2 {display:block;margin: 0;margin-bottom: 50px;font-weight:700;color:#f16366;text-align:center;}
.faq_wrap span { display:inline-block; font-weight:500;line-height: 16px;}

.faq_wrap ul.faq_tab {display:flex;justify-content: space-between;align-items:center;flex-wrap:wrap;width: 100%;margin:20px 0 0 0;text-align:center;list-style:none;padding:0;}

.faq_wrap .sell_srch_result { margin:20px 0;}
.faq_list li { margin-bottom: 10px;}
.faq_list { margin-top: 20px; padding: 0; list-style: none; border: none;}
.faq_wrap ul.faq_tab li {width: calc(100%/5);font-size:15px;font-weight:400;color:#2e2e2e;height:50px;line-height:50px;}
.faq_wrap ul.faq_tab li a {display:block;border:1px solid #e9e9e9;margin-left: -1px;margin-bottom:-1px;text-decoration:none;color:#333;}
/* .faq_wrap ul.faq_tab li a:hover { color:#ff6a71; text-decoration:underline;} */
.faq_wrap ul.faq_tab li.on a {font-weight: 500;color: #fff;background-color: #ff6a71;}
.faq_list li.on .q_area { color:#ff6a71;}
.faq_list li { margin-bottom: 10px;}
.faq_list li .faq_area { border: 1px solid #c2c2c2; border-radius: 10px;}
.faq_list li.on .q_area {
background: #f8f8f8;
font-weight: 500;
color: #222;
}
.faq_list li .q_area { position: relative;  cursor: pointer; padding: 11px 10px; border-radius: 10px 10px 0 0; font-size: 15px; font-weight: 400; color: #2e2e2e; line-height: 42px; text-align: left;}
.faq_list li .q_area span { padding: 10px 30px 10px 0; margin-right: 10px; background: url(../../images/new/qna_icon.png) no-repeat center; display: inline-block; vertical-align: middle;}
.faq_list li .q_area::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 50%;
    margin-bottom: -3px;
    transform: rotate(-225deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
}
.faq_list li.on .q_area::after {
    top: 50%;
    margin-top: 0px;
    transform: rotate(-45deg);
}
.faq_list li .faq_area .a_area {
	display: none;
    padding: 30px 30px 50px;
    font-size: 14px;
    color: #222;
    line-height: 22px;
    font-weight: 400;
}
.faq_list li.on .faq_area .a_area {
	display: block;
	/*line-height: 7px;*/
}