@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@font-face {
  font-family: "Isamanru";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
* img {
  display: block;
}
* a {
  text-decoration: none;
  color: #141414;
}
* li {
  list-style: none;
}
* button {
  border: none;
  background: none;
  cursor: pointer;
}
* h1, * h2, * h3, * h4, * h5, * h6, * p, * span {
  font-weight: inherit;
  font-size: inherit;
  color: #141414;
}
* body {
  background-color: #f9f9f9;
}

.hidden {
  display: none !important;
}

.non_scroll {
  overflow: hidden;
  pointer-events: none;
}

.non_scroll_click {
  overflow: hidden;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background-color: #e7e7e7;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #bfbfbf;
}

.imgactive {
  width: 100px !important;
  height: 100px !important;
}

body {
  max-width: 430px;
  margin: 0 auto;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 60px;
}
.header_left, .header_right {
  display: flex;
}
.header_left {
  margin-left: 28px;
}
.header_right {
  align-items: center;
  margin-right: 22px;
}
.header .logo_img {
  display: block;
  width: 45.52px;
  height: 20.87px;
  background: url("../img/logo.png") no-repeat;
  background-size: cover;
  margin-right: 3.48px;
}
.header .logo_txt {
  align-content: flex-end;
  font-size: 5px;
}
.header .ico {
  background-size: cover !important;
}
.header .ico_search {
  width: 27px;
  height: 28px;
  background: url("../img/ico_search.png") no-repeat;
  margin-right: 9px;
}
.header .ico_menu {
  width: 29px;
  height: 30px;
  background: url("../img/ico_menu.png") no-repeat;
}
.header::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 0.7px;
  background-color: #141414;
}

.terms_open {
  z-index: 99;
  pointer-events: all;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 430px;
  height: 100%;
  background-color: #f9f9f9;
}

.terms_inner {
  padding: 20px 30px;
}

