@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/NotoSans-Bold.woff2') format('woff2'),
         url('../fonts/NotoSans-Bold.woff') format('woff'),
         url('../fonts/NotoSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'triggerR';
  src: url('../fonts/NotoSans-Regular.woff2') format('woff2'),
         url('../fonts/NotoSans-Regular.woff') format('woff'),
         url('../fonts/NotoSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NamooGothicBKR';
  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;
}


/* 폰트 */
* {
  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: break-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.w210{
	width:210px;
}
nav.list_nav ul li a.w260{
	width:260px;
}
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: 190px;
  right: 120px;
  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;
}

/* 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 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;
}

/* //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 6px 24px;
  cursor: pointer;
}

.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;
}

.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" ,"NamooGothicBKR";
  display: block;
  letter-spacing: -5px;
  text-align: center;
  padding-top: 150px;
}

.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: 18px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Namoo GothicR";
  display: block;
  line-height: 21px;
  letter-spacing: -1.2px;
  padding-top: 20px;
	max-width: 230px;
}

.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" ,"NamooGothicBKR";
  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" , 'NamooGothicBKR';
  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_drag {
  /* 설날 한국에서 열리는 행사를 알아볼까요? */
  /* //설날 한국에서 열리는 행사를 알아볼까요? */
  /* 열두 띠 동물의 순서를 알아볼까요? */
  /* //열두 띠 동물의 순서를 알아볼까요? */
}

.design_drag .part_match {
  position: relative;
  width: 1010px;
  margin: 30px 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: 24px;
  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: 18px;
  font-weight: 300;
  color: #a35082;
  font-family: "triggerR" , "Namoo GothicB";
  display: inline-block;
  border-radius: 12px;
  background-color: #fff;
  border: 2px solid #a35082;
  min-width: 170px;
  height: 44px;
  line-height: 19px;
  text-align: center;
  letter-spacing: -1px;
  cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}

.design_drag .part_match .wrap_example .item1 {
  position: absolute;
  top: 17px;
  left: 180px;
  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: 580px;
  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 .thumb {
  display: block;
  margin-bottom: 20px;
}

.design_drag .part_match .wrap_sentence .drag_input {
  font-size: 18px;
  font-weight: 300;
  color: #a35082;
  font-family: "triggerR" , "Namoo GothicB";
  display: block;
  border: 1px solid #cdc4bf;
  background-color: #fff;
  text-align: center;
  border-radius: 30px;
  letter-spacing: -1px;
  height: 90px;
  line-height: 20px;
  overflow: hidden;
	padding-top:15px;
}

.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_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: "triggerB","NamooGothicBKR";
  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: "triggerB","NamooGothicBKR";
  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 .wrap_inputbox {
  font-size: 26px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "triggerR" ,"NamooGothicBKR";
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 14px;
  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" ,"NamooGothicBKR";
  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" ,"NamooGothicBKR";
  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" ,"NamooGothicBKR";
  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 610px;
  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: 20px;
  font-weight: 700;
  color: #2b2b2b;
  font-family: "triggerB";
  display: block;
  letter-spacing: -1.5px;
}

.design_input .newyear_meaning2 .list_question .answer {
  display: block;
  margin-top: 10px;
}

.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: 690px;
  position: absolute;
  right: 30px;
  top: 70px;
}

.design_input .newyear_proverb .conversation input[type=text] {
  font-size: 20px;
  font-weight: 400;
  color: #a35082;
  font-family: "triggerR" ,"NamooGothicBKR";
  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: 16px;
  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: 5px;
  min-width: 72px;
}

.design_input .newyear_proverb .conversation ul .table .gap:first-of-type:after {
  content: ':';
  padding-left: 3px;
}

.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;
}

.design_input .newyear_proverb .conversation2 input[type=text] {
  font-size: 20px;
  font-weight: 400;
  color: #a35082;
  font-family: "triggerR" ,"NamooGothicBKR";
  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";
	font-family: "triggerR" ,"NamooGothicBKR";
  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" , "NamooGothicBKR";
  background: transparent;
  width: 100%;
  height: 40px;
  padding: 0 8px;
}

/* 디자인 입력 */
/* 클릭관련 디자인 */
.design_click {
  /* 연도를 상징하는 동물을 알아볼까요? */
  /* //연도를 상징하는 동물을 알아볼까요? */
}

.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_pop {
  display: block;
  /* 기본 흰색 rounderbox */
  /* //기본 흰색 rounderbox */
  /* 한국에서 설날에 먹는 음식에 대해 알아볼까요? */
  /* //한국에서 설날에 먹는 음식에 대해 알아볼까요? */
}

.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;
	min-width: 70px;
}

.design_pop .list_conversation .table .gap:first-of-type:after {
  content: ':';
  padding-left: 7px;
}

/* 디자인 팝업 */

/*# sourceMappingURL=../../sourcemaps/assets/css/screen.ui.css.map */

/*# sourceMappingURL=../../sourcemaps/assets/css/screen.ui.css.map */

.pop_pos{top: 170px; z-index: 5; display:none;position: absolute;left: 622px;top: 218px;z-index: 5000;width: initial;}
.pop_pos .design_pop{width: 539px;height: 384px;background: url("../image/common/popup_bg.png");position: relative;}
.pop_pos .design_pop .close{position: absolute;top: 1px;right: 1px; width:45px;height:44px;background-image:url(../image/common/pop_close_img.png);background-repeat:no-repeat;background-size:100%;cursor: pointer;}
.pop_pos .vertical_scroll{position: absolute;top: 45px; width: 539px;height: 338px;padding: 18px 18px 18px 18px;overflow-y: auto;}
.pop_pos .vertical_scroll .td{
 font-size: 20px;
  font-weight: 400;
  color: #2e1f0d;
  font-family: "Noto Sans KR";
  background-color: transparent;
  overflow-x: hidden;
  overflow-y: auto;
  letter-spacing: -1px;
  line-height: 30px;
  padding: 16px;
}
.pop_pos .popup_title{font-size: 25px;
  font-weight: 400;
  color: #fff;
  font-family: "Gmarket Sans";
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -1.6px;
  line-height: 30px;
  padding: 10px 10px 10px 13px;}
.vertical_scroll::-webkit-scrollbar-thumb{background: #a0a0a0;}
.vertical_scroll::-webkit-scrollbar{width: 20px;height: auto;}
.vertical_scroll::-webkit-scrollbar-track{background: #ffffff;}