

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300,300italic);


#page_content.mob {
	width:100%;
	padding-bottom:0;
}

p.imgplaceholder {
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-10px;
	margin-left:-60px;
	color:white;
	opacity: 0.5;
	font-size:40px;
	font-weight:bold;
}
.pagehead {
	width:100%;
	height:450px;
	background:url('')no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-color:#eee;

}	
.pagehead.index  {
	width:100%;
	background:url(/img/service/mobile/bg_mobilehome.jpg) no-repeat center center;
	height:400px;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
/*
.pagehead.index {
	background-image:url(/img/service/mobile/furley_bg.png);
}
*/
.pagehead.smart {
	width:100%;
	background:url(/img/service/mobile/bg_smart.png) no-repeat center center;
	height:auto;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.pagehead.freedom {
	width:100%;
	background:url(/img/service/mobile/bg_freedom.png) no-repeat center center;
	height:auto;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.pagehead.sub {
	padding-bottom:50px;

}
.pagehead.sub.sub3 {
	height:auto;
	background-size: auto;
	background-image: none;
	background-color: #F8F8F0;
	border-bottom:1px solid #ddd;

}
.pagehead.sub.sub3 p.page_title {
	color:#444;
}
.pagehead.sub.sub3 h2 {
	color:#444;
}
.mob h2 {
	margin-top:0;
	color:white;
	font-family: 'roboto',"lato";
}
#pagenav.mob li{
	border:1px solid #ccc;
	border-right:0;
	background-color:white;

}

#pagenav.mob li:last-child{
	border-right:1px solid #ddd;
}
#pagenav.mob li a {
	font-family: 'pt_sans_bold','helvetica','arial';
	font-size: 15px;
	font-weight: normal;
	color: #999;
	text-shadow: none;
}
#pagenav.mob li:last-child a {
	letter-spacing: -0.2px;
	font-size: 13px;
}
#pagenav.mob li:hover {
	background-image:none;
	box-shadow: none;
	background-color:white;
}
#pagenav.mob li:hover a{
	color:#C1DD00;
}

#pagenav.mob li.current
 {
	background-image:none;
	background-color:#C1DD00;
	box-shadow: none;
}
#pagenav.mob li.current a {
	color:white;
}
#pagenav.mob li.current a:before{
	bottom:-10px;
	border-top-color:#C1DD00;
}
#pagenav.mob li.current a:after {
	bottom:-8px;
	border-top-color:#C1DD00;
}
.pagehead p.center_text {
	position: absolute;
	width:100%;
	top:50%;
	color:#444;
	font-size:40px;
	margin-top:0px;

	text-align: center;
	font-weight: bold;
}

.section {
	width:100%;
	height:auto;
	padding:70px 0 90px 0;
}
.section.type2 {
	background-color:#f6f6f6;
}
.section .clearfix {
	background-color: transparent;
}


.section h3.section_title {
	font-size:40px;
	text-align: center;
	margin:0;
}

.section .short_divider {
	height:6px;
	width: 210px;
	background-color:#C1DD00;
	margin:30px auto;
}	

.section p.section_desc {
	text-align: center;
	color:#aaa;
	line-height: 150%;
	font-weight: bold;
	font-size:14px;
	margin-bottom:30px;
	/*
	font-family: 'roboto';
	font-weight:500;
	*/
}


.section_contents_wrap {
	font-size:0;
	width:100%;

}
.section_contents_wrap .item {
	display: inline-block;
	font-size:14px;
	
}

.section_contents_wrap .item.benefits {
	width: 325px;
	height:230px;
	border:1px solid #ddd;
	position: relative;
	vertical-align: top;
}
.section_contents_wrap .item.benefits.top {
	border-bottom:0;
}
.section_contents_wrap .item.benefits.left {
	border-right:0;
}
.section_contents_wrap .item.benefits a {
	display: block;
	width:100%;
	height:100%;
}
.section_contents_wrap .item.benefits img {
	width:100%;
	height:100%;
}
.section_contents_wrap .item.benefits p {
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color:#666;
	line-height: 100%;
	top:30px;
	width:100%;
	position: absolute;
}
.section_contents_wrap .item.benefits.type2 {
	border-color:#EB4CA3;
}
.section_contents_wrap .item.benefits.type2 p {
	color:white;
}
.section_contents_wrap .item.benefits p span {
	font-size:14px;
}
.section_contents_wrap .item.benefits p span.small {
	font-size:13px;
	color:#999;
	font-weight: normal;
	padding-top:5px;
	display: block;
}
.section_contents_wrap .item.newplan {
	width: 50%;
	height:200px;
	text-align: center;

}

.section_contents_wrap .item p.title {
	font-size: 17px;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:20px;
}
.section_contents_wrap .item p.desc {
	color:#999;
	font-weight: bold;
}
.section_contents_wrap .item p.small_prints {
	font-size:13px;
	color:#999;
	margin-bottom:40px;
}
p.freedom {
	color:#65C05D;
}
p.smart {
	color: #c1dd00;
}
.item a.button {
	width: 90px;
	height:auto;
	display: block;
	padding:10px 20px;
	color:white;
	background-color: #E5338F;
	text-align: center;
	font-weight: bold;
	margin:0 auto;

}
.rounded2px {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

/*benefit detail */

.section_contents_wrap .benefit_detail,
#benefit_detail{
	display: none;
}
.section_contents_wrap .back {
	padding:20px 0;
}
.section_contents_wrap .back a#backto_thumb {
	width:100px;
	display: block;
	text-align: center;
	padding:10px 0;
	font-weight: bold;
	color:#999;
	background-color: #eee;
	border:1px solid #ddd;
	font-size:14px;
	margin:0 auto;
}


