@charset "UTF-8";
/* 변수선언 */
/* mixin선언 */
@font-face {
  font-family: 'Gmarket Sans';
  src: url("../fonts/GmarketSansTTFBold.eot") format("embedded-opentype"), url("../fonts/GmarketSansTTFBold.woff") format("woff"), url("../fonts/GmarketSansTTFBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gmarket Sans';
  src: url("../fonts/GmarketSansTTFBold.eot") format("embedded-opentype"), url("../fonts/GmarketSansTTFBold.woff") format("woff"), url("../fonts/GmarketSansTTFBold.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Namoo GothicB';
  src: url("../fonts/icTTNamoogothicB.eot") format("embedded-opentype"), url("../fonts/icTTNamoogothicB.woff") format("woff"), url("../fonts/icTTNamoogothicB.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Namoo GothicR';
  src: url("../fonts/icTTNamoogothicR.eot") format("embedded-opentype"), url("../fonts/icTTNamoogothicR.woff") format("woff"), url("../fonts/icTTNamoogothicR.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'triggerB';
  src: url("../fonts/triggerB.eot") format("embedded-opentype"), url("../fonts/triggerB.woff") format("woff"), url("../fonts/triggerB.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'triggerR';
  src: url("../fonts/triggerR.eot") format("embedded-opentype"), url("../fonts/triggerR.woff") format("woff"), url("../fonts/triggerR.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* 폰트 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 0;
  line-height: normal;
  vertical-align: baseline;
  word-break: keep-all;
  word-wrap: break-word;
  -ms-overflow-style: scrollbar;
}

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
  display: block;
}

select::-ms-expand {
  display: none;
}

/* input 입력시 (X) 버튼 비노출 */
input[type=search]::-webkit-search-cancel-button {
  display: none;
}

/* chrome */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
}

/* ie */
input[type=text]::-ms-clear,
input[type=email]::-ms-clear {
  display: none;
}

/* ie */
/* input type=number 화살표 비노출 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body {
  font-family: 'Namoo GothicR';
  font-weight: 400;
  color: #2b2b2b;
  background-color: transparent;
  -webkit-text-size-adjust: none;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  outline-style: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  outline-style: none;
}

a:focus, a:active, a:visited {
  text-decoration: none;
  outline: none;
  outline-offset: 0;
  outline-style: none;
}

a:focus, button:focus {
  outline: none;
}

table {
  table-layout: fixed;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

input, textarea, select {
  font-family: 'Namoo GothicR';
  font-weight: 400;
  color: #2b2b2b;
  letter-spacing: 0;
  border: 0;
  outline-style: none;
  border-radius: 0;
}

caption, legend, label.hidden, .invisible {
  position: absolute;
  left: -9999px;
  font-size: 0;
  line-height: 0%;
  overflow: hidden;
}

em {
  font-style: normal;
}

label {
  cursor: pointer;
}

a, a > span, button, button > span {
  letter-spacing: 0px;
}

/* init */
/* 페이지 wrap */
.wrap_section {
  background-image: url("../image/common/bg_page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-size: cover;
  width: 1280px;
  height: 720px;
  overflow: hidden;
  position: relative;
  /* 사이트 내 로고 1depth */
}

.wrap_section h1 {
  background-image: url("https://study.korean.net/contents/logo_2023.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -186px 0;
  text-indent: -99999em;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 20px;
  right: -8px;
  z-index: 5;
  display: block;
  width: 180px;
  height: 46px;
}

/* 상단 메뉴리스트 */
nav.list_nav {
  position: absolute;
  top: 0;
  left: 38px;
  z-index: 5;
  display: block;
}

nav.list_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

nav.list_nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #7e7e7e;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(163, 80, 130, 0.5);
          box-shadow: 1px 1px 2px 0 rgba(163, 80, 130, 0.5);
  margin-left: 5px;
  min-height: 30px;
  height: 30px;
  -webkit-transition: 0.14s ease-in;
  transition: 0.14s ease-in;
  box-shadow: 1px 1px 2px 0 rgba(163, 80, 130, 0.5);
}

nav.list_nav ul li a {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  font-family: "Gmarket Sans";
  line-height: 32px;
  letter-spacing: -.1px;
  display: block;
  width: 136px;
  text-align: center;
}

nav.list_nav ul li a.w160 {
  width: 160px;
}

nav.list_nav ul li a.w190 {
  width: 190px;
}

nav.list_nav ul li:first-child {
  margin-left: 0;
}

nav.list_nav ul li.on {
  background-color: #a35082;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(163, 80, 130, 0.5);
          box-shadow: 1px 1px 2px 0 rgba(163, 80, 130, 0.5);
}

nav.list_nav ul li:hover {
  background-color: #a35082;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(163, 80, 130, 0.5);
          box-shadow: 1px 1px 2px 0 rgba(163, 80, 130, 0.5);
}

/* 컨텐츠 기능버튼 */
.wrap_func {
  position: absolute;
  top: 130px;
  right: 25px;
  z-index: 5;
  display: none;
}

.wrap_func.on {
  display: block;
}

.wrap_func .item {
  display: inline-block;
  cursor: pointer;
  margin-left: 20px;
}

/* 컨텐츠 inner */
.wrap_scene {
  padding: 80px 45px 0 45px;
  height: 100%;
}

.wrap_scene h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2b2b2b;
  font-family: "triggerB";
  display: block;
  line-height: 44px;
  letter-spacing: -2px;
  min-height: 102px;
  margin: -14px 0 0 111px;
}

.wrap_scene h2 .txt_h2 {
  background-image: url("../image/common/bu1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -2px;
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
  font-family: "triggerB";
  display: block;
  line-height: 36px;
  letter-spacing: -1px;
  background-size: 37px 36px;
  padding-left: 48px;
  margin-left: -5px;
  margin-top: 20px;
}

.wrap_scene h2 .txt_h2.nobu {
  background: none;
}

.wrap_scene h2 .txt_emp1 {
  font-size: 16px;
  font-weight: 300;
  color: #e75933;
  font-family: "Gmarket Sans";
  display: inline-block;
  padding-left: 14px;
  letter-spacing: -.75px;
}

.wrap_scene h2 .txt_emp1.pos1 {
  position: relative;
  right: -250px;
  top: 63px;
}

/* page scene next, prev */
.wrap_scene_move {
  display: block;
  width: 100%;
}

.wrap_scene_move .prev {
  background-image: url("../image/common/nav1_off.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center 0;
  text-indent: -99999em;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% - 40px);
  left: 20px;
  z-index: 5;
  display: block;
  background-size: contain;
  width: 48px;
  height: 80px;
  cursor: pointer;
}

.wrap_scene_move .prev:hover, .wrap_scene_move .prev.on {
  background-image: url("../image/common/nav1_on.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center 0;
  background-size: contain;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wrap_scene_move .next {
  background-image: url("../image/common/nav1_off.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center 0;
  text-indent: -99999em;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% - 40px);
  right: 20px;
  z-index: 5;
  display: block;
  background-size: contain;
  width: 48px;
  height: 80px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}

.wrap_scene_move .next:hover, .wrap_scene_move .next.on {
  background-image: url("../image/common/nav1_on.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center 0;
  background-size: contain;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* page scene paging Number */
.wrap_scene_paging {
  position: absolute;
  right: auto;
  bottom: 20px;
  left: auto;
  z-index: 5;
  display: block;
  text-align: center;
  width: 100%;
}

.wrap_scene_paging a {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: "rodong";
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #feb119;
  line-height: 38px;
  letter-spacing: -1px;
  border-radius: 20px;
  margin-left: 8px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.wrap_scene_paging a:first-of-type {
  margin-left: 0;
}

.wrap_scene_paging a.on, .wrap_scene_paging a:hover {
  background-color: #3865ba;
}

/* List style */
.list_col_2 {
  display: table;
  width: 100%;
}

.list_col_2 li {
  display: table-cell;
  width: 50%;
}

.list_col_3 {
  display: table;
  width: 100%;
}

.list_col_3 li {
  display: table-cell;
  width: 33%;
}

.list_col_3 li:first-child {
  width: 34%;
}

.list_col_4 {
  display: table;
  width: 100%;
}

.list_col_4 li {
  display: table-cell;
  width: 25%;
}

/* // List style */
/* Label style */
.label_ui1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: "Gmarket Sans";
  display: inline-block;
  letter-spacing: -1px;
  background-color: #3865ba;
  border-radius: 12px;
  text-align: center;
  min-height: 40px;
  line-height: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
}

.label_ui2 {
  font-size: 24px;
  font-weight: 700;
  color: #3865ba;
  font-family: "Gmarket Sans";
  display: inline-block;
  letter-spacing: -1px;
  background-color: #fff;
  border: 3px solid #3865ba;
  border-radius: 12px;
  text-align: center;
  min-height: 34px;
  line-height: 34px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
}

.label_ui3 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  font-family: "Namoo GothicB";
  display: inline-block;
  letter-spacing: -1px;
  background-color: #954472;
  border-radius: 12px;
  text-align: center;
  min-height: 46px;
  line-height: 46px;
  padding-left: 30px;
  padding-right: 30px;
}

/* //Label style */
/* Input style */
input[type=text], input[type=password], input[type=email] {
  width: auto;
}

input[type=text].border-type1, input[type=password].border-type1, input[type=email].border-type1 {
  font-size: 25px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  border-radius: 12px;
  border: dotted 1px #ed8ba7;
  background-color: #fff;
  min-height: 36px;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 10px;
}

input[type=text]:disabled, input[type=password]:disabled, input[type=email]:disabled {
  background-color: #f7f7f7;
  color: #2b2b2b;
}

input[type=text]:disabled::-webkit-input-placeholder, input[type=password]:disabled::-webkit-input-placeholder, input[type=email]:disabled::-webkit-input-placeholder {
  color: #2b2b2b;
}

input[type=text]:disabled::-moz-placeholder, input[type=password]:disabled::-moz-placeholder, input[type=email]:disabled::-moz-placeholder {
  color: #2b2b2b;
}

input[type=text]:disabled::-ms-input-placeholder, input[type=password]:disabled::-ms-input-placeholder, input[type=email]:disabled::-ms-input-placeholder {
  color: #2b2b2b;
}

input[type=text]:disabled::placeholder, input[type=password]:disabled::placeholder, input[type=email]:disabled::placeholder {
  color: #2b2b2b;
}

textarea {
  resize: none;
}

/* //Input style */
/* button style */
.wrap_btn {
  display: block;
  padding-top: 40px;
  text-align: center;
}

.btn_ui1 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  font-family: "rodong";
  display: inline-block;
  line-height: 28px;
  letter-spacing: -2px;
  border-radius: 22px;
  background-color: #885db8;
  padding: 11px 24px 11px 24px;
  cursor: pointer;
}

.btn_ui2 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  font-family: "Gmarket Sans";
  display: inline-block;
  line-height: 25px;
  letter-spacing: -1px;
  border-radius: 10px;
  background-color: #954472;
  padding: 6px 24px 2px 24px;
  cursor: pointer;
  text-align: center;
}

.btn_ui2.small {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: "TriggerR";
  border-radius: 5px;
  padding: 10px 20px 8px 20px;
}

.btn_ui2.radius30 {
  border-radius: 30px;
}

.btn_ui3 {
  font-size: 17px;
  font-weight: 700;
  color: #343434;
  font-family: "triggerB";
  display: inline-block;
  line-height: 22px;
  letter-spacing: -1px;
  border-radius: 13px;
  background-color: #d3c0ec;
  padding: 6px 24px 2px 24px;
  cursor: pointer;
}

/* popup */
.pop_pos {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 1000px;
  left: calc(50% - 460px);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.dim_guide {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
}

.dim_guide.on {
  opacity: 1;
  z-index: 10;
}

.section_center {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.section_center .txt1_font {
  font-size: 21px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  letter-spacing: -1px;
  line-height: 27px;
}

.section_center .txt2_font {
  font-size: 26px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  letter-spacing: -1px;
  line-height: 30px;
}

.ir_none {
  text-indent: -99999em;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.hidden {
  overflow: hidden !important;
}

.block {
  display: block !important;
}

.wrap_userinput::-webkit-scrollbar {
  width: 20px;
  height: auto;
}

.wrap_userinput::-webkit-scrollbar-thumb {
  background: #3865ba;
}

.wrap_userinput::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.type1_scroll::-webkit-scrollbar {
  width: 6px;
  height: auto;
}

.type1_scroll::-webkit-scrollbar-thumb {
  background: #666;
}

.type1_scroll::-webkit-scrollbar-track {
  background: #e6e6e6;
}

::-moz-selection {
  background: #f9a73c;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #f9a73c;
  color: #fff;
  text-shadow: none;
}

.m0 {
  margin: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.mt_0 {
  margin-top: 0px !important;
}

.pt_0 {
  padding-top: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.pl_0 {
  padding-left: 0px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.pr_0 {
  padding-right: 0px !important;
}

.m1 {
  margin: 1px !important;
}

.p1 {
  padding: 1px !important;
}

.mt_1 {
  margin-top: 1px !important;
}

.pt_1 {
  padding-top: 1px !important;
}

.mb_1 {
  margin-bottom: 1px !important;
}

.pb_1 {
  padding-bottom: 1px !important;
}

.ml_1 {
  margin-left: 1px !important;
}

.pl_1 {
  padding-left: 1px !important;
}

.mr_1 {
  margin-right: 1px !important;
}

.pr_1 {
  padding-right: 1px !important;
}

.m2 {
  margin: 2px !important;
}

.p2 {
  padding: 2px !important;
}

.mt_2 {
  margin-top: 2px !important;
}

.pt_2 {
  padding-top: 2px !important;
}

.mb_2 {
  margin-bottom: 2px !important;
}

.pb_2 {
  padding-bottom: 2px !important;
}

.ml_2 {
  margin-left: 2px !important;
}

.pl_2 {
  padding-left: 2px !important;
}

.mr_2 {
  margin-right: 2px !important;
}

.pr_2 {
  padding-right: 2px !important;
}

.m3 {
  margin: 3px !important;
}

.p3 {
  padding: 3px !important;
}

.mt_3 {
  margin-top: 3px !important;
}

.pt_3 {
  padding-top: 3px !important;
}

.mb_3 {
  margin-bottom: 3px !important;
}

.pb_3 {
  padding-bottom: 3px !important;
}

.ml_3 {
  margin-left: 3px !important;
}

.pl_3 {
  padding-left: 3px !important;
}

.mr_3 {
  margin-right: 3px !important;
}

.pr_3 {
  padding-right: 3px !important;
}

.m4 {
  margin: 4px !important;
}

.p4 {
  padding: 4px !important;
}

.mt_4 {
  margin-top: 4px !important;
}

.pt_4 {
  padding-top: 4px !important;
}

.mb_4 {
  margin-bottom: 4px !important;
}

.pb_4 {
  padding-bottom: 4px !important;
}

.ml_4 {
  margin-left: 4px !important;
}

.pl_4 {
  padding-left: 4px !important;
}

.mr_4 {
  margin-right: 4px !important;
}

.pr_4 {
  padding-right: 4px !important;
}

.m5 {
  margin: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.pt_5 {
  padding-top: 5px !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.pb_5 {
  padding-bottom: 5px !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.pl_5 {
  padding-left: 5px !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.pr_5 {
  padding-right: 5px !important;
}

.m6 {
  margin: 6px !important;
}

.p6 {
  padding: 6px !important;
}

.mt_6 {
  margin-top: 6px !important;
}

.pt_6 {
  padding-top: 6px !important;
}

.mb_6 {
  margin-bottom: 6px !important;
}

.pb_6 {
  padding-bottom: 6px !important;
}

.ml_6 {
  margin-left: 6px !important;
}

.pl_6 {
  padding-left: 6px !important;
}

.mr_6 {
  margin-right: 6px !important;
}

.pr_6 {
  padding-right: 6px !important;
}

.m7 {
  margin: 7px !important;
}

.p7 {
  padding: 7px !important;
}

.mt_7 {
  margin-top: 7px !important;
}

.pt_7 {
  padding-top: 7px !important;
}

.mb_7 {
  margin-bottom: 7px !important;
}

.pb_7 {
  padding-bottom: 7px !important;
}

.ml_7 {
  margin-left: 7px !important;
}

.pl_7 {
  padding-left: 7px !important;
}

.mr_7 {
  margin-right: 7px !important;
}

.pr_7 {
  padding-right: 7px !important;
}

.m8 {
  margin: 8px !important;
}

.p8 {
  padding: 8px !important;
}

.mt_8 {
  margin-top: 8px !important;
}

.pt_8 {
  padding-top: 8px !important;
}

.mb_8 {
  margin-bottom: 8px !important;
}

.pb_8 {
  padding-bottom: 8px !important;
}

.ml_8 {
  margin-left: 8px !important;
}

.pl_8 {
  padding-left: 8px !important;
}

.mr_8 {
  margin-right: 8px !important;
}

.pr_8 {
  padding-right: 8px !important;
}

.m9 {
  margin: 9px !important;
}

.p9 {
  padding: 9px !important;
}

.mt_9 {
  margin-top: 9px !important;
}

.pt_9 {
  padding-top: 9px !important;
}

.mb_9 {
  margin-bottom: 9px !important;
}

.pb_9 {
  padding-bottom: 9px !important;
}

.ml_9 {
  margin-left: 9px !important;
}

.pl_9 {
  padding-left: 9px !important;
}

.mr_9 {
  margin-right: 9px !important;
}

.pr_9 {
  padding-right: 9px !important;
}

.m10 {
  margin: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.m11 {
  margin: 11px !important;
}

.p11 {
  padding: 11px !important;
}

.mt_11 {
  margin-top: 11px !important;
}

.pt_11 {
  padding-top: 11px !important;
}

.mb_11 {
  margin-bottom: 11px !important;
}

.pb_11 {
  padding-bottom: 11px !important;
}

.ml_11 {
  margin-left: 11px !important;
}

.pl_11 {
  padding-left: 11px !important;
}

.mr_11 {
  margin-right: 11px !important;
}

.pr_11 {
  padding-right: 11px !important;
}

.m12 {
  margin: 12px !important;
}

.p12 {
  padding: 12px !important;
}

.mt_12 {
  margin-top: 12px !important;
}

.pt_12 {
  padding-top: 12px !important;
}

.mb_12 {
  margin-bottom: 12px !important;
}

.pb_12 {
  padding-bottom: 12px !important;
}

.ml_12 {
  margin-left: 12px !important;
}

.pl_12 {
  padding-left: 12px !important;
}

.mr_12 {
  margin-right: 12px !important;
}

.pr_12 {
  padding-right: 12px !important;
}

.m13 {
  margin: 13px !important;
}

.p13 {
  padding: 13px !important;
}

.mt_13 {
  margin-top: 13px !important;
}

.pt_13 {
  padding-top: 13px !important;
}

.mb_13 {
  margin-bottom: 13px !important;
}

.pb_13 {
  padding-bottom: 13px !important;
}

.ml_13 {
  margin-left: 13px !important;
}

.pl_13 {
  padding-left: 13px !important;
}

.mr_13 {
  margin-right: 13px !important;
}

.pr_13 {
  padding-right: 13px !important;
}

.m14 {
  margin: 14px !important;
}

.p14 {
  padding: 14px !important;
}

.mt_14 {
  margin-top: 14px !important;
}

.pt_14 {
  padding-top: 14px !important;
}

.mb_14 {
  margin-bottom: 14px !important;
}

.pb_14 {
  padding-bottom: 14px !important;
}

.ml_14 {
  margin-left: 14px !important;
}

.pl_14 {
  padding-left: 14px !important;
}

.mr_14 {
  margin-right: 14px !important;
}

.pr_14 {
  padding-right: 14px !important;
}

.m15 {
  margin: 15px !important;
}

.p15 {
  padding: 15px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.pt_15 {
  padding-top: 15px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.pb_15 {
  padding-bottom: 15px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.pl_15 {
  padding-left: 15px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.pr_15 {
  padding-right: 15px !important;
}

.m16 {
  margin: 16px !important;
}

.p16 {
  padding: 16px !important;
}

.mt_16 {
  margin-top: 16px !important;
}

.pt_16 {
  padding-top: 16px !important;
}

.mb_16 {
  margin-bottom: 16px !important;
}

.pb_16 {
  padding-bottom: 16px !important;
}

.ml_16 {
  margin-left: 16px !important;
}

.pl_16 {
  padding-left: 16px !important;
}

.mr_16 {
  margin-right: 16px !important;
}

.pr_16 {
  padding-right: 16px !important;
}

.m17 {
  margin: 17px !important;
}

.p17 {
  padding: 17px !important;
}

.mt_17 {
  margin-top: 17px !important;
}

.pt_17 {
  padding-top: 17px !important;
}

.mb_17 {
  margin-bottom: 17px !important;
}

.pb_17 {
  padding-bottom: 17px !important;
}

.ml_17 {
  margin-left: 17px !important;
}

.pl_17 {
  padding-left: 17px !important;
}

.mr_17 {
  margin-right: 17px !important;
}

.pr_17 {
  padding-right: 17px !important;
}

.m18 {
  margin: 18px !important;
}

.p18 {
  padding: 18px !important;
}

.mt_18 {
  margin-top: 18px !important;
}

.pt_18 {
  padding-top: 18px !important;
}

.mb_18 {
  margin-bottom: 18px !important;
}

.pb_18 {
  padding-bottom: 18px !important;
}

.ml_18 {
  margin-left: 18px !important;
}

.pl_18 {
  padding-left: 18px !important;
}

.mr_18 {
  margin-right: 18px !important;
}

.pr_18 {
  padding-right: 18px !important;
}

.m19 {
  margin: 19px !important;
}

.p19 {
  padding: 19px !important;
}

.mt_19 {
  margin-top: 19px !important;
}

.pt_19 {
  padding-top: 19px !important;
}

.mb_19 {
  margin-bottom: 19px !important;
}

.pb_19 {
  padding-bottom: 19px !important;
}

.ml_19 {
  margin-left: 19px !important;
}

.pl_19 {
  padding-left: 19px !important;
}

.mr_19 {
  margin-right: 19px !important;
}

.pr_19 {
  padding-right: 19px !important;
}

.m20 {
  margin: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.p25 {
  padding: 25px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.pt_25 {
  padding-top: 25px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.pb_25 {
  padding-bottom: 25px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.pl_25 {
  padding-left: 25px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.pr_25 {
  padding-right: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.pt_35 {
  padding-top: 35px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.pb_35 {
  padding-bottom: 35px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.pl_35 {
  padding-left: 35px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.pr_35 {
  padding-right: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.pl_40 {
  padding-left: 40px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.pr_40 {
  padding-right: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.p45 {
  padding: 45px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.pt_45 {
  padding-top: 45px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.pb_45 {
  padding-bottom: 45px !important;
}

.ml_45 {
  margin-left: 45px !important;
}

.pl_45 {
  padding-left: 45px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.pr_45 {
  padding-right: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.p50 {
  padding: 50px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.p55 {
  padding: 55px !important;
}

.mt_55 {
  margin-top: 55px !important;
}

.pt_55 {
  padding-top: 55px !important;
}

.mb_55 {
  margin-bottom: 55px !important;
}

.pb_55 {
  padding-bottom: 55px !important;
}

.ml_55 {
  margin-left: 55px !important;
}

.pl_55 {
  padding-left: 55px !important;
}

.mr_55 {
  margin-right: 55px !important;
}

.pr_55 {
  padding-right: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.pt_60 {
  padding-top: 60px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.pb_60 {
  padding-bottom: 60px !important;
}

.ml_60 {
  margin-left: 60px !important;
}

.pl_60 {
  padding-left: 60px !important;
}

.mr_60 {
  margin-right: 60px !important;
}

.pr_60 {
  padding-right: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.p65 {
  padding: 65px !important;
}

.mt_65 {
  margin-top: 65px !important;
}

.pt_65 {
  padding-top: 65px !important;
}

.mb_65 {
  margin-bottom: 65px !important;
}

.pb_65 {
  padding-bottom: 65px !important;
}

.ml_65 {
  margin-left: 65px !important;
}

.pl_65 {
  padding-left: 65px !important;
}

.mr_65 {
  margin-right: 65px !important;
}

.pr_65 {
  padding-right: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.p70 {
  padding: 70px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.pt_70 {
  padding-top: 70px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.pb_70 {
  padding-bottom: 70px !important;
}

.ml_70 {
  margin-left: 70px !important;
}

.pl_70 {
  padding-left: 70px !important;
}

.mr_70 {
  margin-right: 70px !important;
}

.pr_70 {
  padding-right: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.p75 {
  padding: 75px !important;
}

.mt_75 {
  margin-top: 75px !important;
}

.pt_75 {
  padding-top: 75px !important;
}

.mb_75 {
  margin-bottom: 75px !important;
}

.pb_75 {
  padding-bottom: 75px !important;
}

.ml_75 {
  margin-left: 75px !important;
}

.pl_75 {
  padding-left: 75px !important;
}

.mr_75 {
  margin-right: 75px !important;
}

.pr_75 {
  padding-right: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.p80 {
  padding: 80px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.pb_80 {
  padding-bottom: 80px !important;
}

.ml_80 {
  margin-left: 80px !important;
}

.pl_80 {
  padding-left: 80px !important;
}

.mr_80 {
  margin-right: 80px !important;
}

.pr_80 {
  padding-right: 80px !important;
}

.m85 {
  margin: 85px !important;
}

.p85 {
  padding: 85px !important;
}

.mt_85 {
  margin-top: 85px !important;
}

.pt_85 {
  padding-top: 85px !important;
}

.mb_85 {
  margin-bottom: 85px !important;
}

.pb_85 {
  padding-bottom: 85px !important;
}

.ml_85 {
  margin-left: 85px !important;
}

.pl_85 {
  padding-left: 85px !important;
}

.mr_85 {
  margin-right: 85px !important;
}

.pr_85 {
  padding-right: 85px !important;
}

.m90 {
  margin: 90px !important;
}

.p90 {
  padding: 90px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.pt_90 {
  padding-top: 90px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.pb_90 {
  padding-bottom: 90px !important;
}

.ml_90 {
  margin-left: 90px !important;
}

.pl_90 {
  padding-left: 90px !important;
}

.mr_90 {
  margin-right: 90px !important;
}

.pr_90 {
  padding-right: 90px !important;
}

.m95 {
  margin: 95px !important;
}

.p95 {
  padding: 95px !important;
}

.mt_95 {
  margin-top: 95px !important;
}

.pt_95 {
  padding-top: 95px !important;
}

.mb_95 {
  margin-bottom: 95px !important;
}

.pb_95 {
  padding-bottom: 95px !important;
}

.ml_95 {
  margin-left: 95px !important;
}

.pl_95 {
  padding-left: 95px !important;
}

.mr_95 {
  margin-right: 95px !important;
}

.pr_95 {
  padding-right: 95px !important;
}

.m100 {
  margin: 100px !important;
}

.p100 {
  padding: 100px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

.pl_100 {
  padding-left: 100px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

.pr_100 {
  padding-right: 100px !important;
}

.m110 {
  margin: 110px !important;
}

.p110 {
  padding: 110px !important;
}

.mt_110 {
  margin-top: 110px !important;
}

.pt_110 {
  padding-top: 110px !important;
}

.mb_110 {
  margin-bottom: 110px !important;
}

.pb_110 {
  padding-bottom: 110px !important;
}

.ml_110 {
  margin-left: 110px !important;
}

.pl_110 {
  padding-left: 110px !important;
}

.mr_110 {
  margin-right: 110px !important;
}

.pr_110 {
  padding-right: 110px !important;
}

.m120 {
  margin: 120px !important;
}

.p120 {
  padding: 120px !important;
}

.mt_120 {
  margin-top: 120px !important;
}

.pt_120 {
  padding-top: 120px !important;
}

.mb_120 {
  margin-bottom: 120px !important;
}

.pb_120 {
  padding-bottom: 120px !important;
}

.ml_120 {
  margin-left: 120px !important;
}

.pl_120 {
  padding-left: 120px !important;
}

.mr_120 {
  margin-right: 120px !important;
}

.pr_120 {
  padding-right: 120px !important;
}

.m135 {
  margin: 135px !important;
}

.p135 {
  padding: 135px !important;
}

.mt_135 {
  margin-top: 135px !important;
}

.pt_135 {
  padding-top: 135px !important;
}

.mb_135 {
  margin-bottom: 135px !important;
}

.pb_135 {
  padding-bottom: 135px !important;
}

.ml_135 {
  margin-left: 135px !important;
}

.pl_135 {
  padding-left: 135px !important;
}

.mr_135 {
  margin-right: 135px !important;
}

.pr_135 {
  padding-right: 135px !important;
}

.m140 {
  margin: 140px !important;
}

.p140 {
  padding: 140px !important;
}

.mt_140 {
  margin-top: 140px !important;
}

.pt_140 {
  padding-top: 140px !important;
}

.mb_140 {
  margin-bottom: 140px !important;
}

.pb_140 {
  padding-bottom: 140px !important;
}

.ml_140 {
  margin-left: 140px !important;
}

.pl_140 {
  padding-left: 140px !important;
}

.mr_140 {
  margin-right: 140px !important;
}

.pr_140 {
  padding-right: 140px !important;
}

.m150 {
  margin: 150px !important;
}

.p150 {
  padding: 150px !important;
}

.mt_150 {
  margin-top: 150px !important;
}

.pt_150 {
  padding-top: 150px !important;
}

.mb_150 {
  margin-bottom: 150px !important;
}

.pb_150 {
  padding-bottom: 150px !important;
}

.ml_150 {
  margin-left: 150px !important;
}

.pl_150 {
  padding-left: 150px !important;
}

.mr_150 {
  margin-right: 150px !important;
}

.pr_150 {
  padding-right: 150px !important;
}

.m160 {
  margin: 160px !important;
}

.p160 {
  padding: 160px !important;
}

.mt_160 {
  margin-top: 160px !important;
}

.pt_160 {
  padding-top: 160px !important;
}

.mb_160 {
  margin-bottom: 160px !important;
}

.pb_160 {
  padding-bottom: 160px !important;
}

.ml_160 {
  margin-left: 160px !important;
}

.pl_160 {
  padding-left: 160px !important;
}

.mr_160 {
  margin-right: 160px !important;
}

.pr_160 {
  padding-right: 160px !important;
}

.m165 {
  margin: 165px !important;
}

.p165 {
  padding: 165px !important;
}

.mt_165 {
  margin-top: 165px !important;
}

.pt_165 {
  padding-top: 165px !important;
}

.mb_165 {
  margin-bottom: 165px !important;
}

.pb_165 {
  padding-bottom: 165px !important;
}

.ml_165 {
  margin-left: 165px !important;
}

.pl_165 {
  padding-left: 165px !important;
}

.mr_165 {
  margin-right: 165px !important;
}

.pr_165 {
  padding-right: 165px !important;
}

.m170 {
  margin: 170px !important;
}

.p170 {
  padding: 170px !important;
}

.mt_170 {
  margin-top: 170px !important;
}

.pt_170 {
  padding-top: 170px !important;
}

.mb_170 {
  margin-bottom: 170px !important;
}

.pb_170 {
  padding-bottom: 170px !important;
}

.ml_170 {
  margin-left: 170px !important;
}

.pl_170 {
  padding-left: 170px !important;
}

.mr_170 {
  margin-right: 170px !important;
}

.pr_170 {
  padding-right: 170px !important;
}

.m180 {
  margin: 180px !important;
}

.p180 {
  padding: 180px !important;
}

.mt_180 {
  margin-top: 180px !important;
}

.pt_180 {
  padding-top: 180px !important;
}

.mb_180 {
  margin-bottom: 180px !important;
}

.pb_180 {
  padding-bottom: 180px !important;
}

.ml_180 {
  margin-left: 180px !important;
}

.pl_180 {
  padding-left: 180px !important;
}

.mr_180 {
  margin-right: 180px !important;
}

.pr_180 {
  padding-right: 180px !important;
}

/* 공용 */
/* 인트로관련 디자인 */
.design_intro .txt_slogon {
  font-size: 64px;
  font-weight: 700;
  color: #885db8;
  font-family: "triggerR";
  display: block;
  letter-spacing: -5px;
  text-align: center;
  padding-top: 80px;
}

.design_intro .txt_intro {
  font-size: 21px;
  font-weight: 700;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  display: block;
  letter-spacing: -1px;
  text-align: center;
  padding-top: 30px;
}

.design_intro .define {
  display: block;
  position: relative;
  width: calc(100% - 45px);
  margin: 10px auto 0 auto;
}

.design_intro .define img {
  position: absolute;
  top: 0;
  left: 8px;
  display: block;
}

.design_intro .define .txt1 {
  background-image: url("../image/01/page_01/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 510px 78px;
  font-size: 26px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  display: block;
  padding: 75px 0 0 540px;
  line-height: 40px;
  letter-spacing: -1.6px;
  background-size: 10px 272px;
}

/* 디자인 인트로 */
/* 툴팁,나레이션 관련 디자인 */
.design_tooltip {
  /* 세배의 의미 */
  /* //세배의 의미 */
  /* 세배하는 방법을 알아봅시다 */
  /* //세배하는 방법을 알아봅시다 */
  /* 연하장을 만들어 새해 인사를 해 봅시다. */
  /* //연하장을 만들어 새해 인사를 해 봅시다. */
  /* 대한민국 이전의 나라와 건국 왕을 순서대로 알아봅시다. */
  /* 태극기의 의미에 대해 알아봅시다. */
  /* 세계 여러 나라의 국기에는 어떤 의미가 있을까요? */
  /* 송편의 모양에 대해 알아 봅시다. 왜 반달 모양일까요? */
}

.design_tooltip .newyear_meaning {
  display: block;
}

.design_tooltip .newyear_meaning .thumb1 {
  display: block;
  text-align: center;
  margin-top: 80px;
}

.design_tooltip .how_newyear .list_col_4 {
  width: 95%;
  margin: 50px auto 0 auto;
}

.design_tooltip .how_newyear .list_col_4 li {
  display: table-cell;
  width: 25%;
  text-align: center;
  position: relative;
}

.design_tooltip .how_newyear .list_col_4 li.on:after {
  background-image: url("../image/01/page_02/bu1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
  content: '';
  position: absolute;
  right: -32px;
  top: calc(50% - 70px);
  width: 66px;
  height: 41px;
  background-size: contain;
  cursor: pointer;
  z-index: 9;
}

.design_tooltip .how_newyear .list_col_4 li.on:last-child:after {
  background: none;
}

.design_tooltip .how_newyear .list_col_4 li ._after {
  background-image: url("../image/01/page_02/bu1_on.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
  display: block;
  position: absolute;
  right: -32px;
  top: calc(50% - 70px);
  width: 66px;
  height: 41px;
  background-size: contain;
  cursor: pointer;
  opacity: 1;
  z-index: 9;
}

.design_tooltip .how_newyear .list_col_4 li ._after.off {
  background-image: url("../image/01/page_02/bu1_on.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
  cursor: default;
  opacity: 0;
}

.design_tooltip .how_newyear .list_col_4 li ._after._dis {
  background-image: url("../image/01/page_02/bu1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
  cursor: default;
  opacity: 1;
}

.design_tooltip .how_newyear .list_col_4 .thumb {
  display: block;
  text-align: center;
}

.design_tooltip .how_newyear .list_col_4 .txt {
  font-size: 20px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  display: block;
  line-height: 23px;
  letter-spacing: -1.2px;
  padding-top: 20px;
}

.design_tooltip .newyear_card {
  display: block;
  width: 90%;
  margin: 40px auto 0 auto;
}

.design_tooltip .newyear_card .wrap_box {
  background-image: url("../image/01/page_03/img1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom 15px;
  display: block;
  background-size: 979px 211px;
  background-color: #fff;
  padding: 30px 90px;
  border-radius: 34px;
  min-height: 405px;
}

.design_tooltip .newyear_card .wrap_box .txt1 {
  font-size: 32px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "triggerR";
  display: block;
  letter-spacing: -1px;
  line-height: 36px;
  margin-bottom: 8px;
}

.design_tooltip .newyear_card .wrap_box .txt2 {
  font-size: 20px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  display: block;
  letter-spacing: -1px;
  line-height: 26px;
}

.design_tooltip .newyear_card .blank_obj1 {
  background-image: url("../image/01/page_03/img3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 385px;
  left: 0;
  z-index: 5;
  display: block;
  background-size: contain;
  width: 75px;
  height: 95px;
}

.design_tooltip .newyear_card .blank_obj2 {
  background-image: url("../image/01/page_03/img4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  right: 0;
  bottom: 78px;
  z-index: 5;
  display: block;
  background-size: contain;
  width: 79px;
  height: 129px;
}

.design_tooltip .newyear_card .wrap_card_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
}

.design_tooltip .newyear_card .wrap_card_input .col1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 500px;
  margin-top: 15px;
}

.design_tooltip .newyear_card .wrap_card_input .col2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.design_tooltip .newyear_card .wrap_card_input .col2:before {
  background-image: url("../image/01/page_03/img2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  content: '';
  background-size: contain;
  width: 566px;
  height: 291px;
}

.design_tooltip .newyear_card .wrap_card_input .list_card {
  width: 496px;
}

.design_tooltip .newyear_card .wrap_card_input .list_card li {
  float: left;
  width: 50%;
  margin-top: 16px;
  cursor: pointer;
}

.design_tooltip .newyear_card .wrap_card_input .list_card li:nth-child(even) {
  float: right;
}

.design_tooltip .newyear_card .wrap_card_input .list_card li:nth-child(1), .design_tooltip .newyear_card .wrap_card_input .list_card li:nth-child(2) {
  margin-top: 0;
}

.design_tooltip .newyear_card .wrap_card_input .list_card:after {
  content: '';
  display: table;
  clear: both;
}

.design_tooltip .newyear_card .wrap_card_input .list_card img {
  border: 1px solid #b9b8b6;
  border-radius: 5px;
}

.design_tooltip .newyear_card .wrap_card_input .card_select {
  position: absolute;
  top: 19px;
  left: 41px;
  z-index: 5;
  display: block;
  width: 495px;
  height: 250px;
}

.design_tooltip .newyear_card .wrap_card_input .card_select img {
  width: 100%;
}

.design_tooltip .newyear_card .wrap_card_input .line_1 {
  background-image: url("../image/01/page_03/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 122px;
  left: 80px;
  z-index: 10;
  display: block;
  background-repeat: repeat-x;
  background-size: 100% 122px;
  width: 420px;
  height: 122px;
}

.design_tooltip .newyear_card .wrap_card_input .line_1 textarea {
  font-size: 20px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  letter-spacing: -.5px;
  line-height: 40px;
  resize: none;
  background-color: transparent;
  width: 100%;
  height: 122px;
  word-break: break-all;
  overflow: hidden;
}

.design_tooltip .newyear_card .wrap_card_input .line_1.t_1 {
  position: absolute;
  top: 52px;
  left: 90px;
  z-index: 10;
  width: 200px;
  height: 180px;
  background-repeat: repeat;
}

.design_tooltip .newyear_card .wrap_card_input .line_1.t_2 {
  position: absolute;
  top: 70px;
  left: 140px;
  z-index: 10;
  width: 260px;
  height: 122px;
}

.design_tooltip .newyear_card .wrap_card_input .line_1.t_3 {
  position: absolute;
  top: 122px;
  left: 80px;
  z-index: 10;
  width: 420px;
  height: 122px;
}

.design_tooltip .newyear_card .wrap_card_input .line_1.t_4 {
  position: absolute;
  top: 22px;
  left: 80px;
  z-index: 10;
  width: 320px;
  height: 122px;
}

.design_tooltip .order_koreaking {
  background-image: url("../image/14/page_01/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-size: 1097px 497px;
  min-height: 497px;
  width: 1097px;
  margin: 0 auto;
  position: relative;
}

.design_tooltip .order_koreaking .txt1 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: "triggerR";
  display: inline-block;
  letter-spacing: -1px;
  width: 104px;
  text-align: center;
}

.design_tooltip .order_koreaking .txt2 {
  font-size: 24px;
  font-weight: 700;
  color: #343434;
  font-family: "Namoo GothicB";
  display: inline-block;
  letter-spacing: -1px;
  width: 104px;
  text-align: center;
}

.design_tooltip .order_koreaking .item1 {
  position: absolute;
  top: 19px;
  left: 130px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item1_1 {
  position: absolute;
  top: 65px;
  left: 130px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item2 {
  position: absolute;
  top: 19px;
  left: 275px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item3 {
  position: absolute;
  top: 19px;
  left: 418px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item4 {
  position: absolute;
  top: 19px;
  left: 563px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item5 {
  position: absolute;
  top: 19px;
  left: 705px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item5_1 {
  position: absolute;
  top: 65px;
  left: 705px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item6 {
  position: absolute;
  top: 19px;
  left: 849px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item6_1 {
  position: absolute;
  top: 65px;
  left: 849px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item7 {
  position: absolute;
  top: 135px;
  left: 274px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item7_1 {
  position: absolute;
  top: 179px;
  left: 274px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item8 {
  position: absolute;
  top: 150px;
  left: 564px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item9 {
  position: absolute;
  top: 247px;
  left: 274px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item9_1 {
  position: absolute;
  top: 292px;
  left: 274px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item10 {
  position: absolute;
  top: 276px;
  left: 563px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item10_1 {
  position: absolute;
  top: 320px;
  left: 563px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item11 {
  position: absolute;
  top: 362px;
  left: 275px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item11_1 {
  position: absolute;
  top: 408px;
  left: 275px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item12 {
  position: absolute;
  top: 362px;
  left: 438px;
  z-index: 3;
}

.design_tooltip .order_koreaking .item12_1 {
  position: absolute;
  top: 408px;
  left: 438px;
  z-index: 3;
}

.design_tooltip .mean_koreaflag {
  position: relative;
  text-align: center;
  margin: 100px auto 0 auto;
}

.design_tooltip .mean_koreaflag .txt {
  font-size: 20px;
  font-weight: 700;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  letter-spacing: -1px;
  line-height: 24px;
  display: block;
}

.design_tooltip .mean_koreaflag .txt strong {
  font-size: 30px;
  font-weight: 700;
  color: #a35082;
  font-family: "Namoo GothicB";
  display: block;
  line-height: 34px;
  margin-bottom: 8px;
}

.design_tooltip .mean_koreaflag .ar {
  text-align: right;
}

.design_tooltip .mean_koreaflag .al {
  text-align: left;
}

.design_tooltip .mean_koreaflag .ac {
  text-align: center;
}

.design_tooltip .mean_koreaflag .pos1 {
  position: absolute;
  top: -120px;
  left: 380px;
  z-index: 3;
}

.design_tooltip .mean_koreaflag .pos1:after {
  background-image: url("../image/15/page_02/arrow1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: 3;
  content: '';
  display: block;
  width: 10px;
  height: 144px;
  background-size: contain;
}

.design_tooltip .mean_koreaflag .pos2 {
  position: absolute;
  top: 0px;
  left: 870px;
  z-index: 3;
}

.design_tooltip .mean_koreaflag .pos2:after {
  background-image: url("../image/15/page_02/arrow2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
  position: absolute;
  top: 30px;
  right: 190px;
  z-index: 3;
  content: '';
  display: block;
  width: 154px;
  height: 28px;
  background-size: contain;
}

.design_tooltip .mean_koreaflag .pos3 {
  position: absolute;
  top: 210px;
  left: 870px;
  z-index: 3;
}

.design_tooltip .mean_koreaflag .pos3:after {
  background-image: url("../image/15/page_02/arrow3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
  position: absolute;
  top: -5px;
  right: 165px;
  z-index: 3;
  content: '';
  display: block;
  width: 153px;
  height: 23px;
  background-size: contain;
}

.design_tooltip .mean_koreaflag .pos4 {
  position: absolute;
  top: 290px;
  left: 500px;
  z-index: 3;
}

.design_tooltip .mean_koreaflag .pos4:after {
  background-image: url("../image/15/page_02/arrow4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
  position: absolute;
  top: -95px;
  right: 105px;
  z-index: 3;
  content: '';
  display: block;
  width: 11px;
  height: 82px;
  background-size: contain;
}

.design_tooltip .mean_koreaflag .pos5 {
  position: absolute;
  top: 210px;
  left: 120px;
  z-index: 3;
}

.design_tooltip .mean_koreaflag .pos5:after {
  background-image: url("../image/15/page_02/arrow5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
  position: absolute;
  top: -8px;
  right: -165px;
  z-index: 3;
  content: '';
  display: block;
  width: 155px;
  height: 24px;
  background-size: contain;
}

.design_tooltip .mean_koreaflag .pos6 {
  position: absolute;
  top: 5px;
  left: 140px;
  z-index: 3;
}

.design_tooltip .mean_koreaflag .pos6:after {
  background-image: url("../image/15/page_02/arrow6.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
  position: absolute;
  top: 18px;
  right: -171px;
  z-index: 3;
  content: '';
  display: block;
  width: 162px;
  height: 31px;
  background-size: contain;
}

.design_tooltip .flag_nationspot {
  background-image: url("../image/15/page_03/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative;
  background-size: 624px 357px;
  min-height: 357px;
  width: 624px;
  margin: 50px auto 0 auto;
}

.design_tooltip .flag_nationspot .spot1 {
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 3;
}

.design_tooltip .flag_nationspot .spot2 {
  position: absolute;
  top: 74px;
  left: 462px;
  z-index: 3;
}

.design_tooltip .flag_nationspot .spot3 {
  position: absolute;
  top: 180px;
  left: 50px;
  z-index: 3;
}

.design_tooltip .flag_nationspot .spot4 {
  position: absolute;
  top: 160px;
  left: 200px;
  z-index: 3;
}

.design_tooltip .flag_nationspot .spot5 {
  position: absolute;
  top: 210px;
  left: 560px;
  z-index: 3;
}

.design_tooltip .flag_nationnote {
  display: block;
  text-align: center;
  position: relative;
}

.design_tooltip .flag_nationnote .txt {
  font-size: 22px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  width: 880px;
  margin: 0 auto;
  display: block;
  text-align: left;
  letter-spacing: -1px;
  line-height: 30px;
}

.design_tooltip .flag_nationnote .thumb {
  position: absolute;
  top: 90px;
  left: calc(50% - 521px);
  z-index: 3;
  display: block;
  text-align: center;
  width: 1043px;
}

.design_tooltip .history_songpyeon {
  width: 500px;
  margin: 90px auto 0 auto;
  text-align: center;
  position: relative;
}

.design_tooltip .history_songpyeon .thumb {
  display: block;
}

.design_tooltip .history_songpyeon .txt {
  font-size: 21px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  display: block;
  letter-spacing: -1px;
  line-height: 25px;
  margin-top: 10px;
}

.design_tooltip .history_songpyeon .wrap_slider {
  width: 500px;
  overflow: hidden;
}

.design_tooltip .history_songpyeon .slider_nav {
  position: absolute;
  top: -46px;
  right: 44px;
  z-index: 3;
  font-size: 17px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "triggerR";
  letter-spacing: -1px;
  line-height: 36px;
}

.design_tooltip .history_songpyeon .slider_nav .prev {
  background-image: url("../image/common/bu_nav1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  text-indent: -99999em;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 35px;
  height: 36px;
  background-size: contain;
  margin-right: 15px;
  margin-bottom: -15px;
  cursor: pointer;
}

.design_tooltip .history_songpyeon .slider_nav .next {
  background-image: url("../image/common/bu_nav1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  text-indent: -99999em;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 35px;
  height: 36px;
  background-size: contain;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 15px;
  margin-bottom: -15px;
  cursor: pointer;
}

.design_tooltip .history_songpyeon .hear {
  background-image: url("../image/common/ic_headphone3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  text-indent: -99999em;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 10px;
  right: -40px;
  z-index: 3;
  display: block;
  width: 42px;
  height: 42px;
  background-size: contain;
  cursor: pointer;
}

/* ////////////////////////////////////////////// */
.thumb_desc {
  display: table;
  width: 1020px;
  margin: 50px auto 0 auto;
}

.thumb_desc.horizontal {
  text-align: center;
}

.thumb_desc.horizontal img {
  display: block;
  margin: 0 auto;
}

.thumb_desc.horizontal .txt1 {
  display: block;
}

.thumb_desc .btn_ui2 {
  padding: 0;
  padding-top: 3px;
  padding-bottom: 1px;
}

.thumb_desc .txt_caption1 {
  font-size: 32px;
  font-weight: 700;
  color: #a35082;
  font-family: "Namoo GothicB";
  display: block;
  line-height: 36px;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.thumb_desc .txt_caption2 {
  font-size: 26px;
  font-weight: 700;
  color: #2b2b2b;
  font-family: "Namoo GothicB";
  display: block;
  line-height: 30px;
  letter-spacing: -1px;
  margin-bottom: 8px;
}

.thumb_desc .wrap_input {
  display: block;
  border: 1px solid #7c7c7c;
  border-radius: 16px;
  background-color: #fff;
  padding: 14px 18px;
}

.thumb_desc .wrap_input textarea {
  font-size: 20px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  line-height: 26px;
  letter-spacing: -1px;
}

.thumb_desc img {
  display: table-cell;
}

.thumb_desc .txt1 {
  font-size: 21px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  display: table-cell;
  padding: 0 0 0 30px;
  line-height: 34px;
  letter-spacing: -1px;
  vertical-align: middle;
}

.thumb_desc .txt1.font1 {
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
  font-family: "triggerB";
  letter-spacing: -1px;
}

.thumb_desc .txt2 {
  font-size: 23px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  line-height: 32px;
  letter-spacing: -1.4px;
}

.thumb_desc .txt2 strong {
  font-size: 23px;
  font-weight: 700;
  color: #a35082;
  font-family: "Namoo GothicB";
}

.thumb_desc .link1 {
  font-size: 22px;
  font-weight: 700;
  color: #a35082;
  font-family: "Namoo GothicB";
  cursor: pointer;
}

.thumb_desc .txt_tip {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  font-family: "Namoo GothicR";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  letter-spacing: -1px;
  line-height: 30px;
  width: 330px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  background-color: #a35082;
  border-radius: 20px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.thumb_desc .txt_tip.on {
  opacity: 1;
  z-index: 5;
}

.thumb_desc .txt_tip.on:after {
  background-image: url("../image/04/page_01/edge1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: calc(50% - 9px);
  right: -19px;
  z-index: 8;
  display: inline-block;
  content: '';
  width: 18px;
  height: 22px;
  line-height: 0;
  -webkit-transform: rotate(268deg);
      -ms-transform: rotate(268deg);
          transform: rotate(268deg);
  background-size: contain;
}

/* 풍선말 */
.balloon_tooltip {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.balloon_tooltip .balloon {
  font-size: 18px;
  font-weight: 700;
  color: #2b2b2b;
  font-family: "Namoo GothicB";
  display: inline-block;
  background-color: #fff;
  border: 3px solid #f0ccbe;
  border-radius: 16px;
  letter-spacing: -1px;
  line-height: 22px;
  padding: 16px 16px;
  text-align: left;
  width: auto;
  position: absolute;
  z-index: 5;
}

.balloon_tooltip .balloon:before {
  background-image: url("../image/common/edge_tooltip1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: calc(50% - 14px);
  left: -31px;
  z-index: 5;
  content: ' ';
  display: block;
  background-size: contain;
  width: 31px;
  height: 25px;
  margin-bottom: -22px;
}

.balloon_tooltip .balloon.edge_right:after {
  background-image: url("../image/common/edge_tooltip1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: calc(50% - 14px);
  right: -31px;
  z-index: 5;
  content: ' ';
  display: block;
  background-size: contain;
  width: 31px;
  height: 25px;
  margin-bottom: -22px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.balloon_tooltip .balloon.edge_right:before {
  background: none !important;
  left: auto;
}

.balloon_tooltip .balloon .ic_face1 {
  padding-left: 50px;
  position: relative;
  display: block;
}

.balloon_tooltip .balloon .ic_face1:before {
  background-image: url("../image/common/ic_face1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: calc(50% - 19px);
  left: 0px;
  z-index: 3;
  display: block;
  content: '';
  width: 39px;
  height: 39px;
  background-size: contain;
}

.balloon_tooltip .balloon .ic_face2 {
  padding-left: 50px;
  position: relative;
  display: block;
}

.balloon_tooltip .balloon .ic_face2:before {
  background-image: url("../image/common/ic_face2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: calc(50% - 19px);
  left: 0px;
  z-index: 3;
  display: block;
  content: '';
  width: 39px;
  height: 39px;
  background-size: contain;
}

.balloon_tooltip .balloon .ic_face3 {
  padding-left: 50px;
  position: relative;
  display: block;
}

.balloon_tooltip .balloon .ic_face3:before {
  background-image: url("../image/common/ic_face3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: -10px;
  left: 0px;
  z-index: 3;
  display: block;
  content: '';
  width: 39px;
  height: 39px;
  background-size: contain;
}

.balloon_tooltip .balloon .ic_face4 {
  padding-left: 50px;
  position: relative;
  display: block;
}

.balloon_tooltip .balloon .ic_face4:before {
  background-image: url("../image/common/ic_face4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: -10px;
  left: 0px;
  z-index: 3;
  display: block;
  content: '';
  width: 39px;
  height: 39px;
  background-size: contain;
}

/* 디자인 툴팁,나레이션 */
/* 드래그관련(어러곳에 드래그) 디자인 */
.design_drag {
  /* 설날 한국에서 열리는 행사를 알아볼까요? */
  /* //설날 한국에서 열리는 행사를 알아볼까요? */
  /* 열두 띠 동물의 순서를 알아볼까요? */
  /* //열두 띠 동물의 순서를 알아볼까요? */
  /* 달 속의 숨은 그림 찾기 */
  /* 지금까지 배운 단어를 가로, 세로, 대각선 방향으로 찾아보세요. */
  /* 유관순 열사의 천안 아우내 만세 운동에 대해서 알아봅시다. */
  /* 독립운동가들의 운동 지역을 찾아 봅시다.  */
  /* 세종대왕의 업적을 알아봅시다. */
}

.design_drag .part_match {
  position: relative;
  width: 1010px;
  margin: 40px auto 0 auto;
}

.design_drag .part_match .wrap_example {
  display: block;
  background-color: #e7e7e7;
  border-radius: 23px;
  border: 3px solid #fff;
  padding: 14px 20px;
  height: 80px;
}

.design_drag .part_match .wrap_example .ex {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: "Gmarket Sans";
  position: absolute;
  top: 17px;
  left: 60px;
  z-index: 5;
  display: inline-block;
  border-radius: 12px;
  background-color: #954472;
  width: 100px;
  height: 44px;
  line-height: 49px;
  text-align: center;
  letter-spacing: -1px;
}

.design_drag .part_match .wrap_example .txt {
  font-size: 28px;
  font-weight: 700;
  color: #a35082;
  font-family: "Namoo GothicB";
  display: inline-block;
  border-radius: 12px;
  background-color: #fff;
  border: 2px solid #a35082;
  width: 170px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  letter-spacing: -1px;
  cursor: pointer;
}

.design_drag .part_match .wrap_example .txt2 {
  font-size: 22px;
  font-weight: 700;
  color: #a35082;
  font-family: "Namoo GothicB";
  display: inline-block;
  border-radius: 12px;
  background-color: #fff;
  border: 2px solid #a35082;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 42px;
  text-align: center;
  letter-spacing: -1px;
  cursor: pointer;
}

.design_drag .part_match .wrap_example .item1 {
  position: absolute;
  top: 17px;
  left: 210px;
  z-index: 5;
}

.design_drag .part_match .wrap_example .item2 {
  position: absolute;
  top: 17px;
  left: 400px;
  z-index: 5;
}

.design_drag .part_match .wrap_example .item3 {
  position: absolute;
  top: 17px;
  left: 590px;
  z-index: 5;
}

.design_drag .part_match .wrap_example .item4 {
  position: absolute;
  top: 17px;
  left: 780px;
  z-index: 5;
}

.design_drag .part_match .wrap_sentence {
  margin-top: 20px;
}

.design_drag .part_match .wrap_sentence > ul {
  display: table;
  width: 100%;
}

.design_drag .part_match .wrap_sentence > ul li {
  display: table-cell;
  width: 25%;
  padding-left: 15px;
}

.design_drag .part_match .wrap_sentence > ul li:first-child {
  padding-left: 0;
}

.design_drag .part_match .wrap_sentence > ul.col5 li {
  width: 188px;
  padding-left: 7px;
}

.design_drag .part_match .wrap_sentence > ul.col5 li:first-child {
  padding-left: 0;
}

.design_drag .part_match .wrap_sentence > ul.col5 li:nth-child(5) {
  width: 283px;
}

.design_drag .part_match .wrap_sentence .thumb {
  display: block;
  margin-bottom: 20px;
}

.design_drag .part_match .wrap_sentence .thumb img {
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.design_drag .part_match .wrap_sentence .drag_input {
  font-size: 27px;
  font-weight: 700;
  color: #a35082;
  font-family: "Namoo GothicB";
  display: block;
  border: 1px solid #cdc4bf;
  background-color: #fff;
  text-align: center;
  border-radius: 30px;
  letter-spacing: -1px;
  height: 90px;
  line-height: 90px;
  overflow: hidden;
}

.design_drag .part_match .wrap_sentence .drag_input2 {
  font-size: 27px;
  font-weight: 700;
  color: #a35082;
  font-family: "Namoo GothicB";
  display: block;
  border: 1px solid #cdc4bf;
  background-color: #fff;
  text-align: center;
  border-radius: 30px;
  letter-spacing: -1px;
  height: 64px;
  line-height: 64px;
  overflow: hidden;
}

.design_drag .order_animals {
  background-image: url("../image/03/page_02/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom 0;
  display: block;
  position: relative;
  background-size: 899px 182px;
  height: 380px;
  margin-top: 40px;
}

.design_drag .order_animals img {
  cursor: pointer;
}

.design_drag .order_animals .item1 {
  position: absolute;
  top: 0px;
  left: 290px;
  z-index: 5;
}

.design_drag .order_animals .item2 {
  position: absolute;
  top: 0px;
  left: 380px;
  z-index: 5;
}

.design_drag .order_animals .item3 {
  position: absolute;
  top: 0px;
  left: 470px;
  z-index: 5;
}

.design_drag .order_animals .item4 {
  position: absolute;
  top: 0px;
  left: 560px;
  z-index: 5;
}

.design_drag .order_animals .item5 {
  position: absolute;
  top: 0px;
  left: 650px;
  z-index: 5;
}

.design_drag .order_animals .item6 {
  position: absolute;
  top: 0px;
  left: 740px;
  z-index: 5;
}

.design_drag .order_animals .item7 {
  position: absolute;
  top: 85px;
  left: 380px;
  z-index: 5;
}

.design_drag .order_animals .item8 {
  position: absolute;
  top: 85px;
  left: 470px;
  z-index: 5;
}

.design_drag .order_animals .item9 {
  position: absolute;
  top: 85px;
  left: 560px;
  z-index: 5;
}

.design_drag .order_animals .item10 {
  position: absolute;
  top: 85px;
  left: 650px;
  z-index: 5;
}

.design_drag .order_animals .item11 {
  position: absolute;
  top: 85px;
  left: 740px;
  z-index: 5;
}

.design_drag .order_animals .item12 {
  position: absolute;
  top: 85px;
  left: 840px;
  z-index: 5;
}

.design_drag .order_animals .answer_item1 {
  position: absolute;
  top: 202px;
  left: 170px;
  z-index: 5;
}

.design_drag .order_animals .answer_item2 {
  position: absolute;
  top: 202px;
  left: 296px;
  z-index: 5;
}

.design_drag .order_animals .answer_item3 {
  position: absolute;
  top: 202px;
  left: 426px;
  z-index: 5;
}

.design_drag .order_animals .answer_item4 {
  position: absolute;
  top: 202px;
  left: 555px;
  z-index: 5;
}

.design_drag .order_animals .answer_item5 {
  position: absolute;
  top: 202px;
  left: 681px;
  z-index: 5;
}

.design_drag .order_animals .answer_item6 {
  position: absolute;
  top: 202px;
  left: 811px;
  z-index: 5;
}

.design_drag .order_animals .answer_item7 {
  position: absolute;
  top: 296px;
  left: 296px;
  z-index: 5;
}

.design_drag .order_animals .answer_item8 {
  position: absolute;
  top: 296px;
  left: 426px;
  z-index: 5;
}

.design_drag .order_animals .answer_item9 {
  position: absolute;
  top: 296px;
  left: 555px;
  z-index: 5;
}

.design_drag .order_animals .answer_item10 {
  position: absolute;
  top: 296px;
  left: 681px;
  z-index: 5;
}

.design_drag .order_animals .answer_item11 {
  position: absolute;
  top: 296px;
  left: 811px;
  z-index: 5;
}

.design_drag .order_animals .answer_item12 {
  position: absolute;
  top: 296px;
  left: 940px;
  z-index: 5;
}

.design_drag .dangun_myth_dragline {
  background-image: url("../image/13/page_02/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-size: 949px 493px;
  min-height: 493px;
  width: 949px;
  margin: 20px auto 0 auto;
  position: relative;
}

.design_drag .dangun_myth_dragline .txt {
  font-size: 18px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo Gothicr";
  letter-spacing: -1px;
  line-height: 21px;
  width: 250px;
  height: 154px;
  overflow: hidden;
  overflow-y: auto;
  text-align: center;
}

.design_drag .dangun_myth_dragline .line1 {
  position: absolute;
  top: 330px;
  left: 15px;
  z-index: 3;
}

.design_drag .dangun_myth_dragline .line2 {
  position: absolute;
  top: 330px;
  left: 336px;
  z-index: 3;
}

.design_drag .dangun_myth_dragline .line3 {
  position: absolute;
  top: 330px;
  left: 661px;
  z-index: 3;
}

.design_drag .findhidden_fullmoon {
  background-image: url("../image/06/page_02/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-size: 1058px 432px;
  min-height: 432px;
  width: 1058px;
  margin: 30px auto 0 auto;
  position: relative;
}

.design_drag .findhidden_fullmoon .txt_box {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: "triggerR";
  display: block;
  margin: 0 auto;
  height: 36px;
  width: 100px;
  letter-spacing: -1px;
  line-height: 38px;
  background-color: #a35082;
  border-radius: 6px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  margin-top: 5px;
}

.design_drag .findhidden_fullmoon .drag1 {
  position: absolute;
  top: 30px;
  left: 660px;
  z-index: 5;
}

.design_drag .findhidden_fullmoon .drag2 {
  position: absolute;
  top: 30px;
  left: 850px;
  z-index: 5;
}

.design_drag .findhidden_fullmoon .drag3 {
  position: absolute;
  top: 200px;
  left: 630px;
  z-index: 5;
}

.design_drag .findhidden_fullmoon .drag4 {
  position: absolute;
  top: 200px;
  left: 770px;
  z-index: 5;
}

.design_drag .findhidden_fullmoon .drag5 {
  position: absolute;
  top: 200px;
  left: 910px;
  z-index: 5;
}

.design_drag .findhidden_fullmoon .txt_pos1 {
  position: absolute;
  top: 130px;
  left: 160px;
  z-index: 5;
}

.design_drag .findhidden_fullmoon .txt_pos2 {
  position: absolute;
  top: 130px;
  left: 416px;
  z-index: 5;
}

.design_drag .findhidden_fullmoon .txt_pos3 {
  position: absolute;
  top: 320px;
  left: 70px;
  z-index: 5;
}

.design_drag .findhidden_fullmoon .txt_pos4 {
  position: absolute;
  top: 320px;
  left: 260px;
  z-index: 5;
}

.design_drag .findhidden_fullmoon .enter1 {
  position: absolute;
  top: 10px;
  left: 110px;
  z-index: 5;
}

.design_drag .findhidden_fullmoon .enter2 {
  position: absolute;
  top: 10px;
  left: 240px;
  z-index: 5;
}

.design_drag .findhidden_fullmoon .enter3 {
  position: absolute;
  top: 10px;
  left: 430px;
  z-index: 5;
}

.design_drag .findhidden_fullmoon .enter4 {
  position: absolute;
  top: 200px;
  left: 180px;
  z-index: 5;
}

.design_drag .word_dragcollect {
  background-image: url("../image/07/page_03/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% center;
  background-size: 306px 341px;
  min-height: 341px;
  width: 1000px;
  margin: -10px auto 0 auto;
  position: relative;
}

.design_drag .word_dragcollect .txt {
  font-size: 20px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "triggerR";
  letter-spacing: -1px;
}

.design_drag .word_dragcollect .drag1 {
  position: absolute;
  top: 170px;
  left: 730px;
  z-index: 5;
}

.design_drag .word_dragcollect .drag2 {
  position: absolute;
  top: 170px;
  left: 870px;
  z-index: 5;
}

.design_drag .word_dragcollect .drag3 {
  position: absolute;
  top: 220px;
  left: 730px;
  z-index: 5;
}

.design_drag .word_dragcollect .drag4 {
  position: absolute;
  top: 220px;
  left: 880px;
  z-index: 5;
}

.design_drag .word_dragcollect .drag5 {
  position: absolute;
  top: 260px;
  left: 750px;
  z-index: 5;
}

.design_drag .word_dragcollect .drag6 {
  position: absolute;
  top: 260px;
  left: 860px;
  z-index: 5;
}

.design_drag .word_dragcollect .drag7 {
  position: absolute;
  top: 300px;
  left: 730px;
  z-index: 5;
}

.design_drag .word_dragcollect .drag8 {
  position: absolute;
  top: 300px;
  left: 880px;
  z-index: 5;
}

.design_drag .word_dragcollect .drag9 {
  position: absolute;
  top: 340px;
  left: 760px;
  z-index: 5;
}

.design_drag .word_dragcollect .tbl_word table {
  width: 646px;
  border: 1px solid #333;
  border-radius: 3px;
  background-color: #fff;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.design_drag .word_dragcollect .tbl_word table tr:first-of-type td {
  border-top: 0;
}

.design_drag .word_dragcollect .tbl_word table td {
  font-size: 20px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "triggerR";
  width: 70px;
  height: 56px;
  letter-spacing: -1px;
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
  text-align: center;
  vertical-align: middle;
}

.design_drag .word_dragcollect .tbl_word table td:first-child {
  border-left: 0;
}

.design_drag .movement_yugwansun {
  background-image: url("../image/09/page_01/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-size: 1034px 330px;
  min-height: 330px;
  width: 1034px;
  margin: 180px auto 0 auto;
  position: relative;
}

.design_drag .movement_yugwansun .list_ex {
  position: absolute;
  top: -170px;
  left: 0px;
  z-index: 6;
  width: 1025px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.design_drag .movement_yugwansun .list_ex li {
  font-size: 18px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  letter-spacing: -1px;
  line-height: 20px;
  text-align: center;
  width: 180px;
  height: 160px;
  overflow: hidden;
  margin-left: 27px;
}

.design_drag .movement_yugwansun .list_ex li:first-child {
  margin-left: 0;
}

.design_drag .movement_yugwansun .list_ex .hear {
  display: block;
  margin-bottom: 5px;
}

.design_drag .movement_yugwansun .drag1 {
  position: absolute;
  bottom: 10px;
  left: 120px;
  z-index: 5;
}

.design_drag .movement_yugwansun .drag2 {
  position: absolute;
  bottom: 10px;
  left: 300px;
  z-index: 5;
}

.design_drag .movement_yugwansun .drag3 {
  position: absolute;
  bottom: 10px;
  left: 480px;
  z-index: 5;
}

.design_drag .movement_yugwansun .drag4 {
  position: absolute;
  bottom: 10px;
  left: 660px;
  z-index: 5;
}

.design_drag .movement_yugwansun .drag5 {
  position: absolute;
  bottom: 10px;
  left: 840px;
  z-index: 5;
}

.design_drag .movement_yugwansun .enter1 {
  position: absolute;
  top: 5px;
  left: 13px;
  z-index: 5;
}

.design_drag .movement_yugwansun .enter2 {
  position: absolute;
  top: 5px;
  left: 222px;
  z-index: 5;
}

.design_drag .movement_yugwansun .enter3 {
  position: absolute;
  top: 5px;
  left: 432px;
  z-index: 5;
}

.design_drag .movement_yugwansun .enter4 {
  position: absolute;
  top: 5px;
  left: 645px;
  z-index: 5;
}

.design_drag .movement_yugwansun .enter5 {
  position: absolute;
  top: 5px;
  left: 857px;
  z-index: 5;
}

.design_drag .area_independence_movement {
  background-image: url("../image/10/page_02/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-size: 1034px 509px;
  min-height: 509px;
  width: 1034px;
  margin: 20px auto 0 auto;
  position: relative;
}

.design_drag .area_independence_movement .txt1 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  font-family: "triggerR";
  display: block;
  width: 106px;
  background-color: #a35082;
  border-radius: 4px;
  text-align: center;
  height: 24px;
  line-height: 26px;
  letter-spacing: -.5px;
  margin: 0 auto;
}

.design_drag .area_independence_movement .enter {
  display: block;
  width: 102px;
  height: 67px;
  border-radius: 4px;
}

.design_drag .area_independence_movement .enter.on:after {
  background-image: url("../image/common/ic_headphone3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative;
  top: -35px;
  z-index: 5;
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background-size: contain;
  margin: 0 auto;
  cursor: pointer;
}

.design_drag .area_independence_movement .drag1 {
  position: absolute;
  top: 35px;
  left: 290px;
  z-index: 5;
}

.design_drag .area_independence_movement .drag2 {
  position: absolute;
  top: 100px;
  left: 35px;
  z-index: 5;
}

.design_drag .area_independence_movement .drag3 {
  position: absolute;
  top: 100px;
  left: 164px;
  z-index: 5;
}

.design_drag .area_independence_movement .drag4 {
  position: absolute;
  top: 100px;
  left: 290px;
  z-index: 5;
}

.design_drag .area_independence_movement .drag5 {
  position: absolute;
  top: 250px;
  left: 35px;
  z-index: 5;
}

.design_drag .area_independence_movement .drag6 {
  position: absolute;
  top: 250px;
  left: 164px;
  z-index: 5;
}

.design_drag .area_independence_movement .drag7 {
  position: absolute;
  top: 250px;
  left: 290px;
  z-index: 5;
}

.design_drag .area_independence_movement .drag8 {
  position: absolute;
  top: 390px;
  left: 35px;
  z-index: 5;
}

.design_drag .area_independence_movement .drag9 {
  position: absolute;
  top: 390px;
  left: 164px;
  z-index: 5;
}

.design_drag .area_independence_movement .drag10 {
  position: absolute;
  top: 390px;
  left: 290px;
  z-index: 5;
}

.design_drag .area_independence_movement .enter1 {
  position: absolute;
  top: 63px;
  left: 450px;
  z-index: 5;
}

.design_drag .area_independence_movement .enter2 {
  position: absolute;
  top: 6px;
  left: 565px;
  z-index: 5;
}

.design_drag .area_independence_movement .enter3 {
  position: absolute;
  top: 63px;
  left: 691px;
  z-index: 5;
}

.design_drag .area_independence_movement .enter4 {
  position: absolute;
  top: 222px;
  left: 474px;
  z-index: 5;
}

.design_drag .area_independence_movement .enter5 {
  position: absolute;
  top: 172px;
  left: 715px;
  z-index: 5;
}

.design_drag .area_independence_movement .enter6 {
  position: absolute;
  top: 259px;
  left: 715px;
  z-index: 5;
}

.design_drag .area_independence_movement .enter7 {
  position: absolute;
  top: 237px;
  left: 927px;
  z-index: 5;
}

.design_drag .area_independence_movement .enter8 {
  position: absolute;
  top: 377px;
  left: 511px;
  z-index: 5;
}

.design_drag .area_independence_movement .enter9 {
  position: absolute;
  top: 377px;
  left: 633px;
  z-index: 5;
}

.design_drag .area_independence_movement .enter10 {
  position: absolute;
  top: 377px;
  left: 753px;
  z-index: 5;
}

.design_drag .line_sejong_achievements {
  background-image: url("../image/16/page_03/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative;
  background-size: 1011px 512px;
  min-height: 512px;
  width: 1011px;
  margin: 10px auto 0 auto;
}

.design_drag .line_sejong_achievements .txt1 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-family: "triggerR";
  letter-spacing: -1px;
  width: 174px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  overflow: hidden;
}

.design_drag .line_sejong_achievements .txt2 {
  font-size: 18px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  letter-spacing: -1.2px;
  line-height: 21px;
  width: 161px;
  height: 240px;
  text-align: center;
  overflow: hidden;
}

.design_drag .line_sejong_achievements .linetop_1 {
  position: absolute;
  top: 124px;
  left: 3px;
  z-index: 5;
}

.design_drag .line_sejong_achievements .linetop_2 {
  position: absolute;
  top: 124px;
  left: 211px;
  z-index: 5;
}

.design_drag .line_sejong_achievements .linetop_3 {
  position: absolute;
  top: 124px;
  left: 419px;
  z-index: 5;
}

.design_drag .line_sejong_achievements .linetop_4 {
  position: absolute;
  top: 124px;
  left: 626px;
  z-index: 5;
}

.design_drag .line_sejong_achievements .linetop_5 {
  position: absolute;
  top: 124px;
  left: 834px;
  z-index: 5;
}

.design_drag .line_sejong_achievements .linebot_1 {
  position: absolute;
  top: 265px;
  left: 7px;
  z-index: 5;
}

.design_drag .line_sejong_achievements .linebot_2 {
  position: absolute;
  top: 265px;
  left: 217px;
  z-index: 5;
}

.design_drag .line_sejong_achievements .linebot_3 {
  position: absolute;
  top: 265px;
  left: 425px;
  z-index: 5;
}

.design_drag .line_sejong_achievements .linebot_4 {
  position: absolute;
  top: 265px;
  left: 632px;
  z-index: 5;
}

.design_drag .line_sejong_achievements .linebot_5 {
  position: absolute;
  top: 265px;
  left: 840px;
  z-index: 5;
}

.design_drag .worddrag_hunminjeongeum {
  position: relative;
  width: 1020px;
  margin: 15px auto 0 auto;
}

.design_drag .worddrag_hunminjeongeum .wrap_example {
  display: block;
  background-color: #e7e7e7;
  border-radius: 23px;
  border: 3px solid #fff;
  padding: 14px 20px;
  height: 80px;
}

.design_drag .worddrag_hunminjeongeum .wrap_example .ex {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: "Gmarket Sans";
  position: absolute;
  top: 17px;
  left: 30px;
  z-index: 5;
  display: inline-block;
  border-radius: 12px;
  background-color: #94a1bd;
  width: 100px;
  height: 44px;
  line-height: 49px;
  text-align: center;
  letter-spacing: -1px;
}

.design_drag .worddrag_hunminjeongeum .wrap_example .txt {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  font-family: "Namoo GothicB";
  display: inline-block;
  border-radius: 12px;
  background-color: #954472;
  height: 44px;
  line-height: 42px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: -1px;
  cursor: pointer;
}

.design_drag .worddrag_hunminjeongeum .wrap_sentence {
  margin-top: 25px;
}

.design_drag .worddrag_hunminjeongeum .wrap_sentence ul {
  width: 990px;
  margin: 0 auto;
}

.design_drag .worddrag_hunminjeongeum .wrap_sentence li {
  font-size: 26px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  position: relative;
  line-height: 52px;
  padding-left: 110px;
  margin-top: 10px;
}

.design_drag .worddrag_hunminjeongeum .wrap_sentence li:first-child {
  margin-top: 0;
}

.design_drag .worddrag_hunminjeongeum .wrap_sentence li em {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  font-family: "triggerR";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  background-color: #a35082;
  width: 88px;
  height: 50px;
  line-height: 52px;
  border-radius: 5px;
  text-align: center;
}

.design_drag .worddrag_hunminjeongeum .wrap_sentence li .drag_input {
  font-size: 26px;
  font-weight: 700;
  color: #a35082;
  font-family: "Namoo GothicB";
  display: inline-block;
  border: 1px solid #cdc4bf;
  background-color: #fff;
  text-align: center;
  border-radius: 14px;
  letter-spacing: -1px;
  height: 46px;
  line-height: 46px;
  min-width: 210px;
  vertical-align: top;
}

/* 디자인 드래그 */
/* 드래그관련(한곳에 드래그) 디자인 */
/* 디자인 드래그 오브젝트 */
/* 입력관련 디자인 */
.design_input {
  /* 세배의 의미 */
  /* //세배의 의미 */
  /* 설날의 의미에 대해 알아볼까요? */
  /* //설날의 의미에 대해 알아볼까요? */
  /* 설날과 관련된 속담을 알아볼까요? */
  /* //설날과 관련된 속담을 알아볼까요? */
  /* 친구들이 태어난 해의 띠를 알아볼까요? */
  /* //친구들이 태어난 해의 띠를 알아볼까요? */
  /* 단군 신화에 대한 설명입니다.  빈 칸에 알맞은 답을 써 보세요.  */
  /* 각 왕들의 ‘자기 소개’를 듣고 나라 이름과  왕의 이름을 맞춰 보세요. */
  /* 각 왕들이 건국한 나라 이름을 알맞게 연결해 봅시다. */
  /* 여러분이 살고 있는 나라에도 건국 이야기가 있나요? */
  /* 나라의 상징에 대해 알아봅시다.  */
  /* 보름달과 달맞이에 대해 알아봅시다 */
  /* 보기를 보고 빈칸에 알맞은 말을 입력하여 글을 완성해주세요 */
  /*  */
  /* 여러분이 살고 있는 나라에서 쓰이는 언어를 한글로 표현해 봅시다. */
}

.design_input .newyear_meaning {
  display: block;
  margin-top: 50px;
  text-align: center;
}

.design_input .newyear_meaning .thumb {
  display: block;
  text-align: center;
}

.design_input .newyear_meaning .wrap_inputbox {
  font-size: 26px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "triggerR";
  display: inline-block;
  text-align: center;
  border: 2px dotted #f2b8bf;
  background-color: #fff;
  border-radius: 30px;
  padding: 16px 40px 12px 40px;
  margin: 15px 20px 0 0;
}

.design_input .newyear_meaning .wrap_inputbox input[type=text] {
  font-size: 26px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "triggerR";
  background-color: transparent;
  line-height: 28px;
  text-align: center;
}

.design_input .newyear_meaning2 {
  display: block;
  margin-top: 50px;
  position: relative;
}

.design_input .newyear_meaning2 .thumb {
  position: absolute;
  top: -15px;
  left: 55px;
  z-index: 0;
  display: block;
}

.design_input .newyear_meaning2 .thumb2 {
  position: absolute;
  top: -5px;
  left: 105px;
  z-index: 0;
  display: block;
}

.design_input .newyear_meaning2 .thumb3 {
  position: absolute;
  top: 60px;
  left: 170px;
  z-index: 0;
  display: block;
}

.design_input .newyear_meaning2 .thumb4 {
  display: block;
  text-align: center;
}

.design_input .newyear_meaning2 .wrap_inputbox {
  font-size: 26px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "triggerR";
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 14px;
  border: 1px dotted #a35082;
  padding: 16px 20px 12px 20px;
  margin: 0 20px 0 0;
  position: relative;
}

.design_input .newyear_meaning2 .wrap_inputbox.ui1 {
  font-size: 20px;
  font-weight: 400;
  color: #d4d4d4;
  font-family: "triggerR";
  padding: 50px 20px 12px 20px;
  text-align: left;
}

.design_input .newyear_meaning2 .wrap_inputbox.ui1 textarea {
  font-size: 20px;
  font-weight: 400;
  color: #a35082;
  font-family: "triggerR";
  resize: none;
}

.design_input .newyear_meaning2 .wrap_inputbox.ui1 textarea::-webkit-input-placeholder {
  color: #d4d4d4;
}

.design_input .newyear_meaning2 .wrap_inputbox.ui1 textarea::-moz-placeholder {
  color: #d4d4d4;
}

.design_input .newyear_meaning2 .wrap_inputbox.ui1 textarea::-ms-input-placeholder {
  color: #d4d4d4;
}

.design_input .newyear_meaning2 .wrap_inputbox.ui1 textarea::placeholder {
  color: #d4d4d4;
}

.design_input .newyear_meaning2 .wrap_inputbox.ui1 .txt_pos {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 5;
  display: block;
  width: calc(100% - 35px);
  text-align: left;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 5px;
}

.design_input .newyear_meaning2 .wrap_inputbox input[type=text] {
  font-size: 26px;
  font-weight: 400;
  color: #a35082;
  font-family: "triggerR";
  background-color: transparent;
  line-height: 28px;
  text-align: center;
}

.design_input .newyear_meaning2 .wrap_inputbox input[type=text]::-webkit-input-placeholder {
  color: #d4d4d4;
}

.design_input .newyear_meaning2 .wrap_inputbox input[type=text]::-moz-placeholder {
  color: #d4d4d4;
}

.design_input .newyear_meaning2 .wrap_inputbox input[type=text]::-ms-input-placeholder {
  color: #d4d4d4;
}

.design_input .newyear_meaning2 .wrap_inputbox input[type=text]::placeholder {
  color: #d4d4d4;
}

.design_input .newyear_meaning2 .list_question {
  padding: 52px 0 0 600px;
  position: relative;
  z-index: 2;
  /* 가로 */
}

.design_input .newyear_meaning2 .list_question li {
  margin-top: 40px;
}

.design_input .newyear_meaning2 .list_question li:first-child {
  margin-top: 0;
}

.design_input .newyear_meaning2 .list_question .txt {
  font-size: 22px;
  font-weight: 700;
  color: #2b2b2b;
  font-family: "triggerB";
  display: block;
  letter-spacing: -1px;
}

.design_input .newyear_meaning2 .list_question .txt2 {
  font-size: 80px;
  font-weight: 700;
  color: #2b2b2b;
  font-family: "Namoo GothicB";
  display: block;
  letter-spacing: -12px;
  text-align: center;
}

.design_input .newyear_meaning2 .list_question .answer {
  display: block;
  margin-top: 10px;
}

.design_input .newyear_meaning2 .list_question.type2 {
  padding: 35px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.design_input .newyear_meaning2 .list_question.type2 li {
  margin-top: 0;
  margin-left: 100px;
}

.design_input .newyear_meaning2 .list_question.type2 li:first-child {
  margin-left: 0;
}

.design_input .newyear_meaning2 .list_question.type2 .txt {
  font-size: 22px;
  font-weight: 700;
  color: #2b2b2b;
  font-family: "triggerB";
  display: block;
  letter-spacing: -1px;
  text-align: left;
  height: 60px;
}

.design_input .newyear_meaning2 .list_question.type2 .answer {
  display: block;
  margin-top: 10px;
}

.design_input .newyear_meaning2 .list_question.type2 .wrap_inputbox {
  display: block;
}

.design_input .newyear_meaning2 .list_question.type2 .btn_ui3 {
  margin-top: 10px;
}

.design_input .newyear_meaning2 .list_question.type3 {
  padding: 35px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}

.design_input .newyear_meaning2 .list_question.type3 li {
  width: 50%;
  margin-top: 50px;
  position: relative;
  padding-bottom: 62px;
}

.design_input .newyear_meaning2 .list_question.type3 li:nth-child(1), .design_input .newyear_meaning2 .list_question.type3 li:nth-child(2) {
  margin-top: 0;
}

.design_input .newyear_meaning2 .list_question.type3 li .wrap_inputbox {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}

.design_input .newyear_meaning2 .list_question.type3 .txt {
  font-size: 20px;
}

.design_input .newyear_meaning2 .list_question.type4 {
  padding: 0 0 0 330px;
  width: 900px;
}

.design_input .newyear_meaning2 .list_question.type4 li {
  text-align: left;
  margin-top: 110px;
}

.design_input .newyear_meaning2 .list_question.type4 li:first-child {
  margin-top: 0;
}

.design_input .newyear_meaning2 .list_question.type4 .answer {
  font-size: 26px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "triggerR";
  padding-left: 20px;
}

.design_input .newyear_meaning2 .list_question.type4 input[type=text] {
  font-size: 24px;
  font-weight: 400;
  color: #a35082;
  font-family: "triggerR";
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  height: 40px;
  padding-top: 3px;
  text-align: center;
}

.design_input .newyear_meaning2 .list_question.type4 .confirm {
  position: relative;
  display: block;
  margin-top: 10px;
}

.design_input .newyear_meaning2 .list_question.type4 .confirm .pos1 {
  position: absolute;
  top: 0px;
  left: 93px;
  z-index: 3;
}

.design_input .newyear_meaning2 .list_question.type4 .confirm .pos2 {
  position: absolute;
  top: 0px;
  left: 346px;
  z-index: 3;
}

.design_input .newyear_meaning2 .list_question.type4 .confirm .pos3 {
  position: absolute;
  top: 0px;
  left: 136px;
  z-index: 3;
}

.design_input .newyear_proverb {
  position: relative;
}

.design_input .newyear_proverb .thumb {
  position: absolute;
  top: 70px;
  left: 120px;
  z-index: 0;
  display: block;
}

.design_input .newyear_proverb .thumb2 {
  position: absolute;
  top: 70px;
  left: 70px;
  z-index: 0;
  display: block;
}

.design_input .newyear_proverb .conversation {
  display: block;
  border-radius: 12px;
  background-color: #fff;
  padding: 20px;
  width: 600px;
  position: absolute;
  right: 40px;
  top: 50px;
}

.design_input .newyear_proverb .conversation input[type=text] {
  font-size: 20px;
  font-weight: 400;
  color: #a35082;
  font-family: "triggerR";
  background-color: transparent;
  line-height: 20px;
  text-align: center;
  border: 1px dotted #c794b3;
  border-radius: 12px;
  top: -4px;
  position: relative;
}

.design_input .newyear_proverb .conversation input[type=text]::-webkit-input-placeholder {
  color: #d4d4d4;
}

.design_input .newyear_proverb .conversation input[type=text]::-moz-placeholder {
  color: #d4d4d4;
}

.design_input .newyear_proverb .conversation input[type=text]::-ms-input-placeholder {
  color: #d4d4d4;
}

.design_input .newyear_proverb .conversation input[type=text]::placeholder {
  color: #d4d4d4;
}

.design_input .newyear_proverb .conversation .btn_ui3 {
  top: -4px;
  position: relative;
  margin-left: 20px;
}

.design_input .newyear_proverb .conversation .txt {
  font-size: 20px;
  font-weight: 400;
  color: #a35082;
  font-family: "Namoo GothicR";
  line-height: 20px;
}

.design_input .newyear_proverb .conversation ul li {
  font-size: 20px;
  font-weight: 400;
  color: #343434;
  font-family: "Namoo GothicR";
  margin-top: 8px;
  letter-spacing: -1px;
}

.design_input .newyear_proverb .conversation ul li:first-child {
  margin-top: 0;
}

.design_input .newyear_proverb .conversation ul li:nth-child(odd) {
  color: #a35082;
}

.design_input .newyear_proverb .conversation ul .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.design_input .newyear_proverb .conversation ul .table .gap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 24px;
}

.design_input .newyear_proverb .conversation ul .table .gap:first-of-type {
  padding-right: 10px;
  min-width: 72px;
}

.design_input .newyear_proverb .conversation ul .table .gap:first-of-type:after {
  content: ':';
  padding-left: 7px;
}

.design_input .newyear_proverb .conversation2 {
  font-size: 21px;
  font-weight: 400;
  color: #343434;
  font-family: "Namoo GothicR";
  display: block;
  border-radius: 12px;
  background-color: #fff;
  padding: 20px;
  width: 600px;
  position: absolute;
  right: 40px;
  top: 70px;
  letter-spacing: -1px;
  line-height: 54px;
  text-align: left;
}

.design_input .newyear_proverb .conversation2 input[type=text] {
  font-size: 20px;
  font-weight: 400;
  color: #a35082;
  font-family: "triggerR";
  background-color: transparent;
  height: 36px;
  line-height: 20px;
  text-align: center;
  border: 1px dotted #c794b3;
  border-radius: 12px;
  position: relative;
  top: -3px;
}

.design_input .newyear_proverb .conversation2 input[type=text]::-webkit-input-placeholder {
  color: #d4d4d4;
}

.design_input .newyear_proverb .conversation2 input[type=text]::-moz-placeholder {
  color: #d4d4d4;
}

.design_input .newyear_proverb .conversation2 input[type=text]::-ms-input-placeholder {
  color: #d4d4d4;
}

.design_input .newyear_proverb .conversation2 input[type=text]::placeholder {
  color: #d4d4d4;
}

.design_input .newyear_proverb .conversation2 .wrap_input {
  display: block;
  background-attachment: scroll;
}

.design_input .newyear_proverb .conversation2 .wrap_input textarea {
  font-size: 21px;
  font-weight: 400;
  color: #a35082;
  font-family: "Namoo GothicR";
  display: block;
  letter-spacing: -1px;
  line-height: 50px;
  width: 100%;
  height: 185px;
  background-color: transparent;
  resize: none;
  overflow-y: auto;
  padding: 4px 10px;
  background-attachment: local;
  background-image: linear-gradient(to right, transparent 20px, transparent 0px), linear-gradient(to left, transparent 20px, transparent 0px), repeating-linear-gradient(transparent, transparent 50px, #d4d4d4 50px, #d4d4d4 51px, transparent 51px);
}

.design_input .friend_zodiac {
  background-image: url("../image/03/page_02/bg3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  display: block;
  background-size: contain;
  width: 989px;
  height: 363px;
  margin: 60px auto 0 auto;
  padding: 90px 0 0 479px;
  overflow: hidden;
}

.design_input .friend_zodiac .table {
  display: table;
  width: 511px;
  margin-top: 1px;
}

.design_input .friend_zodiac .table .td {
  display: table-cell;
  padding-left: 1px;
}

.design_input .friend_zodiac .table .td:nth-child(1) {
  width: 128px;
}

.design_input .friend_zodiac .table .td:nth-child(2) {
  width: 211px;
}

.design_input .friend_zodiac .table .td:nth-child(3) {
  width: auto;
}

.design_input .friend_zodiac input[type=text] {
  font-size: 20px;
  font-weight: 700;
  color: #a35082;
  font-family: "Namoo GothicB";
  background: transparent;
  width: 100%;
  height: 40px;
  padding: 0 8px;
}

.design_input .quiz_dangun_myth {
  width: 1120px;
  margin: 40px auto 0 auto;
  position: relative;
}

.design_input .quiz_dangun_myth.font1 li {
  font-size: 22px;
  line-height: 36px;
}

.design_input .quiz_dangun_myth.font1 input[type=text] {
  font-size: 22px;
  height: 32px;
  line-height: 32px;
  position: relative;
  top: 0px;
}

.design_input .quiz_dangun_myth .list_col_2 {
  position: relative;
  top: -6px;
}

.design_input .quiz_dangun_myth .list_col_2 li {
  font-size: 40px;
  padding-left: 0;
}

.design_input .quiz_dangun_myth .list_col_2 input[type=text] {
  font-size: 32px;
  height: 52px;
  line-height: 52px;
}

.design_input .quiz_dangun_myth li {
  font-size: 26px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  letter-spacing: -1px;
  line-height: 40px;
  padding-left: 110px;
  padding-top: 5px;
  margin-top: 10px;
  position: relative;
}

.design_input .quiz_dangun_myth li:first-child {
  margin-top: 0;
}

.design_input .quiz_dangun_myth li input[type=text] {
  border: 1px solid #d2cac2;
  border-radius: 18px;
  height: 38px;
  line-height: 38px;
  position: relative;
  top: -4px;
  color: #a35082;
}

.design_input .quiz_dangun_myth li input[type=text]:focus {
  background-color: #f1f1f1;
}

.design_input .quiz_dangun_myth li em {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  font-family: "triggerR";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  background-color: #a35082;
  width: 88px;
  height: 50px;
  line-height: 52px;
  border-radius: 5px;
  text-align: center;
}

.design_input .quiz_dangun_myth .btn_ui2 {
  position: absolute;
  right: 0;
  bottom: -70px;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.design_input .match_nationking {
  background-image: url("../image/14/page_01/bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-size: 997px 501px;
  min-height: 501px;
  width: 997px;
  margin: 20px auto 0 auto;
  position: relative;
}

.design_input .match_nationking .hear {
  position: relative;
  top: 216px;
  left: 81px;
  z-index: 3;
  text-indent: -99999em;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 42px;
  height: 42px;
  content: '';
  cursor: pointer;
}

.design_input .match_nationking .txt {
  font-size: 18px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  display: block;
  letter-spacing: -1.6px;
  line-height: 22px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 228px;
  height: 149px;
  overflow: hidden;
}

.design_input .match_nationking .input li {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  font-family: "Namoo GothicB";
  text-align: center;
  letter-spacing: -1px;
  height: 38px;
  line-height: 38px;
}

.design_input .match_nationking .input input[type=text] {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: "Namoo GothicB";
  width: 100%;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  margin-top: 3px;
  text-align: center;
  background: transparent;
}

.design_input .match_nationking .wrap1 {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  width: 208px;
}

.design_input .match_nationking .wrap2 {
  position: absolute;
  top: 0px;
  left: 260px;
  z-index: 1;
  width: 208px;
}

.design_input .match_nationking .wrap3 {
  position: absolute;
  top: 0px;
  left: 515px;
  z-index: 1;
  width: 208px;
}

.design_input .match_nationking .wrap4 {
  position: absolute;
  top: 0px;
  left: 770px;
  z-index: 1;
  width: 208px;
}

.design_input .match_nationword {
  width: 1025px;
  margin: 50px auto 0 auto;
}

.design_input .match_nationword .wrap_example {
  display: block;
  background-color: #e7e7e7;
  border-radius: 23px;
  border: 3px solid #fff;
  padding: 14px 20px 14px 148px;
  height: 80px;
  position: relative;
  text-align: center;
}

.design_input .match_nationword .wrap_example .ex {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: "Gmarket Sans";
  position: absolute;
  top: 17px;
  left: 50px;
  z-index: 1;
  display: inline-block;
  border-radius: 12px;
  background-color: #954472;
  width: 100px;
  height: 44px;
  line-height: 49px;
  text-align: center;
  letter-spacing: -1px;
}

.design_input .match_nationword .wrap_example .txt {
  font-size: 26px;
  font-weight: 700;
  color: #a35082;
  font-family: "Namoo GothicB";
  display: inline-block;
  line-height: 48px;
  text-align: center;
  letter-spacing: -1px;
  margin-left: 20px;
}

.design_input .match_nationword .wrap_sentence {
  display: block;
  width: 915px;
  margin: 0 auto;
}

.design_input .match_nationword .wrap_sentence .label_ui3 {
  width: 160px;
  margin-right: 10px;
}

.design_input .match_nationword .wrap_sentence input[type=text] {
  font-size: 28px;
  font-weight: 700;
  color: #2b2b2b;
  font-family: "Namoo GothicB";
  border: 1px solid #d6cfc9;
  border-radius: 22px;
  background-color: #fff;
  width: 235px;
  height: 64px;
  letter-spacing: -1px;
  line-height: 64px;
  text-align: center;
}

.design_input .match_nationword .wrap_sentence input[type=text]:focus {
  background: #f3f3f3;
}

.design_input .match_nationword .wrap_sentence ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.design_input .match_nationword .wrap_sentence ul li {
  margin-top: 30px;
}

.design_input .founding_history {
  background-image: url("../image/common/opinion_woman2_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  display: block;
  background-size: 947px 390px;
  min-height: 390px;
  width: 947px;
  margin: 60px auto 0 auto;
  position: relative;
}

.design_input .founding_history .txt_ex {
  position: absolute;
  top: 47px;
  left: 370px;
  z-index: 2;
  font-size: 21px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  letter-spacing: -1px;
  line-height: 40px;
}

.design_input .founding_history .input {
  position: absolute;
  top: 136px;
  left: 378px;
  z-index: 2;
}

.design_input .founding_history .input textarea {
  font-size: 20px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  resize: none;
  width: 540px;
  height: 174px;
  overflow: hidden;
  background: transparent;
  letter-spacing: -1px;
  line-height: 44px;
}

.design_input .founding_history .input textarea::-webkit-input-placeholder {
  color: #ddd;
}

.design_input .founding_history .input textarea::-moz-placeholder {
  color: #ddd;
}

.design_input .founding_history .input textarea::-ms-input-placeholder {
  color: #ddd;
}

.design_input .founding_history .input textarea::placeholder {
  color: #ddd;
}

.design_input .match_nationsymbol {
  width: 1025px;
  margin: 50px auto 0 auto;
}

.design_input .match_nationsymbol .wrap_example {
  display: block;
  background-color: #e7e7e7;
  border-radius: 23px;
  border: 3px solid #fff;
  padding: 14px 20px 14px 148px;
  height: 80px;
  position: relative;
  text-align: center;
}

.design_input .match_nationsymbol .wrap_example .ex {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: "Gmarket Sans";
  position: absolute;
  top: 17px;
  left: 50px;
  z-index: 1;
  display: inline-block;
  border-radius: 12px;
  background-color: #954472;
  width: 100px;
  height: 44px;
  line-height: 49px;
  text-align: center;
  letter-spacing: -1px;
}

.design_input .match_nationsymbol .wrap_example .txt {
  font-size: 26px;
  font-weight: 700;
  color: #a35082;
  font-family: "Namoo GothicB";
  display: inline-block;
  border-radius: 12px;
  border: 1px solid #954472;
  background-color: #fff;
  line-height: 48px;
  text-align: center;
  letter-spacing: -1px;
  margin-left: 10px;
  padding: 0 14px;
}

.design_input .match_nationsymbol .wrap_sentence {
  display: block;
  width: 1030px;
  margin: 0 auto;
}

.design_input .match_nationsymbol .wrap_sentence input[type=text] {
  font-size: 28px;
  font-weight: 700;
  color: #2b2b2b;
  font-family: "Namoo GothicB";
  border: 1px solid #d6cfc9;
  border-radius: 22px;
  background-color: #fff;
  display: block;
  width: 245px;
  height: 80px;
  letter-spacing: -1px;
  line-height: 80px;
  text-align: center;
  margin-top: 20px;
}

.design_input .match_nationsymbol .wrap_sentence input[type=text]:focus {
  background: #f3f3f3;
}

.design_input .match_nationsymbol .wrap_sentence ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.design_input .match_nationsymbol .wrap_sentence ul li {
  margin-top: 30px;
}

.design_input .match_nationsymbol .wrap_sentence .confirm {
  margin: 50px 50px 0 0;
  text-align: right;
}

.design_input .shape_fullmoon {
  width: 930px;
  margin: 80px auto 0 auto;
  text-align: center;
}

.design_input .shape_fullmoon .txt {
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
  font-family: "triggerB";
  display: block;
  letter-spacing: -1px;
  line-height: 60px;
  margin-top: 60px;
}

.design_input .shape_fullmoon .border-type1 {
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
  font-family: "triggerB";
  width: 420px;
  height: 60px;
  position: relative;
  top: -4px;
  left: 10px;
}

.design_input .quiz_word_user {
  width: 1120px;
  margin: -10px auto 0 auto;
  position: relative;
}

.design_input .quiz_word_user .wrap_question {
  position: absolute;
  top: 11px;
  left: -15px;
  z-index: 5;
  display: block;
}

.design_input .quiz_word_user .wrap_question .label_ui3 {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 24px;
}

.design_input .quiz_word_user .wrap_example {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 40px;
  background-color: #e7e7e7;
  border-radius: 22px;
  border: 3px solid #fff;
  padding: 18px 0 12px 35px;
}

.design_input .quiz_word_user .wrap_example .label_ui3 {
  font-size: 22px;
  font-weight: 300;
  color: #a35082;
  font-family: "Gmarket Sans";
  background: none;
  min-height: auto;
  line-height: 34px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0;
  letter-spacing: -1px;
}

.design_input .quiz_word_user .sentence {
  font-size: 19px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  display: block;
  letter-spacing: -1px;
  line-height: 34px;
  width: 1020px;
  margin: 0 auto;
}

.design_input .quiz_word_user .sentence input[type=text] {
  font-size: 19px;
  font-weight: 400;
  color: #a35082;
  font-family: "Namoo GothicR";
  border: 1px dotted #a35082;
  border-radius: 16px;
  background-color: #fff;
  letter-spacing: -1px;
  height: 30px;
  line-height: 29px;
  vertical-align: top;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}

.design_input .quiz_word_user .sentence input[type=text]:focus {
  background-color: #e1e1e1;
}

.design_input .worddrag_hunminjeongeum {
  width: 840px;
  margin: 50px auto 0 auto;
}

.design_input .worddrag_hunminjeongeum .consonant {
  background-image: url("../image/17/page_02/arrow1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: 53px 37px;
  margin-top: 20px;
}

.design_input .worddrag_hunminjeongeum .consonant .ex {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  font-family: "Namoo GothicB";
  display: inline-block;
  background-color: #50a36b;
  width: 340px;
  height: 50px;
  line-height: 52px;
  border-radius: 8px;
  text-align: center;
}

.design_input .worddrag_hunminjeongeum .consonant input[type=text] {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  font-family: "Namoo GothicB";
  display: inline-block;
  background-color: #a35082;
  width: 340px;
  height: 50px;
  line-height: 52px;
  border-radius: 8px;
  text-align: center;
}

.design_input .convert_language {
  width: 840px;
  margin: -10px auto 0 auto;
}

.design_input .convert_language .txt_caption {
  font-size: 21px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  display: block;
  letter-spacing: -1px;
  line-height: 31px;
}

.design_input .convert_language .consonant {
  background-image: url("../image/18/page_02/arrow1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center calc(50% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: 53px 47px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.design_input .convert_language .consonant .txt {
  font-size: 26px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  display: block;
  width: 100%;
  letter-spacing: -1px;
  margin-bottom: 6px;
}

.design_input .convert_language .consonant .ex {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  font-family: "Namoo GothicB";
  display: inline-block;
  width: 320px;
  height: 50px;
  border-radius: 6px;
  background-color: #50a36b;
  letter-spacing: -1px;
  line-height: 50px;
  text-align: center;
}

.design_input .convert_language .consonant .translate {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  font-family: "Namoo GothicB";
  display: inline-block;
  width: 320px;
  height: 50px;
  border-radius: 6px;
  background-color: #a35082;
  letter-spacing: -1px;
  line-height: 50px;
  text-align: center;
}

.design_input .section_center .txt1 {
  font-size: 87px;
  font-weight: 700;
  color: #a35082;
  font-family: "Namoo GothicB";
  letter-spacing: -3px;
}

/* 디자인 입력 */
/* 클릭관련 디자인 */
.design_click {
  /* 연도를 상징하는 동물을 알아볼까요? */
  /* //연도를 상징하는 동물을 알아볼까요? */
  /* 단군 신화에 담긴 역사적 의의를 알아봅시다. */
  /* 한국의 추석과 같은 다양한 세계의 행사를 알아봅시다. */
  /* 한국에는 지역별로 다양한 송편이 있어요 */
  /* 3.1운동의 전파(국내) */
  /* 여러분이 살고 있는 나라에서 쓰이는 언어를 한글로 표현해 봅시다. */
  /* 일본의 문화통치에 대해 알아봅시다. */
  /*  */
  /* 우리 민족은 민족 문화를 지키기 위해 어떤 노력을 했나요? */
}

.design_click .year_animals {
  background-image: url("../image/03/page_02/bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom 0;
  display: block;
  background-size: 881px 253px;
  height: 253px;
  width: 881px;
  margin: 120px auto 0 auto;
}

.design_click .year_animals .list_answer li {
  float: left;
  width: 124px;
  height: 253px;
  margin-left: 27px;
  text-align: center;
}

.design_click .year_animals .list_answer li:first-child {
  margin-left: 0;
}

.design_click .year_animals .list_answer .answer {
  display: block;
  padding-top: 5px;
  height: 170px;
}

.design_click .year_animals .list_answer .answer img {
  margin-bottom: 8px;
  opacity: 0;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.design_click .year_animals .list_answer .answer .txt1 {
  font-size: 24px;
  font-weight: 700;
  color: #343434;
  font-family: "triggerB";
  display: block;
  opacity: 0;
  -webkit-transition: 1.5s ease-in;
  transition: 1.5s ease-in;
}

.design_click .year_animals .list_answer .answer.on img {
  opacity: 1;
}

.design_click .year_animals .list_answer .answer.on .txt1 {
  opacity: 1;
}

.design_click .year_animals .txt2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: "triggerB";
  display: block;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}

.design_click .dangun_myth_history {
  width: 960px;
  margin: 30px auto 0 auto;
  position: relative;
}

.design_click .dangun_myth_history .click_check {
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: -1;
  content: '';
  display: block;
  width: 282px;
  height: 237px;
  border: 7px solid #a35082;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.design_click .dangun_myth_history ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.design_click .dangun_myth_history ul li {
  position: relative;
}

.design_click .dangun_myth_history ul li.on .click_check {
  opacity: 1;
  z-index: 3;
}

.design_click .dangun_myth_history ul li.on:after {
  background: none;
}

.design_click .dangun_myth_history ul li:after {
  background-image: url("../image/13/page_02/hand1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 198px;
  left: 240px;
  z-index: 3;
  display: block;
  content: '';
  width: 53px;
  height: 84px;
  background-size: contain;
}

.design_click .dangun_myth_history .txt_layer {
  font-size: 21px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  position: absolute;
  top: 280px;
  left: 0px;
  z-index: -1;
  display: block;
  letter-spacing: -1px;
  line-height: 27px;
  opacity: 0;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.design_click .dangun_myth_history .txt_layer.on {
  opacity: 1;
  z-index: 3;
}

.design_click .dangun_myth_history .txt_layer strong {
  font-size: 33px;
  font-weight: 700;
  color: #a35082;
  font-family: "Namoo GothicB";
  display: block;
  padding-top: 15px;
}

.design_click .match_countrypart {
  background-image: url("../image/04/page_02/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-size: 645px 357px;
  min-height: 357px;
  width: 645px;
  margin: 70px auto 0 auto;
  position: relative;
}

.design_click .match_countrypart .txt1 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  font-family: "triggerR";
  letter-spacing: -1px;
  background-color: #a35082;
  border-radius: 10px;
  width: 158px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.design_click .match_countrypart .spot1 {
  position: absolute;
  top: 70px;
  left: -120px;
  z-index: 3;
}

.design_click .match_countrypart .spot2 {
  position: absolute;
  top: -10px;
  left: 140px;
  z-index: 3;
}

.design_click .match_countrypart .spot3 {
  position: absolute;
  top: 70px;
  left: 120px;
  z-index: 3;
}

.design_click .match_countrypart .spot4 {
  position: absolute;
  top: 150px;
  left: 270px;
  z-index: 3;
}

.design_click .match_countrypart .spot5 {
  position: absolute;
  top: 60px;
  left: 460px;
  z-index: 3;
}

.design_click .match_countrypart .spot6 {
  position: absolute;
  top: 180px;
  left: 570px;
  z-index: 3;
}

.design_click .map_songpyeon {
  background-image: url("../image/05/page_03/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  display: block;
  background-size: 371px 515px;
  min-height: 515px;
  width: 371px;
  margin: -35px auto 0 auto;
  position: relative;
}

.design_click .map_songpyeon .txt {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  font-family: "rodong";
  display: inline-block;
  letter-spacing: -1px;
  background-color: #885db8;
  border-radius: 12px;
  height: 26px;
  line-height: 26px;
  padding: 0 14px;
}

.design_click .map_songpyeon .spot1 {
  position: absolute;
  top: 120px;
  left: 18px;
  z-index: 6;
}

.design_click .map_songpyeon .spot2 {
  position: absolute;
  top: 250px;
  left: 238px;
  z-index: 6;
}

.design_click .map_songpyeon .spot3 {
  position: absolute;
  top: 280px;
  left: 68px;
  z-index: 6;
}

.design_click .map_songpyeon .spot4 {
  position: absolute;
  top: 360px;
  left: 88px;
  z-index: 6;
}

.design_click .map_songpyeon .spot5 {
  position: absolute;
  top: 400px;
  left: 88px;
  z-index: 6;
}

.design_click .map_songpyeon .spot6 {
  position: absolute;
  top: 480px;
  left: 38px;
  z-index: 6;
}

.design_click .map_songpyeon div[data-pop="1"] {
  position: absolute;
  top: 90px;
  left: -300px;
  z-index: 9;
}

.design_click .map_songpyeon div[data-pop="2"] {
  position: absolute;
  top: 190px;
  left: -300px;
  z-index: 9;
}

.design_click .map_songpyeon div[data-pop="3"] {
  position: absolute;
  top: 190px;
  left: -300px;
  z-index: 9;
}

.design_click .map_songpyeon div[data-pop="4"] {
  position: absolute;
  top: 0px;
  left: 370px;
  z-index: 9;
}

.design_click .map_songpyeon div[data-pop="5"] {
  position: absolute;
  top: 150px;
  left: 370px;
  z-index: 9;
}

.design_click .map_songpyeon div[data-pop="6"] {
  position: absolute;
  top: 210px;
  left: 320px;
  z-index: 9;
}

.design_click .spread_domestic {
  background-image: url("../image/08/page_03/map1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  position: relative;
  background-size: 292px 428px;
  min-height: 428px;
  width: 292px;
  margin: 0 auto 0 auto;
}

.design_click .spread_domestic.foreign {
  background-image: url("../image/08/page_03/map2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: calc(50% + 30px) 0;
  background-size: 624px 357px;
  min-height: 357px;
  width: 624px;
  margin-top: 50px;
}

.design_click .spread_domestic .txt {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: "triggerR";
  display: inline-block;
  background-color: #a35082;
  border-radius: 4px;
  text-align: center;
  padding: 0 10px;
  height: 30px;
  line-height: 31px;
  letter-spacing: -1px;
}

.design_click .spread_domestic .txt2 {
  font-size: 20px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  line-height: 24px;
  letter-spacing: -1px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .85s ease-out;
  transition: .85s ease-out;
}

.design_click .spread_domestic .txt2.on {
  opacity: 1;
  z-index: 5;
}

.design_click .spread_domestic .txt2 strong {
  font-size: 33px;
  font-weight: 700;
  color: #a35082;
  font-family: "Namoo GothicB";
  display: block;
  margin-bottom: 4px;
}

.design_click .spread_domestic .spot1 {
  position: absolute;
  top: 80px;
  left: 160px;
  z-index: 5;
}

.design_click .spread_domestic .spot2 {
  position: absolute;
  top: 239px;
  left: 55px;
  z-index: 5;
}

.design_click .spread_domestic .spot3 {
  position: absolute;
  top: 200px;
  left: 80px;
  z-index: 5;
}

.design_click .spread_domestic .spot4 {
  position: absolute;
  top: 100px;
  left: 227px;
  z-index: 5;
}

.design_click .spread_domestic .spot5 {
  position: absolute;
  top: 60px;
  left: 271px;
  z-index: 5;
}

.design_click .spread_domestic .spot1_note {
  position: absolute;
  top: 75px;
  left: 221px;
  z-index: 5;
  background-image: url("../image/08/page_03/arrow1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 15px;
  background-size: 116px 24px;
  padding-left: 120px;
  display: block;
  width: 400px;
}

.design_click .spread_domestic .spot2_note {
  position: absolute;
  top: 206px;
  left: -364px;
  z-index: 5;
  background-image: url("../image/08/page_03/arrow2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 15px;
  background-size: 171px 53px;
  display: block;
  width: 420px;
  text-align: right;
  padding-right: 175px;
}

.design_click .spread_domestic .spot3_note {
  position: absolute;
  top: 220px;
  left: 127px;
  z-index: 5;
  background-image: url("../image/08/page_03/arrow3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 15px;
  background-size: 208px 29px;
  padding-left: 214px;
  padding-top: 25px;
  display: block;
  width: 400px;
}

.design_click .spread_domestic .spot4_note {
  position: absolute;
  top: 5px;
  left: -154px;
  z-index: 5;
  background-image: url("../image/08/page_03/arrow4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 15px;
  background-size: 248px 118px;
  display: block;
  width: 382px;
}

.design_click .spread_domestic .spot5_note {
  position: absolute;
  top: 50px;
  left: 331px;
  z-index: 5;
  background-image: url("../image/08/page_03/arrow5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 10px;
  background-size: 345px 37px;
  display: block;
  width: 550px;
  padding-left: 350px;
}

.design_click .convert_language {
  width: 980px;
  margin: -30px auto 0 auto;
}

.design_click .convert_language .txt_caption {
  font-size: 21px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  display: block;
  letter-spacing: -1px;
  line-height: 31px;
}

.design_click .convert_language .consonant {
  background-image: url("../image/18/page_02/arrow1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 840px;
  margin: 20px auto 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: 53px 47px;
}

.design_click .convert_language .consonant.top {
  background: none;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.design_click .convert_language .consonant.top .ex {
  width: 140px;
}

.design_click .convert_language .consonant.top .ex:after {
  background-image: none;
  width: auto;
  height: auto;
}

.design_click .convert_language .consonant.top .translate {
  width: 150px;
  position: relative;
  left: 380px;
}

.design_click .convert_language .consonant .ex {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  font-family: "Namoo GothicB";
  display: inline-block;
  width: 320px;
  height: 50px;
  border-radius: 6px;
  background-color: #50a36b;
  letter-spacing: -1px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.design_click .convert_language .consonant .ex:after {
  background-image: url("../image/common/ic_hand1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 1px;
  left: calc(50% - 15px);
  z-index: 5;
  display: block;
  content: '';
  width: 31px;
  height: 48px;
  background-size: contain;
}

.design_click .convert_language .consonant .ex.clicked:after {
  background-image: none;
}

.design_click .convert_language .consonant .translate {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  font-family: "Namoo GothicB";
  display: inline-block;
  width: 320px;
  height: 50px;
  border-radius: 6px;
  background-color: #a35082;
  letter-spacing: -1px;
  line-height: 50px;
  text-align: center;
}

.design_click .governance_japan {
  width: 940px;
  margin: 20px auto 0 auto;
}

.design_click .governance_japan .sentence {
  background-image: url("../image/11/page_03/arrow1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-size: 41px 32px;
  margin-top: 5px;
}

.design_click .governance_japan .sentence.color1 {
  background: none;
}

.design_click .governance_japan .sentence.color1 .click {
  background-color: #efefef;
  color: #2b2b2b;
}

.design_click .governance_japan .sentence.color1 .click:after {
  background: none;
}

.design_click .governance_japan .sentence .click {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-family: "Namoo GothicR";
  width: 435px;
  background-color: #a35082;
  border-radius: 6px;
  letter-spacing: -1px;
  line-height: 25px;
  padding: 9px 14px;
  position: relative;
}

.design_click .governance_japan .sentence .click:after {
  background-image: url("../image/common/ic_hand2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 14px;
  left: -50px;
  z-index: 5;
  display: block;
  content: ' ';
  width: 61px;
  height: 44px;
  background-size: contain;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: .85s ease-out;
  transition: .85s ease-out;
}

.design_click .governance_japan .sentence .click.clicked:after {
  background: none;
  opacity: 0;
}

.design_click .governance_japan .sentence .layer_click {
  font-size: 20px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  display: inline-block;
  width: 435px;
  letter-spacing: -1.4px;
  line-height: 25px;
  padding: 9px 0;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .85s ease-out;
  transition: .85s ease-out;
}

.design_click .governance_japan .sentence .layer_click:after {
  background-image: url("../image/common/ic_headphone3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 4px;
  right: -50px;
  z-index: 5;
  display: inline-block;
  content: ' ';
  width: 30px;
  height: 30px;
  background-size: contain;
  cursor: pointer;
}

.design_click .governance_japan .sentence .layer_click.on {
  opacity: 1;
  z-index: 5;
}

.design_click .colonial_policy {
  width: 1048px;
  margin: 30px auto 0 auto;
}

.design_click .colonial_policy .txt_caption {
  font-size: 29px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "triggerR";
  display: block;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.design_click .colonial_policy .list_policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.design_click .colonial_policy .caption {
  font-size: 24px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "triggerR";
  display: block;
  height: 48px;
  line-height: 51px;
  text-align: center;
  border-radius: 7px;
  position: relative;
}

.design_click .colonial_policy .caption:before {
  background-image: url("../image/common/ic_headphone3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 3;
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background-size: contain;
  cursor: pointer;
}

.design_click .colonial_policy .caption:after {
  background-image: url("../image/common/ic_hand1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 19px;
  right: -6px;
  z-index: 3;
  display: block;
  content: '';
  width: 31px;
  height: 48px;
  background-size: contain;
  cursor: pointer;
}

.design_click .colonial_policy .note {
  font-size: 20px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  display: block;
  line-height: 24px;
  text-align: center;
  margin-top: 40px;
  padding: 0 8px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .55s ease-in;
  transition: .55s ease-in;
}

.design_click .colonial_policy .note.on {
  opacity: 1;
  z-index: 1;
}

.design_click .colonial_policy .field {
  width: 249px;
}

.design_click .colonial_policy .field:nth-of-type(1) > .caption {
  background-color: #ebc2db;
}

.design_click .colonial_policy .field:nth-of-type(2) > .caption {
  background-color: #d3c2eb;
}

.design_click .colonial_policy .field:nth-of-type(3) > .caption {
  background-color: #c2ddeb;
}

.design_click .colonial_policy .field:nth-of-type(4) > .caption {
  background-color: #c2ebc4;
}

.design_click .colonial_policy .field2 {
  font-size: 21px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  width: 970px;
  letter-spacing: -1px;
  line-height: 25px;
  border-radius: 7px;
  padding: 30px 18px 30px 220px;
  position: relative;
}

.design_click .colonial_policy .field2 .click {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50%);
  z-index: 3;
  cursor: pointer;
}

.design_click .colonial_policy .field2 .hear {
  position: absolute;
  top: calc(50% - 25px);
  right: -66px;
  z-index: 3;
  cursor: pointer;
}

.design_click .colonial_policy .field2 .hear img {
  width: 50px;
}

.design_click .colonial_policy .field2 .box_intro {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  font-family: "triggerR";
  display: block;
  width: 200px;
  height: 100%;
  text-align: center;
  letter-spacing: -1px;
  border-radius: 7px 0 0 7px;
  line-height: 29px;
}

.design_click .colonial_policy .field2 .box_intro:before {
  position: absolute;
  top: 0px;
  left: 160px;
  z-index: 10;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
}

.design_click .colonial_policy .field2:nth-of-type(1) {
  background-color: #ebc2db;
}

.design_click .colonial_policy .field2:nth-of-type(1) .box_intro {
  background: #b97ba0;
  padding-top: 42px;
}

.design_click .colonial_policy .field2:nth-of-type(1) .box_intro:before {
  border-bottom: 110px solid #ebc2db;
}

.design_click .colonial_policy .field2:nth-of-type(2) {
  background-color: #d3c2eb;
}

.design_click .colonial_policy .field2:nth-of-type(2) .box_intro {
  background: #9e83c4;
  padding-top: 33px;
}

.design_click .colonial_policy .field2:nth-of-type(2) .box_intro:before {
  border-bottom: 110px solid #d3c2eb;
}

.design_click .colonial_policy .field2:nth-of-type(3) {
  background-color: #c2ddeb;
}

.design_click .colonial_policy .field2:nth-of-type(3) .box_intro {
  background: #77a5bd;
  padding-top: 55px;
}

.design_click .colonial_policy .field2:nth-of-type(3) .box_intro:before {
  border-bottom: 135px solid #c2ddeb;
}

.design_click .culture_preservation {
  width: 1020px;
  margin: 20px auto 0 auto;
}

.design_click .culture_preservation .top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.design_click .culture_preservation .top_menu .item {
  font-size: 27px;
  font-weight: 400;
  color: #fff;
  font-family: "triggerR";
  width: 290px;
  display: block;
  text-align: center;
  border-radius: 7px;
  height: 50px;
  line-height: 54px;
  letter-spacing: -1px;
  position: relative;
  -webkit-transition: .65s ease-in-out;
  transition: .65s ease-in-out;
}

.design_click .culture_preservation .top_menu .item:before {
  background-image: url("../image/common/ic_headphone3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: -35px;
  right: 5px;
  z-index: -1;
  display: block;
  content: ' ';
  width: 30px;
  height: 30px;
  background-size: contain;
  cursor: pointer;
  opacity: 0;
}

.design_click .culture_preservation .top_menu .item:after {
  background-image: url("../image/common/ic_hand1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 15px;
  right: -5px;
  z-index: 3;
  display: block;
  content: ' ';
  width: 42px;
  height: 65px;
  background-size: contain;
  cursor: pointer;
}

.design_click .culture_preservation .top_menu .item.clicked:before {
  opacity: 1;
  z-index: 3;
}

.design_click .culture_preservation .top_menu .item.clicked:after {
  opacity: 0;
  z-index: -1;
}

.design_click .culture_preservation .top_menu .item:nth-of-type(1) {
  background-color: #a35082;
}

.design_click .culture_preservation .top_menu .item:nth-of-type(2) {
  background-color: #5073a3;
}

.design_click .culture_preservation .top_menu .item:nth-of-type(3) {
  background-color: #50a369;
}

.design_click .culture_preservation .layer_note {
  display: none;
}

.design_click .culture_preservation .layer_note.on {
  display: block;
}

.design_click .culture_preservation .layer_note .bu li {
  font-size: 20px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  letter-spacing: -1px;
  line-height: 24px;
  padding-left: 22px;
  position: relative;
  margin-top: 6px;
}

.design_click .culture_preservation .layer_note .bu li:first-child {
  margin-top: 0;
}

.design_click .culture_preservation .layer_note .bu li:before {
  position: absolute;
  top: -1px;
  left: 0px;
  z-index: 2;
  content: '●';
  display: block;
  color: #a35082;
  font-size: 14px;
}

.design_click .culture_preservation .layer_note .bu.top {
  margin-top: 20px;
  margin-left: 10px;
  height: 120px;
}

.design_click .culture_preservation .layer_note .bu.top li:before {
  font-size: 10px;
}

.design_click .culture_preservation .layer_note .bu.color1 li:before {
  color: #a35082;
}

.design_click .culture_preservation .layer_note .bu.color2 li:before {
  color: #5073a3;
}

.design_click .culture_preservation .layer_note .bu.color3 li:before {
  color: #50a369;
}

.design_click .culture_preservation .layer_note .box {
  border: 1px solid #959595;
  border-radius: 8px;
  padding: 18px 24px;
}

.design_click .culture_preservation .layer_note .box.color1 {
  background-color: #f3e4ed;
}

.design_click .culture_preservation .layer_note .box.color2 {
  background-color: #e4eef3;
}

.design_click .culture_preservation .layer_note .box.color3 {
  background-color: #ecf6ed;
}

/* 디자인 클릭 */
/* 팝업관련 디자인 */
.design_pop {
  display: block;
  /* 기본 흰색 rounderbox */
  /* //기본 흰색 rounderbox */
  /* 한국에서 설날에 먹는 음식에 대해 알아볼까요? */
  /* //한국에서 설날에 먹는 음식에 대해 알아볼까요? */
}

.design_pop .wrap_modal1 {
  position: absolute;
  top: 180px;
  right: 150px;
  z-index: 100;
  width: 545px;
  border: 1px solid #2b2b2b;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .85s ease-out;
  transition: .85s ease-out;
}

.design_pop .wrap_modal1.on {
  opacity: 1;
  z-index: 10;
}

.design_pop .wrap_modal1 .caption {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  font-family: "Gmarket Sans";
  display: block;
  background-color: #a35082;
  position: relative;
  height: 45px;
  line-height: 47px;
  letter-spacing: -1px;
  padding-left: 20px;
}

.design_pop .wrap_modal1 .close {
  background-image: url("../image/common/ic_close1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  text-indent: -99999em;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  display: block;
  width: 45px;
  height: 45px;
  background-size: contain;
  cursor: pointer;
}

.design_pop .wrap_modal1 .hear {
  background-image: url("../image/common/ic_headphone2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  text-indent: -99999em;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 36px;
  height: 37px;
  background-size: contain;
  cursor: pointer;
  margin-bottom: -11px;
  margin-left: 14px;
}

.design_pop .wrap_modal1 .inner {
  font-size: 20px;
  font-weight: 400;
  color: #2e1f0d;
  font-family: "Namoo GothicR";
  background-color: #fcf7ef;
  overflow-x: hidden;
  overflow-y: auto;
  letter-spacing: -1px;
  line-height: 30px;
  padding: 16px;
}

.design_pop .wrap_modal1 .inner.type1_scroll {
  display: block;
}

.design_pop .wrap_modal1.thumb_small {
  width: 310px;
}

.design_pop .wrap_modal1.thumb_small .caption {
  background-color: #f2e9da;
}

.design_pop .wrap_modal1.thumb_small .thumb {
  display: block;
  text-align: center;
}

.design_pop .wrap_modal1.thumb_small .inner {
  padding-bottom: 25px;
}

.design_pop .wrap_modal1.thumb_small .txt_note {
  font-size: 20px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  display: block;
  text-align: center;
  letter-spacing: -1px;
}

.design_pop .wrap_modal1.thumb_small .txt_note strong {
  font-size: 20px;
  font-weight: 700;
  color: #a35082;
  font-family: "Namoo GothicB";
  display: block;
  margin-bottom: 3px;
}

.design_pop .txt_red {
  color: #a35082;
}

.design_pop .close {
  background-image: url("../image/common/ic_note1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 10;
  text-indent: -99999em;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  display: block;
  background-size: contain;
  width: 33px;
  height: 46px;
  cursor: pointer;
}

.design_pop .ui_default {
  font-size: 22px;
  font-weight: 400;
  color: #343434;
  font-family: "Namoo GothicR";
  background-color: #fff;
  border-radius: 32px;
  padding: 20px 10px 15px 70px;
  letter-spacing: -1px;
  line-height: 28px;
  position: relative;
}

.design_pop .ui_default:after {
  background-image: url("../image/common/bg_pop1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  right: -67px;
  bottom: -15px;
  z-index: 15;
  content: '';
  display: block;
  background-size: contain;
  width: 178px;
  height: 127px;
}

.design_pop .ui_default .inner {
  display: block;
  height: 480px;
  padding-right: 80px;
  overflow: hidden;
  overflow-y: auto;
}

.design_pop .ui_default .inner .table {
  display: table;
  width: 100%;
  height: 100%;
}

.design_pop .ui_default .inner .table .td {
  display: table-cell;
  vertical-align: middle;
  line-height: 30px;
}

.design_pop .list_conversation li {
  font-size: 20px;
  font-weight: 400;
  color: #343434;
  font-family: "Namoo GothicR";
}

.design_pop .list_conversation li:nth-child(odd) {
  color: #a35082;
}

.design_pop .list_conversation .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.design_pop .list_conversation .table .gap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 25px;
}

.design_pop .list_conversation .table .gap:first-of-type {
  padding-right: 12px;
}

.design_pop .list_conversation .table .gap:first-of-type:after {
  content: ':';
  padding-left: 7px;
}

/* 디자인 팝업 */
/* 디자인 인트로 */
/* //////////////////////////////////////////////// */
/* 클릭관련 디자인 */
/* //////////////////////////////////////////////// */
/* 디자인 툴팁,나레이션 */
/* //////////////////////////////////////////////// */
/* 디자인 드래그 */
/* //////////////////////////////////////////////// */
/* 디자인 드래그 오브젝트 */
/* //////////////////////////////////////////////// */
/* 디자인 입력 */
/* //////////////////////////////////////////////// */
/* 디자인 팝업 */
/* //////////////////////////////////////////////// */
/* 다른개발자용 */

/*# sourceMappingURL=../../sourcemaps/assets/css/screen.ui.css.map */
