/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-family: sans-serif;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #555;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
  * Noto Sans KR use only 
*/
.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.bolder {
  font-weight: 900;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  display: block;
  list-style-type: none;
}

/*  clearfix */
.clearfix:after {
  content: ' ';
  clear: both;
  display: block;
  visibility: hidden;
}

* + html .clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.hidden {
  position: absolute;
  top: 0;
  left: -9999px;
  text-indent: -9999px;
  display: block;
  font-size: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-80 {
  margin-top: 80px;
}

.clearfix:after {
  content: ' ';
  clear: both;
  display: block;
  visibility: hidden;
}

* + html .clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

html, body {
  font-size: 62.5% !important;
  font-family: 'Nanum Gothic', sans-serif;
   
}

html body.dimm {
  overflow: hidden;
  
}

.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

.logo {
  padding: 15px 0;
  text-align: center;
}

.logo h3 {
  background-repeat: no-repeat;
  width: 149px;
  height: 60px;
  background-image: url("/new/img/event_20190401/logo.png");
  margin: 0 auto;
}

.section_container {
  position: relative;
  width: 1130px;
  height: 100%;
  margin: 0 auto;
}

#event_tab {
  min-width: 1350px;
 margin: 0 auto; 
  text-align: center;
}

#event_tab ul{
  width: 730px;
  margin: 0 auto; 
}

#event_tab li {
  display: inline-block;
  width: 360px;
  height: 67px;
  line-height: 67px;
  margin-left: 3px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#event_tab li a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: -1px;
  position: relative;
  padding-left: 60px;
}

#event_tab li a i {
  position: absolute;
  left: 20px;
  top: 10px;
  display: block;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  background-image: url("/new/img/event_20190401/ico_tablist.png");
  background-position: 0px 0px;
}

#event_tab li a i.ico02 {
  background-position: -48px 0px;
}

#event_tab li.on {
  background: #82a5ff;
  border-color: #82a5ff;
}


#event_tab li.on a {
  color: #fff;
}

#event_tab li:nth-child(2).on {
  background: #f9f83b;
  border-color: #e0df49;
  border-bottom: none; 
}
#event_tab li:nth-child(2).on a  {
 color: #000; 
}
.section_visual {
  background-repeat: no-repeat;
  width: 100%;
  min-width: 1350px; 
  height: 994px;
  background-image: url("/new/img/event_20190401/main_bg01.png");
  background-position: top center;
  background-repeat: repeat-x; 
  background-color: #ebf9fd;
}

.section_visual .main_typo {
  position: absolute;
  right: 30px;
  top: 117px;
  background-repeat: no-repeat;
  width: 457px;
  height: 356px;
  background-image: url("/new/img/event_20190401/visual_typo.png");
}

.section_visual .event_summary_wrap {
  padding-top: 615px;
}

.section_visual .event_summary_wrap .event_info {
  text-align: center;
}

.section_visual .event_summary_wrap .event_info li {
  display: inline-block;
  margin-left: 87px;
}

.section_visual .event_summary_wrap .event_info li.info01 {
  margin-left: 0;
  background-repeat: no-repeat;
  width: 397px;
  height: 28px;
  margin-left: 8px;
  background-image: url("/new/img/event_20190401/evt_summary_period.png");
}

.section_visual .event_summary_wrap .event_info li.info02 {
  background-repeat: no-repeat;
  width: 274px;
  height: 28px;
  background-image: url("/new/img/event_20190401/evt_summary_notice.png");
}

.section_visual .event_summary_wrap .event_info li.info03 {
  background-repeat: no-repeat;
  width: 164px;
  height: 28px;
  background-image: url("/new/img/event_20190401/evt_summary_object.png");
}

.section_visual .event_summary_wrap .event_gift {
  margin-top: 60px;
  text-align: center;
}

.section_visual .event_summary_wrap .event_gift li {
  display: inline-block;
  width: 205px;
  height: 211px;
  margin-left: 63px;
  background-image: url("/new/img/event_20190401/evt_gift.png");
  background-repeat: no-repeat;
}

