/*
Theme Name: 모두모아
Theme URI: http://onestroke.co.kr
Author: 한획
Author URI: http://onestroke.co.kr
Description: 모두모아 테마 입니다.
Requires at least: 
Requires PHP: 
Version: 1.1.0
Text Domain: mdma
Tags: 
*/
@charset "utf-8";
/*어비 세현체*/
@font-face {
    font-family: 'UhBeeSe_hyun';
    src: url('assets/font/UhBeeSe_hyun.woff2') format('woff2'),
        url('assets/font/UhBeeSe_hyun.woff') format('woff'),
        url('assets/font/UhBeeSe_hyun.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UhBee Se_hyun Bold';
    src: url('assets/font/UhBee Se_hyun Bold.woff2') format('woff2'),
        url('assets/font/UhBee Se_hyun Bold.woff') format('woff'),
        url('assets/font/UhBee Se_hyun Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
.font-ubBeeSehyun {font-family: 'UhBeeSe_hyun', "Noto Sans KR", sans-serif;}
.font-ubBeeSehyun-b {font-family: 'UhBee Se_hyun Bold', "Noto Sans KR", sans-serif;}

html, body {
  background-color: #F8F8FB;
  max-width: 100%;
  overflow-x: hidden;
  font-size: 11px;
  font-family: "Noto Sans KR", sans-serif;
  --basic-font: "Noto Sans KR", sans-serif;
  --point-font-light: 'UhBeeSe_hyun', "Noto Sans KR", sans-serif;
  --point-font: 'UhBee Se_hyun Bold', "Noto Sans KR", sans-serif;
  --point-red: #da4f4f;
  --light-red: #F84F4F;
  --point-green: #4ad7db;
  --light-blue: #F8F8FB;
  --light-blue2: #D8E0EB;
  --light-blue3: #C1CCDD;
  --light-gray: #D9D9D9;
  --gray: #A9A9A9;
  --hof-yellow: #FBCC27;
}
.red {color: var(--point-red);}
.green {color: var(--point-green);}
.red-bg {background-color: var(--point-red); color: #fff;}
.preparing { opacity: 0.16 !important; pointer-events: none;}
body::before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(./img/bg-dot.png);
    position: fixed;
    z-index: 0;
    background-size: 9px;
    opacity: 0.02;
    pointer-events: none;
}
section, html, body, div, header, footer, nav, ul, ol, li, a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
button {
    font-family: var(--basic-font);
}
header, section, footer {
    position: relative;
    z-index: 1;
}
header {
    z-index: 2;
}
::selection {
  background: var(--point-red);
  color: #fff;
}

h1 { font-size: 1.6364rem;}
h2 { font-size: 1.1818rem;}
p, li, a {
  text-decoration: none;
  color: #000;
}
a { cursor: pointer;}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
.mb-hide { display: none;}
/*header START*/
header {border-top: solid 7px var(--point-red);}
header#main-header #title {
    text-align: center;
    padding: 5.4667rem 0;
}
header#main-header #title > a {
    display: block;
    font-size: 1.3333rem;
    color: #CBD1E8;
    font-weight: 500;
}
/*header END*/
section#collection-item-wrapper {
    padding-bottom: 5.4667rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
section#collection-item-wrapper .flex {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
section#collection-item-wrapper .item {
    display: inline-block;
    width: 256px;
    margin: 0 16px 24px;
}
section#collection-item-wrapper .item .photo {
    width: 256px;
    height: 256px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #E9ECF1;
    position: relative;
}
section#collection-item-wrapper .item .photo img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.4s all ease-in-out;
}
section#collection-item-wrapper .item:hover .photo img {
    width: 110%;
    height: 110%;
}
section#collection-item-wrapper .item .item-name {
    font-size: 1.3332rem;
    line-height: 1.6rem;
    text-align: center;
    font-weight: 700;
    margin: 10px 0;
    transition: 0.4s all ease-in-out;
}
section#collection-item-wrapper .item:hover .item-name {
    color: var(--point-red);
}

section#collection-item-wrapper .item .manufacturing-company {
    font-size: 1.0667rem;
    line-height: 1.2rem;
    text-align: center;
    font-weight: 500;
    color: var(--light-blue3);
    margin: 10px 0;
}
section#collection-item-wrapper .item#preparing .photo {
    position: relative;
}
section#collection-item-wrapper .item#preparing .photo::before, 
section#collection-item-wrapper .item#preparing .photo::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 8px;
    background-color: #8c939B;
    transform: translate(-50%, -50%);
}
section#collection-item-wrapper .item#preparing .photo::after {
    width: 8px;
    height: 64px;
}

