/*------------------------------------------------------------------
[Main Stylesheet]

Project:	ODDO
Version:	1.1.0
-------------------------------------------------------------------*/
/** GLOBAL CLASSES **/

body {
	font-family: 'Paperlogy', 'poppins', sans-serif;
	font-weight: 400;
	color: #535353;
}
.img-fluid {
	max-width: 100% !important;
	height: auto;
}
.form-control:focus {
	box-shadow: none;
}

input:-internal-autofill-selected {
	background-color: transparent !important; /* 기본 배경색으로 설정 */
	background: none !important; /* 기본 배경색으로 설정 */
	color: inherit !important; /* 텍스트 색상 유지 */
	font-family: inherit !important;
}
.login-box .alert{
	padding: 15.5px 20px;
	font-size: 13px;
	border: none !important;
	border-radius: 4px;
	margin-bottom: 25px;
}
.login-box .alert-dismissible .btn-close{
	padding: 18.5px 19px;
	background-size: 8px;
}
.login-box .alert-dismissible .btn-close:focus,
.login-box .alert-dismissible .btn-close:active {
	box-shadow: none;
}
.login-box .password-indicator {
	position: absolute;
	right: 15px;
	top: 17px;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 300ms, opacity 500ms;
	font-size: 17px;
	color: #999;
}
.login-box .password-wrapper:hover .password-indicator{
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 500ms;
	font-size: 17px;
	color: #555;
}
.login-box .login-popover{
	font-size: 14px;
	color: #777;
	cursor: help;
}
.login-box .login-popover-abs{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.popover {
	border: 1px solid #ebeef5 !important;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
	font-family: 'Paperlogy', 'poppins', sans-serif;
}
.popover-header {
	box-shadow: none;
	border: 0px;
	background: #fff;
	color: #555;
	font-size: 15px;
	padding-bottom: 5px;
}
.popover-body {
	padding: 5px 10px 10px 16px;
	color: #777;
	font-size: 13px;
}
.login-box .form-group label.error{
	font-size: 13px;
	text-align: left;
	color: #535353;
	width: 100%;
}
.input-group-with-icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(20px, -50%);
}
.input-group-with-icon + input { padding-left: 45px !important;}

