.row::after {
    content: "";
    clear: both;
    display: table;
}
.footer .row > [class*='col-']:first-child {
    margin-left: 0;
}
.footer .row > [class*='col-']:last-child {
    margin-right: 0;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

  .wrap {
    margin: 0 auto;
    padding: 0;
    border: none;
    outline: none;
    font-family: "Nanum Gothic", 나눔고딕, "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", Ngothic, sans-serif;
    font-weight: normal;
    line-height: 1.6;
  }
  p {
    font-size: 13px;
  }
  .header-line {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
  }
  .header {
    position: relative;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 0;
  }
  .header>span {
    position: absolute;
    left: 0;
    line-height: 70px;
    color: #5d5656;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  }
  .header>ul {
    position: absolute;
    padding: 0;
    margin: 0;
    right: 0;
    top: 20px;
  }
  .header>ul>li {
    float: left;
    position: relative;
    list-style: none;
    margin-right: 5px;
    width: 30px;
    height: 30px;
  }
  .header>ul>li:last-child {
    margin-right: 0;
  }
  .header>ul>li>a {
    position: absolute;
    display: block;
    color: #eea49a;
    text-indent: -99999px;
    width: 100%;
    height: 100%;
  }
  .header-img-01 {
    background:url('../images/facebook.png') no-repeat;
    background-size: 30px, 30px;
  }
  .header-img-02 {
    background:url('../images/insta.png') no-repeat;
    background-size: 30px, 30px;
  }
  .header-img-03 {
    background:url('../images/blog.png') no-repeat;
    background-size: 30px, 30px;
  }

  /* ##################################컨텐츠 시작 ########################################*/
  .contents-wrap {
    position: relative;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 0;
  }
  .row> div {
    float: left;
  }
  .contents-wrap h1, .contents-wrap h2, .contents-wrap h3 {
    text-align: center;
  }
  .contents-wrap> div {
    margin-top: 20px;
  }
  .contents-wrap h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    z-index: -1;
  }
  .contents-wrap h2 {
    font-size: 26px;
    z-index: 1;
    margin-top: -40px;
    color: #464646;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .contents-wrap h3 {
    font-size: 16px;
    color: #5d5656;
  }
  .month01 {
    max-width: 840px;
    position: relative;
    overflow: hidden;
  }

  .month01-img {
    position: relative;
    margin-top: 40px;
    z-index: 3;
  }
  .month01-img img {
    width: 100%;
    min-height: 300px;
  }
  .month01-text {
    position: relative;
    margin-top: 90px;
    border: solid 3px #fcdd04;
    box-sizing: border-box;
    padding: 40px 60px;
    color: #5d5656;
    margin-left: -20px;
    background: #fff;
    z-index: 1;
  }
  .month01-text strong {
    letter-spacing: -0.5px;
    font-size: 16px;
    white-space: pre-wrap;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
  }
  .month01-text span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
    background: #fcdd04;
    border-radius: 5px;
    box-sizing: border-box;
    border-bottom: solid 2px transparent;
    transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
  }
  .month01-text span a {
    text-decoration: none;
    color: #5d5656;
    display: inline-block;
    padding: 10px 15px 8px;

  }
  .month01-text span > a > img {
    width: 12px;
    display: inline-block;
    margin-left: 4px;
    margin-top: -2px;
    vertical-align: middle;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
  }
  .month01-text span:hover {
    background-color: transparent;
    border-bottom: solid 2px #fcdd04;
    border-radius: 0;
  }
  .month01-text span:hover > a > img {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
  }
  .month-banner {
    max-width: 840px;
  }
  .month-banner > img {
    width: 100%;
  }
  .month-news {
    margin: 40px 40px 0;
    overflow: hidden;
  }
  .month-news-h1-color.news01 {
    color: rgba(255, 246, 180, 0.7);
  }
  .month-news-h1-color {
    color: rgba(255, 225, 184, 0.76);
  }

  .specailday img {
    display: block;
    float: left;
    border: none;
    outline: none;
    width: 240px;
    height: 180px;
    margin: 0 0 15px;
    padding: 0;
  }
  .col-12.specailday {
    position: relative;
    float: none;
    margin: 30px auto 0;
    width: 745px;
    overflow: hidden;
  }
  img.specailday01, img.specailday02 {
    margin-right: 10px;
  }
  .specailday p {
    text-align: center;
    position: relative;
    clear: both;
  }
  .specailday .subject {
    color: #e4cb08;
  }

  .month-news-intro > div > figure {
    display: block;
    padding: 0;
    margin: 0 0 15px;
    border: none;
    outline: none;
    width: 100%;
    text-align: center;
  }
  .month-news-intro > div > figure > img {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .month-news-text {
    padding: 0 20px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6;
  }
  .subject {
    color:#f69b00;
    font-weight: 700;
    line-height: 2;
    font-size:13px;
  }
  .summary {
    color: #8a867f;
    white-space: pre-wrap;
    font-size: 13px;
  }

  .book {
    margin: 0 81px;
  }
  [class*="-intro"] {
    margin-top: 40px;
  }

  .book-h1-color {
    color: rgba(238, 196, 203, 0.73);
  }
  .book-img {

  }
  .book-img > img {
    width: 100%;
    max-width: 376px;
    display: block;
    border: none;
    margin: 0 auto;
  }
  .book-text {
    color: #8a867f;
    margin-top: 40px;
    padding-left: 30px;
    font-size: 13px;
    letter-spacing: -0.5px;
    white-space: pre-line;
  }
  .book-text strong {
    color: #e69ca9;
  }

  .ok-info {
    width: 100%;
    margin: 0 auto;
    background: #fcf1f3;
    padding: 50px 0 30px;
  }
  .ok-info ul {
    list-style: none;
    padding: 0;
    margin: 0 81px;
    overflow: hidden;
  }
  .ok-info>col-6 {
    margin-left: -60px;
  }
  .ok-info ul li {
  max-width: 323px;
  display: inline-table;
  margin-bottom: 20px;
  width: 47.7%;
  overflow: hidden;
  }
  .ok-info ul li a {
    text-decoration: none;
  }
  .ok-info ul li figure {
    width: 100%;
    height: 165px;
    opacity: 1;
  }
  .info-image-01 {
    background: url('../images/cash.jpg') center center no-repeat;
    background-size: cover;
  }
  .info-image-02 {
    background: url('../images/m_festival.jpg') center center no-repeat;
    background-size: cover;
  }
  .info-image-03 {
    background: url('../images/04news_main.jpg') center center no-repeat;
    background-size: cover;
  }
  .info-image-04 {
    background: url('../images/recipe.jpg') center center no-repeat;
    background-size: cover;
  }
  .one-three {
    margin-right: 4%;
  }
  .text-wrap {
    position: relative;
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
  }
  .text-wrap .subject {
    color: #5d5656;
    font-weight: 700;
    font-size: 16px;
  }
  .pink {
    color: #dd7185;
    font-size: 14px;
  }
    .pink.festival {
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
    }
  .info-text {
    color: #8a867f;
    font-size: 13px;
  }
  div.campaign-funfun {
    margin-top: 40px;
  }
  .campaign-funfun {
    width: 100%;
    position: relative;
  }
  .campaign-funfun h1 {
    font-family: "Nanum Gothic", 나눔고딕, "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", Ngothic, sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #5d5656;
    margin-bottom: 20px;
  }
  .campaign-funfun > div {
    max-width: 405px;: 30px;
  }
  .campaign-funfun > div:last-child {
    margin-right: 0;
    margin-left: 30px;
  }
  .campaign-funfun > div > div {
    margin-top: 40px;
  }
  .campaign {
    position: relative;
  }
  .campaign img {
    display: block;
    border: none;
    outline: none;
    z-index: 1;
  }
  .lost {
    padding-left: 30px;
    max-height: 170px;
    max-width: 155px;
  }
  .prooffice {
    padding-left: 210px;
    margin-top: -80px;
  }
  .police {
    padding-left: 210px;
    margin-top: -80px;
  }
  .campaign-text {
    background-color: #fff6b4;
    white-space: pre-wrap;
    padding: 40px 20px 22px 40px;
    width: 100%;
    max-width: 345px;
    z-index: -1;
    margin-top: 80px;
    font-size: 14px;
    line-height: 2;
    color: #5d5656;
  }

  .funfun ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .funfun ul li {
    padding: 19px 15px;
    border-bottom: solid 1px #e4e4e4;
    overflow: hidden;
  }
  .funfun ul li img {
    max-width: 75px;
    float: left;
    text-align: center;
    margin-right: 15px;
    display: block;
  }
  .funfun ul li .funfun-text {
    white-space: pre-wrap;
    font-size: 13px;
    color: #8a867f;
    margin-top: 15px;
  }
  .funfun-text strong {
    color: #5d5656;
    display: inline-block;
  }
  .funfun-text+a {
    color: #8a867f;
    text-decoration: none;
  }
  .circle-bg {
    background-color: #fff6b4;
    float: right;
    border-radius: 50px;
    padding: 12px 15px;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    margin-top: -65px;
  }
div.appdown-katalk {
  margin-top: 40px;
}
  .appdown-katalk {
    position: relative;
    color: #5d5656;
  }
  .appdown-katalk .appdown, .appdown-katalk .katalk {
    border: solid 1px #e4e4e4;
    box-sizing: border-box;
    max-width: 405px;
  }
  .appdown {
    margin-right: 30px
  }
  .appdown, .katalk {
    overflow: hidden;
  }
  .appka-left {
    float: left;
    width: 225px;
  }
  .appka-right {
    float: right;
    width: 178px;

  }
  .appdown .appka-right {
    margin-top: 8px;
  }
  .katalk .appka-right {
    margin-top: 8px;
  }
  .appka-left > img {
    display: block;
    border: none;
    outline: none;
    width: 100%;
  }
  .appka-right > p {
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
    white-space: pre-line;
    letter-spacing: -0.5px;
    line-height: 1.6;
  }
  .mar-bottom {
    margin-bottom: 15px;
  }
  .appka-right > p > strong {
    font-weight: 700;
  }
  .appka-right span {
    margin-bottom: 5px;
  }
  .google {
    background: url('../images/store1.jpg') center center no-repeat;
    width: 100px;
    height: 29px;
    background-size: 100%;
    display: block;
    margin:0 auto;
  }
  .google a {
    height: 29px;
    display: block;
    text-indent: -9999px;
  }
  .apple {
    background: url('../images/store2.jpg') center center no-repeat;
    width: 100px;
    height: 29px;
    background-size: 100%;
    display: block;
    margin:0 auto;

  }
  .apple a {
    height: 29px;
    display: block;
    text-indent: -9999px;
    color: #5d5656;
  }
  .plus-freind {
    display: block;
    text-align: center;
    max-width: 80%;
    font-size: 12px;
    margin: 0 auto;
    width: 100%;
  }
  .plus-freind a {
    text-decoration: none;
    display: block;
    color: #5d5656;
  }
  .plus-freind img {
    width: 100%;
    display: inline-block;
  }
  .footer {
    background-color: #f9f9f9;
    width: 100%;
    position: relative;
    margin-top: 40px;
    line-height: 1.6;
  }
  .footer-padding {
    max-width: 840px;
    margin: 0 auto;
    padding: 20px 0 20px;
    overflow: hidden;
  }
  .footer-padding > div {
    float: left;
  }
  .footer-text > strong {
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
  }
  .footer-text > strong > img {
    display: block;
  }
  .footer-text {
    white-space: pre-wrap;
    font-size: 11px;
    color: #5d5656;
    margin-right: 2%;
    left: -41.66%;
    position: relative;
  }
  .footer-text > a {
    color: #9b061b;
    text-decoration: none;
  }
  .icon-set {
    margin-top: 46px;
    left: 58.33%;
    position: relative;
  }
  .icon-set  ul {
    padding: 0;
    margin: 0 0 0 15%;
    overflow: hidden;
    list-style: none;
  }
  .icon-set ul li {
    float: left;
    width: 46%;
    padding-bottom: 10px;
    border-bottom: solid 1px #dcdcdc;
    font-size: 11px;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }
  .icon-set ul li a {
    text-decoration: none;
    color: #5d5656;
    padding-left: 5px;
  }
  .icon-set ul li img {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
  }

  /* ##################################################For mobile phones: */
  @media only screen and (max-width: 839px) {

      [class*="col-"] {
          width: 100%;
      }
      .mobile-width {
        margin: 0 3%;
      }
      .header-line {
        height: 55px;
      }
      .header>span {
        font-size: 12px;
        margin-left: 20px;
        line-height: 55px;
      }
      .header>ul {
        right: 20px;
        top: 17.5px;
      }
      .header>ul>li {
        width: 20px;
        height: 20px;
      }
      .header-img-01 {
        background:url('../images/facebook.png') no-repeat;
        background-size: 20px;
      }
      .header-img-02 {
        background:url('../images/insta.png') no-repeat;
        background-size: 20px;
      }
      .header-img-03 {
        background:url('../images/blog.png') no-repeat;
        background-size: 20px;
      }
      .contents-wrap> div {
        margin-top: 20px;
      }
      .contents-wrap> div:first-child {
        margin-top: 0px;
      }
      .contents-wrap h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 48px;
        z-index: -1;
      }
      .contents-wrap h2 {
        font-size: 24px;
        margin-top: -41px;
      }
      .contents-wrap h3 {
        font-size: 14px;
        color: #5d5656;
      }
      .month01 {
        max-width: 840px;
        position: relative;
        overflow: hidden;
      }

      .month01-img {
        margin-top: 30px;
      }

      .month01-text {
        margin-top: 0px;
        padding: 30px;
        margin-left: 0px;
        overflow: hidden;
        border-bottom: solid 3px #fcdd04;
        border-top-style: none;
        border-right-style: none;
        border-left-style: none;
      }

      .month01-text strong {
        font-size: 14px;
        margin-bottom: 20px;
      }
      .month01-text p {
        font-size: 12px;
      }
      .month01-text span {
        float: right;
        font-size: 10px;
      }
      .month01-text span a {
        text-decoration: none;
        color: #5d5656;
        display: block;
        padding: 8px 10px 4px;
      }
      .month01-text span > a > img {
        width: 10px;
        display: inline-block;
        margin-top: -1px;
        vertical-align: middle;
        transition: all 0.25s ease-in;
        -webkit-transition: all 0.25s ease-in;
      }
      .month01-text span:hover {
        background-color: transparent;
        border-bottom: solid 3px #fcdd04;
      }
      .month01-text span:hover > a > img {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
      }
      .col-12.specailday {
        width: 90%;
        margin: 30px 5% 0;
        text-align: center;
        overflow: hidden;
      }
      .specailday img.specailday03 {
        margin-bottom: 10px;
      }
      .specailday img {
        width: 100%;
        max-width: 260px;
        margin: 0 auto 5px;
        float: none;
      }
      .specailday p {
        text-align: center;
        color: #8a867f;
      }
      .specailday .subject {
        color: #e4cb08;
      }
      .specailday .summary {
        padding: 0 20px;
      }
      .month-news {
        margin: 40px 20px 0;
      }
      .month-news-intro > div {
        margin-bottom: 20px;
      }
      .month-news-intro > div > figure {
        text-align: center;
      }
      .month-news-text {
        font-size: 12px;
        text-align: center;
      }
      .subject {
        font-size:13px;
      }
      .summary {
        font-size: 12px;
      }
      .book {
        margin: 0 20px;
      }
      [class*="-intro"] {
        margin-top: 20px;
      }
      .book-text {
        margin-top: 20px;
        font-size: 12px;
        padding: 0;
        white-space: normal;
      }
      .ok-info {
        background: #fcf1f3;
        padding: 0;
        margin: 0;
      }
      .ok-info ul {
        margin:0 auto;
        padding: 20px;
      }
      .ok-info>col-6 {
        margin-left: 0;
      }
      .ok-info ul li {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
      }
      .ok-info ul li:last-child {
        margin-bottom: 0;
      }
      .ok-info ul li>figure {
        width: auto;
        background-color: #000;
        height: auto;
        min-height: 165px;
      }

      .one-three {
        margin: 0;
      }
      .text-wrap .subject {
        font-size: 14px;
      }
      .pink {
        font-size: 12px;
      }
      .info-text {
        font-size: 11px;
      }
      .campaign-funfun h1 {
        font-size: 21px;
      }
      .campaign-funfun > div {
        max-width: 100%;
        margin-right: 0;
      }
      .campaign-funfun > div > div {
        margin-top: 20px;
        margin-bottom: 20px;
      }
      .campaign-funfun > div:last-child {
        margin-left: 0;
      }
      .lost {
        padding-left: 20px;
        width: 120px;
        height: auto;
      }
      .prooffice {
        padding-left: 160px;
        margin-top: -110px;
      }
      .police {
        padding-left: 160px;
        margin-top: 10px;
      }
      .campaign-text {
        position: relative;
        padding: 40px 5% 20px;
        width: 90%;
        max-width: 100%;
        margin: 20px auto 0;
        font-size: 12px;
        z-index: -1;
      }
      .funfun ul li {
        padding: 10px 20px;
      }
      .funfun ul li img {
        max-width: 60px;
      }
      .funfun ul li .funfun-text {
        font-size: 11px;
        margin-top: 8px;
        letter-spacing: -0.5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: calc(100% - 130px);
        -webkit-width: calc(100% - 130px);
        -moz-width: calc(100% - 130px);
      }
      .funfun-text strong {
        display: block;
      }
      .circle-bg {
        background-color: #fff6b4;
        float: right;
        border-radius: 50px;
        padding: 9px 12px;
        font-size: 9px;
        margin-top: -32px;
      }
      .appdown-katalk .appdown, .appdown-katalk .katalk {
        max-width: 100%;
        width: 100%;
        border-top: solid 1px #e4e4e4;
        border-bottom: solid 1px #e4e4e4;
        border-left: 0;
        border-right: 0;
        max-height: 205px;
        position: relative;
      }
      .appdown {
        margin-right: 0;
        margin-bottom: 10px;
      }
      .appka-right > p {
        font-size: 12px;
        margin: 25px 10px 10px;
        white-space: pre-line;
      }
      .appka-left {
        float: left;
        width: 200px;
      }
      .appka-right {
        float: left;
        width: calc(100% - 200px);
        -webkit-width: calc(100% - 200px);
        -moz-width: calc(100% - 200px);
        max-height: 205px;
      }

      .appdown .appka-right {
        margin-top: 0;
      }
      .katalk .appka-right {
        margin-top: 0;
      }
      .plus-freind {
        margin: 0 auto;
        padding: 10px 0;
        font-size: 11px;
        width: 100px;
      }
      .plus-freind img {
        display: inline-block;
        width: 100px;
        margin: 0 auto;
      }
      .footer {
        margin-top: 40px;
        position: relative;
        overflow: hidden;
        line-height: 1.6;
      }
      .footer-padding {
        max-width: 100%;
        margin: 0 5%;
        width: 90%;
        padding: 30px 0 10px;
        overflow: hidden;
      }
      .footer-text {
        position: relative;
        font-size: 11px;
        margin-right: 0;
        left: 0;
      }

      .icon-set {
        left: 0;
        margin-top: 0;
        margin-bottom: 10px;
      }
      .icon-set ul {
        margin: 0;
      }

  }

  /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@효과 */
  .ok-info ul li figure {
    transition: .5s ease-in-out;
  }
  .ok-info ul li:hover figure {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
  }
