@charset "UTF-8";
/*---------------------------------
    Explain : iMBC
    File : common2_login.scss 
    Date : 2023.10.26
    Version : 1.1.02
/*---------------------------------*/
/***** 공통 CSS *****/
@font-face {
  font-family: "NotoSansL";
  src: url("../font/notokr-light.eot");
  /* IE9 Compat Modes */
  src: url("../font/notokr-light.eot?#iefix") format("embedded-opentype"), url("../font/notokr-light.woff") format("woff");
}
@font-face {
  font-family: "NotoSansR";
  src: url("../font/notokr-regular.eot");
  /* IE9 Compat Modes */
  src: url("../font/notokr-regular.eot?#iefix") format("embedded-opentype"), url("../font/notokr-regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansM";
  src: url("../font/notokr-medium.eot");
  src: url("../font/notokr-medium.eot?#iefix") format("embedded-opentype"), url("../font/notokr-medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansB";
  src: url("../font/notokr-bold.eot");
  src: url("../font/notokr-bold.eot?#iefix") format("embedded-opentype"), url("../font/notokr-bold.woff") format("woff");
}
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,
sub,
sup,
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,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
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 {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input[type=text],
input[type=password],
input[type=checkbox],
input[type=number],
input[type=tel] {
  outline: none;
}

input::-ms-clear {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

button {
  font-family: inherit;
}

html,
body {
  width: 100%;
  font-family: "NotoSansR";
  font-size: 14px;
}

/*---------------------------------
    File   : color.scss
    Date   : 2023.10.18
/*---------------------------------*/
/*
 !defalt 정의된 값이 있으면 기존값으로 나타남
 !global 중괄호를 벗어나 전역에서 사용됨
 !module 부분적 영역에 영향
 */
/*
TYPE ALL
*/
/* common */
/* main */
/* rgb(70,100,230)*/
/* scroll */
/* border */
/* bg */
/* header */
/* point */
/* navigation */
/* font */
/* up & down */
/* iMarkHover */
/* input */
/* button */
/* tab */
/* table */
/* table - thead */
/* content */
/* graph */
/*---------------------------------
    File   : image.scss
    Date   : 2023.09.30
/*---------------------------------*/
/*
logo 
*/
/*
bg 
*/
/*
header
 */
/*
loading
 */
/*
 widget 
 */
/* widget */
/*
 menu 
 */
/* nav */
/* 대시보드 */
/* 지면관리, 광고 관리 */
/* 스마트 캠페인 */
/* 소재 관리 */
/* 사용자 관리 */
/* 보고서 */
/* 결제, 정산관리 */
/*
 icon
 */
/* common */
/* paging */
/*
input 
* /
/* checkbox */
/* radio */
/* select */
/* calendar */
/* time */
/* search */
/* detail */
/* button */
/* copy */
/*
table
*/
/*
etc 
*/
/*
modal 
*/
/*---------------------------------
    File   : mixin.scss
    Date   : 2023.10.26
/*---------------------------------*/
/*
font
*/
/*
scroll 
 */
/*
text 
*/
/* hide */
/*
ellipsis
*/
/* hover visible */
/* text ellipsis */
/*
display
*/
/* inline-block */
/* 
flex
*/
/*
ico 
*/
/* 
animation 
*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 
title 
*/
/*
location
*/
/* border 없는 경우 */
/* location mini */
/* Detail after icon */
/* 
button 
*/
/* normal */
/*
input
*/
/* option title */
/* input */
/* select */
/* checkbox */
/* raio */
/* calendarBox */
/* daterangepicker (2023-10-10~2023-10-11)*/
/* searchBox */
/* input 안에 검색 */
/* input 안에 검색-2 */
/* 검색영역 */
/* 검색영역 라디오 */
/* 검색영역 END */
/*
tab
*/
/* tabButton  button 에 추가 */
/* tab li 사각형 */
/*
paging
*/
/*
table
*/
/* thead before */
/* thead */
/* thead에 추가 */
/* thead에 추가 */
/* 세로형  > td 선있음 */
/***** 개별 CSS *****/
/*---------------------------------
    File : login.scss
    Date   : 2023.10.26
/*---------------------------------*/
#wrap {
  width: 100%;
  height: -webkit-fill-available;
}
#wrap.imbc.login {
  background: url("../image/etc/bg_login.png") no-repeat;
  background-position-x: center;
  background-position-y: center;
  position: absolute;
  width: 100%;
  height: -webkit-fill-available;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-size: cover;
  overflow: auto;
}
#wrap.imbc.login .content {
  width: 700px;
  height: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 140px;
}
#wrap.imbc.login .content .login_logo {
  text-indent: -999999px;
  font-size: 0;
  background: url("../image/logo/logo_imbc.svg") no-repeat;
  background-position-x: center;
  background-position-y: center;
  width: 347px;
  height: 70px;
  margin-bottom: 20px;
  background-size: cover;
}
#wrap.imbc.login .content .login_logo + p {
  font-size: 20px;
  color: #ccc;
  margin-bottom: 50px;
}
#wrap.imbc.login .content .login_inner {
  width: 700px;
  height: 492px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(10, 21, 65, 0.15);
          box-shadow: 0 5px 25px 0 rgba(10, 21, 65, 0.15);
  padding: 60px 130px;
}
#wrap.imbc.login .content .login_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 62px;
}
#wrap.imbc.login .content .login_inner ul li {
  font-size: 22px;
  color: #9e9e9e;
  position: relative;
  margin-left: 70px;
}
#wrap.imbc.login .content .login_inner ul li::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 12px;
  margin-right: 35px;
  background-color: #ccc;
}
#wrap.imbc.login .content .login_inner ul li:first-child {
  margin-left: 0;
}
#wrap.imbc.login .content .login_inner ul li:first-child::before {
  display: none;
}
#wrap.imbc.login .content .login_inner ul li.on {
  font-family: "NotoSansB";
  color: #4664e6;
}
#wrap.imbc.login .content .login_inner #login_form input {
  font-family: "NotoSansM";
  font-weight: normal;
  font-size: 17px;
  color: #000;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-bottom: 16px;
}
#wrap.imbc.login .content .login_inner #login_form input::-webkit-input-placeholder {
  font-family: "NotoSansM";
  font-weight: normal;
  color: #9e9e9e;
}
#wrap.imbc.login .content .login_inner #login_form input::-moz-placeholder {
  font-family: "NotoSansM";
  font-weight: normal;
  color: #9e9e9e;
}
#wrap.imbc.login .content .login_inner #login_form input:-ms-input-placeholder {
  font-family: "NotoSansM";
  font-weight: normal;
  color: #9e9e9e;
}
#wrap.imbc.login .content .login_inner #login_form input::-ms-input-placeholder {
  font-family: "NotoSansM";
  font-weight: normal;
  color: #9e9e9e;
}
#wrap.imbc.login .content .login_inner #login_form input::placeholder {
  font-family: "NotoSansM";
  font-weight: normal;
  color: #9e9e9e;
}
#wrap.imbc.login .content .login_inner #login_form input:nth-child(3) {
  margin-top: 35px;
}
#wrap.imbc.login .content .login_inner #login_form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrap.imbc.login .content .login_inner #login_form > div input[type=checkbox] {
  display: none;
}
#wrap.imbc.login .content .login_inner #login_form > div input[type=checkbox] + label {
  position: relative;
  display: block;
  font-size: 13px;
  cursor: pointer;
}
#wrap.imbc.login .content .login_inner #login_form > div input[type=checkbox] + label:before {
  content: "";
  position: relative;
  display: inline-block;
  background-position: 0px 0px;
  font-size: 0;
  font-style: normal;
  background: url("../image/component/ico_checkbox_off.svg") no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100% 100%;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 5px;
  top: -2px;
  vertical-align: middle;
}
#wrap.imbc.login .content .login_inner #login_form > div input[type=checkbox]:checked + label:before {
  content: "";
  position: relative;
  display: inline-block;
  background-position: 0px 0px;
  font-size: 0;
  font-style: normal;
  background: url("../image/component/ico_checkbox_on.svg") no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
#wrap.imbc.login .content .login_inner #login_form > div input[type=checkbox]:disabled + label:before {
  content: "";
  position: relative;
  display: inline-block;
  background-position: 0px 0px;
  font-size: 0;
  font-style: normal;
  background: url("../image/component/ico_checkbox_disabled.svg") no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
#wrap.imbc.login .content .login_inner #login_form > div input[type=checkbox] + label {
  font-size: 15px;
  padding-left: 0;
}
#wrap.imbc.login .content .login_inner #login_form > div input[type=checkbox] + label::before {
  margin-right: 16px;
}
#wrap.imbc.login .content .login_inner #login_form .login_btn {
  font-family: "NotoSansM";
  font-weight: normal;
  width: 440px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0d194a;
  font-size: 26px;
  color: #fff;
  margin-top: 40px;
}