﻿@import url('https://fonts.googleapis.com/css?family=Montserrat');

body * {
    font-family: 'Montserrat', sans-serif;
}
/* @font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
body * {
    font-family: 'Pretendard-Regular';
} */

a {
    text-decoration: none;
    color: black;
}

td a {
    text-decoration: underline;
    color: #0d6efd;
}

hr.sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, 1);
    margin: 0 1rem 1rem;
}

#sidenavToggler {
    margin-top: 1rem;
    background-color: rgba(255, 255, 255, 0.2);
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
}
#sidenavToggler:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

#sidenavToggler i {
    color: #fff;
}

#exampleAccordion li a {
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0rem 0 0 0.5rem;
    /* color: rgba(255, 255, 255, 0.8); */
}

.firstClassArrow,
.secondClassArrow {
    cursor: pointer;
}

.firstClassButton.active,
.secondClassButton.active,
.thirdClassButton.active {
    background-color: #3b6ec0 !important;
    color: white;
}

tr.firstClassButton.active {
    background-color: #3b6ec0;
}

/* 테이블 관련 */
table tr {
    height: 50px;
    text-align: center;
    vertical-align: middle;
}

/* table tbody tr td:eq(2) {
    height: 50px;
    text-align: left;
    vertical-align: middle;
} */

table thead tr th {
    background-color: #537ec512 !important;
    font-weight: 500;
    font-size: 0.85rem;
}

table tbody {
    font-weight: 500;
    font-size: 0.85rem;
}

.fixNotice {
    color: crimson;

    font-weight: 700;
}

/*테이블 페이징 관련*/
.paginationa {
    display: inline-block;
}
.paginationa a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.paginationa a.active {
    background-color: #537ec5;
    color: white;
    border-radius: 5px;
}
.paginationa a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}

/*버튼 공통 관련*/
/* .buttona {
    background-color: #4caf50;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
} */

/*버튼 1 타입 관련*/
.button1 {
    background-color: #537ec5 !important;
    color: white;
}
.button1:hover {
    background-color: #3b6ec0 !important;
    color: white;
}

.button2 {
    background-color: #c55353 !important;
    color: white;
}
.button2:hover {
    background-color: #c03b3b !important;
    color: white;
}
/*input type=text 관련*/
/* input[type="text"] {
    width: 18%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid green;
    border-radius: 4px;
} */

.searchBox {
    width: 345px;
    height: 45px;
    margin-left: auto;
}

#searchKey {
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 1.5;
}
#searchKey option {
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 1.5;
}
#searchAll {
    font-size: 0.85rem;
}
input[type="text"]:focus {
    background-color: lightblue;
}

.img_upload img {
    width: 700px;
    height: 80px;
}
.event_product img {
    width: 300px;
    height: 200px;
}
.product_code input[type="text"] {
    width: 200px;
}
.table-responsive .title {
    padding-top: 100px;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
}
.main01 {
    width: 47.5%;
    float: left;
    margin-right: 5%;
}
.main02 {
    width: 47.5%;
    float: left;
}
.search_con {
    width: 100%;
    text-align: left;
}
.search_con li {
    list-style: none;
}
.search_con .tabs {
    width: 50%;
    clear: both;
    display: table;
}
.search_con .tabs li {
    border: 1px solid #ddd;
    width: 33%;
    float: left;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}
