/* BASIC css start */
#footer {
    background: #f4f4f4;
}
.instagram {
    margin: 40px 0 0 0;
    position: relative;
    background: #fff;
    text-align: center;
}

.instagram h3.title {
    color: #333333;
    font-family: 'NanumSquareRoundB';
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: bold;
}

.instagram p.instaid {
    color: #2e2e2e;
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 25px;
}
.insta_link { 
    width: 25%;
    display: inline-block; 
} 
.insta_link a img{  width:100%;
}
.insta_link a:hover {opacity: 0.8;} 
.footer_cs {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
}

.footer_cs ul {
    font-size: 0;
}

.footer_cs ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.footer_cs ul li h3 {
    font-weight: bold;
    font-size: 13px;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer_cs ul li:first-child {
    padding-left: 20px;
}

.footer_cs ul li:last-child {
    padding-left: 15px;
}

.footer_cs ul li h1 {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Lato';
}

.footer_cs ul li .desc {
    padding-top: 11px;
    color: #666666;
    font-size: 11px;
}

.footer_cs ul li h2 {
    color: #000000;
    font-size: 14px;
}

.footer_cs ul li:last-child:after {
    content: "";
    background: #dfdfdf;
    display: block;
    width: 1px;
    height: 95%;
    position: absolute;
    left: 0;
    top: 10%;
}

.footer1 {
    padding: 20px 0 15px;
}

.footer1 ul {
    font-size: 0;
}

.footer1 ul li {position: relative;display: inline-block;vertical-align: middle;font-size: 12px;width: 17%;text-align: center;}

.footer1 ul li a {
    color: #3e3e3e;
    vertical-align: middle;
    font-size: 11px;
}

.footer1 ul li:after {content: "";background: #b4b4b4;position: absolute;top: 49%;transform: translateY(-50%);left: 0;display: block;width: 1px;height: 10px;}

.footer1 ul li:first-child:after {
    display: none;
}

.footer2 {
    text-align: center;
    color: #777777;
    font-size: 12px;
    line-height: 1.7;
}

.footer_sns {
    text-align: center;
    padding: 25px 0;
}

.footer_sns ul {
    font-size: 0;
}

.footer_sns ul li {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
}

.footer_sns ul li img {
    width: 30px;
}

.footer_btn {
    text-align: center;
    padding-bottom: 25px;
    font-size: 0;
}

.footer_btn a {
    background: #e5e5e5;
    padding: 10px 0;
    width: 100px;
    border-radius: 7px;
    font-size: 11px;
    color: #333333;
    display: inline-block;
}

.footer_btn a + a {
    margin-left: 5px;
}

.copyright {
    text-align: center;
    padding-bottom: 30px;
    color: #a1a1a1;
}

.fix_btn {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 25px;
    width: 48px;
    cursor: pointer;
    z-index: 99;
}

.fix_btn a {
    display: block;
    margin-bottom: 2px;
}

.fix_btn a img {
    width: 46px;
}


/* 스냅위젯 */



@media screen and (max-width:319px) {
iframe.snapwidget-widget {height:320px !important;} 
}
@media screen and (min-width:320px) and (max-width:419px) {
iframe.snapwidget-widget {height: 210px !important;}  
}
@media screen and (min-width:420px) and (max-width:767px) {
iframe.snapwidget-widget {height: 380px !important;}  
}
@media screen and (min-width:768px) {
iframe.snapwidget-widget {height: 410px !important;}  
}


/* BASIC css end */