.section_contents_wrap .benefit_detail {
	width:980px;
	border:1px solid #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:14px;
	color:#aaa;
	font-weight: bold;
	text-align: center;
}
.section_contents_wrap .benefit_detail.type1 {
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%, rgba(238,238,238,1) 100%);
	background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(60%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
	background-image: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%,rgba(238,238,238,1) 100%);
	background-image: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%,rgba(238,238,238,1) 100%);
	background-image: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 60%,rgba(238,238,238,1) 100%);
	background-image: radial-gradient(ellipse at center, rgba(255,255,255,1) 60%,rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 );
}
.section_contents_wrap .benefit_detail.type2 {
	background-color: #F8F8F0;
}
.section_contents_wrap .benefit_detail.type4 {
	background: rgb(235,49,158);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViMzE5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlODAwOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  rgba(235,49,158,1) 0%, rgba(232,0,142,1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,49,158,1)), color-stop(100%,rgba(232,0,142,1)));
	background-image: -webkit-linear-gradient(top,  rgba(235,49,158,1) 0%,rgba(232,0,142,1) 100%);
	background-image: -o-linear-gradient(top,  rgba(235,49,158,1) 0%,rgba(232,0,142,1) 100%);
	background-image: -ms-linear-gradient(top,  rgba(235,49,158,1) 0%,rgba(232,0,142,1) 100%);
	background-image: linear-gradient(to bottom,  rgba(235,49,158,1) 0%,rgba(232,0,142,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb319e', endColorstr='#e8008e',GradientType=0 );

}
.benefit_detail .benefit_title {
	padding:60px 100px 0 100px;
	line-height: 150%;
}
.benefit_detail p.title {
	font-size:27px;
	color:#444;
	text-align: center;
	margin-bottom:50px;
}
.benefit_detail .clearfix {
	background-color: transparent;
}
.benefit_detail .links {
	text-align: center;
	padding:40px 0;
}
.benefit_detail .links.top {
	padding-bottom:0;
}
.benefit_detail .links a {
	color:white;
	display: inline-block;
	padding:10px 20px;
	font-size:14px;
}
.benefit_detail .links a.type1 {
	padding:15px 20px;
	background-color: #c1dd00;
	transition:all linear 0.3s;
}
.benefit_detail .links a.type2 {
	background-color: #c1dd00;
	transition:all linear 0.3s;
	margin:0 10px;
}
.benefit_detail .links a.type2-2 {
	background-color: #65C05D;
	transition:all linear 0.3s;
}
.benefit_detail .links a.type3 {
	background-color:#ad1283;
	transition:all linear 0.3s;

}
.benefit_detail .links a:hover {
	background-color:#e20074;
	transition:all linear 0.3s;
}
/*benefit 1 */ 
.benefit_detail .content {
	text-align: center;
	font-size:0;
}
.benefit_detail .content p {
	text-align: left;
	margin:20px 0;	
}
.benefit_detail.item1 .benefit_title p:not(.title) {
	margin-bottom:80px;
}
.benefit_detail .content_item  {
	display: inline-block;
	width: 50%;
	padding:0 50px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:14px;
	vertical-align: top;
}
.benefit_detail .phone_img {
	float:left;
	position: relative;
}
.benefit_detail .phone_img img {
	width:180px;
	height:100%;
}

.benefit_detail .phone_img img.price_tag{
	width: 101px;
	height:91px;
	position: absolute;
	top:-50px;
	right:-50px;

}
.benefit_detail .phone_desc {
	padding: 0 0 0 10px;
	float:left;
}

 .benefit_detail .phone_desc p.device {
	font-size:20px;
	color:#444;
	padding-top:20px;
	margin:20px 0;
}
.phone_desc p.colors {
	color:#999;
	font-weight: bold;
	font-size: 12px;
}
.phone_desc p.colors span {
 	width:20px;
 	height:20px;
 	display: inline-block;
 	border-radius: 12px;
 	-moz-border-radius: 12px;
 	-webkit-border-radius: 12px;
 	border:1px solid #ddd;
 }
.phone_desc p.colors span.white {
	background-color:white;
}
.phone_desc p.colors span.black {
	background-color: #222;
}
.phone_desc p.colors span.gold {
	background-color: #CEC2A6;
}
.phone_desc p.colors span.blue_s
 {
	background-color: #0c4da2;
}
.phone_desc p.colors span.grey {
	background-color:#aaa;
}

.phone_desc p.colors span.red {
	background-color:#FF2626;
}
.phone_desc p.colors span.light_blue {
	background-color: #2693FF;
}
.phone_desc p.colors span.yellow {
	background-color: #FFE125;
}
.phone_desc p.colors span.green {
	background-color: #6DD900;
}
 .benefit_detail .phone_desc p.last {
 	padding-top:100px;
 }
/*common */

.benefit_detail:not(.item1) .content {
	width:100%;
	height:531px;
	background-position: center;
	background-repeat: no-repeat;
}

/*benefit2 */

.benefit_detail.item2 .content {
	background-image: url(/img/service/mobile/benefit_2_2.png);
}
.benefit_detail.item2 .links {
	padding-bottom:0;
}

/*benefit3 */
.benefit_detail.item3 .content {
	height:501px;
	padding-top:30px;
	background-image: url(/img/service/mobile/benefit_3_2.png);
}
.benefit_detail.item3 table.charge_table {
	margin:0 auto;
	width:780px;
	font-size: 14px;
	text-align: center;
	border:1px solid #ddd;
}
.benefit_detail.item3 table.charge_table th,
.benefit_detail.item3 table.charge_table td {
	font-weight: bold;
	padding:10px;
	border:0;
	background-color:white;
	text-align: center;
}
.benefit_detail.item3 table.charge_table th:first-child,
.benefit_detail.item3 table.charge_table td:first-child {
	border-right:1px solid #ddd;
} 
.benefit_detail.item3 table.charge_table th {
	color:#777777;
	border-top:3px solid #777777;
}
.benefit_detail.item3 table.charge_table td {
	font-size:16px;
}
.benefit_detail.item3 table.charge_table td span:not(.highlight) {
	font-size:13px;
	font-weight: normal;
}

/*benefit 4 */

.benefit_detail.item4 .content {
	background-image: url(/img/service/mobile/benefit_4_2.png);
}
.benefit_detail.item4 p.small_prints {
	font-weight: normal;
	font-size:13px;
	color:#aaa;
}
/*benefit 5 */
.benefit_detail.item5 .content {
	background-image: url(/img/service/mobile/benefit_5_2.png);

}
/*benefit 6 */
.benefit_detail.item6 p {
	color:white;
}
.benefit_detail.item6 img.freewifi {
	display:block;
	margin:30px auto;

}
.benefit_detail.item6 .content {
	height:auto;
	padding:25px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.benefit_detail.item6 .content_item {
	width:100%;
	padding:50px 30px 30px;
	background-color:white;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

}
.benefit_detail.item6 .content_item p {
	color:#666;
	font-weight: normal;
	margin-bottom:50px;
	line-height: 150%;
}
.benefit_detail.item6 .content_item p.title {
	font-size:17px;
	color:#444;
	font-weight: bold;
	margin:0;

}
.benefit_detail.item6 ul  {
	font-size: 0;
	padding-top:20px;
}
.benefit_detail.item6 ul li {
	width:25%;
	display:inline-block;
	font-size:14px;
	vertical-align: top;
}
.benefit_detail.item6 ul li img {
	display: block;
	margin:20px auto;
}
.benefit_detail.item6 ul li p {
	padding:0 10px;
	margin-bottom:0;
}
.benefit_detail.item6 ul li p.sub_title {
	margin-bottom:0;
	font-weight: bold;
	color:#444;
}
/*smart plans */


.pagehead.mob .col {
	display: inline-block;
	vertical-align: top;
	float:left;
	padding-top:90px;
}
.pagehead.mob .col.left {
	width:290px;
	padding-right:30px;
	padding-left:10px;

}
.pagehead.mob .col.right {
	width:650px;
}
.pagehead.mob .col img {
	width: 162px;
	height:162px;
	margin-left: 30px;
}

.pagehead.mob p.page_title {
	font-size: 37px;
	font-weight: bold;
	margin-bottom:0;
	color:white;
}
.pagehead.freedom.mob p.page_title {
	color:#444;
}

.pagehead.mob p.page_desc {
	font-weight: bold;
	color:#999;
	margin-bottom:80px;
}
.pagehead.mob p.small_prints {
	font-size:13px;
	color:#555;
	background-color:rgba(255,255,255,0.5);
	padding:10px;
}
.pagehead.mob .clearfix {
	background-color: transparent;
}
/*plan tables */

#mobile_plan_table,
.mobile_plan_single {
	width:100%;
	display: table;
	table-layout: fixed;

}
#mobile_plan_table .plan_row,
#mobile_plan_table .plan_head,
.mobile_plan_single .plan_row {
	clear:both;
	height:auto;
	padding:0;
	display:table-row;
	background-color: transparent;
}

#mobile_plan_table .plan_row {
	border:1px solid #ddd;
	border-bottom:0;
}
#mobile_plan_table .plan_row * ,
.mobile_plan_single .plan_row *{
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}
#mobile_plan_table .plan_head .plan_cell{
	font-size:13px;
	padding:5px 0;
	font-weight: normal;
	display: table-cell;
	text-align: center;
}

#mobile_plan_table .plan_row .plan_cell,
.mobile_plan_single .plan_cell {
	border-top:3px solid #7DBE00;
	display: table-cell;
	text-align: center;
	font-size:20px;
	font-weight: bold;
	padding:20px 0;
	color:#777;
    vertical-align: middle;
    background-color: white;
}	
#mobile_plan_table .plan_cell.price {
	
	background-color: #E4F0DE;
	color:#666;
}
#mobile_plan_table .plan_cell.price p {
	font-size: 30px;	
}
.plan_cell span.plus {
	width:15px;
	height:15px;
	background-image:url(/img/service/mobile/plus.png);
	display: inline-block;
	margin-right:5px;
}
#mobile_plan_table .plan_cell.extra,
.mobile_plan_single .plan_cell.extra {
	color: #e20074;
	background-color: #F9F8F7;
}
#mobile_plan_table .plan_cell  p,
.mobile_plan_single .plan_cell p {
	margin:0;
	font-size:20px;
	display: block;
	line-height: 80%;
}
#mobile_plan_table .plan_cell.unlimited p,
.mobile_plan_single .plan_cell.unlimited p {
	font-size:16px;
}

#mobile_plan_table .plan_cell.price span,
.mobile_plan_single .plan_cell.price span  {
	color:#7DBE00;
}
#mobile_plan_table .plan_cell span.mb,
.mobile_plan_single .plan_cell span.mb {
	display: inline;
	font-size:13px;
	vertical-align: 5px;
}
#mobile_plan_table .plan_cell.select a.button,
.mobile_plan_single .plan_cell.select a.button {
	background-color: #C1DD00;
	color:white;
	padding:7px 20px;
	text-align:center;
}
.mobile_plan_single .plan_cell.select a.button {
	background-color:#e20074;
	line-height: 90%;
}
.mobile_plan_single .plan_cell.select a.button span {
	font-size:10px;
	font-weight: bold;
}

.mobile_plan_single .plan_cell {
	color:#666;
	border-bottom:1px solid #ddd;

}
.mobile_plan_single div.plan_cell:nth-child(2) {
	border-left:1px solid #ddd;
}
.mobile_plan_single div.plan_cell:last-child {
	border-right:1px solid #ddd;
}
.mobile_plan_single .plan_cell.price {
	width:330px;
	text-align: left;
	color:#555;
	border:0;
	background-color: transparent;
}

.mobile_plan_single .plan_cell.price p{
	font-size: 60px;
	display: inline-block;

}
.unoSlider.smart_plan_slider  ul, 
.unoSlider.smart_plan_slider  .sliderView{
	width:100%;
	height:550px;
}
.unoSlider .smart_plan_slider_nav {
	width:70px;
	height:70px;
	background-color:#222;
	border-radius: 70px;
	font-size:55px;
	color:#fff;
	position: absolute;
	top:60%;
	z-index: 20;
	opacity: 0.3;
	display: none;
}
.unoSlider .smart_plan_slider_nav:hover {
	opacity: 0.5;
}
.unoSlider .smart_plan_slider_nav.prev {
	left:0px;
}
.unoSlider .smart_plan_slider_nav.next {
	right:0px;
}


/*freedom */

#pagehead.sub2 .col p.page_title {
	margin-top:0;
	color:#444;
}
#pagehead.sub2 .col.right {
	height: 380px;
	border-top:3px solid #7DBE00;
	margin-top: 50px;
    margin-bottom: 20px;
	position: relative;
}
.pagehead.mob .freedom_icon img {
	width: 162px;
	height:162px;
	margin-left: 130px;
    margin-top: 180px;
}
#pagehead.sub2 .col.right .bg {
	position: absolute;
	top:0;
	left:0;
	background-color: white;
	opacity: 0.86;
	width:100%;
	height:100%;
	z-index: 1;
}
#pagehead.sub2 .col.right .content {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 2;
	padding:30px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#pagehead.sub2 .col p,
#pagehead.sub2 ul li{
	font-weight:bold;
}
#pagehead.sub2 .col ul li {
	color:#999;
	padding:5px 0;
}
#pagehead.sub2 .col ul li a {
	background-color:#c1dd00;
	color:white;
	font-size:14px;
	padding:9px 0; 
	margin-top:20px;
	display: block;
	width:200px;
	text-align: center;
}
#pagehead.sub2 span.check {
	width:17px;
	height:16px;
	background-image:url(/img/service/mobile/check.png);
	display: inline-block;
	margin-right:10px;
	vertical-align: -2px;
}
.section.sub2 .mobile_plan_single .plan_cell {
	border-top-color:#7FBC00;
}
.section.sub2 .mobile_plan_single .plan_cell.price span {
	color:#7FBC00;
}
.section.sub2 p.tnc{
	font-size: 13px;
	color:#777;
	line-height: 150%;
}
/*show phones */

