@font-face {
  font-family: 'NanumSquareNeoBold';
  src: local('NanumSquareNeoBold'), url('../fonts/NanumSquareNeoTTF-cBd.woff') format('woff');
}
@font-face {
  font-family: 'NanumSquareNeoExtraBold';
  src: local('NanumSquareNeoExtraBold'), url('../fonts/NanumSquareNeoTTF-dEb.woff') format('woff');
}
@font-face {
  font-family: 'NanumSquareNeoHeavy';
  src: local('NanumSquareNeoHeavy'), url('../fonts/NanumSquareNeoTTF-eHv.woff') format('woff');
}
@font-face {
  font-family: 'NanumSquareNeo';
  src: local('NanumSquareNeo'), url('../fonts/NanumSquareNeoTTF-bRg.woff') format('woff');
}
@font-face {
  font-family: 'NanumSquareNeoLight';
  src: local('NanumSquareNeoLight'), url('../fonts/NanumSquareNeoTTF-aLt.woff') format('woff');
}


/* ROOT */
:root {
  /* color */
  --main-color: #66ccce;
  --light-grey: #f1f1f1;
  --dark-grey: #545454;
  --yellow: #ffd700;
  --point-color: #ff8886;
  --dark-point-color: #f25c5a;
  --white-color: #ffffff;
  --black-color: #000000;
  --text-color: #383838;
  /* footer color */
  --footer-bg-color: rgb(206, 206, 206);
  --copyright-color: #e3e3e3;
  /* font */
  --font-kr: 'NanumSquareNeo';
  --font-eng: 'Comfortaa', cursive;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0;
}

/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
  /* 1 */
  display: block;
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
  min-height: 1100px;
}

/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ff0;
  color: #000;
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */
img {
  border-style: none;
}

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: 'NanumSquareNeo';
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:focus {
  outline: none;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block;
}

/**
   * Add the correct display in IE.
   */
template {
  display: none;
}

/* Hidden
     ========================================================================== */
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
  display: none;
}

b,
strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
  margin: 0;
}

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

