
/*
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
*/
body {
	width: 320px;
	margin: 0;
	color: #5c9dcc;
	font-size: 13px;
}

.dialog {
	position: absolute;
	left: 0; top: 0;
	padding: 10px;
	width: 300px;
	display: none;
	z-index:999999;
}
.dialog .description { font-weight: bold; }
.dialog fieldset { border-width: 2px; }

h2 { margin: 20px 7px 0; font-size: 16px; font-weight: bold; }
.description { margin: 7px !important; line-height: 1.6; }
.light_description { color: #a3a3a3; margin: 8px auto 10px; min-width:300px; line-height: 1.3; font-size: 11px; text-align: center; }
.auth_layout {
	display: inline-block;
	width: 100%;
  margin: 0; padding: 0;
}
.auth_container {
	float: left;
}
.auth_con {
  margin: 5px 5px;
  padding: 10px 0;
	text-align: center;
	color: #699ac2;
	border: 1px solid #b2cfe7;
	border-radius: 13px;
	background-color: #fff;
}
.auth_con img{
	margin-bottom: 3px;
	width: 50px;
}
.auth_con .auth_title {
	font-size: 12px;
    width: 80px;
    margin: 0 auto;
}

fieldset {
	padding: 0;
	margin: 7px 0;
	border: 1px solid #b2cfe7;
	border-radius: 13px;
	background-color: #fff;
}
fieldset.focus {
	border-color: #86c020;
	border-width: 3px;
}
.field {
	border-bottom: 1px solid #b2cfe7;
	padding: 0 12px;
	font-size: 16px;
	font-weight: bold;
	clear: left;
	overflow: hidden;
	display: block;
	position: relative;
	min-height: 44px;
	line-height: 44px;
}
fieldset .field:last-child { border-bottom: none; }

.field, .field input {
	font-weight: bold;
	font-size: 16px;
	color: #595959;
}

.field .label {
	width: 70px;
	float: left;
	color: #5c9dcc;
}

.field input[type="text"], .field input[type="tel"] {
	width: 193px;
	padding: 3px 0;
	margin: 6px 0;
	height: 26px;
	border: 0;
	-webkit-appearance: none;
}
.field input[type="text"].wide, .field input[type="tel"].wide {
	width:220px !important;
}
.field input[type="tel"] { width: 3em; }
.field input.fill { width: 278px; }

@-webkit-keyframes fade_in{
	from { opacity:0; position:absolute; }
	to   { opacity:1; position:static; }
}
@-webkit-keyframes fade_out {
	from { opacity:1; }
	to   { opacity:0; position:absolute; }
}
#email_notice {
	width:100%;
	background-color:white;
}

#email_notice.show {
	-webkit-animation:fade_in .5s; 
	position:static;
}

#email_notice.hide {
	-webkit-animation:fade_out .5s; 
}

#email_notice button {
	border:none;
	padding:0;
	margin:0;
}
#email_notice #header {
	width:100%;
	-webkit-background-size:100%;
	height:91px;
	text-align:center;
}
#email_notice .content {
	border-bottom:1px solid #dde5e7;
	text-align:center;
}
#email_notice .content p {
	color:#6a6a6a;
	text-align:center;
	font-size:14px;
	line-height:1.4em;
}
#email_notice .content span {
	color:#333;
}
#email_notice .content button {
	margin-top:15px;
}
#email_notice .content table {
	color:#6a6a6a;
	width:220px;
	margin:10px auto;
	border:1px solid #bbcbcf;
	-webkit-border-radius:4px;
	border-collapse:separate;
}
#email_notice .content table tr {
	height:32px;
}
#email_notice .content table td img {
	vertical-align:middle;
}
#email_notice .content table tr:first-child td {
	border-bottom:1px solid #eee5e7;
}
#email_notice .content table tr td:first-child {
	padding-left:8px;
	text-align:left;
}
#email_notice .content table tr td:last-child {
	padding-right:8px;
	text-align:right;
	min-width:47px;
}
#email_notice #footer {
	height:60px;
	background-color:#e1f2f9;
	text-align:center;
	padding-top:15px;
}

#step-profile input[type="text"] {
	width:175px;
}

/* select가 .field 전체를 가리게 하는 hack */
.field select { position: absolute; left: 0; width: 100%; height: 30px; opacity: 0; margin-top: 5px; }
.select-text {
	z-index:2;
}

