* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


:root {
  --accent-color: #e83131;
  --accent-hover-color: #c92a2a;
  --accent-text-color: #ffffff;
  --accent-text-hover-color: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
}







ul {
  list-style-type: none;
}












/*****************************/
/** Custom Preset           **/
/*****************************/
.blue {color: #041d8d;}
.green {color: #8dc63f;}
.gold {color:#8a6d49;}
.red {color: #e94746;}
.orange {color: #f29833;}
.navy {color: #34495e;}
.white {color: #ffffff;}
.yellow {color: #ffe62c;}
.purple {color: #654089;}
.pink {color: #ff8383;}
.grey {color: #666;}

.bg-black {background-color: #333;}
.bg-blue {background-color: #041d8d;}
.bg-green {background-color: #8dc63f;}
.bg-gold {background-color:#8a6d49;}
.bg-red {background-color: #e94746;}
.bg-orange {background-color: #f29833;}
.bg-navy {background-color: #34495e;}
.bg-white {background-color: #ffffff;}
.bg-yellow {background-color: #ffe62c;}
.bg-dark-grey {background-color: #313131;}
.bg-light-grey {background-color: #f4f5f7;}





.visible {opacity: 1!important;}

.vertical-center {
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.transition {
    transition:all 0.3s ease; 
    -webkit-transition:all 0.3s ease; 
    -ms-transition:all 0.3s ease;
}

input, button, select, textarea {
    -webkit-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

button {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
}
select {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+");
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border-style: solid;
    border-color: transparent;
    -moz-appearance: none;
    text-overflow: "";
    outline: none;
    background-position: 100% center;
    background-repeat: no-repeat;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input, textarea, select {
  font-size: .9em;
    display: block;
    line-height: initial;
    margin: 9px 0px 0px 0px;
    padding: 10px 15px 10px 15px;
    border-style: solid;
    border-radius: 0;
    font-weight: normal;
    border: 1px solid #ddd;
}





.btn-loco { 
  font-weight: 700; 
  position: relative; 
  padding: 12px 38px; 
  font-size: .9em; 
  display: inline-block;
  border: 2px solid #040000; 
  transition:all 0.3s ease; 
  -webkit-transition:all 0.3s ease; 
  -ms-transition:all 0.3s ease;
  background-color: rgba(255,255,255,0);
  color: #040000;
  overflow: hidden;
}

.btn-loco.btn-red {
  border: 2px solid #e94746; 
  color: #e94746;
}

.btn-loco:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #040000;
  transition:all 0.3s ease; 
  -webkit-transition:all 0.3s ease; 
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transform: translateX(-100%);
}

.btn-loco.btn-red:before {
  background: #e94746;
}

.btn-loco i {
  line-height: 1;
  margin-left: 15px;
  transition:all 0.3s ease; 
  -webkit-transition:all 0.3s ease; 
  -ms-transition:all 0.3s ease;
  position: relative;
}

.btn-loco span {
  position: relative;
}


.loco .btn-loco:hover {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  z-index: 1;
}

.loco .btn-loco:hover:before {
  transform: translateX(0);
}


.btn-loco.dark {
  background-color: #1e1e1e;
  color: #ffffff;
  border-color: #1e1e1e;
}
.btn-loco.dark:hover {
  background-color: rgba(255,255,255,0);
}

.btn-loco.btn-detail {
  padding: 12px 2px;
  border: none;
  color: #8dc63f;
}

.btn-loco.btn-detail:before {
  height: 2px;
  top: auto;
  bottom: 0;
  width: 0;
}

.btn-loco.btn-detail:hover:before {
  width: 100%;
  transform: translateX(0);
}

.shadow{
    -webkit-box-shadow: 1px 1px 12px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 12px -2px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 12px -2px rgba(0,0,0,0.1);
}

.error404 .breadcrumbs {display: none;}







dl {
  position: relative;
  padding-bottom: 1em;
  
  font-size: .85em;
  display: flex;
  align-items: flex-start;
}



dl dt {
  color: #666;
  position: relative;
  padding-left: 14px;
}

dl dt:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 2px;
  margin-top: -1px;
  background-color: #8dc63f;
}

dl dd {
  padding-left: 14px;
}

hr.black {
  border-color: #333;
  border-width: 1px;
}



@media all and (max-width: 980px) {

  #content {
    margin-top: 4.3rem;
  }
  .no-scrollbar {
    scrollbar-color: transparent transparent;  
  }

  .no-scrollbar::-webkit-scrollbar {
    height: 0px;
    display: none;
  }

  .no-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .no-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  }

  .no-scrollbar::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0);
  }

}



.full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