.search_con .tabs li.active {
    background-color: #333;
    color: #fff;
}
.search_con .direct {
    margin-left: 60px;
}
.search_list li {
    float: left;
    margin-right: 1%;
}
.search_list li input[type="text"] {
    width: 100%;
}
.person_select {
    display: none;
}
.arrow1 {
    padding-top: 25px;
}
.modal1 {
    width: 600px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    background-color: #fff;
    padding: 20px;
    z-index: 5;
    display: table;
    clear: both;
    display: none;
    height: auto;
}
.modal_back {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.modal_title {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
    float: left;
    width: 80%;
    text-align: left;
}
input[type="text"].search_input {
    width: 75%;
    padding: 6px;
    border: 2px solid #20a8d8;
    float: left;
    margin: 0;
    border-radius: 0;
}
.search_input_btn {
    width: 21%;
    height: 40px;
    line-height: 40px;
    background-color: #20a8d8;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    font-weight: 500;
    float: left;
    margin-bottom: 20px;
    cursor: pointer;
}
.modal_close_btn {
    float: right;
    cursor: pointer;
}
.search_table {
    width: 100%;
    border-top: 1px solid #ddd;
}
.search_table th {
    width: 25%;
    text-align: center;
    padding: 10px 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}
.search_table td {
    width: 25%;
    text-align: center;
    padding: 10px 0;
    font-weight: 200;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    color: #333;
}
.search_table_box {
    width: 100%;
    max-height: 500px;
    overflow-y: scroll;
}
.table-bordered th {
    background-color: #f8f8f8;
}
.table-bordered td.head {
    background-color: #f8f8f8;
}

/* select */
/* #searchKey {
    width: 150px;
} */

.col-2, .col-3, .col-4, .col-6 {
    padding: 0 0.3rem;
}

h1 {
    font-size: 2rem;
    font-weight: bold;
    /* border-bottom: 2px solid #ddd;
    padding-bottom: 10px; */
}

/* 메인화면 관리 > 메인 슬라이드 */


/* 메인화면 관리 > 카테고리 추가 */
.line {
    border-bottom: 2px solid #ddd;
    padding-bottom: 2px;
    margin-bottom: 1rem;
}

.btn{
    width: 100px;
    height: 35px;
    font-size: 0.85rem;
}
/* 검색 버튼 */
.btn_search {
    display: block;
    width: 100%;
    height: 92%;
    border: 1px solid #0d6efd;
    font-size: 0.85rem;
    border-radius: 4px;
    text-decoration: none;
    line-height: 4;
    font-weight: 500;
    text-align: center;
}

/* 툴팁 */
.wrap{
    position: relative; 
    /* display: inline-block; */
  }
  .guide{
    position:absolute; 
    left:0px; 
    top:52px; 
    background: #646FD4; 
    padding: 10px; 
    border-radius:5px; 
    color: #fff; 
    text-align: center; 
    display: none;
  }
  .guide:after{
    display: block; 
    content: ''; 
    position: absolute; 
    top: -7px; 
    left:15px; 
    width: 0px; 
    height: 0px; 
    border-top: 8px solid none; 
    border-left: 8px solid transparent; 
    border-right: 8px solid transparent; 
    border-bottom: 8px solid #646FD4;
  } 
  .wrap:hover .guide{display: block;}

  .col-3, .col-4 {
    text-align: left;
  }

  .form-label {
    font-size: 1rem;
    font-weight: bold;
  }

  /* 랜딩 슬라이드 */
  .position-relative {
    margin-bottom: 1rem;
  }

/* 사이드바 */
/************************* 사이드 바 스타일************************ */

/* 아코디언 메뉴 */
.que{
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    cursor: pointer;
    font-size: 1rem;
    background:url(../images/down.png) no-repeat 93% 50%/10px;
  }
  
  .que.on>span{
    font-weight: bold;
    color: #0b6c9d;
  }
    
  .anw {
    display: none;
    overflow: hidden;
    font-size: 15px;
  }
  
  .anw p {
    margin: 0px;
  }
  
  
  .anw>p>a{
    display: block; 
    height: 30px;
    line-height: 2;
    margin-left: 35px;
  }

  .anw>p>a:hover {
    font-size: 1rem;
    color: #0a58ca;
    font-weight: bold;
  }
  
  .anw .menuActive {
      color: #0b628d;
      font-weight: 700;
  }	
  
  .on {
    border-radius: 7px;
    background:url(../images/top.png) no-repeat 93% 50%/10px #148ac545;
    font-weight: bold;
  }
  
  .point {
    color: #0b6c9d;
  }
  
  
  
  /********************************************************************************************************/
  .dropdown-toggle { outline: 0; }
  
  .btn-toggle {
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
  }
  .btn-toggle:hover,
  .btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
  }
  
  .btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
  }
  
  .btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
  }
  .btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
  }
  
  .btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
  }
  .btn-toggle-nav a:hover,
  .btn-toggle-nav a:focus {
    background-color: #d2f4ea;
  }
  
  .scrollarea {
    overflow-y: auto;
  }


.card-header .fa {
    margin-right: 5px;
}

#txtCountry {
    width: 25%; 
    right: 14px; 
    top: 9px;
}

/* 로그 상품명 정렬 */
#item {
    text-align: left;
}

.name {
    text-align: left;
}
.value {
    text-align: right;
}
.summary_cell {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    border-right: 1px solid #ddd;
    cursor: pointer;
}
.summary_cell:hover{
    color: #0a58ca;
    font-weight: bold;
}
.note-editor .note-statusbar {
    display: none;
}