@charset "utf-8";
/*
Author: Kim-jintae
Contact: vuenos@gmail.com
Version: 1.0
*/

/** Default Style Definition **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	}
	
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}

body {
	font-family: "AppleGothic", "애플고딕", "돋움", Dotum, Arial, sans-serif;
	line-height: 1;
	font-size:12px;
	color:#757575;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
	
a:focus, a:focus img {outline: 1px dotted #bbb;}

ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
a img {border:0 none;}

a:link {color:#757575; text-decoration: none;}
a:visited {color:#757575; text-decoration: none;}
a:hover {color:#ff7300; text-decoration: none;}
a:active {color:#ff7300; text-decoration: none;}

button {margin:0; padding:0; background:none; border:0; cursor:pointer}

/******** Layout ********/
#wrap {width:100%;}

/** Layout - Main Page **/
#main-header {width:100%; height:60px; border-bottom:1px solid #cdced1; background:url('https://resource2018.nuskinkorea.co.kr/images/bg/bg-main-header.gif') repeat-x left top;}
	#main-header .header-section {position:relative; max-width:550px; margin:0 auto;}
		#main-header .header-section h1 {position:absolute; top:14px; left:0;}
		#main-header .header-section ul {float:right; padding-top:24px;}
			#main-header .header-section ul li {display:inline; font-size: 11px; padding-left:10px; background:url('https://resource2018.nuskinkorea.co.kr/images/bg/bg-vline1.gif') no-repeat 3px 2px;}
				#main-header .header-section ul li:first-child {background:transparent;}
				
