@charset "utf-8";

/* Gmarket */
@font-face {
    font-family: 'GmarketSans';
    font-weight: 400;
    font-style: normal;
    src: url('/newsletter/fonts/GmarketSans/GmarketSansTTFLight.woff') format('woff');
}

@font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-style: normal;
    src: url('/newsletter/fonts/GmarketSans/GmarketSansTTFMedium.woff') format('woff');
}

@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-style: normal;
    src: url('/newsletter/fonts/GmarketSans/GmarketSansTTFBold.woff') format('woff');
}

/* NanumSquareRound */
@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 300;
    font-style: normal;
    src: url('../font/NanumSquareRound/NanumSquareRoundL.woff') format('woff');
}

@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 400;
    font-style: normal;
    src: url('../font/NanumSquareRound/NanumSquareRoundR.woff') format('woff');
}

@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 700;
    font-style: normal;
    src: url('../font/NanumSquareRound/NanumSquareRoundB.woff') format('woff');
}

@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 800;
    font-style: normal;
    src: url('../font/NanumSquareRound/NanumSquareRoundEB.woff') format('woff');
}

/* SCDream */
@font-face {
    font-family: 'SCDream';
    font-weight: 100;
    font-style: normal;
    src: url('../font/SCDream/SCDream1.woff') format('woff');
}

@font-face {
    font-family: 'SCDream';
    font-weight: 200;
    font-style: normal;
    src: url('../font/SCDream/SCDream2.woff') format('woff');
}

@font-face {
    font-family: 'SCDream';
    font-weight: 300;
    font-style: normal;
    src: url('../font/SCDream/SCDream3.woff') format('woff');
}

@font-face {
    font-family: 'SCDream';
    font-weight: 400;
    font-style: normal;
    src: url('../font/SCDream/SCDream4.woff') format('woff');
}

@font-face {
    font-family: 'SCDream';
    font-weight: 500;
    font-style: normal;
    src: url('../font/SCDream/SCDream5.woff') format('woff');
}

@font-face {
    font-family: 'SCDream';
    font-weight: 600;
    font-style: normal;
    src: url('../font/SCDream/SCDream6.woff') format('woff');
}

@font-face {
    font-family: 'SCDream';
    font-weight: 700;
    font-style: normal;
    src: url('../font/SCDream/SCDream7.woff') format('woff');
}

@font-face {
    font-family: 'SCDream';
    font-weight: 800;
    font-style: normal;
    src: url('../font/SCDream/SCDream8.woff') format('woff');
}

@font-face {
    font-family: 'SCDream';
    font-weight: 900;
    font-style: normal;
    src: url('../font/SCDream/SCDream9.woff') format('woff');
}

body {
  margin-left: 25%;
  margin-top: 0px;
  margin-right: 25%;
  margin-bottom: 0px;
  letter-spacing: -1px;
}
.page_top .left:hover,
.page_top .right:hover {
  background-color: #f2f2f2;
}
.page_top .left {
  width: 100%;
  border: 3px solid #ddd;
  border-radius: 12px;
  float: left;
  transition: 0.5s;
  padding: 10px 20px;
  color: #333;
}
.page_top .left.no {
  width: 20%;
  border: 1px solid #fff;
  border-radius: 12px;
  float: left;
  transition: 0.5s;
  padding: 10px 20px;
  color: #333;
  visibility: hidden;
}
.page_top .right {
  width: 100%;
  border: 3px solid #f0701b;
  border-radius: 12px;
  float: right;
  transition: 0.5s;
  /* color: #fff; */
  padding: 10px 20px;
  color: #f0701b;
  font-weight: 600;
}