img {
  vertical-align: top;
  max-width: 100%;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

cite {
  font-style: normal;
}

a {
  color: inherit !important;
  text-decoration: none;
  cursor: pointer;
}

input,
textarea {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  font: inherit;
  resize: none;
  outline: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8e8c8c;
}

button {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  border-radius: 0;
  -webkit-appearance: none;
}

/* ADDRESS */
address {
  font-style: normal;
}

/* TABLE */
table,
td,
th {
  border-collapse: collapse;
  border: 0;
  text-align: left;
}

body {
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 300;
  font-family: 'NanumSquareNeo' !important;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}

.h1 {
  font-size: 50px;
  line-height: 1em;
  font-weight: 400;
  font-family: 'NanumSquareNeo';
  word-spacing: -0.06em;
  letter-spacing: -0.025em;
}

/*앱 다운로드 */
.app-down {
  padding: 2%;
  background-color: var(--main-color);
}
.app-down-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.app-down-txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-down-logo {
  margin: 0 10px;
}
.app-down-t {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.67px;
  color: var(--dark-grey);
}
.app-down-link {
  display: flex;
  justify-content: center;
}
.app-down-t1 {
  font-size: 23px;
  margin: 0;
}
.app-down-android,
.app-down-ios {
  border: 1px #fff solid;
  border-radius: 7px;
  margin: 3%;
  width: 148px;
}
/*디자이너*/
.designer-banner {
  background: url('../new_img/back_img.jpg') no-repeat center/cover;
  display: flex;
}
.designer-banner__container button {
  width: 240px;
  height: 60px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  border-radius: 38px;
  cursor: pointer;
  background-color: var(--point-color);
}
.designer-banner__container--txtup,
.customer-banner__container--txtup {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -1.8px;
  color: var(--dark-grey);
}
.designer-banner__container--txtdown,
.customer-banner__container--txtdown {
  padding-bottom: 42px;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -1.09px;
  color: var(--dark-grey);
}
.designer-banner__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10%;
}
.designer-box1__container {
  padding: 2% 0;
  display: grid;
  grid-template-columns: minmax(0, 20fr) 60fr minmax(0, 20fr);
  grid-template-rows: 1fr 1fr;
  background-color: var(--main-color);
}
.designer-box1__title {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.designer-box1__title--txt {
  font-size: 45px;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: -1.69px;
  text-align: center;
  color: #fff;
}
.designer-box1__title--tag {
  display: inline-flex;
  padding: 0 24px;
  margin: 22px 0 50px;
  font-size: 21px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.79px;
  color: var(--main-color);
  border-radius: 30.5px;
  background: #fff;
}
.designer-box1__icon {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  justify-content: space-between;
}
.designer-box1__icon--pic > img {
  width: 123px;
  height: 123px;
  margin-bottom: 10%;
}
.designer-box1__icon--pic {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.designer-box1__icon--txtup {
  padding-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.67px;
  color: var(--text-color);
}
.designer-box1__icon--txtdown {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: -0.88px;
  text-align: center;
  color: #fff;
}
.designer-box2__container {
  margin: 2% 5%;
  display: flex;
  justify-content: space-around;
}
.designer-box2__container .designer-banner__container {
  margin-left: 0;
}
.designer-box2__container button {
  color: var(--main-color);
  background-color: #fff;
  border: 1px solid var(--main-color);
  cursor: pointer;
}
.designer-box2__container img {
  width: 300px;
}
.designer-box3__container {
  text-align: center;
  background: #f6f6f6;
  padding: 5%;
}
.designer-box3__txtbup {
  padding-bottom: 36px;
  font-size: 54px;
  line-height: 1.3;
  letter-spacing: -2.02px;
  color: var(--text-color);
  font-weight: 300;
}
.designer-box3__txtbmid {
  font-size: 25px;
  line-height: 2;
  color: var(--text-color);
  font-weight: 300;
}
.designer-box3__txtdown {
  padding-bottom: 44px;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -2.01px;
  color: var(--main-color);
}
.designer-box3__txtbox {
  width: 60%;
  margin: 0 auto;
  padding: 3% 5%;
  line-height: 2;
  box-sizing: border-box;
  border-radius: 24px;
  box-shadow: 0 0 8px 0 hsla(0, 0%, 84%, 0.5);
  background-color: #fff;
}
.designer-box3__txtbox--update {
  color: #c2c0c0;
  font-size: 15px;
  text-align: left;
}
.designer-box3__txtbox--body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.designer-box3__txtbox--txt {
  font-size: 40px;
  letter-spacing: -2.11px;
  color: #7c7c7c;
}
.designer-box3__txtbox--cnt {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -1.26px;
  color: var(--text-color);
}
.designer-box4__container {
  padding: 5% 15%;
}
.designer-box4__txtbup {
  padding-bottom: 36px;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -1.95px;
  color: var(--text-color);
}
.designer-box4__txtdown {
  padding-bottom: 36px;
  font-size: 26px;
  line-height: 1.54;
  letter-spacing: -0.97px;
  color: var(--text-color);
}
.designer-box4__imgbox {
  display: grid;
  grid-template-columns: minmax(100px, 300px) 1fr minmax(100px, 300px);
  grid-template-rows: repeat(3, minmax(500px, auto));
  grid-template-areas:
    'img1 t1 .'
    '. t2 img2'
    'img3 t3 .';
}
.designer-box4__imgbox--txt1 {
  grid-area: t1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
}
.designer-box4__imgbox--txt2 {
  grid-area: t2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  padding-right: 5%;
}
.designer-box4__imgbox--txt3 {
  grid-area: t3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
}
.designer-box4__imgbox--img1 {
  grid-area: img1;
}
.designer-box4__imgbox--img2 {
  grid-area: img2;
}
.designer-box4__imgbox--img3 {
  grid-area: img3;
}
.designer-box4__imgbox--txtup {
  padding-bottom: 18px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.42px;
  color: var(--main-color);
}
.designer-box4__imgbox--txtdown {
  font-size: 19px;
  line-height: 1.58;
  letter-spacing: -0.71px;
  color: var(--text-color);
}
.designer-box5__container {
  /* display: flex; */
  display: none;
  flex-direction: column;
  margin: 5%;
}
.designer-box5__icon {
  display: flex;
  justify-content: space-evenly;
}
.designer-box5__container
  > .designer-box5__icon
  > .designer-box1__icon--pic
  > img {
  width: 80px;
  height: 42px;
  margin-bottom: 10%;
}
.designer-box5__btn {
  display: flex;
  justify-content: center;
  margin-top: 5%;
}
.designer-box5__btn button {
  width: 300px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: center;
  margin-top: 10%;
  border-radius: 40.5px;
  cursor: pointer;
  background-color: var(--point-color);
}
.designer-box6__container {
  display: flex;
  flex-direction: column;
  background-color: #fbfbfd;
  padding: 4% 0;
}
.designer-box6__txt {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  font-size: 30px;
  letter-spacing: -0.6px;
}
.designer-box6__btn {
  display: flex;
  justify-content: center;
}
.designer-box6__btn button {
  width: 250px;
  height: 60px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.56px;
  line-height: 58px;
  color: #343232;
  border-radius: 30px;
  background-color: #fff;
  margin: 0 1%;
  cursor: pointer;
}
.designer-box6__btn--1:hover {
  background-color: #ffdc00;
  color: #fff;
}
.designer-box6__btn--1 {
  border: 1px solid #ffdc00;
}
.designer-box6__btn--2:hover {
  background-color: var(--main-color);
  color: #fff;
}
.designer-box6__btn--2 {
  border: 1px solid var(--main-color);
}
.designer-box__line {
  content: '';
  display: block;
  width: 90%;
  height: 1px;
  margin: 0 auto;
  background-color: #d8d8d8;
}
.font-color__black {
  color: var(--text-color);
}

/*헤더*/
.global-header {
  grid-area: header;
  /* position */
  position: sticky;
  top: 0;
  /* size */
  width: 100%;
  height: 62px;
  /* variable */
  --border-color: #f1f1f1;
  --text-color: #545454;
  /* font */
  font-weight: 500;
  /* border */
  border-bottom: 3px solid var(--border-color);
  z-index: 12000;
}

/* Global Header Max width */
.global-nav-wrapper {
  /* size */
  width: 100%;
  height: 100%;
  /* background */
  background-color: var(--white-color);
  /* flex */
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-header-max {
  /* size */
  max-width: 1200px;
  width: 96%;
  /* flex */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding */
  padding: 0;
  height: 63px;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 27px;
  height: 63px;
}

.main-menu > menu::hover {
  color:#2B97AF;
}


/* Nav Toggle Button */
.nav_toggle_btn {
  /* display */
  display: none;
  /* size */
  width: 50px;
  height: 48px;
  background:url(../img/menubtn.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  /* cursor */
  cursor: pointer;
  /* flex */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.toggle_bar {
  /* display */
  display: block;
  /* size */
  width: 55%;
  height: 3px;
  /* border */
  border-radius: 20px;
  /* background */
  background-color: var(--white-color);
}

#family_site {
  /* size */
  width: 100%;
  /* padding */
  padding: 10px 5px;
  /* font */
  font-family: var(--font-kr);
  font-size: 1rem;
  color: var(--white-color);
  /* background */
  background-color: transparent;
  /* border */
  border: 1px solid var(--white-color);
  /* outline */
  outline: none;
}

#family_site option {
  color: var(--text-color);
}

/* Footer Responsive*/
@media screen and (max-width: 800px) {
  /* footer info */
  .footer_info {
    /* size */
    max-width: 320px;
    width: 100%;
    z-index: 100;
  }

  /* footer wrapper */
  .footer_info_wrapper {
    /* flex */
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  /* footer header h2 / adddress */
  .footer_header > h2,
  .footer_header > address {
    /* font */
    font-size: 12px;
    /* margin */
  }
  /* Footer Contact p */
  .footer_contacts > p {
    /* font */
    font-size: 12px;
  }

  /* Footer biz p / a */
  .footer_biz_info > p,
  .footer_biz_info > a {
    /* font */
    font-size: 12px;
  }

  /* footer sns */
  .footer_info_sns {
    /* padding */
    padding-top: 4px;
  }
}


.go_brand{
	width: 15%;
	background-color: rgba(255,255,255,0.58);
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}

/* RESPONSIVE
================================================= */

/* 태블릿 뷰 ~ 모바일 뷰  */
@media screen and (max-width: 768px) {


  /* NAV
  =========================== */
  .nav_toggle_btn {
    display: flex;
  }
  /* Inner nav */
  .inner-nav {
    /* position */
    position: fixed;
    top: 0px;
    left: 0;
    /* size */
    width: 100%;
    height: auto;
    /* transform */
    transform: translateY(-600px);
    /* z-index */
    z-index: 10;
    background: white;
    /* transition */
    transition: all 0.4s ease-in-out;
    box-shadow: 1px 10px 24px -13px rgba(0,0,0,0.46);
	-webkit-box-shadow: 1px 10px 24px -13px rgba(0,0,0,0.46);
	-moz-box-shadow: 1px 10px 24px -13px rgba(0,0,0,0.46);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  }

  /* Inner Nav Active */
  .inner-nav-active {
    /* transform */
    transform: translateY(0);
  }

  /* Main Menu */
  .main-menu {
    /* position */
    position: relative;
    /* size */
    width: 100%;
    height: 100%;
    /* padding */
    padding: 0;
    /* flex */
    flex-direction: column;
    align-items: center;
    gap: 0;
    /* background */
    background-color: #fff;
    margin-top: 65px;
    padding-bottom: 20px;
  }

  /* order icon */
  .order_icon {
    /* size */
    width: 120px;
  }

  /* TOGGLE BUTTON TOGGLE BAR ACTIVE */

  .nav_toggle_btn-active {
    /* flex */
    gap: 0;
    background: url(../img/menuclose.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    z-index: 10;
  }
  
  /* 네비게이션 토글바 */
  .toggle_bar-active:nth-of-type(1) {
    /* transform */
    transform: rotate(40deg) translate(2px, 2px);
  }
  .toggle_bar-active:nth-of-type(2) {
    display: none;
  }
  .toggle_bar-active:nth-of-type(3) {
    transform: rotate(-40deg) translateY(1px);
  }
  
  .order_icon{
		width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0;
	}
	
  .middlemenu {
    width: 100%;
    background: #E4F2F2;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 7%), 0 3px 6px 0 rgba(0, 0, 0, 0.02), 0 -2px 3px 0 rgb(0 0 0 / 5%);
    z-index: 10;
    overflow-x: scroll;
  }

	.menu {
		width: 100%;
    display: block;
    height: 50px;
    line-height: 43px;
    font-size: 20px;
    margin-left: 0;
    white-space: nowrap;
    scrollbar-width: none;
	}

  .middlemenu::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
  }
      
	
  .service_box_left {
    width: 90%;
  }
  
  .service_box_right {
    width: 90%;
    text-align: center;
 
  }

  .markleft {
    width: 48%;
    padding-right: 10px;
    height: 360px;
    float: left;
  }

  .marksimg {
    width: 100%;
    height: 218px;
}

.marksimg1 {
  width: 100%;
  margin-top: 8px;
  height: 139px;
}

.markright {
  width: 48%;
  padding-left: 3px;
  height: 366px;
  float: left;
}
.serivce_item_list {
  margin-top: 30px;
  font-size: 10px;
  line-height: 20px;
  text-align: left;
}

.serivce_item_list > .sevice_items {
  margin-bottom: 5px;
}

.serivce_item_list > .sevice_items > img {
  width:20px;
  margin-right: 5px;
}


.service_icon {
  width: 80px;
  margin-left: calc(50% - 40px);
}

.service_cont {
  height: auto;
  width: 100%;
}

.service_title {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  font-family: 'NanumSquareNeo';
  margin-left: 11px;
  line-height: 41px;
}

.service_title > a > img {
  width: 30px;
  margin-left: 9px;
  margin-top: 6px;
}

.service_subtitle {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
}

.service_detail {
  margin-left: 10px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

.service_area {
  margin-top: 30px;
  display: flex;
}

.service_item {
  text-align: center;
  width: 33%;
}

.service_item_img {
  width: 80px;
  margin-left: calc(50% - 40px);
}

.countarea {
  font-size: 15px;
  margin-top: 0px;
  font-weight: bold;
}

.countitle {
  font-size: 10px;
}

.line {
  margin-left: 10px;
  margin-right: 10px;
  height: 2px;
  width: calc(100% - 20px);
  background-color: #98ABB5;
  margin-top: -2px;
}
.service_info_content {
  font-family: var(--font-kr);
  color: #333333;
  height: 100%;
  min-height: 400px;
  width: 100%;
  display: block;
  background: #E4F2F2;
  padding-top: 20px;
  background-image: url(../img/bg.png);
  background-position-y: calc(100% + 65px);
  background-position-x: left;
  background-size: 360px;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}

.service_content1 {
  font-family: var(--font-kr);
  color: #333333;
  height: 100%;
  min-height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.instroduct_cont {
  
  width: 90%;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 13px;

}
.info_title {
  width: 100%;
  height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-family: 'NanumSquareNeo';
  margin-top: 20px;
}

.info_subtitle {
  width: 250px;
  height: 60px;
  margin: auto;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

.contentgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}
.contentitem {
  background: white;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 7%), 0 3px 6px 0 rgba(0, 0, 0, 0.02), 0 -2px 3px 0 rgb(0 0 0 / 5%);
}

.contentitem > img {
  width: 40px;
}

.serviceinfocont {
  margin-top: 20px;
}

.subconttitle {
  font-size: 14px;
  font-weight: bold;
  font-family: 'NanumSquareNeo';
  margin-bottom: 10px;
  color: #484848;
  line-height: 16px;
}

.subcont {
  font-size: 10px;
  color: #6F7C8E;
  line-height: 14px;
}

.subinfocontent {
  background: url(../img/infobg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 20px);
  height: 300px;
  display: block;
  position: relative;
  padding: 10px;
}

.subinfo_subtitle {
  margin-left:10px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.underline {
  background-color: #C9F7F7;
  width: 150px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 13px;
  z-index: 0;
}

.pcmode {
  display:none;
}

.mobilemode {
  display: block;
}

.subinfo_cont {
  width: calc(100% - 40px);
}

.subinfocomment {
  margin-left: 20px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  font-family: 'NanumSquareNeo';
}

.subinfo {
  float: right;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.subinfoitem {
  width: 70px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
}

.subinfoitem > img {
  width: 40px;
}

.subinfosection {
  width: calc(100% - 40px);
  background: #E4F2F2;
  display: block;
  position: relative;
  padding: 20px;
}

.infosession {
  width: calc(100% - 20px);
  position: relative;
  height: 160px;
}

.infosession > img {
  width: 110px;
  float: left;
}

.subinfosectioncont {
  float: right;
  position: absolute;
  right: 0px;
  width: calc(100% - 130px);
}

.subinfosectiontitle {
  font-size: 14px;
  font-weight: bold;
  color: #2B97AF;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
}

.content_wrapper {
  color: #484848;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  float: left;
}

.infosession2 {
  width: 100%;
  position: relative;
  height: 170px;
  text-align: right;
}

.infosession2 > img {
  width: 110px;
  float: right;
}

.infosession2 > .subinfosectioncont {
  float: left;
  left: inherit;
  width: calc(100% - 130px);
  right: inherit;
}

.subinfosectiontitle {
  font-size: 14px;
  font-weight: bold;
  color: #2B97AF;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
}

.content_wrapper {
  color: #484848;
  font-size: 13px !important;
  line-height: 20px;
  text-align: left;
  float: left;
}
.service_content1 > .service_box_right > .service_cont {
  height: 100%;
  width: 100%;
}

.service_content1 > .service_box_right > .service_cont > .service_area {
  display: block;
}

.service_content1 > .service_box_right > .service_cont > .service_area > .service_item1 {
  text-align: center;
  width: 100%;
}

.order_icon {
  position: relative;
  width: 100%;
  z-index: 100;
  margin-top: 3px;

}


.service_content1 > .service_box_right > .service_cont > .service_area > .next {
  background: url(../img/allownext.png);
  background-repeat: no-repeat;
  width: 20px;
  background-size: contain;
  height: 20px;
  transform: rotate(90deg);
  margin: auto;
  margin-top: 10px;
}

.service_cont_right1 {
  display:none;
}

.service_content2 {
  font-family: var(--font-kr);
  color: #333333;
  height: 100%;
  min-height: 200px;
  width: 100%;
  background: linear-gradient(to bottom right, #f4f8ff, #e0f7e9);
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 5%;
}


/*  BOTTOM FOOTER
=================================== */
#footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  padding-top: 30px;
  background: #D0E3E3;
  position: relative;
  padding-bottom: 30px;
}
/* Company name */
.company_name {
  font-family: var(--font-kr);
  font-size: 12px;
  color: #505050;
  margin: 0;
  line-height: 20px;
}

/* footer wrapper */
.footer_info_wrapper {
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0;
  padding-bottom: 30px;
}
.footer_copyright {
  width: calc(100% - 60px);
  font-family: var(--font-eng);
  font-size: 12px;
  color: var(--dark-grey);
  text-align: left;
  padding: 5px 0;
  margin-top: 140px;
  margin-left: 30px;
}

.companyhelp {
  font-family: var(--font-kr);
  color: #333333;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  background: url(../img/bg2.png);
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 40px;
  background-size: cover;
}


.company_list {
  list-style:disc;
}


.company_help_cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  width: 80%;
  margin: auto;
  margin-top: 20px;
}

.company_help_item {
  height: 30px;
  vertical-align: middle;
}

/* footer info */
.footer_info {
  width: 100%;
  z-index: 100;
}

/* footer header */
.footer_info > .footer_header {
  /* padding */
  padding-bottom: 0px;
}

.footer_info > .footer_header > img {
  width: 130px;
  margin-bottom: 10px;
}

/* footer header h2 / adddress */
.footer_header > h2,
.footer_header > address {
  font-size: 12px;
  color: #505050;
  margin: 0;
  line-height: 20px;
}

/* footer header h2 */
.footer_header > h2 {
  /* font */
  font-family: var(--font-eng);
  /* padding */
  padding-bottom: 5px;
  font-size: 9px;
}

/* footer header address */
.footer_header > address {
  /* font */
  font-family: var(--font-kr);
}

/* Footer contact */
.footer_contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  line-height: 20px;
}

.footer_contacts > p {
  font-family: var(--font-kr);
  font-size: 12px;
  color: #505050;
  margin: 0;
}

/* footer_biz_info */
.footer_biz_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}

/* Footer biz p / a */
.footer_biz_info > p {
  /* margin */
  margin: 0;
}

.footer_biz_info > p,
.footer_biz_info > a {
  font-family: var(--font-kr);
  font-size: 12px;
  color: #505050;
  line-height: 20px;
}

/* middle */
.middle_line {
  width: 1px;
  height: 10px;
  background-color: #505050;
}

.footer_sns {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 100%;
}
/* footer info sns */

.footer_info_sns > button {
  margin-right: 5px;
}

.footer_info_sns > button > img {
  height: 24px;
}

/* 페이스북 */
.footer_info_sns > button:nth-of-type(1):is(:hover, :focus) {
  /* background */
  background-color: #3b5998;
}

/* 인스타 */
.footer_info_sns > button:nth-of-type(2):is(:hover, :focus) {
  /* background */
  background-color: var(--dark-point-color);
}

/* 카카오 */
.footer_info_sns > button:nth-of-type(3):is(:hover, :focus) {
  /* background */
  background-color: #f9e000;
}

/* 네이버 블로그 */
.footer_info_sns > button:nth-of-type(4):is(:hover, :focus) {
  /* background */
  background-color: #1ec800;
}

.company_section {
  font-family: var(--font-kr);
  color: #333333;
  height: 100%;
  min-height: 400px;
  width: 100%;
  position: relative;
  text-align: center;
  background: url(../img/bg2.png);
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 40px;
  background-size: cover;
}

.company_cont {
  width: 90%;
    margin: 5%;
}

.company_sub_title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.company_sub_cont {
  display: block;
  width: 60%;
  margin: auto;
}

.company_sub_info {
  width: 80%;
  margin: auto;
  margin-top: 60px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 7%), 0 3px 6px 0 rgba(0, 0, 0, 0.02), 0 -2px 3px 0 rgb(0 0 0 / 5%);
  height: auto;
  display: inline-block;
}

.company_sub_left {
  width: 90%;
  float: left;
}
.company_sub_left > img {
  width: 80%;
}

.company_sub_info_cont {
  width: 80%;
  float: left;
  margin-left: 10%;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  margin-top: 20px;
}

.mapsection {
  width: 90%;
  margin: auto;
}

#map {
  width: 100%;
  height: 230px;
  float: left;
  position: relative;
  overflow: hidden;
  background: rgb(248, 249, 250);
  border-radius: 10px;
}

.map_wrapper > .content_wrapper {
  padding-bottom: 20px;
  margin-top: 20px;
}

.iconmap {
  width: 42px !important;
  margin-right: 20px;
  float: left;
}

/* Footer Family site */
.footer_family {
  /* size */
  width: 100%;
  /* padding */
  margin: 15px 0;
}

.company_logo {
  width: 162px;
  margin: auto;
  margin-bottom: 20px;
}

.vision_cont {
  font-size: 20px;
  line-height: 38px;
  font-weight: bold;
  font-family: 'NanumSquareNeo';
}

#flip {
  height: 48px;
  overflow: hidden;
}

#flip > div > div {
  color:#fff;
  padding:2px 12px;
  height:48px;
  margin-bottom:45px;
  display:inline-block;
}

@keyframes show {
  0% {margin-top:-372px;}
  5% {margin-top:-186px;}
  33% {margin-top:-186px;}
  38% {margin-top:-93px;}
  66% {margin-top:-93px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-372px;}
}

.vision_info {
  width: 80%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.vision_info_item {
  width: 80%;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}

.vision_info_item > img {
  width: 100px;
}

.vision_info_cont {
  margin-top: 20px;
}

.vision_info_title {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  color: #2AB5E1;
}

.vision_info_content {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

.vision_section {
  font-family: var(--font-kr);
  color: #333333;
  height: 100%;
  min-height: 400px;
  width: 100%;
  position: relative;
  text-align: center;
  background: url(../img/bg2.png);
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 40px;
  background-size: cover;
  display: inline-block;
}

.history_area {
  position: relative;
}

.history_line {
  width: 1px;
  height: 100%;
  background: #CFCFCF;
  position: absolute;
  left: 106px;
  top: 23px;
}

.history_list {
  width: 100%;
  margin: auto;
  height: auto;
  display: inline-block;
  list-style-type: none; /* Remove default list bullets */
  padding: 0;
}

.history_item {
  position: relative;
  height: 40px;
  line-height: 40px;
}
/* List item styles */
.history_list li {
  opacity: 0; /* Start hidden */
  transform: translateY(20px); /* Start with a slight downward shift */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Smooth transition */
}

/* Animation class */
.animate {
  opacity: 1 !important; /* Fully visible */
  transform: translateY(0); /* Move to its original position */
}

/* Staggered animation delay for 13 items */
.history_list li:nth-child(1).animate {
  transition-delay: 0s;
}

.history_list li:nth-child(2).animate {
  transition-delay: 0.2s;
}

.history_list li:nth-child(3).animate {
  transition-delay: 0.4s;
}

.history_list li:nth-child(4).animate {
  transition-delay: 0.6s;
}

.history_list li:nth-child(5).animate {
  transition-delay: 0.7s;
}

.history_list li:nth-child(6).animate {
  transition-delay: 1.0s;
}

.history_list li:nth-child(7).animate {
  transition-delay: 1.2s;
}

.history_list li:nth-child(8).animate {
  transition-delay: 1.4s;
}

.history_list li:nth-child(9).animate {
  transition-delay: 1.6s;
}

.history_list li:nth-child(10).animate {
  transition-delay: 1.8s;
}

.history_list li:nth-child(11).animate {
  transition-delay: 2s;
}

.history_list li:nth-child(12).animate {
  transition-delay: 2.2s;
}

.history_list li:nth-child(13).animate {
  transition-delay: 2.4s;
}

.history_year {
  float: left;
  color: #2AB5E1;
  font-size: 20px;
  font-weight: bold;
  width: 96px;
  text-align: center;
  min-width: 96px;
  height: 40px;
  margin-left: 6px;
}

.history_dot {
  float: left;
  font-size: 10px;
  color: #2AB5E1;
}

.history_cont {
  float: left;
  width: 60px;
  font-size: 14px;
  color: #929292;
}

.history_cont1 {
  float: left;
  font-size: 14px;
  color: #484848;
  width: calc(100% - 184px);
  text-align: left;
}

	.inner-nav li:not(.contact_nav_wrap, .order_icon, .nav_line){
		width: 80%;
		padding: 15px 0;
		display: flex;
		justify-content:center;
	
	}
	
	.inner-nav li:not(.contact_nav_wrap, .order_icon, .nav_line, .service_menu):last-child{
		border-bottom: none;
	}
	
	.order_calc{
		width: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 20px;
	}
	
  .menuitem {
    font-size:13px;
  }

  .order_calc > img {
    width:54px;
  }

  .order_calc > span {
    line-height: 45px;
  }

	.go_brand{
		width: 30%;
		padding: 5px;
	}
	
	/* Nav Sub */
	.contact_nav_wrap > a{
		display: none;
	}
	.sub_nav_item_wrap{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
	
	.sub_nav_item_wrap a{
		    text-align: center;
	}
	
	.sub_nav_item_wrap li:nth-of-type(2){
		display: none;
	}

}

/*데스크탑 뷰*/
@media (min-width: 1024px) {
  .container {
    display: grid;
    grid-template-columns: 20fr minmax(0, 60fr) 20fr;
    grid-template-rows: 60px 660px auto auto auto;
    grid-template-areas:
      'header header header '
      'banner banner banner'
      ' main   main   main '
      ' info   info   info '
      'foooter footer footer';
    max-width: 100%;
    min-height: 100vh;
    margin: 0 auto;
  }
  /*고객*/
  .customer-banner {
    grid-area: banner;
  }
  /*디자이너*/
  .designer-banner {
    grid-area: banner;
  }

  /*메인*/
  .designer-main {
    grid-area: main;
  }
  /*앱 다운*/
  .app-down {
    grid-area: info;
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 340px) {
  .main-menu {
    font-size: 0.9rem;
  }
}

/*모바일 태블릿 뷰*/
@media (max-width: 1023px) {
  .container {
    display: grid;
    grid-template-columns: 20fr minmax(0, 60fr) 20fr;
    grid-template-rows: 52px 215px auto auto auto;
    grid-template-areas:
      'header header header'
      'banner banner banner'
      ' main   main   main '
      ' info   info   info '
      'foooter footer footer';
    max-width: 100%;
    min-height: 100vh;
    margin: 0 auto;
  }
  /*디자이너*/
  .designer-banner {
    grid-area: banner;
  }
  .designer-banner__container button {
    width: 120px;
    height: 30px;
    font-size: 9px;
  }
  .designer-banner__container--txtup {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .designer-banner__container--txtdown {
    padding-bottom: 15px;
    font-size: 12px;
  }
  /*메인*/
  .designer-main {
    grid-area: main;
  }
  .designer-box1__title--txt {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.29;
    letter-spacing: -1.69px;
    margin-bottom: 0px;
    text-align: left;
    color: #fff;
  }
  .designer-box1__title--tag {
    font-size: 15px;
    margin: 20px auto;
  }
  .designer-box1__icon {
    flex-direction: column;
  }
  .designer-box1__container {
    display: flex;
    flex-direction: column;
    padding: 7%;
  }
  .designer-box1__icon--pic > img {
    margin-bottom: 5%;
    width: 90px;
    height: 90px;
  }
  .designer-box1__icon .designer-box1__icon--pic:nth-child(2) {
    border-top: 1px solid hsla(0, 0%, 100%, 0.22);
    margin: 5%;
    padding: 5%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.22);
  }
  .designer-box2__container {
    flex-direction: column;
    align-items: center;
    margin: 5% 5%;
  }
  .designer-box2__container img {
    width: 120px;
  }
  .designer-box3__container {
    padding: 10%;
  }
  .designer-box3__txtbup {
    font-size: 22px;
  }
  .designer-box3__txtbmid {
    font-size: 14px;
  }
  .designer-box3__txtdown,
  .designer-box3__txtbox--txt,
  .designer-box3__txtbox--cnt {
    font-size: 20px;
  }
  .designer-box3__txtbox {
    width: auto;
  }
  .designer-box3__txtbox--update {
    font-size: 10px;
  }
  .designer-box4__container {
    padding: 10% 7%;
  }
  .designer-box4__txtbup {
    font-size: 27px;
    line-height: 1 !important;
    padding-bottom: 0px;
    font-weight: 700;
    letter-spacing: -1.95px;
  }
  .designer-box4__txtdown {
    font-size: 13px;
  }
  .designer-box4__imgbox {
    display: grid;
    grid-template-columns: minmax(10px, 300px) 1fr minmax(10px, 300px);
    grid-template-rows: repeat(3, minmax(0, auto));
    grid-template-areas:
      'img1 t1 t1'
      't2 t2 img2'
      'img3 t3 t3';
  }
  .designer-box4__imgbox--txtup {
    font-size: 20px;
  }
  .designer-box4__imgbox--txtdown {
    font-size: 14px;
  }
  .designer-box5__container {
    margin: 5%;
  }
  .img_rgst_web {
    display: none;
  }
  .designer-box5__icon {
    display: flex;
  }
  .designer-box5__btn button {
    margin-top: 5%;
  }

  .designer-box5__container
    > .designer-box5__icon
    > .designer-box1__icon--pic
    > img {
    width: 65px;
    height: 34px;
    margin-bottom: 5%;
  }
  .designer-box5__container .designer-box1__icon--txtup {
    font-size: 13px;
  }
  .designer-box1__icon--txtdown {
    font-size: 11px;
  }
  .designer-box6__txt {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
  }
  .designer-box6__btn button {
    font-size: 14px;
  }
  /*앱 다운*/
  .app-down-inner {
    display: flex;
    flex-direction: column;
  }
  .app-down {
    grid-area: info;
  }
  .app-down-t {
    font-size: 15px;
  }
  .app-down-txt {
    margin-bottom: 4%;
  }
  .app-down {
    padding: 5%;
  }
  .app-down-qr {
    display: none !important;
  }
  /*헤더*/
}

/* 디자이너 페이지에서 하단 셀러앱으로 가는 링크 관련 CSS */
/* 셀러앱 타이틀 */
.sellerapp_title {
  /* font */
  font-size: 1.5rem;
  font-weight: bold;
  color: #545454;
}

/* 셀러앱 버튼 wrapper */
.sellerapp_button_wrapper {
  /* flex */
  display: flex;
  align-items: center;
  gap: 10px;
  /* padding */
  padding-top: 15px;
}

/* 셀러앱 버튼 wrapper */
.sellerapp_button_wrapper > .app-down-android,
.sellerapp_button_wrapper > .app-down-ios {
  /* margin */
  margin: 0;
  /* size */
  width: 200px;
}

/* 셀러앱 Responsive */
@media screen and (max-width: 1023px) {
  .sellerapp_title {
    /* font */
    font-size: 1rem;
    font-weight: bold;
    color: #545454;
  }

  .sellerapp_button_wrapper {
    /* padding */
    padding-top: 8px;
  }

  .sellerapp_button_wrapper > .app-down-android,
  .sellerapp_button_wrapper > .app-down-ios {
    /* margin */
    margin: 0;
    /* size */
    width: 120px;
  }
}


/* Iframe Youtube video */

.guide-video{
  /* size */
  max-width: 500px;
  width: 90%;
  height: 300px;
  /* margin */
  margin: 0 auto;
}

.guide-iframe{
  /* size */
  width: 100%;
  height: 100%;
}

.new_popup_div{
    /* display */
    display: none;
    /* size */
    max-width: 600px;
    min-width: 350px;
    /* position */
    position: fixed;
    top: 50%;
    left: 50%;
    /* transform */
    transform: translate(-50%, -50%);
    /* flex */
    flex-direction: column;
    align-items: flex-end;
    /* background */
    background-color: #fff;
    /* shadow */
    -webkit-box-shadow: 4px 5px 9px -1px #8b8b8b; 
    box-shadow: 4px 5px 9px -1px #8b8b8b;
    z-index: 1000;
}

.new_popup_div-active{
    /* display */
    display: flex;
}

.new_popup_link{
    /* flex */
    display: flex;
    align-items: center;
}

.button_popup{
    /* padding */
    padding: 10px;
    /* cursor */
    cursor: pointer;
    /* margin */
    margin-left: 15px;
}

.button_popup:hover{
    /* font */
    color: var(--point-color);
}

/* 오마이브랜드 소개 페이지 신규 추가 사항 CSS */
.highlight{
	color: #ff8886;
}

.main_b{
	color: var(--point-color);
}

.content_list{
	line-height: 35px !important;
}


.go_brand:hover{
	background-color: var(--main-color);

}



/* Navigation Sub Nav 추가 */
.contact_nav_wrap{
	position: relative;
}


@media screen and (min-width: 768px){

  /* PC 버전 네비게이션 */
  .sub_nav_item_wrap, .sub_nav_item_wrap li{
    list-style: none !important;
    text-align: center;
  }
  .contact_nav_wrap{
        padding: 25px 0;
  }
  .sub_nav_item_wrap{
    width: 100px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white-color);
    /*padding*/
    padding: 20px 10px !important;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 0 0 10px 10px;
  }
  .pcmode {
    display:black;
  }
  
  .mobilemode {
    display: none;
  }
  
  .services_nav{
    width: 100px;
  }

  .sub_nav_item_wrap li:nth-of-type(2){
    height: 40px;
    display: flex;
    align-items:center;
  }

  .services_nav li:nth-of-type(4){
    height: 40px;
    display: flex;
    align-items:center;
  }

  .stroke_line{
    display: inline-block;
    width: 100%;
    height: 1px;
    border-top: 1px solid var(--footer-bg-color);
  }

  .contact_nav_wrap:hover .sub_nav_item_wrap{
    top: 64px;
    visibility: visible;
    opacity: 1;
    
  }

  .service_box_left {
    width: 437px;
    margin-right: 51px;
    height: 500px;
  }

  .service_box_right {
    width: calc(100% - 800px);
  }

  .middlemenu {
    width: 100%;
    background: #E4F2F2;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 7%), 0 3px 6px 0 rgba(0, 0, 0, 0.02), 0 -2px 3px 0 rgb(0 0 0 / 5%);
    z-index: 10;;
  }
  
  .menu {
    display: flex;
    height: 60px;
    line-height: 60px;
    font-size: 13px;
    margin-left: 30px;
  }

  .menu:hover  {
    color:#2B97AF;
  }
  
  .line {
    margin-left: 60px;
    margin-right: 60px;
    height: 2px;
    width: calc(100% - 120px);
    background-color: #98ABB5;
    margin-top:-2px;
  }
  
  
/*  BOTTOM FOOTER
=================================== */
#footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  padding-top: 60px;
  background: #D0E3E3;
}

.footer_copyright {
  width: 100%;
  font-family: var(--font-eng);
  font-size: 12px;
  color: var(--dark-grey);
  text-align: left;
  padding: 5px 0;
  margin-top: 140px;
  margin-left: 30px;
  background: transparent;
}

/* Company name */
.company_name {
  font-family: var(--font-kr);
  font-size: 12px;
  color: #505050;
  margin: 0;
  line-height: 20px;
  padding-bottom: 0px;
}

/* footer wrapper */
.footer_info_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
  padding: 0;
  padding-bottom: 30px;
  max-width: none;
}

/* footer info */
.footer_info {
  /* size */
  width: calc(100% - 800px);
  z-index: 100;
  max-width: none;
}

/* footer header */
.footer_info > .footer_header {
  /* padding */
  padding-bottom: 0px;
}

.footer_info > .footer_header > img {
  width: 210px;
  margin-bottom: 40px;
}
.order_icon {
	position: relative;
  width: 40px;
  z-index: 100;
  margin-top: 3px;
  margin-left: 10px;
}

/* footer header h2 / adddress */
.footer_header > h2,
.footer_header > address {
  font-size: 12px;
  color: #505050;
  margin: 0;
  line-height: 20px;
}

/* footer header h2 */
.footer_header > h2 {
  /* font */
  font-family: var(--font-eng);
  /* padding */
  padding-bottom: 5px;
  font-size: 9px;
}

/* footer header address */
.footer_header > address {
  /* font */
  font-family: var(--font-kr);
}

/* Footer contact */
.footer_contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  line-height: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.footer_contacts > p {
  font-family: var(--font-kr);
  font-size: 12px;
  color: #505050 !important;
  margin: 0;
}

/* footer_biz_info */
.footer_biz_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin: 0;
}

/* Footer biz p / a */
.footer_biz_info > p {
  /* margin */
  margin: 0;
}

.footer_biz_info > p,
.footer_biz_info > a {
  font-family: var(--font-kr);
  font-size: 12px;
  color: #505050 !important;
  line-height: 20px;
}

/* middle */
.middle_line {
  width: 1px;
  height: 10px;
  background-color: #505050;
}

.footer_sns {
  text-align: right;
}
/* footer info sns */

.footer_info_sns > button {
  margin-right: 5px;
  width: auto;
  height: auto;
}

.footer_info_sns > button > img {
  height: 24px;
}

/* Footer Family site */
.footer_family {
  /* size */
  width: 100%;
  /* padding */
  margin: 15px 0;
}

.markleft {
  width: 48%;
  padding-right: 10px;
  height: 800px;
  float: left;
}

.marksimg {
  width: 100%;
  height: 263px;
}

.marksimg1 {
  width: 100%;
  margin-top: 8px;
  height: 165px;
}

.markright {
  width: 49%;
  padding-left: 3px;
  height: 436px;
  float: left;
}

#map {
  width: 60%;
  height: 300px;
  float: left;
  position: relative;
  overflow: hidden;
  background: rgb(248, 249, 250);
}