.content_terms .ico_cancle {
  z-index: 99999;
  margin-left: auto;
  width: 17px;
  height: 17px;
  background: url("../img/ico_cancle.png") no-repeat;
  background-size: contain !important;
}
.content_terms .txt_main {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.content_terms .txt_sub {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 40px;
}
.content_terms .terms_list {
  font-size: 11px;
}
.content_terms .terms_list .list_wrap {
  margin-bottom: 24px;
}
.content_terms .terms_list .list_title {
  margin-bottom: 5px;
  color: #ff5c5c;
  font-weight: 700;
}
.content_terms .terms_list li {
  list-style: disc;
  margin-left: 20px;
  line-height: 1.4em;
}

.modal_search {
  background-color: #f9f9f9;
  z-index: 9;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
}
.modal_search .search_top {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 28px;
}
.modal_search .search_form {
  position: relative;
  top: 1px;
  border: 0;
  background: unset;
  line-height: 33px;
}
.modal_search .search_form::-moz-placeholder {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #bfbfbf;
}
.modal_search .search_form::placeholder {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #bfbfbf;
}
.modal_search .ico {
  background-size: contain !important;
}
.modal_search .ico_search {
  width: 20px;
  height: 18px;
  margin-right: 21px;
  background: url("../img/ico_search.png") no-repeat;
}
.modal_search .ico_cancle {
  margin-left: auto;
  width: 17px;
  height: 17px;
  background: url("../img/ico_cancle.png") no-repeat;
}
.modal_search .search_keyword {
  margin-top: 16px;
  padding: 0 28px;
}
.modal_search .search_keyword .txt_title {
  margin-bottom: 15px;
  color: #bfbfbf;
  font-size: 15px;
}
.modal_search .search_keyword .txt_sub {
  font-size: 15px;
  line-height: 22px;
}

.modal_menu {
  background-color: #f9f9f9;
  z-index: 9;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 13px;
  padding: 0 28px;
}
.modal_menu .ico {
  background-size: contain !important;
}
.modal_menu .ico_cancle {
  position: absolute;
  right: 28px;
  width: 17px;
  height: 17px;
  top: 8px;
  background: url("../img/ico_cancle.png") no-repeat;
}
.modal_menu .ico_arrow {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 8px;
  background: url("../img/ico_arrow.png") no-repeat;
  background-size: contain;
  vertical-align: -7px;
}
.modal_menu .nav {
  font-size: 18px;
  line-height: 35px;
}

.popup_terms {
  z-index: 99;
  pointer-events: all;
  position: absolute;
  width: calc(100% - 48px);
  max-width: 360px;
  min-width: 340px;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  padding: 29px 28px 34px 28px;
  background-color: #f9f9f9;
  border: 0.7px solid #141414;
  border-radius: 20px;
}
.popup_terms .input_wrap input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.popup_terms .input_wrap label {
  font-size: 15px;
  color: #141414;
  font-weight: 500;
}
.popup_terms .input_wrap label::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 21px;
  background: url("../img/ico_ckbox_off.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.popup_terms .input_wrap label.on::before {
  background: url("../img/ico_ckbox_on.png") no-repeat;
  background-size: contain;
}
.popup_terms .input_wrap label.off {
  color: #bfbfbf;
}
.popup_terms .terms_wrap.top {
  display: flex;
  padding-bottom: 26px;
  border-bottom: 0.7px solid #141414;
}
.popup_terms .terms_wrap.top .link {
  margin-left: auto;
  color: #bfbfbf;
  font-size: 14px;
  line-height: 30px;
}
.popup_terms .terms_wrap.top .link::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  margin-left: 7px;
  background: url("../img/ico_link.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.popup_terms .terms_wrap.middle {
  padding: 32px 0 36px 0;
}
.popup_terms .terms_wrap.middle .input_wrap {
  margin-bottom: 22px;
}
.popup_terms .terms_wrap.middle .input_wrap:last-child {
  margin-bottom: unset;
}
.popup_terms .btn_red {
  width: 100%;
  padding: 17px 0;
  background-color: #ff5c5c;
  color: #f9f9f9;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
}

.content_main {
  overflow-x: hidden;
}
.content_main .txt_main {
  margin-top: 70px;
}
.content_main .txt_main_bold {
  font-size: 90px;
  font-weight: 800;
  text-align: center;
}
.content_main .txt_main_bold .point {
  padding: 4px 8px;
  border: 0.7px solid #141414;
  background-color: #ff5c5c;
}
.content_main .txt_sub {
  display: flex;
  align-items: center;
  position: relative;
}
.content_main .txt_sub p {
  font-size: 32px;
  font-weight: 600;
  line-height: 33px;
}
.content_main .txt_sub.right {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: -42px;
  margin-top: 119px;
  text-align: right;
}
.content_main .txt_sub.right p {
  margin-right: 15px;
}
.content_main .txt_sub.left {
  justify-content: flex-start;
  margin-left: -42px;
  margin-bottom: 80px;
}
.content_main .txt_sub.left p {
  margin-left: 15px;
}
.content_main .line {
  width: 3px;
  height: 66.5px;
  margin: 67px auto 51px auto;
  background-color: #ff5c5c;
}

.circle {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 0.7px solid #141414;
  background: #ff5c5c;
}

.content_museum {
  position: relative;
}
.content_museum .content_inner {
  overflow-x: hidden;
  display: flex;
  height: 492px;
  border-top: 0.7px solid #141414;
  border-bottom: 0.7px solid #141414;
}
.content_museum .circle {
  z-index: -9;
  position: absolute;
  left: 50%;
  bottom: -55px;
  transform: translate(-50%, 0);
  width: 104px;
  height: 110px;
}
.content_museum [class^=museum_img_] {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.content_museum .museum_img_01 {
  background: url("../img/frame_01.png") no-repeat;
}
.content_museum .museum_img_02 {
  background: url("../img/frame_02.png") no-repeat;
}
.content_museum .museum_img_03 {
  background: url("../img/frame_03.png") no-repeat;
}
.content_museum .swiper-slide {
  background-size: cover !important;
}

.content_frame .txt_sub {
  padding: 101px 0 56px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
}
.content_frame .slide_source {
  overflow-x: hidden;
  padding: 24px 0;
  background-color: #f2f2f2;
  border-top: 0.7px solid #141414;
  border-bottom: 0.7px solid #141414;
}
.content_frame .designsource_wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.content_frame .designsource_wrap p {
  flex-shrink: 0;
}
.content_frame .slide_design {
  overflow-x: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  height: 358px;
  border-bottom: 0.7px solid #141414;
}
.content_frame .design_img_01 {
  background: url("../img/frame_04.png") no-repeat;
}
.content_frame .design_img_02 {
  background: url("../img/frame_05.png") no-repeat;
}
.content_frame .design_img_03 {
  background: url("../img/frame_06.png") no-repeat;
}
.content_frame .design_img_04 {
  background: url("../img/frame_07.png") no-repeat;
}
.content_frame .design_img_05 {
  background: url("../img/frame_08.png") no-repeat;
}
.content_frame .swiper-slide {
  width: 286px !important;
  border-right: 0.7px solid #141414;
  border-left: 0.7px solid #141414;
  background-size: cover !important;
  transform: unset;
}

.content_start {
  margin: 58px 0 103px 0;
  text-align: center;
}
.content_start .txt_sub {
  margin-bottom: 80px;
  padding: 36px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 33px;
}
.content_start .txt_sub::before, .content_start .txt_sub::after {
  content: "";
  display: block;
  width: 106px;
  height: 3px;
  background-color: #ff5c5c;
}
.content_start .txt_sub::before {
  margin-bottom: 36px;
}
.content_start .txt_sub::after {
  margin-top: 36px;
  margin-left: auto;
}

.btn_black {
  display: block;
  margin: 0 auto;
  min-width: 130px;
  padding: 13px 22px;
  font-size: 32px;
  color: #f9f9f9;
  font-weight: 800;
  background-color: #141414;
  border-radius: 10px;
}

.footer {
  padding: 14px 19px 140px 19px;
  border-top: 0.7px solid #141414;
}
.footer .title_wrap {
  display: flex;
}
.footer .txt_title {
  display: flex;
  margin-bottom: 21px;
  font-size: 10px;
  font-weight: 400;
}
.footer .tab_close {
  position: relative;
  display: block;
  width: 7px;
  height: 4px;
  top: 2px;
  margin-left: 4px;
  background: url("../img/ico_close.png") no-repeat;
  background-size: cover;
}
.footer .txt_sub {
  position: relative;
  font-size: 8px;
  font-weight: 400;
  line-height: 13px;
}
.footer .txt_sub.ani {
  opacity: 0;
  max-height: 0;
}
.footer .txt_call {
  margin-top: 13px;
}
.footer .logo_img {
  display: block;
  width: 41px;
  height: 19px;
  margin: 0 0 0 auto;
  background: url("../img/logo.png") no-repeat;
  background-size: cover;
}

.title_top {
  background-color: #ff5c5c;
  border-bottom: 0.7px solid #141414;
}
.title_top .txt_main {
  margin-top: -5px;
  padding: 31px 0 29px 0;
  font-size: 45px;
  font-weight: 800;
  line-height: 33px;
  text-align: center;
}

.about_page .content_about {
  margin-top: 59px;
  padding: 0 46px;
}
.about_page .content_inner {
  position: relative;
}
.about_page .content_inner .circle {
  position: absolute;
  width: 43px;
  height: 43px;
  top: -5px;
  left: -68px;
}
.about_page .content_inner .txt_title {
  font-size: 40px;
  font-weight: 500;
  line-height: 33px;
}
.about_page .content_inner .txt_sub {
  margin-top: 10px;
  font-size: 20px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  line-height: 33px;
}
.about_page .content_inner .contact_inner {
  margin-top: 35px;
}
.about_page .content_inner .contact_wrap {
  margin-bottom: 10px;
}
.about_page .content_inner .contact_wrap .txt_title {
  margin-bottom: 0;
  color: #bfbfbf;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.about_page .content_inner .contact_wrap .txt_sub {
  margin-top: unset;
  font-size: 15px;
  text-shadow: unset;
  line-height: normal;
}
.about_page .content_about .content_inner:last-child {
  margin-top: 97px;
}
.about_page .footer {
  padding: 162px 0 172px 0;
  border-top: unset;
}
.about_page .footer .logo_img {
  position: relative;
  margin: 0 auto;
}

.title_sub {
  overflow-x: hidden;
  max-width: 100vw;
  padding: 12px 0;
  text-wrap: nowrap;
  border-bottom: 0.7px solid #141414;
}
.title_sub p {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.content_kit {
  margin-top: 41px;
}

.thumb_wrap {
  position: relative;
  margin: 0 auto;
  width: 338px;
  height: 422px;
  border: 0.7px solid #141414;
  border-radius: 10px;
}
.thumb_wrap + .thumb_wrap {
  margin-top: 41px;
}
.thumb_wrap:last-child {
  margin-bottom: 102px;
}
.thumb_wrap .thumb_txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 17px 22px;
  border-radius: 0 0 10px 10px;
  background: rgba(20, 20, 20, 0.9);
}
.thumb_wrap p {
  color: #f9f9f9;
}
.thumb_wrap .txt_main {
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
}
.thumb_wrap .txt_sub {
  margin-top: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.kit_01 {
  background: url("../img/kit_01.png") no-repeat;
}

.kit_02 {
  background: url("../img/kit_02.png") no-repeat;
}

.kit_03 {
  background: url("../img/kit_03.png") no-repeat;
}

.kit_04 {
  background: url("../img/kit_04.png") no-repeat;
}

.kit_05 {
  background: url("../img/kit_05.png") no-repeat;
}

.kit_06 {
  background: url("../img/kit_06.png") no-repeat;
}

.kit_07 {
  background: url("../img/kit_07.png") no-repeat;
}

.frame_01 {
  background: url("../img/frame_01.png") no-repeat;
}

.frame_02 {
  background: url("../img/frame_02.png") no-repeat;
}

.frame_03 {
  background: url("../img/frame_03.png") no-repeat;
}

.frame_04 {
  background: url("../img/frame_04.png") no-repeat;
}

.frame_05 {
  background: url("../img/frame_05.png") no-repeat;
}

.frame_06 {
  background: url("../img/frame_06.png") no-repeat;
}

.frame_07 {
  background: url("../img/frame_07.png") no-repeat;
}

.frame_08 {
  background: url("../img/frame_08.png") no-repeat;
}

.frame_09 {
  background: url("../img/frame_09.png") no-repeat;
}

.page_kitLayout {
  position: relative;
}
.page_kitLayout .content_wrap {
  overflow-x: hidden;
  position: relative;
  margin-bottom: 60px;
  padding: 0 44px;
}
.page_kitLayout .content_wrap .txt_title {
  margin: 26px 0 15px 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
}
.page_kitLayout .content_wrap .txt_title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 10px;
  background-color: #ff5c5c;
  border: 0.7px solid #141414;
  border-radius: 50%;
}
.page_kitLayout .canvas {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 381px;
  border: 0.7px solid #141414;
}
.page_kitLayout .canvas .txt_sub {
  position: absolute;
  font-size: 13px;
  font-weight: 500;
  line-height: 35px;
  color: #bfbfbf;
}
.page_kitLayout .canvas img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page_kitLayout .layout_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.page_kitLayout .slide_element {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  padding: 28px 0 20px 0;
}
.page_kitLayout .slide_element::before {
  content: "";
  display: block;
  position: absolute;
  width: 102%;
  height: 37px;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 5.77%, rgba(255, 255, 255, 0) 90.87%, #FFF 100%);
  pointer-events: none;
}
.page_kitLayout .slide_element .element_wrap {
  display: flex;
}
.page_kitLayout .slide_element .element_wrap li {
  width: unset !important;
  min-width: 88px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  color: #f9f9f9;
  background-color: #141414;
  border: 0.7px solid #141414;
  border-radius: 20px;
  box-sizing: content-box;
}
.page_kitLayout .slide_element .element_wrap li + li {
  margin-left: 4px;
}
.page_kitLayout .slide_element .element_wrap li.on {
  background-color: #ff5c5c;
}
.page_kitLayout .slide_opacity {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-width: 270px;
}
.page_kitLayout .slide_opacity .slide {
  -webkit-appearance: none;
  position: relative;
  width: 174px;
  height: 20px;
  background: url("../img/opacity.png") no-repeat;
  background-size: cover;
  border-radius: 20px;
  border: 0.7px solid #D9D9D9;
}
.page_kitLayout .slide_opacity .slide::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  background: url("../img/opacity_slide.png") no-repeat;
  background-size: cover;
}
.page_kitLayout .slide_opacity .txt_sub {
  font-size: 10px;
}
.page_kitLayout .guide_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px;
  margin: 14px 0 30px 0;
}
.page_kitLayout .guide_wrap .guide {
  position: relative;
  width: calc(33.3333333333% - 6px);
  height: 124px;
  background-size: contain !important;
  border: 0.7px solid #141414;
  border-radius: 5px;
  box-sizing: content-box;
}
.page_kitLayout .guide_wrap .guide img {
  z-index: -9;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page_kitLayout .btn_black {
  font-size: 25px;
}
.page_kitLayout .tap_source .content_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 0;
}
.page_kitLayout .tap_source .source_option {
  min-width: 142px;
  padding: 9px 15px;
  border: 0.7px solid #bfbfbf;
  border-radius: 5px;
  color: #bfbfbf;
  font-size: 15px;
}
.page_kitLayout .tap_source .stroke {
  width: 100%;
  min-width: 137px;
  margin-left: 12px;
}
.page_kitLayout .tap_source .stroke .txt_sub {
  margin-bottom: 7px;
  font-size: 10px;
  color: #bfbfbf;
}
.page_kitLayout .tap_source .stroke .storke_weight {
  height: 20px;
  background: url("../img/stroke_weight.png") no-repeat;
  background-size: contain;
}
.page_kitLayout .tap_source .stroke .storke_weight .bar {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #ff5c5c;
  border-radius: 100%;
  vertical-align: 5px;
}
.page_kitLayout .tap_source .source_wrap {
  overflow-x: hidden;
  position: relative;
  height: 240px;
  margin-bottom: 35px;
}
.page_kitLayout .tap_source .source_wrap .source {
  width: 97px;
  height: 97px !important;
  padding: 10px;
  border: 0.7px solid #141414;
  border-radius: 10px;
}
.page_kitLayout .tap_source .source_wrap .source img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.drawarea {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid red;
  touch-action: none;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resizable {
  position: absolute;
  width: 200px;
  height: 200px;
  cursor: grab;
  border: 1px solid red;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resizable img {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid blue;
  pointer-events: none;
  user-select: none;
}

.resize-handle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: #333;
  cursor: se-resize;
  touch-action: none;
  border-radius: 2px;
}

.popup_btn {
  z-index: 9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  right: -83px;
}
.popup_btn.circle {
  width: 120px;
  height: 120px;
}
.popup_btn .txt_btn {
  margin-left: 12px;
  font-size: 12px;
}

.popup_tutorial {
  overflow: hidden;
  background-color: #f9f9f9;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: calc(100vh - 60px);
}
.popup_tutorial .swiper_tutorial_popup {
  overflow-x: hidden;
  position: relative;
  width: calc(100% - 80px) !important;
  height: 518px;
  margin: 0 auto;
  margin-top: 40px;
}
.popup_tutorial .swiper-wrapper {
  position: relative;
  width: 100%;
}
.popup_tutorial .popup_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 480px;
  padding: 40px;
  border: 0.7px solid #141414;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.popup_tutorial .ico_tu_cancle {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 16px;
  right: 16px;
  background: url("../img/ico_cancle.png") no-repeat;
  background-size: contain !important;
}