#photo-field .label { height: 85px; width: 60px; }
#photos { margin: 12px 0; overflow: hidden; }
#photo-field .photo { width: 67px; height: 67px; margin-left: 3px; margin-bottom: 3px; float: left; }
#photo-field img { width: 67px; height: 67px; }
#photo-dialog ul { margin: 0; padding: 0; list-style: none; }
#photo-dialog a {
	text-align: center;
	display: block;
	padding: 12px;
	font-size: 20px;
	border: 1px solid #999;
	margin: 10px 0;
}

.config-matching .value {
	float: right;
}
.config-matching.dialog {
	top: 44px;
}

h1 {
	margin: 0;
	/*height: 44px;*/
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding: 12px 0;
	font-weight: bold;
}
#step-profile, #step-intro, #content.config-matching { padding: 10px; }
#content.my_impression { padding: 10px 10px 0px 10px; }
#step-keyword .buttons { padding: 13px; }

.step-4attack { 
  padding: 5px !important;  
}

.step-4attack-nopadding { 
  padding: 0 !important;  
}

.step-4attack h2 { 
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: #0079C4;
  font-size: 14px;
}

.step-4attack .description { 
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 12px;
}

.step-4attack-nopadding .description { 
  margin-left: 5px !important;
  margin-right: 5px !important;
  font-size: 12px;
}

.step-4attack .vip_warn {
	color: #000;
	text-align: center;
	line-height: 1.5em;
	visibility: hidden;
	letter-spacing: -1px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.step-4attack .vip_warn.show {
	visibility: visible;
}

.step-4attack .vip_warn img{
	margin-right: 5px;
	margin-bottom: 3px;
	width: 23px;
}

.step-4attack .answers h2 { 
  margin-left: 0;
  margin-right: 0;
  color: #0079C4;
  font-size: 14px;
}

.step-4attack .field, .step-4attack .field input {
  font-size: 14px;
}

.step-4attack .field .label {
  color: #3C9ECE;
  font-size: 14px;
}


.step-4attack .auth_con, .step-4attack fieldset { 
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#style { font-size: 14px; letter-spacing: -1px; }
#style-left-container { float: right; text-align: center; margin: 10px 20px ; color:#43769f;}
#style-dialog.edit #style-left-container { margin:45px 20px 20px 20px; }
#style-dialog h2 { margin-top:0; }
#style-dialog.edit h2 { margin-top:20px; }
#style-left { display: block; font-size: 13px; margin-top:4px; }
#styles {
	clear: both;
	margin-top: 10px;
	border-radius: 13px;
	border: 2px solid #b2cfe7;
	background-color: #fff;
}
#styles table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
#styles td {
	border: 1px dashed #b2cfe7;
	width: 33%;
	padding: 13px 3px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#styles td.selected {
	background-color: #b2cfe7;
	color: white;
}
#styles tr td:first-child { border-left: 0px solid #b0cfe7; }
#styles tr td:last-child { border-right: 0px solid #b0cfe7; }
#styles tr:first-child td { border-top: 0px solid #b0cfe7; }
#styles tr:last-child td { border-bottom: 0px solid #b0cfe7; }