.service_icon {
  width:100px;
}


.info_title {
  width: 100%;
  height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  font-family: 'NanumSquareNeo';
  margin-top: 30px;
}

.info_subtitle {
  width: 250px;
  height: 60px;
  margin: auto;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 80px;
}

.contentgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:20px;
  width:80%;
  margin:auto;
  margin-bottom: 120px;
}

.contentitem {
  background: white;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 7%), 0 3px 6px 0 rgba(0, 0, 0, 0.02), 0 -2px 3px 0 rgb(0 0 0 / 5%);
}

.contentitem > img {
  width:56px;
}

.service_info_content {
  font-family: var(--font-kr);
	color: #333333;
	height: 100%;
	min-height: 400px;
	width: 100%;
  display: block;
  background:#E4F2F2;
  padding-top:100px;
  background-image: url("../img/bg.png");
  background-position-y: calc(100% + 65px);
  background-position-x: left;
  background-size: 800px;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}

.service_content1{
	font-family: var(--font-kr);
	color: #333333;
	height: 100%;
	min-height: 400px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  background:#fff;
  padding-top:60px;
  padding-bottom: 40px;
}


.companyhelp{
  font-family: var(--font-kr);
	color: #333333;
	height: 100%;
	min-height: 400px;
	width: 100%;
	position: relative;
  text-align: center;
  background: url(../img/bg2.png);
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 40px;
  background-size: cover;
}

