@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
body,
div,
span,
textarea,
input {
  font-family: 'Noto Sans KR', -apple-system, sans-serif !important;
}

body {
  margin: 0;
  padding: 0;
  position: fixed;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Noto Sans KR', sans-serif;
}

.fl {
  float: left;
}

.cb {
  clear: both;
}

.fr {
  float: right;
}

/*
.ans_itm {
    background-color: #f4f4f4;
    //padding: 15px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    height: 50px;
}
*/
.writing {
  /* display: none; */
}
*{
  color: #000000;
}
body{
  background: #ffffff;
}

.platformHeader{
  padding-top: 20px;
  padding-bottom: 22px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: auto;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  background: #ff6600;
}
.platformHeader i{
  font-size: 22px;
}
.platformHeader img{
  float: left;
  width: 4%;
  /* padding-top: 5px; */
}
.platformHeader p{
  color: #ffffff;
  float: left;
  margin: 0;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 18px;
  margin-left: 25px;
  line-height: 12px;
  font-weight: bold;
}
.platformHeader span{
  position: absolute;
  right: 12px;
  top: 15px;
  color: white;
  width: 25px;
}
.platformHeader span img{
  width: 100%;
  clear: both;
}
.daily-top{
  margin-bottom: 20px;
  
}
.daily-top p{
    text-align: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: -1px;
    
}
.daily-top p span {
    color: #000000;
}
.writing .carrot_header {
  padding-top: 2px;
  padding-bottom: 1px;
  height: 85px;
  width: 100%;
  /* background-color: #dd365e; */
  background-color: black;
  color: #FFF;
  text-align: center;
  position: relative;
}

.writing .carrot_header h1 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 0;
}

.writing .carrot_header span {
  font-size: 14px;
}

.writing .carrot_header .info {
  padding-top: 25px;
  padding-right: 10px;
  position: absolute;
  right: 10px;
}

.writing .review-click {
  text-align: left;
  font-size: 15px;
}

.writing .review-click span {
  font-weight: bold;
  color: #dd365e;
}

.writing .review table {
  border-spacing: 0;
  border-top: 1px solid #bcbcbc;
  width: 100%;
}

.writing .review table tr th {
  border-bottom: 1px solid #bcbcbc;
  background: #f5f5f5;
  font-weight: bold;
  padding: 5px 0;
}

.writing .review table tr td {
  border-bottom: 1px solid #bcbcbc;
  padding: 5px 0;
}

.writing .review table tr td p {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 220px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.writing .review table tr td.date {
  text-align: center;
}

.writing .review .page {
  list-style: none;
  text-align: center;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
  margin-top: 30px;
}

.writing .review .page li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
}

.writing .review .page li.arrow {
  font-size: 12px;
}

.writing .review .page li a {
  text-decoration: none;
  color: #000;
}

.writing .review .page li a.carrot-active {
  font-weight: bold;
  color: #dd365e;
}

.writing .box_btn {
  padding-top: 20px;
  text-align: center;
}

.writing .box_btn .btn {
  /* font-size: 16px;
  padding: 5px 15px;
  border: 1px solid #7d7d7d;
  display: inline-block; */
  border: solid 1px #000000;
  color: #000000;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 5px;
  font-size: 14px;
}

.writing .box_btn .btn:first-child{
  margin-right: 10px;
}

.writing .btn_disable {
  color: #aeaeae;
}

.writing .popO {
  background-image: url(/img/popO.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  position: fixed;
  top: 100px;
}

.writing .popX {
  background-image: url(/img/popX.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  position: fixed;
  top: 100px;
}

.writing .popShow {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}

.writing .popHide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 1s linear;
}

.writing .popInfo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  text-align: center;
  padding-top: 50px;
}

.writing .box {
  padding: 15px 20px 0px 20px;
  background: #ffffff;
}

.que_type2 {
  background: #ffffff;
}

.writing .box b {
  color: #ff6600;
  font-weight: inherit;
}

.writing .que_type1 .fl {
  float: left;
}

.writing .que_type1 .que {
  text-align: center;
  font-size: 18px;
  word-break: keep-all;
  font-weight: bold;
  letter-spacing: -1px;
}

.writing .que_type1 .wordbox {
  margin: 10px 0;
  width: 100%;
}

.writing .que_type1 .items {
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  width: 100%;
}

.writing .que_type1 .items .itm_l {
  display: inline-block;
  width: 26px;
}

.writing .que_type1 .items .itm_r {
  display: inline;
  color: #000000;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -1px;
}

