@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url("../font/Pretendard-Regular.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url("../font/Pretendard-Medium.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url("../font/Pretendard-SemiBold.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url("../font/Pretendard-Bold.subset.woff2") format("woff2");
}
/*
font-weight
Pretendard 400 = Regular
Pretendard 500 = Medium
Pretendard 500 = SemiBold
Pretendard 700 = Bold
*/
/* reset */
*,
:after,
:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  width: 100%;
  height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
th,
td,
fieldset,
legend,
textarea,
p,
button,
input,
select {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

input,
textarea {
  border: none;
  border-radius: 0;
  background: transparent;
  resize: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
select,
textarea,
p {
  font-family: "Pretendard", dotum, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 0;
  text-align: left;
  word-break: break-all;
}

body {
  background: #fff;
}

caption,
legend {
  font-size: 0;
  line-height: 0;
  text-indent: -5000px;
}

img,
fieldset,
iframe {
  border: 0;
  vertical-align: top;
}

fieldset {
  font-size: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  transition: none;
}

i,
em,
address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: none;
}

.hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

/* 포커스 아웃라인 표시 */
*:focus {
  outline: 0;
}

/* webkit 자동 완성 색 제거 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

input::-ms-expand {
  display: none;
}

select::-ms-expand {
  display: none;
}

/* ie10+ input입력시 x버튼 지우기 */
input[type=text]::-ms-clear {
  display: none;
}

/* ie textarea 기본화살표 지우기 */
textarea {
  overflow: auto;
}

/* input, select, textarea ios safari 기본 속성 제거 */
input,
select,
textarea {
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

/* submit, 버튼 배경 지우기 */
input[type=submit],
button {
  border: 0;
  background: none;
  cursor: pointer;
}

/* ie 버튼 클릭시 누르기 동작 제거 */
button:active span,
button:focus span {
  position: relative;
}

/* ff 버튼, 셀렉트 포커스시 점선 지우기 */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

select::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* placeholder color */
::-webkit-input-placeholder {
  color: #929292;
} /* WebKit browsers */
:-moz-placeholder {
  color: #929292;
  opacity: 1;
} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #929292;
  opacity: 1;
} /* Mozilla Firefox 19+ */
:-ms-input-placeholder {
  color: #929292 !important;
} /* Internet Explorer 10+ */
/* a링크 효과 제거*/
a {
  color: inherit;
  text-decoration: none;
}

/* safari 숫자 색상 변환 방지 */
a[href^=tel] {
  color: #000;
  text-decoration: none;
}

body {
  min-width: 360px;
}

.br-tab-show {
  display: none;
}

.header-fix-banner {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 40px;
  background: #21242f;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
.header-fix-banner > strong {
  color: #2269f8;
  font-weight: 500;
}
.header-fix-banner .m-hide {
  display: none;
}
.header-fix-banner .link-txt {
  display: inline-block;
  margin-left: 16px;
}
.header-fix-banner .link-txt .arrow {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 4px;
  background: url(../images/btn_arrow_01.png) 0 0 no-repeat;
  background-size: 6px auto;
}

#header {
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 62px;
  transition: all 0.3s;
}
#header .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  width: 34px;
}
#header .logo img {
  width: 100%;
}
#header.header-background {
  background: #ffffff;
}