.subinfocontent {
  background: url(../img/infobg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 360px;
  display: block;
  position: relative;
  padding: 80px;
}

.serviceinfocont {
  margin-top:40px;
}

.subconttitle {
  font-size: 18px;
  font-weight: bold;
  font-family: 'NanumSquareNeo';
  margin-bottom: 10px;
  color:#484848;
}

.subcont {
  font-size: 15px;
  color: #6F7C8E;
}

.serivce_item_list {
  margin-top: 30px;
  font-size: 12px;
  line-height: 24px;
}

.serivce_item_list > .sevice_items {
  margin-bottom: 5px;
}

.serivce_item_list > .sevice_items > img {
  width:24px;
  margin-right: 5px;
}


.subinfo_subtitle {
  margin-left: 200px;
  margin-top: 50px;
  font-size: 40px;
  font-weight: bold;
  position: relative;
}

.underline {
  background-color: #C9F7F7;
  height: 24px;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 0;
  width: 0; /* Start width */
  animation: expandWidth 1s ease forwards; /* Animation to expand the underline */
}

/* Keyframes for the animation */
@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 373px; /* Expands to cover the entire width */
  }
}

.subinfocomment {

  margin-top: 80px;
  font-size: 19px;
  font-weight: 500;
  line-height: 33px;
  font-family: 'NanumSquareNeo';
}

