/* search section fixed */
div.search { }
div.search ul.ul-table { }
div.search ul.ul-table > li { padding-left:2px; }
div.search ul.ul-table > li:first-child { padding-left:0; }
div.search ul.ul-table > li > input { position: relative; top: 1px; }

ul.ul-table.form { }
ul.ul-table.form > li { padding-left:2px; }
ul.ul-table.form > li:first-child { padding-left:0; }
ul.ul-table.form > li > input { position: relative; top: 1px; }

.input-group-addon { border-radius: 0; }

/* mobile extra small col- auto */
div.body { padding:0; }
div.ibox { padding:5px; margin:5px; }
div.section { margin-bottom:10px; }
button.w-xs { width:100%; }
button.w-sm { width:100%; }
button.w-md { width:100%; }
button.w-lg { width:100%; }

/*.row.cell-1x { margin:0; }*/
/*.row.cell-1x > div { padding:0; }*/
/*.row.cell-1x > div > div.panel { margin-bottom:0; }*/
/*.row.cell-2x { margin:0; }*/
/*.row.cell-2x > div { padding:0; }*/
/*.row.cell-2x > div > div.panel { margin-bottom:0; }*/
/*.row.cell-3x { margin:0; }*/
/*.row.cell-3x > div { padding:0; }*/
/*.row.cell-3x > div > div.panel { margin-bottom:0; }*/
/*.row.cell-4x { margin:0px; }*/
/*.row.cell-4x > div { padding:0px; }*/
/*.row.cell-4x > div > div.panel { margin-bottom:0; }*/
/*.row.cell-5x { margin:0px; }*/
/*.row.cell-5x > div { padding:0px; }*/
/*.row.cell-5x > div > div.panel { margin-bottom:0; }*/