.section_contents_wrap.view_phones {
	text-align: center;
}
p.mid_title {
	color:#999;
	font-weight: bold;
	margin-top:50px;
	font-size:14px;
}
.section_contents_wrap.view_phones .phone {

	width:32%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display: inline-block;
	float:left;	
	margin-right:2%;
	margin-top:60px;

}
.section_contents_wrap div.phone:nth-child(3n+3) {
	margin-right:0;
}

.section_contents_wrap .phone a.phone_view,
.section_contents_wrap .phone .detail {
	float:left;
}
.section_contents_wrap .phone a.phone_view {
	position: relative;
}
.section_contents_wrap .phone a.phone_view span.view {
	background-color:#e20074;
	color:white;
	padding:7px 5px;
	width:90px;
	font-size:13px;
	font-weight: bold;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-10px;
	margin-left:-50px;
	opacity: 0;
	-webkit-transition: opacity linear 0.2s;
	-moz-transition: opacity linear 0.2s;
	transition: opacity linear 0.2s;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.section_contents_wrap .phone a.phone_view:hover span.view {
	opacity: 1;
	-webkit-transition: opacity linear 0.2s;
	-moz-transition: opacity linear 0.2s;
	transition: opacity linear 0.2s;
}
.section_contents_wrap .phone img {
	height:196px;
}
.section_contents_wrap .phone .detail {
	padding-left:10px;
	text-align: left;
	width:180px;
}
.section_contents_wrap .phone  p.device,
.section_contents_wrap .phone  p.price {
	margin-top:0;
	font-size: 16px;
	font-weight: bold;
}
.section_contents_wrap .phone  p.device {
	margin-bottom:15px;
}
.section_contents_wrap .phone p.price {
	font-size:35px;
	margin-bottom:40px;
}
.section_contents_wrap .phone p.price.special {
	color:#e20074;
	margin-bottom:16px;
}
.section_contents_wrap .phone p.price span.orig {
	color:#555;
	font-weight: normal;
	text-decoration: line-through;
	display: block;
	font-style: italic;
}

.section_contents_wrap .phone p.price span {
	font-size:14px;
	display: inline-block;
}
.section_contents_wrap .phone p.offer {
	color:#e20074;
	font-size:13px;
}

.section_contents_wrap .phone a.button {
	width:95px;
	background-color:#c1dd00;
	padding:7px 0px;
	margin-left:0;
}



/*launch offer */

.section.type3 {
	background-image:url(/img/service/mobile/pattern.png);
	border-bottom:1px solid #eee;
	padding:50px 0;
}
.section .exclusive_offer .col {
	float:left;
}
.section .exclusive_offer .col.left {
	width:600px;
}


.section .exclusive_offer p {
	padding-left:10px;
	width:600px;
	line-height: 150%;
}
.section .exclusive_offer p.title{
	font-size:30px;
	color:#e20074;
	font-family: 'roboto';
	font-weight: 300;
}
.section .exclusive_offer p.title span {
	font-weight: bold;
}
.section .exclusive_offer p.desc {
	font-weight: bold;
	color:#999;
}
.section .exclusive_offer p.small_prints {
	font-size:13px;
	color:#aaa;
}
.section .exclusive_offer span.highlight {
	color:#e20074;
}
.section .exclusive_offer .clearfix {
	background-color: transparent;
}


/*terms and conditions*/

.section.tnc{
	font-size:13px;
	line-height: 150%;
	color:#777;
}
.section.tnc1{
	font-size:13px;
	line-height: 150%;
	color:#777;
	padding: 0px;
}
.section.tnc p.tnc_title {
	font-size:16px;
	font-weight: bold;
}
.section.tnc span.highlight {
	color:#e20074;
}
table.charge_table {
	border-collapse: collapse;
	width: 800px;
}
table.charge_table th {
	border:1px solid #ddd;
	background-color:#eee;
	text-align: left;
	padding:3px 10px;
}
table.charge_table td{
	border:1px solid #ddd;
	padding:3px 10px;
}

p.fairuse {
	background-color:#eee;
	border:1px solid #ddd;
	padding:15px;
	padding-top: 25px;
    padding-bottom: 25px;
}

/*international */

.pagehead.mob p.page_title.sub {
	font-size:30px;
	margin-top:50px;
}
.pagehead.mob p.page_desc.sub {
	line-height: 150%;
	font-weight: bold;
	font-size: 15px;
	margin-bottom:0;
}

.section h4 {
	font-family: 'helvetica','arial';
	font-weight: bold;
}
.section h4 img {
	width:90px;
	display: inline-block;
	vertical-align: -35px;
	margin-right:10px;
}
table.charge_table.roaming {
	width:100%;
	table-layout: fixed;
}
table.charge_table.roaming td {
	font-size:14px;
	padding:10px;
	background-color:white;
}
table.charge_table.roaming th {
	padding:15px 10px;
	font-size: 14px;
	background-color:#c1dd00;
	color:white;
	border-color:#c1dd00;
}
table.charge_table.roaming tr td:nth-child(2),
table.charge_table.roaming tr th:nth-child(2) {
	width:400px;
}
table.charge_table.roaming td.td{
	padding:0;
}
table.charge_table.roaming td.td table {
	width:100%;
	height:100%;
	border-spacing:0;
	border-collapse: collapse;
	border:0;
}
table.charge_table.roaming td.td table td {
	border:0;
	border-bottom:1px solid #ddd;
}
table.charge_table.roaming td.td table tr:last-child td {
	border:0;
}

.plan_extra_info {
	font-size:14px;
	line-height: 150%;
	color:#666;
	background-color:white;
	padding:30px 0 0 0;
}
.plan_extra_info .click_for_more {
	width:100%;
	height:auto;
}
.plan_extra_info .click_for_more a {
	width:100%;
	padding:15px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#7DBE00;
	border:1px solid #ddd;
	display: block;
	font-weight: bold;
}
.plan_extra_info .more {
	padding:15px 20px;
	border:1px solid #ddd;
	border-top:0;
	margin:0;
}
/*vertical navigation */

#v_nav {
	position: fixed;
	right:0;
	top:50%;
	margin-top:-100px;
	z-index: 999;
	display: none;
}
#v_nav ul {
	width:38px;
	height:223px;
	background-image:url(/img/service/mobile/vnav.png);
	padding:15px 5px;
}
#v_nav ul li {
	height:40px;
	text-align: center;
	padding:0 5px;
}
#v_nav ul li a {
	color:#666;
	font-size:14px;
	font-weight: bold;
	padding-top:10px;
}
#v_nav ul li a:hover {
	color:#e20074;
}
#v_nav ul li:first-child {
	height:40px;
}
#v_nav ul li:first-child a {
	background-color:#c1dd00;
	padding:10px 5px;
	font-size:12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-left:-2px;
	color:white;
	-webkit-transition: background-color linear 0.3s;
	-moz-transition: background-color linear 0.3s;
	transition: background-color linear 0.3s;
}
#v_nav ul li:first-child a:hover {
	background-color:#e20074;
	color:white;
	-webkit-transition: background-color linear 0.3s;
	-moz-transition: background-color linear 0.3s;
	transition: background-color linear 0.3s;
}
/*
#v_nav ul li {
	height:40px;
	background-color:#7DBE00;
	color:white;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border:1px solid #ddd;
	padding:0 5px;
}
#v_nav ul li:hover {
	background-color:#e20074;
}
#v_nav ul li a {
	width:100%;
	height:100%;
	display:block;
	color:white;
	padding-top:12px;
	cursor: pointer;
}
*/


/*mobile phone popup */

#form-div .title.phone_view {
	padding:20px 20px;
	border:0;
	color:transparent;
}

.mobile_container {
	color:#555;
	font-family: 'helvetica','arial';
	font-size:14px;
	padding: 0 20px;
}
.mobile_container .col {
	float:left;
	width:350px;
}
.mobile_container h3{
	font-family:'helvetica','arial';
	font-weight: bold;
	font-size:29px;
	margin-bottom:10px;
}
.mobile_container .col p {
	line-height: 140%;
}
.mobile_container .col p.overview {
	padding:20px 0;
}
.mobile_container .col p.overview b {
	color:#7DBE00;
}
.mobile_container p.colors  {
	padding:10px 0;
}
.mobile_container p.colors span {
	width:15px;
	height:15px;
	margin-top:5px;
}

.mobile_container .col.right {
	text-align: center;
}
.mobile_container .col.right img {
	width:180px;
	margin:0 auto;
}

.mobile_container .mobile_info {
	width:720px;
}
.mobile_container .tab_wrap {
	height:38px;
	border-bottom:1px solid #ddd;
}
.mobile_container .tab_wrap .tab {
	display: inline-block;
	width: 130px;
	color:#888;
	background-color:#eee;
	border:1px solid #ddd;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	text-align: center;
	font-size:13px;
	font-weight: bold;
	height:27px;
	padding-top:10px;

}

.mobile_container .tab_wrap .tab.current {
	background-color:white;
	border-bottom:0;
	height:28px;
}


.mobile_container .info {
	border:1px solid #ddd;
	padding:20px;
	border-top:0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	font-size:13px;
}
.mobile_container .info p.title{
	font-size:15px;
	font-weight: bold;
}
.mobile_container .info img{
	width:190px;
	float:left;
	margin-bottom:20px;
}
.mobile_container .info .text {
	width:440px;
	float:left;
	padding:20px;
	line-height: 140%;
}
.mobile_container .info .text p {

}