.styles_4attack {
	border-radius: 5px !important;
	border: 2px solid #6FAED4 !important;
  color: #999999 !important;
}
.styles_4attack td {
	padding: 18px 3px !important;
}
.styles_4attack td.selected {
	color: #1483C3 !important;
	background-color: #fff !important;
}
.styles_4attack td {
	border: 1px solid #6FAED4 !important;
}
.styles_4attack td.selected {
	background-color: #b2cfe7;
	color: white;
}
.styles_4attack tr td:first-child { border-left: 0px solid #b0cfe7 !important;}
.styles_4attack tr td:last-child { border-right: 0px solid #b0cfe7 !important; }
.styles_4attack tr:first-child td { border-top: 0px solid #b0cfe7 !important; }
.styles_4attack tr:last-child td { border-bottom: 0px solid #b0cfe7 !important; }

.dialog .buttons { text-align: center; }

.answers .label { min-width: 0; width: 30px; }
.answers input { width:210px !important; }
.answers .more { text-align: right; clear: both; }

#step-keyword .description { margin: 17px; }
.keyword-category { padding-top: 13px; min-height: 133px; clear: both; }
.keyword-add-form { height: 34px; line-height: 34px; clear: both; padding: 0 7px; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center;} 
.keyword-add-form .label { width: 125px; display:inline-block; }
.keyword-add-form .label img { width: 21px;  display:inline-block; vertical-align: middle;}
.keyword-add-form .label span.text { line-height: 34px; color: #1d558f; font-weight: bold; font-size: 13px; display:inline-block; vertical-align:middle; }
.keyword-add-form .label.small-title {
	font-size:12px;
}
.keyword-add-form input { height: 25px; padding: 0 10px; width: 95px; font-size: 13px; border-radius: 13px; border: 0; background-color: #fff;  display:inline-block; }
.keyword-add-form button { display:inline-block; line-height:0px; }
.keyword-add-form img { vertical-align: middle; }
.suggest-list { z-index: 200; position: absolute; border: 1px solid black; background-color: #eee; display: none; left: 7px; width: 306px; padding: 10px 0; word-wrap: break-word; }
.suggest-item { float: left; text-align: center; width: 20%; }
.suggest-item img { display: block; margin: 0 auto; width: 50px; height: 50px; }
.keywords { padding: 13px 7px; }
.keyword-item { position:relative; float: left; text-align: center; text-decoration: none; font-weight: bold; color: #595959; width: 25%; margin-bottom: 7px; word-wrap: break-word; }
.delete-keyword {
	position:absolute;
	top:-12px;
	left:-2px;
}
.keyword-item > img { display: block; margin: 0 auto 5px; width: 50px; height: 50px; }

.buttons { overflow: hidden; margin-top: 25px; }
.buttons .back { float: left; }
.buttons .next, .buttons .finish { float: right; }
.prev_gray_btn, .next_blue_btn {
  width: 117px;
  height: 40px;
  border: 0;
  font-size: 14px;
  color: white;
}
.prev_gray_btn {
  background: url('../images/profile/btn_tutorial_grey.png') no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
}
.next_blue_btn {
  background: url('../images/profile/btn_tutorial_blue.png') no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
}

#reveal-extra-keywords {
	clear:both;
	margin:0 auto 20px auto;
	width:280px;
	padding:10px;
	border:3px solid #9cc2e2;
	background-color:#bfd6ea;
	-webkit-border-radius:10px;
	color:#43769f;
}
#reveal-extra-keywords li {
	font-size:12px;
	margin-left:20px;
	line-height:1.5em;
	list-style:disc;
}
/* gift */
.tab3-container-background {
	background-size: 100% 51px; 
	width: 100%; 
	height: 51px;
}
.tab3-container {
	background-repeat: no-repeat;
	-webkit-background-size:320px auto;
	background-size: 320px;
	height: 61px;
	width: 100%;
	z-index: 1000;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tab2-container {
	background-repeat: no-repeat;
	-webkit-background-size:320px auto;
	background-size: 320px;
	height: 61px;
	z-index: 1000;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tab3-container .tab, .tab2-container .tab {
	float: left;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tab3-container .tab3-1 {
	width: 100px;
	padding-left: 8px;
}
.tab3-container .tab3-2 {
	width: 106px;
}
.tab3-container .tab3-3 {
	width: 100px;
	padding-right: 6px;
}
.tab2-container .tab2-1 {
	width: 135px;
	padding-left:25px;
}
.tab2-container .tab2-2 {
	width: 135px;
	padding-right:25px;
}
#tabs {
  padding: 0 5px;
  overflow: auto;
  margin-top: 25px;
}

#tabs .tab {
  width: 33.33%;
  height: 30px;
  background-size: 100% 30px;
  float: left;
  color: white;
  text-align: center;
  line-height: 30px;
}
.gift-send-footer {
	text-align: center;
	height: 60px;
	padding:5px 0;
	position:absolute;
	top:88px;
	width:100%;
}
.gift-user-info-footer {
	width:100%;
	height: 39px;
	line-height:1.2em;
	margin-top:46px;
}
.gift-user-info-footer td {
	padding:8px;
}
.gift-user-info-footer img {
	width:30px;
	height:30px;
}
.gift-list {
	width: 100%;
	border-collapse: collapse;
}
.gift-list td {
	padding-top: 1px;
	height: 80px;
}
.gift-image-cell {
	width: 70px;
	text-align: center;
}
.gift-image-cell img {
	max-height: 60px;
	max-width:60px;
}
.gift-desc-cell {
	line-height: 20px;
	background: 95% center no-repeat;
	-webkit-background-size:10px auto;
	background-size: 10px;
}
.gift-vendor {
	font-size:12px;
}
.gift-name,
.gift-price
{
	font-size: 16px;
}
.gift-price {
	font-weight: normal;
	margin-right: 10px;
}
.gift-product .gift-price {
	font-weight: bold;
	color:rgb(95, 158, 202);
	color:rgb(36, 107, 158);
}
.gift-info {
	color:rgb(244, 130, 176);
}
.gift-info .date {
	font-size: 11px;
	font-weight: normal;
}
.gift-info .button {
	background-repeat: no-repeat;
	-webkit-background-size:83px auto;
	background-size: 83px;
	width: 83px;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 11px;
	margin-right: 10px;
}

.no-friend { margin-top: 80px; text-align: center; }
.no-friend-title { font-size: 24px; margin-bottom: 20px; }
.no-friend-desc { font-size: 16px; margin-top: 20px; }

.friend-list-desc { font-size: 16px; margin: 20px; }
.friend-list { margin: 20px; }
.friend-list .field { font-size: 20px; }
.gift-large-button { width: 281px;-webkit-background-size:281px auto; background-size:281px;color:rgb(244,130,176);font-weight: bold; text-align: center; height: 55px; line-height: 55px; margin: 0 auto; font-size: 18px; display: block; border: none; }

.gift-detail { margin: 10px 20px; }
.gift-detail-title { padding: 16px 0; }
.gift-detail-title .vip-title { letter-spacing:-1px; font-size:18px; }
.gift-detail-title .vip-header { letter-spacing:-1px; font-size:15px; }
.gift-detail-title .vip-explain { margin: 8px 0 11px; letter-spacing: -0.5px; line-height: 1.4em; }
.gift-detail-info { border: 2px solid #b2cfe7; border-radius: 15px; background-color: #fff; text-align: center; padding: 10px; margin-bottom: 10px; line-height: 18px; }
.gift-detail-info img { margin-bottom: 10px; max-width: 300px; }
.gift-detail-info .name { font-size: 16px; color: #000; }
.gift-detail-info .price { font-size: 16px; color: #000; }
.gift-detail-desc { line-height:1.4em; }
.gift-detail-footer { margin-top: 20px; border-top: 2px dotted #b2cfe7; text-align: center; color: #333; }
.gift-detail-footer p { padding-top: 10px; }

.gift-order { padding: 10px; }
.gift-order h3 { margin: 10px; }
.gift-order .name { color: #000; font-size: 18px; margin-top: 5px; }
.gift-order .name.remove-margin { margin: 0; }
.gift-order-group { border: 2px solid #b2cfe7; border-radius: 15px; background-color: #fff; margin-bottom: 20px; overflow:hidden; }
.gift-order-receipt { clear: both; border-top: 2px solid #b2cfe7; width: 100%; color: #000; border-collapse: collapse; }
.gift-order-receipt th { padding: 10px; border: 1px solid #d5e9f4; background-color: #ecf7fe; }
.gift-order-receipt td { font-size: 15px; padding: 20px 10px; text-align: center; border: 1px solid #d5e9f4; border-bottom-width: 0; position: relative; }
.gift-order-receipt td:first-child, .gift-order-receipt th:first-child { border-left: 0; }
.gift-order-receipt td:last-child, .gift-order-receipt th:last-child { border-right: 0; }
.gift-order-receipt .total-price { color: #e5270f; line-height: 1.2em; }
.gift-order-receipt .total-price span { font-weight: normal; color: #444444; font-size:12px; }
.gift-order-receipt .amount { }
.gift-order-receipt select { width: 100%; text-align: center; border:none; font-size:16px; }
.gift-order-methods { width: 100%; }
.gift-order-methods tr { border-bottom: 1px solid #d5e9f4; height: 60px; }
.gift-order-methods tr:last-child { border-bottom: 0; }
.gift-order-methods th { padding-left: 20px; vertical-align: middle; }
.gift-order-methods td { padding: 10px; color: #000; font-size: 16px; }
.gift-order-methods .desc { color: #89b6d3; font-size: 12px; padding-top: 5px; }

.vbank-wrapper { 
	position: absolute; 
	left: 0; right: 0; 
	bottom: 0;
	text-align: center;
	padding-bottom: 15px;
}
.vbank-wrapper .go-vbank-btn { 
	color: #2f4f4f;
}


.gift-payment { padding: 10px; }
.gift-payment h3 { margin: 10px; }
.gift-payment .table-wrap { border-radius: 15px; border: 2px solid #b2cfe7;  background-color: #ecf7fe; margin-bottom: 20px; }
.gift-payment table { width: 100%; }
.gift-payment tr { border-bottom: 1px solid #b2cfe7; }
.gift-payment tr:last-child { border-bottom: 0; }
.gift-payment th { padding: 20px 10px; border-right: 1px solid #b2cfe7; text-align: left; }
.gift-payment td { font-size: 15px; padding: 20px 10px; color: #000; }
.gift-payment-receipt td { background-color: #fff; }
.gift-payment-receipt tr:first-child td { border-top-right-radius: 15px; }
.gift-payment-receipt tr:last-child td { border-bottom-right-radius: 15px; }
.gift-payment .total-price { color: #e5270f; }
.gift-payment-info tr { height: 44px; }
.gift-payment-info th { border-right: 0; padding: 10px; vertical-align: middle; width: 80px; }
.gift-payment-info td { padding: 5px 10px; vertical-align: middle; }
.gift-payment-info .providers { font-size: 14px; }
.gift-payment-info .providers button { padding:0; margin:0; font-size:10px; width:55px; height:32px; border:1px solid #82bee4; -webkit-border-radius:4px; background-color:#f5fbff;}
.gift-payment-info .providers button.selected { background-color:#21587b; color:white; }
.gift-payment-info input { font-size: 16px; height: 24px; background-color: #f5fbff;  border:1px solid #82bee4;}
.gift-payment-footer { margin: 0 auto; width: 230px; }
.gift-payment-footer * { float: left; }
.gift-payment-footer div { padding-right: 10px; }

.gift-order-coupons { border-collapse: separate; width: 100%; }
.gift-order-coupons tr { text-align: left; color: #444444; border-bottom: 1px solid #d5e9f4; height: 50px; border-radius: 15px; }
.gift-order-coupons tr.disable { background-color:#dddddd; }
.gift-order-coupons tr:last-child { border-bottom: none; }
.gift-order-coupons tr th { font-weight: bold; vertical-align: middle; }
.gift-order-coupons tr th * { display:inline-block; vertical-align:middle; }
.gift-order-coupons tr th .checkbox { position:relative; top: -2px; width: 15px; height: 18px; margin-left: 15px; margin-right: 10px; background: url('../images/gift/confirm_order_checkbox.png') no-repeat; background-size: 15px 36px; background-position: 0px -18px; }
.gift-order-coupons tr.disable th .checkbox {  background: url('../images/gift/confirm_order_checkbox_disabled.png') no-repeat; background-size: 15px 15px; background-position: 0px 3px; }
.gift-order-coupons tr.select th .checkbox {  background-position: 0px 0px; }
.gift-order-coupons tr td{ font-weight: normal; color: #444444; }

.gift-order-coupons.iphone tr th { font-size: 14px; }
.gift-order-coupons.iphone tr td { font-size: 11px; }

.gift-count { color: red; }
.confirm-order-footer { text-align: left; }
.ticket-text { color: black; font-weight: normal; display: inline-block; margin: 16px 0 0; text-align:left}
.vat-text { color: black; font-weight: normal; display: inline-block; margin: 32px 0 0; text-align:center}
.pay-text-group { color:black; font-weight:normal; margin-top:32px; }
.pay-text { color:black; font-weight:normal; line-height:1.82; font-size:12px; }
.new-ticket-text { color: #ff5a78; font-weight: normal; display: inline-block; margin: 8px 0 0; text-align:left}
.payment-button { display: inline-block; background-color: #b2cfe7; color: white; padding: 10px 20px; border-radius: 10px; box-shadow: 1px 2px 2px #888888; }

#user_job_form_list {
  padding-left: 80px;
  background-color: #6FADD5;
}

#user_job_form_list ul {
  padding: 1px;
  padding-right: 10px;
}

#user_job_form_list li {
  padding: 8px 5px; 
  margin: 5px 0;
  color: white;
}

#user_job_form_list li:first-child {
  color: #6FADD5;
  background-color: white;
  border-radius: 5px;
}

#user_college_form_list {
  padding-left: 80px;
  background-color: #6FADD5;
}

#user_college_form_list ul {
  padding: 1px;
  padding-right: 10px;
}

#user_college_form_list li {
  padding: 8px 5px; 
  margin: 5px 0;
  color: white;
}

#user_college_form_list li:first-child {
  color: #6FADD5;
  background-color: white;
  border-radius: 5px;
}

#user_graduate_form_list {
  padding-left: 80px;
  background-color: #6FADD5;
}

#user_graduate_form_list ul {
  padding: 1px;
  padding-right: 10px;
}

#user_graduate_form_list li {
  padding: 8px 5px; 
  margin: 5px 0;
  color: white;
}

#user_graduate_form_list li:first-child {
  color: #6FADD5;
  background-color: white;
  border-radius: 5px;
}

