@charset "UTF-8";

*,
:before,
:after {
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
main,
audio,
video {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 10px;
}
button {
  cursor: pointer;
}
fieldset,
img {
  border: 0;
  vertical-align: top;
}
img {
  max-width: 100%;
}
ol,
ul {
  list-style: none;
}
address,
em {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #666;
}
iframe {
  overflow: hidden;
  border: 0;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
input,
select,
textarea,
button {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
textarea {
  resize: none;
}
body {
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  background-color: #fcfcfc;
}
legend,
caption,
.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
} /* 공통스타일 */
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
body,
input,
select,
textarea,
button,
table {
  font-family: 'Noto Sans KR', '돋움', dotum, 'Helvetica Neue', 'Apple SD Gothic Neo', sans-serif;
  font-size: 1.6rem;
  color: #666;
} /* placeholder공통 */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbb;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bbb;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb;
  opacity: 1; /* Firefox */
} /* 모바일단말 최소가로는 320이미만 최근단말기 가로는 안드로이드기준 360이므로 최소사이즈를 360으로 설정 */
#skipNavi a {
  display: block;
  position: absolute;
  left: 0;
  top: -999px;
  transition: all 0.5s;
  width: 100%;
  padding: 10px 0;
  background: black;
  color: #f2f2f2;
  z-index: 99999;
  text-align: center;
}
#skipNavi a:hover,
#skipNavi a:active,
#skipNavi a:focus {
  top: 0;
}

/* -------------------- 데스크탑 시작부분 -------------- */

/*------ 헤더---- */
#wrap {
  width: 100%;
  padding: 50px 90px;
}

#header {
  width: 100%;
  max-width: 1145px;
  margin: 0 auto;
}
#header .logo {
  margin-right: 1.5rem;
  text-decoration: none;
  color: inherit;
  transition: 0.28s;
  cursor: pointer;
  float: left;
}
#header .logo .bs_logo {
  transition: 1.5s ease-in-out;
  height: 5rem;
}
#header .logo .bs_logo:hover {
  transform: rotate(1800deg);
  transition: 15s linear;
}

#header .top_header {
  overflow: hidden;
  margin-bottom: 2.4rem;
}
#header .top_header h1 {
  float: left;
  font-size: 3.6rem;
  color: #1b1f23;
  font-weight: 500;
  line-height: 6rem;
  font-family: 'Castoro', serif;
}
#header .nav {
  overflow: hidden;
  float: right;
}
#header .nav li {
  float: left;
  margin-left: 3rem;
}
#header .nav li a {
  display: block;
  font-size: 2rem;
  line-height: 6rem;
  color: #6b7b8a;
  transition: 0.3s linear;
}
#header .nav li a:hover {
  opacity: 0.7;
}

#header .type-wrap {
  color: #292929;
  font-size: 6rem;
  font-weight: normal;
  letter-spacing: -0.1rem;
  font-family: 'Castoro', serif;
}
#header .type-wrap .impact {
  font-size: 5rem;
  color: #71c6d9;
}
#header .about_me {
  color: #292929;
  font-size: 2.4rem;
}
/*------ //헤더 종료---- */

/*------------- 메인 ------------*/
#main {
  margin-top: 100px;
}
#main .content {
  width: 100%;
  max-width: 1145px;
  margin: 0 auto;
}
#main .content h2 {
  color: #384853;
  font-size: 3rem;
  line-height: 4rem;
}
#main .content > p {
  display: inline-block;
  margin-top: 10px;
  color: #6b7b8a;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.renewal_list_wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list_inner {
  display: flex;
  overflow: hidden;
  height: 500px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: auto;
  max-width: 100%;
}

.list_inner:hover {
  box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
}

/* 콘텐츠 각각 레이아웃 최적화 */
.renewal_list_wrap > li:nth-child(2n) .list_inner {
  flex-direction: row-reverse;
}
.renewal_list_wrap > li:nth-child(2) .p_cont,
.renewal_list_wrap > li:nth-child(4) .p_cont {
  margin-bottom: 35px;
}

