/*Font*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
  font-family: 'Noto Sans KR', sans-serif;
  src: url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
}

/*Thin 100
Light 300
Regular 400
Medium 500
Bold 700
Black 900*/
.bg-blue {
  background-color: #1A3A5F;
}

.bg-gray {
  background-color: #ededed;
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

.tablet {
  display: none;
}

.minmobile {
  display: none;
}

.datedropper {
  -webkit-box-shadow: 13px 14px 10px -5px rgba(0, 0, 0, 0.5);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 13px 14px 10px -5px rgba(0, 0, 0, 0.5);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 13px 14px 10px -5px rgba(0, 0, 0, 0.5);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
/*
.shadow {
  -webkit-box-shadow: 1px 3px 12px -5px rgba(0, 0, 0, 0.3);
  Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+
  -moz-box-shadow: 1px 3px 12px -5px rgba(0, 0, 0, 0.3);
  Firefox 3.5 - 3.6
  box-shadow: 1px 3px 12px -5px rgba(0, 0, 0, 0.3);
Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5
}

.shadow2 {
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
  Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+
  -moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
  Firefox 3.5 - 3.6
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
  Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5
}
*/

* {
  padding: 0px;
  margin: 0px;
  font-family: 'Noto Sans KR', sans-serif;
  outline: none;
}

body, td, p, input, button, textarea, select, .c1 {
  font-family: 'Noto Sans KR', sans-serif;
  color: #323030;
}

select::-ms-expand {
  display: none;
}

.icon {
  opacity: 50%;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/images/icon/down-arrow.svg) no-repeat 85% 50% /16px;
}

form {
  margin: 0px;
}

html {
  height: 100%;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  height: 100%;
}

img {
  border: 0px;
  vertical-align: middle;
}

a:link, a:active, a:visited {
  text-decoration: none;
  color: #323030;
}

a:hover {
  text-decoration: none;
}

a.menu:link, a.menu:active, a.menu:visited {
  text-decoration: none;
  color: #000000;
}

a.menu:hover {
  text-decoration: none;
}

.member {
  font-weight: bold;
  color: #888888;
}

.guest {
  font-weight: normal;
  color: #888888;
}

.lh {
  line-height: 150%;
}

.jt {
  text-align: justify;
}

.li {
  font-weight: bold;
  font-size: 16px;
  vertical-align: -4px;
  color: #66AEAD;
}

.ul {
  list-style-type: square;
  color: #66AEAD;
}

.ct {
  font-family: Verdana, 굴림;
  color: #222222;
}

.ed {
  border: 1px solid #CCCCCC;
}

.tx {
  border: 1px solid #CCCCCC;
}

.small {
  font-size: 8pt;
  font-family: 돋움;
}

.cloudy, a.cloudy {
  color: #888888;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 흐림
input.ed {
  height: 20px;
  border: 1px solid #9A9A9A;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 3px 2px 0 2px;
}

input.ed_password {
  height: 20px;
  border: 1px solid #9A9A9A;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 3px 2px 0 2px;
  font: 10px Tahoma;
}

textarea.tx {
  border: 1px solid #9A9A9A;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 2px;
}
*/
ul {
  margin: 0px 0px 0px 10px;
  padding: 3px 0px 3px 0px;
}

li {
  padding: 0px 0px 0px 0px;
  list-style: none;
}

/*Header : Start =============================================================================*/
#header {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  height: 80px;
  background-color: #1A3A5F;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.title_logo {
  text-align: center;
  color: white;
  font-size: 25px;
  padding-top: 19px;
}

.title_logo img {
  width: 120px;
}

.title_logo span {
  color: white;
}

/*Header : End =============================================================================*/
.wrapper {
  width: 100%;
  height: 100%;
}

.wrapper2 {
  width: 100%;
  min-height: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
}

.container {
  font-size: 16px;
  font-weight: normal;
  min-height: 100%;
  margin-left: 15%;
}

.container-login {
  font-size: 16px;
  font-weight: normal;
  min-height: 92%;
}

.content {
  text-align: center;
  min-height: 100%;
  margin: auto;
}

.sub-content {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: 1130px;
  min-height: 100%;
  margin:;
}

/*.Content {
  border: 0px solid;
  border-color: #999999;
  background-color: #fffff;
  scrollbar-face-color: #f7f7f7;
  scrollbar-shadow-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #7B7B7B;
  width: 370px;
  height: 50px;
  color: #777;
  overflow: auto;
}*/
/*login : Start =============================================================================*/
.login-place>h1 {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 26px;
  color: #313b4a;
}

.login-place {
  background-color: white;
  padding: 70px;
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login_inputbox {
  width: 94.5%;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 0px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #cecfd1;
  color: #4D4D4D;
}

.login_btn {
  background-color: #1A3A5F;
  border: none;
  border-radius: 0px;
  color: white;
  font-size: 20px;
  margin-top: 20px;
  width: 100%;
  height: 80px;
  font-weight: bold;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

/*login : End =============================================================================*/
/*footer : start =============================================================================*/
#footer {
  clear: both;
  font-size: 16px;
  font-weight: normal;
  position: inherit;
  width: 100%;
  bottom: 0;
  text-align: center;
  height: 45px;
  background-color: #323030;
  color: #cecfd1;
}

/*footer : end =============================================================================*/
@media only screen and (max-width: 1600px) {
  .wrapper {
    width: 100%;
    height: 100%;
  }

  .wrapper2 {
    width: 100%;
    min-height: 100%;
    padding-top: 2%;
    padding-bottom: 4%;
  }

  .container {
    font-size: 16px;
    font-weight: normal;
    min-height: 100%;
    margin-left: 15%;
  }

  .container-login {
    font-size: 16px;
    font-weight: normal;
    min-height: 92%;
  }

  .content {
    transform: scale(0.8);
    text-align: center;
    min-height: 100%;
    margin: auto;
  }

  .sub-content {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 1130px;
    min-height: 100%;
    margin: auto;
  }

  .login-place>h1 {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 26px;
    color: #313b4a;
  }

  .login-place {
    background-color: white;
    padding: 70px;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 15%);
  }

  .login_inputbox {
    width: 94.5%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 0px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #cecfd1;
    color: #4D4D4D;
  }

  .login_btn {
    background-color: #1A3A5F;
    border: none;
    border-radius: 0px;
    color: white;
    font-size: 20px;
    margin-top: 20px;
    width: 100%;
    height: 80px;
    font-weight: bold;
    -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  }
}

@media only screen and (max-width: 1480px) {
  .container {
    font-size: 16px;
    font-weight: normal;
    min-height: 100%;
    margin-left: 0%;
  }
}

/* RIGHT ==================================================================================== */
#main_right {
  font-size: 16px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
  width: 88%;
  float: right;
}

