@charset "utf-8";
@font-face {
    font-family: 'Noto Sans KR';
    font-size: normal;
    font-weight: 400;
    src: url(../fonts/notosanskr-regular.woff2) format('woff2'),
         url(../fonts/notosanskr-regular.woff) format('woff'),
         url(../fonts/notosanskr-regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-size: normal;
    font-weight: 600;
    src: url(../fonts/notosanskr-medium.woff2) format('woff2'),
         url(../fonts/notosanskr-medium.woff) format('woff'),
         url(../fonts/notosanskr-medium.otf) format('opentype');
}
@font-face {
    font-family: 'gmarket sans';
    font-size: normal;
    font-weight: 300;
    src: url('http://script.ebay.co.kr/fonts/GmarketSansLight.woff2') format('woff2'),
         url('http://script.ebay.co.kr/fonts/GmarketSansLight.woff') format('woff'),
         url(../fonts/gmarketsansttflight.ttf) format('truetype'),
         url(../fonts/gmarketsanslight.otf) format('opentype');
}
@font-face {
    font-family: 'gmarket sans';
    font-size: normal;
    font-weight: 600;
    src: url('http://script.ebay.co.kr/fonts/GmarketSansMedium.woff2') format('woff2'),
         url('http://script.ebay.co.kr/fonts/GmarketSansMedium.woff') format('woff'),
         url(../fonts/gmarketsansttfmedium.ttf) format('truetype'),
         url(../fonts/gmarketsansmedium.otf) format('opentype');
}
@font-face {
    font-family: 'gmarket sans';
    font-size: normal;
    font-weight: 700;
    src: url('http://script.ebay.co.kr/fonts/GmarketSansBold.woff2') format('woff2'),
         url('http://script.ebay.co.kr/fonts/GmarketSansBold.woff') format('woff'),
         url(../fonts/gmarketsansttfbold.ttf) format('truetype'),
         url(../fonts/gmarketsansbold.otf) format('opentype');
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  /* margin-bottom: 150px; */
}

a, a:hover { text-decoration: none; }

.glyphicons { vertical-align : middle; }

/** header **/
.header .btn-lunch-master { color: #261c19; padding: 5px 20px;display: inline-block;border: 2px solid #ffe066;margin-top: 9px;border-radius: 3px;font-weight: 700;background-color: #ffe066;}
.header .btn-story { color: #ffffff; padding: 5px 20px;display: inline-block;border: 2px solid #48559c;margin-top: 9px;border-radius: 3px;font-weight: 700;background-color: #4c5aa5; }

.header .masthead { height: 50px; border-bottom: 1px solid #e2dee0; font-size: 9pt; }

.header .masthead .pull-right > ul > li:last-child { padding: 0; }
.header .masthead .pull-right > ul { overflow: hidden; padding-top: 10px; }
.header .masthead .pull-right > ul > li { float: left; }
.header .masthead .pull-right > ul > li > a { padding: 5px 15px; color: #000; display: inline-block; }
.header .masthead .pull-right > ul > li:last-child > a { padding-right: 0; }

.header .masthead .pull-right > ul > li.separate { width: 25px; height: 1px; }

.header .masthead .pull-right > ul > li.sns-btns > a {
    padding: 0;
}

.header a.btn-login,
.header a.btn-signup {
    font-size: 0.9em;
    margin-top: 2px;
}

.header a.btn-login { background-color: #eee; }

/** nav **/
.navbar { border-radius: 0; margin-bottom: 0; }
.navbar-collapse { padding: 0; }
.navbar .nav > li > a {
    color: #000000;
    padding: 15px;
    font-weight: 700;
/*    border-top: 1px solid #2f2f2f;*/
    margin-bottom: 0;
}

.navbar-inverse {
    background-color: #29282d;
    /*
    background-image: url(/assets/images/common/logo_bg_bottom.png);
    background-repeat: no-repeat;
    */
    border: 0;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    background-color: #f6f6f6;
}
.navbar .nav > li.active > a {
    background-color: #f6f6f6;
    color: #323232;
}

.nav>li {
    position: relative;
    display: block;
}

.about-gnb {
    height: 138px;
}

.about-gnb h1 small {
    font-size: 9pt;
    color: #9f9f9f;
    display: block;
    margin-top: 9px;
}

.about-gnb .current-page {
    padding-top: 42px;
    text-align: center;
}

.about-gnb h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.jumbotron {
    text-align: center;
    background-color: #000;
    letter-spacing: -1px;
    margin: 0;
    height: 510px;
}

/** pagination **/
.pagination {
    display: block;
    text-align: center;
}

.pagination a,
.pagination strong {
    display: inline-block;
    margin: 0 1px;
    border: 1px solid #d9d9d9;
    padding: 4px 9px;
    background-color: #fff;
    color: #717171;
    font-size: 8pt;
}

.pagination strong {
    background-color: #00aeb7;
    color: #fff;
    border-color: #0099a0;
}

.full-width-grid {
    overflow: hidden;
}

div.line-short {
    height: 3px;
    width: 40px;
    background-color: #000000;
    margin: 0 auto 20px;
}

/** list-section **/
.list-section { padding-top: 70px; padding-bottom: 80px; background-color: #f6f6f6; }
.list-section h1 { font-size: 30px; font-weight: 700; margin-bottom: 35px; }
.list-section .row { margin-bottom: 30px; }
.list-section .row .unit {
    height: 310px;
    background-color: gold;
    position: relative;
    margin-bottom: 30px;
    display: block;
    color: #000;
}

.list-section .row .unit .unit-info {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 105px;
    background-color: #fff;
}

.list-section .unit-info .category {
    float: left;
    width: 95px;
    height: 100%;
}

.list-section .unit-info .category > span {
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-weight: 700;
    text-align: center;
    margin: 15px auto 0;
    border-radius: 50%;
    background-color: #efefef;
}

.list-section .unit-info .category > span.category-01 { color: #323210; background-color: #feef72; }
.list-section .unit-info .category > span.category-02 { color: #332316; background-color: #ffc07d; }
.list-section .unit-info .category > span.category-03 { color: #1e2f1f; background-color: #a5eca8; }

.list-section .unit-info .summary {
    padding-left: 105px;
    padding-top: 18px;
}

.list-section .unit-info .summary h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
}

.list-section .unit-info .summary > div {
    font-size: 9pt;
    color: #404040;
}

.btn-black {
    border-radius: 0;
    font-size: 9pt;
    font-weight: 700;
    padding: 10px 30px;
    background-color: #222222;
    color: #ffffff;
}
.btn-gray {
    border-radius: 0;
    font-size: 9pt;
    font-weight: 700;
    padding: 10px 30px;
    background-color: #b3b3b3;
    color: #ffffff;
}
.btn-red {
    border-radius: 0;
    font-size: 9pt;
    font-weight: 700;
    padding: 10px 30px;
    background-color: #fb2f00;
    color: #ffffff;
}
.btn-black:hover, .btn-gray:hover, .btn-red:hover, .btn-black:focus, .btn-gray:focus, .btn-red:focus{ color: #ffffff; }
/** contact info **/
.contact-info { border-top: 1px solid #eaeaea; }
.contact-info .visible-xs-block div {
    font-size: 9pt;
    text-align: center;
    background-color: #fff;
    
    padding: 0;
}

.contact-info .visible-xs-block a {
    display: block;
    padding: 15px 0;
    color: #323232;
    font-weight: 700;
    text-align: center;

    white-space: nowrap;
}
.contact-info ul {
    overflow: hidden;
}

.contact-info ul > li {
    float: left;
}

.contact-info .pull-left > li {
    margin-right: 20px;
}

.contact-info .pull-left > li > a { display: block; }

.contact-info .pull-right > li {
    margin-left: 14px;
}

.contact-info li.tel a {
    width: 235px;
    height: 85px;
    background: url('/assets/images/common/contact_outbound_tel_bg.gif') no-repeat 0 0;
    text-align: center;
    color: #fff;
    font-size: 9pt;
    padding-top: 18px;
}

.contact-info li.tel strong {
    display: block;
    font-size: 2em;
    line-height: 1.3;
}

.contact-info li.online-inquiry a { background: url('/assets/images/common/contact_online_inquiry_bg.gif') no-repeat 0 0; }
.contact-info li.sms-inquiry a { background: url('/assets/images/common/contact_sms_inquiry_bg.gif') no-repeat 0 0; }
.contact-info li.inquiry a {
    width: 265px;
    height: 85px;
    color: #5b5b5b;
}

.contact-info li.inquiry h4 {
    font-size: 10pt;
    font-weight: 700;
    margin: 0 0 5px 90px;
    padding-top: 18px;
}

.contact-info li.inquiry p {
    margin: 0 0 0 90px;
    font-size: 8pt;
}

.contact-info .pull-right > li > a {
    display: block;
    width: 59px;
    height: 59px;
}

.contact-info .pull-right > li > a > img { display: block; }

.contact-info .pull-right {
    margin-top: 13px;
}

/** footer **/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 150px;
  background-color: #29282d;
  font-size: 9pt;
}

.footer .anchor-about > li > a {
    color: #cecece;
    text-decoration: none;
    border-right: 1px solid #4e4d52;
    line-height: 1;
    padding: 0 15px;
}

ul, li, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .anchor-about > li {
    float: left;
    line-height: 1;
}

.footer .anchor-about {
    overflow: hidden;
}

.footer .anchor-about > li:last-child > a {
    border: 0;
}

.footer .company-info {
    color: #8d8d8d;
    margin: 1.5em 0 1em;
    padding-left: 15px;
}

.footer .company-info p {
    margin: 0;
    line-height: 1.5;
}

.footer .footer-copyright {
    color: #6a6a6a;
    padding-left: 15px;
    font-size: 8pt;
}

.footer .footer-content {
    margin-top: 20px;
}

/** font color **/
.text-red { color: #E91E63; }

@media (max-width: 767px) {
  .header {
    background-color: #29282d;
  }
  #navbar {
    height: 100%; /* 100% Full-height */
    width: 200px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1101; /* Stay on top */
    top: 0;
    left: -200px;
    background-color: #1d1d1d; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  #navbar.active { left: 0; }
  div#mobile-nav-cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    top: 0;
    z-index: 1100;
  }
  .nav .member-menus { background-color: #00AEB7; }
  .navbar .navbar-toggle { border-color: #333; }
  .navbar .navbar-toggle .icon-bar { background-color: #ffffff; }
  .navbar .nav > li.member-menus a { border-top: 1px solid #45c5cc; }
  .navbar .nav > li.visible-xs-block a { font-size: 12px; padding: 12px; color: #ffffff; }
  .navbar .nav > li.story-anchor a { font-size: 14px; color: #ffffff; background-color: #4c5aa5; }
  .navbar .nav > li.lunch-master-anchor a { font-size: 14px; color: #F6C600; }
  .navbar .nav > li.visible-xs-block div a {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    border: 0;
  }

  .navbar .nav > li div {
    overflow: hidden;
  }
  .navbar .nav > li > a {
    font-weight: 300;
    color: #fff;
    padding: 15px;
/*    text-align: center;*/
  }

  .navbar .nav > li > a:hover,
  .navbar .nav > li > a:focus {
    background-color: #1d1d1d;
  }
  .anchor-login i.glyphicons-power {
    color: #297175;
  }
  .anchor-logout i.glyphicons-power {
    color: #8ff436;
  }
}
@media (min-width: 768px) {
  .ci { margin-top: 19px; }
  .header { box-shadow: 0 1px 3px #c5c5c5; }
  .navbar { height: 94px; }
  .navbar-inverse { background-image: none; }
  .about-gnb {
    background-color: #29282d;
    margin-bottom: 5px;
  }
  .about-gnb h1 {
    color: #ffffff;
  }
  .nav>li { border-bottom: 0; float: left; padding: 20px 5px; }
  .navbar .nav > li > a {
    padding: 10px;
    font-weight: 700;
    border-top: 0;
  }
  .footer .footer-content { margin-left: 190px; border-left: 1px solid #3e3d42; margin-top: 30px; }
  .footer .anchor-about > li > a { padding: 0 25px; }
  .footer .company-info { padding-left: 25px; }
  .footer .footer-copyright { padding-left: 25px; }

  .footer .container {
    background: url('/assets/images/common/logo_bg_bottom.png') no-repeat 50px 47px;
  }
}

@media (min-width: 992px) {
  .contact-info { padding: 66px 0 70px; }
  .full-width-grid .half-col {
    width: 50%;
    float: left;
    min-height: 1px;
  }
}

@media (max-width: 991px) {

    .contact-info .container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .youtubeBox {
        min-width:358px !important;
        min-height:270px !important;
    }
    .navbar-nav > .event {
        margin:0px !important;
    }
}