#main-container {position:relative; width:100%; background:url('https://resource2018.nuskinkorea.co.kr/images/bg/bg-wrap.gif') repeat left top #fbfcfc;}
	#main-contents {max-width:550px; height:629px; margin:0 auto;}
	.navigation-section {position:absolute; top:455px; width:100%; z-index:1000; height:65px; background:url('https://resource2018.nuskinkorea.co.kr/images/bg/bg-main-navisection.png') repeat-x left bottom;}
	.news-section {position:absolute; top:560px; left:10px; z-index:8888; overflow:hidden; width:345px;}
		.news-section h3 {float:left;}
		.news-section ul.news-list {float: right; width:275px;}
			.news-section ul.news-list li {clear:both; line-height: 1.4em; font-size:11px; text-align:right;}
				.news-section ul.news-list li a {float:left; padding:0 0 0 8px; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-dot1.gif') no-repeat left 5px;}
				
#container.sub-page { width:100%;}
#container.sub-page:after {content: ".";display: block;visibility: hidden;height: 0px;clear: both;}
	#container.sub-page #sub-navigation {float:left;}
	#container.sub-page #contents {float:right;}
		#container.sub-page #contents .breadcrumb {text-align:left;}
	
#main-footer {clear:both; width:100%; border-top:1px solid #cdced1; padding-top:13px; padding-bottom: 15px;}
	#main-footer .footer-section {overflow:hidden; width:1025px; margin:0 auto;}
		#main-footer .footer-section .foot-logo {float:left;}
		#main-footer .footer-section address {float:left; padding:5px 0 0 15px;}
		#main-footer .footer-section .copy {float:right; padding:17px 0 0 18px;}

.newskin-infomation {
	position:relative;
	width:980px;
	height:629px;
	margin: 0 auto;
	}
.people-section, .product-section, .culture-section, .oppotunity-section {width:980px; height:629px;}


.feature-gallery {position:relative; z-index:0;}
	.feature-gallery .article {position:absolute; top:108px; left:38px;}
		.feature-gallery .article h2 {margin-left:2px;}
		.feature-gallery .article .para {margin-top:15px;}
		.feature-gallery .article ul.sub-link {margin-top:33px;}
			.feature-gallery .article ul.sub-link li {line-height:100%; margin-bottom:5px;}

.mini-target {
	display: block;
	position: absolute;
	z-index: 100;
	top: 78px;
	left: 37px;
	width: 11px;
	height: 10px;
	cursor: pointer;
	background: url('https://resource2018.nuskinkorea.co.kr/images/bg-mini-target.gif') no-repeat left top;
	}
	.active-slide .mini-target {background: url('https://resource2018.nuskinkorea.co.kr/images/bg-mini-target-on.gif') no-repeat left top;}
	.feature2 .mini-target {margin-left:15px;}
	.feature3 .mini-target {margin-left:32px;}

.feature-gallery li p {position:absolute; top:0; right:0; z-index:0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity: 0;}
.feature-gallery li.active-slide p {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1; -webkit-transition:opacity 500ms;-moz-transition:opacity 500ms;-o-transition:opacity 500ms;transition:opacity 500ms;}
* + html .feature-gallery li p {display:none;}
* + html .feature-gallery li.active-slide p {display:block;}

/* Main Page Navigation */
ul.pagination {position:absolute; top:456px; margin-left:30px; z-index:9000;}
	ul.pagination li {float:left;}
		ul.pagination li a {display:block; width:162px; height:64px; text-indent:-9999px;}
			ul.pagination li a.people-link {background:url('https://resource2018.nuskinkorea.co.kr/images/navi-main-people.png') no-repeat 42px 28px;}
				ul.pagination li.current a.people-link {background:url('https://resource2018.nuskinkorea.co.kr/images/navi-main-people-on.png') no-repeat left top;}
			ul.pagination li a.product-link {background:url('https://resource2018.nuskinkorea.co.kr/images/navi-main-product.png') no-repeat 42px 28px;}
				ul.pagination li.current a.product-link {background:url('https://resource2018.nuskinkorea.co.kr/images/navi-main-product-on.png') no-repeat left top;}
			ul.pagination li a.culture-link {margin-left:15px; background:url('https://resource2018.nuskinkorea.co.kr/images/navi-main-culture.png') no-repeat 42px 28px;}
				ul.pagination li.current a.culture-link {background:url('https://resource2018.nuskinkorea.co.kr/images/navi-main-culture-on.png') no-repeat left top;}
			ul.pagination li a.opportunity-link {margin-left:35px; background:url('https://resource2018.nuskinkorea.co.kr/images/navi-main-oppor.png') no-repeat 7px 28px;}
				ul.pagination li.current a.opportunity-link {background:url('https://resource2018.nuskinkorea.co.kr/images/navi-main-oppor-on.png') no-repeat left top;}
.navigation-section ul {width:980px; margin:0 auto;}
	.navigation-section ul li {float:right; margin-right:65px;}
		.navigation-section ul li a.shopping-link {display:block; width:162px; height:64px; text-indent:-9999px; background:url('https://resource2018.nuskinkorea.co.kr/images/navi-main-shopping.png') no-repeat 36px 28px;}
		
/* Sub-Navigation */
#container.sub-page #sub-navigation h2 {padding:8px 0 13px 13px;}
ul.subnavigation {border-top:3px solid #47abd7;}
	ul.subnavigation > li {border-bottom:1px solid #e5e5e5; padding:10px 0 7px 0; font-size:14px; font-weight: bold;}
		ul.subnavigation > li > a {display:block; padding-left:25px; color:#aaaaaa; background:url('https://resource2018.nuskinkorea.co.kr/images/people/bg-subnavi-list.gif') no-repeat 14px 4px;}
		ul.subnavigation > li.active > a {color:#20a4de; background:url('https://resource2018.nuskinkorea.co.kr/images/people/bg-subnavi-list-on.gif') no-repeat 14px 4px;}
			ul.subnavigation > li.active > ul > li.active a {color:#ff8a00;}
		ul.subnavigation > li > ul {display: none; border-top:1px solid #e5e5e5; margin-top:7px; font-size:12px; font-weight: normal;  -webkit-transition:all 2s;-moz-transition:all 2s;-o-transition:all 2s;transition:all 2s;}
			ul.subnavigation > li.active > ul {display: block;}
			ul.subnavigation > li:hover > ul {display: block;}
			ul.subnavigation > li > ul > li {padding-top:10px; margin-left:25px;}
				ul.subnavigation > li > ul > li > a {display:inline-block; padding-left:12px; background:url('https://resource2018.nuskinkorea.co.kr/images/people/bg-subnavi-dash1.gif') no-repeat left 6px;}
/* Biz Calendar */
.bizCalendar {position:absolute; top:0; left:50%; z-index:9999; width:980px; height:0; margin-left:-490px;}
	.bizCalendar .calendar-section {overflow:hidden; width:978px; height:483px; padding-top:35px; border:1px solid #c3c3c3; border-top:1px solid #f4f4f4; background:#fff;}
		.bizCalendar .calendar-section .prev-month {float:left; width:489px; height:483px;}
		.bizCalendar .calendar-section .next-month {float:right; width:488px; height:483px; border-left:1px solid #e4e4e4;}
.bizCalendar ul li.open-button {position:relative; z-index: 9999; width:100px; padding-right:92px; float:right;}
	.bizCalendar ul li.open-button img {cursor:pointer;}
	.bizCalendar .calendar-section h2 {margin-left:45px; font-size:24px; color:#2f92b1;}
	.bizCalendar .calendar-section ul.schedule {height:420px; margin:12px 40px 0 39px;}
		.bizCalendar .calendar-section ul.schedule li {border-bottom:1px solid #e5e5e5; padding:9px 0 8px 6px;}
			.bizCalendar .calendar-section ul.schedule li .date {padding-left:10px; padding-right:25px; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-dot2.gif') no-repeat left 4px;}
			.bizCalendar .calendar-section .prev-month .month-link {text-align: right; padding:8px 20px 0 0;}
				.bizCalendar .calendar-section .prev-month .month-link a {padding-left:12px; background:url('https://resource2018.nuskinkorea.co.kr/images/bg/bg-prev-arrow.gif') no-repeat left 2px;}
			.bizCalendar .calendar-section .next-month .month-link {text-align: left; padding:8px 0 0 20px;}
				.bizCalendar .calendar-section .next-month .month-link a {padding-right:12px; background:url('https://resource2018.nuskinkorea.co.kr/images/bg/bg-next-arrow.gif') no-repeat right 2px;}
				
/* 전체메뉴 */
.all-menu {position:absolute; top:0; left:50%; z-index:9999; width:980px; height:0; margin-left:-490px;}
	.all-menu ul.menu-list {overflow:hidden; width:978px; height:488px; padding-top:30px; border:1px solid #c3c3c3; border-top:1px solid #f4f4f4; font-size:11px; background:#fff;}
		.all-menu ul.menu-list li.depth1 {float:left; width:16%; margin-left:4%;}
			.all-menu ul.menu-list li ul {margin-top:17px; margin-left: 0;}
				.all-menu ul.menu-list li ul li {margin-bottom:17px; line-height:1.2em; letter-spacing: -1px;}
				.all-menu ul.menu-list li ul li a b {padding-left:8px; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-dot2.gif') no-repeat left 4px;}
					.all-menu ul.menu-list li ul li ul {margin-top:3px; margin-left: 8px;}
						.all-menu ul.menu-list li ul li ul li {margin-bottom:0;}
		
	.all-menu ul li.open-button {position:relative; z-index: 9999; width:90px; float:right;}
	.all-menu ul li.open-button img {cursor:pointer;}
	
/* 옵션메뉴 */
.option-menu {position:absolute; top:520px; z-index:8888; width:100%; text-align:center;}
	.option-menu .option-menu-area {height:73px; border-bottom:1px solid #c3c3c3; background:#fff;}
		.option-menu .option-menu-area ul.menu-list {overflow:hidden; width:935px; margin:0 auto; padding-top:14px; padding-left:15px;}
			.option-menu .option-menu-area ul.menu-list li {float:left; padding:0 19px;}
			.option-menu .option-menu-area .option-menu-move {width:980px; margin:0 auto;}
				.option-menu .option-menu-area .option-menu-move .prev {float:left; margin-top:-35px;}
				.option-menu .option-menu-area .option-menu-move .next {float:right; margin-top:-35px;}
			.option-menu .button-area {width:80px; margin:0 auto;}
				.option-menu .open-button img {cursor:pointer;}
				
/* Detail */


/* .goods-category {width:100%; padding:15px 0; color:#d8d8d8;}
	.goods-category select {width:220px;} */
.goods-photo {float:left; width:448px; height:392px; margin-right:39px; border:1px solid #7ec3e1; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;}
	.goods-photo .photo-area {position:relative; width:446px; height:390px; border:1px solid #dff0f8; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;}

.goods-detail {width:100%; padding:35px 0 15px;  *zoom:1}/*0110 개선작업 */
.goods-detail:after {content:''; display:block; clear:both}

.goods-info {float:left; width:430px;}
	.goods-title {overflow:hidden; padding: 5px 0 12px 0; line-height: 1.2em;}
		.goods-title h2 {float:left; text-align:left; font-size:20px; line-height: 1.3em; color:#017fa2;}
			.goods-title h2 span {font-size:18px;}
		.goods-title ul.sns-share {float:right; width:150px;}
			.goods-title ul.sns-share li a.twitter {display:block; float:left; height:13px; margin-right:9px; padding-left:23px; padding-top:8px; color:#0093d9; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-twitter.gif') no-repeat left top;}
			.goods-title ul.sns-share li a.facebook {display:block; float:left; height:13px; padding-left:23px; padding-top:8px; color:#1268b4; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-facebook.gif') no-repeat left top;}
	.goods-description {border-top:1px dashed #c5c5c5; border-bottom:1px dashed #c5c5c5; padding:15px 0 13px 0;}
		.goods-description h3 {font-size:14px;}
		.goods-description p {margin-top:10px; line-height: 1.5em;}
	.payment-option {float:left; width:430px; padding-top:15px;}
		.payment-option table.option-table {float:left; width:220px;}
			.payment-option table.option-table tr th {padding:6px 0 6px 7px; text-align: left; font-weight: normal; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-dot3.gif') no-repeat left 10px;}
			.payment-option table.option-table tr td {padding:6px 0 6px 0;}
				.payment-option table.option-table tr.quantity th {padding-top:0; vertical-align: middle;}
				.payment-option table.option-table tr.quantity td {padding-top:0;}
					.payment-option table.option-table tr.quantity td .label {float:left; padding:6px 0 0 3px;}
				.payment-option table.option-table tr td .numbering {float:left; margin-left:0;}
				.payment-option table.option-table tr td .price {color:#0692c3;}
				.payment-option table.option-table tr td .pv {color:#ff7200;}
		.card-info {position:relative; float:left;}
			.card-info img.cardsale-info {cursor:help;}
			.card-info p {padding:11px 0 0 12px; line-height: 1.4em;}
			.card-info .card-list {position:absolute; width:201px; padding-bottom:10px; top:23px; left:0; background:url('https://resource2018.nuskinkorea.co.kr/images/product/bg-cardlist-body.gif') no-repeat left bottom;}
				.card-info .card-list ul {padding:15px 5px 0 9px; background:url('https://resource2018.nuskinkorea.co.kr/images/product/bg-cardlist.gif') no-repeat left top;}
	ul.payment-button {float:left; width:430px; margin-top:33px;}
					.card-info .card-list ul li {padding-left: 9px; line-height: 1.5em; background: url('https://resource2018.nuskinkorea.co.kr/images/ico-dot4.gif') no-repeat left 6px;}
		ul.payment-button li {float:left; margin-right: 10px;}
		
h2.h2-type1 {margin-top:45px; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; padding:10px 0 8px 24px; background:url('https://resource2018.nuskinkorea.co.kr/images/bg-h2type1.gif') no-repeat 11px 11px #f6f6f6;}
ul.product-list1 {overflow:hidden; width:955px; margin:0 auto; padding-top:20px;}
	ul.product-list1 li {float:left; width:135px; height:145px; margin-left:29px;}
		ul.product-list1 li a {display:block; border:1px solid #e6e6e6;}
		ul.product-list1 li a:hover {border-color:#4eaed9;}
		ul.product-list1 li p {margin-top:9px; line-height:1.5em;}
	ul.product-list1 li:first-child {margin-left:0;}
	

/* Founder */
ul.founder-list {overflow:hidden; margin-top:25px;}
	ul.founder-list li {float:left; margin-left:24px;}
	ul.founder-list li:first-child {margin-left: 0;}
		ul.founder-list li p {margin-top: 10px; color:#757575;}
ul.manager-list {overflow:hidden; width:730px; margin-left:-22px; margin-top:25px;}
	ul.manager-list li {float:left; width: 160px; height:324px; margin-left:22px;}
		ul.manager-list li p {margin-top: 10px; color:#757575; line-height:1.2em;}
			ul.manager-list li p b {line-height:1.4em;}
.content-box  h3.h3-type1 {margin:15px 0 8px 0; padding:0; border-bottom:0}/*개선추가0113*/
.content-box  h3.h3-type2 {margin:15px 0 8px 0; padding:13px 0 0 0; border-bottom:0}/*개선추가0113*/
.content-box  h3.h3-type3 {margin:15px 0 8px 0; padding:13px 0 0 0; border-top:1px solid #ededed;  border-bottom:0}/*개선추가0113*/
/*h3.h3-type3 {margin:25px 0 12px 0; padding:0; border-bottom:0}
h3.h3-type4 {margin:30px 0 10px 0; padding:0; border-bottom:0}/*/

h3.h3-type5 {margin-top:10px; font-weight:bold; color:#47abd7; border:0; padding:0;}/*개선추가0122*/
h3.h3-type6 {margin:45px 0 13px 0; text-align:right; font-weight: normal; *zoom:1}/*개선추가 0122*/
h3.h3-type6:after {content:''; display:block; clear:both}/*개선추가 0122*/
	h3.h3-type6 span.title {float:left; padding-top:4px; padding-left:12px; color:#757575; text-align: left; background:url('https://resource2018.nuskinkorea.co.kr/images/bg/bul_orage_dott.gif') no-repeat left 10px;}/*개선추가 0122*/
	h3.h3-type6 img {vertical-align: middle;}/*개선추가 0122*/
h3.h3-type7 {overflow: hidden; margin:35px 0 13px 0; padding:0; border:0;}/*개선추가 0122*/
	h3.h3-type7 span.title {padding-top:4px; padding-left:12px; color:#757575; text-align: left; font-weight: bold; background:url('https://resource2018.nuskinkorea.co.kr/images/bg/bul_blue_dott.gif') no-repeat left 8px;}/*개선추가 0122*/


h4.h4-type1 {margin-top:40px;}
h4.h4-type2 {margin-top:25px; /* margin-left:-15px;  */border-top:1px solid #ededed; padding-top:23px; /* padding-left:15px; */}
h4.h4-type3 {margin:22px 0 13px 0;}
h4.h4-type4 {margin:45px 0 13px 0; padding-left:12px; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-circle1.gif') no-repeat left 5px;}
h4.h4-type5 {overflow: hidden; height:19px; margin:45px 0 13px 0; text-align:right; }
	h4.h4-type5 span {float:left; padding-top:4px; padding-left:12px; color:#757575; font-weight: bold; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-circle1.gif') no-repeat left 8px;}
h4.h4-type6 {margin-top:30px;}
h4.h4-type7 {margin-top:20px;}
h4.h4-type8 {margin:35px 0 0 0;}
h4.h4-type9 {margin:10px 0 0 0;}
h4.h4-type10 {margin:30px 0 10px 0;}
h4.h4-type11 {overflow:hidden; margin:15px 0 15px 0; text-align:right;}
	h4.h4-type11 span {float:left;}
h4.h4-type12 {overflow:hidden; margin:25px 0 12px 0; font-size:11px; color:#999; text-align:right;}
	h4.h4-type12 span {float:left;}
	h4.h4-type12 a {color:#fc2422; text-decoration: underline;}
h4.h4-type13 {overflow: hidden; margin:45px 0 13px 0; text-align:right; font-weight: normal;}
	h4.h4-type13 span.title {float:left; padding-top:4px; padding-left:12px; color:#757575; text-align: left; background:url('https://resource2018.nuskinkorea.co.kr/images/bg/bul_orage_dott.gif') no-repeat left 8px;}
	h4.h4-type13 img {vertical-align: middle;}
	.span-type1 {padding-left: 147px;}/*개선수정0122*/
h4.h4-type14 {overflow: hidden; margin:35px 0 13px 0;}
	h4.h4-type14 span.title {padding-top:4px; padding-left:12px; color:#757575; text-align: left; font-weight: bold; background:url('https://resource2018.nuskinkorea.co.kr/images/bg/bul_blue_dott.gif') no-repeat left 8px;}

h4.h4-type15 {font-weight: normal; color:#a4a4a4;}
h4.h4-type16 {font-weight:bold; color:#47abd7}
h4.h4-type17 {margin:10px 0 5px; font-weight:bold; color:#47abd7;}/*개선추가0121*/

.content-box > h4.h4-type16 {margin:0; padding:0; border:0; font-weight:bold; line-height:14px; color:#47abd7;}/*개선추가0113*/


h5.h5-type1 {font-weight:bold; color:#47abd7;}
h5.h5-type2 {margin-top:10px; font-weight:bold; color:#47abd7;}
ul.dot-list1 {margin:0;}
	ul.dot-list1 li {margin-top:13px; padding-left:8px; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-dot3.gif') no-repeat left 6px;}
ul.dot-list2 {margin-bottom:30px; margin-top:10px;}
	ul.dot-list2 li {padding-left:8px; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-dot3.gif') no-repeat left 6px;}
ul.dot-list3 {padding-top:10px;}
	ul.dot-list3 li {margin-top:10px; padding-left:10px; line-height: 1.4em; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-circle2.gif') no-repeat left 5px;}/*개선수정0121*/


ul.dot-list4 {margin:0;}
	ul.dot-list4 li {margin-top:10px; padding-left:10px; letter-spacing: -1px; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-circle2.gif') no-repeat left 3px;}
		ul.dot-list4 li b {color:#ff8a00;}
		ul.dot-list4 li .option {padding:5px 0 5px 0; line-height: 1.5em;}
			ul.dot-list4 li .option p {margin-bottom:5px;}
ul.dot-list5 {margin:25px 0 0 172px;}
	ul.dot-list5 li {margin-bottom:3px; padding-left:10px; letter-spacing: -1px; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-circle2.gif') no-repeat left 5px;}
ul.dot-list6 {margin:0;}
	ul.dot-list6 li {margin-bottom:4px; padding-left:10px; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-circle2.gif') no-repeat left 3px;}
ul.dot-list7 {margin-top:15px;}
	ul.dot-list7 li {margin-bottom:4px; padding-left:10px; font-weight:bold; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-circle3.gif') no-repeat left 5px;}
ul.dot-list8 {margin-top:10px;}
	ul.dot-list8 li {margin-bottom:4px; padding-left:10px;/*  letter-spacing: -1px;   */background:url('https://resource2018.nuskinkorea.co.kr/images/ico-circle3.gif') no-repeat left 5px;}/*개선수정0122*/


.para-desc1 {color:#4d4d4d;}
.para-desc2 {margin-top:5px; color:#ff4242; font-size:11px;}
.para-desc3 {margin-top:5px; font-size:11px;}
.para-desc4 {margin-top:5px; color:#8f8f8f;}
.para-desc5 {margin-top:7px; text-align:right; color:#ff8a00;}
.para-desc6 {text-align:right; color:#fe8a01 !important; font-weight:normal !important}/*개선추가0121*/

.para-type1 {margin-top:25px;}
.para-type2 {padding:5px 0 0 15px;}
.para-type3 {margin-top:23px; color:#4e4e4e;}
.para-type4 {margin-top:15px; line-height: 1.4em;}
.para-type5 {margin-top:20px; line-height: 1.4em; color:#ff8a00;}
.para-type6 {margin-top:10px; line-height: 2.5em; text-align: center; color:#59a8d1;}
.para-type7 {margin-top:15px; font-weight: bold;}
	.para-type7 img {vertical-align: middle;}
.para-type8 {margin:10px 0 15px 0;}
.para-type9 {margin-top:10px;}
.para-type10 {margin-top:15px; font-size:11px; color:#aaa;}
.para-type11 {margin-top:30px; text-align:center;}
.para-type12 {margin-top:5px; text-align:center;}
.para-title1 {padding-bottom:4px; color:#757575;}/*개선추가0117*/
.para-type13 {margin-top:10px}/*개선추가0117*/
.para-type14 {margin-bottom:10px}/*개선추가0117*/

dl.dl-type1 {margin:0;}
	dl.dl-type1 dt {margin-top:20px; font-weight: bold; color:#555555;}
		dl.dl-type1 dt:first-child {margin-top:10px;}
		dl.dl-type1 dt span {color:#777;}
	dl.dl-type1 dd {margin-top:5px;}

ul.dash-list1 {/* color:#757575; */margin-top:5px; color:#47ABD7}/*개선수정0121*/

ul.btn-list1 {margin-top:20px; text-align:center;}
	/*ul.btn-list1 li img {margin:0 3px;} 개선수정*/
ul.btn-list2 {margin-top:17px; border-top:1px solid #e2e2e2; padding-top:27px; text-align:center;}

.table-data1 thead tr.header-type1 th {background:url('https://resource2018.nuskinkorea.co.kr/images/people/bg-th1.gif') no-repeat left 9px;}
	.table-data1 thead tr.header-type1 th:first-child {background:#fff;}
.table-data1 tbody tr th {border-bottom: 1px solid #D4D4D4; padding:8px 6px 4px 6px; background:url('https://resource2018.nuskinkorea.co.kr/images/people/bg-th1.gif') no-repeat right 9px;}
table.table-space1 {margin-top:28px;}
.table-data1 tbody td.sbj2 {
	padding: 6px 6px 6px 25px !important;
	text-align: left;
	line-height: 1.5em; 
	}/*개선수정 0122*/
.table-data1 tbody td.division {font-size:11px;}
.table-data1 tbody td.date {font-size:11px;}
.table-data1 tbody td.process {color:#e45555;}
.table-data1 tbody td.choice-stats,
.table-data1 tbody td.input-point,
.table-data1 tbody td.select-data select {font-size:11px; letter-spacing: -1px}

.table-data2 {
	border-top: 2px solid #017D9F;
}
.table-data2 tbody th {
	padding: 6px 0;
	text-align: center;
	letter-spacing: -1px;
	vertical-align: middle;
	border-bottom: 1px solid #D4D4D4;
	background:#f7f7f7;
}

.table-data2 tbody td {
	padding: 6px;
	vertical-align: middle;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}
.table-data2 tbody td ul li {margin: 2px 0;}
.table-data2 tbody tr:first-child td {
	border-top: 1px solid #cdcdcd;
}
.table-data2 tbody tr:last-child td {
	border-top: 1px solid #cdcdcd;
}

table.recruit-write td {padding:6px 3px;}

.search-field {height:56px; border:1px solid #e6e6e6; margin-top:25px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;}
	.search-field.st01 {}
	.search-field label {float:left; padding:20px 0 0 20px; color:#e5e5e5;}
		.search-field label strong {color:#757575; padding-right:11px; background: url('https://resource2018.nuskinkorea.co.kr/images/people/bg-th1.gif') no-repeat 100% 1px; background-size:1px 12px}
	.search-field .input-area {float:left; margin:15px 0 0 10px; border:1px solid #d6d6d6; width:588px; height:22px;}
		.search-field .input-area input {vertical-align: middle; margin:0 0 0 0; border:none 0;}
			.search-field .input-area input.type-text {width:535px;}
table.faq th, table.faq td {vertical-align:top;}
table.faq tr.show th,
table.faq tr.show td {background:#f9f9f9;}
table.faq tr.show td a {font-weight:bold; letter-spacing: -1px;}
	table.faq tr td .a {position:relative; margin-top:10px; border-top:1px dashed #ededed; padding:12px 0 12px 8px;}
		table.faq tr td .a .label {position: absolute; top:10px; left:-66px;}
table.table-detail1 {width:709px; margin-top:25px;}
	table.table-detail1 th {border-top:2px solid #129dd9; padding:20px 0 8px 0; text-align:left; font-weight:normal;}/* 개선작업 0110*/
		table.table-detail1 th b {color:#e45555;}
	table.table-detail1 td {border:1px solid #e2e2e2; padding:9px 5px 7px 10px; letter-spacing: -1px;}
		table.table-detail1 td.article {padding:20px;}
		table.table-detail1 td b {padding-left:10px; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-dot3.gif') no-repeat left 5px;}
		
table.table-data1 tr.align-middle th {vertical-align: middle; background:#fff;}

.recruit-reg {overflow:hidden; padding-top:25px;}
	.recruit-reg .online {float:left; width:330px; height:215px; border:1px solid #e2e2e2; text-align:center; background:url('https://resource2018.nuskinkorea.co.kr/images/people/bg-online-recruit1.gif') no-repeat center 70px;}
		.recruit-reg .online h4 {height:26px; border-bottom:1px solid #e2e2e2; padding-top:10px;}
		.recruit-reg .online p {margin-top:89px;}
			.recruit-reg .online p label {padding:0 8px; cursor:pointer;}
		.recruit-reg .online ul {margin-top:18px;}
	
	.recruit-reg .online-modify {float:right; width:330px; height:215px; border:1px solid #e2e2e2; text-align:center; background:url('https://resource2018.nuskinkorea.co.kr/images/people/bg-online-recruit2.gif') no-repeat center 70px;}
		.recruit-reg .online-modify h4 {height:26px; border-bottom:1px solid #e2e2e2; padding-top:10px;}
		.recruit-reg .online-modify ul {margin-top:127px;}
.modify-area {margin-top:60px;}
.privacy-area {margin-top:24px;}
	.privacy-area .title {font-size:11px; padding-bottom:5px;}
.scroll-area {overflow:hidden; overflow-y: scroll; height:132px; border:1px solid #e2e2e2;}
.scroll-area2 {overflow:hidden; overflow-y: scroll; height:110px; line-height: 1.5em;}
.small {font-size:11px;}
.recruit-complete {margin-top:25px; border:1px solid #e2e2e2; padding:30px 0 25px 32px; background: url('https://resource2018.nuskinkorea.co.kr/images/people/bg-recruit-complete.gif') no-repeat right bottom;}
	.recruit-complete h4 {font-size:14px; color:#20a4de;}
	.recruit-complete p {margin-top:25px;}
	.recruit-complete ul {margin-top:50px; text-align:center;}
.textarea-title {margin-top:0;}
	.textarea-title span {display:block; margin-top:-18px; font-size: 11px; text-align:right;}
textarea.textarea-type1 {width:98%; height:132px; margin-top:5px; margin-bottom:10px; border:1px solid #e2e2e2;}
textarea.textarea-type2 {width:615px; height:38px; border:1px solid #e2e2e2;}

.photo-frame {overflow:hidden; position: relative; width:725px; height:403px; background:url('https://resource2018.nuskinkorea.co.kr/images/people/bg-photo-frame.gif') no-repeat left top;}
.photo-frame .article {overflow:hidden; width:575px; height:403px;}
	.photo-frame .photo {float:left; width:148px; height:174px; margin:120px 0 0 0;}
	.photo-frame .photo img {width:148px; height:174px;}
	.photo-frame .summary {float:right; width:320px; margin:133px 30px 0 0;}
		.photo-frame .summary h4 {font-weight: bold; font-size:14px; color:#977c4e;}
			.photo-frame .summary p {margin-top:20px; line-height: 1.5em; color:#a9987a;}
				.photo-frame .summary p a {color:#ff8a00;}
					.photo-frame .summary p a span {color:#ffa800;}
.photo-frame #slides {
	position:absolute;
	top:0;
	left:0;
	width:725px;
	z-index:100;
}
.photo-frame .slides_container {
	overflow:hidden;
	position:relative;
	display:none;
	width:575px; height:403px;
	margin-left:107px;
	}
	.photo-frame #slides ul.pagination {display: none;}
	.photo-frame #slides .prev {
		position:absolute;
		top:187px;
		left:20px;
		display:block;
		z-index:101;
		}
	.photo-frame #slides .next {
		position:absolute;
		top:187px;
		right:20px;
		display:block;
		z-index:101;
		}
		
.story-link {margin-top:25px;}
	.story-link ul {overflow:hidden; width:100%; background:url('https://resource2018.nuskinkorea.co.kr/images/people/bg-vline2.gif') no-repeat center top;}
		.story-link ul li {float:left; line-height: 100%; margin-bottom:6px;}
table.table-story {margin-top:33px;}
	table.table-story td {vertical-align: top; border-top:1px solid #dedede; padding:14px 5px 14px 5px}
		table.table-story tr:first-child td {border-color:#09aad2;}
		table.table-story td.thumb div {overflow:hidden; width:142px; height:89px}/*개선 작업*/
		table.table-story td.thumb div a {display:block}
		table.table-story td.thumb div img {width:140px; height:87px; border:1px solid #e2e2e2;}/*개선 작업*/
	table.table-story td.thumb img {border:1px solid #e2e2e2;}
	table.table-story td h4 {font-weight:bold; color:#59a8d1;}
		table.table-story td h4 a {font-weight:bold; color:#59a8d1;}
	table.table-story td p.name {margin:5px 0 13px 0; font-weight: bold;}
.board-search {position:relative; margin-top:10px; padding:0 82px 0 90px; text-align:center;}/* 개선 작업 */
	.board-search * {vertical-align:middle;}
	.board-search span {position:absolute; top:0; left:0; display:inline-block}
	.board-search select {width:80px;}/* 개선 작업 */
	.board-search input.input-text {width:100%; margin:0}/* 개선 작업 */
	.board-search input[type="image"] {position:absolute; top:0; right:0; width:58px; height:21px}/* 개선 작업 */
.org-image {border:1px solid #d8d8d8; height:345px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;}
	.org-image img {width:100%; height:100%;}
ul.reader-list {padding:20px 0; margin-top:29px; border-top:1px solid #09aad2; text-align:center} /* 개선 작업 */
	ul.reader-list li p {padding:40px 0 0 12px;}
	ul.reader-list li:first-child p {padding:25px 0 0 12px;}
	ul.reader-list li .reader-name {border:1px solid #e5e5e5; padding:8px 0 0 18px;}
		ul.reader-list li .reader-name table td {padding:10px 0 10px 0; font-size:11px; letter-spacing: -1px;}
			ul.reader-list li .reader-name table td span {color:#9a9a9a;}
			
/* My Office */
.breadcrumb-myoffice {
	position: relative;
	overflow: hidden;
	text-align: left;
	padding: 25px 0 9px 0;
	border-bottom: 1px solid #E5E5E5;
	}
	.breadcrumb-myoffice li {
		display: inline;
		padding: 0 3px 0 11px;
		color: #FF8A00;
		background: url('https://resource2018.nuskinkorea.co.kr/images/common/bg_breadcrumb.gif') no-repeat 0 2px;
		}
.breadcrumb-myoffice li:first-child {padding-left: 0;background: none;}
.breadcrumb-myoffice li.btn-link {
	position: absolute;
	bottom: 15px;
	right: 0;
	background: none;
	}
.login-section {overflow:hidden;}
	.login-access {float:left; width:440px; height:257px; padding:0 0 0 39px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-login-access.gif') no-repeat left top;}
		.login-access ul li {line-height: 100%; margin-bottom:15px;}

		.login-access ul li * {vertical-align:middle;}
			.login-access ul li:first-child {margin:10px 0 35px 0;}/*개선수정0120*/

				.login-access .first * {vertical-align:middle}/*개선추가0120*/
				.login-access .first input {padding:0; margin:0 3px 0 3px}/*개선추가0120*/
				.login-access .first label {margin:0 10px 0 0}/*개선추가0120*/

			.login-access ul li.submit {float:right; margin-top:-74px; padding-right:43px;}
		.login-access ol {padding-top:15px;}
			.login-access ol li {line-height:1.2em; margin-bottom:8px;}
	.login-support {float:right; width:479px; height: 257px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-login-support.gif') no-repeat left top;}
		.login-support ul {padding:50px 40px 0 39px;}
			.login-support ul li {clear:both; overflow: hidden; padding:5px 0 5px 13px; line-height: 1.2em; text-align:right; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-circle2.gif') no-repeat left 13px;}/*개선수정0121*/
			.login-support ul li span {float:left; padding-top: 3px; text-align:left;}
			.login-support ul li * {vertical-align: middle;}
.memno-section {overflow: hidden; width:100%; padding-top:40px;}
	.memno-section .myoffice-navi {float:left; width:211px;}
		.memno-section .myoffice-navi ul {margin-top:30px;}
			.memno-section .myoffice-navi ul li {line-height: 100%;}
				.memno-section .myoffice-navi ul li img {vertical-align:top;}
	.memno-section .memno-choice {float:right; width:708px;}
	
	.choice-check {width:708px; height:197px; margin-top:19px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-id-check2.gif') no-repeat left top;}
	.choice-check .label-memno {padding:12px 0 0 15px;}
		.choice-check .label-memno * {vertical-align: middle;}
		.choice-check h3 {padding:17px 0 0 15px !important; border-bottom:none}/*개선추가0116*/
	.choice-check h4 {padding:17px 0 0 15px;}
	.choice-check ul {margin-top:27px; text-align:center; *zoom:1}/*개선수정0116*/
	.choice-check ul:after {content:''; display:block; clear:both}/*개선추가0116*/
		.choice-check ul li {float:left; color:#ff8a00;}
			.choice-check ul li img {margin:0 0 16px 0;}


		.choice-check .list_check li {margin-left:59px !important}/*개선추가0116*/
		.choice-check .list_check li:first-child {margin-left:129px !important}/*개선추가0116*/

			
		.memno-section .memno-choice .choice-check {width:708px; height:197px; margin-top:19px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-id-check2.gif') no-repeat left top;}
			.memno-section .memno-choice .choice-check .label-memno {padding:12px 0 0 15px;}
				.memno-section .memno-choice .choice-check .label-memno * {vertical-align: middle;}
			.memno-section .memno-choice .choice-check h4 {padding:17px 0 0 15px;}
			.memno-section .memno-choice .choice-check ul {margin-top:27px; text-align:center; *zoom:1}/*개선수정0120*/
			.memno-section .memno-choice .choice-check ul:after {content:''; display:block; clear:both}/*개선수정0120*/
				.memno-section .memno-choice .choice-check ul li {float:left; color:#ff8a00;}
					.memno-section .memno-choice .choice-check ul li img {margin:0 0 16px 0;}
		.memno-choice .member-info {border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9; padding:14px 0 12px 0;}
			.memno-choice .member-info b {color:#47abd7;}
			.memno-choice .member-info * {vertical-align: middle;}
		.memno-choice .member-number {margin-top:15px; text-align: center;}
			.memno-choice .member-number big {line-height: 3em; font-size: 16px; font-weight: bold;}
			.memno-choice .member-number span {color:#525252;}
	.confirm-choice {overflow:hidden; width:100%; margin-top:25px;}
		.confirm-choice .confirm-email {float:left; width:334px; height:150px; padding-top:17px; text-align:center; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-confirm-box.gif') no-repeat left top;}
		.confirm-choice .confirm-mobile {float:right; width:334px; height:150px; padding-top:17px; text-align:center; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-confirm-box.gif') no-repeat left top;}
			.confirm-choice .confirm-email .email {margin:20px 0 12px 0; letter-spacing: -1px;}
			.confirm-choice .confirm-mobile .mobile {margin:20px 0 12px 0; letter-spacing: -1px;}
		
.personal-info {margin-top: 40px; border-bottom:1px solid #e9e9e9; padding-bottom:15px;}
	.personal-info label {margin-left:14px;}
	.personal-info * {vertical-align: middle;}
	.personal-info.type2 {margin-top:18px; border-top:1px solid #e9e9e9; padding-top:25px; padding-bottom:25px;}
ol.oder-list1 {margin:20px 0 0 14px;}
	ol.oder-list1 li {line-height: 100%; margin-bottom:7px;}
ol.oder-list2 {margin:0 0 0 22px;}
	ol.oder-list2 li {list-style: decimal; line-height: 1.2em; margin-top:16px;}
ol.oder-list3 {border-bottom:1px solid #e2e2e2;}
ol.oder-list3 li {position: relative; margin-bottom:18px; padding-top:4px; padding-left:25px;}
ol.oder-list3 li::before {position: absolute; top: 4px; left: 0; font-size: 13px; font-weight: 800;}
ol.oder-list3 li.no1::before {content: '01.';}
ol.oder-list3 li.no2::before {content: '02.';}
ol.oder-list3 li.no3::before {content: '03.';}
ol.oder-list3 li.point {color:#47abd7;}
/*ol.oder-list3 li.no1 {background: url('https://resource2018.nuskinkorea.co.kr/images/myoffice/oder-no1.gif') no-repeat left 6px;}*/
/*ol.oder-list3 li.no2 {background: url('https://resource2018.nuskinkorea.co.kr/images/myoffice/oder-no2.gif') no-repeat left 6px;}*/
/*ol.oder-list3 li.no3 {color:#47abd7; background: url('https://resource2018.nuskinkorea.co.kr/images/myoffice/oder-no3.gif') no-repeat left 6px;}*/
/*ol.oder-list3 li.no4 {background: url('https://resource2018.nuskinkorea.co.kr/images/myoffice/oder-no4.gif') no-repeat left 6px;}*/

.myoffice-aside {float:left; width:217px;}
.myoffice-subpage {float:right; width:708px;}
	.myoffice-subpage p {line-height:20px}/*개선추가0120*/
.myoffice-headpara {width:688px; height:46px; /* padding:17px 0 0 20px;  */padding:17px 0 22px 20px; font-weight:bold; line-height: 22px !important; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-myoffice-parabox.gif') no-repeat left top;}/*개선수정0120*/
h3.h3-myfoffice-type1 {margin-top:25px;}
	h3.h3-myfoffice-type1 img.button {margin-left:10px;}
h3.h3-myfoffice-type2 {margin-top:25px; border-top:1px solid #e2e2e2; padding-top:30px;}
	h3.h3-myfoffice-type2 img.button {margin-left:10px;}
.myoffice-para1 {margin-top:20px; line-height:1.5em;}
ul.join-info1 {overflow: hidden; margin-top:25px;}
	ul.join-info1 li {float:left;}
		ul.join-info1 li img {vertical-align: top;}
		ul.join-info1 li p {margin-top:6px;}
		ul.join-info1 li.center {margin:0 77px;}
.table-list2 tbody td.privacy-agree {padding:17px 0 15px 0; line-height: 1.4em;}
	.table-list2 tbody td.privacy-agree p {margin:12px 0 24px 0;}
ol.join-step {overflow: hidden; margin-top: 15px;}
	ol.join-step li {float:left;}
		ol.join-step li img {vertical-align: top;}
.screenshot-area {margin-top:30px; text-align: center;}

.step-guide {margin-top:26px;}

.step-guide h3 *,
.step-guide h4 * {vertical-align:middle}/*개선추가0120*/

.step-guide .txt_tit {margin:15px 0 0 46px}/*개선추가0120*/
.step-guide .txt_tit02 {margin:15px 0 0 38px}/*개선추가0120*/
.step-guide .txt_tit span {display:inline-block; margin-left:8px}/*개선추가0120*/
.step-guide .txt_tit02 span {display:inline-block}/*개선추가0120*/

	.step-guide h4 img {margin-right:6px;}/*개선수정0120*/
	.step-guide ul {margin-left:62px; padding-top:4px;}
		.step-guide ul li {margin-top:8px; padding-left:52px; line-height: 1.5em; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-circle2.gif') no-repeat 40px 7px}/*개선수정0120*/
			.step-guide ul li b {color:#47abd7;}
			.step-guide ul li small {font-size:11px;}

			.step-guide h5 {margin:15px 0 0 98px}/*개선수정0120*/
.step-guide p {margin:10px 0 0 111px}	
.step-guide .vlign_m img {vertical-align:middle}/*개선추가0120*/



.layer-para1 {margin-bottom:15px; font-size:11px;}
.joincomp-info {border-top:1px solid #e2e2e2; padding-top:15px; font-size:11px;}
	.joincomp-info ul {margin-top:12px;}
		.joincomp-info ul li {margin-left:3px; margin-bottom: 8px; padding-left:13px; line-height: 100%; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-circle2.gif') no-repeat left 5px;}
			.joincomp-info ul li img {vertical-align: middle; margin-top:-2px;}



.join-agree-section {overflow:hidden; width:704px}
	.join-agree-section .agree-area {width:682px; height:181px; border:1px solid #e8e8e8; margin-top:15px; padding:10px;}
		.join-agree-section .agree-area h4 {overflow:hidden; text-align:right; color:#47abd7; letter-spacing: -1px;}
			.join-agree-section .agree-area h4 span {float:left; margin-top:5px; padding-left:10px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-h5-arrow1.gif') no-repeat left 2px;}
			.join-agree-section .agree-area .docs-area {overflow: hidden; overflow-y: scroll; height:96px; margin-top:20px; line-height: 1.4em;}
			.join-agree-section .agree-area .radio {margin-top:10px; border-top:1px solid #f3f3f3; padding-top:10px; font-weight: bold; letter-spacing: -1px;}
			.join-agree-section .agree-area .radio * {vertical-align:top}
.all-agreement {border:1px solid #47abd7; padding:6px 10px; color:#47abd7;}
.all-agreement * {vertical-align:top}

			
.choice-check2 {width:708px; height:170px; margin-top:19px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-id-check.gif') no-repeat left top;}
	.choice-check2 .label-memno {padding:12px 0 0 15px;}
		.choice-check2 .label-memno * {vertical-align: middle;}
	/* .choice-check2 h4 {padding:17px 0 0 15px; color:#a7a7a7;} */
	.choice-check2 p {padding:17px 0 0 15px; color:#a7a7a7; font-weight:bold; line-height:16px}/*개선수정0121*/



	.choice-check2 ul {margin-top:20px; text-align:center; *zoom:1}/*개선수정0121*/
	.choice-check2 ul:after {content:''; display:block; clear:both}/*개선수정0121*/
		.choice-check2 ul li {float:left; color:#ff8a00; margin-left:20px;}/*개선수정0121*/
			.choice-check2 ul li:first-child {margin-left:40px;}/*개선수정0121*/
			.choice-check2 ul li img {margin:0 0 16px 0;}

.choice-check3 {width:708px; height:170px; margin-top:13px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-id-check.gif') no-repeat left top;}
	.choice-check3 .label-memno {padding:12px 0 0 15px;}
		.choice-check3 .label-memno * {vertical-align: middle;}
	.choice-check3 h4 {padding:17px 0 0 15px; color:#a7a7a7;}
	.choice-check3 ul {overflow:hidden; margin-top:27px; text-align:center;}
		.choice-check3 ul li {float:left; color:#ff8a00; margin-left:45px;}
			.choice-check3 ul li:first-child {margin-left:125px;}
			.choice-check3 ul li img {margin:0 0 16px 0;}
.name-check-ment1 {margin:12px 0 20px 0;}

.choice-namecheck {margin-top:10px; border-top:1px solid #e2e2e2;}
.choice-namecheck p {padding:10px 10px 13px 0; color:#a7a7a7; font-weight:bold; line-height:16px}/*개선추가0121*/
	.choice-namecheck h4 {padding:10px 10px 13px 10px;}

hoice-namecheck .choice-means {padding:7px 0; text-align:center; font-weight:bold; background:#f9f9f9; color:#757575}/*개선수정0121*/
		.choice-namecheck .choice-means input[type="radio"] {padding:0; margin:0 5px 0 10px;}/*개선수정0121*/
		.choice-namecheck .choice-means * {vertical-align:top}/*개선추가0121*/

	.choice-namecheck .personal-info {margin-top:5px;}/*개선수정0121*/
	.choice-namecheck .personal-info .input_name {width:100px; margin-right:20px}/*개선추가0121*/
	.choice-namecheck .personal-info .idcon01 {width:100px}/*개선추가0121*/

.online-memberno {font-weight:bold; font-size:16px; color:#ff8a00; letter-spacing: -1px;}
	.online-memberno img {vertical-align: middle; margin-right:7px;}
.table-list2 tbody td.join-info {padding:5px 10px 20px 15px;}
	.table-list2 tbody td.join-info ul.download-list {margin-top:15px;}

.txt-point1 {color:#ff8a00;}
.txt-point2 {color:#47abd7;}
.txt-point3 {color:#424242;}

a.gwp-link {color:#47abd7; text-decoration: underline;}
.withdraw-regist {width:708px; height:101px; margin-top:10px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-withdraw-box1.gif') no-repeat left top;}
	.withdraw-regist p {padding:15px 0 0 15px; line-height: 1.5em;}
	.withdraw-regist ul {margin-top:10px; text-align: center}

.sponsor-change {margin:0;}
	.sponsor-change h4 {border-bottom:1px solid #e2e2e2; margin-top:35px; padding-bottom:14px;}
	.sponsor-change p {padding:18px 0 0 14px;}
	.sponsor-change ul {width: 50%; margin-top:10px;}
		.sponsor-change ul li {overflow: hidden; clear: both; margin-left:14px; padding-left:11px; font-weight: bold; text-align:right; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-circle3.gif') no-repeat left 10px;}
			.sponsor-change ul li span {float: left; padding-top:5px;}

.login-password-input {margin-top:10px; border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; padding:17px 0; text-align:center;}
.login-password-input * {vertical-align: middle;}
	.login-password-input .txt_inter {margin:0 10px}/*개선추가0121*/

.sponsor-change-stats {margin-top:30px; height:77px; border-bottom:1px solid #e2e2e2; padding:25px 0 0 240px; font-size:14px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-monitor1.gif') no-repeat 153px 0;}
.sponsor-change-stats2 {margin: 30px auto 64px; width: max-content; height:84px; padding:18px 0 0 88px; font-size:16px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-monitor1.gif') no-repeat left;}
	.sponsor-change-stats2 span {color:#47abd7;}
ul.sponsor-check-form {overflow:hidden; width:450px; height:51px; margin:0 auto;}
	ul.sponsor-check-form li {float:left; margin-bottom:5px;}
	ul.sponsor-check-form li.submit {float:right; margin-top:-26px;}
	ul.sponsor-check-form li input[type="text"] {width: 185px;}
.sponsor-accept {padding-top:30px; font-weight: bold;}
	.sponsor-accept img {vertical-align: middle;}

.list-box1 {height:172px; padding:20px 0 0 20px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-list-box1.gif') no-repeat left top;}
	.list-box1 ul.button {margin-top:15px; text-align:center;}
.ment-spon1 {margin-top:28px; padding-left:175px;}
.result-check-complete {border-bottom:1px solid #e2e2e2; padding:10px 0 15px 0; font-weight:bold; text-align: center;}
	.result-check-complete span {color:#47abd7;}
	
table.table-list1 tfoot th {font-weight: bold; background:#f9f9f9;}
table.table-list1 tfoot td {border-top: 1px solid #CDCDCD; text-align:center; background:#f9f9f9;}
fieldset.oder-date-select {border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; padding:12px 0; text-align: center;}
	fieldset.oder-date-select * {vertical-align: middle;}
table.table-data1 td.stats {text-align:left;}
a.link-view {color:#47abd7;}

.desc-box1 {padding-bottom:20px; color: #47abd7; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-descbox-body.gif') no-repeat left bottom;}
	.desc-box1 .header {padding:20px 20px 0 20px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-descbox-head.gif') no-repeat left top;}
		.desc-box1 .header ul {margin-top:5px;}
			.desc-box1 .header ul li {padding-left:12px; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-circle3.gif') no-repeat left 2px;}
			
.desc-box2 {margin-top:12px; padding-bottom:20px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-descbox-body.gif') no-repeat left bottom;}
	.desc-box2 .header {padding:20px 20px 0 20px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-descbox-head.gif') no-repeat left top;}
	
.desc-box3 {margin-top:15px; padding-bottom:20px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-descbox-body.gif') no-repeat left bottom;}
	.desc-box3 .header {padding:20px 20px 0 20px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-descbox-head.gif') no-repeat left top;}
		.desc-box3 .header ul {margin-top:5px;}
			.desc-box3 .header ul li {padding-left:12px; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-circle3.gif') no-repeat left 5px;}
		.desc-box3 .link-button {margin-top:15px; text-align:center;}

	 .desc-box2 .header h3,
		.desc-box3 .header h3 {padding:0 0 0 11px; color:#47abd7; background:url('https://resource2018.nuskinkorea.co.kr/images/common/bg-h5-arrow1.gif') no-repeat left center; border:0; margin:0}/*개선수정0122*/

ul.reserve-tab-list {overflow: hidden; border:1px solid #e2e2e2; border-left:none 0;}
	ul.reserve-tab-list li {float:left; border-left:1px solid #e2e2e2; padding:15px 0 12px 0; text-align:center;}
		ul.reserve-tab-list li.active {background:#f9f9f9;}
		ul.reserve-tab-list li a {padding-left:11px; background:url('https://resource2018.nuskinkorea.co.kr/images/bg/bul-orange-dott.gif') no-repeat left 4px;}
			ul.reserve-tab-list li.active a {color:#47abd7; font-weight: bold;}
ul.col4 li {width:24%;}
ul.col2 li {width:49%;}
.myfaq-stats {padding:12px 0 10px 0; font-weight: bold; text-align: right;}
	.myfaq-stats b {color:#18a4e1;}
.search-field2 .input-area.keyword-input1 {width: 350px;}
	.search-field2 .input-area.keyword-input1 input.type-text {width: 305px;}
img.btn-type1 {float:right;}
img.btn-type2 {margin-left:95px;}

.regist-section1 {overflow:hidden; margin-bottom:30px;}
	.regist-section1 .area1 {float:left; width:329px;}
	.regist-section1 .area2 {float:right; width:329px;}
	.regist-section1 h5 {border-bottom:1px solid #e2e2e2; padding-bottom:8px; font-size: 12px;}
	.regist-section1 h4 {border-bottom:1px solid #e2e2e2; padding-bottom:8px; font-size: 12px;}/*개선추가0122*/
	.regist-section1 p {padding:8px 0 10px 0;}
	
.register-info {margin-top:25px; font-size:11px; color:#d7d7d7;}
	.register-info b {font-size:12px; color:#757575;}
	
.loi-info {margin-top:25px; border-bottom:1px solid #e2e2e2; padding-right:145px; padding-bottom:20px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-loi-visual1.gif') no-repeat right 47px;}
.china-info {margin-top:25px; padding-right:145px; padding-bottom:0; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-loi-visual1.gif') no-repeat right 47px;}
	.china-info big {font-size:14px;}
.loi-test-user {margin-top:27px; border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; padding:10px 0 7px 0; font-weight:bold; text-align: right;}
	.loi-test-user .user-info {float:left;}
	.loi-test-user small {font-size:11px; font-weight: normal; color:#d2d2d2;}
.loi_explain {margin-top: 25px; color:#ff0000;}

ul.radio-list li {margin-top:8px; line-height: 100%;}
ul.radio-list li input {padding:0; margin:0 4px 0 0; vertical-align:middle;}/*개선추가0122*/
ul.radio-list li em {vertical-align:bottom;}/*개선추가0122*/
ul.radio-list li label {vertical-align:middle}/*개선추가0123*/

.test-result {height:121px; margin-top:23px; padding-top:25px; text-align: center; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-test-result.gif') no-repeat left top;}
	.test-result .result-ment {margin-bottom:0; font-size:15px; font-weight:bold; line-height: 1.6em;}
	.test-result .failure-ment {margin-top:10px; font-size:11px;}
	.test-result .point {margin-top:12px;}
.test-result-pass {height:96px; margin-top:23px; padding-top:40px; text-align: center; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-test-result-pass.gif') no-repeat left top;}
	.test-result-pass .result-ment {margin-bottom:0; font-size:15px; font-weight:bold; line-height: 1.6em;}
	.test-result-pass .failure-ment {margin-top:10px; font-size:11px;}
	.test-result-pass .point {margin-top:12px;}
.test-ment1 {margin-top:35px; font-weight: bold;}
.agreement-download {overflow: hidden; width:100%;}
	.agreement-download table {float:right; width:334px;}
		.agreement-download table.first, .agreement-download table:first-child {float:left;}
.table-list2 tbody td.desc {padding:8px 10px 6px 15px; line-height: 1.4em;}
.customer-add-info {border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; padding:10px 0 8px 0; line-height: 1.4em;}
.table-list2 tbody td table td {padding:5px 10px 0 0; border-bottom:none 0;}
table.table-spon-search {margin-top:15px;}
	table.table-spon-search th {padding:5px 10px 0 10px;text-align:left;}
	table.table-spon-search td p {margin-top:5px;}

.error-404 {width:551px; margin:170px auto 0 auto;}
	.error-title {margin-top:30px;}
	.error-msg {margin-top:30px; border-top:1px solid #e2e2e2; padding:27px 0 0 0; font-size:11px; line-height: 1.4em;}
.error {margin-top:190px; text-align:center;}

.mission-vision {margin-top:23px; *zoom:1}/*개선수정0114*/
.mission-vision:after {content:''; display:block; clear:both}/*개선수정0114*/
	.mission-vision .mission {float:left; width:346px;}
	.mission-vision .vision {float:right; width:346px;}
	.mission-vision p {margin-bottom:15px;}
	.mission-vision strong {display:block; margin-bottom:11px}/*개선추가0114*/
	.mission-vision span {display:block; margin-bottom:10px}/*개선추가0114*/



/* .donated-stats {margin-top:-25px; padding-bottom:7px; font-size:18px; text-align:right;}
	.donated-stats span {color:#008ab0;} */    /*개선주석0114*/

.greeting-area {overflow: hidden; margin-top:20px;}
	.greeting-area img {float:left;}
	.greeting-area p {margin-left:340px;}
.stroty-area {overflow: hidden; margin-top:20px;}
	.stroty-area img {float:left;}
	.stroty-area p {margin-left:351px; margin-bottom:8px;}
.beauty-section {overflow: hidden; margin-top:20px;}
	.beauty-section .area-left {float:left; width:346px; height:290px; margin-bottom:25px;}
	.beauty-section .area-right {float:right; width:346px; height:290px; margin-bottom:25px;}
		.beauty-section .area-left h5, .beauty-section .area-right h5 {color:#fc8006;}
		.beauty-section .area-left h5 img, .beauty-section .area-right h5 img {margin-bottom:8px;}
		.beauty-section .area-left p, .beauty-section .area-right p {margin-top:5px;}
ul.step-info {overflow:hidden; margin-top:12px;}
	ul.step-info li {float:left; width:200px; height:216px; border:1px solid #e2e2e2; padding:12px 9px 0 9px;}
		ul.step-info li p {margin-top:12px;}
	ul.step-info li.step2 {margin:0 13px;}
.force-homepage {margin-top:10px; padding:5px 0 10px 0; background:url('https://resource2018.nuskinkorea.co.kr/images/culture/bg-force-homepage.gif') no-repeat 186px top;}
	.force-homepage a {color:#47abd7;}
.force-relief-section {overflow: hidden;}
	.force-relief-section .photo {float:left; margin:0 10px 10px 0;}
	.force-relief-section p {margin-top: 12px;}
		.force-relief-section p a {color:#1796c2; font-size:11px;}
	.force-relief-section p.first {margin-top: 0;}

.tab-width33 > li {width: 30%; margin-right: 1%; padding-left: 1%;}

ul.hope-libraly-list {overflow:hidden; width:724px; margin-left:-16px; padding-top:15px;}
	ul.hope-libraly-list li {float:left; margin-left:16px; margin-bottom:35px;}
.movie-link1 {margin-top:15px;}
	.movie-link1 img {vertical-align: middle; margin-right:10px;}
	.movie-link1 a {color:#4daed9; text-decoration: underline;}

table.table-spon-list {margin-top: 25px;}
	table.table-spon-list th {border-bottom:1px solid #e2e2e2; padding:10px 0;}
	table.table-spon-list td {border-bottom:1px solid #e2e2e2; padding:0 0;}
	table.table-spon-list tr:first-child th, table.table-spon-list tr:first-child td {border-top:2px solid #129dd9;}
		table.table-spon-list td ul li {padding:10px 0;}
	table.table-spon-list tr.year th, table.table-spon-list tr.year td {border-bottom:none 0;}
	
table.table-data1.table-faq-list tbody tr td {border-top:none 0; border-bottom:none 0; background:url('https://resource2018.nuskinkorea.co.kr/images/culture/bg-th-line1.gif') repeat-x left bottom;}
table.table-data1.table-faq-list tbody tr:first-child td {border-top:1px solid #e2e2e2;}
table.table-data1.table-faq-list tbody tr.view td {padding-top:20px; padding-bottom:17px; color:#129dd9; background:url('https://resource2018.nuskinkorea.co.kr/images/culture/bg-th-line1.gif') repeat-x left bottom #f9f9f9;}
table.table-data1.table-faq-list tbody tr.show td {background:url('https://resource2018.nuskinkorea.co.kr/images/culture/bg-th-line1.gif') repeat-x left bottom #f9f9f9;}/*개선추가0113*/
table.table-data1.table-faq-list tbody tr.show td .title {font-weight:bold; color:#757575}/*개선추가0113*/
table.table-data1.table-faq-list tbody tr td.sbj {padding-left:30px; padding-right:30px}/*개선추가0113*/

.nourish-movie ul {overflow: hidden;}
	.nourish-movie ul li {float:left;}
	.nourish-movie ul li:first-child {margin-right:7px;}
	
table.table-people th {padding:0 0 13px 0;}
table.table-people td {vertical-align:top; padding:0 0 13px 0;}
	table.table-people td b {color:#47abd7;}
	table.table-people td big {font-size:14px;}
	table.table-people td big span {color:#aaaaaa; font-weight:normal}/*개선수정0113*/
	table.table-people td .ment {margin-top:10px;}

ul.ambassodor-list {overflow: hidden; margin-top: 25px;}
	ul.ambassodor-list li {float:left;}

table.table-ambassodor-list th {border:1px solid #47abd7; padding:12px 0 10px 14px; text-align: left; color:#a4a4a4; font-weight: normal;}
	table.table-ambassodor-list th b {color:#47abd7; font-weight: bold;}
table.table-ambassodor-list td ul {margin-top:13px;}
	table.table-ambassodor-list td ul li {padding: 0 0 13px 14px; line-height: 1.4em; letter-spacing: -1px;}
	table.table-ambassodor-list td ul li img {vertical-align: middle; margin-top:-2px;}
	table.table-ambassodor-list tr.table-last td {border-bottom:1px solid #47abd7;}
	
table.table-list2 tr.detail-subject th,
table.table-list2 tr.detail-subject td {color:#626262;}
table.table-list2 td.detail {padding:15px;}
	table.table-list2 td.detail p {margin-bottom:12px;}
		table.table-list2 td.detail table tr th {border:1px solid #e2e2e2; background:#e2f7ff;}
		table.table-list2 td.detail table tr td {border:1px solid #e2e2e2; padding:10px; text-align: center;}
		
table.report-table td {letter-spacing: -1px; text-align: left}
	table.report-table td a.pdf-download {color:#aaaaaa; text-align: left; text-decoration: underline;}
	
table.pds-movie {margin-top:0;}
	table.pds-movie tr td {border-bottom:1px solid #e0e0e0; padding:35px 0 32px 26px;}
		table.pds-movie tr td:first-child {padding-left:0;}
		table.pds-movie tr td h5 {margin-top:25px; color:#47abd7;}
		table.pds-movie tr td p.info {height:40px; margin-top:10px;}
		table.pds-movie tr td ul {margin-top:12px;}
			table.pds-movie tr td ul li {padding-left:10px; background:url('https://resource2018.nuskinkorea.co.kr/images/ico-dot5.gif') no-repeat left 6px;}

			table.pds-movie tr td strong {display:block; margin-top:25px; color:#47abd7; text-align:left}/*개선추가0114*/
				table.pds-movie tr td em {display:block; margin-top:12px; text-align:left}/*개선추가0114*/
			
table.pds-print {margin-top:0;}
	table.pds-print tr td {border-bottom:1px solid #e0e0e0; padding:35px 0 32px 52px;}
		table.pds-print tr td:first-child {padding-left:0;}
		table.pds-print tr td h5 {margin-top:30px; text-align: center; letter-spacing: -1px;}
		table.pds-print tr td a > em {display:block; margin-top:30px; text-align: center; letter-spacing: -1px; font-weight:bold}/*개선추가0114*/
			
table.pds-photo {margin-top:0;}
	table.pds-photo tr td {border-bottom:1px solid #e0e0e0; padding:35px 0 32px 26px;}
		table.pds-photo tr td:first-child {padding-left:0;}
		table.pds-photo tr td h5 {margin-top:30px; text-align: center; letter-spacing: -1px;}
			table.pds-photo tr td a > em {display:block; margin-top:30px; text-align: center; letter-spacing: -1px; font-weight:bold}/*개선추가0114*/

a.pdf-link {color:#b81b21; text-decoration: underline;}
img.pdf-icon {vertical-align:middle;}

ul.namecheck-choice {overflow: hidden; margin-top: 20px;}
	ul.namecheck-choice li {float: left; padding:0 0 0 10px; text-align: center; font-size: 11px; color: #ff8a00;}
ol.print-step-list {margin-top:17px;}
	ol.print-step-list li {margin-bottom: 30px;}
		ol.print-step-list li p {margin-top: 5px;}

h4.h4-print-page {width: 370px; border-bottom: 1px solid #86cde6; padding-bottom: 5px;}
h2.h2-print-page {width: 370px; border-bottom: 1px solid #86cde6; padding-bottom: 5px;}/*개선추가0122*/

.successtrip-info {position: relative; margin-top: 30px;}
	.successtrip-info ol {position: absolute; left: 43px; bottom: 95px;}
		.successtrip-info ol li {margin-bottom: 5px; line-height: 100%; font-weight: bold;}
			.successtrip-info ol li img {vertical-align: middle;}
			
table.table-option1 th, table.table-option1 td {padding:8px 4px; letter-spacing: -1px;}
table.table-option1 th.result, table.table-option1 td.result {background:#f5fcff;}
	table.table-option1 td.bg1 {background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-medal.gif') no-repeat left bottom;}
	table.table-option1 td.bg2 {background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-line.gif') no-repeat right top;}
table td.reply-data {padding: 15px 0 5px 10px;}
	table td.reply-data p {padding-bottom:5px;}

ul.reply-list {margin-top:10px;}
	ul.reply-list li {overflow: hidden; clear: both; border-top: 1px dashed #e2e2e2; padding: 5px 0; font-size:11px; text-align: right; color:#999999;}
	ul.reply-list li:first-child {border-top: none 0;}
		ul.reply-list li span {float: left; padding-top:3px;}
			ul.reply-list li span b {padding-right: 10px;}
input.input-subject {width: 60%;}
.login-area {overflow: hidden; margin-top: 30px;}
	.login-area .login-visual {float: left;}
	.login-area .login-box {float: right; width: 213px; height: 167px; border-top: 1px solid #8bcae5; border-bottom: 1px solid #8bcae5; padding:10px 0 0 10px;}
		
		.login-area .login-box h2 {font-size:11px; color:#47abd7; letter-spacing:-1px;}/*개선수정0121*/
			.login-area .login-box h2 img {vertical-align: bottom; margin-right:10px;}/*개선수정0121*/

		.login-area .login-box ul {margin-top:14px;}
			.login-area .login-box ul li {clear:both; overflow: hidden; padding-bottom:5px;}
				.login-area .login-box ul li span {float:left; width:57px; padding-left:9px; padding-top:6px; background: url('https://resource2018.nuskinkorea.co.kr/images/ico-circle4.gif') no-repeat left 8px;}
				.login-area .login-box ul li input[type="text"],
				.login-area .login-box ul li input[type="password"] {width:115px;}
			.login-area .login-box ul li.login-button {padding:7px 0 0 9px;}
			
		.login-area .login-box ul.member-data {overflow: hidden; margin-top: 30px;}
			.login-area .login-box ul.member-data li {clear:right; overflow: hidden; float:right; width:140px; padding-top:10px; padding-bottom:5px;}
			.login-area .login-box ul.member-data li.medal {float:left; width:60px; padding-top:0;}
				.login-area .login-box ul.member-data li span {float:left; width:57px; padding-left:9px; padding-top:0; background: url('https://resource2018.nuskinkorea.co.kr/images/ico-circle4.gif') no-repeat left 3px;}
				.login-area .login-box ul.member-data li b {letter-spacing: -1px;}
				.login-area .login-box .login-link {margin-top: 15px; padding-left: 9px;}
			
.login-main-contents {overflow: hidden; margin-top: 27px}
	.login-main-contents .main-contents {float: left; width: 732px; margin-left:-19px;}
		.login-main-contents .main-contents .section {float: left; width:330px; height:129px; margin:0 0 20px 19px; padding:14px 0 0 15px;}
			.login-main-contents .main-contents .section ul {padding-top:10px;}
				.login-main-contents .main-contents .section ul li {margin-top:6px;}
					.login-main-contents .main-contents .section ul li a {padding-left:10px; font-size: 11px; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/ico-arrow-green.gif') no-repeat left 2px;}
					.login-main-contents .main-contents .section ul li a:hover {color:#47abd7; background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/ico-arrow-blue.gif') no-repeat left 2px;}
		.login-main-contents .main-contents .section.section1 {background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-myoffice-section1.gif') no-repeat left top;}
		.login-main-contents .main-contents .section.section2 {background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-myoffice-section2.gif') no-repeat left top;}
		.login-main-contents .main-contents .section.section3 {background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-myoffice-section3.gif') no-repeat left top;}
		.login-main-contents .main-contents .section.section4 {background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-myoffice-section4.gif') no-repeat left top;}
		.login-main-contents .main-contents .section.section5 {background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-myoffice-section5.gif') no-repeat left top;}
		.login-main-contents .main-contents .section.section6 {background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-myoffice-section6.gif') no-repeat left top;}
		.login-main-contents .main-contents .section.section7 {background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-myoffice-section7.gif') no-repeat left top;}
		.login-main-contents .main-contents .section.section8 {background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-myoffice-section8.gif') no-repeat left top;}
		.login-main-contents .main-contents .section.section9 {background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-myoffice-section9.gif') no-repeat left top;}
		.login-main-contents .main-contents .section.section10 {background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-myoffice-section10.gif') no-repeat left top;}
		.login-main-contents .main-contents .section.section11 {background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-myoffice-section11.gif') no-repeat left top;}
		.login-main-contents .main-contents .section.section12 {background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-myoffice-section12.gif') no-repeat left top;}
		.login-main-contents .main-contents .section.section20 {background:url('https://resource2018.nuskinkorea.co.kr/images/myoffice/bg-myoffice-section_s3_15.png') no-repeat left top;}
		
	.login-main-contents .board-list {float:right; width:223px;}
		.login-main-contents .board-list h4 {overflow: hidden; border-bottom:2px solid #7fc5e3; padding:4px 0 10px 0; text-align:right;}
			.login-main-contents .board-list h4 span {float:left;}
			.login-main-contents .board-list h4 a {font-size:11px; color:#7fc5e3;}
		.login-main-contents .board-list ul {margin-bottom: 30px;}
			.login-main-contents .board-list ul li {border-bottom:1px solid #e5e5e5; padding:10px 0 7px 9px;}
				.login-main-contents .board-list ul li a {padding-left:12px; background: url('https://resource2018.nuskinkorea.co.kr/images/ico-circle4.gif') no-repeat left 5px;}

/*개선*/

.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt40 {margin-top:40px !important;}

.pagination {*zoom:1; line-height:14px}
.pagination * {display:inline-block; vertical-align:middle}
.pagination > a {display:inline-block; padding:0 10px 0 10px}
.pagination > span {display:inline-block}

.pagination .pagingFirst, .pagination .pagingLast {padding:10px 8px}
.pagination .pagingPrev {padding:10px 8px 10px 8px}
.pagination .pagingNext{padding:10px 8px 10px 8px}
.pagingFirst {display:inline-block; width:9px; height:7px; background:url('https://resource2018.nuskinkorea.co.kr/images/btn/btn_page_first.gif') no-repeat 50% 50%}
.pagingPrev {display:inline-block; width:4px; height:7px; background:url('https://resource2018.nuskinkorea.co.kr/images/btn/btn_page_prev.gif') no-repeat 50% 50%}
.pagingNext {display:inline-block; width:4px; height:7px; background:url('https://resource2018.nuskinkorea.co.kr/images/btn/btn_page_next.gif') no-repeat 50% 50%}
.pagingLast {display:inline-block; width:9px; height:7px; background:url('https://resource2018.nuskinkorea.co.kr/images/btn/btn_page_last.gif') no-repeat 50% 50%}

.pagingFirst > span,
.pagingPrev > span,
.pagingNext > span,
.pagingLast > span {overflow:hidden; visibility:hidden; width:0; height:0; text-indent:-9999px;line-height:0; font-size:0}

.pagination .on {font-weight:bold; color:#FD8F0E}
.pagination a:hover {color: #FD8F0E; font-weight:bold}


.thumb div img {width:188px; height:117px}

.dash-list2 {margin:5px 0 0 7px}
.dash-list2 li {padding-left:10px; color:#757575; background:url('https://resource2018.nuskinkorea.co.kr/images/bg/blt_dash.gif') no-repeat 0 7px}


/* goods-etc 탭 플러그인 css 수정 */
.ui-tabs .ui-tabs-nav {padding:0 !important}
.ui-tabs .ui-tabs-nav li {margin:1px 0 -1px 0 !important}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {background:#fff !important}
.ui-widget-header {background:none !important; border:none !important; border-bottom:1px solid #5fb4db !important}
.ui-widget-content {background:none !important; border:0 !important; border-radius:0 !important}
.ui-tabs .ui-tabs-panel {padding:30px 20px !important}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {border-top-left-radius: 0px !important;}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {border-top-right-radius: 0px  !important;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {border-bottom-left-radius: 0px  !important;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {border-bottom-right-radius: 0px  !important}

.ui-corner-top {border:1px solid #ccc !important; border-bottom:0 !important}
.ui-tabs-active.ui-state-active {border:1px solid #5fb4db !important; border-bottom:0 !important}


/* goods-etc 전면 수정 */

.goods-etc {position:relative; width:988px; margin-top:35px;}
	.goods-etc ul.tab-list {width:100%}
	.goods-etc ul.tab-list li a {display:inline-block; padding:10px 0;  width:221px; text-align: center; font-weight: bold; letter-spacing: -1px}
	.goods-etc ul.tab-list li a,
	.goods-etc ul.tab-list li a:link,
	.goods-etc ul.tab-list li a:visited {color:#898989}
	
	.goods-etc ul.tab-list li.ui-tabs-active a {color:#0189b1}
	.goods-etc ul.tab-list li a span {padding-left:15px; background:url('https://resource2018.nuskinkorea.co.kr/images/product/ico-tabs-off.gif') no-repeat left 4px}
	.goods-etc ul.tab-list li.ui-tabs-active span {background:url('https://resource2018.nuskinkorea.co.kr/images/product/ico-tabs-on.gif') no-repeat left 4px}

	.goods-etc .detail-box {border:1px solid #5fb4db !important; border-top:0 !important} 
	.goods-etc .detail-box p {padding-top:20px; line-height:18px}
	.goods-etc .detail-box p:first-child {padding-top:0}

	table.table-shipping th {vertical-align:middle; border-top:1px dashed #eaeaea; padding:10px 0 10px 17px; text-align:left; color:#424242}
		table.table-shipping td {border-top:1px dashed #eaeaea; padding:10px 17px 10px 21px}
			table.table-shipping td ul li {padding-left:12px; line-height: 1.6em; background:url('https://resource2018.nuskinkorea.co.kr/images/bg/bul_blue_dott.gif') no-repeat left 8px}
				table.table-shipping td ul li ul li {padding-left:0; background:#fff;}
			table.table-shipping tr:first-child th,
			table.table-shipping tr:first-child td {border-top:none 0; padding-top:0}

/* 마이오피스 메인 0121 */
.pt0 {padding-top:0 !important}