.section_visual .event_summary_wrap .event_gift li.gift01 {
  margin-left: 6px;
}

.section_visual .event_summary_wrap .event_gift li.gift02 {
  background-position: -205px 0px;
}

.section_visual .event_summary_wrap .event_gift li.gift03 {
  background-position: -410px 0px;
}

.section_visual .event_summary_wrap .event_gift li.gift04 {
  background-position: -615px 0px;
}

.section_type {
  position: relative;
  text-align: center;
  width: 100%;
  min-width: 1350px; 
  height: 1050px;
  padding-top: 70px;
  background-image: url("/new/img/event_20190401/pattern01.png");
  background-repeat: repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section_type .title {
  background-repeat: no-repeat;
  width: 505px;
  height: 38px;
  background-image: url("/new/img/event_20190401/title01.png");
  margin: 0 auto;
}

.section_type .type_list {
  margin: 70px auto 0 auto;
}

.section_type .type_list li {
  float: left;
  margin-left: 33px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  width: 548px;
  height: 380px;
  background-image: url("/new/img/event_20190401/evt_memtype.png");
}

.section_type .type_list li a {
  display: block;
  height: 100%;
}

.section_type .type_list li.type01, .section_type .type_list li.type03 {
  margin-left: 0;
}

.section_type .type_list li.type02 {
  background-position: -548px 0px;
}

.section_type .type_list li.type03 {
  background-position: -1096px 0px;
}

.section_type .type_list li.type04 {
  background-position: -1644px 0px;
}

.section_point {
  position: relative;
  text-align: center;
  width: 100%;
  min-width: 1350px; 
  height: 570px;
  padding-top: 70px;
  background-image: url("/new/img/event_20190401/pattern02.png");
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section_point .title {
  background-repeat: no-repeat;
  width: 610px;
  height: 43px;
  background-image: url("/new/img/event_20190401/title02.png");
  margin: 0 auto;
}

.section_point .point_list {
  margin: 56px auto 0 auto;
}

.section_point .point_list li {
  float: left;
  margin-left: 17px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  width: 364px;
  height: 152px;
  background-image: url("/new/img/event_20190401/evt_strongpoint.png");
}

.section_point .point_list li.point01, .section_point .point_list li.point04 {
  margin-left: 0;
}

.section_point .point_list li.point02 {
  background-position: -364px 0px;
}

.section_point .point_list li.point03 {
  background-position: -728px 0px;
}

.section_point .point_list li.point04 {
  background-position: -1092px 0px;
}

.section_point .point_list li.point05 {
  background-position: -1456px 0px;
}

.section_point .point_list li.point06 {
  background-position: -1820px 0px;
}

.section_notice {
  padding: 50px 0;
  position: relative;
}

.section_notice .title {
  background-repeat: no-repeat;
  width: 145px;
  height: 19px;
  background-image: url("/new/img/event_20190401/foot_noti.png");
  position: absolute;
  left: 13px;
  top: 0;
}

.section_notice .notice_list {
  padding-left: 190px;
}

.section_notice .notice_list li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #969696;
  letter-spacing: -0.4px;
}

.section_notice .notice_list li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  background: #969696;
}

.section_notice .notice_list li a {
  color: #666;
  border-bottom: 1px solid #666;
  padding-bottom: 2px;
  display: inline-block;
  margin-left: 5px;
  font-size: 14px; 
  font-size: 1.4rem;
}

.petal {
  position: absolute;
}

.petal01 {
  background-repeat: no-repeat;
  width: 185px;
  height: 150px;
  background-image: url("/new/img/event_20190401/petal01.png");
      top: -134px;
    left: -7px;
}

.petal02 {
  background-repeat: no-repeat;
  width: 153px;
  height: 184px;
  background-image: url("/new/img/event_20190401/petal02.png");
  top: 496px;
  right: -100px;
}