.mobile_container .info .text span {
	font-size:15px;
	font-weight: bold;
}


.mobile_container .info {
	display: none;
}

ul.mob_spec_table li {
	padding:10px 15px;
	border-bottom:1px solid #ddd;
}
ul.mob_spec_table li.head{
	font-size:15px;
	font-family: 'helvetica','arial';
	font-weight: bold;
	border-bottom:0;
	background-color:#f9f9f9;
	padding:10px 15px;
	margin-top:10px;

}

ul.mob_plan_table li {
	padding:10px 15px;
}

#mobile_slider {
	width:250px;
	margin:0 auto;
	position: relative;
	/*margin-bottom:80px;*/
	padding-top:20px;
}
#mobile_slider .viewport {
	width:200px;
	height:350px;
	overflow: hidden;
	position: relative;
	margin:0 auto;
}
#mobile_slider .overview { padding:20px; list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#mobile_slider .overview li{ float: left; height:auto; width: auto; margin:0 10px;}
#mobile_slider .disabled {
	visibility: hidden;
}
#mobile_slider .slider_arrow {
	position: absolute;
	top:50%;
	margin-top:-14px;
	z-index: 9999;
}
#mobile_slider .slider_arrow.prev {
	left:-10px;
} 
#mobile_slider .slider_arrow.next {
	right:-10px;
}
#choose_mob { position: relative; overflow: auto; height:400px;margin-bottom:30px;}
#choose_mob li { list-style: none; }
#choose_mob ul li { float: left; }
#choose_mob  {
	margin-bottom:0;
	height:auto;
	overflow: hidden;
	display: none;
}
#choose_mob.main {
	display: none;
}

#choose_mob { height: auto; overflow:hidden; position: relative;}
#choose_mob .viewport { width:660px;  height:450px; overflow: hidden; position: relative; }

#choose_mob .disable { visibility: hidden; }
#choose_mob .overview { padding:20px; list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#choose_mob .overview li{ float: left; height:auto; width: auto; margin:0 10px;}

#choose_mob .phone_wrap {
	width:180px;
}
.mobile_container .slider_arrow,
#choose_mob .slider_arrow {
	width: 28px;
	height: 28px;
	background-image:url(/img/icon/slidernav.png);
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.mobile_container .slider_arrow:hover{
	background-color:#f9f9f9;
}
.mobile_container .slider_arrow.next{
	background-position: -28px 0;
}

/*iphone class */


.mobile_container.iphone .feature  img{
	display: block;
	width:100%;
	height:auto;
	float:none;
}
.mobile_container.iphone .feature p {
	display: block;
	float:none;
}

.mobile_container.iphone .feature p.title {
	font-size: 40px;
	text-align: center;
	font-weight: normal;
	font-family: 'Myraid Pro','Myraid','Calibri';
	color:#222;
}
.mobile_container.iphone .feature p.text {
	text-align: center;
	font-size:14px;
	font-weight: bold;
	color:#999;
	width:100%;
	padding:10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

}
/*customer popup */
#form-div.mob {
	width:760px;
	/*border-top:5px solid #7DBE00;*/
}

#form-div .title.mobile_contact {
	font-family: 'helvetica','arial';
	font-weight: bold;
	color:#7DBE00;
	border-bottom:0;
	padding:50px 20px 10px 20px;

}

#form-div .mobile_contact_wrap {
	padding:0 20px 0px 20px;

}

#form-div .mobile_contact_wrap p {
	font-size:14px;
	font-weight: bold;
	color:#999;
	font-family: 'helvetica','arial';
	line-height: 150%;
	margin-top:0;
	padding-bottom:20px;

}

#form-div .form_wrap {
	padding-top:20px;
	font-size: 14px;
	font-family: 'helvetica','arial';
	color:#666;
	border-top:1px dashed #ddd;
}
#form-div form {
	display: inline-block;
	vertical-align: top;
}
#form-div .form_wrap label {
	width:190px;
	display: inline-block;
	font-weight: bold;

}
#form-div .form_wrap p {
	font-size:17px;
	margin-bottom:0;
	color:#666;
}
#form-div .form_wrap label.radio {
	width:auto;
	margin-right:10px;
	font-weight: normal;
	cursor: pointer;
}
#form-div .form_wrap label.radio.left {
	margin-right:40px;
}
#form-div .form_wrap input[type="text"] {
	width:170px;
	display: inline-block;
	padding : 7px 5px;
	border:1px solid #ddd;
	margin:15px 0;
	font-size:14px;
	font-family: 'helvetica','arial';
}
#form-div .form_wrap input[type="radio"] {
	margin:20px 0 10px 0;
	cursor: pointer;
} 
#form-div .form_wrap input[type="submit"] {
	width:150px;
	color:white;
	font-size:14px;
	font-weight: bold;
	background-color:#e20074;
	border:0;
	height:40px;
	display: block;
	margin:30px 0;
	cursor: pointer;
}
#form-div .form_wrap input.hidden {
	display: none;
}
#form-div a.mobile_support {
	width: 193px;
	height:287px;
	background-image:url(/img/promotion/nakedpower/txt_eng.png);
	display: inline-block;
	float:right;
	margin-top: 8px;
}


#form-div a.mobile_support.kor {
	background-image:url(/img/promotion/nakedpower/txt.png);
}
#form-div a.mobile_support.chi {
	background-image:url(/img/promotion/nakedpower/txt_chi.png);
}


/*iphone6 15-09-14 */

.pagehead.iphone6 {
	background-color:#f9f9f9;
	padding-bottom:60px;
}

.iphone6.nopadding {
	padding-bottom:0;
}
.iphone6.bgtype1 {
	background: #ffffff;
	background-image: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background-image:; -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background-image: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background-image: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background-image: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background-image: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );

}
.iphone6.bgtype2 {
	background-color:#f5f5f5;
}
.iphone6.bgtype3 {
	background-color:#eee;
}
.iphone6 .img{
	width:100%;
	height:100%;
	background-position: 50% 30%;
	background-repeat: no-repeat;
}
.iphone6 .img1 {
	background-image:url(/img/service/mobile/iphone6/img1_eng.png);
}

table.iphone6plan {
	border-spacing: 0;
	width:100%;
	border-collapse: collapse;
}
table.iphone6plan tr td {
	border-bottom: 1px solid #ccc;
	padding:15px 0;
}
table.iphone6plan tr td:first-child {
	padding-right:15px;

}
table.iphone6plan tr td.title {
	padding-top:50px;
}
table.iphone6plan tr td.last{
	text-align: center;
	border:0;
	padding-top:30px;
	font-size:12px;
	color:#999;
	line-height: 150%;
}
table.iphone6plan td span {
	font-size:15px;
}
table.iphone6plan a.preorder {
	border: 1px solid #ccc;
	display: block;
	width:120px;
	text-align: center;
	padding:15px 0 12px 0;
}
table.iphone6plan a.preorder span {
	width:81px;
	height:15px;
	background-image:url(/img/service/mobile/iphone6/table_text_order.png);
	background-position: 0 0;
	margin-top:2px;
	display: inline-block;
}

table.iphone6plan a.preorder:hover,
a.preorder_large:hover {
	border-color:#BB3BA7;
}
table.iphone6plan a.preorder:hover span {
	background-position: 0 -15px;
}

a.preorder_large {
	width:200px;
	padding:17px 0 15px 0;
	text-align: center;
	border:1px solid #bbb;
	display: block;
	margin:0 auto;
}

a.preorder_large span {
	width:179px;
	height:22px;
	background-image:url(/img/service/mobile/iphone6/btn_order_large.png);
	background-position: 0 0;
	display: inline-block;
}
a.preorder_large:hover span {
	background-position: 0 -22px;
}

.iphone6.last p {
	font-size:12px;
	color:#aaa;
	padding:50px 0;
	margin:0;
}

.order_mobile_manual h3 {
	text-align: center;
	margin-bottom:30px;
}
.order_mobile_manual h3 img {
	display: inline-block;
}
.order_mobile_manual p.under_heading {
	font-size: 15px;
	color:#555;
	width:551px;
}
form.order_mobile_manual{
	margin:0 auto;
	width:551px;
	padding-top:30px;
	border-top:1px solid #ccc;
	line-height: 170%;
}

form.order_mobile_manual,
.order_mobile_manual p,
.order_mobile_manual input,
.order_mobile_manual span,
.order_mobile_manual select,
.order_mobile_manual .tnc,
.order_mobile_manual input[type="submit"],
.order_mobile_manual.completed a,
table.iphone6plan td span  {
	font-family: 'PT Sans','Myraid Pro','helvetica','arial';

}
.order_mobile_manual p {
	text-align: center;
	width:551px;
	padding:0 20px 20px 20px;
	margin:0 auto;
	line-height: 150%;
}

form.order_mobile_manual p {
	display: inline-block;
	width: 300px;
	font-size:15px;
	text-align: left;
	margin-bottom:15px;
	line-height: 100%;
	padding:0;
}

