@charset "utf-8";

@import "./common.css";
@import "./jquery-ui.min.css";
@import "./jquery-ui.theme.css";
@import "./reset.css";
@import "./font.css";
@import "./form.css";

html, body.loginPage {
	background-color: #f7f8fa;
	width: 100%;
	height: 100%;
}

.ui-widget {font-family: "Roboto", sans-serif; font-size: 14px;}

.ui-selectmenu-button {
    line-height: 20px;
    padding-left: 12px;
    padding-right: 12px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background-color: #fff;
    border-radius: 0;
    border-color: #c6c9d4;
    outline: 0;
    color: rgba(0, 0, 0, 0.8);
}

.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:focus {
    border-color: #3892d4;
}

.ui-button .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    height: 20px;
    background: url(../../images/login2/trigger.png) no-repeat 0 center;
}

.ui-selectmenu-button-open.ui-button .ui-icon {
    background-position: -65px center !important;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 8px 12px;
}

.ui-widget.ui-widget-content {
    border-top: 0;
}

.ui-selectmenu-menu .ui-widget.ui-widget-content {
	border-radius: 0;
}

.select-lang + .ui-selectmenu-button {
    width: 160px;
    margin-right: 10px;
}

.input {
	width: 100%;
}

.pw-type {
	position: relative;
	margin-bottom: 10px;
}

.pw-type .input {
	padding-right: 40px !important;
	margin-bottom: 0 !important;
}

.pw-type.eyeNone .input {
	padding-right: 12px !important;
}

.pw-type.eyeNone .btn-eye {
	display: none;
}

.pw-type.complete:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 12px;
	right: -20px;
	margin-top: 10px;
	background: url(../../images/login2/ico-complete.png) no-repeat center center;
}

