@charset "UTF-8";

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 13px;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  letter-spacing: 0.5px;
  font-family: 'NanumSquareRound';
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #000;
}

img {}

/**********************/
#lotte_card {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

#lotte_card .banner_box img {
  display: block;
  margin: 0 auto;
}

#lotte_card .banner_box {
  background: url(../img/cyunse/banner.png) no-repeat 50% 0;
  height: 720px;

}
/*
#lotte_card .banner_box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 720px;
  background-color: #a0e8ff;
  z-index: -5;
}

#lotte_card .spot:before {
  content: '';
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  height: 186PX;
  background-color: #96c2f9;
  z-index: -5;
} */

/******/
#lotte_card .event_box {
  width: 613px;
  margin: 0 auto;
  padding-top: 37px;
}

#lotte_card .event_box dl {
  font-size: 18px;
  line-height: 39px;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#lotte_card .event_box dl::after {
  content: "";
  display: block;
  clear: both;
}

#lotte_card .event_box dt {
  font-size: 17px;
      text-align: left;
      font-weight: 800;
      color: #000;
      min-width: 137px;
      text-align: center;
      float: left;
      margin-right: 12px;
}

#lotte_card .event_box dd {
  overflow: hidden;
  font-size: 16px;
}

#lotte_card .event_box .info_text {
  margin-left: 150px;
}

#lotte_card .event_box .info_text_01 {
  margin-left: 164px;
}

#lotte_card .event_box .red {
  color: red;
  font-weight: bold;
}
/************/

#lotte_card .phone{
  padding: 28px 10px;
}
#lotte_card .phone h1{
  width: 464px;
      background-color: #368d70;
      line-height: 51px;
      color: #fff;
      text-align: center;
      border-radius: 25px 25px;
      font-size: 19px;
      font-weight: bolder;
      margin: 0 auto;
}
#lotte_card .phone p{
  width: 454px;
    margin: 0 auto;
}
#lotte_card .phone span{
  font-weight: bolder;
      display: inline-block;
      line-height: 65px;
      width: 160px;
      text-align: center;
      font-size: 19px;
      vertical-align: middle;
}
#lotte_card .phone input{
  display: inline-block;
      line-height: 26px;
      width: 250px;
      vertical-align: middle;
}
#lotte_card .phone label{
  display: block;
    color: red;
    font-size: 14px;
    font-weight: 800;
        line-height: 20px;
}

#lotte_card .check_box{
width: 464px;
    margin: 0 auto;
}
#lotte_card .check_box span{
  display: inline-block;
      font-weight: 800;
      font-size: 15px;

}
#lotte_card .check_box input{
  display: inline-block;
    line-height: 26px;
}
#lotte_card .check_box label{
  display: block;
    color: red;
    font-size: 14px;
    font-weight: 800;
    line-height: 30px;
}

#lotte_card .view{
  background-color: #f1f1f1;
  padding: 5% -5%;
  width: 415px;
  padding: 3% 3%;
  margin: 6px auto;
}
#lotte_card .view li{
  font-size: 14px;
      line-height: 21px;
}
#lotte_card .check_view{
  background-image: url(../img/cyunse/arrow_check.png);
      height: 20px;
      background-size: 27px;
      background-position-x: 34px;
      background-position-y: -3px;
      width: 29px;
      font-size: 16px;
      position: absolute;
      cursor: pointer;
}
#lotte_card .check_view.on{
      background-position-y:  -30px;
}
/*****************/
#lotte_card .box {
  margin: 29px auto;
  width: 600px;
  position: relative;
}

#lotte_card .box img {
  width: 43px;
  transform: rotate(337deg);
  position: absolute;
  left: 86%;
  top: 53%;
  cursor: pointer;
}

#lotte_card .box button {
  margin: 0 auto;
  line-height: 100px;
  text-align: center;
  width: 600px;
background-color: #205ba5;
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 100px;
}


/****/
#notice {
  padding-bottom: 28px;
  margin: 0 auto;
  background-color: #f2f3f3;
}

#notice .notice_box {
  word-break: keep-all;
  width: 717px;
  margin: 42px auto 5px;
}

#notice .notice_box .event_text {
  font-size: 20px;
  font-weight: bold;
  line-height: 65px;
  display: inline-block;
  vertical-align: middle;
}

#notice h2 {
  font-weight: bold;
  margin: 9px;
  color: red;
}

#notice .notice_box img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}

#notice .notice_box ul {
  position: relative;
}

#notice .notice_box ul>li {
  font-size: 16px;
  line-height: 30px;
}

#notice .warning_03 {
  color: red;
  font-weight: bold;
}

#notice .bold {
  font-weight: bold;
}

#notice .text_03 {
margin-left: 25px;
}

#notice .text_04 {
  margin-left: 14px;
}

.imfortant {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}

.imfortant span {
  display: block;
}

#notice .small {
  font-size: 14px;
}