.order_mobile_manual span.highlight {
	color:#BB3BA7;
	font-weight: bold;
	font-size: 14px;
}
.order_mobile_manual input.text{
	width:100%;
	padding:10px;
	border:1px solid #ccc;
	font-size: 15px;
	margin-bottom:10px;
	color:#333;
}
.order_mobile_manual input[type="text"]:focus,
.order_mobile_manual input[type="text"]:hover {
	border-color:#BB3BA7;
	outline:none;
	box-shadow: none;
}
.order_mobile_manual .input_wrap.upfront{
	font-weight: bold;
	font-size: 30px;
	margin-bottom:20px;
	display: inline-block;
}
.order_mobile_manual input.readonly {
	border:none;
	box-shadow: none;
	width:87px;
	padding:0;
	display: inline-block;
	font-weight: bold;
	font-size: 30px;
}
.order_mobile_manual .input_wrap.upfront.special,
 .order_mobile_manual .input_wrap.upfront.special input{
	color:#BB3BA7;
}
.order_mobile_manual span.special {
	color:#BB3BA7;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;

}
.order_mobile_manual .selectbox-custom {
	display: inline-block;
}

.order_mobile_manual select {
    border: 1px solid #ccc;
    width: 240px;
    height:40px;
    position: relative;
    cursor: pointer;
	font-size: 15px;
	 -webkit-appearance: none;
	 -moz-appearance:none;
    appearance: none;
    padding:10px;
    color:#333;
    border-radius: 5px;
    background: transparent url("/img/service/mobile/iphone6/selectbox-custom-arrow.png") no-repeat 215px center;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-bottom:15px;
}
.order_mobile_manual select:hover {
	border-color:#BB3BA7;
}
@-moz-document url-prefix() { 
  .order_mobile_manual select {
    background:none;
  }
}
.order_mobile_manual select#iphone6_mobile_provider {
	margin-top:15px;
}

.order_mobile_manual input[type="radio"] {
	visibility: hidden;
}
.order_mobile_manual label.radio-custom {
	width:25px;
	height:25px;
	display: inline-block;
	background-color: #eee;
	cursor: pointer;
	position: relative;
	margin-right:10px;
	border:2px solid #fff;
}

.order_mobile_manual label.radio-custom.current:before,
.order_mobile_manual label.radio-custom:hover:before  {
	content: "";
	width:29px;
	height:29px;
	border-radius: 7px;
	border: 2px solid #BB3BA7;
	display: block;
	position: absolute;
	top:-4px;
	left:-4px;
}
.order_mobile_manual label.radio-custom.gold {
	background-color: #BDB68E;
}
.order_mobile_manual label.radio-custom.grey {
	background-color: #666;
	border:1px solid #ddd;
} 
.order_mobile_manual label.radio-custom.black{
	background-color:#222;
}
.order_mobile_manual label.radio-custom.white {
	background-color:#fff;
	border:1px solid #ddd;
}
.order_mobile_manual .tnc {
	text-align: center;
	padding-top:20px;
	font-size:15px;
}
.order_mobile_manual .tnc input[type="checkbox"] {
	/*visibility: hidden;*/
	display: none;
}
.order_mobile_manual .tnc label{
	cursor: pointer;
}
.order_mobile_manual .tnc label.checkbox-custom {
	width:25px;
	height:25px;
	border:1px solid #ccc;
	display: inline-block;
	padding:2px;
	margin-right:5px;
}
.order_mobile_manual .tnc input[type="checkbox"] + label span{
	 display:inline-block;
    width:22px;
    height:17px;
    vertical-align:middle;
    background:url(/img/service/mobile/iphone6/checkbox-custom-tick.png) -22px center no-repeat;
}
.order_mobile_manual .tnc input[type="checkbox"]:checked + label span{
	background:url(/img/service/mobile/iphone6/checkbox-custom-tick.png) left center no-repeat;
 
}
/*
.iphone6.preorder .tnc label.checkbox-custom {
	width:25px;
	height:25px;
	border:1px solid #ccc;
	display: inline-block;
	padding:2px;
	vertical-align: middle;
	margin-right:5px;
	cursor: pointer;
	position: relative;
}
.iphone6.preorder .tnc label.checkbox-custom.checked:after {
	content:url('/img/service/mobile/iphone6/checkbox-custom-tick.png');
	position: absolute;
	top:5px;
	left:4px;
}
*/
.order_mobile_manual .tnc a {
	color:#BB3BA7;
	text-decoration: underline;
	font-size:15px;
}
.order_mobile_manual input[type="submit"] {
	width:170px;
	background-color:#BB3BA7;
	height:50px;
	box-shadow: none;
	border:0;
	color:#fff;
	font-size:19px;
	cursor: pointer;
	font-weight: normal;
	margin:0 auto;
	display: block;
	transition: background-color linear 0.5s;
	-webkit-transition: background-color linear 0.5s;
	-moz-transition: background-color linear 0.5s;
}
.order_mobile_manual input[type="submit"]:hover {
	background-color:#Ad1283;
	transition: background-color linear 0.5s;
	-webkit-transition: background-color linear 0.5s;
	-moz-transition: background-color linear 0.5s;
}

form.order_mobile_manual p.processing_now,
form.order_mobile_manual p.not_available {
	width:100%;
	text-align: center;
	font-size:13px;
	padding:10px;
	line-height: 150%;
	display:none;
}
form.order_mobile_manual p.not_available {
	background-color:#f5f5f5;
	border:1px solid #ddd;
}
form.order_mobile_manual p.not_available img {
	display: block;
	margin: 0 auto;
	margin-bottom:10px;
}


.order_mobile_manual.completed {
	padding:100px 0;
}
.order_mobile_manual.completed p {
	text-align: center;
	line-height: 150%;

}
.order_mobile_manual.completed a {
	display:inline-block;
	background-color:#BB3BA7;
	padding:10px;
	color:#fff;
	font-size:19px;
	margin:30px 0;
}
.order_mobile_manual.completed .completed_msg {
	border:1px solid #BB3BA7;
	width:600px;
	padding:60px 20px 20px;
	margin:0 auto;
}
.order_mobile_manual.completed .completed_msg .title {
	color:#BB3BA7;
	font-weight: bold;
}
.kor .iphone6 .img1 {
	background-image:url(/img/service/mobile/iphone6/img1_kor.png);
}
.kor table.iphone6plan a.preorder span {
	background-image:url(/img/service/mobile/iphone6/table_text_order_kor.png);
}

.kor a.preorder_large span {
	background-image:url(/img/service/mobile/iphone6/btn_order_large_kor.png);
}

.chi .iphone6 .img1 {
	background-image:url(/img/service/mobile/iphone6/img1_chi.png);
}
.chi table.iphone6plan a.preorder span {
	background-image:url(/img/service/mobile/iphone6/table_text_order_chi.png);
}

.chi a.preorder_large span {
	background-image:url(/img/service/mobile/iphone6/btn_order_large_chi.png);
}
.chi .order_mobile_manual.completed p {
	font-size: 15px;
}

/*note4 151014 */


#pagehead.note4 {
	height:675px;
	background:url(/img/service/mobile/note4/pattern.png) repeat no-repeat;

}

#pagehead.note4 .img1 {
	width:980px;
	height:675px;
	background:url(/img/service/mobile/note4/note4_img1_eng.png);

}


table.note4plan {
	width:100%;
	border-spacing: 0;
	border-collapse: collapse;
}
table.note4plan td {
	padding:20px 0;
	border-bottom:1px solid #BD4ABE;
}
table.note4plan td.title {
	padding:40px 0 10px 0;
}
table.note4plan td.nopadding {
	padding:0;
}
table.note4plan td.last {
	border:0;
	text-align: center;
	font-size:14px;
	color:#999;
}
table.note4plan td div {
	position: relative;
	padding:30px 0 10px 0;
}
table.note4plan td div span {
	width: 121px;
	height:21px;
	position: absolute;
	background-image:url(/img/service/mobile/note4/table_text_limited.png);
	display: block;
	top:0px;
}


table.note4plan a.select {
	width:120px;
	padding:12px 0;
	border: 1px solid #9547AF;
	text-align: center;
	display: block;
	background-color:white;
	-moz-transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;

}
table.note4plan a.select span {
	width: 54px;
	height:12px;
	background-image:url(/img/service/mobile/note4/table_text_select.png);
	display: inline-block;
	vertical-align: middle;
}
table.note4plan a.select:hover {
	background-color:#9547AF;
	-moz-transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;

}	
table.note4plan a.select:hover span {
	background-position:0 -12px;
}