.subinfo {
  float: right;
  height: auto;
  display: flex;
  justify-content: center;
  margin-right: 150px;
}

.subinfoitem{
  width: 200px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
}

.subinfoitem > img {
  width:100px;
}

.service_title {
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  font-family: 'NanumSquareNeo';
  margin-top: 20px;
  margin-left: 11px;
  line-height: 41px;
}

.service_title > a > img {
  width:44px;
  margin-left: 20px;
}

.service_subtitle {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
}

.service_detail {
  margin-left: 10px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  width: 80%;
  max-width: 600px;
}

.service_area {
  margin-top: 60px;
  display: flex;
}

.service_item_img {
  float: left;
  width: 80px;
  margin-right: 10px;
}

.service_item_area {
  float: left;
}

.service_item {
  width: 260px;
}

.countarea {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}

.countitle {
  font-size: 14px;
}

.subinfosection {
  width: 100%;
  background: #E4F2F2;
  display: block;
  position: relative;
  padding: 50px;
}


.infosession {
  margin-left: 200px;
  width: calc(100% - 200px);
  position: relative;
  height: 375px;
}

.infosession2 {
  margin-left: 200px;
  width: calc(100% - 200px);
  position: relative;
  height: 375px;
  text-align: right;
  margin-top: -150px;
}