.pw-type .btn-eye {
	position: absolute;
	top: 9px;
	right: 12px;
	width: 16px;
	height: 16px;
	background-image: url(../../images/login2/ico_show_password.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.pw-type .btn-eye.on {background-image: url(../../images/login2/ico_hide_password.png);}

.login-wrap {
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.login-area {
	width: 100%;
	height: calc(100% - 115px);
	display: table;
}
.login-box {
	max-width: 540px;
	text-align: left;
	margin: 0 auto;
	font-size: 0;
	display: table;
	width: 100%;
	height: 100%;
}
.login-box .login-img {
	width: 740px;
	height: 605px;
}
.login-box .login-img img {
	width: 100%;
}
.login-box .login-form {
	width: 100%;
	font-size: 14px;
	line-height: 1.14;
	color: rgba(0,0,0,0.8);
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.login-form .form {
	position: relative;
	display: table-cell;
    vertical-align: middle;
	height: 455px;
	width: 540px;
	margin: 0 auto;
	text-align: left;
	padding: 0 120px;
	background-color: #fff;
	box-sizing: border-box;
}
.login-form .form.type1 {
	width: 540px;
	padding: 0 111px;
}
.login-form .form .form-tit {
  font-size: 25px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 30px;
}
.login-form .form .input {
	line-height: 17px;
	width: 100%;
	min-width: 280px;
	height: 34px;
	padding: 9px 12px 8px;
	box-sizing: border-box;
	border: 1px solid #c6c9d4;
	background-color: #fff;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 12px;
	outline: 0 none;
}
.login-form .form .input.error,
.login-form .form .input.error:focus {
	border-color: #ed4839;
}

.login-form .form .input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.login-form .form .input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.login-form .form .input:disabled::placeholder {
    color: rgba(0, 0, 0, 0.15) !important;
}

.login-form .form .input:disabled:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.15) !important;
}

.login-form .form .input:focus {
	border-color: #345de3;
}
.login-form .form .btn {
	width: 100%;
	height: 38px;
	border-radius: 1px;
	border: solid 1px #345de3;
	background-color: #345de3;
	font: 400 14px 'Roboto';
	color: #fff;
	margin-top: 12px;
	font-size: 14px;
}
/* .login-form .form .form-validator + .btn {
	margin-top: 4px;
} */
.login-form .form .btn:hover {
	border-color: #294ab4;
	background-color: #294ab4;
}
.login-form .form .btn:disabled,
.login-form .form .btn:disabled:hover {
	border-color: #dae3f0;
	background-color: #dae3f0;
}
.login-form .form .idpw-box {
	margin: 13px 1px 0;
	overflow: hidden;
}
.login-form .form .idpw-box .id-save {
	width: auto;
	float: left;
}
.login-form .form .idpw-box .id-save input[type="checkbox"] + label {
	font-size: 13px;
	line-height: 1.14;
}
.login-form .form .idpw-box .idpw-find {
	width: auto;
	float: right;
	margin-top: 1px;
}
.login-form .form .idpw-find .text,
.login-form .form .idpw-find .link {
	font-size: 13px;
	line-height: 1.15;
	letter-spacing: normal;
	text-align: left;
	color: rgba(0, 0, 0, 0.8);
}
.login-form .form .idpw-find .link {
	text-decoration: underline;
}

.head-area,
.foot-area {
	width: 100%;
	text-align: left;
}

.head-area {
	height: 60px;
	background-color: #2d333e;
	overflow: hidden;
}
/*
.head-area .head-logo {
	float: left;
	width: 114px;
	height: 34px;
	background-image: url(../../images/login2/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 114px auto;
	margin: 14px 0 0 19px;
	text-indent: -9999em;
}
*/
.head-area .head-logo {
	float: left;
	width: 150px;
	height: 31px;
	background-image: url(../../images/login2/Samsung_Knox_Manage.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 16px 0 0 20px;
	text-indent: -9999em;
}
.head-area .head-lang {
	width: auto;
	float: right;
	color: #fff;
	margin: 13px 40px 0 0;
}
	
.head-lang .select-lang + .ui-selectmenu-button {
    font-size: 16px;
    line-height: 1.19;
    letter-spacing: 0px;
    text-align: right;
    color: #ffffff;
    padding: 0;
    background: transparent;
    border: 0 none;
    width: auto;
    margin-right: 0;
    height: 30px;
}

.head-lang .select-lang + .ui-button .ui-icon {
	width: 0px;
    height: 0px;
    background: none;
    border-top: 5px solid none;
    border-bottom: 5px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transform: rotate(180deg);
    margin-top: 7px;
}
.head-lang .select-lang + .ui-button.ui-selectmenu-button-open .ui-icon {
    transform: rotate(0deg);
}

.foot-area {
	padding: 20px 40px;
	font-size: 0;
	height: 55px;
	bottom: 0;
}
.foot-area a {
	font-size: 13px;
	line-height: 1.5;
	color: rgba(0,0,0,0.8);
}
.foot-area a.bold {
	font-weight: 600;
}
.foot-area a + a {
	margin-left: 11px;
	padding-left: 10px;
	position: relative;
}
.foot-area a + a::before {
	content: '';
	width: 1px;
	height: 10px;
	background-color: rgba(82, 93, 134, 0.3);
	position: absolute;
	left: 0;
	top: 2px;
}
.foot-area .text {
	line-height: 1.15;
	color: rgba(0,0,0,0.8);
	font-size: 13px;
}

.foot-area .divider {
	line-height: 1.15;
	color: rgba(0,0,0,0.8);
	font-size: 13px;
	margin: 0px 6px 0px 10px;
}

/* Sign in 추가 */
.form-sub-title {
	display: block;
	font-size: 25px;
	font-weight: normal;
    line-height: 1.2;
    color: #000;
}

.form-sub-title + .form-desc {
	margin: 14px 0 16px 0;
}

.form-desc {
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -0.1px;
}

.otp-type {
	overflow: hidden;
	margin-bottom: 12px;
}

.otp-type .radio-group {
	float: left;
	height: 29px;
}

.otp-type .radio-group .default-rad + label:before {
	margin-right: 8px;
}
.otp-type .radio-group .default-rad + label {
	margin-right: 36px;
}

.btn-send {
	width: 60px;
	line-height: 27px;
	border: 1px solid #345de3;
	border-radius: 2px;
	text-align: center;
	color: #345de3;
}

.btn-send:hover {
	background-color: #f7f8fa;
}

.otp-type .btn-send {
	float: right;
}

.modal-wrap {
	position: fixed;
	width: 350px;
	height: 228px;
	top: 50%;
	left: 50%;
	padding: 30px;
	margin: -114px 0 0 -175px;
	border-radius: 2px;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.15);
	border: solid 1px #caceda;
	background-color: #fff;
}

.modal-header {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(82, 93, 134, 0.3);
}

.modal-name {
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
}

.modal-close {
	float: right;
	width: 18px;
	height: 18px;
	background: url(../../images/login2/ico-pop-close.png) no-repeat center center;
}

.modal-body {
	text-align: left;
}

.hasTime-box {
	position: relative;
	margin-bottom: 10px;
}
.login-form .form .hasTime-box + .btn {
	margin-top: 38px;
}
.hasTime-box .input {
	padding-right: 45px !important;
	margin-bottom: 0 !important;
}
.hasTime-box.error .input {
	border-color: #ed4839 !important;
}
.hasTime-box.ok .input {
	border-color: #345de3 !important;
}

.outBtn-box {
    margin-bottom: 12px;
}
.outBtn-box .input,
.outBtn-box [class^="btn-"] {
	display: inline-block;
	vertical-align: middle;
}
.outBtn-box .input {
	width: calc(100% - 69px) !important;
	min-width: auto !important;
	margin-bottom: 0 !important;
}
.outBtn-box .input:disabled {
background-color: #f7f8fa !important;
}
.outBtn-box [class^="btn-"] {
	width: 62px;
	line-height: 32px;
}
.outBtn-box * + [class^="btn-"] {margin-left: 3px;}

.time-text {
	position: absolute;
	top: 12px;
    right: 10px;
	font-size: 12px;
	color: #ed4839;
}

.form-validator {
	margin: -8px 0 8px;
	font-size: 12px;
	line-height: 1.38;
	color: #ed4839;
	height: 12px;
}

.form-validator-noheight {
	margin: -8px 0 8px;
	font-size: 12px;
	line-height: 1.38;
	color: #ed4839;
}

.form.ui-tabs .ui-tabs-nav {
	padding: 0;
	border-bottom: 1px solid rgba(82, 93, 134, 0.15);
}

.form .ui-widget-header {
	background-color: #fff;
	border: 0;
	color: rgba(0,0,0,0.8);
}

.form.ui-tabs .ui-tabs-nav li {
	width: 50%;
	border: 0;
	margin: 0;
	text-align: center;
}

.form.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin: 0;
}

.form.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	color: #345de3;
	font-weight: bold;
}