.popup_guide {
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 430px;
  height: 127px;
  background: rgba(249, 249, 249, 0.75);
  border-top: 0.7px solid #141414;
  border-bottom: 0.7px solid #141414;
}
.popup_guide .btn_back {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 12px;
  right: 12px;
  background: url("../img/ico_arrow_s.png") no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  opacity: 0.5;
}
.popup_guide .txt_sub {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.popup_guide .txt_point {
  display: inline-block;
  margin-top: 12px;
  color: #ff5c5c;
  font-weight: 600;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(calc(-1 * var(--float-distance)));
  }
}
:root {
  --float-distance: 5px;
  --float-duration: 2.0s;
}

.floaty {
  animation: float var(--float-duration) ease-in-out infinite;
  will-change: transform;
}

.page_tip .tip_wrap {
  padding: 50px 0 60px 0;
}
.page_tip .btn_skip {
  position: relative;
  top: 20px;
  margin-right: 27px;
  text-align: right;
}
.page_tip .btn_skip::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-right: 10px;
  background: url("../img/ico_arrow_s.png") no-repeat;
  background-size: contain;
  vertical-align: -1px;
}
.page_tip .tip_inner .title_tip {
  margin-bottom: 27px;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
  text-align: center;
}
.page_tip .tip_inner .title_tip::before, .page_tip .tip_inner .title_tip::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #141414;
  border-radius: 50%;
  background-color: #ff5c5c;
  vertical-align: 2px;
}
.page_tip .tip_inner .title_tip::before {
  margin-right: 63px;
}
.page_tip .tip_inner .title_tip::after {
  margin-left: 63px;
}
.page_tip .tip_inner .tip_list {
  padding: 0 38px;
  line-height: 33px;
  text-align: center;
}
.page_tip .tip_inner .tip_list li {
  margin-bottom: 18px;
  font-size: 14px;
}
.page_tip .tip_inner .tip_list li.on {
  font-weight: 700;
  font-size: 18px;
}
.page_tip .tip_inner::after {
  content: "";
  display: block;
  width: 3px;
  height: 66.5px;
  background-color: #ff5c5c;
  margin: 50px auto 73px auto;
}
.page_tip .tip_inner:nth-child(5)::after {
  display: none;
}
.page_tip .tip_bottom {
  padding: 47px 0 66px 0;
  border-top: 0.7px solid #141414;
  text-align: center;
}
.page_tip .tip_bottom .txt_title {
  font-size: 30px;
  font-weight: 800;
}
.page_tip .tip_bottom .txt_title::before {
  content: "";
  display: block;
  margin: 0 auto 40px auto;
  width: 33px;
  height: 33px;
  background: url("../img/ico_star.png") no-repeat;
  background-size: contain;
}
.page_tip .tip_bottom .txt_sub {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}
.page_tip .select_wrap {
  margin-top: 66px;
}
.page_tip .select_wrap .txt_sub {
  margin: 0 auto;
  padding: 0 45px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}
