@charset "UTF-8";
/* Import Local SCSS Files */ /* Import Local SCSS Files */
@font-face {
  font-family: "YangjuByeolsanA1";
  src: url("../fonts/YangJuByeolsan.ttf.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WantedSans-Regular";
  src: url("../fonts/WantedSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* color */
/* fonts */
/* font size */
/* Import Local SCSS Files */ /* Import Local SCSS Files */
@font-face {
  font-family: "YangjuByeolsanA1";
  src: url("../fonts/YangJuByeolsan.ttf.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WantedSans-Regular";
  src: url("../fonts/WantedSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* color */
/* fonts */
/* font size */
/* Reset */
* {
  outline: 0 !important;
}

html, body, h1, h2, h3, h4, h5, h6, div, p, blockquote, pre, code, address, ul, ol, li, menu, nav, section, article, aside,
dl, dt, dd, table, thead, tbody, tfoot, label, caption, th, td, form, fieldset, legend, hr, input, button, textarea, object, figure, figcaption {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  -webkit-touch-callout: none; /* 탭하거나 꾹 누르는 경우 (롱터치) 보여지는 기본 ui를 제어하는 속성이다. iOS에서 터치 동작을 막고 싶을 때 사용 */
  /* -webkit-user-select:none;  드래그나 더블 클릭해서 텍스트의 선택을 하지 못하게 함 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 화면을 탭할 때 하이라이트가 생기는 것을 없앰 */
  font-size: 16px;
}

body {
  width: 100%;
  background: #FFFFFF;
  min-width: 320px; /* 모바일 */
  -webkit-text-size-adjust: none; /* 아이폰의 경우 뷰포트가 변경되면 자동으로 폰트 크기가 변경됨 */
  word-wrap: break-word; /* 가로 영역을 넘치는 단어에 대해 분리를 어떻게 할것인지 (띄어쓰지 않아도 줄바뀜) */
  word-break: break-all; /* 위와 비슷한 줄바꿈 */
  line-height: 1;
}

body, input, select, textarea, button {
  border: none;
  font-family: "WantedSans-Regular";
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 500;
}

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

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

img, fieldset {
  border: none;
}

address, cite, code, em {
  font-style: normal;
  font-weight: normal;
}

label, img, input, select, textarea, button {
  vertical-align: middle;
}

.hide, caption, legend {
  line-height: 0;
  font-size: 1px;
  overflow: hidden;
}

hr {
  display: none;
}

main, header, section, nav, footer, aside, article, figure {
  display: block;
}

a {
  color: #000000;
  text-decoration: none;
}

/* Form */
textarea {
  border: 1px solid #dbdbdb;
}

select {
  height: 32px;
  font-size: 0.7rem;
  color: #373737;
  border: 1px solid #e9e9e9;
  background: #fff;
  border-radius: 5px;
}

input[type=tel],
input[type=time],
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=file],
input[type=url],
input[type=number],
input[type=date], textarea {
  width: 100%;
  height: 34px;
  font-size: 0.7rem;
  color: #484848;
  border: none;
  background: #f2f2f2;
  text-indent: 17px;
  border-radius: 20px;
  vertical-align: middle;
}

input::-webkit-input-placeholder {
  color: #979797;
  font-size: 0.7rem;
  line-height: 1;
}

textarea {
  padding: 5px 0;
}

select:focus,
textarea:focus,
input:focus {
  border: none;
}

input[type=tel][readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=search][readonly],
input[type=tel][disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=email][disabled] {
  background: #eaeaea;
  border-color: #c0c0c0;
  color: #666;
  -webkit-appearance: none;
  font-size: 0.7rem;
}

textarea[readonly],
textarea[disabled] {
  padding: 11px;
  font-size: 0.7rem;
  color: #666;
  font-weight: normal;
  line-height: 1.4;
  height: 78px;
  background: #eaeaea;
  border: 1px solid #c0c0c0;
}

@font-face {
  font-family: "YangjuByeolsanA1";
  src: url("../fonts/YangJuByeolsan.ttf.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WantedSans-Regular";
  src: url("../fonts/WantedSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Import Local SCSS Files */ /* Import Local SCSS Files */
@font-face {
  font-family: "YangjuByeolsanA1";
  src: url("../fonts/YangJuByeolsan.ttf.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WantedSans-Regular";
  src: url("../fonts/WantedSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* color */
/* fonts */
/* font size */
/* Import Local SCSS Files */ /* Import Local SCSS Files */
@font-face {
  font-family: "YangjuByeolsanA1";
  src: url("../fonts/YangJuByeolsan.ttf.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WantedSans-Regular";
  src: url("../fonts/WantedSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* color */
/* fonts */
/* font size */
/* Reset */
* {
  outline: 0 !important;
}

html, body, h1, h2, h3, h4, h5, h6, div, p, blockquote, pre, code, address, ul, ol, li, menu, nav, section, article, aside,
dl, dt, dd, table, thead, tbody, tfoot, label, caption, th, td, form, fieldset, legend, hr, input, button, textarea, object, figure, figcaption {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  -webkit-touch-callout: none; /* 탭하거나 꾹 누르는 경우 (롱터치) 보여지는 기본 ui를 제어하는 속성이다. iOS에서 터치 동작을 막고 싶을 때 사용 */
  /* -webkit-user-select:none;  드래그나 더블 클릭해서 텍스트의 선택을 하지 못하게 함 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 화면을 탭할 때 하이라이트가 생기는 것을 없앰 */
  font-size: 16px;
}

body {
  width: 100%;
  background: #FFFFFF;
  min-width: 320px; /* 모바일 */
  -webkit-text-size-adjust: none; /* 아이폰의 경우 뷰포트가 변경되면 자동으로 폰트 크기가 변경됨 */
  word-wrap: break-word; /* 가로 영역을 넘치는 단어에 대해 분리를 어떻게 할것인지 (띄어쓰지 않아도 줄바뀜) */
  word-break: break-all; /* 위와 비슷한 줄바꿈 */
  line-height: 1;
}

body, input, select, textarea, button {
  border: none;
  font-family: "WantedSans-Regular";
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 500;
}

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

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

img, fieldset {
  border: none;
}

address, cite, code, em {
  font-style: normal;
  font-weight: normal;
}

label, img, input, select, textarea, button {
  vertical-align: middle;
}

.hide, caption, legend {
  line-height: 0;
  font-size: 1px;
  overflow: hidden;
}

hr {
  display: none;
}

main, header, section, nav, footer, aside, article, figure {
  display: block;
}

a {
  color: #000000;
  text-decoration: none;
}

/* Form */
textarea {
  border: 1px solid #dbdbdb;
}

select {
  height: 32px;
  font-size: 0.7rem;
  color: #373737;
  border: 1px solid #e9e9e9;
  background: #fff;
  border-radius: 5px;
}

input[type=tel],
input[type=time],
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=file],
input[type=url],
input[type=number],
input[type=date], textarea {
  width: 100%;
  height: 34px;
  font-size: 0.7rem;
  color: #484848;
  border: none;
  background: #f2f2f2;
  text-indent: 17px;
  border-radius: 20px;
  vertical-align: middle;
}

input::-webkit-input-placeholder {
  color: #979797;
  font-size: 0.7rem;
  line-height: 1;
}

textarea {
  padding: 5px 0;
}

select:focus,
textarea:focus,
input:focus {
  border: none;
}

input[type=tel][readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=search][readonly],
input[type=tel][disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=email][disabled] {
  background: #eaeaea;
  border-color: #c0c0c0;
  color: #666;
  -webkit-appearance: none;
  font-size: 0.7rem;
}

textarea[readonly],
textarea[disabled] {
  padding: 11px;
  font-size: 0.7rem;
  color: #666;
  font-weight: normal;
  line-height: 1.4;
  height: 78px;
  background: #eaeaea;
  border: 1px solid #c0c0c0;
}

@font-face {
  font-family: "YangjuByeolsanA1";
  src: url("../fonts/YangJuByeolsan.ttf.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WantedSans-Regular";
  src: url("../fonts/WantedSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* header */
.header .header-wrap {
  margin: 10px auto;
  background: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  border-radius: 12px;
}
.header .header-wrap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-wrap .left .face-img {
  border-radius: 50%;
  padding: 1px;
  border: 1px solid #FFFFFF;
  width: 45px;
  height: 45px;
}
.header .header-wrap .left .face-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.header .header-wrap .left .name {
  color: #FFFFFF;
  margin-left: 10px;
  font-size: 24px;
  line-height: 45px;
}
.header .header-wrap .right .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-wrap .right .buttons a {
  margin-right: 5px;
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  background-color: #A4A4A4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-wrap .right .buttons a:hover {
  background: #FFFFFF;
}
.header .header-wrap .right .buttons a:last-child {
  margin-right: 0;
}
.header .header-wrap .right .buttons a i {
  font-size: 24px;
}

#copy-msg {
  display: none;
  position: fixed;
  left: 50%;
  top: 90px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000000;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 10000;
}

#copy-msg.show {
  display: block;
  opacity: 1;
}

/* footer */
.footer {
  position: relative;
}
.footer .scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 50px;
  border: 3px solid #5B5B5B;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.footer .scroll-top-btn.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.footer .scroll-top-btn:hover {
  background-color: #000000;
  border-color: #CCCCCC;
}
.footer .scroll-top-btn:hover .bi {
  color: #CCCCCC;
}
.footer .scroll-top-btn .bi {
  font-size: 35px;
  color: #5B5B5B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 500px) {
  /* -------------------- Common CSS -------------------- */
  [class*=inner] {
    width: 90%;
    margin: auto;
  }
  body {
    overflow-x: hidden;
  }
  /* index.html */
  .header {
    width: 100%;
  }
  .header .header-wrap {
    margin-top: 20px;
    width: 240px;
    height: 45px;
    padding: 5px;
  }
  .header .header-wrap .left .face-img {
    width: 30px;
    height: 30px;
  }
  .header .header-wrap .left .face-img img {
    width: 30px;
    height: 30px;
  }
  .header .header-wrap .left .name {
    line-height: 35px;
    font-size: 18px;
  }
  .header .header-wrap .right .buttons a {
    margin-top: 1.5px;
    width: 33px;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header-wrap .right .buttons a .bi {
    font-size: 20px;
  }
  .header #copy-msg {
    top: 70px;
    padding: 5px 10px;
    font-size: 12px;
  }
  .background-line {
    width: 100%;
  }
  .background-line.line01 {
    top: 500px;
  }
  .background-line.line02 {
    width: 50%;
    top: 1300px;
    right: 20px;
  }
  .main .main-inner {
    margin-top: 50px;
  }
  .main .main-inner .intro .img {
    width: 70px;
    height: 85px;
  }
  .main .main-inner .intro .text {
    bottom: 5px;
    left: 80px;
    font-size: 18px;
  }
  .main .main-inner .aspirations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main .main-inner .aspirations .aspiration-kr {
    margin-top: 5px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
  .main .main-inner .aspirations .aspiration-kr br {
    display: block;
  }
  .main .main-inner .aspirations .aspiration-en {
    margin-top: 20px;
    font-size: 33px;
  }
  .main .main-inner .aspirations .aspiration-en br {
    display: none;
  }
  .choice .choice-inner {
    margin-top: -50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .choice .choice-inner .option .option-buttons .dropdown {
    font-size: 12px;
    width: 100px;
  }
  .choice .choice-inner .option .option-buttons .dropdown:nth-child(2), .choice .choice-inner .option .option-buttons .dropdown:nth-child(3) {
    width: 55px;
  }
  .choice .choice-inner .option .option-buttons .dropdown:nth-child(4) {
    width: 70px;
  }
  .choice .choice-inner .option .option-buttons .dropdown .selected {
    padding: 5px;
  }
  .choice .choice-inner .option .option-buttons .dropdown .selected::after {
    right: 5px;
  }
  .choice .choice-inner .option .option-buttons .dropdown .options li {
    padding: 5px;
  }
  .choice .choice-inner .skill {
    margin-left: 0;
    margin-top: 15px;
  }
  .choice .choice-inner .skill .skill-buttons a {
    padding: 3px 2px;
  }
  .choice .choice-inner .skill .skill-buttons a img {
    margin-top: 2px;
    width: 15px;
    height: 15px;
  }
  .choice .choice-inner .skill .skill-buttons a p {
    font-size: 12px;
  }
  .container .container-inner .items {
    gap: 10px;
  }
  .container .container-inner .items .item {
    width: 48%;
    height: 50%;
    border-radius: 7px;
  }
  .container .container-inner .items .item .thumbnail-img img {
    width: 100%;
    height: 85px;
  }
  .container .container-inner .items .item .thumbnail-text {
    padding: 10px 5px;
  }
  .container .container-inner .items .item .thumbnail-text h3 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .container-inner .items .item .thumbnail-text .summary {
    margin-top: 7px;
    width: 100%;
    font-size: 10px;
    line-height: 1;
    height: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  .container .container-inner .items .item .thumbnail-text .badge {
    margin-top: 10px;
  }
  .container .container-inner .items .item .thumbnail-text .badge p {
    font-size: 10px;
    padding: 2px;
  }
  .modal .modal-inner .close-btn {
    right: 5px;
    top: 5px;
    font-size: 40px;
  }
  .modal .modal-inner .internal-contents {
    padding: 10px 20px;
  }
  .modal .modal-inner .internal-contents .in-title {
    margin-top: 35px;
  }
  .modal .modal-inner .internal-contents .in-title h1 {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .modal .modal-inner .internal-contents .in-skills .each-skill {
    margin-top: 0px;
  }
  .modal .modal-inner .internal-contents .in-skills .each-skill img {
    width: 15px;
  }
  .modal .modal-inner .internal-contents .in-skills .each-skill p {
    font-size: 12px;
  }
  .modal .modal-inner .internal-contents .in-texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .modal .modal-inner .internal-contents .in-texts .left-img {
    width: 100%;
    height: 100%;
  }
  .modal .modal-inner .internal-contents .in-texts .right-text {
    margin-top: -10px;
    height: auto;
  }
  .modal .modal-inner .internal-contents .in-texts .right-text .parnassus .parn-title {
    font-size: 14px;
  }
  .modal .modal-inner .internal-contents .in-texts .right-text .parnassus ul {
    margin-bottom: 20px;
  }
  .modal .modal-inner .internal-contents .in-texts .right-text .parnassus ul li {
    line-height: 12px;
    font-size: 11px;
  }
  .modal .modal-inner .internal-contents .in-button .more-btn {
    margin-top: -30px;
    margin-bottom: 25px;
    width: 300px;
    height: 40px;
    border-radius: 10px;
    gap: 10px;
  }
  .modal .modal-inner .internal-contents .in-button .more-btn p {
    font-size: 18px;
  }
  .modal .modal-inner .internal-contents .in-button .more-btn .bi {
    font-size: 18px;
  }
  /* portfolio-sub.html */
  .total-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .total-inner .phone-title {
    display: block;
    margin-top: 50px;
  }
  .total-inner .phone-title .title .title-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .total-inner .phone-title .title .title-top h1 {
    font-size: 24px;
    font-family: "YangjuByeolsanA1";
    width: 220px;
  }
  .total-inner .phone-title .title .title-top .badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .total-inner .phone-title .title .title-top .badge p {
    font-size: 12px;
    padding: 4px 5px;
    border-radius: 4px;
  }
  .total-inner .phone-title .title .title-top .badge p.team {
    color: #FFFFFF;
    background: #239700;
  }
  .total-inner .phone-title .title .title-top .badge p.single {
    color: #FFFFFF;
    background: #F89C08;
  }
  .total-inner .phone-title .title .title-top .badge p.onlypc {
    color: #FFFFFF;
    background: #0063b4;
  }
  .total-inner .phone-title .title .title-top .badge p.responsive {
    color: #FFFFFF;
    background: #c70000;
  }
  .total-inner .phone-title .title .title-bottom {
    margin-top: 8px;
  }
  .total-inner .phone-title .title .title-bottom p {
    font-size: 15px;
  }
  .total-inner .phone-title .title .title-bottom p strong {
    color: #04006B;
  }
  .total-inner .phone-buttons {
    display: block;
    margin-top: 5px;
  }
  .total-inner .phone-buttons .go-to-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .total-inner .phone-buttons .go-to-buttons .button {
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 330px;
    height: 40px;
    border: 1px solid #BFBFBF;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding: 10px;
    position: relative;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 2px 2px #BFBFBF;
            box-shadow: 0 2px 2px #BFBFBF;
  }
  .total-inner .phone-buttons .go-to-buttons .button:hover {
    background: #5B5B5B;
    color: #FFFFFF;
  }
  .total-inner .phone-buttons .go-to-buttons .button:hover img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .total-inner .phone-buttons .go-to-buttons .button img:first-child {
    width: 20px;
    height: 20px;
  }
  .total-inner .phone-buttons .go-to-buttons .button p {
    font-size: 13px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 0;
  }
  .total-inner .phone-buttons .details {
    margin-top: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .total-inner .phone-buttons .details h4 {
    font-size: 20px;
    font-weight: bold;
  }
  .total-inner .phone-buttons .details .detail-box {
    color: #5B5B5B;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 8px;
    border-radius: 10px;
    padding: 5px 15px;
    border: 1px solid #BFBFBF;
  }
  .total-inner .phone-buttons .details .detail-box .couple-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 8px;
  }
  .total-inner .phone-buttons .details .detail-box .couple-detail:last-child {
    margin-bottom: 0;
  }
  .total-inner .phone-buttons .details .detail-box .couple-detail .each-detail {
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .total-inner .phone-buttons .details .detail-box .couple-detail .each-detail:last-child {
    border: none;
  }
  .total-inner .phone-buttons .details .detail-box .couple-detail .each-detail h5 {
    font-size: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #5B5B5B;
    padding-right: 5px;
    margin-right: 5px;
  }
  .total-inner .phone-buttons .details .detail-box .couple-detail .each-detail .explan-skill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
  }
  .total-inner .phone-buttons .details .detail-box .couple-detail .each-detail .explan-skill p {
    padding: 2px 2px 0 2px;
    border-radius: 5px;
    border: 1px solid #5B5B5B;
    height: 15px;
    font-size: 12px;
  }
  .total-inner .phone-buttons .details .detail-box .couple-detail .each-detail .explan-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .total-inner .total-left {
    border: none;
    margin: 50px 0;
  }
  .total-inner .total-left .total-left-wrap {
    padding: 0;
  }
  .total-inner .total-left .total-left-wrap .title {
    display: none;
  }
  .total-inner .total-left .total-left-wrap .project .sub-title {
    font-size: 20px;
  }
  .total-inner .total-left .total-left-wrap .project .sub-title ul li {
    font-size: 15px;
  }
  .total-inner .total-left .total-left-wrap .result .sub-title {
    font-size: 20px;
  }
  .total-inner .total-left .total-left-wrap .result .sub-title .small-title {
    font-size: 18px;
  }
  .total-inner .total-right {
    display: none;
  }
  /* footer */
  .footer {
    width: 100%;
  }
  .footer .scroll-top-btn {
    bottom: 10px;
    right: 30px;
    border: 1px solid #5B5B5B;
    width: 35px;
    height: 35px;
  }
  .footer .scroll-top-btn .bi {
    font-size: 25px;
  }
}