.petal03 {
  background-repeat: no-repeat;
  width: 205px;
  height: 188px;
  background-image: url("/new/img/event_20190401/petal03.png");
  top: -117px;
  left: 98px;
}

.petal04 {
  background-repeat: no-repeat;
  width: 136px;
  height: 143px;
  background-image: url("/new/img/event_20190401/petal04.png");
  top: 223px;
  right: -58px;
}

#nnHeader {
    min-width: 1350px; 
}
#nnFooter {
    background: #fbfbfb !important; 
    min-width: 1350px; 
}


.btn-top {
  cursor: pointer; 
  position: fixed;
  width: 100px;
  height: 100px;
  right: 50px;
  bottom: 50px;
  background: url('/new/img/event_20190225/btn-top.png') no-repeat 0 0;
  text-indent: -9999em;
  background-color: transparent;
  z-index: 1450;
}

.btn-top span {
  display: block;
  height: 100%;
}


.section_visual2 {
  position: relative;
  z-index: 1;
  background-color: #f9f83b;
  min-width: 1350px;
  min-height: 2160px;
  margin: 0 auto;
  background-image: url("/new/img/event_20190401/main_bg02.png");
  background-repeat: no-repeat;
  background-position: top center;
}

.section_visual2 .section_container {
  position: relative;
}

.section_visual2 .main_typo {
  background-repeat: no-repeat;
  width: 819px;
  height: 331px;
  background-image: url("/new/img/event_20190401/visual2_typo.png");
  margin: 50px auto 0 auto;
  /* 
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  */
}

.section_visual2 .event_summary_wrap {
  width: 1000px;
  margin: 0 auto;
  padding-top: 410px; 
}
.section_visual2 .event_summary_wrap .event_info{
	width: 100%; 
	height: 75px;
    margin: 0 auto;
    background: #000;
    border-radius: 35px;
    color: #fff;
}

.section_visual2 .event_summary_wrap {
  font-family: 'Nanum Gothic', sans-serif;
  text-align: center;
  font-size: 21px;
  font-weight: normal;
}

.section_visual2 .event_summary_wrap .event_info li {
  display: inline-block;
  position: relative;
  line-height: 75px;
  padding-left: 40px;
  letter-spacing: -1px;
}

.section_visual2 .event_summary_wrap .event_info li::before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 19px;
  background: #484848;
  left: 20px;
  top: 29px;
}

.section_visual2 .event_summary_wrap .event_info li span {
  color: #f9f83b;
  font-weight: bold;
}

.section_visual2 .event_summary_wrap .event_info li:first-child {
  padding-left: 0;
}

.section_visual2 .event_summary_wrap .event_info li:first-child::before {
  display: none;
}

.section_visual2 .event_summary_wrap .event_gift li {
  display: inline-block;
  width: 328px;
  height: 407px;
  background-image: url("/new/img/event_20190401/field_gift.png");
}

.section_visual2 .event_summary_wrap .event_gift li.gift02 {
  background-position: -328px 0px;
}

.section_visual2 .event_summary_wrap .event_gift li.gift03 {
  background-position: -656px 0px;
}

.section_visual2 .event_summary_wrap .event_process li {
  display: inline-block;
  width: 210px;
  height: 300px;
  background-image: url("/new/img/event_20190401/field_process.png");
  position: relative;
  margin-left: 45px;
}

.section_visual2 .event_summary_wrap .event_process li::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  width: 24px;
  height: 40px;
  background-image: url("/new/img/event_20190401/field_process_arrow.png");
  position: absolute;
  left: -38px;
  top: 90px;
}

.section_visual2 .event_summary_wrap .event_process li:first-child {
  margin-left: 0;
}

.section_visual2 .event_summary_wrap .event_process li:first-child::before {
  display: none;
}

.section_visual2 .event_summary_wrap .event_process li.process02 {
  background-position: -210px 0px;
}