.section.note4.bgtype1 {
	background: #f6f3f2;
	background-color:#f6f3f2;
	background-image: -moz-linear-gradient(top,  #f6f3f2 0%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f3f2), color-stop(100%,#ffffff));
	background-image: -webkit-linear-gradient(top,  #f6f3f2 0%,#ffffff 100%);
	background-image: -o-linear-gradient(top,  #f6f3f2 0%,#ffffff 100%);
	background-image: -ms-linear-gradient(top,  #f6f3f2 0%,#ffffff 100%);
	background-image: linear-gradient(to bottom,  #f6f3f2 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f3f2', endColorstr='#ffffff',GradientType=0 );

}
.section.note4.bgtype2{
	background-color:#f5f5f5;
}
.section.note4 .hr {
	width:980px;
	height:1px;
	background: #f6f3f2;
	background-color:#f6f3f2;
	background-image: -moz-linear-gradient(left,  #f6f3f2 0%, #949494 48%, #f6f3f2 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#f6f3f2), color-stop(48%,#949494), color-stop(100%,#f6f3f2));
	background-image: -webkit-linear-gradient(left,  #f6f3f2 0%,#949494 48%,#f6f3f2 100%);
	background-image: -o-linear-gradient(left,  #f6f3f2 0%,#949494 48%,#f6f3f2 100%);
	background-image: -ms-linear-gradient(left,  #f6f3f2 0%,#949494 48%,#f6f3f2 100%);
	background-image:; linear-gradient(to right,  #f6f3f2 0%,#949494 48%,#f6f3f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f3f2', endColorstr='#f6f3f2',GradientType=1 );
	margin:25px 0;
}

.section.note4 .section_title {
	text-align: center;
	font-size: 0;
}
.section.note4 .section_title img {
	display: inline-block;
	vertical-align: middle;
	margin:0 20px;
}
.section.note4 .section_title span {
	width:413px;
	display: inline-block;
	height:1px ;
	background-color:#ddd;
	vertical-align: middle;
}
.section.note4 .col_wrap {
	padding:30px 0;
	text-align: center;
	font-size:0;
}
.section.note4 .col_wrap img {
	border:1px solid #ddd;
}
.section.note4 a.select_large {
	width:200px;
	padding:20px 0;
	background-color:#9547Af;
	display: block;
	margin:0 auto;
	text-align: center;
	-moz-transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.section.note4 a.select_large:hover {
	background-color:#5B1985;
	-moz-transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.section.note4 a.select_large span {
	width: 122px;
	height:15px;
	background-image:url(/img/service/mobile/note4/btn_order_large.png);
	display: inline-block;
	vertical-align: middle;
}

.section.note4.specs {
	text-align: center;
}
.section.note4.specs img.note4specs {
	margin:30px 0;
}

.section.note4.specs table {
	text-align: left;
	font-size:13px;
	width:980px;
}
.section.note4.specs table tr td {
	border-bottom: 1px solid #ddd;
	padding:5px 0;
}
.section.note4.specs table tr td:first-child {
	width:35%;
}

/*note 4 langfix */

.kor #pagehead.note4 .img1{
	background:url(/img/service/mobile/note4/note4_img1_kor.png);
	margin-top:-1px;
}

.kor table.note4plan a.select span{
	background-image:url(/img/service/mobile/note4/table_text_select_kor.png);
	height:16px;
}
.kor table.note4plan a.select:hover span {
	background-position: 0 -16px;
}
.kor table.note4plan td div span {
	background-image:url(/img/service/mobile/note4/table_text_limited_kor.png);
}
.kor table.note4plan td.last {
	font-size:13px;
}
.kor .note4 a.select_large span{
	background-image:url(/img/service/mobile/note4/btn_order_large_kor.png);
	height:18px;
}

.chi #pagehead.note4 .img1{
	background:url(/img/service/mobile/note4/note4_img1_chi.png);
	margin-top:-9px;
}

.chi table.note4plan a.select span{
	background-image:url(/img/service/mobile/note4/table_text_select_chi.png);
	height:16px;
}
.chi table.note4plan a.select:hover span {
	background-position: 0 -16px;
}
.chi table.note4plan td div span {
	background-image:url(/img/service/mobile/note4/table_text_limited_chi.png);
}
.chi table.note4plan td.last {
	font-size:13px;
}
.chi .note4 a.select_large span{
	background-image:url(/img/service/mobile/note4/btn_order_large_chi.png);
	height:18px;
}



/*langfix */

.kor .pagehead.mob p.page_desc,
.chi .pagehead.mob p.page_desc {
	font-weight: bold;
	color:#999;
	margin-bottom:58px;
}
.kor .pagehead p.center_text   {
	font-size: 35px;
}
.kor #pagenav.mob li a {
	font-size:14px;
}
.kor .exclusive_offer p.desc,
.kor .exclusive_offer span {
	font-size: 20px;
	font-family: 'malgun_bold','malgun gothic';
	font-weight: normal;
	letter-spacing: -1px;
}
.kor .exclusive_offer p.title span,
.kor .exclusive_offer p.title  {
	font-size:35px;
	font-family: 'malgun_bold','malgun gothic';
	font-weight: normal;
	letter-spacing: -1px;
}
.kor .exclusive_offer p.title{
	font-family: 'malgun','malgun gothic';
	letter-spacing: -1px;
}
.kor .section h3.section_title {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
}
.kor .pagehead.mob p.page_title.sub,
.kor .benefit_title p.title,
.kor .section_contents_wrap .item p.title,
.kor .benefit_detail.item6 .content_item p.title,
.kor h4{
	font-family: 'malgun_bold','malgun gothic';
	font-weight: normal;
	letter-spacing: -1px;
}
.kor .pagehead.mob p.page_title.sub {
	letter-spacing: -2px;
}
.kor .benefit_title p:not(.title),
.kor .section_contents_wrap .item p.desc,
.kor .benefit_detail.item6 ul li p.sub_title,
.kor .benefit_detail .phone_desc p.last,
.kor .benefit_detail.item6 .content_item p,
.kor .pagehead.mob p.page_desc,
.kor .item a.button,
.kor .mobile_plan_single .plan_cell.select a.button,
.kor .section.tnc  p,
.kor #pagehead.sub2 .col p span,
.kor #pagehead.sub2 .col li,
.kor .plan_extra_info .more,
.kor .plan_extra_info .click_for_more a   {
	font-size:14px;
}
.kor .benefit_detail .phone_desc p.last {
	padding-top:80px;
}

.kor .section_contents_wrap .phone p.price span{
	font-size: 13px;
}
.kor .section_contents_wrap .phone p.offer {
	font-size: 12px;
}
.kor p.tnc_title span.mob,
.kor .benefit_detail.item6 .content_item p.title,
.kor .mobile_plan_single .plan_cell.price span,
.kor p.mid_title {
	font-size:16px;
}
.kor .pagehead.mob p.page_desc,
.kor .section.tnc  p  {
	line-height: 150%;
}
.kor .mobile_plan_single .plan_cell.price p,
.kor #mobile_plan_table .plan_cell.price p,
.kor .section_contents_wrap .phone p.price,
.kor .section_contents_wrap .phone p.device, 
.kor .section_contents_wrap .phone p.price,
.kor #mobile_plan_table .plan_cell p, 
.kor .mobile_plan_single .plan_cell p,
.kor .benefit_detail .phone_desc p.device,
.kor .mobile_plan_single .plan_cell.price span {
	font-family: 'helvetica','arial';
}
.kor .mobile_plan_single .plan_cell.select a.button {
	padding:10px 30px;
}
.kor p.mid_title  {
	font-size: 14px;
	font-weight: bold;
}

.chi .pagehead p.center_text   {
	font-size: 40px;
	font-weight: normal;
}
.chi .section h3.section_title {
	font-size:40px;
	font-weight: normal;
}
.chi .section .exclusive_offer p.desc,
.chi .section.tnc p.tnc_title, 
.chi .section.tnc p.tnc_title span,
.chi .benefit_detail .links a.type1,
.chi #mobile_plan_table .plan_cell.select a.button, 
.chi .mobile_plan_single .plan_cell.select a.button,
.chi #mobile_plan_table .plan_cell.price span, 
.chi .mobile_plan_single .plan_cell.price span,
.chi #pagehead.sub2 .col p, 
.chi #pagehead.sub2 .col p span,
.chi #pagehead.sub2 ul li {
	font-size:16px;
}
.chi .section .exclusive_offer p.title,
.chi .section .exclusive_offer p.title span,
.chi .pagehead.mob p.page_title {
	font-size:35px;
}
.chi .item a.button {
	font-size: 14px;
	font-weight: normal;
}
.chi .section_contents_wrap .item p.desc,
.chi .section.tnc p,
.chi .benefit_detail p:not(.title),
.chi .benefit_detail .phone_desc p.last,
.chi #pagenav.mob li a,
.chi .pagehead.mob p.page_desc,
.chi .plan_extra_info .click_for_more a,
.chi .plan_extra_info .more{
	font-size: 14px;
}
.chi .section.tnc p {
	line-height: 150%;
}


.chi .benefit_title p.title {
	font-size: 30px;
	font-weight: normal;
}

.chi .benefit_detail .phone_desc p.last{
	padding-top:80px;
}

.chi .benefit_detail .links a.type1,
.chi #mobile_plan_table .plan_cell.select a.button, 
.chi .mobile_plan_single .plan_cell.select a.button {
	font-weight: normal;
}
.chi #mobile_plan_table .plan_cell.select a.button, 
.chi .mobile_plan_single .plan_cell.select a.button  {
	padding:10px 20px;
}
.chi .pagehead.mob p.page_title,
.chi #pagehead.sub2 .col p.page_title  {
	font-weight: normal;
	font-size: 40px;
}
.chi #mobile_plan_table .plan_row .plan_cell span, 
.chi .mobile_plan_single .plan_cell span{
	font-weight: normal;
}
.chi #mobile_plan_table .plan_row .plan_cell.price span {
	font-weight: bold;
	font-size: 14px;
}
.chi .mobile_plan_single .plan_cell.price span {
	font-size: 16px;
	font-weight: bold;
}
.chi .section h4 {
	font-weight: normal;
}


/*Samsung_s6_edge template */


#pagehead.samsung_edge {
	height:753px;
	background-color: #e3e5e4

}

#pagehead.samsung_edge .img1 {
	width:980px;
	height:675px;
	background:url(/img/service/mobile/edge/edge_img1_eng.png);

}

#pagehead.samsung_s6 {
	height:753px;
	background-color: white

}

#pagehead.samsung_s6 .img1 {
	width:980px;
	height:675px;
	background:url(/img/service/mobile/s6/s6_img1_eng.png);

}

table.s6plan {
	width:100%;
	border-spacing: 0;
	border-collapse: collapse;
}
table.s6plan td {
	padding:20px 0;
	border-bottom:1px solid #BD4ABE;
}
table.s6plan td.title {
	padding:40px 0 10px 0;
}
table.s6plan td.nopadding {
	padding:0;
}
table.s6plan td.last {
	border:0;
	text-align: center;
	font-size:14px;
	color:#999;
}
table.s6plan td div {
	position: relative;
	padding:30px 0 10px 0;
}
table.s6plan td div span {
	width: 121px;
	height:21px;
	position: absolute;
	background-image:url(/img/service/mobile/note4/table_text_limited.png);
	display: block;
	top:0px;
}


table.s6plan a.select {
	width:120px;
	padding:12px 0;
	border: 1px solid #9547AF;
	text-align: center;
	display: block;
	background-color:white;
	-moz-transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;

}
table.s6plan a.select span {
	width: 54px;
	height:12px;
	background-image:url(/img/service/mobile/note4/table_text_select.png);
	display: inline-block;
	vertical-align: middle;
}
table.s6plan a.select:hover {
	background-color:#9547AF;
	-moz-transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;

}
table.s6plan a.select:hover span {
	background-position:0 -12px;
}


.section.samsung.bgtype1 {
	background: #f6f3f2;
	background-color:#f6f3f2;
	background-image: -moz-linear-gradient(top,  #f6f3f2 0%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f3f2), color-stop(100%,#ffffff));
	background-image: -webkit-linear-gradient(top,  #f6f3f2 0%,#ffffff 100%);
	background-image: -o-linear-gradient(top,  #f6f3f2 0%,#ffffff 100%);
	background-image: -ms-linear-gradient(top,  #f6f3f2 0%,#ffffff 100%);
	background-image: linear-gradient(to bottom,  #f6f3f2 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f3f2', endColorstr='#ffffff',GradientType=0 );

}
.section.samsung.bgtype2{
	background-color:#f5f5f5;
}
.section.samsung .hr {
	width:980px;
	height:1px;
	background: #f6f3f2;
	background-color:#f6f3f2;
	background-image: -moz-linear-gradient(left,  #f6f3f2 0%, #949494 48%, #f6f3f2 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#f6f3f2), color-stop(48%,#949494), color-stop(100%,#f6f3f2));
	background-image: -webkit-linear-gradient(left,  #f6f3f2 0%,#949494 48%,#f6f3f2 100%);
	background-image: -o-linear-gradient(left,  #f6f3f2 0%,#949494 48%,#f6f3f2 100%);
	background-image: -ms-linear-gradient(left,  #f6f3f2 0%,#949494 48%,#f6f3f2 100%);
	background-image:; linear-gradient(to right,  #f6f3f2 0%,#949494 48%,#f6f3f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f3f2', endColorstr='#f6f3f2',GradientType=1 );
	margin-bottom:100px
}

.section.samsung .section_title {
	text-align: center;
	font-size: 0;
}
.section.samsung .section_title img {
	display: inline-block;
	vertical-align: middle;
	margin:0 20px;
}
.section.samsung .section_title span {
	width:413px;
	display: inline-block;
	height:1px ;
	background-color:#ddd;
	vertical-align: middle;
}
.section.samsung .col_wrap {
	padding:30px 0;
	text-align: center;
	font-size:0;
}
.section.samsung .col_wrap img {
	border:1px solid #ddd;
}
.section.samsung a.select_large {
	width:200px;
	padding:20px 0;
	background-color:#9547Af;
	display: block;
	margin:0 auto;
	text-align: center;
	-moz-transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.section.samsung a.select_large:hover {
	background-color:#5B1985;
	-moz-transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.section.samsung a.select_large span {
	width: 122px;
	height:15px;
	background-image:url(/img/service/mobile/samsung_template/btn_order_large.png);
	display: inline-block;
	vertical-align: middle;
}

.section.samsung.specs {
	text-align: center;
}
.section.samsung.specs img.specs_img {
	margin:30px 0;
}

.section.samsung.specs table {
	text-align: left;
	font-size:13px;
	width:980px;
}
.section.samsung.specs table tr td {
	border-bottom: 1px solid #ddd;
	padding:5px 0;
}
.section.samsung.specs table tr td:first-child {
	width:35%;
}

.order_mobile_manual h3 {
	text-align: center;
	margin-bottom:30px;
}
.order_mobile_manual h3 img {
	display: inline-block;
}
.order_mobile_manual p.under_heading {
	font-size: 15px;
	color:#555;
	width:551px;
}
form.order_mobile_manual{
	margin:0 auto;
	width:551px;
	padding-top:30px;
	border-top:1px solid #ccc;
	line-height: 170%;
}

form.order_mobile_manual,
.order_mobile_manual p,
.order_mobile_manual input,
.order_mobile_manual span,
.order_mobile_manual select,
.order_mobile_manual .tnc,
.order_mobile_manual input[type="submit"],
.order_mobile_manual.completed a,
table.iphone6plan td span  {
	font-family: 'PT Sans','Myraid Pro','helvetica','arial';

}
.order_mobile_manual p {
	text-align: center;
	width:551px;
	padding:0 20px 20px 20px;
	margin:0 auto;
	line-height: 150%;
}

form.order_mobile_manual p {
	display: inline-block;
	width: 300px;
	font-size:15px;
	text-align: left;
	margin-bottom:15px;
	line-height: 100%;
	padding:0;
}

.order_mobile_manual span.highlight {
	color:#BB3BA7;
	font-weight: bold;
	font-size: 14px;
}
.order_mobile_manual input.text{
	width:100%;
	padding:10px;
	border:1px solid #ccc;
	font-size: 15px;
	margin-bottom:10px;
	color:#333;
}
.order_mobile_manual input[type="text"]:focus,
.order_mobile_manual input[type="text"]:hover {
	border-color:#BB3BA7;
	outline:none;
	box-shadow: none;
}
.order_mobile_manual .input_wrap.upfront{
	font-weight: bold;
	font-size: 30px;
	margin-bottom:20px;
	display: inline-block;
}
.order_mobile_manual input.readonly {
	border:none;
	box-shadow: none;
	width:87px;
	padding:0;
	display: inline-block;
	font-weight: bold;
	font-size: 30px;
}
.order_mobile_manual .input_wrap.upfront.special,
 .order_mobile_manual .input_wrap.upfront.special input{
	color:#BB3BA7;
}
.order_mobile_manual span.special {
	color:#BB3BA7;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;

}
.order_mobile_manual .selectbox-custom {
	display: inline-block;
}

.order_mobile_manual select {
    border: 1px solid #ccc;
    width: 240px;
    height:40px;
    position: relative;
    cursor: pointer;
	font-size: 15px;
	 -webkit-appearance: none;
	 -moz-appearance:none;
    appearance: none;
    padding:10px;
    color:#333;
    border-radius: 5px;
    background: transparent url("/img/service/mobile/iphone6/selectbox-custom-arrow.png") no-repeat 215px center;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-bottom:15px;
}
.order_mobile_manual select:hover {
	border-color:#BB3BA7;
}
@-moz-document url-prefix() { 
  .order_mobile_manual select {
    background:none;
  }
}
.order_mobile_manual select#iphone6_mobile_provider {
	margin-top:15px;
}

.order_mobile_manual input[type="radio"] {
	visibility: hidden;
}
.order_mobile_manual label.radio-custom {
	width:25px;
	height:25px;
	display: inline-block;
	background-color: #eee;
	cursor: pointer;
	position: relative;
	margin-right:10px;
	border:2px solid #fff;
}

.order_mobile_manual label.radio-custom.current:before,
.order_mobile_manual label.radio-custom:hover:before  {
	content: "";
	width:29px;
	height:29px;
	border-radius: 7px;
	border: 2px solid #BB3BA7;
	display: block;
	position: absolute;
	top:-4px;
	left:-4px;
}
.order_mobile_manual label.radio-custom.gold {
	background-color: #BDB68E;
}
.order_mobile_manual label.radio-custom.grey {
	background-color: #666;
	border:1px solid #ddd;
} 
.order_mobile_manual label.radio-custom.black{
	background-color:#222;
}
.order_mobile_manual label.radio-custom.white {
	background-color:#fff;
	border:1px solid #ddd;
}
.order_mobile_manual .tnc {
	text-align: center;
	padding-top:20px;
	font-size:15px;
}
.order_mobile_manual .tnc input[type="checkbox"] {
	/*visibility: hidden;*/
	display: none;
}
.order_mobile_manual .tnc label{
	cursor: pointer;
}
.order_mobile_manual .tnc label.checkbox-custom {
	width:25px;
	height:25px;
	border:1px solid #ccc;
	display: inline-block;
	padding:2px;
	margin-right:5px;
}
.order_mobile_manual .tnc input[type="checkbox"] + label span{
	 display:inline-block;
    width:22px;
    height:17px;
    vertical-align:middle;
    background:url(/img/service/mobile/iphone6/checkbox-custom-tick.png) -22px center no-repeat;
}
.order_mobile_manual .tnc input[type="checkbox"]:checked + label span{
	background:url(/img/service/mobile/iphone6/checkbox-custom-tick.png) left center no-repeat;
 
}
.order_mobile_manual .tnc a {
	color:#BB3BA7;
	text-decoration: underline;
	font-size:15px;
}
.order_mobile_manual input[type="submit"] {
	width:170px;
	background-color:#BB3BA7;
	height:50px;
	box-shadow: none;
	border:0;
	color:#fff;
	font-size:19px;
	cursor: pointer;
	font-weight: normal;
	margin:0 auto;
	display: block;
	transition: background-color linear 0.5s;
	-webkit-transition: background-color linear 0.5s;
	-moz-transition: background-color linear 0.5s;
}
.order_mobile_manual input[type="submit"]:hover {
	background-color:#Ad1283;
	transition: background-color linear 0.5s;
	-webkit-transition: background-color linear 0.5s;
	-moz-transition: background-color linear 0.5s;
}

form.order_mobile_manual p.processing_now,
form.order_mobile_manual p.not_available {
	width:100%;
	text-align: center;
	font-size:13px;
	padding:10px;
	line-height: 150%;
	display:none;
}
form.order_mobile_manual p.not_available {
	background-color:#f5f5f5;
	border:1px solid #ddd;
}
form.order_mobile_manual p.not_available img {
	display: block;
	margin: 0 auto;
	margin-bottom:10px;
}


.order_mobile_manual.completed {
	padding:100px 0;
}
.order_mobile_manual.completed p {
	text-align: center;
	line-height: 150%;

}
.order_mobile_manual.completed a {
	display:inline-block;
	background-color:#BB3BA7;
	padding:10px;
	color:#fff;
	font-size:19px;
	margin:30px 0;
}
.order_mobile_manual.completed .completed_msg {
	border:1px solid #BB3BA7;
	width:600px;
	padding:60px 20px 20px;
	margin:0 auto;
}
.order_mobile_manual.completed .completed_msg .title {
	color:#BB3BA7;
	font-weight: bold;
}
.kor .iphone6 .img1 {
	background-image:url(/img/service/mobile/iphone6/img1_kor.png);
}
.kor table.iphone6plan a.preorder span {
	background-image:url(/img/service/mobile/iphone6/table_text_order_kor.png);
}

.kor a.preorder_large span {
	background-image:url(/img/service/mobile/iphone6/btn_order_large_kor.png);
}

.chi .iphone6 .img1 {
	background-image:url(/img/service/mobile/iphone6/img1_chi.png);
}
.chi table.iphone6plan a.preorder span {
	background-image:url(/img/service/mobile/iphone6/table_text_order_chi.png);
}

.chi a.preorder_large span {
	background-image:url(/img/service/mobile/iphone6/btn_order_large_chi.png);
}
.chi .order_mobile_manual.completed p {
	font-size: 15px;
}


/*Samsung_note5 template */


#pagehead.samsung_note5  {
	height:640px;
	background-color: #ffffff;
	border-bottom: 1px solid #c9c9c9;
}

#pagehead.samsung_note5 .img1_ko {
	width:980px;
	height:558px;
	background:url(/img/service/mobile/note5/note5_01_ko.png);

}

#pagehead.samsung_note5 .img1_en {
	width:980px;
	height:558px;
	background:url(/img/service/mobile/note5/note5_01_en.png);

}

#pagehead.samsung_note5 .img1_cn {
	width:980px;
	height:550px;
	background:url(/img/service/mobile/note5/note5_01_cn.png);

}

.kor .font_b p {
	font-family: "helvetica","arial"; 
	font-size: 20px;
}

table.samsung_note5 a.preorder {
	border: 1px solid #ccc;
	display: block;
	width:120px;
	text-align: center;
	padding:15px 0 12px 0;
}
table.samsung_note5 a.preorder_kor span {
	width:81px;
	height:15px;
	background-image:url(/img/service/mobile/note5/table_text_order_kor.png);
	background-position: 0 0;
	margin-top:2px;
	display: inline-block;
}

table.samsung_note5 a.preorder_eng span {
	width:81px;
	height:15px;
	background-image:url(/img/service/mobile/note5/table_text_order.png);
	background-position: 0 0;
	margin-top:2px;
	display: inline-block;
}
table.samsung_note5 a.preorder_chi span {
	width:81px;
	height:15px;
	background-image:url(/img/service/mobile/note5/table_text_order_chi.png);
	background-position: 0 0;
	margin-top:2px;
	display: inline-block;
}

table.samsung_note5 a.preorder_kor:hover,
a.preorder_large:hover {
	border-color:#e2007f;
}
table.samsung_note5 a.preorder_kor:hover span {
	background-position: 0 -15px;
}

table.samsung_note5 a.preorder_eng:hover,
a.preorder_large:hover {
	border-color:#e2007f;
}
table.samsung_note5 a.preorder_eng:hover span {
	background-position: 0 -15px;
}

table.samsung_note5 a.preorder_chi:hover,
a.preorder_large:hover {
	border-color:#e2007f;
}
table.samsung_note5 a.preorder_chi:hover span {
	background-position: 0 -15px;
}


table.samsung_note5 a.preorder:hover,
a.preorder_large:hover {
	border-color:#e2007f;
}
table.samsung_note5 a.preorder:hover span {
	background-position: 0 -15px;
}
.planbox_rounded5px {
    background-clip: padding-box;
    border-radius: 5px;
    border:1px #cccccc solid;
    padding:16px 13px 13px;
}


/*Samsung_edge_plus template */

#pagehead.samsung_edge_plus  {
	height:597px;
	background:url(/img/service/mobile/edge_plus/back_edge_plus.png) repeat;
	border-bottom: 1px solid #c9c9c9;
}

#pagehead.samsung_edge_plus .img1_ko {
	width:980px;
	height:520px;
	background:url(/img/service/mobile/edge_plus/edge_plus_01_ko.png);

}

#pagehead.samsung_edge_plus .img1_en {
	width:980px;
	height:520px;
	background:url(/img/service/mobile/edge_plus/edge_plus_01_en.png);

}

#pagehead.samsung_edge_plus .img1_cn {
	width:980px;
	height:520px;
	background:url(/img/service/mobile/edge_plus/edge_plus_01_cn.png);

}


/*Samsung_galaxy template */

#pagehead.galaxys7  {
	height:597px;
	background-color:#ffffff;
	border-bottom: 1px solid #c9c9c9;
}

#pagehead.galaxys7 .img1_ko {
	width:980px;
	height:515px;
	background:url(/img/service/mobile/galaxy7s/galaxys7_eng_01.png);

}

#pagehead.galaxys7 .img1_en {
	width:980px;
	height:515px;
	background:url(/img/service/mobile/galaxy7s/galaxys7_eng_01.png);

}

#pagehead.galaxys7 .img1_cn {
	width:980px;
	height:515px;
	background:url(/img/service/mobile/galaxy7s/galaxys7_eng_01.png);

}

/*========================================*/
/* iphone7 111016 */

#page_content.iphone7 {
	padding-bottom:0;
}