.infosession > img {
  width:250px;
  float:left;
}

.infosession2 > img {
  width:250px;
  float:right;
  margin-right: 200px;
}

.subinfosectioncont{
  float: left;
  position: absolute;
  top: 50%;
  left: 500px;
  transform: translate(-50%, -50%);
}

.infosession2 > .subinfosectioncont {
  float: right;
  right: 300px;
  left: inherit;
}

.subinfosectiontitle {
  font-size: 25px;
  font-weight: bold;
  color: #2B97AF;
  margin-bottom: 15px;
}
.content_wrapper {
  color: #484848;
  font-size: 16px;
  margin-left: 20px;
}
.service_content2{
	font-family: var(--font-kr);
	color: #333333;
	height: 100%;
	min-height: 400px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  background: url(../img/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:60px;
  padding-bottom: 40px;
}

.company_section {
  font-family: var(--font-kr);
	color: #333333;
	height: 100%;
	min-height: 400px;
	width: 100%;
	position: relative;
  text-align: center;
  background: url(../img/bg2.png);
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 40px;
  background-size: cover;
}

#flip {
  height:105px;
  overflow:hidden;
}

#flip > div > div {
  color:#fff;
  padding:2px 12px;
  height:105px;
  margin-bottom:45px;
  display:inline-block;
}

@keyframes show {
  0% {margin-top:-600px;}
  5% {margin-top:-300px;}
  33% {margin-top:-300px;}
  38% {margin-top:-150px;}
  66% {margin-top:-150px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-600px;}
}
.vision_cont {
  font-size: 50px;
  line-height: 100px;
  font-weight: bold;
  font-family: 'NanumSquareNeo';
}

