/* 공통 */
#popup {width:500px; height:auto; text-align:center; margin:auto;}

#popup .tab_content {padding:0; width:500px; height:580px;}


/* Tabs */
#popup ul.tabs { width:100%; display: flex; background-color: #fff;}
#popup ul.tabs li { text-align:center; line-height:45px; flex: 1;}
#popup ul.tabs li.tabs-item a {	display:block; letter-spacing:-1px;	font-size:17px; font-weight: 600;}

/* Hovered Tab */
#popup li.tabs-item a:hover, #popup li.tabs-item a:active {	background:#505050; color:#fff}

/* Active Tab */
#popup li.ui-tabs-selected a, #popup li.ui-tabs-selected a:hover, #popup  li.ui-tabs-selected a:active {	background:#505050; color:#fff}

/* Content Panels */
#popup .ui-tabs-hide {	display:none;}
#popup .btn_get_started {	float:left;	height:30px;	width:99px;	text-indent:-9999em;	margin-right:7px; 	overflow:hidden; 	background:transparent url(../170602/html/images/getstarted.gif) no-repeat}