.iphone7 .bg.iphone7 {
    width: 100%;
    height: 1280px;
    background-color: black;
    position: absolute;
    background-size: cover;
    margin-top: -127px;
}
#iphone7_top {

	height:1153px;
}
.iphone7.content1{
    width: 100%;
    height: 450px;
    background-color: black;
}
.iphone7 .mobile_plan{
	font-size: 33px;
	font-weight: 800px;
	font-family: 'PT Sans','Myraid Pro','helvetica','arial';
	color: #ec008c;
	line-height: 1em;
}
.iphone7 .mobile_name{
	font-size: 35px;
	font-weight: bold;
	font-family: 'PT Sans','Myraid Pro','helvetica','arial';
	color: #ffffff;
	line-height: 0em;
}
.iphone7_table{
    background-color: rgb(255, 255, 255); 
 	border-color: #ec008c; 
 	width: 980px; 
 	height: 75px; 
 	margin-bottom: 0px; 
 	margin-top:10px; 
 	text-align: center;
 	border: 1px solid #ec008c;
 }
.iphone7 .btn a{
    width: 110px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 17px;
    border: 1px solid #ccc;
    border-radius: 5px;
	display: block;
	text-align: center;
	padding:15px 0 12px 0;
    text-align: center;
    font-family: Helvetica, Tahoma, Arial,'Dotum';
    color: #aaa;
    cursor: pointer;
    margin-left: 30px;
    margin-right:17px;
}