.page_top {
  display: flex;
  width: 100%;
  padding: 4% 0%;
  text-align: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.page {
  text-align: center;
}

div,
.row p {
  word-break: keep-all;
}

h2 {
  background: #f1f6ff;
  color: #f0701b;
  /* border-bottom: 2px solid #f0701b; */
  line-height: 130%;
  border-radius: 20px;
  font-weight: 600;
  margin-top: 40px;
}

.ma-top30 {
  margin-top: 30px;
  text-align: center;
}

.row {
  float: left;
  width: 100%;
}
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

h1 {
  color: #f0701b;
  text-align: left;
  font-size: 2em;
  padding: 0.7em 0.4em 0.5em;
  margin: 0.5em 0;
  border-top: 3px solid #f0701b;
  border-bottom: 3px solid #f0701b;
  font-weight: 700;
  font-family: "GmarketSans";
  line-height: 120%;
}

/*commos*/
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.break {
  word-break: break-all;
  word-wrap: break-word;
}

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bold {
  font-weight: 700;
}

body {
  color: #333;
  background: #fff;
}

.warp {
  font-family: "S-Core Dream 5";
  max-width: 940px;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 160%;
}
.warp img {
  max-width: 100%;
}

.con {
  width: 100%;
  float: left;
  border: 2px solid #dcdcdc;
  padding: 3%;
  box-sizing: border-box;
}
.font-pen {
  font-family: "Nanum Pen Script";
}
.tit {
  text-align: left;
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;
  padding: 2% 3%;
}
h4 {
  text-align: left;
  padding: 2%;
  color: #fff;
  font-size: 1.4em;
}

h4 p {
  display: inline-block;
  float: right;
  font-size: 20px;
  font-weight: 300;
  padding-top: 1.5%;
}

h3 {
  font-size: 30px;
  text-align: center;
}

.story_img02a {
  padding: 0 0.5em;
}
.story_img02b {
  padding: 2% 0 2% 1%;
}
.story_img02a img,
.story_img02b img {
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 1%;
  border: 1px solid #ddd;
  margin: 20px 0px;
  background-color: #fff;
}

.story_img02a,
.story_img02b {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
.story_img02a p,
.story_img02b p {
  padding: 15px;
}

.story_img05a {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 1% 0 0;
}
.story_img05b {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 0 0 1%;
}

.story_txt05 {
  float: left;
  width: 100%;
  margin-top: 3%;
  text-align: left;
}
.story05-tit {
  color: #f0701b;
  font-size: 1.3em;
}

.section .ti3 {
  font-size: 22px;
  margin-bottom: 0.5em;
  padding: 1em 0 0 0;
}

.ti1 dd {
  word-break: keep-all;
}
/*top*/
.top {
  width: 100%;
  margin-bottom: 3%;
}
.section {
}
.no-boder {
  border: none;
}
.cont_top {
  border-top: 3px solid #dcdcdc;
  /* margin-top: 20px; */
  padding-top: 2%;
}
.cont_midbg {
  background-image: url(./img/bg_cont_mid.gif);
  background-repeat: no-repeat;
  background-position-y: top;
  width: 100%;
  height: 58px;
  float: left;
}
.cont_bottom {
  border-bottom: 3px solid #dcdcdc;
  margin-bottom: 20px;
}

.contit1 {
  position: relative;
  padding-top: 1%;
}

.section ul {
  /* border-top: 1px dotted #d1d1d1; */
  /* padding: 15px 0 30px; */
  /* border-bottom: 2px solid; */
  /* margin-bottom: 50px; */
  /* height: auto; */
  /* border-bottom: 1px solid; */
  /* float: left; */
  /* width: 100%; */
  /* list-style: none; */
}
/*
.section li:before {
    display: inline-block;
    content: "⦁";
    margin-right: 8px;
    font-size: 14px;
    vertical-align: middle;
    float: left;
}
*/
.story_cont {
  width: 57%;
  float: left;
  padding: 0 0 0 3%;
  font-family: "NanumSquareRoundR";
}
.story_wrap3 p {
  font-family: "NanumSquareRoundR";
}
.section li.ti1 {
  color: #f0701b;
  font-size: 1.5em;
  margin-bottom: 1%;
  margin-top: 3%;
  font-weight: 700;
}

.section li {
  line-height: 1.8;
  width: 100%;
  float: left;
  /* list-style: none; */
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 2%;
}
.section li .space12 span {
  letter-spacing: 2px;
  /* width: 50px; */
  float: left;
  font-weight: 500;
  color: #fff;
  background: #f0701b;
  font-size: 1em;
  /* text-align: center; */
  padding: 5px 7px;
  margin-right: 10px;
  line-height: 130%;
}
dt.line2 {
  padding-bottom: 28px;
}
dt.line3 {
  padding-bottom: 54px;
}
.ti1 li span {
  padding-left: 85px;
}

.story_wrap2 {
  padding: 20px 0px;
  float: left;
}
/*프로그램 안내*/
.section1 {
  background-repeat: repeat;
  background-position: top;
  background-size: auto;
}

.title {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  text-align: center;
  line-height: 150%;
  padding: 6% 5% 5%;
}

.title .color1 {
  font-size: 40px;
}

.title .color2 {
  font-size: 70px;
}

.table_wrap {
  display: inline-block;
  padding: 3%;
  padding-top: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  /* background: #fff; */
  /* border: 1px solid #Ddd; */
  font-family: NanumSquareRoundR;
}

caption {
  display: none;
}

tr {
  /* border-bottom: 1px solid #ddd; */
}

thead tr {
  background: #f5f5f5;
}

th,
td {
  padding: 0.5%;
  /* border-left: 1px solid #ddd; */
  vertical-align: middle;
  font-size: 1em;
  line-height: 160%;
}

th {
  /* background: #fffbed; */
  vertical-align: top;
  padding-top: 6px;
  /* width: 60px; */
}
.story05 th span {
  color: #fff;
  background: #f0701b;
  padding: 3px 7px;
  /* border-radius: 7px; */
}
thead th {
  background-color: #0b5544;
  color: #fff;
  font-weight: 600;
}

tr td p {
  padding-left: 1em;
  line-height: 180%;
  position: relative;
}

tr td:last-child p::before {
  content: "●";
  font-size: 0.6em;
  color: #6a6a6a;
  position: absolute;
  left: 0;
}

tr td:last-child p.point {
  font-weight: 800;
  color: #6a6a6a;
}

.section p {
  margin-bottom: 2%;
}

.section p:last-child {
  margin-bottom: 0;
}
.pro {
  padding: 2%;
  color: #fff;
  font-size: 25px;
  text-align: center;
}

/*프로그램 안내 끝*/

/*사진 네개짜리 소식*/

.photo_wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 3%;
}

.photo {
  width: 48.5%;
  display: inline-block;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.14);
  margin: 0.5%;
  overflow: hidden;
}

