#wrap
{
    min-width: 1200px;
}

#carousel-generic figure.img-cover
{
    height: 450px;
}

#carousel-generic .carousel-caption
{
    right: 0;
    bottom: 0;
    left: 0;

    padding-bottom: 3em;
}
#carousel-generic .carousel-caption *
{
    position: relative;
    z-index: 2;
}

#carousel-generic .carousel-caption:before
{
    position: absolute;
    z-index: 1;
    bottom: 0;

    display: block;

    width: 100%;
    height: 150px;

    content: '';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:    -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background:         linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
}

.main-gallery
{
    /*     background-color: #fff;
padding: 2%; */
}

.main-gallery-item
{
    /*     width: 100%;
height: 100%; */
    overflow: hidden;
}
.main-gallery-item a
{
    position: relative;

    display: block;
    overflow: hidden;
    /*width: 95%;*/

    height: 100%;
    /*margin: 0 auto;*/
    /*margin-right: 5%;*/
    /*padding-bottom: 5%;*/

    -webkit-transition: all .2s ease-out;
         -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
    /*display: inline-block;*/

    background-color: #fff;
}
.main-gallery-item a.margin-right-auto
{
    margin-right: auto;
}

.main-gallery-item a:hover
{
    text-decoration: none;

    /*background-color: #22b5b5;*/
}
/* .main-gallery-item a:hover *
{
    color: #fff;
} */

.main-gallery-item a .main-gallery-item-img {

    height: 200px;
    -webkit-transition: transform .2s ease-out;
          -o-transition: transform .2s ease-out;
             transition: transform .2s ease-out;
}
.main-gallery-item a:hover .main-gallery-item-img
{
     -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); 

}

.main-gallery-item .main-gallery-item-thum
{
    position: relative;
    height: 200px;

    overflow: hidden;
    /*width: 200%;*/

    /*margin-left: -50%;*/

    text-align: center;

    background-color: #eee;
}
/* .main-gallery-item .main-gallery-item-thum:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: 0;
    background-color: transparent;
}

.main-gallery-item a:hover .main-gallery-item-thum:before
{
    z-index: 2;

    opacity: .3;
    background-color: #000;
} */

.main-gallery-item .main-gallery-item-thum img
{
    max-width: 100%;
    height: 100%;

    -webkit-transition: transform .2s ease-out;
         -o-transition: transform .2s ease-out;
            transition: transform .2s ease-out;
}


.main-gallery-item h3
{
    font-size: 1em;

    overflow: hidden;

    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #333;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}


.main-footer article
{
    position: relative;

    width: 100%;
    height: 170px;
}
.main-footer article *
{
    position: relative;
    z-index: 2;
}
.main-footer article:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .35;
    background-color: #000;
}

.footer-blog
{
    border-top: 1px solid #e0e0e0;
}

#sub-bg
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    width: 100%;
    height: 210px;

    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
}

#sub-bg .sub-bg-tit
{
    position: relative;
    z-index: 20;

    display: table;

    height: 100%;
}

#sub-bg .sub-tit-h2
{
    font-family: 'jejugothic', sans-serif;
    font-size: 3.6rem;

    position: relative;
    z-index: 50;
    /* top: 70px; */
    /* top: -25px; */

    display: table-cell;
    /* width: 100%; */

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
            text-shadow: 1px 2px 2px rgba(0,0,0,.15);

    -webkit-text-shadow: 1px 2px 2px rgba(0,0,0,.15);
}


.main-trends
{
    /*padding: 2% 4%;*/
}
.main-trends .media
{
    /*background-color: #fff;*/
}
.main-trends .media > a
{
    display: block;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.main-trends .media > a:hover
{
    -webkit-transition: background-color .2s linear;
         -o-transition: background-color .2s linear;
            transition: background-color .2s linear;
    text-decoration: none;
}

.main-trends .media > a *
{
    /*color: #272727;*/
}

.main-trends .media > a:hover *
{
    -webkit-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-property: all;
         -o-transition-property: all;
            transition-property: all;

    /*color: #fff;*/
}

.main-trends .media-left,
.main-trends .media > .pull-left
{
    /*height: 100%;*/
    position: relative;

    overflow: hidden;
    /*padding-right: 35px;*/
    /*margin-right: 40px;*/
    /* max-width: 22%;
    min-width: 20%; */

    width: 30%;
    height: 100%;
    padding: 0;

    vertical-align: middle;
}

.main-trends .media .media-left figure
{
    overflow: hidden;

    width: 100%;
    height: 200px;
    /*  width: 200%;
   height: 100%; */
    /*max-height: 135px;*/
    /*margin-left: -50%;*/
    /*   -webkit-transition: transform .2s ease-out;
       -o-transition: transform .2s ease-out;
          transition: transform .2s ease-out;
  text-align: center; */

    background-color: #eee;
}

.main-trends .media .media-left figure  img
{
    max-width: 100%;
    height: 100%;
}

.main-trends .media > a:hover  .media-left figure
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}


.main-trends .media .media-body
{
    font-size: .9em;
    line-height: 2rem;

    position: relative;
    left: 2em;

    overflow: hidden;

    max-height: 200px;

    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    /* padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px; */
}

.main-trends .media  .media-heading
{
    font-size: 1.2em;
    font-weight: 600;

    margin-bottom: 15px;
}

.myContent-wrap {
    position: relative;
}
.myContent
{
    position: relative;
    /* -webkit-background-size: contain;
            background-size: contain;
            background-attachment: fixed; */

    display: table-cell;

    min-width: 1200px;
    height: 600px;

    vertical-align: middle;
}

.myContent *
{
    position: relative;
    z-index: 2;
}
.myContent-wrap:after
{
    position: absolute;
    z-index: 1;
    bottom: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .3;
    background-color: #000;
}

.myContent h1
{
    font-weight: 600;

    position: relative;

    text-transform: uppercase;

    color: #fff;
    /* top: 40%; */
}


.myContent-write .myContent {
    height: 300px;
}
.myContent-write:after {
    display: none;
}

@media only screen and (max-width: 600px)
{
    #wrap {
        overflow: hidden;
        width: 100%;
        min-width: 300px;
        max-width: 600px;
        margin: auto;
        position: relative;
        border: 1px solid #000;
    }
}


/* WEB 215 UPDATE : 데이터 없을 경우 */
.grid     { margin: 80px 0; text-align: center;}
.gridList { margin: 15px 0 80px 0; }
.grid h1  { font-size: 34px;}
.grid p   {  padding-top: 30px; font-size: 20px;}
.recommendTag { padding: 25px; margin-top: 30px; text-align: center; border-radius: 35px; background : #ebebeb;}
.recommendTag h2 {display: inline-block; font-size: 18px;}
.recommendTag .bar { margin-top: 1px; margin-left: 20px; width: 1px; height: 18px;  background: #999;}
.recommendTag a { margin-left: 20px;  color: #666;}
.bar { display: inline-block;  vertical-align: top;}  
.swiper-container { display: inline-block; }