.navigation {
  font-size: 16px;
  font-weight: normal;
  border-bottom: 2px solid #efefef;
  padding: 5px 0px 7px 0px;
}

.main_title {
  font: 15pt;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

/* ========================================================================================== */
/* LEFT ==================================================================================== */
#main_left {
  font-size: 16px;
  font-weight: normal;
  padding: px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
  width: 10%;
  float: left;
}

.subject {
  height: 25px;
  margin-top: 10px;
  text-align: left;
  padding-top: 10px;
  padding-left: 28px;
  font-weight: bold;
  border: 1px solid #C3BBB1;
}

/* ========================================================================================== */
/* LOGIN ==================================================================================== */
/* ==========================================================================================*/
/* vUserSetting ============================================================================= */
.v_UserBox {
  border-top: 1px solid #C3BBB1;
  border-left: 1px solid #C3BBB1;
  border-right: 1px solid #C3BBB1;
  border-bottom: 1px solid #C3BBB1;
}

.v_User {
  font: 8pt;
  font-weight: normal;
  text-align: left;
  padding-left: 5px;
}

/* ==========================================================================================*/
/* member_list : Start ============================================================================= */
.btn {
  cursor: pointer;
  border: none;
  padding: 10px 25px;
  border-radius: 0px;
  font-size: 16px;
}

.btn2 {
  cursor: pointer;
  border: none;
  padding: 5px 13px;
  border-radius: 20px;
  font-size: 14px;
}

.gray-btn {
  background-color: #555555;
  color: white;
}

.blue-btn {
  background-color: #1A3A5F;
  color: white;
}

.blueline-btn {
  background-color: #132A45;
  color: white;
}

.gray-btn {
  background-color: #ededed;
  color: #1A3A5F;
}

.grayline-btn {
  background-color: white;
  color: #292A36;
  font-weight: 500;
  border: 2px solid #ededed;
}

.red-btn {
  background-color: #7d2424;
  color: white;
}

.orange-btn {
  background-color: #ec6e1f;
  color: white;
}

.orange-color {
  color: #ec6e1f;
}

.blue-color {
  color: #1A3A5F;
}

.main-table {
  width: 100%;
  border-collapse: collapse;
}