.vision_info {
  display: flex;
  width: 80%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.vision_info_item {
  width: 220px;
  text-align: center;
  margin: auto;
}

.vision_info_cont {
  margin-top: 20px;
}

.vision_info_title {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  color: #2AB5E1;
}

.vision_info_content{
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 12px;
  height: 0;
  margin-bottom: 100px;
}

.instroduct_cont {
  
  width: 660px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 16px;

}

.vision_section {
  font-family: var(--font-kr);
  color: #333333;
  height: 100%;
  min-height: 400px;
  width: 100%;
  position: relative;
  text-align: center;
  background: url(../img/bg2.png);
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 40px;
  background-size: cover;
}

.history_area {
  position: relative;
}

.history_line {
  width: 1px;
  height: 100%;
  background: #CFCFCF;
  position: absolute;
  left: calc(50% - 200px);
  top: 23px;
}

.history_list {
  width: 800px;
  margin: auto;
  list-style-type: none; /* Remove default list bullets */
  padding: 0;
  
}

.history_item {
  position: relative;
  height: 40px;
  line-height: 40px;
}
/* List item styles */
.history_list li {
  opacity: 0; /* Start hidden */
  transform: translateY(20px); /* Start with a slight downward shift */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Smooth transition */
}

/* Animation class */
.animate {
  opacity: 1 !important; /* Fully visible */
  transform: translateY(0); /* Move to its original position */
}

/* Staggered animation delay for 13 items */
.history_list li:nth-child(1).animate {
  transition-delay: 0s;
}

.history_list li:nth-child(2).animate {
  transition-delay: 0.2s;
}

.history_list li:nth-child(3).animate {
  transition-delay: 0.4s;
}

.history_list li:nth-child(4).animate {
  transition-delay: 0.6s;
}

.history_list li:nth-child(5).animate {
  transition-delay: 0.7s;
}

.history_list li:nth-child(6).animate {
  transition-delay: 1.0s;
}

.history_list li:nth-child(7).animate {
  transition-delay: 1.2s;
}

.history_list li:nth-child(8).animate {
  transition-delay: 1.4s;
}

.history_list li:nth-child(9).animate {
  transition-delay: 1.6s;
}

.history_list li:nth-child(10).animate {
  transition-delay: 1.8s;
}

.history_list li:nth-child(11).animate {
  transition-delay: 2s;
}

.history_list li:nth-child(12).animate {
  transition-delay: 2.2s;
}

.history_list li:nth-child(13).animate {
  transition-delay: 2.4s;
}

.history_year {
  float: left;
  color: #2AB5E1;
  font-size: 22px;
  font-weight: bold;
  width: 96px;
  text-align: center;
  min-width: 96px;
  height: 40px;
  margin-left: 100px;
}

.history_dot {
  float: left;
  font-size: 10px;
  color: #2AB5E1;
}

.history_cont {
  float: left;
  width: 100px;
  font-size: 16px;
  color: #929292;
}

.history_cont1 {
  float: left;
  font-size: 16px;
  color: #484848;
  width: 494px;
  text-align: left;
}
.company_logo {
  width: 260px;
  margin: auto;
  margin-bottom: 50px;
}

.company_sub_title {
  margin-top: 80px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

.company_sub_cont {
  display: flex;
  width: 1000px;
  margin: auto;
}

.company_step_item {
  padding: 20px;
}

.company_sub_info {
  width: 900px;
    margin: auto;
    margin-top: 60px;
    padding: 40px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 7%), 0 3px 6px 0 rgba(0, 0, 0, 0.02), 0 -2px 3px 0 rgb(0 0 0 / 5%);
}

.company_sub_left {
  width:260px;
  
}

.company_sub_info {
  width: 900px;
  margin: auto;
  margin-top: 60px;
  padding: 40px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 7%), 0 3px 6px 0 rgba(0, 0, 0, 0.02), 0 -2px 3px 0 rgb(0 0 0 / 5%);
  height: 390px;
}

.company_sub_left {
  width: 260px;
  float: left;
}

.company_sub_left > img {
  width: 80%;
}

.company_sub_info_cont{
  width: 535px;
  float: left;
  margin-left: 100px;
  text-align: left;
  font-size: 16px;
  line-height: 35px;
}

.company_list {
  list-style:disc;
}

.mapsection {
  width: 1200px;
  margin: auto;
}


.iconmap {
  width:64px !important;
  margin-right: 20px;
  float:left;
}

.company_help_cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  width: 80%;
  margin: auto;
  margin-top: 80px;
}

.company_help_item{
  margin: auto;
  height: 93px;
}
.company_help_item > img {
  width:70%;
}
}

/* 카카오 링크 */

.kakao_link_btn{
	/*.position */
	position: fixed;
	right: 15px;
	bottom: 5px;
	/*size*/
	width: 130px;
	height: 130px;
	cursor: pointer;
	z-index: 10000;
}

.kakao_link_btn > img{
	width: 100%;
}

@media screen and (max-width: 768px){
	.kakao_link_btn{
		right: -15px;
		bottom: -15px;
		/*size*/
		width: 120px;
		height: 120px;
	}
	
	.nav_line{
		display: none;
	}
}


.service_content{
	font-family: var(--font-kr);
	color: #333333;
	height: 100%;
	min-height: 400px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  background:#E4F2F2;
  padding-top:60px;
  padding-bottom: 40px;
}