.section_visual2 .event_summary_wrap .event_process li.process03 {
  background-position: -420px 0px;
}

.section_visual2 .event_summary_wrap .event_process li.process04 {
  background-position: -630px 0px;
}

.section_visual2 .event_summary_wrap .btn_event_join {
  display: block;
  background-repeat: no-repeat;
  width: 562px;
  height: 183px;
  background-image: url("/new/img/event_20190401/field_btn_joinevent.png");
  margin: 60px auto 0;
}

.section_subject {
  position: relative;
  z-index: 2;
  min-width: 1350px;
  background-color: #ccee45;
  padding: 1px 0 70px 0;
  margin-top: 0;
}

.section_subject::before {
  content: '';
  display: block;
  position: absolute;
  top: -86px;
  left: 0;
  width: 100%;
  height: 86px;
  background-image: url("/new/img/event_20190401/field_pattern_leaf.png");
  background-repeat: repeat-x;
  background-position: center;
}

.section_subject::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  height: 80px;
  background-image: url("/new/img/event_20190401/field_pattern_wave.png");
  background-repeat: repeat-x;
}

.section_subject .sbj_list {
  width: 1000px;
  margin: 0 auto;
}

.section_subject .sbj_list li {
  float: left;
  position: relative;
  height: 395px;
  width: 33.3%;
  text-align: center;
}

.section_subject .sbj_list li a {
  display: block;
  width: 228px;
  height: 378px;
  background-image: url("/new/img/event_20190401/field_sbj.png");
  margin: 10px auto 0;
}

.section_subject .sbj_list li.sbj02 a {
  background-position: -228px 0px;
}

.section_subject .sbj_list li.sbj03 a {
  background-position: -456px 0px;
}

.section_subject .sbj_list li:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  background-repeat: no-repeat;
  width: 3px;
  height: 395px;
  background-image: url("/new/img/event_20190401/field_sbj_sectionbar.png");
}

.section_subject .sbj_list li::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  background-repeat: no-repeat;
  width: 3px;
  height: 395px;
  background-image: url("/new/img/event_20190401/field_sbj_sectionbar.png");
}