.page_tip .select_wrap .txt_sub::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-right: 10px;
  background: url("../img/ico_arrow_s.png") no-repeat;
  background-size: contain;
  vertical-align: -1px;
}
.page_tip .select_wrap .btn_wrap {
  display: flex;
  justify-content: center;
  margin: 13px auto 0 auto;
}
.page_tip .select_wrap .btn_wrap .btn_black {
  margin: unset;
  padding: 21px 26px;
  font-size: 16px;
}
.page_tip .select_wrap .btn_wrap .btn_black:last-child {
  margin-left: 18px;
}

.page_save {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.page_save .content_wrap {
  animation: slide-in-bottom 0.8s ease-out both;
}
.page_save .txt_title {
  font-size: 32px;
  font-weight: 700;
}
.page_save .txt_title::before {
  content: "";
  display: block;
  width: 69px;
  height: 69px;
  margin: 0 auto 27px auto;
  background: url("../img/ico_save.png") no-repeat;
  background-size: contain;
  animation: heartbeat 2.5s ease-in-out 1s both;
}
.page_save .txt_sub {
  margin: 27px auto 49px auto;
}
.page_save .txt_wrap::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 0 auto 12px auto;
  background-color: #bfbfbf;
}
.page_save .txt_wrap .txt_caption {
  font-size: 13px;
  color: #bfbfbf;
}
.page_save .txt_wrap .txt_caption + .txt_caption {
  margin-top: 18px;
}
.page_save .txt_wrap .txt_caption span {
  font-weight: 700;
  color: #bfbfbf;
}
.page_save .txt_link a {
  display: block;
  margin-top: 84px;
  font-size: 13px;
  font-weight: 600;
}
.page_save .txt_link a::after {
  content: "→";
  display: inline-block;
  margin-left: 2px;
  vertical-align: 1px;
}