.breadcrumb { margin: 5px; }
ol.breadcrumb { background:#fff; font-size: 12px; }

.ibox.panel { padding:10px; }
.ibox.panel .label { padding: 5px 10px; }
.ibox.panel .divider { margin: 0; min-height: 15px; }
.ibox.panel .divider::after { border-top: 1px solid #846e6e; }

@media print {
	body {background:#fff;}
	.section{ page-break-before:always; }
}

/* tablet small col-sm max-container : 540px */
@media (min-width: 576px){
	div.body { padding:10px; }
	div.ibox { padding:10px; }
}

/* desktop medium col-md max-container : 720px */
@media (min-width: 768px){
	div.body { padding:10px; }
	div.ibox { padding:10px; margin:0; }

	.row.cell-1x { margin:-2px; }
	.row.cell-1x > div { padding:2px; }
	.row.cell-1x > div > div.panel { margin-bottom:0; }
	.row.cell-2x { margin:-5px; }
	.row.cell-2x > div { padding:5px; }
	.row.cell-2x > div > div.panel { margin-bottom:0; }
	.row.cell-3x { margin:-10px; }
	.row.cell-3x > div { padding:10px; }
	.row.cell-3x > div > div.panel { margin-bottom:0; }
	.row.cell-4x { margin:-15px; }
	.row.cell-4x > div { padding:15px; }
	.row.cell-4x > div > div.panel { margin-bottom:0; }
	.row.cell-5x { margin:-20px; }
	.row.cell-5x > div { padding:20px; }
	.row.cell-5x > div > div.panel { margin-bottom:0; }

	.breadcrumb { margin: 0; margin-bottom: 20px; }
	ol.breadcrumb { background:#fff; font-size: 14px; }
}

/* desktop large col-lg max-container : 960px */
@media (min-width: 992px){
	div.body { padding:20px; }
	div.ibox { padding:20px; }
}

/* desktop extra large col-xl max-container : 1140px */
@media (min-width: 1200px){
	div.body { padding:20px; }
	div.ibox { padding:20px; }

	/* default */
	button.w-xs { width:50px; }
	button.w-sm { width:80px; }
	button.w-md { width:100px; }
	button.w-lg { width:150px; }
}

/*
bs         xs         sm         md         lg          xl
------------------------------------------------------------------
v3     <767px     ≥768px     ≥1200px    ≥1600px
v4     <576px     ≥576px     ≥768px     ≥992px     ≥1200px

@media (max-width: 767px){} # col-xs mobile
@media (min-width: 768px){} # col-sm ipad (768x1024) or galaxy tab(800x1280) mobile device
@media (min-width: 1200px){} # col-md desktop
@media (min-width: 1600px){} # col-lg full width
*/


/********************************/
/*     200520 - by jh added     */
/********************************/
header .logo > .bt-xs-menu {
  display: none;
}
header .logo > a.l-imgs {
  display: inline-block;
  padding: 5px;
  margin-left: 15px;
}
.accordion-wrap .bt-wrap {
  display: none;
}
.accordion-wrap .collapse {
  display: block;
}
.prd-search .row-01 {
  width: 30%;
}
.prd-search .row-02 {
  width: 70%;
}
.prd-search .row-01 > ul.row > li,
.prd-search .row-02 > ul.row > li {
  padding-right: 4px;
}
.prd-search .row-02 > ul.row > li {
  min-width: 100px;
}
.prd-search .row-02 > ul.row > li:nth-child(1) {
  min-width: 140px;
}
.prd-search .row-01 > ul.row > li:last-child,
.prd-search .row-02 > ul.row > li:last-child {
  padding-right: 0px;
}
.prd-search .row-02 > ul.row {
  float: right;
}
.prd-search .input-group {
  top:0px;
}

@media (max-width: 1450px){
  .prd-search .row-01 {
    width: 100%;
  }
  .prd-search .row-02 {
    width: 100%;
    margin-top: 5px;
  }
  .prd-search .row-02 > ul.row {
    float: none;
  }
}

@media (max-width: 1040px){
  header .logo > a.l-imgs {
    margin-left: 5px;
  }
  header .gnb > nav {
    text-align: center;
  }
  header .gnb > nav > ul.nav {
    display: inline-block;
    float: none;
  }
  .prd-search .row-02 {
    margin-top: 10px;
  }
  .prd-search .row-02 > ul.row > li {
    width:50%;
    margin-bottom: 4px;
  }
  .prd-search .row-02 > ul.row > li:nth-child(2n) {
    padding-right: 0px;
  }
  .prd-search .row-02 > ul.row > li:last-child {
    width:100%;
  }
  #fs-popup-lg > .modal-lg { padding:0 15px; width:100%; border-radius: 0; margin:5px auto; }
  #fs-popup-sm > .modal-sm { padding:0 15px; width:100%; border-radius: 0; margin:5px auto; }
}

@media (max-width: 768px){
  body {
    padding-top: 50px;
  }
  .btn.focus, .btn:focus, .btn:hover { color:#fff; }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  header .logo {
    text-align: center;
    position: relative;
  }
  header .logo > a.l-imgs {
    margin-left: 0px;
  }
  header .logo > .bt-xs-menu {
    display: block;
    position: absolute;
    top:5px;
    left:5px;
  }
  header .logo > .bt-xs-menu button.btn {
    font-size: 28px;
    line-height: 1;
    height: 37px;
    padding: 2px 5px;
  }
  header .user-info {
    position: absolute;
    top:-50px;
    right:5px;
  }
}

@media (max-width: 500px){
  .prd-search .row-02 > ul.row > li {
    width:100%;
    padding:0;
  }
  .accordion-wrap {
    border: 1px solid #1e4669;
    background: #f9f9f9;
  }
  .accordion-wrap .collapse {
    display: none;
  }
  .accordion-wrap .collapse.in {
    display: block;
  }
  .accordion-wrap .bt-wrap {
    display: block;
  }
  .accordion-wrap .bt-op-sr:after {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    position:absolute;
    top:8px;
    right:10px;
    width:14px;
    height:16px;
    color: #fff;
    transition:all ease 0.4s ;
    -webkit-transition:all ease 0.4s ;
    -moz-transition:all ease 0.4s ;
    -ms-transition:all ease 0.4s ;
    -o-transition:all ease 0.4s ;
  }
  .accordion-wrap .bt-op-sr[aria-expanded="true"]:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .accordion-wrap .search {
    /* padding:5px; */
  }

  .calendar-wrap .cal-body {
    padding: 10px !important;
  }
  .calendar-wrap .cal-body h2 {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
  .calendar-wrap .cal-body #calendar .fc-button-group button.fc-button {
    padding: 5px 6px;
    min-width: 32px;
  }
  .calendar-wrap .cal-body #calendar .fc-content-skeleton a.fc-day-number {
    padding: 1px 8px;
    width: initial;
    display: block;
  }
}

@media (max-width: 410px){
  .prd-search .row-01 ul > li:nth-child(1) {
    width:35%;
  }
  .prd-search .row-01 ul > li:nth-child(1) > div.dropdown {
    width:100% !important
  }
  .prd-search .row-01 ul > li:nth-child(2) {
    width:65%;
    padding-right: 0;
  }
  .prd-search .row-01 ul > li:nth-child(2) > .input-group {
    float: right;
  }
  .prd-search .row-01 ul > li:nth-child(3) {
    width:100%;
  }
  .prd-search .row-01 ul > li:last-child > button {
    width:100%;
    margin-top: 3px;
  }
}


/* bootstrap modal custom */
.modal.left { width:100%; }
.modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 80%;
  height: 100%;
}
.modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
}

.mside-l .modal-content {
	border-top: 0;
	border-radius: 0;
}

.modal.left .modal-body {
  padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
  transition: opacity 0.3s linear, transform 0.3s ease-out;
  -webkit-transition: opacity 0.3s linear, transform 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, transform 0.3s ease-out;
  -ms-transition: opacity 0.3s linear, transform 0.3s ease-out;
  -o-transition: opacity 0.3s linear, transform 0.3s ease-out;
  transform: translateX(-90%);
  -webkit-transform: translateX(-90%);
  -moz-transform: translateX(-90%);
  -ms-transform: translateX(-90%);
  -o-transform: translateX(-90%);
}
.modal.left.fade.in .modal-dialog {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.modal-backdrop {
  background-color: #000;
}
.mside-l ul.nav > li ul.m-sub > li {
  border-bottom: 1px solid #eee;
}
.mside-l ul.nav > li ul.m-sub-d2 {
  background-color: #f7f7f7;
}
.mside-l ul.nav > li ul.m-sub-d2 > li {
  border-bottom: 1px dotted #d8d8d8;
}
.mside-l ul.nav > li ul.m-sub-d2 > li:last-child {
  border-bottom: none;
}
.mside-l ul.nav > li > p.m-tit {
  padding: 12px 15px;
  margin: 0;
  background-color: #eee;
  font-weight: 700;
  box-shadow: 1px 1px 2px #cacaca;
}
.mside-l ul.nav > li a.tm-d1,
.mside-l ul.nav > li a.tm-d2 {
  display: block;
  position: relative;
  padding: 8px 15px;
}
.mside-l ul.nav > li a.tm-d1 > i.fa.a-grey {
  color:#aaa;
}
.mside-l ul.nav > li a.tm-d2 {
  padding: 7px 25px;
  font-size: 13px;
  color:#5f4141;
  position: relative;
}
.mside-l ul.nav > li a.tm-d2:before {
  content:'';
  position: absolute;
  top: 14px;
  left: 17px;
  width: 3px;
  height: 3px;
  background-color: #886f6f;
  display: block;
}
.mside-l ul.nav > li a.tm-d1.bt-toggle:after {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  position:absolute;
  top:10px;
  right:15px;
  width:14px;
  height:16px;
  color: #909090;
  transition:all ease 0.4s ;
  -webkit-transition:all ease 0.4s ;
  -moz-transition:all ease 0.4s ;
  -ms-transition:all ease 0.4s ;
  -o-transition:all ease 0.4s ;
}
.mside-l ul.nav > li a.tm-d1.bt-toggle[aria-expanded="true"] {
  box-shadow: 1px 1px 1px #e8e8e8;
}
.mside-l ul.nav > li a.tm-d1.bt-toggle[aria-expanded="true"]:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}