.section_insta {
  min-width: 1350px;
  background-color: #ecfbb1;
  background-image: url("/new/img/event_20190401/field_pattern_woods.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  padding-bottom: 120px;
}

.gift_title {
  background-repeat: no-repeat;
  width: 251px;
  height: 54px;
  background-image: url("/new/img/event_20190401/field_title01.png");
  margin: 60px auto 30px auto;
}

.process_title {
  background-repeat: no-repeat;
  width: 251px;
  height: 55px;
  background-image: url("/new/img/event_20190401/field_title02.png");
  margin: 60px auto 30px auto;
}

.sbj_title {
  background-repeat: no-repeat;
  width: 525px;
  height: 55px;
  background-image: url("/new/img/event_20190401/field_title03.png");
  margin: 60px auto 30px auto;
}

.insta_title {
  background-repeat: no-repeat;
  width: 585px;
  height: 118px;
  background-image: url("/new/img/event_20190401/field_insta_title.png");
  margin: 60px auto 30px auto;
}

.review_wrap {
  width: 1020px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}

.review_wrap .review_item {
  float: left;
  width: 320px;
  height: 365px;
  background: #fff;
  border: 1px solid #d4e883;
  overflow: hidden;
  border-radius: 35px;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px;
  position: relative;
}

.review_wrap .review_item a {
  display: block;
}

.review_wrap .review_item .thumb {
  width: 270px;
  height: 190px;
  border-radius: 30px;
  text-align: center; 
  overflow: hidden;
}

.review_wrap .review_item .thumb img, 
.thumb img  {
 /* max-width: 100% !important;*/
 width: 100% !important; 
 height: 100% !important; 
 
}

.review_wrap .review_item dl,
.review_wrap .review_item dd {
  margin: 0;
}

.review_wrap .review_item dl dt.title {
  padding-top: 18px;
  font-size: 18px;
  font-weight: bold;
}

.review_wrap .review_item dl dd.writer {
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 9px;
}

.review_wrap .review_item dl dd.writer .date {
  font-size: 12px;
  color: #838383;
  font-weight: normal;
}

.review_wrap .review_item dl dd.desc {
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 22px;
  height: 45px;
  overflow: hidden;
}

.review_wrap .review_item .like {
  position: absolute;
  bottom: 77px;
  right: 24px;
  width: 63px;
  height: 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dadada;
  line-height: 29px;
  border-radius: 15px;
  padding: 0 10px;
  text-align: right;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  z-index: 1400;
  background-color: #fff;
  background-image: url("/new/img/event_20190401/field_review_heart.png");
  background-position: 6px 8px;
  background-repeat: no-repeat; 
}

/*
.review_wrap .review_item .like span {
  background-repeat: no-repeat;
  width: 15px;
  height: 13px;
  background-image: url("/new/img/event_20190401/field_review_heart.png");
  display: block;
  position: absolute;
  left: 10px;
  top: 8px;
}

*/
.review_wrap .review_item .like.likeit {
  background-color: #ff6000;
  border: 1px solid #ff6000;
  color: #fff;
  background-image: url("/new/img/event_20190401/field_review_heart_on.png");
}
/*
.review_wrap .review_item .like.likeit span {
  background-position: -15px 0px;
}
*/

.pagination {
  text-align: center;
}
.section_insta  #paging a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
  border: 1px solid #d1e77a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.section_insta #paging .current {
  color: #fff;
  background: #ff6000;
  border-color: #ff6000;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.section_insta #paging .first, 
.section_insta #paging .prev, 
.section_insta #paging .next, 
.section_insta #paging .last {
  background-image: url("/new/img/event_20190401/field_pager.png");
  background-repeat: no-repeat;
} 
.section_insta #paging .first {
	background-position: 0px 0px;
}
.section_insta #paging .prev {
	  background-position: -40px 0px;
}
.section_insta #paging .next {
	background-position: -80px 0px;
}
.section_insta #paging .last {
	background-position: -120px 0px;
}

.pagination a, 
#paging a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
  border: 1px solid #d1e77a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.pagination a.page_current {
  color: #fff;
  background: #ff6000;
  border-color: #ff6000;
}

.pagination a.page_first,
.pagination a.page_prev,
.pagination a.page_next,
.pagination a.page_last {
  background-image: url("/new/img/event_20190401/field_pager.png");
  background-repeat: no-repeat;
}

.pagination a.page_first {
  background-position: 0px 0px;
}

.pagination a.page_prev {
  background-position: -40px 0px;
}

.pagination a.page_next {
  background-position: -80px 0px;
}

.pagination a.page_last {
  background-position: -120px 0px;
}

.section_notice2 {
  padding: 60px 0;
  min-width: 1000px;
}

.section_notice2 .section_container {
  width: 1000px;
  margin: 0 auto;
}

.section_notice2 .title {
  background-repeat: no-repeat;
  width: 187px;
  height: 30px;
  background-image: url("/new/img/event_20190401/field_title04.png");
}

.section_notice2 .notice_list li {
  position: relative;
  color: #000;
  font-size: 16px;
  margin-top: 15px;
  padding-left: 15px;
}

.section_notice2 .notice_list li::before {
  content: '';
  display: block;
  width: 6px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
}

.section_notice2 .notice_list li .userInfo {
  display: inline-block;
  vertical-align: bottom;
  background-repeat: no-repeat;
  width: 115px;
  height: 26px;
  background-image: url("/new/img/event_20190401/footer_confirlUserinfo.png");
}

