/* BASIC css start */
#header{
    background: transparent !important;
}

#main {
    background: #333;
    position: relative;
    max-width: 100%;
    margin: -120px auto 0;
    overflow: hidden;
    text-align:center;
}
.main_slide {
    width: 100%;
    position: relative;
    z-index: 2;
}
#main .title {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 70px;
}
#main .title h2 {
    font-family: 'NotoKrL', sans-serif;
    font-size: 42px;
    font-style: italic;
    color: #fff;
    opacity: 0.6;
    letter-spacing: -1px;  
}
#main .title h2 b{
    font-family: 'NotoKrB', sans-serif;
    font-weight:bold;
}
#main .title span {
    font-family: 'NotoKrR', sans-serif;
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    line-height: 28px;
    letter-spacing: -1px; 
}
.philosopy {
    font-size: 0;
    position: relative;
    padding-bottom: 40px;
    width: 1200px;
    margin: 0 auto;
}
.philosopy_inner {
    font-size: 12px;
    display: inline-block;
    position: relative;
}
.philosopy_inner + .philosopy_inner {
    margin-left: 15px;
}
.philosopy_inner img {
    width: 100%;
}
.philosopy .philosopy_inner .text {
    position: absolute;
    bottom: 45px;
    padding: 25px 15px 0 32px;
    text-align: left;
}
.philosopy .philosopy_inner .text p {
    font-family: 'NotoKrB', sans-serif;
    font-size: 24px;
    color: #fff;
    opacity: 0.8;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 10px;
}
.philosopy .philosopy_inner .text span {
    font-family: 'NotoKrL', sans-serif;
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
    letter-spacing: -1px;
    line-height: 20px;
    word-break: keep-all;
    font-weight: 200;
}
.mainproduct {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.mainproduct hr.layout {
    background: #565656;
    margin: 20px 0 15px;
}
.mainproduct_banner {
    width: 100%;
}
.mainproduct_banner img {
    width: 100%;
    margin-bottom: 10px;
}
ul.product_list {
    display: table;
    width: 100%;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
ul.grid4 li {
    width: 25%;
    display: inline-block;
    margin: 0 0 0 0;
    color: #757575;
    vertical-align: top;
}
ul.grid5 li {
    width: 20% !important;
}
ul.grid4 li .box {
    margin: 4px;
}
ul.grid4 li .box .thumbnail {
    position: relative;
    text-align: center;
}
ul.grid4 li .box .thumbnail img {
    width: 100%;
    box-sizing: border-box;
}
ul.grid4 li .box .description {
    margin: 0 auto;
    position: relative;
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
    background: #444;
    text-align: left;
}
ul.grid4 li .box .description .brandname {
    font-family: Dotum, 돋움, sans-serif;
    color: #999;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 20px;
}
ul.grid4 li .box .description .name a {
    font-family: Dotum, 돋움, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
ul.grid4 li .box .description .price {
    font-family: 'NotoKrL', sans-serif;
    font-size: 26px;
    color: #ffa131;
    font-style: italic;
    margin-top: 10px;
    position: relative;
    font-weight: 100;
}
ul.grid4 li .box .description .price span {
    font-size: 11px;
    margin-left: 5px;
}
ul.grid4 li .box .description .price .preview {
    position: absolute;
    bottom: 0;
    right: 0;
}
.main_middle_banner {
    width: 100%;
}
.main_middle_banner img {
    width: 100%;
}
ul.grid4 li .box .description .mdsay {
    font-size: 11px;
    color: #444;
    font-weight: bold;
    background: #d88c36;
    display: inline-block;
    margin-right: 10px;
    padding: 0px 5px;
    height: 18px;
    line-height: 20px; 
}
ul.grid4 li .box .description .mdsayetc {
    color: #d88c36;
    font-family: 'NotoKrL', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
}
ul.grid4 li .box .description .subname {
    margin-top: 10px;
    position: relative;
    color: #999;
    font-size: 12px;
    line-height: 16px;
}

.theme{
    font-size: 0;
    position: relative;
    padding-bottom: 120px;
    width: 1200px;
    margin: 0 auto;
}
.theme_inner {
    font-size: 12px;
    display: inline-block;
    position: relative;
}
.theme_inner + .theme_inner {
    margin-left: 15px;
}
.theme_inner img {
    width: 100%;
}
/* BASIC css end */