.form.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -2px;
	background-color: #345de3;
}

.form.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	position: relative;
	display: block;
	float: none;
	border: 0;
	padding: 10px 0;
	font-size: 16px;
	color: rgba(0,0,0,0.8);
}

.form.ui-tabs .ui-tabs-nav .ui-tabs-anchor:focus {
	outline: 0;
}

.form.ui-widget.ui-widget-content {
	border: 0;
	border-radius: 0;
	color: rgba(0,0,0,0.8) !important;
	font-family: inherit !important;
	font-size: inherit !important;
}

.find-area.ui-tabs .ui-tabs-panel {
	padding: 26px 0 0 0;
}

.find-area .form-desc + .input {
	margin-top: 24px;
}

.find-area .form-desc + .pw-type {
	margin-top: 22px;
}

.find-area .find-id .form-desc ~ .btn {
	margin-top: 55px;
}

.find-area .find-id .form-desc ~ .form-validator + .btn {
	margin-top: 38px;
}

.find-area .find-pw .pw-step1 .form-desc + .btn {
	margin-top: 38px;
}

.find-area .find-pw .pw-step1 .form-desc ~ .form-validator + .btn {
	margin-top: 21px;
}

.find-area .find-pw .pw-step2 .pw-type + .btn {
	margin-top: 0;
}