/* 콘텐츠 이미지 넘버링 별로 지정 지정 */
.img_wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e0e0e0;
  background-size: cover;
  flex-grow: 1;
  height: 100%;
}
.img_wrap1 {
  background-image: url(../images/img1.webp);
}
.img_wrap2 {
  background-image: url(../images/img2.webp);
}
.img_wrap3 {
  background-image: url(../images/img3.gif);
}
.img_wrap4 {
  background-image: url(../images/img4.webp);
}
.img_wrap5 {
  background-image: url(../images/img5.jpeg);
}

.list_text_box {
  position: relative;
  width: 510px;
  padding: 35px 55px 0;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.list_text_box > h3 {
  font-family: Gilroy, sans-serif;
  color: #6b7b8a;
  font-size: 5.2rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.list_text_box > p {
  color: #6b7b8a;
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: -0.025rem;
  word-spacing: 0.1rem;
  margin-bottom: 50px;
}

.page_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 25px;
}
.page_list li {
  width: 100%;
  height: 50px;
  border: 1px solid #6b7b8a;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page_list li a {
  width: 100%;
  color: #6b7b8a;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 50px;
  text-align: center;
  text-indent: 40px;
  transition: all 0.3s cubic-bezier(0.5, 0, 0.48, 1);
  position: relative;
  z-index: 50;
}
.page_list li a:hover {
  color: #fff;
}

.page_list li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #6b7b8a;
  transition: all 0.3s cubic-bezier(0.5, 0, 0.48, 1);
  z-index: -1;
}
.page_list li a:hover:before {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.5, 0, 0.48, 1);
}

.page_list li a::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 14px;
  width: 24px;
  height: 22px;
  background: url(../images/renewal_icon_hover.png) no-repeat;
  transition: all 0.3s cubic-bezier(0.5, 0, 0.48, 1);
}
.page_list li a:hover:after {
  background-image: url(../images/renewal_icon.png);
}
.page_list li a.btn_original:after {
  background-image: url(../images/original_icon_hover.png);
}
.page_list li a.btn_original:hover:after {
  background-image: url(../images/original_icon.png);
}

.slide_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}
.slide_section p {
  width: 65px;
  line-height: 50px;
  font-size: 16px;
}
.slide_inner {
  flex-grow: 1;
  height: 50px;
  position: relative;
  overflow: hidden;
}
.slide_list_box {
  width: 100%;
  position: absolute;
  height: 50px;
  transition: left 0.3s ease-in;
}
.slide_list_box li {
  position: absolute;
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  overflow: hidden;
  background: #6b7b8a;
  color: #e5ebf2;
  line-height: 50px;
}

.skill_wrap {
  display: flex;
  flex-wrap: wrap;
}
.skill_wrap li:first-child {
  margin-right: 5px;
}
.skill_wrap li:not(:first-child) {
  margin-right: 15px;
}
.skill_wrap li {
  font-family: Gilroy, sans-serif;
  color: #515d68;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Nav */
.prev,
.next {
  position: absolute;
  top: 20%;
  z-index: 99;
  display: inline-block;
  height: 5em;
  width: 5em;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.prev.disabled,
.next.disabled {
  display: none;
}
.prev {
  background-image: url(../images/arr2.png);
  left: 0.5rem;
  width: 27px;
  height: 32px;
  transform: rotate(180deg);
}
.next {
  right: 0.5rem;
  background-image: url(../images/arr2.png);
  width: 27px;
  height: 32px;
}
/* 텍스트 슬라이더 종료 ------------------------- */

/* --------섹션2 콘텍트 시작 ------ */
#main .contact_box {
  text-align: center;
  background: #f3f6f8;
  padding: 50px 0 75px;
  margin: 100px auto 50px;
  max-width: 1145px;
  width: 100%;
  position: relative;
}
#main .contact_box h2 {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #43485c;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5ebf2;
}
#main .contact_box .contact_inner {
  padding-top: 100px;
  overflow: hidden;
}
#main .contact_box .contact_inner .contact_input_box {
  width: 50%;
  float: left;
}
#main .contact_box .contact_inner .contact_input_box .input_form .form_group {
  position: relative;
  margin-bottom: 5%;
}
#main .contact_box .contact_inner .contact_input_box .input_form .form_group .validation {
  position: absolute;
  font-size: 10px;
  z-index: 0;
  bottom: 0;
  right: 35px;
}
#main .contact_box .contact_inner .contact_input_box .form_group .form_control {
  padding: 15px;
  border: none;
  outline: none;
}
#main .contact_box .contact_inner .contact_input_box .form_group .form_control_email,
.form_control_name {
  width: 90%;
}
#main .contact_box .contact_inner .contact_input_box .form_group .form_control_subject,
.form_control_message {
  width: 90%;
}
#main .contact_box .contact_inner .contact_input_box .single_contact_btn {
  margin: 0 5%;
}
#main .contact_box .contact_inner .contact_input_box .single_contact_btn .contact_btn {
  width: 100%;
  display: block;
  line-height: 50px;
  margin-top: 5px;
  background: #4d4d52;
  border: 1px solid #4d4d52;
  color: #f9fbfd;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
