
/*@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}*/

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}


@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}

/*@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}*/




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

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    min-height: 100vh;
    font-size: 17px;
}

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%;
}

a {
  color: #040000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}




body, 
p, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
a,
input, 
textarea, 
select {
    font-family: roboto, futura-pt, 'Noto Sans KR', sans-serif;
    font-style: normal;
    word-break: keep-all;
}

html[lang=zh-hans] body, 
html[lang=zh-hans] p, 

html[lang=zh-hans] a,
html[lang=zh-hans] input, 
html[lang=zh-hans] textarea, 
html[lang=zh-hans] select {
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em; 
  font-weight: 700;
  margin-bottom: .5em; 
  font-family: futura-pt, 'Noto Sans KR', sans-serif;
  font-style: normal;
  color: #040000;
  letter-spacing: -.06em;
}

ul {
  list-style-type: none;
}


body, 
p {
    font-weight: 400; 
    letter-spacing: -.04em; 
    color: #040000;
    line-height: 1.7em;
}

h1 {font-size: 1.875em;}
h2 {font-size: 1.625em;}
h3 {font-size: 1.375em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.125em;}
h6 {font-size: 1.0em;}
p {margin-bottom: 1.0em;}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

strong,
b {
  font-weight: 700;
}



@media all and (max-width: 767px) {
  body {
    font-size: 18px;
  }
}






/*****************************/
/** Custom Preset           **/
/*****************************/
.blue {color: #1575ba;}
.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: #1575ba;}
.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;}

.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black p {
  color: #fff;
}

.font-100 {font-weight: 100;}
.font-300 {font-weight: 300;}
.font-400 {font-weight: 400;}
.font-500 {font-weight: 500;}
.font-600 {font-weight: 600;}
.font-700 {font-weight: 700;}

.align-center {text-align: center;}
.align-left {text-align: left;}
.align-right {text-align: right;}



.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);
    font-family: futura-pt, 'Noto Sans KR', sans-serif;
}

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 {
    display: block;
    font-size: 14px;
    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 transparent;
}



.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: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 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);
}

.btn-loadmore,
.btn-filtered-loadmore {
  cursor: pointer;
  margin: 2.5em auto 0;
    display: block;
    max-width: 200px;
    text-align: center;
}

.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;}

blockquote {
    margin: 20px 0 30px;
    padding-left: 20px;
    border-left: 5px solid #34495e;
}

blockquote p {
  font-weight: 700;
}

blockquote, q {
    quotes: none;
}


.container {
  position: relative;
}

.section-title {
  font-size: 1.7em;
}

.content-title {
  position: relative;
  padding-bottom: .5em;
}

.content-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background-color: #654089;
}

.entry-contents .wp-block-columns ul li {
  position: relative;
  padding-left: 1.5rem;
}

.entry-contents .wp-block-columns ul li:before {
  content: '';
  position: absolute;
  top: .7em;
  left: 0;
  width: 8px;
  height: 3px;
  /*margin-top: -1.5px;*/
  background-color: #654089;
}

.content-box {
  padding: 2.5em;
  background-color: #654089;
}

.content-box .content-box-title,
.content-box .content-box-sub-title,
.content-box p {
  color: #fff;
}

.content-box-title {
  position: relative;
  padding-top: 1rem;
  margin-bottom: 1.25em;
  font-size: 2em;
}

.content-box-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: -2.5em;
  width: 124px;
  height: 3px;
  background-color: #fff;
}

.content-box p.content-box-sub-title {
  font-size: 1em;
}

.content-box p {
  font-size: .85em;
}

.content-box p i {
  margin-right: 10px;
}


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;
}


/*.img-container {
  visibility: hidden;
  position: relative;
  overflow:hidden;
}

.img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover; 
  transform-origin: left;
}*/



@media all and (min-width: 1200px) {
  .container.wide {
    max-width: 1600px;
    width: 90%;
  }
}

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

  .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);
  }

}



/*****************************/
/** Pagenavi          **/
/*****************************/

.loco .wp-pagenavi {
  border-top: 0;
  clear: both;
  margin-bottom: 30px;
  padding-top: 1.5em;
  text-align: center;
  color: #333;
}

.loco .wp-pagenavi a.page,
.loco .wp-pagenavi span.current,
.loco .wp-pagenavi span.extend {
  padding: 0 1em;
  font-size: .9em;
}

.loco .wp-pagenavi .first,
.loco .wp-pagenavi .previouspostslink,
.loco .wp-pagenavi .nextpostslink,
.loco .wp-pagenavi .last {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #999;
  line-height: 2;
}

.loco .wp-pagenavi .first {
  border-right: none;
}

.loco .wp-pagenavi .last {
  border-left: none;
}

.loco .wp-pagenavi .previouspostslink {
  margin-right: 1em;
}

.loco .wp-pagenavi .nextpostslink {
  margin-left: 1em;
}

/*.loco .wp-pagenavi .first i,
.loco .wp-pagenavi .previouspostslink i,
.loco .wp-pagenavi .nextpostslink i,
.loco .wp-pagenavi .last i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/

.loco .wp-pagenavi span.current {
  color: #8dc63f;
}



.loco .wp-pagenavi a:hover, 
.loco .wp-pagenavi span.current {
  font-weight: 700;
}





/******* Table *********/
.table {
  table-layout: fixed;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 3em;
  border-top: 1px solid #969696;
}

.table th {
  background: #f7f7f7;
}

.table th, .table td {
  padding: 17px 20px;
  border-bottom: 1px solid #d5d5d5;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 300;
}



@media all and (max-width: 980px) {
  .table {
    display: block;
    width: fit-content;
  }
}










/*****************************/
/** Social Share            **/
/*****************************/
.social-share-wrap {
  margin-top: 2em;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.social-share-wrap ul.share-buttons {
  display: flex;
  align-items: center;
}

.social-share-wrap ul.share-buttons li {
  width: 29px;
  height: 29px;
  margin: 0 7px;
}

.social-share-wrap ul.share-buttons li a {
  width: 100%;
  height: 100%;
}

.social-share-wrap ul.share-buttons li a svg {
  max-width: 100%;
  max-height: 100%;
  fill: #ccc;
  vertical-align: middle;
}

.social-share-wrap ul.share-buttons li a:hover svg {
  fill: #333;
}

.social-share-wrap .bullet {
    width: 29px;
    height: 29px;
    margin-left: 10px;
    margin-right: 10px;
    color: #ccc;
    font-size: 1.75em;
    text-align: center;
}

.social-share-wrap .share-txt {
    font-size: .85em;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
}


.wpp-list .wpp-thumbnail {
  width: 100px;
  max-height: 100px;
  object-fit: cover;
}

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