/** Login 1 start **/
.login-1 .form-section {
	min-height: 100vh;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 32px 24px;
	background: #f8f9fd;
}
.login-1 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Paperlogy', 'poppins', sans-serif;
	color: #191818;
}
.login-1 a {
	text-decoration: none;
	color: #535353;
}
.login-1 .form-section p p{
	color: #535353;
}
.login-1 .form-inner {
	max-width: 500px;
	width: 100%;
}
.login-1 .bg-img {
	background: url(/img/blue-seamless-pattern-fabric-poker-table.jpg) top left repeat;
	background-size: auto;
	z-index: 999;
	min-height: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
.login-1 .bg-img:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(10, 30, 90, 0.75);
}
.login-1 .form-section .extra-login {
	margin-bottom: 25px;
	position: relative;
}
.login-1 .form-section .extra-login::before {
	position: absolute;
	left: 0;
	top: 11px;
	width: 100%;
	height: 1px;
	background: #d8dcdc;
	content: "";
}
.login-1 .form-section .extra-login > span {
	padding: 1px 20px;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: #535353;
	background: #fff2f2;
}
.login-1 .form-section .form-check-input {
	width: 20px;
	height: 20px;
	margin-top: 0px;
	position: absolute;
	border-radius: 2px;
	border: none;
	background-color: #fff;
	margin-left: -22px;
}
.login-1 .form-check-input:focus {
	border-color: snow;
	outline: 0;
	box-shadow: none;
}
.login-1 .form-check-input:checked {
	background-color: #f5c025!important;
}
.login-1 .form-section p {
	margin-bottom: 0;
	font-size: 16px;
}
.login-1 .form-section ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}
.login-1 .form-section .social-list li {
	display: inline-block;
	margin-bottom: 5px;
}
.login-1 .form-section .thembo {
	margin-left: 4px;
}
.login-1 .form-section h3 {
	margin: 8px 0 24px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.form-section .form-group.captcha #email-field {
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 8px);
	width: 106px;
	border-radius: 4px;
	background: #031919;
	background: #bbbbc5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	padding: 0 0 0 20px;
	margin: 4px 4px;
}
.form-section .form-group.captcha #email-field + input,
.input-captcha {
	padding-left: 120px;
	font-weight: 700;
}
.login-1 .form-section .form-group {
	margin-bottom: 25px;
}
.login-1 .form-section .form-control {
	padding: 11px 20px 9px;
	font-size: 16px;
	outline: none;
	height: 50px;
	color: #535353;
	border-radius: 4px;
	font-weight: 600;
	/* border: 2px solid transparent; */
	background: #fff;
}
.login-1 .form-section .form-check {
	margin-bottom: 0;
}
.login-1 .form-section .form-check-label {
	padding-left: 5px;
	font-size: 16px;
	color: #535353;
}
.login-1 .form-section a.forgot-password {
	font-size: 16px;
}
.login-1 .form-section a.forgot-password:hover{
	color: #535353;
}
.login-1 .logo img {
	margin-bottom: 15px;
	height: 60px;
	width: auto;
}
.login-1 .btn-theme {
	position: relative;
	display: inline-block;
	border: none;
	outline: none !important;
	color: #ffffff;
	text-transform: capitalize;
	transition: all 0.3s linear;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
	font-size: 17px;
	font-family: 'Paperlogy', 'poppins', sans-serif;
	border-radius: 4px;
	width: 100%;
}
.login-1 .btn-theme:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	border-radius: 4px;
	opacity: 0;
	transform: perspective(200px) scaleX(0.1);
	transform-origin: center left;
	transition: transform 0.4s linear, transform 0.4s linear, opacity 0.4s linear;
	z-index: -1;
}
.login-1 .btn-theme:hover:after {
	opacity: 1;
	transform: perspective(200px) scaleX(1.05);
	transition: transform 0.4s linear, transform 0.4s linear, opacity 0.4s linear;
}
.login-1 .btn-lg{
	padding: 0 50px;
	line-height: 50px;
}
.login-1 .btn{
	box-shadow: none!important;
}
.login-1 .btn-primary{
	background: #28519f;
}
.login-1 .btn-primary:after {
	background: #143675;
}
.login-1 .social-list{
	display: inline-flex;
	margin-bottom: 27px;
}
.login-1 .social-list .icon {
	position: relative;
	background: #f3f3f3;
	border-radius: 4px;
	margin: 0 4px 3px 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	color: #ffffff;
}
.login-1 .social-list .tooltip {
	position: absolute;
	top: 0;
	font-size: 14px;
	background-color: #ffffff;
	color: #ffffff;
	padding: 5px 8px;
	border-radius: 5px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.login-1 .social-list .tooltip::before {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	background-color: #ffffff;
	bottom: -3px;
	left: 50%;
	transform: translate(-50%) rotate(45deg);
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.login-1 .social-list .icon:hover .tooltip {
	top: -45px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.login-1 .social-list .icon:hover span,
.login-1 .social-list .icon:hover .tooltip {
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.login-1 .social-list .facebook{
	background: #3b5999;
}
.login-1 .social-list .facebook:hover .tooltip,
.login-1 .social-list .facebook:hover .tooltip::before {
	background: #3b5999;
}
.login-1 .social-list .twitter{
	background: #46c1f6;
}
.login-1 .social-list .twitter:hover .tooltip,
.login-1 .social-list .twitter:hover .tooltip::before {
	background: #46c1f6;
}
.login-1 .social-list .instagram{
	background: #db4437;
}
.login-1 .social-list .instagram:hover .tooltip,
.login-1 .social-list .instagram:hover .tooltip::before {
	background: #db4437;
}
.login-1 .social-list .github{
	background: #2392e0;
}
.login-1 .social-list .github:hover .tooltip,
.login-1 .social-list .github:hover .tooltip::before {
	background: #2392e0;
}
.login-1 .lines {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: -1;
}
.login-1 .line {
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	left: 50%;
	background: rgba(255, 255, 255, 0.1);
	overflow: hidden;
}
.login-1 .line::after {
	content: '';
	display: block;
	position: absolute;
	height: 15vh;
	width: 100%;
	top: -50%;
	left: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
	animation: drop 7s 0s infinite;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
	z-index: -888;
}
.login-1 .line:nth-child(1) {
	margin-left: -40%;
}
.login-1 .line:nth-child(1)::after {
	animation-delay: 1s;
}
.login-1 .line:nth-child(3) {
	margin-left: 40%;
}
.login-1 .line:nth-child(3)::after {
	animation-delay: 2s;
}
.login-1 .line:nth-child(4) {
	margin-left: -20%;
}
.login-1 .line:nth-child(4)::after {
	animation-delay: 3s;
}
.login-1 .line:nth-child(5) {
	margin-left: 20%;
}
.login-1 .line:nth-child(5)::after {
	animation-delay: 4s;
}

@keyframes drop {
	0% {top: -50%; }
	100% {top: 110%; }
}
.login-1 .info{
	max-width: 650px;
}
.login-1  .animated-text h1{
	display: block;
	text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
	background: url(../img/animated-text-blue.png) repeat-y;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: aitf 80s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}
.login-1 .info h1 {
	font-size: 54px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 32px;
	text-transform: uppercase;
}
.login-1 .info p {
	margin-bottom: 0;
	color: #fff;
	opacity: 0.9;
	line-height: 28px;
}
.info ol {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
	margin: 0 0 0 1.75rem;
	padding: 0;
	line-height: normal;
	color: #FFF;
}
.info ol li { list-style: disc;}
.info ol a {
	text-decoration: underline;
	color: var(--bs-warning);
}

@-webkit-keyframes aitf {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}



@media (max-width: 992px){
	.login-1 .row.login-box {	flex-direction: column-reverse;}
	.login-1 .logo img { height: 40px;}
	.login-1 .form-section {
		min-height: unset;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 180px);
		z-index: 1000;
		width: fit-content;
		min-width: 310px;
		max-width: 100vw;
	}
	.login-1 .form-section .form-group { margin-bottom: 16px;}
	.login-1 .form-section .form-group:last-child {margin-bottom: 0;}
	.login-1 .form-section .form-control { font-size: 14px;}

	.login-1 .bg-img {
		align-items: flex-start;
		padding: 0 4vw;
	}
	.login-1 .info h1 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 180px;
		padding-top: 10px;
		margin-bottom: 0;
		font-size: 42px;
		word-break: break-all;
		line-height: 100%;
	}
	.info ol { display: none;}
}




/** Login 18 start **/
.login-18 {
	background: url(../img/bg-7-login.jpg) center left repeat;
	background-size: auto 100%;
	background-position: center;
	top: 0;
	width: 100%;
	text-align: center;
	bottom: 0;
	opacity: 1;
	z-index: 999;
	min-height: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
.login-18:before {
	content: "";
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background: #000000;
	z-index: -1;
	opacity: 0.75;
}
.login-18 a {
    text-decoration: none;
}
.login-18 .form-section {
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 40px;
    background: #fff;
	background-color: rgba(255, 255, 255, 0.75);
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 0;
}
.login-18 .form-section:before {
    content: "";
    width: 196px;
    height: 50px;
    position: absolute;
    bottom: -8px;
    left: -8px;
	filter: drop-shadow(4px -4px 8px rgba(0, 0, 0, 0.45));
    background: url(../img/img-500.png) top left repeat;
    background-size: 100% 100%;
	border-radius: 0 0 0 6px;
    z-index: -1;
}
.login-18 .form-section:after {
    content: "";
    width: 196px;
    height: 50px;
    position: absolute;
    top: -8px;
    right: -8px;
	filter: drop-shadow(-4px 4px 8px rgba(0, 0, 0, 0.45));
    background: url(../img/img-600.png) top left repeat;
    background-size: 100% 100%;
	border-radius: 0 6px 0 0;
    z-index: -1;
}
.login-18 .form-check-input:checked {
    display: none;
}
.login-18 .logo-2 {
	position: relative;
	margin-bottom: -8px;
	z-index: 9998;
	filter: drop-shadow(2px 2px 8px #000);
}
.login-18 .logo-2 p {
    color: #535353;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
}
.login-18 .logo-2 p a{
    color: #535353;
}
.login-18 .form-section .extra-login {
    float: left;
    width: 100%;
    margin: 25px 0 25px;
    text-align: center;
    position: relative;
}
.login-18 .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}
.login-18 .form-section .extra-login > span {
    width: auto;
    float: none;
    display: inline-block;
    background: #fff;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-family: Open Sans;
    font-size: 15px;
    color: #535353;
    text-transform: capitalize;
}
.login-18 .form-section ul{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.login-18 .logo-2 img{
    height: 136px;
}
.login-18 .form-section .social-list li {
    display: inline-block!important;
    margin-bottom: 5px;
}
.login-18 .form-section .social-list li a {
    font-size: 14px;
    font-weight: 400;
    width: 130px;
    margin: 2px 0 3px 0;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-family: 'Jost', sans-serif;
}
.login-18 .form-section .social-list li a i{
    height: 40px;
    width: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
    border-radius: 20px;
}
.login-18 .form-section .social-list li a span{
    margin-right: 7px;
}
.login-18 .form-section .thembo{
    margin-left: 4px;
}
.login-18 .form-section h3 {
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 600;
    color: #191818;
    text-transform: uppercase;
}
.login-18 .form-section .form-group {
    margin-bottom: 25px;
}
.login-18 .form-section .form-control {
    font-size: 16px;
    outline: none;
    background: #efefef;
    padding: 12px 25px;
	font-weight: bold;
    color: #535353;
    height: 60px;
    border-radius: 3px;
    border: 1px solid #efefef;
}
.login-18 .form-section .checkbox .terms{
    margin-left: 3px;
}
.login-18 .form-section .btn-md {
    cursor: pointer;
    height: 60px;
    color: #fff;
    padding: 13px 50px 12px 50px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}
.login-18 .form-section input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}
.login-18 .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}
.login-18 .form-section .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}
.login-18 .form-section .btn-theme {
    background: #892f3b;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: none;
    color: #fff;
	padding: .85rem 1rem;
	text-transform: uppercase;
	letter-spacing: 0.075rem;
    width: 100%;
	transition: all 0.4s ease-in-out;
    animation: brightness-pulse 0.5s infinite alternate ease-in-out;
}
.login-18 .form-section .btn-theme:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
	transition: all 0.4s ease-in-out;
	transform: scale(1.05);
}
@keyframes brightness-pulse {
	from	{	filter: brightness(1);}
	to		{	filter: brightness(1.75);}
}