.login-form .form .find-id .idpw-box,
.login-form .form .find-pw .idpw-box,
.login-form .form .hasTime-box ~ .idpw-box {
	margin-top: 26px;
}

.login-form .mobileBrowserBtn {
    display: block;
    cursor: pointer;
    background: #a0a0a0;
    color: white;
    height: 40px;
    line-height: 40px;
    font-size: 2em;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    margin: 20px 0 15px 0;
    font-weight: bold;
}

/*Samsung account login button*/
.login-form .form .form-foot {
	margin-top: 45px;
}

.login-form .form .btn2 {
	width: 100%;
	height: 38px;
	border-radius: 1px;
	border: solid 1px #c6c9d4;
	background-color: #ffffff;
	margin-bottom: 10px;
}

.login-form .form .btn2:hover {
	border: solid 1px #c6c9d4;
	background-color: #f7f8fa;
}

.login-form .form .btn2:disabled,
.login-form .form .btn2:disabled:hover {
	border: solid 1px #e4e6ec;
	background-color: #ffffff;
	color: rgba(0, 0, 0, 0.3);
	cursor: text;
}


/* 2021-01-08 google recaptcha style 추가 */
.grecaptcha-badge { visibility: hidden; }

.login-form .form .recaptcha-pp {
	width: 102%;/* 영문 기준으로 조정함. */
	margin-top: 20px;
	color: rgba(0, 0, 0, 0.8);
}

.login-form .form .recaptcha-pp a {
	color: #0000ee;
}

.login-form .form .recaptcha-pp a:hover {
	text-decoration:underline
}

 /* v21.6 GDPR CSS */
.cookieWinCss {
	color: rgba(0,0,0,0.8);
	font: 400 14px 'Roboto';
	line-height: 22px;
	padding: 0;
	font-family: Roboto, "Malgun Gothic", Arial, sans-serif !important;
}

.manageCookiesCss {
	background-color: #f7f8fa;
}

.form-line { 
    width: 100%;  
    padding: 30px 0px 0px 0px;  
    border-bottom: 1px solid #c6c9d4; 
}

#settingCookiesWin .x-window-header-default,
#cookiePolicyWin .x-window-header-default,
#manageCookiesWin .x-window-header-default {
  margin: 0px 30px 0px 30px;
}

a.manageCookiesHyperLink:hover,
span.manageCookiesLink:hover, 
a.manageCookiesLink:hover {
   text-decoration:underline;
}

a.manageCookiesHyperLink,
span.manageCookiesLink, 
a.manageCookiesLink {
   text-decoration:underline;
}

a.manageCookiesHyperLink{
	color: #345de3;
}


/* IE alert CSS */
.ieAlert-text-20-white{
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

.ieAlert-text-16-white{
	font-size: 16px;
	color: #ffffff;
}

.ieAlert-aColor{
	color: #ffffff;
	text-decoration: underline !important;
}

.x-tool-close-white {
  background-position: 0 0;
  width: 18px;
  height: 18px;
  background-image: url(../../images/ext/crisp/tools/ico_popup_close_wh.png);
}

.ieAlertheader {width:100%;min-width:1280px;height:120px;box-shadow:0 4px 0 #f2f2f2;background:#345de3;overflow:visible;z-index:1000;}
.ieAlertheaderWin {background:#345de3}
/* IE alert CSS */

.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: rgba(0, 0, 0, 0.8);
	font-family: "Roboto", sans-serif;
	margin: 15px 0px;
}
.hr-sect::before {
	content: "";
	flex-grow: 1;
	background: #c6c9d4;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 8px 0px 0px;
}
.hr-sect::after {
	content: "";
	flex-grow: 1;
	background: #c6c9d4;/* rgba(0, 0, 0, 0.3); */
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 0px 0px 8px;
}