#content {
  /* text */
  /* button */
}
#content .txt {
  position: relative;
  text-align: center;
}
#content .txt.txt-type-1 {
  font-size: 28px;
  color: #21242f;
  line-height: 40px;
  font-weight: 700;
}
#content .txt.txt-type-1 strong {
  color: #2269f8;
}
#content .txt.txt-type-2 {
  font-size: 18px;
  color: #58667d;
  line-height: 27px;
  font-weight: 500;
}
#content .txt.txt-type-2 .color {
  color: #2269f8;
}
#content .txt.color-white {
  color: #ffffff;
}
#content .btn {
  display: inline-block;
  position: relative;
  background: #091fff;
  color: #ffffff;
  text-align: center;
  transition: background 0.2s;
}
#content .btn > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
#content .btn .ico-arrow {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../images/btn_arrow_01.png) 0 0 no-repeat;
  background-size: 6px auto;
}
#content .btn.btn-type-1 {
  height: 38px;
  padding: 0 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
}
#content .btn.btn-type-1 .ico-arrow {
  margin-left: 10px;
}
#content .btn.btn-type-2 {
  height: 58px;
  padding: 0 30px;
  border: 1px solid #21242f;
  border-radius: 100px;
  background: none;
  font-size: 18px;
  color: #21242f;
  line-height: 21px;
  font-weight: 500;
}
#content .btn.btn-type-2 .ico-mark {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 16px;
}
#content .btn.btn-type-2 .ico-mark > img {
  width: 100%;
}
#content .content-inner {
  padding: 100px 20px;
}
#content .content-01 {
  height: 100vh;
  background-image: url(../images/bg_content_01_m.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#content .content-01 .content-inner {
  padding-top: 142px;
  padding-bottom: 0;
}
#content .content-01 .txt-1 {
  position: relative;
  font-size: 18px;
  color: #2269f8;
  line-height: 25px;
  font-weight: 600;
}
#content .content-01 .txt-2 {
  position: relative;
  margin-top: 12px;
  font-size: 32px;
  color: #21242f;
  line-height: 44px;
  font-weight: 700;
}
#content .content-01 .btn-type-1 {
  margin-top: 40px;
}
#content .content-02 {
  overflow: hidden;
  padding: 100px 0;
  background: #ecf1f9;
}
#content .content-02 .brand-list-box {
  overflow: visible;
  position: relative;
}
@-webkit-keyframes marquee {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  100% {
    transform: translateX(-100%);
  }
}
#content .content-02 .brand-list-box .box-inner {
  display: flex;
  padding-left: 20px;
}
#content .content-02 .brand-list-box .box-inner .brand-list1-1 {
  display: flex;
  margin-top: 50px;
  -webkit-animation: marquee 10s infinite linear;
  animation: marquee 10s infinite linear;
}
#content .content-02 .brand-list-box .box-inner .brand-list1-1 > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-right: 24px;
  border-radius: 12px;
  background: #ffffff;
}
#content .content-02 .brand-list-box .box-inner .brand-list1-1 > li > img {
  width: 84px;
}
#content .content-03 {
  background: #ffffff;
}
#content .content-03 .reason-list-1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
#content .content-03 .reason-list-1 > li {
  overflow: hidden;
  width: 100%;
  padding: 32px 0;
  border-radius: 24px;
  background: #ecf1f9;
}
#content .content-03 .reason-list-1 > li + li {
  margin-top: 24px;
}
#content .content-03 .reason-list-1 > li .thumb-box-1 {
  overflow: hidden;
  text-align: center;
}
#content .content-03 .reason-list-1 > li .thumb-box-1 img {
  width: 140px;
}
#content .content-03 .reason-list-1 > li .txt-box-1 {
  margin-top: 16px;
  text-align: center;
}
#content .content-03 .reason-list-1 > li .txt-box-1 .txt-1 {
  font-size: 24px;
  color: #21242f;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}
#content .content-03 .reason-list-1 > li .txt-box-1 .txt-2 {
  margin-top: 8px;
  font-size: 18px;
  color: #58667d;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
}
#content .content-04 {
  background: #3b3e43;
}
#content .content-04 .storeinterview-list-1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
#content .content-04 .storeinterview-list-1 > li {
  overflow: hidden;
  width: 100%;
  border-radius: 24px;
}
#content .content-04 .storeinterview-list-1 > li + li {
  margin-top: 24px;
}
#content .content-04 .storeinterview-list-1 > li:last-child {
  display: none;
}
#content .content-04 .storeinterview-list-1 > li .thumb-box-1 {
  overflow: hidden;
}
#content .content-04 .storeinterview-list-1 > li .thumb-box-1 img {
  width: 100%;
  transition: 0.35s;
}
#content .content-04 .storeinterview-list-1 > li .thumb-box-1 img:hover {
  transform: scale(1.05);
}
#content .content-04 .storeinterview-list-1 > li .txt-box-1 {
  padding: 30px 32px 32px;
  background: #ffffff;
}
#content .content-04 .storeinterview-list-1 > li .txt-box-1 .txt-1 {
  font-size: 14px;
  color: #7d8996;
  line-height: 18px;
  font-weight: 500;
}
#content .content-04 .storeinterview-list-1 > li .txt-box-1 .txt-2 {
  margin-top: 12px;
  font-size: 24px;
  color: #21242f;
  line-height: 36px;
  font-weight: 700;
}
#content .content-05 {
  background: #ecf1f9;
}
#content .content-05 .txt-type-2 {
  margin-top: 16px;
}
#content .content-05 .btn-box-1 {
  width: 300px;
  margin: 50px auto 0;
  text-align: center;
}
#content .content-05 .btn-box-1 .btn {
  width: 100%;
}
#content .content-05 .btn-box-1 .btn + .btn {
  margin-top: 20px;
}
#content .content-05 .btn-box-1 .btn.call .ico-mark {
  background: url(../images/ico_call.png) 0 0 no-repeat;
  background-size: 26px auto;
}