.login-18 .form-section .terms{
    margin-left: 3px;
}
.login-18 .form-section .form-check{
    float: left;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
}
.login-18 .form-section .form-check a {
    color: #535353;
}
.login-18 .form-section .form-check-input {
    position: absolute;
    margin-left: 0;
}
.login-18 .form-section .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: -25px;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    border-radius: 3px;
}
.login-18 .form-section .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}
.login-18 .form-section .checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #e91f23;
    border-color: #e91f23;
}
.login-18 .form-section input[type=checkbox]:checked + label:before {
    font-weight: 600;
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    content: "\2713";
    padding-left: 0;
}
.login-18 .form-section input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}
.login-18 .form-section a.forgot-password {
    font-size: 16px;
    color: #535353;
    float: right;
    line-height: 60px;
}

/** Social media **/
.login-18 .facebook-i {background: #4867aa;color: #fff;}
.login-18 .twitter-i {background: #33CCFF;color: #fff;}
.login-18 .google-i {background: #db4437;color: #fff;}
.login-18 .facebook-color{color: #4867aa;}
.login-18 .twitter-color {color: #33CCFF;}
.login-18 .google-color {color: #db4437;}

@media (max-width: 768px) {
    .login-18 .form-section {padding: 50px 30px;}
}

@media (max-width: 500px) {
    .login-18 .form-section .social-list li a i {display: none;}
    .login-18 .form-section .social-list li a {width: 100px;}
}
/** Login 18 end **/