/* 2018-01-09 HYEJIN */

iframe {
	overflow:hidden; 
    -ms-overflow-style: none;
}

.priview-btn {
    width: 70px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding-top: 2px;
    margin: 10px auto;
    font-weight: 600;
}

.priview-btn:hover {
    width: 70px;
    height: 30px;
    color: #ef7077;
    background: #E6E6E6;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    border-radius: 3px;
}

.priview-box {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.priview-box.box-item {
    padding-bottom: 56.25%;
}


.priview-frame {
    height: 600px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

/* select container */

.select-opener,
.select-opener:hover,
.select-opener.active,
.select-opener-inner,
.select-opener-inner::before,
.select-opener-inner::after,
.select,
.select.active {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    z-index: 999;
}

.select-opener {
    cursor: pointer;
    height: 64px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 64px;
    font-size: 24pt;
}

.select-opener i {
    font-size: 24pt;
    color: #3b3b3b;
    padding: 2px 4px;
    background-color: #ffffff;
}

.selectbox-open {
    opacity: 0;
    position: absolute;
}

.selectbox-open.show {
    opacity: 1;
}

.selectbox-close {
    opacity: 1;
    position: absolute;
}

.selectbox-close.hide {
    opacity: 0;
}

.select-opener-inner {
  background: #727272;
}

.select-opener-inner::before,
.select-opener-inner::after {
  background: #727272;
  content: '';
  display: block;
  height: .5rem;
  width: 2.5rem;
}

.select {
    background: rgba(59, 59, 59, 0.8);
    color: transparent;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0rem;
    z-index: -1;
    overflow: hidden;
}

ul.select-inner {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select-inner li {
    display: block;
    text-align: center;
}

.select.active {
    height: 200px;
    width: 100%;
    position: absolute;
    z-index: 99;
    /*box-shadow: 0 -5px 15px -5px #979797;*/
}

.mt20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.select-title {
    color: #ffffff !important;
    font-size: 18pt;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 20px;
}

.select-blank {
    font-size: 16pt;
    color: #ffffff !important;
    margin-left: 10px;
}

.select-box {
    display: inline-block;
    color: #ffffff;
    margin-right: 20px;
}

.select-box-text {
    opacity: 0;
    position: absolute;
}

.select-box:hover .select-box-text {
    background-color: #3b3b3b;
    border-radius: 3px;
    color: #ffffff !important;
    position: absolute;
    width: 68px;
    z-index: 99;
    opacity: 1;
    -webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.select-box:hover .select-color {
    opacity: 0.5;
    -webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.select-color {
    display: inline-block;
    width: 32px;
    height: 22px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

.select-text {
    display: inline-block;
    width: 68px;
    padding-bottom: 2px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    margin-right: 10px;
    color: #ffffff !important;
}

.select-text:hover {
    display: inline-block;
    width: 68px;
    border-radius: 3px;
    background-color: #3b3b3b;
    border: 1px solid #3b3b3b;
    color: #ffffff !important;
    margin-right: 10px;
    cursor: pointer;
}

.select-text:focus {
    color: #ffffff !important;
}


@media (max-width:1200px) {
    .select {
        bottom: 1%;
    }
}

@media (max-width:500px) {
    
    .mb20 {
        margin-bottom: 5px;
    }
    
    .select.active {
        height: 280px;
        padding: 0 30px;
    }
    
    .select-box {
        margin-bottom: 15px;
    }
    
    .select-text {
        margin-bottom: 15px;
    }
    
}

@media (max-width:360px) {
    .select.active {
        height: 280px;
        padding: 0 10px;
    }
    
    .select-title, .select-blank {
        font-size: 14pt;
    }
}

/* basic modify */

.box-video .box-video-title h2 {
    margin: 5px 15px;
}

.col-lg-12 {
    width: 100%;
    padding: 0 !important;
}

@media (min-width:320px) {
    .col-lg-12 {
        width: 100%;
    }
}

/* 2018-02-01 HYEJIN */

.col-md-4 {
    width: 358px;
    margin: 0 auto;
}

/* 2018-05-02 HYEJIN */

.info-bar {
    margin: 0;
    border: 0;
    color: #333333;
    background: rgba(0, 0, 0, 0.05);
    padding: 30px 0 20px 0;
}

.sampleCategory {
    border: rgba(0, 0, 0, 0.1) 1px solid;
    margin: 20px 0 20px 25px;
    padding: 0;
    border-radius: 3px;
    text-align: center;
}

.sampleCategory > h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 15px 15px;
    font-weight: 600;
    color: #414141;
}

.sampleCategory > .viewButton {
    width: 70px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding-top: 2px;
    margin: 10px auto;
    font-weight: 600;
    cursor: pointer;
}

.categoryFilter {
    display: table;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.categoryFilter > li {
    width: 16.6666667%;
}

.categoryButton {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -1px;
    color: #333333;
    text-align: left;
    padding: 25px 25px;
    cursor: pointer;
}

.categoryButton:nth-of-type(6n + 0) {
    border-right: 0;
}

.categoryButton.All {
    display: inline-block;
    color: #f07057;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -1px;
    text-align: left;
    padding: 25px 25px;
    cursor: pointer;
}

.categoryButton:hover {
    font-size: 18px;
    color: #f07075;
}

.padding30 {
    padding-top: 30px !important;
}

.mobileNone {
    display: block !important;
}

@media (max-width: 1280px) {
    .categoryFilter > li {
        width: 25%;
    }
}

@media (max-width: 1024px) {
    .categoryFilter > li {
        width: 33.333333%;
    }
    
    .sampleCategory {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    
    .coa {
        float: none;
        width: 100%;
    }
    
    .info-bar {
        background: transparent;
        padding: 10px 0;
    }
    
    .mobileNone {
        display: none !important;
    }
    
    .categoryFilter {
        width: 100%;
    }
    
    .categoryFilter > li {
        width: 100%;
    }
    
    .categoryButton {
        padding: 10px 25px;
    }
    
    .categoryButton.All {
        background: #f07075;
        color: #ffffff;
        width: 100%;
        padding: 10px 25px;
    }
    
    .categoryButton.All:after {
        content: '\f078';
        font-family: FontAwesome;
        color: #ffffff;
        float: right;
    }
}