.page_loading {
  z-index: 9999;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  background-color: #f9f9f9;
  opacity: 1;
  transition-duration: 0.5s;
}
.page_loading .txt_title {
  font-size: 15px;
  font-weight: 700;
}
.page_loading .txt_title::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 24px auto;
  background: url("../img/ico_star.png") no-repeat;
  background-size: contain;
  animation: heartbeat 2.5s ease-in-out infinite both;
}
.page_loading .txt_title.on::before {
  background: url("../img/ico_star_w.png") no-repeat;
  background-size: contain;
}

.text-item {
  z-index: 999;
  white-space: pre-line;
  position: absolute;
  pointer-events: auto;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.text-item.active {
  border-color: #333;
  background: rgba(0, 0, 0, 0.05);
}

.tap_text .textbox {
  width: 100%;
  margin-bottom: 8px;
  padding: 9px 15px;
  font-size: 15px;
  border: 0.7px solid #bfbfbf;
  border-radius: 5px;
}
.tap_text .textbox::-moz-placeholder {
  color: #bfbfbf;
}
.tap_text .textbox::placeholder {
  color: #bfbfbf;
}
.tap_text .txt_sub {
  margin-bottom: 10px;
  font-size: 15px;
  color: #bfbfbf;
  font-weight: 500;
}
.tap_text .font_select {
  width: 100%;
  padding: 9px 15px;
  color: #bfbfbf;
  border: 0.7px solid #bfbfbf;
  border-radius: 5px;
}
.tap_text .font_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.tap_text .font_inner select {
  width: calc(50% - 5px);
  padding: 9px 15px;
  border: 0.7px solid #bfbfbf;
  border-radius: 5px;
  font-size: 15px;
}
.tap_text .font_inner select:last-child {
  background-color: #f2f2f2;
  border: 0;
}
.tap_text .align_wrap {
  margin-top: 18px;
  margin-bottom: 70px;
}
.tap_text .align_wrap .inner_wrap {
  display: flex;
  justify-content: space-between;
}
.tap_text .align_wrap .align_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  height: 35px;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.tap_text .align_wrap .align_box {
  display: flex;
  align-items: center;
  width: calc(33.3333333333% - 1px);
  height: 30px;
  border-radius: 5px;
}
.tap_text .align_wrap .align_box.on {
  background-color: #f9f9f9;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.tap_text .align_wrap [class^=align_0] {
  width: 20px;
  height: 17px;
  margin: 0 auto;
  background-size: cover !important;
  background-blend-mode: overlay;
}
.tap_text .align_wrap .align_01 {
  background: url("../img/ico_align_01.png") no-repeat;
}
.tap_text .align_wrap .align_02 {
  background: url("../img/ico_align_02.png") no-repeat;
}
.tap_text .align_wrap .align_03 {
  background: url("../img/ico_align_03.png") no-repeat;
}
.tap_text .align_wrap .align_04 {
  background: url("../img/ico_align_04.png") no-repeat;
}
.tap_text .align_wrap .align_05 {
  background: url("../img/ico_align_05.png") no-repeat;
}
.tap_text .align_wrap .align_06 {
  background: url("../img/ico_align_06.png") no-repeat;
}
.tap_text .align_box.on .align_01 {
  background: url("../img/ico_align_01_b.png") no-repeat;
}
.tap_text .align_box.on .align_02 {
  background: url("../img/ico_align_02_b.png") no-repeat;
}
.tap_text .align_box.on .align_03 {
  background: url("../img/ico_align_03_b.png") no-repeat;
}
.tap_text .align_box.on .align_04 {
  background: url("../img/ico_align_04_b.png") no-repeat;
}
.tap_text .align_box.on .align_05 {
  background: url("../img/ico_align_05_b.png") no-repeat;
}
.tap_text .align_box.on .align_06 {
  background: url("../img/ico_align_06_b.png") no-repeat;
}
.tap_text .btn_txtadd {
  width: 100%;
  height: 38px;
  border-radius: 5px;
  background-color: #e7e7e7;
  color: #bfbfbf;
  margin-bottom: 24px;
}
.tap_text .btn_txtadd:active {
  background-color: #bfbfbf;
  color: #f9f9f9;
}

.tap_colors .color_wrap {
  display: flex;
  justify-content: space-between;
}
.tap_colors .color_temp_01 {
  width: 200px;
  height: 200px;
  background: url("../img/color_temp_01.png") no-repeat;
  background-size: cover;
}
.tap_colors .color_temp_02 {
  width: 25px;
  height: 200px;
  background: url("../img/color_temp_02.png") no-repeat;
  background-size: cover;
}
.tap_colors .color_temp_03 {
  width: 30px;
  height: 200px;
  background: url("../img/color_temp_03.png") no-repeat;
  background-size: cover;
}
.tap_colors .color_slide_wrap {
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px;
}
.tap_colors .color_01 select {
  width: 100px;
  padding: 10px 16px;
  font-size: 15px;
  border: 0.7px solid #bfbfbf;
  border-radius: 5px;
}
.tap_colors .color_02 {
  display: flex;
  width: calc(100% - 10px);
  margin-left: 10px;
  background-color: #e7e7e7;
  border-radius: 5px;
}
.tap_colors .color_02 input {
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  color: #141414;
  border: 0 none;
  background-color: unset;
}
.tap_colors .color_02 input:last-child {
  text-align: right;
}

.tap_shapes .txt_sub {
  font-size: 15px;
  color: #bfbfbf;
  font-weight: 500;
}
.tap_shapes .shape_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.tap_shapes .shape_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 187px;
  height: 35px;
  margin-left: 30px;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.tap_shapes .shape_inner .shape_box {
  width: 34px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tap_shapes .shape_inner .shape_box.on {
  background-color: #f9f9f9;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.tap_shapes .shape_inner [class^=shape_0] {
  width: 17px;
  height: 17px;
  background-size: contain !important;
}
.tap_shapes .shape_inner .shape_01 {
  background: url("../img/shape_01.png") no-repeat;
}
.tap_shapes .shape_inner .shape_02 {
  background: url("../img/shape_02.png") no-repeat;
}
.tap_shapes .shape_inner .shape_03 {
  background: url("../img/shape_03.png") no-repeat;
}
.tap_shapes .shape_inner .shape_04 {
  background: url("../img/shape_04.png") no-repeat;
}
.tap_shapes .shape_inner .shape_05 {
  background: url("../img/shape_05.png") no-repeat center;
}
.tap_shapes .shape_box.on .shape_01 {
  background: url("../img/shape_01_b.png") no-repeat;
}
.tap_shapes .shape_box.on .shape_02 {
  background: url("../img/shape_02_b.png") no-repeat;
}
.tap_shapes .shape_box.on .shape_03 {
  background: url("../img/shape_03_b.png") no-repeat;
}
.tap_shapes .shape_box.on .shape_04 {
  background: url("../img/shape_04_b.png") no-repeat;
}
.tap_shapes .shape_box.on .shape_05 {
  background: url("../img/shape_05_b.png") no-repeat center;
}
.tap_shapes .color_wrap .color_temp_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.tap_shapes .color_wrap .color_temp_01 {
  width: 200px;
  height: 200px;
  background: url("../img/color_temp_01.png") no-repeat;
  background-size: cover;
}
.tap_shapes .color_wrap .color_temp_02 {
  width: 25px;
  height: 200px;
  background: url("../img/color_temp_02.png") no-repeat;
  background-size: cover;
}
.tap_shapes .color_wrap .color_temp_03 {
  width: 30px;
  height: 200px;
  background: url("../img/color_temp_03.png") no-repeat;
  background-size: cover;
}
.tap_shapes .color_slide_wrap {
  display: flex;
  margin-top: 20px;
}
.tap_shapes .color_slide_wrap .color_01 select {
  width: 100px;
  padding: 10px 16px;
  font-size: 15px;
  border: 0.7px solid #bfbfbf;
  border-radius: 5px;
}
.tap_shapes .color_02 {
  display: flex;
  width: calc(100% - 10px);
  margin-left: 10px;
  background-color: #e7e7e7;
  border-radius: 5px;
}
.tap_shapes .color_02 input {
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  color: #141414;
  border: 0 none;
  background-color: unset;
}
.tap_shapes .color_02 input:last-child {
  text-align: right;
}
.tap_shapes .stroke {
  display: flex;
  margin-top: 20px;
  margin-bottom: 80px;
}
.tap_shapes .storke_weight {
  width: 168px;
  height: 20px;
  margin-left: auto;
  background: url("../img/stroke_weight.png") no-repeat;
  background-size: contain;
}
.tap_shapes .storke_weight .bar {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #ff5c5c;
  border-radius: 100%;
  vertical-align: 5px;
}

.tap_sketch .txt_sub {
  font-size: 15px;
  color: #bfbfbf;
  font-weight: 500;
}
.tap_sketch .sketch_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.tap_sketch .sketch_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 187px;
  height: 35px;
  margin-left: 30px;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.tap_sketch .sketch_inner .sketch_box {
  width: 34px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tap_sketch .sketch_inner .sketch_box.on {
  background-color: #f9f9f9;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.tap_sketch .sketch_inner [class^=sketch_0] {
  width: 17px;
  height: 17px;
  background-size: contain !important;
}
.tap_sketch .sketch_inner .sketch_01 {
  background: url("../img/shape_01.png") no-repeat;
}
.tap_sketch .sketch_inner .sketch_02 {
  background: url("../img/shape_02.png") no-repeat;
}
.tap_sketch .sketch_inner .sketch_03 {
  background: url("../img/shape_03.png") no-repeat;
}
.tap_sketch .sketch_inner .sketch_04 {
  background: url("../img/shape_04.png") no-repeat;
}
.tap_sketch .sketch_inner .sketch_05 {
  background: url("../img/shape_05.png") no-repeat center;
}
.tap_sketch .sketch_box.on .sketch_01 {
  background: url("../img/shape_01_b.png") no-repeat;
}
.tap_sketch .sketch_box.on .sketch_02 {
  background: url("../img/shape_02_b.png") no-repeat;
}
.tap_sketch .sketch_box.on .sketch_03 {
  background: url("../img/shape_03_b.png") no-repeat;
}
.tap_sketch .sketch_box.on .sketch_04 {
  background: url("../img/shape_04_b.png") no-repeat;
}
.tap_sketch .sketch_box.on .sketch_05 {
  background: url("../img/shape_05_b.png") no-repeat center;
}
.tap_sketch .color_wrap .color_temp_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.tap_sketch .color_wrap .color_temp_01 {
  width: 200px;
  height: 200px;
  background: url("../img/color_temp_01.png") no-repeat;
  background-size: cover;
}
.tap_sketch .color_wrap .color_temp_02 {
  width: 25px;
  height: 200px;
  background: url("../img/color_temp_02.png") no-repeat;
  background-size: cover;
}
.tap_sketch .color_wrap .color_temp_03 {
  width: 30px;
  height: 200px;
  background: url("../img/color_temp_03.png") no-repeat;
  background-size: cover;
}
.tap_sketch .color_slide_wrap {
  display: flex;
  margin-top: 20px;
}
.tap_sketch .color_slide_wrap .color_01 select {
  width: 100px;
  padding: 10px 16px;
  font-size: 15px;
  border: 0.7px solid #bfbfbf;
  border-radius: 5px;
}
.tap_sketch .color_02 {
  display: flex;
  width: calc(100% - 10px);
  margin-left: 10px;
  background-color: #e7e7e7;
  border-radius: 5px;
}
.tap_sketch .color_02 input {
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  color: #141414;
  border: 0 none;
  background-color: unset;
}
.tap_sketch .color_02 input:last-child {
  text-align: right;
}
.tap_sketch .stroke {
  display: flex;
  margin-top: 20px;
  margin-bottom: 80px;
}
.tap_sketch .storke_weight {
  -webkit-appearance: none;
  width: 168px;
  height: 20px;
  margin-left: auto;
  background: url("../img/stroke_weight.png") no-repeat;
  background-size: contain;
}
.tap_sketch .storke_weight::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 9px;
  height: 9px;
  background-color: #ff5c5c;
  border-radius: 100%;
  margin-top: -6px;
}
.tap_sketch .btn_delete {
  width: 100%;
  height: 38px;
  border-radius: 5px;
  background-color: #e7e7e7;
  color: #bfbfbf;
  margin-bottom: 24px;
  text-align: center;
  line-height: 38px;
}
.tap_sketch .btn_delete.on {
  background-color: #bfbfbf;
  color: #f9f9f9;
}

.picker_wrapper {
  display: grid !important;
  position: relative !important;
  width: 100% !important;
  left: unset !important;
  background: none !important;
  box-shadow: unset !important;
  grid-template-areas: "sl alpha hue";
}
.picker_wrapper .picker_sl {
  grid-area: sl;
  width: 240px;
  height: 240px;
  margin: 0;
  border-radius: 10px;
  box-shadow: unset !important;
}
.picker_wrapper .picker_alpha {
  grid-area: alpha;
  width: 30px;
  height: 240px;
  left: 10px;
  margin: 0;
  margin-left: 12px;
  background: url("../img/color_temp_02.png") no-repeat !important;
  background-size: contain !important;
  box-shadow: none;
}
.picker_wrapper .picker_alpha .picker_selector {
  margin-left: 2.5px;
}
.picker_wrapper .picker_hue {
  grid-area: hue;
  width: 240px !important;
  height: 24px;
  margin: 0;
  left: 38px;
  background: linear-gradient(90deg, red, yellow, lime, cyan, blue, magenta, red);
  box-shadow: none;
  border-radius: 20px;
  transform: rotate(90deg);
  transform-origin: left top;
}
.picker_wrapper .picker_selector {
  width: 30px;
  height: 30px;
  background: url("../img/opacity_slide.png") no-repeat !important;
  background-size: contain !important;
  border: 0 none;
  box-shadow: none;
}
.picker_wrapper .picker_sample, .picker_wrapper .picker_done {
  display: none;
}

.tap_logo .source_wrap {
  margin-bottom: 116px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.tap_logo .source_wrap .source {
  width: calc(33.3333333333% - 12px);
  min-height: 97px;
  border: 0.7px solid #141414;
  border-radius: 10px;
  box-sizing: content-box;
}
.tap_logo .source_wrap .source img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}

.tap_photo {
  position: relative;
  margin-top: 10px;
}
.tap_photo .photo_wrap {
  width: 100%;
  height: 262px;
  margin-bottom: 40px;
  background: url("../img/photo_bg.png") no-repeat;
  background-size: cover;
  border: 0.7px solid #141414;
  border-radius: 10px;
}
.tap_photo .txt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.tap_photo .txt_wrap .txt_sub:first-child {
  font-size: 15px;
  font-weight: 700;
}
.tap_photo .txt_wrap .txt_sub:last-child {
  font-size: 10px;
}

.tap_bg {
  margin-bottom: 60px;
}
.tap_bg .pick_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.tap_bg .pick_inner .txt_sub {
  font-size: 15px;
  color: #bfbfbf;
  font-weight: 500;
}
.tap_bg .pick_inner .txt_sub.on {
  color: #ff5c5c;
}
.tap_bg .pick_inner .line {
  width: 60px;
  height: 1px;
  background-color: #bfbfbf;
}
.tap_bg .color_wrap {
  display: flex;
  justify-content: space-between;
}
.tap_bg .color_wrap .color_temp_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.tap_bg .color_wrap .color_temp_01 {
  width: 200px;
  height: 200px;
  background: url("../img/color_temp_01.png") no-repeat;
  background-size: cover;
}
.tap_bg .color_wrap .color_temp_02 {
  width: 25px;
  height: 200px;
  background: url("../img/color_temp_02.png") no-repeat;
  background-size: cover;
}
.tap_bg .color_wrap .color_temp_03 {
  width: 30px;
  height: 200px;
  background: url("../img/color_temp_03.png") no-repeat;
  background-size: cover;
}
.tap_bg .color_slide_wrap {
  display: flex;
  margin-top: 20px;
}
.tap_bg .color_slide_wrap .color_01 select {
  width: 100px;
  padding: 10px 16px;
  font-size: 15px;
  border: 0.7px solid #bfbfbf;
  border-radius: 5px;
}
.tap_bg .color_02 {
  display: flex;
  width: calc(100% - 10px);
  margin-left: 10px;
  background-color: #e7e7e7;
  border-radius: 5px;
}
.tap_bg .color_02 input {
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  color: #141414;
  border: 0 none;
  background-color: unset;
}
.tap_bg .color_02 input:last-child {
  text-align: right;
}
.tap_bg .bg_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tap_bg .bg_wrap .bg {
  width: calc(33.3333333333% - 4px);
  min-height: 124px;
  border: 0.7px solid #141414;
  border-radius: 10px;
  background-size: cover !important;
}
.tap_bg .bg_wrap .bg img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */