/*
Theme Name: DesignMilez - 240326
Author:ank
Author URI: https://anknet.syonology.me
Description : second themes web DesignMilez,240326
*/



/* svg*/
@font-face {
    font-family: 'acon';
    src: url('fonts/acon.eot?bey4sf');
    src: url('fonts/acon.eot?bey4sf#iefix') format('embedded-opentype'),
        url('fonts/acon.ttf?bey4sf') format('truetype'),
        url('fonts/acon.woff?bey4sf') format('woff'),
        url('fonts/acon.svg?bey4sf#acon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  @font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), 
    url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="icon-"],
  [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'acon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  * {
    border: 0px solid;
    list-style: none;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
  }
  
  
  body {
    margin: 0 auto;
    background-color: #fff;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  p {
    margin: 0 auto;
    padding: 0;
  }
  
  a {
    text-decoration: none;
    color: #000000;
  }
  
  
  
  
  
  /* 01 헤더메뉴 */
  
  * {
    border: px solid;
    list-style: none;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
  }
  
  
  body {
    margin: 0 auto;
    background-color: #fff;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  p {
    margin: 0 auto;
    padding: 0;
  }
  
  a {
    text-decoration: none;
    color: #000000;
  }
  
  
  .header {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 1;
  }
  
  
  
  .site_info {
    
    padding: 30px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .035rem;
    font-family: 'Noto Sans KR', sans-serif;
  
  }
  
  
  .site_menu {
  
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    font-weight: 500;
  }
  
  .site_menu ul {
    float: right;
  
  }
  
  .site_menu ul li {
    float: left;
    line-height: 22px;
    text-align: left;
    padding-left: 30px;
  }
  
  .site_menu ul li a {
    color: #000;
    display: block;
    padding: 10px;
  }
  
  
  .site_menu ul li:hover a:hover {
    color: #86a2a9;
  }
  
  
  .site_menu ul li ul {
    display: none;
  }
  
  .site_menu ul li:hover ul {
    display: block;
    color: #ADD8E6;
    border: 1px solid;
  }
  
  
  /* 02 최근게시물  */
  
  img {
    width: 100%;
    height: auto;
  }
  
  
  .masonry {
    column-count: 6;
    column-gap: 30px;
    padding: 140px 30px 0px 30px;
  }
  
  .mItem {
    margin-bottom: 16px;
    width: 100%;
    height: 100%;
  }
  
  
  
  .posted_wrap {
    margin-bottom: 24px;
    overflow: hidden;
    border: 0px solid #eee;
  }
  
  
  
  /* 03 최근게시물 효과 */
  
  .post_thum {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    /* margin-bottom: 40px; */
  }
  
  .posted_wrap .post_thum img {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
  }
  
  .post_thum a .overlay {
    position: absolute;
    transition: all .3s ease;
    opacity: 0;
    background: rgb(0, 0, 0, .6);
  }
  
  
  .post_thum:hover .overlay {
    width: 100%;
    opacity: 1;
  }
  
  .post_title {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 20px;
    left: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    word-break: keep-all;
    /* transform: translate(10%,10%); */
  }
  
  
  .post_info {
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transform: translate(10%,10%); 
    font-size: 0.9rem;
    font-weight: 400;
  }
  
  
  .post_title::after {
    content: '';
    display: block;
    width: 30px;
    border-bottom: 2px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .overlayfade {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  
  .post_thum:hover .overfade {
    width: 100%;
    height: 100%;
  }
  
  
  
  /* 05 페이지 */
  
  
  #page_content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-bottom: 150px;
    padding-top: 100px;
    
  }
  
  .content_d .image{
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 0px;
    max-width: 100%;
    width: 100%;
  
  }
  
  
  /* -----------------푸터네비----------------- */
  .site-footer {
    max-width: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding: 0px 30px 60px 30px;
  }
  
  .site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .site-nav li {
    padding: 30px 30px 0 0px;
    float: left;
  }
  
  .copyinfo {
    float: right;
    background-color: pin;
    padding-top: 30px;
  }
  
  .site-footer:after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    margin: 0px 0px 30px 0px;
  }
  
  /* -----------------이전다음버튼-----------------
  .post-pag-wrap {
  padding: 0px 250px 0px 250px;
  background-color: yello;
  }
  
  .post-pag-container {
  width: 33%;
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-color: orang;
  margin-top: 50px;
  }
  
  .post-pag-container span {
  background-color: yello;
  text-align: center;
  }
  
  .post-pag-container.prev {
  position: relative;
  padding-left: 50px;
  padding-top: 3px;
  font-size: 1.3rem;
  }
  
  .post-pag-container.index {
  text-align: center;
  position: relative;
  line-height: auto;
  padding-right: 30px;
  padding-top: 5px;
  font-size: 1.3rem;
  }
  
  .post-pag-container.next {
  text-align: right;
  position: relative;
  line-height: auto;
  padding-right: 50px;
  padding-top: 3px;
  font-size: 1.3rem;
  }
  
  .post-pag-container p {
  display: inline-block;
  }
  
  /* -----------------화살표-----------------*/
  .icon-ac-01:after {
    content: "\e900";
    color: #000;
    font-size: 1.7rem;
    background-color: aqu;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s;
  }
  
  .icon-ac-02:after {
    content: "\e901";
    color: #000;
    font-size: 1.7rem;
    background-color: aqu;
    position: absolute;
    top: -2px;
    right: 61%;
    transition: all .4s;
  }
  
  .icon-ac-03:after {
    content: "\e902";
    color: #000;
    font-size: 1.7rem;
    background-color: greenyello;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .4s;
  }
  
  .icon-ac-01:hover:after {
    left: -20px;
    color: #000;
  }
  
  .icon-ac-02:hover:after {
    top: -25px;
    color: #000;
  }
  
  .icon-ac-03:hover:after {
    right: -20px;
    color: #000;
  }
  
  /* ------------------- 04 가변사이즈 -------------------*/
  
  @media (max-width: 1500px) {
    .masonry {
        column-count: 4;
    }
  }
  
  @media (max-width: 1200px) {
    .masonry {
        column-count: 3;
    }
  }
  
  @media (max-width: 900px) {
    .masonry {
        column-count: 2;
    }
  
    .site_menu {
        display: none;
    }
  }
  
  @media (max-width: 700px) {
        .masonry {
            column-count: 1;
        }
  
    }
  
  
  
  
  
  
    