/*footer START*/
footer {
    padding: 1.0667rem 0;
    border-top: solid 1px var(--light-blue2);
    color: #444;
}
footer a {
    margin: 0 .2667rem;
}
footer span {
    margin: 0 .4rem;
}
/*footer END*/


/*모바일 일때*/
@media screen and (max-width: 767px){
    header#main-header #title > a.logo {
        width: 120px;
        margin: 0 auto;
    }

    section#collection-item-wrapper .item {
        width: 154px;
        margin: 0 6px 6px;
    }
    section#collection-item-wrapper .item .photo {
        width: 154px;
        height: 154px;
    }
    section#collection-item-wrapper .item#preparing .photo::before, 
    section#collection-item-wrapper .item#preparing .photo::after {
        width: 46px;
        height: 6px;
    }
    section#collection-item-wrapper .item#preparing .photo::after {
        width: 6px;
        height: 46px;
    }
    section#collection-item-wrapper .item .item-name,
    section#collection-item-wrapper .item .manufacturing-company {
        margin: 6px 0;
    }
    footer {
        text-align: center;
    }
    footer .logo {
        display: block;
        width: 65px;
        margin: 0 auto 8px;
    }
    footer a {
        margin: 0 0px;
    }
    footer span {
        margin: 0 3px;
    }
}
/*모바일 320px~359px 일때*/
@media screen and (min-width: 320px) and (max-width: 359px){
    .container {
        padding: 0;
    }
    section#collection-item-wrapper .center-box {
        width: 312px;
    }
    section#collection-item-wrapper .item {
        width: 148px;
        margin: 0 4px 6px;
    }
    section#collection-item-wrapper .item .photo {
        width: 148px;
        height: 148px;
    }
}
@media screen and (min-width: 360px) and (max-width: 519px){ /*flex구간 center정렬을 위해*/
    section#collection-item-wrapper .center-box {
        width: 332px;
    }
}
@media screen and (min-width: 520px) and (max-width: 685px){ /*flex구간 center정렬을 위해*/
    section#collection-item-wrapper .center-box {
        width: 498px;
    }
}
@media screen and (min-width: 686px) and (max-width: 767px){ /*flex구간 center정렬을 위해*/
    section#collection-item-wrapper .center-box {
        width: 664px;
    }
}
/*태블릿 이상 일때*/
@media screen and (min-width: 768px) and (max-width: 1199px){
    html, body {
        font-size: 13px;
      }
      header#main-header #title {
        padding-bottom: 100px;
    }
    section#collection-item-wrapper .item {
        display: inline-block;
        width: 224px;
        margin: 0 12px 24px;
    }
    section#collection-item-wrapper .item .photo {
        width: 224px;
        height: 224px;
    }
    section#collection-item-wrapper .center-box {
        width: 746px;
    }
    footer a, footer span, footer img {
        vertical-align: top;
        display: inline-block;
    }
    footer img {
        margin-right: 1rem;
    }
    footer a, footer span {
        margin-top: 3px;
    }
}
@media screen and (min-width: 1014px) and (max-width: 1199px){ /*flex구간 center정렬을 위해*/
    section#collection-item-wrapper .center-box {
        width: 992px;
    }
}
/*데스크탑 이상 일때*/
@media screen and (min-width: 1200px) {
    /*1120*/
    html, body {
        font-size: 15px;
    }
    header#main-header #title {
        padding-bottom: 120px;
    }
    .container {
        padding: 0 24px;
        max-width: 1440px;
    }
    .mb-hide {
        display: inline-block;
    }
    .dt-hide {
        display: none;
    }
    section#collection-item-wrapper .center-box {
        width: 1152px;
    }
    footer a, footer span, footer img {
        vertical-align: top;
        display: inline-block;
    }
    footer img {
        margin-right: 1rem;
    }
    footer a, footer span {
        margin-top: 3px;
    }
}

/*풀스크린 데스크탑 일때*/
@media screen and (min-width: 1440px) {
    .container {
        padding: 0;
        max-width: 1440px;
      }
    section#collection-item-wrapper .center-box {
        width: 1440px;
    }
}

/*풀스크린 데스크탑 이상 일때*/
@media screen and (min-width: 1920px) {

}
