/* Noto Sans KR */

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url('/css/fonts/NotoSansKR/NotoSansKR-Light.woff2') format('woff2'),
         url('/css/fonts/NotoSansKR/NotoSansKR-Light.woff') format('woff'),
         url('/css/fonts/NotoSansKR/NotoSansKR-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('/css/fonts/NotoSansKR/NotoSansKR-Regular.woff2') format('woff2'),
         url('/css/fonts/NotoSansKR/NotoSansKR-Regular.woff') format('woff'),
         url('/css/fonts/NotoSansKR/NotoSansKR-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url('/css/fonts/NotoSansKR/NotoSansKR-Medium.woff2') format('woff2'),
         url('/css/fonts/NotoSansKR/NotoSansKR-Medium.woff') format('woff'),
         url('/css/fonts/NotoSansKR/NotoSansKR-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 600;
    src: url('/css/fonts/NotoSansKR/NotoSansKR-Bold.woff2') format('woff2'),
         url('/css/fonts/NotoSansKR/NotoSansKR-Bold.woff') format('woff'),
         url('/css/fonts/NotoSansKR/NotoSansKR-Bold.otf') format('opentype');
}

/* S-Core-Dream */
@font-face {
    font-family: 's-core_dream2_extralight';
    src: url('/css/fonts/S-CoreDream/scdream2-webfont.woff2') format('woff2'),
         url('/css/fonts/S-CoreDream/scdream2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 's-core-dream-regular';
    src: url('/css/fonts/S-CoreDream/scdream4-webfont.woff2') format('woff2'),
         url('/css/fonts/S-CoreDream/scdream4-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 's-core-dream-bold';
    src: url('/css/fonts/S-CoreDream/scdream6-webfont.woff2') format('woff2'),
         url('/css/fonts/S-CoreDream/scdream6-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

input::placeholder {color: #aaaaaa;font-size: 12px;}

.div_box {border:1px solid #ccc; border-radius: 4px; font-style: normal; -webkit-text-size-adjust: none; font-family: 'Noto Sans KR', sans-serif; font-weight: 300; font-size: 13px;line-height:170%; letter-spacing: -0.025em; word-break: keep-all; word-wrap: break-word;padding:10px 24px; background-color:#F7F7F9;width:720px;box-sizing: content-box;}

.div_box_title {font-family: 'Noto Sans KR', sans-serif; font-weight: 600; font-size: 15px;}

/*
input, textarea, select{margin: 0; padding: 0; font-family: 'Noto Sans KR', sans-serif; color: #000; font-weight: 300; font-size: 15px;}
*/
.select_basic{font-family: 'Noto Sans KR', sans-serif; font-weight: 600;color:#666;height: 42px;padding: 0 10px;margin-right:5px;font-size: 14px;border: 1px solid #c7c7c7;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: url('/imgSrc/css/icon_select_arrow.png') no-repeat top 15px right 10px;border-radius:3px;outline:none;}
.select_basic:focus{background-color: #fff;}
.select_basic:checked,
.select_basic:target {background-color: #fff;}
.select_basic::-ms-expand {display: none;background-color: #fff;}


.select_small{color:#666;height:30px;padding-left:10px;padding-right:25px;margin-right:5px;font-size: 14px;border: 1px solid #c7c7c7;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: url('/imgSrc/css/icon_select_arrow_small.png') no-repeat top 10px right 10px;border-radius:3px;outline:none;background-color: #fff;}
.select_small:focus{background-color: #fff;}
.select_small:checked,
.select_small:target {background-color: #fff;}
.select_small::-ms-expand {display: none;background-color: #fff;}

.select_small2{font-family: 'Noto Sans KR', sans-serif; font-weight: 400;color:#666;height:30px;padding-left:3px;padding-right:25px;border:1px solid #c7c7c7;margin-right:5px;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: url('/imgSrc/css/icon_select_arrow_small.png') no-repeat top 13px right 10px;border-radius:3px;outline:none; background-color: #fff;}
.select_small2:focus{background-color: #fff;}
.select_small2:checked,
.select_small2:target {background-color: #fff;}
.select_small2::-ms-expand {display: none;background-color: #fff;}


.kko_btn {background-color:#F6F7F8;border:1px solid #ccc;cursor:pointer;font-size:14px;padding:6px 24px;border-radius:3px;font-family: 'Noto Sans KR', sans-serif; font-weight:400;margin:3px;10px}
.kko_btn2 {background-color:#33bdef;border:1px solid #057fd0;cursor:pointer;color:#ffffff;font-size:12px;padding:6px 24px;border-radius: 3px;}
.kko_msg_btn {background-color: #F6F7F8;text-align:center; border:1px solid #ccc; border-radius: 4px; height:25px;line-height:25px; margin-top:3px; width:100%;}
.kko_msg_btn2 {background-color: #F6F7F8;text-align:center; border:1px solid #ccc; border-radius: 2px; height:20px;line-height:20px; margin-top:1px; width:100%;}
.kko_btn_save {background-color:#33bdef;border:1px solid #057fd0;cursor:pointer;color:#ffffff;font-size:14px;padding:6px 24px;border-radius: 3px; height:40px;font-family: 'Noto Sans KR', sans-serif; font-weight: 400;}
.kko_btn_reset {background-color:#666666;border:1px solid #444444;cursor:pointer;color:#ffffff;font-size:12px;padding:6px 24px;border-radius: 3px; height:30px;font-family: 'Noto Sans KR', sans-serif; font-weight: 400;}
.kko_btn_del {background-color:#F15555;border:1px solid #C44646;cursor:pointer;color:#ffffff;font-size:12px;padding:0px 10px;border-radius: 3px; height:25px;}
.kko_btn_orange {display:inline-block;background-color:#FD7202;border:1px solid #F95014;color:#ffffff;font-size:12px;padding:2px;border-radius:3px; height:20px; width:200px; font-family: 'Noto Sans KR', sans-serif; font-weight: 500;text-align:center;}

.kko_sub_div {width:100%;border:1px solid #ccc;border-radius:3px;margin-top:3px; display:none;}
.kko_text {border:1px solid #eee;border-radius:2px;outline: none; width:100%; height:100%;padding: 5px 10px;}

.kko_textbox {border:1px solid #aaa; border-radius:4px; margin: 2 0; padding:8px; outline: none; box-sizing: border-box transition:.3s;}
.new_textbox {border:1px solid #c7c7c7; border-radius:3px; margin: 2 0; padding:6px; outline: none; box-sizing: border-box transition:.3s;}

.kko_template_apr {display:inline-block;background-color:#33bdef;border:1px solid #057fd0;color:#ffffff;font-size:12px;padding:2px;border-radius:3px; height:20px; width:60px; font-family: 'Noto Sans KR', sans-serif; font-weight: 400;text-align:center;}

.kko_template_req {display:inline-block;background-color:#666666;border:1px solid #444444;color:#ffffff;font-size:12px;padding:2px;border-radius:3px; height:20px; width:60px; font-family: 'Noto Sans KR', sans-serif; font-weight: 400;text-align:center;}

.kko_template_rej {display:inline-block;background-color:#FC4446;border:1px solid #E8696A;color:#ffffff;font-size:12px;padding:2px;border-radius:3px; height:20px; width:60px; font-family: 'Noto Sans KR', sans-serif; font-weight: 400;text-align:center;}

.kko_radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.kko_radio.radio_checked:checked {
  background-color: 22d3ee;
  border: 3px solid white;
  box-shadow: 0 0 0 1.6px #22d3ee;
}

.div_Popup{
	padding: 20px;
    display: none;
	border: solid 3px #333333;
    background-color:#FFF;
    z-index:10000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;
}

#mask{
    position:absolute;
    z-index:9000;
    background-color:#000;
    display:none;
    left:0;
    top:0;
}

.message_sms{
background-color:transparent;
font:12px µ¸¿òÃ¼;
color:#000000;
line-height:14px;
width:170px;
height:150px;
overflow:hidden;
padding:10px;
border:none;
}

.LCDmain_sms{
 background-color:#EEF5FC;
 background-position:0px 0px;
 background-repeat:no-repeat;
 border:1px solid #B7DBEC;
 height:240px;
 width:180px;
}

.message_background {
	border:2px solid #959595 ;
	border-radius:10px;
	padding:5px;
}

.status-on {
  display: inline-block;
  padding: 2px 10px;        /* Å¸¿ø ÇüÅÂ ÇÙ½É */
  background-color: #39e75f; /* Çü±¤¿¡ °¡±î¿î ÃÊ·Ï */
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 9999px;    /* Å¸¿øÇü */
  line-height: 1;
}

.status-off {
  display: inline-block;
  padding: 2px 10px;
  background-color: #F95014;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 9999px;
  line-height: 1;
}

.pagination { text-align:center; font-size:12px; line-height:1; }

.pg{
  display:inline-block;
  min-width:24px;
  height:24px;
  line-height:24px;
  padding:0 6px;
  margin:0 1px;

  border:1px solid #cfcfcf;
  border-radius:3px;

  background:#fff;
  color:#333;
  text-decoration:none;
}

.pg:hover{ background:#eef2f6; border-color:#aeb8c4; }

.pg-active{
  background:#555;
  border-color:#555;
  color:#fff;
  font-weight:bold;
  cursor:default;
}

.pg-edge{ font-weight:bold; }

.pg-disabled{
  background:#f7f7f7;
  color:#aaa;
  border-color:#ddd;
  cursor:default;
}

.outer-border {
  border-collapse: collapse;  /* Å×ÀÌºí ¼± ÇÕÄ¡±â */
  outline: 1px solid #ccc;    /* ¹Ù±ù Å×µÎ¸® */
  border-radius: 4px;	/*border:1px solid #ccc;*/
}

.outer-border td {
  border: none;               /* ³»ºÎ ¼± Á¦°Å */
  padding: 10px;
}

.callbackListBtn {
  cursor: pointer;
}

.border_solid {
	border-bottom: 1px solid #CCC;
}

.border_dotted {
	border-bottom: 1px dotted #CCC;
}

.secure-table {
  border-collapse: collapse;
  /*table-layout: fixed;*/
  outline: 1px solid #ccc;    /* ¹Ù±ù Å×µÎ¸® */
  border-radius: 4px;
  margin-left: 3px;
}

.secure-table thead th {
  background: #f5f7fb;
  color: #555b72;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  padding: 10px 12px;
  border-bottom: 1px solid #dde1ea;
}

.secure-table tbody td {
  padding: 5px 6px;
  border-bottom: 1px solid #f0f2f7;
  color: #333645;
  text-align: center;
}

.alrimTalkTempButton {
	width: 220px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #f7f7f7;
	color: #222;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	cursor: default;
	outline: none;
	box-sizing: border-box;
	margin-top:3px;
}