.page-title {
  font-size: 30px;
  text-align: left;
  font-weight: 500;
  display: inline-block;
  position: absolute;
}
/* CMS 공지사항 */
.notice_input{
  width: 902px;
  margin-bottom:10px;
  border: 1px solid gray;
  padding:2px 0px;
  border-radius: 2px;
}
.notice_setting{
  position:relative;
  left:400px;
}
.noticeComment{
  margin-top:200px;
}
.noticeRegDe{
  font-size:13px;
  font-weight:normal;
  float:right;
  margin-top:7px;
}
.noticeTitle{
  font-weight:normal
}
.notice_comment{
  width:900px;
  height:500px;
}
/* CMS 팝업 */
.popup_modal{
  bottom:200px!important;
}
.page-write {
  position:relative;
  left:908px;
}
.page-subtitle {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.search-place {
  border-radius: 0px;
  background-color: #ededed;
}

.total-chart {
  font-size: 14px;
  color: #777;
  margin-bottom: 8px;
  display: inline-flex;
  float: right;
}

.total-chart span {
  color: #bdbdbd;
}

.total-chart img {
  margin-left: 5px;
  margin-right: 5px;
}

.sos {
  width: 130px;
  height: 44px;
  border-radius: 0px;
  padding: 5px 20px;
  font-size: 16px;
  border: none;
  color: #4D4D4D;
  background-color: white;
}

.search-name {
  width: 120px;
  height: 44px;
  border-radius: 0px;
  padding: 5px 20px;
  font-size: 16px;
  border: none;
  color: #4D4D4D;
  background-color: white;
}

.search-box {
  width: 200px;
  height: 34px;
  border-radius: 0px;
  padding: 5px 20px;
  font-size: 16px;
  border: none;
  color: #4D4D4D;
}

.start-date {
  width: 95px;
  height: 34px;
  border-radius: 0px;
  padding: 5px 20px;
  font-size: 16px;
  border: none;
  color: #4D4D4D;
}

.end-date {
  width: 95px;
  height: 34px;
  border-radius: 0px;
  padding: 5px 20px;
  font-size: 16px;
  border: none;
  color: #4D4D4D;
}

.m_ta1 {
  font-size: 16px;
  font-weight: 400;
  background-color: #999999;
  color: #FFF;
  padding: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.m_ta2 {
  font-size: 16px;
  font-weight: normal;
  height: 48px;
  /* color: #777; */
  color: #000;
  padding: 10px;
  border-bottom: 2px solid #ededed;
  line-height: 1.4em;
}

.m_ta2 a {
  /* color: #777; */
  color: #000;
}

.m_ta2_1 {
  font-size: 16px;
  font-weight: normal;
  height: 48px;
  text-align: center;
  color: #777;
  padding: 5px 1%;
  border-bottom: 2px solid #ededed;
  line-height: 1.4em;
  background-color: #FAEBD7;
}

.m_t3 {
  font: 12pt;
  font-weight: normal;
  margin-top: 23px;
}

.paging {
  font-size: 16px;
  width: 100%;
  height: 20px;
  text-align: center;
  padding: 30px 0px;
}

.paging a {
  margin: 0px 10px;
  padding: 5px 15px;
}

.pg_1 {
  color: white;
  font-weight: bold;
  background-color: #1A3A5F;
  margin: 0px 10px;
  padding: 5px 15px;
  border-radius: 10px;
}

/* member_list : End ============================================================================= */
/* customercenter ============================================================================= */
/* #1 - WebManageDiary */
.cWMD_title1 {
  width: 80px;
  padding: 4px 5px 0px 0px;
  margin: 0px 0px 0px 5px;
  /* text-align:right; */
  float: left;
}

.cWMD_title2 {
  display: flow-root;
  padding-top: 5px;
  height: 50px;
}

.cWMD_input_id {
  width: 300px;
}

.cWMD_input_subject {
  border: 2px solid #ededed;
  padding: 5px 5px;
  min-width: 300px;
}

.cWMD_input_content {
  width: 300px;
  height: 80px;
}

.notice {
  font-size: 16px;
  color: #777;
}

/* ==========================================================================================*/
/* faq modify box ============================================================================= */
.faq_modify_title {
  font: 12pt;
  background-color: #958671;
  color: #FFF;
  padding: 5px 0px 5px 0px;
  height: 25px;
  text-align: center;
  font-weight: bold;
}

.faq_modify_subtitle {
  text-align: right;
  font-weight: bold;
  width: 45px;
}

.faq_modify_inbox {
  width: 243px;
}

.faq_modify_textbox {
  border: 1px solid;
  border-color: #999999;
  background-color: #fffff;
  scrollbar-face-color: #f7f7f7;
  scrollbar-shadow-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #7B7B7B;
  width: 245px;
  height: 80px;
  color: #777;
  overflow: auto;
}

/* ==========================================================================================*/
/* 통계 ==================================================================================== */
.sat_title {
  float: left;
  font-weight: bold;
  width: 100px;
}

.sat_title2 {
  float: right;
  font-weight: bold;
  width: 100px;
}

.sat_select {
  width: 60px;
  float: left;
}

.sat_member {
  clear: both;
  margin-top: 5px;
  margin-left: 20px
}

.sat_table {
  border: 1px solid #999999;
  text-align: center;
}

.sat_table_one {
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  text-align: center;
}

.sat_fontcolor {
  color: #FF00FF;
}

/* ==========================================================================================*/
.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.padding-l {
  padding-left: 20px;
}

/*==========================================================================================*/
.help {
  width: 40px;
  margin: 0 auto;
  display: inline-block;
  height: 23px;
}

.question {
  background: #1A3A5F;
  width: 20px;
  color: white;
  height: 20px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.popup {
  width:1130px;
  height: 0px;
  padding: 10px 30px;
  text-align: left;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: 1s;
  margin-top: 19px;
}

.help .popup {

}

.help:hover .popup {
  opacity: 1;
  height: 100px;
}

.popup a {
  text-decoration: none;
  color: #317eac;
}

.popup a:visited {
  color: #317eac;
}

.popup p {
  font-size:16px;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