.iphone7 .btn a:hover{
    border-color: #e2007f;
    color: #e2007f;
}
.planbox_rounded5px {
    background-clip: padding-box;
    border-radius: 5px;
    border:1px #cccccc solid;
    padding:16px 13px 13px;
}
.iphone7.content2{
    width: 100%;
    background-color: black;
    height: 8235px;
    padding-top: 70px;
}
#iphone7_bottom {
	height:8235px;
}
.iphone7.content2.chi{
	width: 100%;
    background-color: black;
    height: 8000px;
    padding-top: 70px;
}
#iphone7_bottom_chi{
	height:8000px;
}


/*========================================*/
/* note8 29092017 */

#page_content .note8{
	background-color: #000;
	padding-bottom: 0px;
}

.bg_note8 {
    width: 100%;
    height: 1250px;
    background-color: #000;
    position: absolute;
    background-size: cover;
    margin-top: -126px;
}
#note8_top {
	height:auto;
	padding-top: 15px;
}
.note8.content1{
    width: 100%;
    height: auto;
    background-color: black;
}
.note8 .mobile_plan{
	font-size: 29px;
	font-family:'PT Sans','Myraid Pro','helvetica','arial';
	color: #ec008c;
	line-height: 0em;
}
.note8 .mobile_name{
	font-size: 33px;
	font-weight: bold;
	font-family:'PT Sans','Myraid Pro','helvetica','arial';
	color: #ffffff;
	line-height: 0.8em;
}
.note8_table{
    background-color: rgb(255, 255, 255);
 	width: 980px; 
 	height: 75px; 
 	margin-bottom: 0px; 
 	margin-top:10px; 
 	text-align: center;
 	border-top: 3px solid #ec008c;
 	border-collapse: collapse;
 }
.note8_btn{
 	width:123px;
 }
.note8_btn a{
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    background-color: #ec008c;
    border-radius: 5px;
	padding: 7px 20px;
    text-align: center;
    font-family: Helvetica, Tahoma, Arial,'Dotum';
    cursor: pointer;
    margin: 0px 17px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.note8_btn a:hover{
    color: #ec008c;
    background-color:#fff;
    border: 1px solid #ec008c;
}
.note8 .content2{
    width: 100%;
    background-color: black;
    height: auto;
    padding-top: 40px;
}
#note8_bottom {
	height: auto;
	padding-bottom: 150px;
}

p.mobile_tnc{
	font-size: 15px;
    color: #777;
    text-align: left;
}