.writing .que_type1 .items .itm_r b {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
}

.writing .que_type1 .items .itm_line {
  clear: both;
  margin-bottom: 5px;
}

.writing .que_type1 .items img {
  line-height: 50px;
  vertical-align: middle;
  width: 16px;
}

.writing .que_type1 textarea {
  margin-top: 20px;
  width: 100%;
  background: #f8f8f8;
  border: none;
  border-radius: 5px;
  color: #000000;
  padding: 10px;
  height: 100px;
  resize: none;
  box-sizing: border-box;
  font-size: 16px;
}

.writing .que_type1 textarea::placeholder {
  color: #cacaca;
}

.writing .que_type1 .rans {
  /* background-image: url(/img/dot_line.png), url(/img/dot_line.png); */
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
  background-repeat: repeat-x, repeat-x;
  background-position: top left, bottom left;
  margin-top: 15px;
  padding: 8px 10px;
}

.writing .que_type1 .rans h2 {
  /* font-size: 14px;
  color: #6a6a6a;
  font-weight: bold;
  margin: 0; */
  font-weight: normal;
  font-size: 12px;
  color: #868686;
  margin: 0;
}

.writing .que_type1 .rans h4 {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.writing .que_type1 .rans h4 b {
  color: #ff6600;
  font-weight: 400;
}




.writing .que_type3 .que {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 130%;
}

.writing .que_type3 .que_kor {
  text-align: center;
  margin: 15px 0;
  font-size: 18px;
  color: #000000;
  line-height: 130%;
  font-size: 15px;
}

.writing .que_type3 .wordbox {
  /* background-color: #f4f4f4;
  background-image: url(/img/dot_line.png), url(/img/dot_line.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top left, bottom left;
  padding: 10px 20px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  margin: 17px 0;
  vertical-align: text-top; */
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
}

.writing .que_type3 .wordbox img {
  vertical-align: middle;
  width: 16px;
}

.writing .que_type3 .wordbox .ico_mp4 {
  background-image: url(/img/ico_mp4.png);
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.writing .que_type4 .que {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 130%;
}

.writing .que_type4 .que_kor {
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  /* color: #9e9e9e; */
  color: #000000;
}

.writing .que_type4 .qtp4_answer {
  /* border: 1px solid #6a6a6a;
  width: 100%;
  padding: 10px 0;
  font-size: 20px; */
  width: 100%;
  background: #f8f8f8;
  border: none;
  border-radius: 5px;
  color: #000000;
  padding: 10px;
  height: 100px;
  resize: none;
  box-sizing: border-box;
  font-size: 16px;
}

.writing .que_type4 .box .que span {
  min-width: 150px;
  /* border-bottom: 1px solid #f88588; */
  border-bottom: 1px solid #ff6600;;
  display: inline-block;
  /* color: #f88588; */
  color: #ff6600;
}

.writing .que_type5 .que {
  text-align: center;
  font-size: 18px;
  word-break: keep-all;
  font-weight: bold;
  line-height: 130%;
}

.writing .que_type5 .wordbox {
  margin: 10px 0;
}

.writing .que_type5 .items {
  font-size: 20px;
  line-height: 50px;
  vertical-align: middle;
}

.writing .que_type5 .items img {
  line-height: 50px;
  vertical-align: middle;
}

.writing .que_type5 textarea {
  /* margin-top: 10px;
  width: 100%;
  background-color: #f4f4f4;
  border: 0;
  height: 70px;
  font-size: 20px;
  box-sizing: border-box; */
  margin-top: 20px;
  width: 100%;
  background: #f8f8f8;
  border: none;
  border-radius: 5px;
  color: #000000;
  padding: 10px;
  height: 100px;
  resize: none;
  box-sizing: border-box;
  font-size: 16px;
}

.writing .que_type5 .rans {
  margin-top: 15px;
  /* background-image: url(/img/dot_line.png), url(/img/dot_line.png); */
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
  background-repeat: repeat-x, repeat-x;
  background-position: top left, bottom left;
  padding: 10px 20px;
}

.writing .que_type5 .rans h2 {
  /* font-size: 16px;
  color: #f88588;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px; */
  font-weight: normal;
  font-size: 12px;
  color: #868686;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.writing .que_type5 .rans h4 {
  font-size: 14px;
  font-weight: 400;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.writing .que_type5 .rans h4 b {
  color: #f88588;
}

.writing .que_type6 {
  background: #ffffff;
}

.writing .que_type6 .blank {
  clear: both;
}

.writing .que_type6 .box .box_header {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: -8px;
}
.writing .que_type6 .box .daily-top{
  text-align: center;
  background: #ffffff;
}

.writing .que_type6 .box .daily-top p {
  color: #000000;
}
.writing .que_type6 .box .daily-top p span{
  font-size: 20px;
  font-weight: bold;
}
.writing .que_type6 .box .daily-top p b{
  font-weight: bold;
  color: white;
}
.writing .que_type6 .box .daily-top img{
    width: 70px;
}
.writing .que_type6 .box .box_header b {
  color: #000;
  font-weight: bold;
}

.writing .que_type6 .box_stamp_header {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  background-color: #565656;
  border-radius: 15px 15px 0px 0;
  height: 30px;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  font-size: 17px;
}

.writing .que_type6 .box_stamp_header b {
  font-weight: bold;
  color: #FFF;
}

.writing .que_type6 .box_stamp {
  padding: 0;
  margin: 0 auto;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
}

.writing .que_type6 .box_stamp .box_stamp_one {
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  height: 73px;
  width: 33.33333333%;
  float: left;
  padding: 5px;
}

.writing .que_type6 .box_stamp .box_stamp_one .star {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
}

.writing .que_type6 .box_stamp .stamp {
  width: 60px;
  height: 60px;
  background-color: #fdd3d2;
  border-radius: 50%;
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
}

.writing .que_type6 .box_stamp .stamp .stamp_txt {
  display: table-cell;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #d6d6d6;
  background-color: #f7f7f7;
  vertical-align: middle;
  box-sizing: border-box;
}

.writing .que_type6 .box_stamp .stamp .stamp_txt span {
  font-size: 10px;
  width: 48px;
  display: inline-block;
  vertical-align: middle;
  line-height: 140%;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  text-size-adjust: 100%;
  user-select: none;
}

.writing .que_type6 .box_stamp .stamp .icon {
  background: url(/img/cup.png) center no-repeat;
  background-size: 100%;
  background-position: center 4px;
  border-radius: 0;
  border: 0;
}

.writing .que_type6 .box_stamp .stamp .chk {
  background: url(/img/chk.png) center no-repeat;
  background-color: #f7f7f7;
  background-size: 80%;
  background-position: center center;
}

.writing .que_type6 .box_stamp .stamp .txt_disable {
  color: #868686;
}

.writing .que_type6 .box_stamp .stamp_disable {
  background-color: #e6e6e6;
}

.writing .que_type6 .box_stamp .progress {
  width: 87px;
  margin: 0 auto;
  margin-top: -13px;
  background-color: #FFF;
}

.writing .que_type6 .box_stamp .progress div {
  width: 16px;
  height: 13px;
  float: left;
  margin-left: 1px;
}

.writing .que_type6 .box_stamp .progress .progress_1 {
  background-color: #fee9e8;
  border-radius: 50% 0 0 50%;
}

.writing .que_type6 .box_stamp .progress .progress_2 {
  background-color: #fdd3d2;
}

.writing .que_type6 .box_stamp .progress .progress_3 {
  background-color: #fbbcbb;
}

.writing .que_type6 .box_stamp .progress .progress_4 {
  background-color: #faa6a5;
}

.writing .que_type6 .box_stamp .progress .progress_5 {
  background-color: #f9908e;
  border-radius: 0 50% 50% 0;
}

.writing .que_type6 .box_stamp .progress .progress_ok {
  background-color: #c9c9c9;
}

.writing .que_drag {
  text-align: left;
  line-height: 25px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.writing .que_drag .ans_itm {
  overflow: hidden;
  background-color: #f88588;
  color: #f88588;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  height: 30px;
}

.writing .que_drag .que_box {
  /* border-bottom: 1px solid #f88588; */
  border-bottom: 1px solid #000000;
  margin: 0 5px;
  display: inline-block;
  height: 30px;
  min-width: 120px;
  margin-left: 10px;
}

.writing .que_drag .que_box .ans_itm {
  background-color: #f88588;
  text-align: center;
}

.writing .que_drag .que_box_set {
  display: inline;
}

.writing .ans_box .ans_itm {
  /* background-color: #f4f4f4; */
  background-color: white;
  border: 1px solid #ff6600;;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0;
  padding: 8px 0;
  width: 100%;
  color: #ff6600;
  border-radius: 5px;
}

.writing .ans_itm {
  text-align: center;
}

.writing .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  background-color: #FFF;
  border-top: 1px solid #c9c9c9;
  text-align: center;
}

.writing .footer .footerinfo {
  width: 100%;
  font-size: 14px;
  background-color: #2b2b2b;
  color: #7d7d7d;
  height: 35px;
  line-height: 35px;
}

.writing .footer div {
  height: 20px;
}

.writing .footer .btn_home {
  margin: 0 auto;
  font-size: 25px;
  color: #aeaeae;
  height: 30px;
}

.writing .footer .btn_pre {
  float: left;
  font-size: 19px;
  margin-left: 10px;
  padding-left: 15px;
  height: 30px;
  background-image: url(/img/btn_prev.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.writing .footer .btn_next {
  float: right;
  font-size: 19px;
  margin-right: 10px;
  padding-right: 15px;
  height: 30px;
  background-image: url(/img/btn_next.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.unsubscribe_lnk {
  color: #bfbfbf;
  text-decoration: underline;
  margin-top: 15px;
}

.gu-mirror {
  text-align: center;
  font-size: 18px;
}


.box_navi{
  width: 100%;
  margin: 0 auto;
  background: #9b9b9b;
  position: fixed;
  bottom: 27px;
  /* bottom: 43px; */
}
.daily-btn {
  /* border: solid 1px #ff6600;
  border-radius: 5px;
  margin-top: 50px; */
  width: 90%;
  margin: 0 auto;
  padding: 6px 0;
}
.daily-btn img {
  width: 8px;
  vertical-align: middle;
  padding-left: 5px;
  padding-bottom: 2px;
}
.daily-btn div:first-child{
  /* width: 50%;
  float: left;
  color: #ff6600;
  text-align: center;
  font-family: "AppleSDGothicNeoB";
  padding-top: 15px;
  padding-bottom: 15px; */
  color: white;
  cursor: pointer;
  float: left;
  font-size: 16px;
}
.daily-btn div:last-child{
  /* background: #ff6600; */
  color: white;
  float: right;
  font-size: 16px;
  cursor: pointer;
}

.daily-btn::after{
  content:"";display:block;clear:both
}
.box_navi .btn{
  /* width: 100%;
  background-color: #ff6600;
  color: white;
  border-radius: 5px;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top:50px;
  border: none;
  font-weight: bold; */
  width: 100%;
  color: white;
  float: right;
  font-size: 16px;
  cursor: pointer;
}

.btn-wrap {
  width: 100%;
  margin: 0 auto;
}

.btn-wrap .btn-orange {
  width: 100%;
  background-color: #ff6600;
  color: white;
  border-radius: 5px;
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 50px 0;
  border: none;
  font-weight: bold;
}
.bottomDiv{
  position: fixed;
  width: 100%;
  bottom: 0;
}
.bottomDiv .box_navi_new{
  width: 100%;
  margin: 0 auto;
  background: #9b9b9b;
}
.bottomDiv .mainFooter_new{
  width: 100%;
  text-align: center;


  padding: 5px 0px;
  padding-bottom: calc(env(safe-area-inset-bottom) - 5px);


  background: #000000;
}
.bottomDiv .mainFooter_new p{
  font-size: 12px;
  color: #BFBFBF;
  margin-top: 0px;
  margin-bottom: 0px;
}
.bottomDiv .mainFooter_new strong {
  color: #ffffff;
}
.mainFooter{
  width: 100%;
  text-align: center;
  /* margin-top: 30px; */
  /* border-top:  1px solid #353434; */
  /* padding: 5px 0; */
  /* padding: 5px 0 0 calc(constant(safe-area-inset-bottom) + 5px);
  padding: 5px 0 0 calc(env(safe-area-inset-bottom) + 5px); */
  /* padding: 5px 0; */
  /* padding: calc(constant(safe-area-inset-bottom));
  padding: calc(constant(safe-area-inset-bottom)); */

  padding: 5px 0px;
  padding-bottom: calc(env(safe-area-inset-bottom) - 5px);


  background: #000000;
  position: fixed;
  bottom: 0;
}
.mainFooter p{
  font-size: 12px;
  color: #BFBFBF;
  margin-top: 0px;
  margin-bottom: 0px;
}
.mainFooter strong {
  color: #ffffff;
}
.mainFooter p span{
  color:  #838383;;
}
.mainFooter div{
  padding-bottom: 10px;
}
.mainFooter div span {
  font-size: 12px;
  color: #838383;;
  width: 100%;
  text-align: center;
}
.mainFooter div span i{
  color: #838383;;
}
.mainFooter div p {
  color: #838383;;
  margin-top: 5px;
}