#main .contact_box .contact_inner .contact_input_box .single_contact_btn .contact_btn:hover {
  background: #010203;
  border: 1px solid #010203;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
#main .contact_box .contact_inner .contact_introduce_box {
  width: 50%;
  float: left;
  font-size: 17px;
  text-align: left;
  padding: 0 30px;
}
#main .contact_box .contact_inner .contact_introduce_box .contact_introduce h3 {
  font-size: 2.6rem;
  color: #3c4258;
}
#main .contact_box .contact_inner .contact_introduce_box .contact_introduce p {
  color: #636a82;
}
#main .contact_box .contact_inner .contact_introduce_box .contact_introduce_info {
  margin: 42px 0 52px;
}
#main .contact_box .contact_inner .contact_introduce_box .contact_introduce_info .contac_Privacy {
  margin-bottom: 25px;
}
#main .contact_box .contact_inner .contact_introduce_box .contact_introduce_info .contac_Privacy h3 {
  color: #636a82;
  font-weight: 500;
  margin-bottom: 15px;
}
#main .contact_box .contact_inner .contact_introduce_box .contact_introduce_info .contac_Privacy a {
  color: #999fb3;
}
#main .contact_box .sendSuccess {
  width: 260px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 0 20px 20px 0 rgb(0 0 0 / 8%);
  display: none;
}
#main .contact_box .sendSuccess:hover {
  box-shadow: 10px 20px 20px 20px rgb(0 0 0 / 8%);
}
#main .contact_box .sendSuccess p {
  display: block;
  color: #6b7b8a;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 50px;
  text-align: center;
  text-indent: 40px;
  width: 220px;
  height: 50px;
  border: 1px solid #6b7b8a;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.5, 0, 0.48, 1);
  position: relative;
  top: 12.5px;
  left: 20px;
  cursor: pointer;
}
#main .contact_box .sendSuccess p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #6b7b8a;
  transition: all 0.3s cubic-bezier(0.5, 0, 0.48, 1);
  z-index: -1;
}
#main .contact_box .sendSuccess p:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 14px;
  width: 24px;
  height: 22px;
  background: url(../images/renewal_icon_hover.png) no-repeat;
  transition: all 0.3s cubic-bezier(0.5, 0, 0.48, 1);
}
#main .contact_box .sendSuccess p:hover {
  color: #fff;
  z-index: 999;
}
#main .contact_box .sendSuccess p:hover:before {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.5, 0, 0.48, 1);
}
#main .contact_box .sendSuccess p:hover:after {
  background: url(../images/renewal_icon.png) no-repeat;
}
/* --------섹션2 콘텍트 종료 ------ */
/*------------- 메인 종료 //------------*
/*---------- 푸터 시작---------*/
#footer {
  margin-top: 50px;
  width: 100%;
  max-width: 1145px;
  margin: 0 auto;
}
#footer .footer_inpo > p {
  font-size: 2.4rem;
}

#footer #go_top {
  position: fixed;
  right: 30px;
  bottom: 30px; /* display: none; */
  opacity: 0;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #292929;
  border-radius: 50%;
  transition: 0.5s;
  z-index: -2;
}
#footer #go_top:hover {
  background: #b6bcbf;
  border: 1px solid #b6bcbf;
}
#footer #go_top #scroll_top {
  animation-name: example;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  position: relative;
}
#footer #go_top.visible {
  opacity: 1;
  z-index: 2;
}