#footer {
  background: #ffffff;
}
#footer .inner {
  padding: 64px 20px;
}
#footer .footer-logo {
  display: block;
  width: 31px;
  height: 20px;
  background: url(../images/footer_logo.png) no-repeat;
  background-size: 31px auto;
}
#footer .link-box-1 {
  display: flex;
  margin-top: 16px;
}
#footer .link-box-1 > li + li {
  margin-left: 16px;
}
#footer .link-box-1 > li a {
  font-size: 14px;
  color: #7d8996;
  line-height: 21px;
  font-weight: 600;
}
#footer .col-2 {
  margin-top: 32px;
}
#footer .col-2 address {
  font-size: 14px;
  color: #7d8996;
  line-height: 21px;
  font-weight: 400;
}
#footer .col-2 address a[href^=tel] {
  color: #7d8996;
  text-decoration: none;
}
#footer .col-2 .copy {
  margin-top: 16px;
  font-size: 14px;
  color: #7d8996;
  line-height: 21px;
  font-weight: 400;
}

.floating-fixed-btns {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  width: 72px;
}

.btn-floating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 0;
  color: #091fff;
  box-shadow: 0px 4.5px 11.25px 0px rgba(12, 13, 13, 0.1);
}
.btn-floating img {
  width: 42px;
}