.layer_review {
  display: none;
  position: fixed;
  z-index: 1500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.layer_review .review_container {
  background: #fff;
  width: 710px;
  min-height: 660px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 35px;
  padding: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.layer_review .review_container h3 {
  background-repeat: no-repeat;
  width: 464px;
  height: 67px;
  background-image: url("/new/img/event_20190401/field_write_title.png");
  margin: 0 auto 25px auto;
  image-rendering: pixelated;
}

.layer_review .review_container .btn_close {
  position: absolute;
  top: -24px;
  right: -26px;
  cursor: pointer;
  background-repeat: no-repeat;
  width: 84px;
  height: 84px;
  background-image: url("/new/img/event_20190401/btn_close.png");
  image-rendering: pixelated;
}

.layer_review .review_container .input_item {
  width: 100%;
  display: table;
  letter-spacing: -1px;
  margin-top: 10px;
}

.layer_review .review_container .input_item .tit,
.layer_review .review_container .input_item .cnt {
  vertical-align: middle;
}

.layer_review .review_container .input_item .tit {
  display: table-cell;
  width: 110px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.layer_review .review_container .input_item .tit .textcount {
  margin-top: 5px;
  font-weight: normal;
  color: #949494;
  font-size: 12px;
}

.layer_review .review_container .input_item .tit .textcount i {
  color: #ff0000;
  font-style: normal;
}

.layer_review .review_container .input_item .cnt {
  display: table-cell;
  width: 505px;
}
.layer_review .review_container .input_item .cnt.cnt_textarea {
	padding: 20px;
	border-radius: 30px; 
	border: 1px solid #ddd; 
	overflow: hidden; 
}
.layer_review .review_container .input_item .cnt.cnt_textarea textarea {
	border: none; 
	padding: 0; 
	border-radius: 0;
}

.layer_review .review_container .input_item .cnt input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  border: 1px solid #ccc;
  border-radius: 30px;
  font-size: 15px;
  line-height: 55px;
  height: 55px;
}

.layer_review .review_container .input_item .cnt textarea {
  width: 100%;
  height: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 30px;
  overflow: hidden;
  overflow-y: scroll;
  font-size: 15px;
}

.layer_review .review_container .input_item .attach_file {
  position: relative;
}

.layer_review .review_container .input_item .attach_file label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 110px;
  height: 30px;
  background: transparent;
  color: #fff;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  height: 55px;
  line-height: 55px;
  border-radius: 30px;
  font-size: 15px;
}

.layer_review .review_container .input_item .attach_file label input {
  position: absolute;
  width: 0 !important;
  height: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  line-height: 0;
}

.layer_review .review_container .input_item .attach_file input[type=text] {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  padding: 0 0 0 20px;
  border: 1px solid #ddd;
  padding-right: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layer_review .review_container .input_item .attach_file_view {
  margin: 10px 0;
  display: block;
  width: 100%;
  display: none;
}

.layer_review .review_container .input_item .attach_file_view .img {
  width: 92px;
  height: 60px;
  float: left;
  margin-right: 10px;
  background: #ddd;
}

.layer_review .review_container .input_item .attach_file_view .img>img {
  width: 100%;
  height: 100%;
}

.layer_review .review_container .input_item .attach_file_view .img_filename {
  width: 360px;
  height: 60px;
  float: left;
  vertical-align: middle;
  line-height: 60px;
  padding-left: 10px;
  font-size: 13px;
  text-overflow: ellipsis;
    white-space: nowrap;
}

.layer_review .review_container .input_item .attach_file_view .img_filename p {
  display: inline-block;
  vertical-align: middle;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
}

.layer_review .review_container .input_item .attach_file_view .img_filename .btn_del {
  cursor: pointer;
  background-repeat: no-repeat;
  width: 17px;
  height: 60px;
  background-image: url("/new/img/event_20190401/btn_del.png");
  background-position: center;
  margin-left: 5px;
}

.layer_review .review_container .input_item .notify {
  color: #ff5400;
  font-size: 13px;
  clear: both;
  padding-top: 10px;
}

.layer_review .review_container .btn_confirm {
  margin-top: 30px;
  text-align: center;
  image-rendering: pixelated;
}

.layer_review .review_container .btn_confirm a {
  display: inline-block;
  background-repeat: no-repeat;
  width: 200px;
  height: 53px;
  background-image: url("/new/img/event_20190401/btn_confirm.png");
}

.layer_insta {
  overflow: scroll; 
  padding-top: 90px;
  padding-bottom: 90px;
  box-sizing: border-box; 
  display: none;
  position: fixed;
  z-index: 1500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.layer_insta .insta_container {
  background: #fff;
  width: 640px;
  min-height: 600px;
  margin: 0 auto;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  */
  border-radius: 35px;
  padding: 50px 40px 25px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.layer_insta .insta_container .btn_close {
  position: absolute;
  top: -24px;
  right: -26px;
  cursor: pointer;
  background-repeat: no-repeat;
  width: 84px;
  height: 84px;
  background-image: url("/new/img/event_20190401/btn_close.png");
}

.layer_insta .insta_container .thumb { 
  width: 540px;
  /*height: 350px;*/
  height: auto;
  min-height: 350px;  
  text-align: center;
}

.thumb img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;   
}
.layer_insta .insta_container dl {
  margin: 15px 0 0 0;
}

.layer_insta .insta_container dl .title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
}

.layer_insta .insta_container dl dd {
  margin: 0;
}

.layer_insta .insta_container dl .writer {
	position: relative; 
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
}

.layer_insta .insta_container dl .writer .date {
  font-size: 13px;
  color: #838383;
}

.layer_insta .insta_container dl .desc {
	width: 540px; 
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
  height: auto;
}
.layer_insta .insta_container dl .dd_like { position: relative; }
.layer_insta .insta_container .like {
  position: absolute;
  top: 5px; 
  right: 10px;
  width: 65px;
  height: 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dadada;
  line-height: 29px;
  border-radius: 15px;
  padding: 0 10px;
  text-align: right;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  background-color: #fff; 
  background-image: url("/new/img/event_20190401/field_review_heart.png");
  background-position: 6px 8px;
  background-repeat: no-repeat; 
}
/*
.layer_insta .insta_container .like span {
  background-repeat: no-repeat;
  width: 15px;
  height: 13px;
  background-image: url("/new/img/event_20190401/field_review_heart.png");
  display: block;
  position: absolute;
  left: 10px;
  top: 8px;
}
*/

.layer_insta .insta_container .like.likeit {
  background-color: #ff6000;
  border: 1px solid #ff6000;
  color: #fff;
  background-image: url("/new/img/event_20190401/field_review_heart_on.png");
}
/*
.layer_insta .insta_container .like.likeit span {
  background-position: -15px 0px;
}
*/

.layer_insta .insta_container .btn_del {
  margin-top: 8px; 
  text-align: right;
}

.layer_insta .insta_container .btn_del a {
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
  width: 81px;
  height: 34px;
  background-image: url("/new/img/event_20190401/btn_delete.png");
  image-rendering: pixelated;
}

input::placeholder , 
textarea::placeholder {
  color: #999;
  font-size: 15px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  font-size: 15px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-size: 15px;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-size: 15px;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-size: 15px;
}

input:focus,
textarea:focus,
select:focus {
  outline-offset: 0;
  outline: 0;
}


/*scrollbar*/ 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SIMPLE INNER SCROLLBAR ***************/
 
.desc_scroll > .scroll-element,
.desc_scroll > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.desc_scroll > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.desc_scroll > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.desc_scroll > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
 
.desc_scroll > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.desc_scroll > .scroll-element .scroll-element_outer,
.desc_scroll > .scroll-element .scroll-element_track,
.desc_scroll > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
 
.desc_scroll > .scroll-element .scroll-element_track,
.desc_scroll > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
 
.desc_scroll > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.desc_scroll > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.desc_scroll > .scroll-element:hover .scroll-bar { background-color: #919191; }
.desc_scroll > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
.desc_scroll > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.desc_scroll > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.desc_scroll > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.desc_scroll > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