.instroduct_section {
  font-family: var(--font-kr);
	color: #333333;
	height: 100%;
	min-height: 400px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  background: linear-gradient(to bottom right, #f4f8ff, #e0f7e9);
  padding-top:60px;
  padding-bottom: 40px;
}



.service_cont_right1 > img {
  width:460px;
}

.subinfoitem > span {
  width: 100%;
  display: block;
  position: relative;
}


.service_item_img1 > img {
  width:126px;
}

.next {
  background:url(../img/allownext.png);
  background-repeat: no-repeat;
  width: 24px;
  background-position-y: 40px;
  background-size: contain;


}

.service_item1 {
  text-align: center;
  width: 210px;
}

.stoptitle {
  color: #484848;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.stopcont {
  color: #484848;
  font-size: 11px;
  line-height: 15px;
}


.service_info_box{
	width: 220px;
	display: flex;
	flex-direction:column;
	align-items:center;
	gap: 4px;
}

.service_logo{
	width: 150px;
	height: 130px;
}


.service_logo img{
	width: 100%;
}


.service_description{
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

@media screen and (max-width: 740px){
	.service_content{
		flex-direction: column;
		align-items:center;
		gap: 15px;
		padding: 30px 0;
	}
	.service_info_box{
		width: 220px;
	}
	
	.service_logo{
		width: 100px;
		height: 80px;
	}
	
	.service_name{
		font-size: 15px;
	}
	
	.service_description{
		font-size: 12px;
		line-height: 18px;
	}

  

}



.menuitem {
  width: 120px;
  text-align: center;
  color:#9e9e9e;
  cursor: pointer;
  font-weight: bold;
}
.menuitem {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  
  display: inline-block;
  position: relative;
}

.menuitem:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  background: #2AB5E1;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.menuitem:hover {
  color: #2AB5E1;
}

.menuitem:hover:not(.active):after {
  width: 100%;
  left: 0;
}

.menuitem.active {
  color: #2AB5E1;
  border-bottom: 4px solid #2AB5E1;
}

.photo {
 
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .5s ease-out;
}


.service_cont {
  height: auto;
    width: 100%;
}

.instroduct_pic {
  background:url(../img/picbg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 260px;
  height:260px;
  margin: auto;
}

.instroduct_pic > .tile {
  width: 200px;
  margin-left: 23px;
  height: 200px;
  padding-top: 20px;
}




.bottom60 {
  margin-bottom: 60px;
}

.multiline {
  height:90px;
}

@media screen and (max-width: 350px) {
  .markleft {
    width: 48%;
    padding-right: 10px;
    height: 300px;
    float: left;
}

.marksimg {
  width: 100%;
  height: 181px;
}

.marksimg1 {
  width: 100%;
  margin-top: 8px;
  height: 115px;
}

.markright {
  width: 48%;
  padding-left: 2px;
  height: 304px;
  float: left;
}

}

@media screen and (max-width: 380px) {
  .markleft {
    width: 48%;
    padding-right: 10px;
    height: 318px;
    float: left;
}

.marksimg {
  width: 100%;
  height: 188px;
}

.marksimg1 {
  width: 100%;
  margin-top: 8px;
  height: 123px;
}

.markright {
  width: 48%;
  padding-left: 2px;
  height: 319px;
  float: left;
}

.vision_cont {
  font-size: 17px;
  line-height: 45px;
  font-weight: bold;
  font-family: 'NanumSquareNeo';
}
}

.content {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 200px;
  position: absolute;
}

.bottomads {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  bottom:0px;
}

.contenttitle {
  margin-top: 100px;
  width: 100%;
  text-align: center;
  font-size: 64px;
  line-height: 64px;
  font-family: 'NanumSquareNeoExtrabold';
}

.contentstyle, .contentpromot {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.styletitle, .prompttitle {
  font-size: 32px;
  font-family: 'NanumSquareNeoBold';
}

.stylelist {
  display:flex;
  width:100%;
  height:200px;

}

.leftarrow {
  background-image:url(../img/leftarrow.png);
  background-repeat: no-repeat;
  background-size: 40px;
  width: 80px;
  height: 100%;
  background-position-y: center;
  background-position-x: center;
  cursor: pointer;
}

.rightarrow {
  background-image:url(../img/rightarrow.png);
  background-repeat: no-repeat;
  background-size: 40px;
  width: 80px;
  height: 100%;
  background-position-y: center;
  background-position-x: center;
  cursor: pointer;
}

.styledatalist {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  scroll-behavior: smooth;
}

.styledatalist::-webkit-scrollbar {
  display: block;
  
}
.styledatalist::-webkit-scrollbar-track, ::-webkit-scrollbar-button {
  display: none;
}
.styledatalist::-webkit-scrollbar-thumb {
  background-color: lightblue;
  cursor: pointer;
}

.styleitem {
  flex: 0 0 auto;
  height: 97%;
  position: relative;
  cursor: pointer;
}

.itembg {
  width:100%;
  height:100%;
  background:transparent;
  position:absolute;
  top:0px;
  left:0px;
  border-radius: 12px;
}


.styleitem.active {
  border:2px solid #00a0b5;
  border-radius: 12px;
  box-sizing: content-box;
  height: 97%;
}

.styleitem.active > .itembg {
  background:#00a1b626;
}

.styleitem > img {
  height:100%;
}

.promptarea {
  width: calc(100% - 140px);
  margin-top: 20px;
  position: relative;
}

textarea {
  width: calc(100% - 40px);
  background: #fff;
  height: 140px;
  border-radius: 8px;
  border: 1px solid #9e9e9e;
  font-size: 20px;
  font-family: 'NanumSquareNeo';
}

.placeholder {
  color:#9E9E9E;
  font-size: 20px;
  font-family: 'NanumSquareNeo';
  position: absolute;
  top: 20px;
  left: 20px;
  pointer-events: auto;
}

.createbtn {
  width: 320px;
  height: 56px;
  border-radius: 8px;
  background: #00a0b6;
  color: white;
  text-align: center;
  line-height: 54px;
  margin-top: 20px;
  font-family: 'NanumSquareNeoBold';
  cursor: pointer;
}

.resultarea {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-top: 80px;
  height: auto;
  position: relative;
  max-width: 800px;
  min-height:500px;
}

.creating {
  width: 100%;
  height:100%;
  background:#ccc;
  border-radius: 8px;
  position: relative;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:10px;
}

.creating > span {
  width: auto;
  font-family: 'NanumSquareNeoBold';
}

.cv_spinner{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: center;
  align-items: baseline;
}
.spinner {
  display: inline-block;
width: 28px;
height: 28px;
border: 6px #EAF6F6 solid;
border-top: 6px #3C949A solid;
border-radius: 50%;
animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
100% {
  transform: rotate(360deg);
}
}
.imgarea {
  width: calc(100% - 310px);
  height: auto;
}

.adsarea {
  width: 300px;
  height: 500px;
  display: block;
}


.bottonarea {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}

.btntype {
  width: 320px;
    height: 56px;
    border-radius: 8px;
    background: #00a0b6;
    color: white;
    font-size: 16px;
    font-family: 'NanumSquareNeoBold';
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.createbtn:hover, .btntype:hover {
  background: #66ccce;
}

.btntype1 {
  width: 320px;
  height: 56px;
  border: 1px solid #00a0b6;
  border-radius: 8px;
  background: white;
  color: #00a0b6;
  font-size: 16px;
  font-family: 'NanumSquareNeoBold';
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btntype1:hover {
  color:#66ccce;
  border: 1px solid #66ccce;
}

.leftads {
  position:fixed;
  top:100px;
  left:10px;
  width: 200px;
  height: 100%;
}

.rightads {
  position:fixed;
  top:100px;
  right:10px;
  width: 200px;
  height: 100%;
}

.removecont {
  display: flex;
  gap:20px;
  background:white;
  border: 1px solid #9e9e9e;
  border-radius: 8px;
  overflow:hidden;
}

.removesample {
  flex:1;
}

.userinput {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap:20px;
}

.userimage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 90%;
}

.require {
  width: 80%;
  font-size: 12px;
  color:red;
  margin-top: -20px;
  font-family: 'NanumSquareNeoBold';
}

.readyimg {
  width: 80%;
  background:#d9d9d9;
  flex:1;
  margin:auto;
  margin-top:20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: 'NanumSquareNeo';
  border-radius: 8px;
  overflow: hidden;
}

#previewimg {
  width: 80%;
  flex:1;
  margin:auto;
  margin-top:20px;
  border-radius: 8px;
}

.filename {
  width: 100%;
  height:30px;
  text-align: center;
  font-family:'NanumSquareNeoBold';
  font-size:14px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.uploadbtn {
  width: 80%;
  background:white;
  border:1px solid #00a0b6;
  height:56px;
  margin-left: 10%;
  color:#00a0b6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'NanumSquareNeoBold';
  border-radius: 8px;
  cursor: pointer;
}

input[type=file] {
  opacity: 0;
  height:0px;
}

.changecont {
  width: 100%;
  display: flex;
  background:white;
  padding:20px;
}

.contentgroup {
  flex:1;
  padding:20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:5px;
}

#resultimg {
  max-height: 500px;
  height: 100%;
  vertical-align: top;
  width: 100%;
  max-width: 490px;
  top:0px;
  left:0px;
  position:absolute;
  object-fit: cover;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  textarea {
    width:100%;
  }

  main {
    min-height: 700px;
  }

  .contenttitle {
    margin-top: 40px;
    font-size: 30px;
  }

  .resultarea {
    margin-top: 20px;
    min-height: 300px;
  }

  .imgarea {
    width: 100%;
    padding:20px;
  }

  .adsarea {
    display: none;
  }

  .bottonarea {
    margin-top: 40px;
    width: calc(100% - 40px);
  }

  .styletitle, .prompttitle {
    font-size:20px;
  }

  .contentstyle, .contentprompt {
    margin-top: 30px;
  }
  .leftads, .rightads {
    display: none;
  }


  .stylelist {
    height: 140px;
  }

  .leftarrow, .rightarrow {
    width: 40px;
    background-size: 20px;
  }

  .styleitem {
    height: 95%;
  }


  .styleitem.active {
    height: 95%;
  }

 

  .placeholder {
    left:40px;
    font-size: 16px;
  }

  .promptarea {
    width: 100%;
  }

  #prompt {
    width: calc(100% - 80px);
    margin-left: 20px;
    font-size: 16px;
    height:100px;
    padding:20px;
  }

  .removecont {
    flex-direction: column;
    width: calc(100% - 40px);
  }
 
  .userinput {
    width: 100%;
  }

  .readyimg {
    aspect-ratio: 1;
  }

  .changecont {
    flex-direction: column;
    width: calc(100% - 40px);
  }
  
}