#footer #go_top #scroll_top::after {
  content: '';
  position: absolute;
  top: 12px;
  left: -12px;
  background: url(../images/up-arrow.png) no-repeat;
  width: 24px;
  height: 24px;
}
@-moz-document url-prefix() {
  #footer #go_top #scroll_top::after {
    top: 32px;
  }
}
@keyframes example {
  0% {
    top: 0px;
  }
  100% {
    top: -10px;
  }
}
/*---------- 푸터 종료---------*/

/* 태블릿분기점 */
@media screen and (max-width: 1024px) {
  /* html rem 고정용사이즈 */
  html {
    font-size: 9px;
  }
  /* html { font-size:5.9px; } */
  #wrap {
    padding: 25px 10px;
  }
  #header {
    max-width: 728px;
  }
  #header .type-wrap {
    font-size: calc(28px + 28 * ((100vw - 360px) / 840));
  }
  #header .type-wrap .impact {
    font-size: calc(24px + 24 * ((100vw - 360px) / 840));
  }

  #main {
    margin-top: 70px;
  }
  #main .content {
    max-width: 728px;
  }
  #main .content > p {
    margin-bottom: 30px;
  }
  .renewal_list_wrap li:hover .list_inner {
    transform: none;
  }

  .list_text_box {
    width: 367px;
    padding: 30px;
  }

  .list_text_box h3 {
    margin-bottom: 20px;
    font-size: 3.9rem;
  }
  .list_text_box > p {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 40px;
  }

  .page_list {
    gap: 20px;
  }
  .page_list li a:hover {
    color: #6b7b8a;
  }
  .page_list li a:hover:before {
    width: 0%;
  }
  .page_list li a:hover:after {
    background: url(../images/renewal_icon_hover.png) no-repeat;
  }
  .page_list li a.btn_original:hover:after {
    background-image: url(../images/original_icon_hover.png);
  }

  /* 서브페이지 콘텍트 ----- */
  #main .contact_box h2 {
    font-size: 2.6rem;
  }
  #main .contact_box .contact_inner {
    padding-top: 50px;
    overflow: hidden;
    max-width: 785px;
    margin: 0 auto;
  }
  #main .contact_box .contact_inner .contact_input_box .form_group {
    overflow: hidden;
  }
  #main .contact_box .contact_inner .contact_input_box .form_group .form_control_email {
    width: 90%;
  }
  /* 서브페이지 콘텍트 종료----- */
  #footer #go_top:hover {
    background: #fff;
    border: 1px solid #292929;
  }
}
/* ------------------타블렛 끝나는지점----------------------- */

/* 모바일분기점 */
@media screen and (max-width: 768px) {
  #wrap {
    padding: 10px 20px;
  }
  #header {
    max-width: 728px;
  }
  #header .about_me {
    font-size: 2rem;
  }
  #footer .footer_inpo > p {
    font-size: calc(16px + 6 * ((100vw - 320px) / (680)));
  }

  #main {
    margin-top: 50px;
  }

  #main .content {
    width: auto;
  }
  #main .content > p {
    margin: 0 0 10px 0;
  }
  .renewal_list_wrap {
    width: 100%;
  }
  #main .list_inner {
    display: flex;
    height: auto;
    flex-direction: column-reverse;
  }
  .img_wrap {
    height: 200px;
  }
  .list_text_box {
    width: 100%;
    padding: 10px;
  }
  .list_text_box h3 {
    margin-bottom: 0;
    font-size: 3.8rem;
  }

  #main .list_text_box > p {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }

  .page_list {
    margin-bottom: 20px;
  }

  .slide_section {
    align-items: center;
  }

  .slide_section p {
    margin-bottom: 0;
    font-size: 1.5rem;
    width: 60px;
  }

  /* 섹션2 콘텍트 ----- */
  #main .contact_box {
    padding: 50px 0 20px;
  }
  #main .contact_box .contact_inner .contact_input_box {
    width: 100%;
  }
  #main .contact_box .contact_inner .contact_introduce_box {
    width: 100%;
    margin-top: 50px;
    font-size: 16px;
  }
  #main .contact_box .contact_box h2 {
    font-size: 30px;
  }
}
/* 소형 모바일 사이즈 대응 */
@media screen and (max-width: 360px) {
  .page_list {
    gap: 10px;
    flex-direction: column;
  }
}