.txt {
  padding: 10%;
  padding-top: 0;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 150%;
}

/*사진 네개짜리 소식 끝*/

/*이모저모*/

.story_warp {
  padding: 3% 0;
  overflow: hidden;
}
.story {
  width: 31.2%;
  display: inline-block;
  border: 1px solid #ececec;
  background: #fff;
  color: #333;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.14);
  padding: 0.5%;
  margin: 0;
  overflow: hidden;
  text-align: center;
  font-size: 1em;
  height: 250px;
}
.story p {
  margin-bottom: 2%;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 150%;
  padding: 0;
}

.story .ti {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.story .ti span {
  font-size: 24px;
}

.story_warp img {
  width: 100%;
  margin-bottom: 1em;
}

.storyview .row .storyview_box{
  width: 100%;
    background: #F7F7F7;
    padding: 2% 2% 5%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    word-break: keep-all;
}

/*후원*/
.section4 {
  margin-top: 0;
}

.spon {
  display: inline-block;
  width: 48.5%;
  margin: 0.5%;
}

.link a {
  margin-bottom: 2%;
  display: block;
}

.story_photo {
  width: 40%;
  float: left;
  box-sizing: border-box;
  /* text-align: left; */
}
.story_photo img {
  border-radius: 15px;
}

.story_cont {
  width: 57%;
  float: left;
  padding: 0 0 0 3%;
}

.tail {
  width: 100%;
  padding: 0;
  text-align: center;
  float: left;
  margin-bottom: 25px;
}
.tail img {
  max-width: 100%;
  max-height: 72px;
}
.tail a {
  width: 33.333333333%;
  /* padding: 0; */
}
.row .story-box {
  width: auto;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 1.5em;
  margin-bottom: 20px;
  text-align: center;
}

.row .story-box .box_txt {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}

.btn-news {
  width: 20%;
  border: 2px solid #f0701b;
  border-radius: 12px;
  padding: 0.5em 0.7em;
  padding-right: 2.5em;
  margin: 1em 0.3em 2em;
  display: inline-block;
  background: #f0701b;
  background-image: url('../img/btn_icon-default.png');
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 25px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  transition: 0.3s;
}
.btn-news:hover {
  background: #fff;
  background-image: url('../img/btn_icon-hover.png');
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 25px;
  color: #f0701b;
}

.story_warp .story01 .row .box_title{
  word-break: keep-all;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
  font-weight: 400;
}

.story_warp .story01 .row .box_title .box_txt{
  word-break: keep-all;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .story_img05a,
  .story_img05b {
    width: 49%;
    float: left;
  }
  .w30 {
    float: left;
    width: 30%;
    box-sizing: border-box;
  }
  .w40 {
    float: left;
    width: 40%;
    box-sizing: border-box;
  }
  .w50 {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .w60 {
    float: left;
    width: 60%;
    box-sizing: border-box;
  }
  .w70 {
    float: left;
    width: 70%;
    box-sizing: border-box;
  }

  img.circleBig {
    border-radius: 50%;
    border: 5px solid #ddd;
  }
  .pd-l-20 {
    padding-left: 20px;
  }
  .pd-r-20 {
    padding-right: 20px;
  }

  .hidden-md {
    display: none;
  }
}


.row {
  width: 100%;
  float: left;
}

p.last {
  margin-top: 50px;
  float: left;
  font-family: NanumSquareRoundR;
  font-size: 1.5em;
  color: #f0701b;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.story_wrap3 {
  margin-top: 3%;
}
.ti1 li span.smallfont {
  padding-left: 5px;
  font-size: 0.9em;
}

.section li.ti1.color2 {
  color: #79e0ab;
}

.color2 {
  color: #79e0ab;
}
.bgcolor2 {
  background-color: #79e0ab;
}
.bodercolor2 {
  border-color: #79e0ab;
}


.story_img01 {
  text-align: center;
}

span.small {
    font-size: small;
}
th.h55 {
    height: 55px;
    vertical-align: middle;
}


@media (max-width: 991px) {
  body {
    margin-left: 0%;
    margin-right: 0%;
  }
  .visible-md {
    display: none;
  }
    h1 {
    font-size: 1.7em;
  }

  .story_cont dt {
    width: 75px;
    float: left;
  }
  .story_cont dd {
    width: calc(100% - 100px);
    float: left;
    padding: 0 0 0 40px;
    box-sizing: border-box;
  }

  .page_top .right,
  .page_top .left {
    width: 33% !important;
    padding: 2% !important;
  }
  .page_top .right,
  .page_top .left,
  p.number {
    font-size: 37px !important;
  }
  .hidden-sm {
    display: none;
  }
  .story_img02a,
  .story_img02b {
    width: 100%;
  }
    .warp {
    width: 100%;
    font-size: 33px;
  }

  .warp img {
    width: 100%;
  }

  h4,
  h3,
  .tit {
    text-align: center;
    font-size: 1em;
  }

  .title .color1 {
    font-size: 25px;
  }

  .title .color2 {
    font-size: 40px;
  }

  th,
  td {
    font-size: 1em;
  }

  .pro {
    padding: 2%;
    color: #fff;
    font-size: 18px;
    text-align: center;
  }

  .photo {
    width: 99%;
  }

  .story_warp .story {
    width: 95%;
  }

  .spon {
    width: 99%;
  }

  .spon img {
    width: 100%;
  }

  .w30,
  .w40,
  .w50,
  .w60,
  .w70 {
    width: 100%;
    float: left;
  }

  .story05 {
    float: left;
    border-bottom: 1px solid #d1d1d1;
    /* padding: 30px 0; */
  }
  .story05 .story_img05 img {
    border-radius: 0;
    width: 100%;
  }
  .story_cont dt {
    width: 65px;
    float: left;
  }
  .story_cont dd {
    width: calc(100% - 65px);
    float: left;
  }
  .story_photo {
    width: 100%;
  }
  .story_cont {
    width: 100%;
  }
  h2 {
    font-size: 36px;
  }
  h2 br {
    display: none;
  }
  .btn-news {
    width: 38%;
    border: 4px solid #f0701b;
    border-radius: 30px;
    margin: 1em 0.3em 1.5em;
    background-size: 40px;
    background-position: 85%;
    font-size: 24px;
  }
  .btn-news:hover {
    background-size: 40px;
    background-position: 85%;
  }
    .story_img05a,
  .story_img05b,
  .story_img05c {
    width: 100%;
    float: left;
  }
  .story_img05a,
  .story_img05b {
    width: 100%;
    float: left;
  }
  .story_img05b {
    border-radius: 15px;
    overflow: hidden;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .story_photo {
    width: 100%;
    float: left;
    padding: 0 10% 0;
  }
  .story_cont {
    width: 100%;
    float: left;
  }
}
@media (max-width: 768px) {
  .story_photo {
    width: 30%;
    float: left;
  }
  .story_cont {
    width: 60%;
    float: left;
  }
}

@media (min-width: 992px) {
  .visible-xs {
    display: none;
  }
}