@media (min-width: 768px) {
  .br-tab-show {
    display: block;
  }
  .br-tab-hide {
    display: none;
  }
  .header-fix-banner {
    font-size: 16px;
  }
  .header-fix-banner .m-hide {
    display: inline-block;
  }
  #header {
    height: 64px;
    padding: 20px 0;
  }
  #header .logo {
    left: 40px;
    width: 37px;
  }
  #content {
    /* text */
    /* button */
  }
  #content .txt.txt-type-1 {
    font-size: 42px;
    line-height: 59px;
  }
  #content .txt.txt-type-2 {
    font-size: 24px;
    line-height: 36px;
  }
  #content .btn .ico-arrow {
    width: 8px;
    height: 14px;
    background-size: 8px auto;
  }
  #content .btn.btn-type-1 {
    height: 54px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 500;
  }
  #content .btn.btn-type-1 .ico-arrow {
    margin-left: 12px;
  }
  #content .btn.btn-type-2 {
    height: 66px;
    font-size: 20px;
    line-height: 34px;
  }
  #content .content-inner {
    padding: 160px 40px;
  }
  #content .content-01 {
    background-image: url(../images/bg_content_01_tab.png);
    background-position: 54%;
  }
  #content .content-01 .content-inner {
    padding-top: 244px;
  }
  #content .content-01 .txt-1 {
    font-size: 20px;
    line-height: 28px;
  }
  #content .content-01 .txt-2 {
    font-size: 50px;
    line-height: 65px;
  }
  #content .content-01 .btn-type-1 {
    min-width: 189px;
    margin-top: 60px;
  }
  #content .content-02 {
    padding: 160px 0;
  }
  #content .content-02 .brand-list-box .box-inner .brand-list1-1 {
    margin-top: 60px;
  }
  #content .content-02 .brand-list-box .box-inner .brand-list1-1 > li {
    width: 160px;
    height: 160px;
    margin-right: 30px;
    border-radius: 16px;
  }
  #content .content-02 .brand-list-box .box-inner .brand-list1-1 > li > img {
    width: 112px;
  }
  #content .content-03 .reason-list-1 {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    margin-top: 60px;
  }
  #content .content-03 .reason-list-1 > li {
    flex: 0 0 calc(50% - 12px);
  }
  #content .content-03 .reason-list-1 > li + li {
    margin-top: 0;
  }
  #content .content-03 .reason-list-1 > li .txt-box-1 .txt-1 {
    font-size: 28px;
    line-height: 39px;
  }
  #content .content-03 .reason-list-1 > li .txt-box-1 .txt-2 {
    margin-top: 16px;
    font-size: 20px;
    line-height: 28px;
  }
  #content .content-04 .storeinterview-list-1 {
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    margin-top: 60px;
  }
  #content .content-04 .storeinterview-list-1 > li {
    flex: 0 0 calc(50% - 12px);
  }
  #content .content-04 .storeinterview-list-1 > li + li {
    margin-top: 0;
  }
  #content .content-05 .btn-box-1 {
    width: 328px;
    margin-top: 60px;
  }
  #content .content-05 .btn-box-1 .btn {
    flex: 0 0 calc(50% - 15px);
    margin-top: 0;
  }
  #content .content-05 .btn-box-1 .btn + .btn {
    margin-top: 24px;
  }
  #footer .inner {
    padding: 64px 40px;
  }
  #footer .footer-logo {
    width: 34px;
    height: 22px;
    background-size: 34px auto;
  }
  #footer .col-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #footer .col-1 .link-box-1 {
    margin-top: 0;
  }
  #footer .col-1 .link-box-1 > li + li {
    margin-left: 32px;
  }
  .floating-fixed-btns {
    right: 40px;
    bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .br-pc-hide {
    display: none;
  }
  .br-pc-show {
    display: block;
  }
  #header .inner {
    position: relative;
    width: 1400px;
    height: 100%;
    padding: 0 100px;
    margin: 0 auto;
  }
  #header .logo {
    top: 0;
    left: 100px;
  }
  #content {
    /* text */
  }
  #content .txt.txt-type-1 {
    font-size: 48px;
    line-height: 67px;
  }
  #content .btn.btn-type-2 {
    height: 88px;
    font-size: 24px;
    line-height: 36px;
  }
  #content .content-inner {
    width: 1400px;
    padding: 160px 100px;
    margin: 0 auto;
  }
  #content .content-01 {
    background-position: center center;
  }
  #content .content-01 .txt-2 {
    font-size: 60px;
    line-height: 78px;
  }
  #content .content-02 .brand-list-box .box-inner .brand-list1-1 {
    margin-top: 80px;
  }
  #content .content-03 .reason-list-1 {
    gap: 30px;
    margin-top: 80px;
  }
  #content .content-03 .reason-list-1 > li {
    flex: 0 0 calc(50% - 15px);
    padding: 38px 0;
  }
  #content .content-03 .reason-list-1 > li .txt-box-1 .txt-1 {
    font-size: 32px;
    line-height: 45px;
  }
  #content .content-04 .storeinterview-list-1 {
    gap: 30px;
    margin-top: 80px;
  }
  #content .content-04 .storeinterview-list-1 > li {
    flex: 1;
  }
  #content .content-04 .storeinterview-list-1 > li:last-child {
    display: block;
  }
  #content .content-04 .storeinterview-list-1 > li .txt-box-1 {
    padding: 34px 38px 38px;
  }
  #content .content-04 .storeinterview-list-1 > li .txt-box-1 .txt-1 {
    font-size: 18px;
    line-height: 27px;
  }
  #content .content-04 .storeinterview-list-1 > li .txt-box-1 .txt-2 {
    margin-top: 16px;
  }
  #content .content-05 .btn-box-1 {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    margin-top: 80px;
  }
  #content .content-05 .btn-box-1 .btn {
    flex: 1;
  }
  #content .content-05 .btn-box-1 .btn + .btn {
    margin-top: 0;
  }
  #content .content-05 .btn-box-1 .btn.call .ico-mark {
    width: 36px;
    height: 36px;
    background: url(../images/ico_call.png) 0 0 no-repeat;
    background-size: 38px auto;
  }
  #footer .inner {
    position: relative;
    width: 1400px;
    height: 100%;
    padding: 64px 100px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=common.css.map */
