@charset "utf-8";

/* webfont */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'IBMPlexSansKR-Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'IBMPlexSansKR-SemiBold';
  src: url('/resources/newTbex/font/IBMPlexSansKR-SemiBold.eot');
  src: url('/resources/newTbex/font/IBMPlexSansKR-SemiBold.eot') format('embedded-opentype'),
       url('/resources/newTbex/font/IBMPlexSansKR-SemiBold.ttf') format('truetype'),
       url('/resources/newTbex/font/IBMPlexSansKR-SemiBold.woff') format('woff'),
       url('/resources/newTbex/font/IBMPlexSansKR-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Audiowide-Regular';
  src: url('/resources/newTbex/font/Audiowide-Regular.eot');
  src: url('/resources/newTbex/font/Audiowide-Regular.eot?#iefix') format('embedded-opentype'),
       url('/resources/newTbex/font/Audiowide-Regular.svg#Audiowide-Regular') format('svg'),
       url('/resources/newTbex/font/Audiowide-Regular.ttf') format('truetype'),
       url('/resources/newTbex/font/Audiowide-Regular.woff') format('woff'),
       url('/resources/newTbex/font/Audiowide-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address, caption, em, cite {
  font-weight:normal;
  font-style:normal;
}
table caption {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #000;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  display: none;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}
input:focus {
  outline: none;
}
select:focus {
  outline: none;
}
textarea {
  -webkit-appearance: none;
}
textarea:focus {
  outline: none;
}
* {
  box-sizing: border-box;
  word-break: keep-all;
}

/* TBEX style */
html, body {
  height: 100%;
}
html {
  font-size: 10px;
}
body {
  overflow-y: auto;
  overflow-x: hidden;
  color: #000;
  font-family: "IBM Plex Sans KR", "IBMPlexSansKR-Regular", "Noto Sans KR", 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  font-size: 1.6rem;
  letter-spacing: -0.3px;
  visibility: hidden;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-out 0.3s forwards;
  animation: fadeIn 1s ease-out 0.3s forwards;
}
body.not_scroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* position */
.por {
  position: relative;
}
/* margin */
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px !important;
}
.mt60 {
  margin-top: 60px;
}
.mt100 {
  margin-top: 100px;
}
/* font, text */
.en {
  font-family: 'Audiowide-Regular';
}
.IBM_sb {
  font-family: 'IBMPlexSansKR-SemiBold';
}
.IBM_regu {
  font-family: 'IBMPlexSansKR-Regular';
}
.desc_style01 {
  font-family: 'IBMPlexSansKR-SemiBold';
  font-size: 1.8rem;
  line-height: 1.8;
}
.desc_style02 {
  font-size: 1.6rem;
  line-height: 1.8;
}
.tac {
  text-align: center;
}
/* font color */ 
.red {
  color: #C90016;
}
.white {
  color: #fff;
}
.clr_black {
  color: #000 !important;
}
/* button row */
.btn_row_center {
  margin-top: 78px;
  text-align: center;
}
/* button */
button {
  color: #000;
  font-size: 1.6rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_more {
  position: relative;
  padding: 0 68px 8px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: left;
}
.btn_more:hover {
  padding-right: 80px;
}
.btn_more:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 18px;
  height: 18px;
  background: url(/resources/newTbex/images/main/ico_arrow.png) no-repeat left top/cover;
}
.btn_more_black {
  position: relative;
  padding: 0 68px 8px 0;
  border-bottom: 1px solid #000;
  color: #000;
  text-align: left;
}
.btn_more_black:hover {
  padding-right: 80px;
}
.btn_more_black:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 18px;
  height: 18px;
  background: url(/resources/newTbex/images/main/ico_arrow_black.png) no-repeat left top/cover;
}
.btn_square {
  position: relative;
  width: 100%;
  height: 45px;
  margin-top: 10px;
  padding-left: 20px;
  border: 1px solid #fff;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
}
.btn_square:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
}
.btn_apply:after {
  background: url(/resources/newTbex/images/main/ico_link.png) no-repeat left top/cover;
}
.btn_down:after {
  background: url(/resources/newTbex/images/main/ico_down.png) no-repeat left top/cover;
}
.btn_square02 {
  position: relative;
  height: 60px;
  padding: 0 86px 0 40px;
  border: 1px solid #000;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 2rem;
  text-align: left;
}
.btn_square02:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 40px;
  width: 22px;
  height: 22px;
  background: url(/resources/newTbex/images/main/ico_arrow_black.png) no-repeat left top/cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_square02:hover {
  background-color: #000;
  color: #fff;
}
.btn_square02:hover:after {
  right: 25px;
  background: url(/resources/newTbex/images/main/ico_arrow.png) no-repeat left top/cover;
}
.btn_black {
  position: relative;
  height: 60px;
  padding: 0 80px;
  background-color: #000;
  border-top-right-radius: 10px;
  color: #fff;
  font-size: 2rem;
  z-index: 2;
  overflow: hidden;
}
.btn_black:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #BF1F36;
  border-top-right-radius: 10px;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_black:hover:after {
  width: 100%;
}
.btn_trans {
  position: relative;
  height: 40px;
  padding: 0 42px 0 0;
  color: #fff;
  font-size: 1.6rem;
}
.btn_trans:before {
  content: '';
  position: absolute;
  top: 13px;
  right: 16px;
  width: 15px;
  height: 15px;
  background: url(/resources/newTbex/images/main/ico_arrow.png) no-repeat left top/cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_trans:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_trans:hover:before {
  right: 4px;
}
.btn_trans:hover:after {
  width: 100%;
}
/* fade up animation */
.fade_up {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fade_up.active {
  top: 0;
  opacity: 1;
}
/* fade right animation */
.fade_right {
  position: relative;
  left: -50px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(.7,.04,.61,1.02);
  transition: all 0.4s cubic-bezier(.7,.04,.61,1.02);
}
.fade_right.active {
  left: 0;
  opacity: 1;
}
/* fade right animation */
.fade_left {
  position: relative;
  right: -50px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(.7,.04,.61,1.02) 0.4s;
  transition: all 0.4s cubic-bezier(.7,.04,.61,1.02) 0.4s;
}
.fade_left.active {
  right: 0;
  opacity: 1;
}
/* animation */
@-webkit-keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }  
}
@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }   
}

@-webkit-keyframes moveUp {
  0% {
    top: 30px;
  }
  100% {
    top: 0;
    opacity: 1;
  }  
}
@keyframes moveUp {
  0% {
    top: 30px;
  }
  100% {
    top: 0;
    opacity: 1;
  }  
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.br_mob {
  display: none;
}

/* scroll */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track { 
  background-color:#e6e6e6; 
}
::-webkit-scrollbar-thumb { 
  background-color: #C4C9CB;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 132px;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header.up {
  top: -70px;
}
.header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 750px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header.visible:before {
  height: 750px;
  background-color: #000;
  visibility: visible;
  opacity: 1;
}
.header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 132px;
  background-color: #000;
  border-bottom: 1px solid #707070;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header_wrap {
  position: relative;
}
.hd_inner {
  position: relative;
  width: 100%;
  height: 132px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px 20px 0;
}
.hd_inner:after {
  content: '';
  position: absolute;
  top: 500px;
  right: 87px;
  width: 412px;
  height: 189px;
  background: url(/resources/newTbex/images/main/img_smile2.png) no-repeat left top/cover;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header.visible .hd_inner:after {
  visibility: visible;
  opacity: 1;
}
.logo {
  position: relative;
  font-size: 0;
  text-align: center;
  z-index: 10;
}
.logo a {
  display: inline-block;
  width: 161px;
  height: 38px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  background: url(/resources/newTbex/images/main/logo.png) no-repeat left top/cover;
  font-size: 0;
}
.gnb_wrap {
  position: relative;
  margin-top: 20px;
  padding: 0 50px;
  z-index: 10;
}
.gnb_wrap .gnb {
  display: flex;
  justify-content: space-between;
}
.gnb_wrap .gnb>li {
  position: relative;
}
.gnb_wrap .gnb a {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
}
.gnb_wrap .depth1 {
  font-size: 1.8rem;
}
.gnb_wrap .depth1_store {
  position: relative;
}
.gnb_wrap .depth1_store:after {
  content: '';
  position: absolute;
  top: 2px;
  right: -29px;
  width: 20px;
  height: 20px;
  background: url(/resources/newTbex/images/main/ico_link.png) no-repeat left top/cover;
}
.gnb_wrap .depth2 {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.header.visible .gnb_wrap .depth2 {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gnb_wrap .depth2>li {
  margin-bottom: 20px;
}
.gnb_wrap .gnb a.depth2_item {
  position: relative;
  padding-left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gnb_wrap .gnb a.depth2_item:hover {
  padding-left: 30px;
}
.gnb_wrap .depth2_item:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -20px;
  width: 0;
  height: 15px;
  background: url(/resources/newTbex/images/main/ico_arrow3.png) no-repeat left top/cover;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gnb_wrap .gnb a.depth2_item:hover:before {
  left: 0;
  width: 20px;
  opacity: 1;
}
.gnb_wrap .depth2_item:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gnb_wrap .depth2_item.depth_style01 {
  width: 182px;
}
.gnb_wrap .depth2_item.depth_style02 {
  width: 196px;
}
.gnb_wrap .depth3 {
  margin-top: 10px;
  padding-left: 30px;
}
.gnb_wrap .depth3 a {
  color: #7B7B7B;
}
.gnb_wrap .depth3>li {
  margin-bottom: 10px;
}
.gnb_wrap .depth3>li a:hover {
  color: #fff;
}
.gnb_wrap_m {
  display: none;
}
.whiteHead .header:after {
  background-color: #fff;
  border-bottom: none;
}
.whiteHead .logo a {
  background: url(/resources/newTbex/images/main/tbex_black2.png) no-repeat left top/cover;
}
.whiteHead .gnb_wrap .gnb a.depth1  {
  color: #000;
}
.whiteHead .header.visible:after {
  background-color: #000;
}
.whiteHead .header.visible .logo a {
  background: url(/resources/newTbex/images/main/logo.png) no-repeat left top/cover;
}
.whiteHead .header.visible .gnb_wrap .gnb a.depth1 {
  color: #fff;
}
.whiteHead .gnb_wrap .depth1_store:after {
  background-image: url(/resources/newTbex/images/main/ico_link_black.png);
}
.whiteHead .header.visible .gnb_wrap .depth1_store:after {
  background-image: url(/resources/newTbex/images/main/ico_link.png);
}
.hd_sns,
.hd_copy {
  display: none;
}
/* footer */
.footer {
  background-color: #000;
  color: #fff;
}
.ft_inner {
  display: flex;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  border-left: 1px solid #919191;
  border-right: 1px solid #919191;
}
.ft_inner>div:nth-child(1) {
  width: 50%;
  padding: 52px 45px 48px 25px;
  border-right: 1px solid #919191;
}
.ft_inner>div:nth-child(2) {
  width: 25%;
  padding: 123px 45px 48px 45px;
  border-right: 1px solid #919191;
}
.ft_inner>div:nth-child(3) {
  width: 25%;
  padding: 123px 45px 48px 45px;
}
.ft_logo {
  width: 134px;
  height: 31px;
  background: url(/resources/newTbex/images/main/logo.png) no-repeat left top/cover;
  font-size: 0;
}
.cs {
  margin-top: 40px;
  line-height: 1.7;
}
.cs>p:nth-child(2) {
  font-size: 2rem;
}
.cs>p:nth-child(3) {
  font-size: 1.4rem;
}
.bar {
  margin: 0 5px;
}
.address {
  margin-top: 58px;
  color: #777;
  font-size: 1.4rem;
  line-height: 1.7;
}
.address>p:nth-child(1) {
  font-size: 1.6;
  font-weight: 600;
}
.ft_tit {
  display: inline-block;
  width: 74px;
  font-weight: 600;
}
.ft_tit02 {
  margin-bottom: 10px;
  color: #747474;
}
.ft_tit_sns {
  margin-top: 30px;
}
.footer a {
  color: #fff;
}
.sns_list_flex {
  display: flex;
  flex-wrap: wrap;
}
.sns_list_flex>a {
  display: inline-block;
}
.sns_list_flex>a:nth-child(odd) {
  width: 58%;
}
.sns_link {
  position: relative;
  height: 27px;
  margin-top: 16px;
  padding: 8px 0 0 40px;
  font-size: 1.2rem;
}
.sns_link:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28.5px;
  height: 27px;
}
.sns_store:after {
  background: url(/resources/newTbex/images/main/ico_store.png) no-repeat left top/cover;
}
.sns_insta:after {
  background: url(/resources/newTbex/images/main/ico_insta.png) no-repeat left top/cover;
}
.sns_cafe:after {
  background: url(/resources/newTbex/images/main/ico_cafe.png) no-repeat left top/cover;
}
.sns_kakao:after {
  background: url(/resources/newTbex/images/main/ico_kakao.png) no-repeat left top/cover;
}
.sns_youtube:after {
  background: url(/resources/newTbex/images/main/ico_youtube.png) no-repeat left top/cover;
}
.copy_wrap {
  border-top: 1px solid #919191;
}
.copy_inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px 20px;  
  color: #777;
  font-size: 1.4rem;
}
.logo_tbtech {
  width: 150px;
  height: 28px;
  margin-right: 70px;
  background: url(/resources/newTbex/images/main/logo_tbtech.png) no-repeat left top/cover;
}
/* cursor */
.cursor {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 500px;
  background-color: hsla(0,0%,100%,.01);
  opacity: 0;
  border-radius: 50%;
  z-index: 500;
  pointer-events: none;  
  -webkit-backdrop-filter: invert(100%);
  backdrop-filter: invert(100%);
  opacity: 0;
  -webkit-transition: top 0.05s, left 0.05s, width 0.2s, height 0.2s, opacity 0.1s;
  transition: top 0.05s, left 0.05s, width 0.2s, height 0.2s, opacity 0.1s;
}
.cursor.size {
  width: 34px;
  height: 34px;
}
.cursor.active {
  opacity: 1;
}
/* main page */
/* section1 */
.index_main {
  overflow-x: hidden;
  background-color: #000;
}
.sec01 {
  position: relative;
  width: 100%;
  height: calc(100vh - 132px);
  color: #fff;
}
.inner {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;  
}
.video_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 132px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.video_wrap .main_video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main_logo span {
  display: inline-block;
  position: relative;
}
.main_logo span img {
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-animation: mainLogoScale 1s 2s cubic-bezier(0,-0.77,.99,1.72) forwards;
  animation: mainLogoScale 1s 2s cubic-bezier(0,-0.77,.99,1.72) forwards;
}
@keyframes mainLogoScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* section2 */
.sec02 {
  position: relative;
  padding-top: 620px;
  overflow-x: hidden;
  text-align: center;
}
.sec02:before {
  content: '';
  position: absolute;
  top: 160px;
  left: 50%;
  width: 1198px;
  height: 662px;
  background: url(/resources/newTbex/images/main/bg_sec2.png) no-repeat center top/cover;
  opacity: 0;
  -webkit-transform: translateX(-65%);
  -ms-transform: translateX(-65%);
  transform: translateX(-65%);
  -webkit-transition: all 1.2s 0.4s;
  transition: all 1.2s 0.4s;
}
.sec02.visible:before {
  opacity: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec02 .inner {
  padding-bottom: 200px;
}
.h3_sec02 {
  margin-top: 100px;
}
.h3_sec02 img {
  width: 54.2968%;
}
.lab_desc01 {
  width: 506px;
  margin: 100px auto 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.7;
}
.flow_txt {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 5234px;
  margin-top: 340px;
  color: #868686; 
  font-size: 10rem;
  font-weight: 500;
  -webkit-text-stroke: 0.7px #868686;
  -webkit-text-fill-color: transparent;
}
.flow_txt p {
  white-space: nowrap;
}
.flow_txt01 {
  width: 2617px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: flowingText 80s -80s linear infinite;
  animation: flowingText 80s -80s linear infinite;
}
.flow_txt02 {
  width: 2617px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: flowingText2 80s -40s linear infinite;
  animation: flowingText2 80s -40s linear infinite;
}

@-webkit-keyframes flowingText {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes flowingText {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flowingText2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes flowingText2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
/* section3 */
.sec03 {
  position: relative;
  overflow-x: hidden;
  background: url(/resources/newTbex/images/main/bg_sec3.jpg) no-repeat center center/cover;
}
.sec03_band {
  padding-bottom: 340px;
  background: url(/resources/newTbex/images/main/bg_band.png) no-repeat center bottom;
}
.sec04_bor {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 100px solid #fff;
}
.sec03 .inner {
  padding-top: 200px;
}
.sec03_tit {
  text-align: center;
}
.sec03_tit img {
  width: 671px;
}
.sv_desc {
  position: relative;
  margin-top: 80px;
  font-size: 13rem;
}
.sv_desc:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -86px;
  bottom: -108px;
  width: 420px;
  height: 139px;
  background: url(/resources/newTbex/images/main/img_smile.png) no-repeat left top/cover;
}
.services {
  margin-top: 130px;
}
.sv_row {
  position: relative;
}
.sv_row_L {
  text-align: right;
}
.sv_row01 {
  padding: 205px 0 205px 49.2187%;
}
.sv_img {
  position: absolute;
  background: none !important;
  z-index: 10;
}
.sv_img01 {
  top: 0;
  left: 40px;
  width: 45.2343%;
  height: 0;
  padding-top: 35.625%;
  background: url(/resources/newTbex/images/main/service1.png) no-repeat left top/cover;
}
.sv_img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.sv_img01 .sv_img_box {
  background: url(/resources/newTbex/images/main/service1_over.png) no-repeat left top/cover;  
}
.sv_img:hover .sv_img_box {
  opacity: 1;
}
.sv_row01:before {
  content: '';
  position: absolute;
  top: 70px;
  left: 41.6406%;
  width: 149px;
  height: 154px;
  background: url(/resources/newTbex/images/main/ico_arrow_r.png) no-repeat left top/cover;
}
.sv_row_L .sv_desc_area {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
.sv_row.sv_row04:before {
  opacity: 0;
  -webkit-transform: scaleX(-1) translateX(-40px);
  -ms-transform: scaleX(-1) translateX(-40px);
  transform: scaleX(-1) translateX(-40px);
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
}
.sv_row.sv_row10:before {
  opacity: 0;
  -webkit-transform: rotate(169deg) translateX(-40px);
  -ms-transform: rotate(169deg) translateX(-40px);
  transform: rotate(169deg) translateX(-40px);
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
}
.sv_row02 {
  margin-top: -60px;
  padding: 170px 43.8281% 166px 0;
}
.sv_img02 {
  top: 0;
  right: 0;
  width: 39.1406%;
  height: 0;
  padding-top: 30.7812%;
  background: url(/resources/newTbex/images/main/service2.png) no-repeat left top/cover;  
}
.sv_img02 .sv_img_box {
  background: url(/resources/newTbex/images/main/service2_over.png) no-repeat left top/cover;  
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.sv_img02:hover .sv_img_box {
  opacity: 1;
}
.sv_row02:before {
  content: '';
  position: absolute;
  top: 34px;
  right: 35.0781%;
  width: 191px;
  height: 189px;
  background: url(/resources/newTbex/images/main/ico_arrow_l.png) no-repeat left top/cover;
}
.sv_row02:after {
  content: '';
  position: absolute;
  top: -63px;
  right: -353px;
  width: 440px;
  height: 329px;
  background: url(/resources/newTbex/images/main/img_txt_wave.png) no-repeat left top/cover;
}
.sv_row03 {
  margin-top: -50px;
  padding: 184px 0 184px 53.125%;
}
.sv_img03 {
  top: 0;
  left: 140px;
  width: 40.8593%;
  height: 0;
  padding-top: 31.875%;
  background: url(/resources/newTbex/images/main/service3.png) no-repeat left top/cover;  
}
.sv_img03 .sv_img_box {
  background: url(/resources/newTbex/images/main/service3_over.png) no-repeat left top/cover;  
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sv_img03:hover .sv_img_box {
  opacity: 1;
}
.sv_row>a:hover .sv_img03 {
  background: url(/resources/newTbex/images/main/service3_over.png) no-repeat left top/cover;
}
.sv_row03:before {
  content: '';
  position: absolute;
  top: 102px;
  left: 47.1875%;
  width: 160px;
  height: 60px;
  background: url(/resources/newTbex/images/main/ico_arrow2.png) no-repeat left top/cover;
}
.tbex_ver {
  position: absolute;
  top: 98px;
  left: -21px;
  font-size: 1.5rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tbex_ver img {
  width: 47px;
}
.sv_row04 {
  margin-top: -110px;
  padding: 280px 45.3125% 166px 0;
}
.sv_img04 {
  top: 0;
  right: 0;
  width: 42.5781%;
  height: 0;
  padding-top: 39.375%;
  background: url(/resources/newTbex/images/main/service4.png) no-repeat left top/cover;  
}
.sv_img04 .sv_img_box {
  background: url(/resources/newTbex/images/main/service4_over.png) no-repeat left top/cover;  
}
.sv_img04:hover .sv_img_box {
  opacity: 1;
}
.sv_row04:before {
  content: '';
  position: absolute;
  top: 191px;
  right: 36.9531%;
  width: 160px;
  height: 60px;
  background: url(/resources/newTbex/images/main/ico_arrow2.png) no-repeat left top/cover;
}
.tbex_ver02 {
  position: absolute;
  bottom: 0;
  right: -71px;
  font-size: 1.5rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tbex_ver02 img {
  width: 47px;
}
.sv_row05 {
  margin-top: -100px;
  padding: 300px 0 164px 53.125%;
}
.sv_img05 {
  top: 0;
  left: 120px;
  width: 43.125%;
  height: 0;
  padding-top: 39.2187%;
  background: url(/resources/newTbex/images/main/service5.png) no-repeat left top/cover;  
}
.sv_img05 .sv_img_box {
  background: url(/resources/newTbex/images/main/service5_over.png) no-repeat left top/cover;  
}
.sv_img05:hover .sv_img_box {
  opacity: 1;
}
.sv_row05:before {
  content: '';
  position: absolute;
  top: 165px;
  left: 47.1875%;
  width: 149px;
  height: 154px;
  background: url(/resources/newTbex/images/main/ico_arrow_r.png) no-repeat left top/cover;
}
.sv_row05:after {
  content: '';
  position: absolute;
  top: 108px;
  left: -269px;
  width: 440px;
  height: 329px;
  background: url(/resources/newTbex/images/main/img_txt_wave.png) no-repeat left top/cover;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.sv_row_multi {
  position: relative;
  height: 1000px;
}
.sv_row_multi .tbex_ver {
  top: 580px;
}
.sv_img06 {
  top: 0;
  left: 90px;
  width: 33.125%;
  height: 0;
  padding-top: 46.7187%;
  background: url(/resources/newTbex/images/main/service6.png) no-repeat left top/cover;  
}
.sv_img06 .sv_img_box {
  background: url(/resources/newTbex/images/main/service6_over.png) no-repeat left top/cover;  
}
.sv_img06:hover .sv_img_box {
  opacity: 1;
}
.sv_txt06:before {
  content: '';
  position: absolute;
  top: -28px;
  left: -170px;
  width: 149px;
  height: 154px;
  background: url(/resources/newTbex/images/main/ico_arrow_r.png) no-repeat left top/cover;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sv_txt06 {
  position: absolute;
  top: 92px;
  left: 44.5312%;
}
.sv_img07 {
  top: 38.2968%;
  left: 34.1406%;
  width: 36.7968%;
  height: 0;
  padding-top: 33.2031%;
  background: url(/resources/newTbex/images/main/service7.png) no-repeat left top/cover;   
}
.sv_img07 .sv_img_box {
  background: url(/resources/newTbex/images/main/service7_over.png) no-repeat left top/cover;  
}
.sv_img07:hover .sv_img_box {
  opacity: 1;
}
.sv_txt07 {
  position: absolute;
  top: 88%;
  left: 48.4375%;
}
.sv_txt07:before {
  content: '';
  position: absolute;
  top: -78px;
  left: -153px;
  width: 160px;
  height: 60px;
  background: url(/resources/newTbex/images/main/ico_arrow2.png) no-repeat left top/cover;
  -webkit-transform: scaleX(-1) rotate(108deg);
  -ms-transform: scaleX(-1) rotate(108deg);
  transform: scaleX(-1) rotate(108deg);
}
.sv_img08 {
  top: 24.75%;
  right: -24px;
  width: 34.375%;
  height: 0;
  padding-top: 48.3593%;
  background: url(/resources/newTbex/images/main/service8.png) no-repeat left top/cover;   
}
.sv_img08 .sv_img_box {
  background: url(/resources/newTbex/images/main/service8_over.png) no-repeat left top/cover;  
}
.sv_img08:hover .sv_img_box {
  opacity: 1;
}
.sv_txt08 {
  position: absolute;
  top: 197px;
  right: 122px;
  text-align: right;
}
.sv_txt08:before {
  content: '';
  position: absolute;
  top: 16px;
  right: -144px;
  width: 149px;
  height: 154px;
  background: url(/resources/newTbex/images/main/ico_arrow_l.png) no-repeat left top/cover;
  -webkit-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  transform: rotate(75deg);
}
.sv_row09 {
  padding: 257px 0 140px 41.4062%;
}
.sv_row09 .tbex_ver02 {
  top: 240px;
  bottom: auto;
}
.sv_img09 {
  top: 0;
  left: 0;
  width: 38.75%;
  height: 0;
  padding-top: 35.0781%;
  background: url(/resources/newTbex/images/main/service9.png) no-repeat left top/cover;  
}
.sv_img09 .sv_img_box {
  background: url(/resources/newTbex/images/main/service9_over.png) no-repeat left top/cover;  
}
.sv_img09:hover .sv_img_box {
  opacity: 1;
}
.sv_row>a:hover .sv_img09 {
  background: url(/resources/newTbex/images/main/service9_over.png) no-repeat left top/cover;  
}
.sv_row09:before {
  content: '';
  position: absolute;
  top: 174px;
  left: 32.9687%;
  width: 160px;
  height: 60px;
  background: url(/resources/newTbex/images/main/ico_arrow2.png) no-repeat left top/cover;
}
.sv_row10 {
  margin-top: -20px;
  padding: 218px 57.8125% 245px 0;
}
.sv_row10:before {
  content: '';
  position: absolute;
  top: 276px;
  right: 50.8593%;
  width: 149px;
  height: 154px;
  background: url(/resources/newTbex/images/main/ico_arrow_r.png) no-repeat left top/cover;
  -webkit-transform: rotate(169deg);
  -ms-transform: rotate(169deg);
  transform: rotate(169deg);
}
.sv_row10:after {
  content: '';
  position: absolute;
  top: 158px;
  left: -469px;
  width: 440px;
  height: 329px;
  background: url(/resources/newTbex/images/main/img_txt_wave.png) no-repeat left top/cover;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sv_img10 {
  top: 0;
  right: 90px;
  width: 48.2031%;
  height: 0;
  padding-top: 44.2187%;
  background: url(/resources/newTbex/images/main/service10.png) no-repeat left top/cover;  
}
.sv_img10 .sv_img_box {
  background: url(/resources/newTbex/images/main/service10_over.png) no-repeat left top/cover;  
}
.sv_img10:hover .sv_img_box {
  opacity: 1;
}
.sv_img10:after {
  content: '';
  position: absolute;
  bottom: -87px;
  left: -326px;
  width: 579px;
  height: 257px;
  background: url(/resources/newTbex/images/main/img_sticker.png) no-repeat left top/cover;
}
.sv_img10:before {
  content: '';
  position: absolute;
  bottom: -106px;
  right: -182px;
  width: 286px;
  height: 271px;
  background: url(/resources/newTbex/images/main/img_sticker2.png) no-repeat left top/cover;
  z-index: 20;
}
.sv_nm {
  display: inline-block;
  position: relative;
  font-size: 2.6rem;
  font-weight: 600;
}
.sv_desc02 {
  margin-top: 14px;
  font-size: 1.8rem;
  line-height: 1.4;
}
/* section4 */
.sec04 {
  position: relative;
  padding: 200px 0 300px;
  color: #fff;
  overflow-x: hidden;
  text-align: center;
  z-index: 1;
}
.sec04:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/resources/newTbex/images/main/bg_sec4.jpg) no-repeat center center/cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.h3_sec04 img {
  width: 500px;
}
.street_desc {
  width: 470px;
  margin: 100px auto 0;
  font-size: 2rem;
  line-height: 1.6
}
.flow_txt.flow_txt_stre {
  width: 5160px;
}
.flow_txt_stre .flow_txt01,
.flow_txt_stre .flow_txt02 {
  width: 2580px;
}
/* section5 */
.sec05 {
  padding: 240px 0;
  overflow-x: hidden;
  background-color: #ffffff;
}
.lab_row {
  position: relative;
  padding-bottom: 50px;
}
.lab_row:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 56.25%;
  height: 370px;
  background: url(/resources/newTbex/images/main/carstyle1.jpg) no-repeat center center/cover;
}
.lab_tbex img {
  width: 203px;
}
.lab_tit {
  margin-top: 26px;
  font-family: 'IBMPlexSansKR-SemiBold';
  font-size: 6rem;
}
.lab_desc {
  width: 480px;
  margin-top: 35px;
  padding-left: 120px;
  font-size: 2rem;
  line-height: 1.5;
}
.lab_btn_row {
  width: 358px;
  margin-top: 60px;
  text-align: center;
}
.lab_row02 {
  position: relative;
  margin-top: 200px;
  height: 540px;
  background-color: #fff;
}
.bg_lab_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 48.4375%;
  height: 370px;
  background: url(/resources/newTbex/images/main/carstyle2.jpg) no-repeat right top/cover;
}
.lab_row2_desc {
  position: absolute;
  top: 200px;
  left: 43%;
  width: 100%;
  padding-top: 167px;
}
.h3_sec05 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 138px;
}
.h3_sec05 .lab_tit {
  position: absolute;
  top: 74px;
  left: 0;
  margin-top: 0;
  color: #fff;
  mix-blend-mode: difference;
}
.blend_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 203px;
  mix-blend-mode: difference;
}
.lab_row2_desc .lab_desc {
  margin-top: 0;
}
.btn_top {
  position: fixed;
  bottom: 10px;
  right: 50px;
  width: 70px;
  height: 70px;
  padding-top: 42px;
  background-color: #1D1D1B;
  border: 1px solid #1D1D1B;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15PX;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  z-index: 50;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.btn_top.visible {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
}
.btn_top:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 50%;
  width: 18px;
  height: 18px;
  background: url(/resources/newTbex/images/main/ico_arrow.png) no-repeat left top/cover;
  -webkit-transform: translateX(-52%) rotate(-90deg);
  -ms-transform: translateX(-52%) rotate(-90deg);
  transform: translateX(-52%) rotate(-90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* modal */
.wrap_modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  padding-top: 120px;
  background-color:rgba(0,0,0,0.4);
  z-index: 200;        
}
.cont_modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 620px;
  margin: 0 auto;
  background-color: #fff;   
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hd_modal {
  position: relative;
  height: 72px;
  padding: 20px 20px 0;
  background-color: #000;
  font-size: 2rem;
  font-weight: 500;
}
.btn_close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  border-left: 1px solid #919191;
  cursor: pointer;
}
.btn_close:before, 
.btn_close:after {
  content: ' ';
  position: absolute;
  top: 22px;
  left: 35px;
  height: 30px;
  width: 2px;
  background-color: #fff;
}
.btn_close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bd_modal {
  padding: 60px 50px;
  text-align: center;
}
.tit_modal {
  font-family: 'IBMPlexSansKR-SemiBold';
  font-size: 3.6rem;
}
.desc_modal {
  margin-top: 35px;
  font-size: 1.8rem;
  line-height: 1.7;
}
.modal_btn_row {
  margin-top: 45px;
}
.modal_btn_row button {
  font-size: 1.8rem;
}
.btn_cafe span {
  position: relative;
  padding-left: 90px;
}
.btn_cafe span:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 80px;
  height: 19px;
  background: url(/resources/newTbex/images/main/tbex_black.png) no-repeat left top;
  background-size: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_cafe:hover span:after {
  background-image: url(/resources/newTbex/images/main/tbex_white.png);
}
.btn_email.btn_square02 {
  width: 407px;
  margin-top: 12px;
  padding: 0 0 0 30px;
}
.btn_email.btn_square02:after {
  display: none;
}
.btn_email span {
  position: relative;
  padding-left: 50px;
}
.btn_email span:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 32px;
  height: 20px;
  background: url(/resources/newTbex/images/main/ico_mail.png) no-repeat left top;
  background-size: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_email:hover span:after {
  background-image: url(/resources/newTbex/images/main/ico_mail_white.png);
}
.btn_insta.btn_square02 {
  width: 407px;
  margin-top: 12px;
  padding: 0 0 0 30px;
}
.btn_insta.btn_square02:after {
  display: none;
}
.btn_insta span {
  position: relative;
  padding-left: 44px;
}
.btn_insta span:after {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 28px;
  height: 28px;
  background: url(/resources/newTbex/images/main/ico_insta_black.png) no-repeat center top/cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_insta:hover span:after {
  background-image: url(/resources/newTbex/images/main/ico_insta.png);
}
/* TBEX BRAND */
/* section1 */
.TB_sec01 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.TB_sec01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/resources/newTbex/images/main/bg_TB_sec1.jpg) no-repeat center center/cover;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-animation: scale 1.7s ease-in-out 0.2s forwards;
  animation: scale 1.7s ease-in-out 0.2s forwards;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.TB_sec01 .inner {
  height: 100vh;
}
.main_tit_wrap {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tit_ani {
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-animation: moveUp 0.4s ease-in-out 1.3s forwards;
  animation: moveUp 0.4s ease-in-out 1.3s forwards;
}
.main_txt {
  font-size: 3rem;
}
.main_tit {
  margin-top: 30px;
  padding: 0 50px;
  font-family: 'Audiowide-Regular';
  font-size: 10rem;
  line-height: 1.1;
}
.main_tit img {
  width: 300px;
}
.TB_sec_02 {
  padding-top: 160px;
  background-color: #fff;
}
.h3_TB {
  font-size: 4.2rem;
  line-height: 1.5;
}
.h3_TB span {
  color: #C90016;
  font-family: 'IBMPlexSansKR-SemiBold';
}
.tbex_2column {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.tbex_img_area {
  width: 52%;
  height: 560px;
}
.tbex_desc_area {
  width: 38%;
}
.fadein_up {
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0.8s;
  transition: all 0.4s ease-in-out 0.8s;
}
.tbex_2column.visible .fadein_up {
  top: 0;
  opacity: 1;
}
.tbex_img_area {
  position: relative;
}
.tbex_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 144%;
  height: 560px;
  background: url(/resources/newTbex/images/main/img_tbex.jpg) no-repeat center center/cover;
}
.tbex_img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 1.2s cubic-bezier(.73,.08,.37,.95);
  transition: all 1.2s cubic-bezier(.73,.08,.37,.95);
}
.tbex_2column.visible .tbex_img:after {
  width: 0;
}
.tbex_typo img {
  width: 70%;
}
.tbex_desc_area p {
  margin-top: 28px;
}
.tbex_desc_area p:nth-child(1) {
  margin-top: 10px;
}
.h3_TB02 {
  margin-top: 120px;
}
.tbex_2th {
  position: relative;
  top: 40px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
}
.tbex_2column.visible .tbex_2th {
  top: 0;
  opacity: 1;
}
.tbex_2th .desc_style02:nth-of-type(1) {
  margin-top: 0;
}
.tbex_img02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 144%;
  height: 560px;
  background: url(/resources/newTbex/images/main/img_tbex2.jpg) no-repeat center center/cover;
}
.tbex_img02:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 1.2s cubic-bezier(.73,.08,.37,.95) 0.5s;
  transition: all 1.2s cubic-bezier(.73,.08,.37,.95) 0.5s;
}
.tbex_2column.visible .tbex_img02:after {
  width: 0;
}
/* section3 */
.TB_sec_03 {
  padding-bottom: 200px;
  background-color: #fff;
}
.h3_TB03 {
  margin-top: 220px;
  text-align: center;
}
.h3_TB03 img {
  width: 400px;
}
.h3_TB03 span {
  margin-left: 16px;
  font-size: 9rem;
}
.tbex_desc {
  margin-top: 60px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
}
.visions {
  margin-top: 108px;
}
.visions li {
  margin-top: 26px;
}
.vision_row {
  width: 620px;
  padding-left: 330px;
}
.visions li {
  margin-top: 40px;
}
.visions li:nth-child(even) {
  display: flex;
  justify-content: flex-end;
}
.visions li:nth-child(1) .vision_row {
  background: url(/resources/newTbex/images/main/vision1.png) no-repeat left top;
  background-size: 260px;
}
.visions li:nth-child(2) .vision_row {
  background: url(/resources/newTbex/images/main/vision2.png) no-repeat left top;
  background-size: 260px;
}
.visions li:nth-child(3) .vision_row {
  background: url(/resources/newTbex/images/main/vision3.png) no-repeat left top;
  background-size: 260px;
}
.visions li:nth-child(4) .vision_row {
  padding-bottom: 10px;
  background: url(/resources/newTbex/images/main/vision4.png) no-repeat left top;
  background-size: 260px;
}
.vision_desc02 {
  color: #B2B2B2;
  font-size: 2rem;
  line-height: 1.5;
}
.vision_desc03 {
  margin-top: 10px;
  font-family: 'IBMPlexSansKR-SemiBold';
  font-size: 2.8rem;
}
.vision_desc04 {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 1.67;
}
.h3_TB04 {
  margin-top: 220px;
  font-size: 4.2rem;
  text-align: center;
  line-height: 1.5;
}
.history {
  margin-top: 90px;
}
.year_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.year {
  position: relative;
  left: -50px;
  opacity: 0;
  font-size: 12rem;
  -webkit-transition: all 0.4s cubic-bezier(.7,.04,.61,1.02) 0.1s;
  transition: all 0.4s cubic-bezier(.7,.04,.61,1.02) 0.1s;
}
.year_row.visible .year {
  left: 0;
  opacity: 1;
}
.year_row ul {
  width: 57%;
}
.year_row ul li {
  display: flex;
  justify-content: space-between;
  position: relative;
  right: -50px;
  opacity: 0;
  height: 110px;
  padding-top: 20px;
  border-bottom: 1px solid #000;
}
.year_row.visible ul li:nth-child(1) {
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(.7,.04,.61,1.02) 0.7s;
  transition: all 0.4s cubic-bezier(.7,.04,.61,1.02) 0.7s;
}
.year_row.visible ul li:nth-child(2) {
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(.7,.04,.61,1.02) 1s;
  transition: all 0.4s cubic-bezier(.7,.04,.61,1.02) 1s;
}
.year_row.visible ul li:nth-child(3) {
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(.7,.04,.61,1.02) 1.3s;
  transition: all 0.4s cubic-bezier(.7,.04,.61,1.02) 1.3s;
}
.year_row.visible ul li:nth-child(4) {
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(.7,.04,.61,1.02) 1.6s;
  transition: all 0.4s cubic-bezier(.7,.04,.61,1.02) 1.6s;
}
.year_row.visible ul li:nth-child(5) {
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(.7,.04,.61,1.02) 1.9s;
  transition: all 0.4s cubic-bezier(.7,.04,.61,1.02) 1.9s;
}
.month {
  font-size: 4rem;
}
.month span {
  font-size: 6rem;
}
.his_cont {
  font-size: 2rem;
  text-align: right;
  line-height: 1.8;
}
.line1 .his_cont {
  padding-top: 40px;
}
.tbex_red {
  width: 103px;
  margin-right: 5px;
}
/* TBEX Street Artist */
/* section1 */
.stre_sec01 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.stre_sec01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/resources/newTbex/images/main/bg_stre_sec1.jpg) no-repeat center center/cover;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-animation: scale 1.7s ease-in-out 0.2s forwards;
  animation: scale 1.7s ease-in-out 0.2s forwards;
}
.stre_sec01 .inner {
  height: 100vh;
}
.stre_sec01 .main_tit_wrap {
  top: 50%;
}
.stre_sec02 {
  padding-top: 160px;
  background-color: #fff;
}
.h3_stre {
  font-size: 4.2rem;
}
.stre_typo_wrap {
  position: relative;
}
.stre_typo_wrap:before {
  content: '';
  position: absolute;
  top: -80px;
  right: -40px;
  width: 600px;
  height: 318px;
  background: url(/resources/newTbex/images/main/bg_typo2.png) no-repeat left top/cover;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.5s;
  transition: all 0.3s ease-in-out 0.5s;
}
.active .stre_typo_wrap:before {
  right: 0;
  opacity: 1;
}
.img_m {
  display: none;
}
.stre_typo {
  margin-top: 100px;
}
.stre_type span {
  position: relative;
}
.stre_typo span:before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 116px;
  top: 53px;
  width: 200px;
  height: 182px;
  background: url(/resources/newTbex/images/main/img_smile3.png) no-repeat left top/cover;
}
.stre_typo img {
  width: 70%;
}
.stre_2column {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.stre_typo02 {
  width: 42%;
}
.stre_typo02 img {
  width: 100%;
}
.stre_desc {
  width: 46%;
  padding-top: 185px;
}
.stre_desc p {
  margin-bottom: 40px;
}
.stre_desc02 {
  width: 40.5468%;
}
.stre_desc02 p {
  margin-bottom: 40px;
}
.stre_img {
  width: 50.7031%;
}
.stre_img img {
  width: 100%;
}
.stre_sec03 {
  padding-top: 200px;
  background-color: #fff;
}
.stre_sec03 .h3_stre {
  position: relative;
  text-align: center;
  line-height: 1.5;
}
.h3_decal:before {
  content: '';
  position: absolute;
  top: -230px;
  left: 7px;
  width: 380px;
  height: 355px;
  background: url(/resources/newTbex/images/main/ico_arrow4.png) no-repeat left top/cover;
}
.authentics {
  margin-top: 120px;
}
.stripe {
  display: flex;
  justify-content: space-between;
}
.stripe_img_area {
  position: relative;
  width: 46%;
  height: 510px;
}
.car_color_img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.stripe_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 120%;
  min-height: 540px;
  background-image: url(/resources/newTbex/images/main/img_tsa1.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.authentic_desc_area {
  width: 48%;
}
.authentic_desc_area>p:nth-of-type(5) {
  font-size: 1.5rem;
}
.authentic_desc {
  color: #B2B2B2;
  font-size: 2.2rem;
}
.authentic_desc02 {
  margin-top: 10px;
  font-size: 4.2rem;
}
.authentic_desc03 {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.color_tit {
  margin-top: 37px;
}
.color_list {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 1.5rem;
}
.color_list>p {
  position: relative;
  height: 40px;
  padding-left: 55px;
  line-height: 40px;
  cursor: pointer;
}
.color_list>p:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.color_list>p span {
  position: relative;
}
.color_list>p span:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.color_list>p:hover span:after {
  width: 100%;
}
.solid_black {
  margin-right: 40px;
}
.solid_black:before {
  background-color: #000;
}
.solid_white:before {
  border: 1px solid #CCC;
}
.chaser {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
.chaser_red {
  margin-right: 40px;
}
.chaser_red:before {
  background-color: #D92E39;
}
.chaser_lemon:before {
  background-color: #FFD880;
}
.chaser_img_area {
  position: relative;
  width: 46%;
  height: 510px;
}
.chaser_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  min-height: 510px;
  background-image: url(/resources/newTbex/images/main/img_tsa3.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.front {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.front>div {
  width: 48.4375%;
}
.front>div img {
  width: 100%;
}
.authentic_desc04 {
  margin-top: 50px;
  font-size: 7rem;
  text-align: center;
}
.authentic_desc04 span {
  font-size: 5.2rem;
}
.authentic_desc05 {
  margin-top: 20px;
  font-size: 5rem;
  text-align: center;
}
/* section4 */
.stre_sec04 {
  padding-top: 210px;
  padding-bottom: 200px;
  background-color: #fff;
}
.stre_sec04 .h3_stre {
  position: relative;
  text-align: center;
  line-height: 1.5;
}
.h3_spoiler:before {
  content: '';
  position: absolute;
  top: -282px;
  right: 17px;
  width: 390px;
  height: 364px;
  background: url(/resources/newTbex/images/main/ico_arrow5.png) no-repeat left top/cover;
}
.spo_desc {
  margin: 88px 0 100px;
  font-size: 2rem;
  text-align: center;
}
.tags {
  margin-top: 100px;
  font-size: 6.6rem;
}
.tags li {
  margin-bottom: 32px;
}
.spo_img {
  margin-top: 147px;
}
.spo_img img {
  width: 52%;
}
.h3_block {
  margin-top: 150px;
}
.flow_img_icon {
  display: flex;
  width: 4800px;
  margin-top: 100px;
}
.flow_img_icon01 {
  display: flex;
  width: 2400px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: flowingText 80s -80s linear infinite;
  animation: flowingText 80s -80s linear infinite;
}
.flow_img_icon02 {
  display: flex;
  width: 2400px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: flowingText2 80s -40s linear infinite;
  animation: flowingText2 80s -40s linear infinite;
}
.flow_img_icon img {
  width: 200px;
}
/* section5 */
.stre_sec05 {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #fff;
}
.ques_mark img {
  width: 35.1562%;
}
.comming_desc span {
  display: inline-block;
  margin-top: 100px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  font-size: 5.4rem;
}
.comming_desc02 {
  margin-top: 20px;
  font-size: 5.4rem;
}
.comming_desc03 {
  margin-top: 25px;
  font-size: 2.4rem;
}
/* section6 */
.stre_sec06 {
  padding: 120px 0 254px;
  background: url(/resources/newTbex/images/main/bg_store.jpg) no-repeat center top/cover;
  color: #fff;
}
.h3_store img {
  width: 75%;
}
.store_desc {
  position: relative;
  width: 554px;
  margin: 10px auto 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.7;
}
.store_desc:before {
  content: '';
  position: absolute;
  top: -60px;
  left: -400px;
  width: 315px;
  height: 187px;
  background: url(/resources/newTbex/images/main/store_type1.png) no-repeat left top/cover;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.store_desc:after {
  content: '';
  position: absolute;
  top: 50px;
  left: -300px;
  width: 341px;
  height: 192px;
  background: url(/resources/newTbex/images/main/store_type2.png) no-repeat left top/cover;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.store_desc span:after {
  content: '';
  position: absolute;
  top: 0;
  right: -345px;
  width: 290px;
  height: 162px;
  background: url(/resources/newTbex/images/main/smile_store.png) no-repeat left top/cover;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.store_link {
  margin-top: 100px;
  color: #fff;
  font-size: 4rem;
}
.store_link span {
  position: relative;
}
.store_link span:before {
  content: '';
  position: absolute;
  top: -43px;
  left: -69px;
  width: 63px;
  height: 66px;
  background: url(/resources/newTbex/images/main/store_arrow.png) no-repeat left top/cover;
}

/* responsive */
@media all and (max-width: 1600px) {
  /* brand tbex */
  .tbex_img {
    width: 130%;
  }
}

@media all and (max-width: 1440px) {
  /* brand tbex */
  .tbex_img {
    width: 114%;
  }
  /* brand tbex street */
  .stripe_img {
    right: -50px;
  }
  .chaser_img {
    left: -80px;
  }
}

@media all and (max-width: 1380px) {
  /* index */
  /* section3 */
  .tbex_ver02 {
    right: -34px;
  }
}

@media all and (max-width: 1280px) {
  /* header */
  .gnb_wrap {
    padding: 0 20px;
  }
  /* footer */
  .ft_inner>div:nth-child(1) {
    width: 40%;
    padding: 52px 25px 48px 5px;
  }
  .ft_inner>div:nth-child(2) {
    width: 30%;
    padding: 123px 25px 48px 25px;
  }
  .ft_inner>div:nth-child(3) {
    width: 30%;
    padding: 123px 25px 48px 25px;
  }
  /* section2 */
  .sec02:before {
    width: 800px;
    height: 442px;
  }
  /* section3 */
  .sec03 .inner {
    padding-top: 140px;
  }
  .sv_row10:after,
  .sv_img10:before,
  .sv_img10:after {
    display: none;
  }
  .sv_desc {
    font-size: 11rem;
  }
  .sv_desc:after {
    right: 30px;
    bottom: -115px;
    width: 360px;
    height: 119px;
  }
  .sv_img07 {
    top: 34%;
  }
  .sv_txt07 {
    left: 52%;
    top: 79%;
  }
  .sv_row10 {
    padding-top: 200px;
  }
  /* brand tbex */
  .TB_sec_02 {
    padding-top: 140px;
  }
  .tbex_img_area {
    width: 52%;
  }
  .tbex_img {
    width: 105%;
  }
  .tbex_desc_area {
    width: 42%;
  }
  .tbex_desc_area p {
    margin-top: 20px;
  }
  .tbex_desc_area p.tbex_typo {
    margin-top: 0;
  }
  .h3_TB03 {
    margin-top: 160px;
  }
  .h3_TB03 img {
    width: 460px;
  }
  .h3_TB03 span {
    font-size: 8rem;
  }
  .tbex_desc {
    margin-top: 60px;
  }
  .visions li {
    margin-top: 80px;
  }
  .vision_row {
    padding-left: 280px;
  }
  .visions li .vision_row {
    background-size: 238px !important;
  }
  .vision_desc02 {
    font-size: 2rem;
  }
  .vision_desc03 {
    font-size: 2.4rem;
  }
  .h3_TB04 {
    margin-top: 180px;
    font-size: 5rem;
  }
  .year {
    position: relative;
    top: 8px;
    font-size: 10rem;
  }
  .year_row ul {
    width: 65%;
  }
  .stre_sec02 {
    padding-top: 140px;
  }
  .stre_typo {
    margin-top: 60px;
  }
  .stre_typo span:before {
    right: 150px;
    width: 150px;
    height: 136px;
  }
  .stre_sec03 .h3_stre {
    margin-top: 200px;
  }
  .h3_decal:before {
    top: -142px;
    left: 4%;
    width: 300px;
    height: 280px;
  }
  .h3_spoiler:before {
    top: -194px;
    right: 4%;
    width: 300px;
    height: 280px;
  }
  .visions li .vision_row,
  .visions li:nth-child(4) .vision_row {
    padding-bottom: 24px;
  }
  /* text street */
  .stre_sec03 {
    padding-top: 0;
  }
  .authentics {
    margin-top: 100px;
  }
  .front {
    margin-top: 20px;
  }
  .authentic_desc,
  .authentic_desc02 {
    line-height: 1.2;
  }
}

@media all and (min-width: 1080px) {
  /* index */
  .sv_nm:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .sv_nm.visible:after {
    width: 100%;
  }
}

@media all and (max-width: 1080px) {
  a,
  .shop_cont,
  .question {
    -webkit-tap-highlight-color: transparent;
  }
  .fade_up {
    position: relative;
    top: 0;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .fade_right {
    position: relative;
    left: 0;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .fade_left {
    position: relative;
    right: 0;
    opacity: 1;
  }
  .cursor {
    display: none;
  }
  .fade_up {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fade_right {
    -webkit-transition: all 0.4s cubic-bezier(.7,.04,.61,1.02);
    transition: all 0.4s cubic-bezier(.7,.04,.61,1.02);
  }
  .fade_left {
    -webkit-transition: all 0.4s cubic-bezier(.7,.04,.61,1.02) 0.4s;
    transition: all 0.4s cubic-bezier(.7,.04,.61,1.02) 0.4s;
  }
  /* header */
  .header {
    height: 70px;
  }
  .header:after {
    height: 70px;
  }
  .hd_inner {
    height: 70px;
    padding: 26px 0;
  }
  .logo {
    padding-left: 24px;
    text-align: left;
  }
  .logo a {
    width: 73px;
    height: 17px;
  }
  .gnb_wrap {
    display: none;
  }
  .header_m_area {
    height: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header_wrap.open .header_m_area {
    height: calc(100vh - 70px);
    margin-top: 30px;
  }
  .gnb_wrap_m {
    display: block;
    position: relative;
    padding-top: 60px;
    visibility: hidden;
    opacity: 0;
  }
  .gnb_wrap_m .depth1 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 24px 0 24px 24px;
    font-size: 2.8rem;
  }
  .gnb_wrap_m .has2depth:after {
    content: '';
    position: absolute;
    top: 29px;
    right: 34px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .gnb_wrap_m li.on .has2depth:after {
    top: 38px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .depth1_store {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .depth1_store:after {
    content: '';
    position: absolute;
    top: 26px;
    right: 29px;
    width: 24px;
    height: 24px;
    background: url(/resources/newTbex/images/main/ico_link.png) no-repeat left top/cover;
  }
  .gnb_wrap_m .depth2 {
    display: none;
    background-color: #3B3B3B;
  }
  .gnb_wrap_m .depth2_item {
    display: inline-block;
    width: 100%;
    padding: 18px 0 18px 44px;
    font-family: 'IBMPlexSansKR-Regular';
    font-size: 1.8rem;
  }
  .gnb_wrap_m .depth3 {
    padding-left: 74px;
    background-color: #000;
  }
  .header_wrap.open .gnb_wrap_m .depth3>li>a {
    display: inline-block;
    width: 100%;
    padding: 14px 0;
    color: #B2B2B2;
    font-size: 1.8rem;
  }
  .btn_menu_m {
    position: absolute;
    top: 27px;
    right: 23px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 20;
  }
  .btn_menu_m span {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s;
  }
  .whiteHead .btn_menu_m span {
    background-color: #000;
  }
  .btn_menu_m span:nth-child(1) {
    top: 0;
    left: 0;
  }
  .btn_menu_m span:nth-child(2) {
    top: 8px;
    left: 0;
  }
  .btn_menu_m span:nth-child(3) {
    width: 15px;
    top: 16px;
    right: 0;
  }
  .depth3 {
    display: none;
  }
  .has3depth {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .has3depth:after {
    content: '';
    position: absolute;
    top: 17px;
    right: 65px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .has3depth.on:after {
    top: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .whiteHead .header.mb_open:after {
    background-color: #000;
  }
  .header_wrap.open .btn_menu_m span:nth-child(1) {
    top: 10px;
    width: 26px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header_wrap.open .btn_menu_m span:nth-child(2) {
    opacity: 0;
  }
  .header_wrap.open .btn_menu_m span:nth-child(3) {
    top: 10px;
    width: 26px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }  
  .menu_wrap_m {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
  }  
  .header_wrap.open .menu_wrap_m {
    visibility: visible;
    opacity: 1;
  }
  .header_wrap.open .gnb_wrap_m {
    visibility: visible;
    opacity: 1;
    z-index: 20;
  }
  .header_wrap.open .gnb_wrap_m a {
    color: #fff;
  }
  .whiteHead .header.mb_open .logo a {
    background: url(/resources/newTbex/images/main/logo.png) no-repeat left top/cover;
  }
  .whiteHead .header.mb_open .btn_menu_m span {
    background-color: #fff;
  }
  .hd_sns {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 150px;
    z-index: 20;
  }
  .hd_sns li {
    margin: 0 10px;
  }
  .hd_sns li span {
    display: inline-block;
    width: 38px;
    height: 36px;
  }
  .hd_sns li:nth-child(1) span {
    background: url(/resources/newTbex/images/main/ico_store.png) no-repeat left top/cover;
  }
  .hd_sns li:nth-child(2) span {
    background: url(/resources/newTbex/images/main/ico_insta.png) no-repeat left top/cover;
  }
  .hd_sns li:nth-child(3) span {
    background: url(/resources/newTbex/images/main/ico_cafe.png) no-repeat left top/cover;
  }
  .hd_sns li:nth-child(4) span {
    background: url(/resources/newTbex/images/main/ico_kakao.png) no-repeat left top/cover;
  }
  .hd_sns li:nth-child(5) span {
    background: url(/resources/newTbex/images/main/ico_youtube.png) no-repeat left center/cover;
  }
  .hd_copy {
    display: block;
    position: relative;
    margin-top: 20px;
    padding-bottom: 80px;
    color: #777;
    font-size: 1.2rem;
    text-align: center;
    z-index: 10;
  }
  /* footer */
  .ft_inner>div:nth-child(1) {
    width: 42%;
    padding: 52px 20px 48px 5px;
  }
  .ft_inner>div:nth-child(2) {
    width: 28%;
    padding: 123px 20px 48px 25px;
  }
  .ft_inner>div:nth-child(3) {
    width: 32%;
    padding: 123px 20px 48px 25px;
  }
  .sns_list_flex>a:nth-child(odd) {
    width: 47%;
    margin-right: 10px;
  }
  .ft_tit {
    width: 60px;
  }
  /* index */
  /* section1 */
  .sec01 {
    height: calc(100vh - 70px);
  }
  .video_wrap {
    margin-top: 70px;
  }
  .sec01.hd_up .video_wrap {
    margin-top: 0;
  }
  /* section2 */
  .sec02 {
    padding-top: 410px;
  }
  .sec02:before {
    top: 100px;
  }
  .lab_desc01 {
    margin-top: 50px;
  }
  /* section3 */
  .sv_desc {
    font-size: 9.6rem;
  }
  .sv_desc:after {
    right: 30px;
    bottom: -115px;
    width: 300px;
    height: 99px;
  }  
  .sv_row02:after,
  .sv_row05:after {
    display: none;
  }
  .sv_row03 {
    padding-left: 56%;
  }
  .sv_row_multi {
    height: 900px;
  }
  .sv_txt07 {
    left: 37%;
    top: 82%;
  }
  .sv_img06 {
    left: 30px;
  }
  .sv_img07 {
    left: 30%;
  }
  .sv_img08 {
    top: 29%;
  }
  .sv_txt07:before {
    top: -128px;
    left: -96px;
    -webkit-transform: scaleX(-1) rotate(71deg);
    -ms-transform: scaleX(-1) rotate(71deg);
    transform: scaleX(-1) rotate(71deg);
  }
  .sec03_band {
    padding-bottom: 90px;
    background: none;
  }
  /* section5 */
  .lab_row:after {
    width: 46%;
  }
  .lab_desc {
    padding-left: 60px;
  }
  .lab_btn_row {
    width: 243px;
  }
  /* brand tbex */
  .main_tit_wrap {
    padding: 0 24px;
  }
  .main_tit {
    font-size: 10rem;
  }
  .main_tit img {
    width: 304px;
  }
  .TB_sec_02 {
    padding-top: 100px;
  }
  ..h3_TB0
  /* brand tbex street */
  .stre_typo_wrap:before {
    width: 560px;
    height: 297px;
  }
  .stre_typo span:before {
    right: 135px;
    width: 120px;
    height: 109px;
  }
  .stre_desc {
    width: 50%;
    padding-top: 80px;
  }
  .authentic_desc03 br {
    display: none;
  }
  .flow_img_icon {
    width: 3360px;
  }
  .flow_img_icon01,
  .flow_img_icon02 {
    width: 1680px;
  }
  .flow_img_icon img {
    width: 140px;
  }
}

@media all and (max-width: 1024px) {
  /* brand tbex */
  .year_row {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .year {
    width: 100%;
    font-size: 8rem;
  }
  .year_row ul {
    width: 100%;
  }
  /* brand tbex street */
  .authentics {
    margin-top: 120px;
  }
  .authentic_desc04 {
    font-size: 7rem;
  }
  .tags {
    font-size: 7rem;
  }
}

@media all and (max-width: 960px) {
  /* footer */
  .ft_inner {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }
  .ft_inner>div:nth-child(1),
  .ft_inner>div:nth-child(2),
  .ft_inner>div:nth-child(3) {
    width: 100%;
    border-right: none;
  }
  .ft_inner>div:nth-child(1) {
    padding: 40px 0 30px 20px;
  }
  .ft_inner>div:nth-child(2) {
    padding: 0;
  }
  .ft_inner>div:nth-child(3) {
    padding: 20px 0 20px 0;
  }
  .address,
  .ft_tit02,
  .logo_tbtech {
    display: none;
  }
  .sns_link {
    font-size: 0;
  }
  .ft_logo {
    width: 88px;
    height: 21px;
  }
  .cs {
    margin-top: 15px;
  }
  .cs>p:nth-child(1),
  .cs>p:nth-child(2) {
    display: inline;
  }
  .cs>p:nth-child(1) {
    font-size: 1.4rem;
  }
  .cs>p:nth-child(2) {
    margin-left: 10px;
    font-size: 1.8rem;
  }
  .cs>p:nth-child(3) {
    color: #919191;
    font-size: 1.4rem;
  }
  .ft_btn {
    padding: 10px 0;
    border-bottom: 1px solid #919191;
  }
  .ft_btn_first {
    border-top: 1px solid #919191;
  }
  .ft_btn .btn_square {
    margin-top: 0;
    border: none;
    font-size: 1.4rem;
  }
  .sns_list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sns_list a {
    margin: 0 10px;
  }
  .sns_link:after {
    width: 42px;
    height: 40px;
  }
  .sns_list_wrap {
    display: flex;
  }
  .copy_wrap {
    border-top: none;
  }
  .copy_inner {
    justify-content: center;
    align-items: center;
  }
  .sns_list_flex>a:nth-child(odd) {
    width: auto;
  }
  .sns_store {
    margin-right: 14px;
    margin-top: 0;
  }
  /* section2 */
  .sec03_tit img {
    width: 70%;
  }
  .sv_img03 {
    left: 110px;
  }
  .sv_img05 {
    left: 110px;
  }
  .sv_txt08 {
    right: 60px;
  }
  .sv_txt08:before {
    right: -100px;
  }
  /* section3 */
  .sv_nm {
    font-size: 2rem;
  }
  .sv_desc02 {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .sv_img_box {
    opacity: 1;
  }
  .sv_row09 .tbex_ver02 {
    display: none;
  }
  .sv_txt07 {
    left: 46%;
    top: 72%;
  }
  .sv_row10:before {
    top: 220px;
  }
  .sv_txt06:before {
    left: -140px;
    width: 110px;
    height: 114px;
  }
  .sv_txt08:before {
    top: 34px;
    width: 110px;
    height: 114px;
  }
  .sv_img10 {
    top: 50px;
    right: 10px;
  }
  .sv_row10:before {
    top: 241px;
    right: 39%;
  }
  /* section4 */
  .h3_sec04 img {
    width: 60%;
  }
  /* section5 */
  .sec05 {
    padding-top: 100px;
  }
  .lab_row:after {
    width: 46%;
  }
  .lab_tbex img {
    width: 180px;
  }
  .lab_tit {
    font-size: 4.8rem;
  }
  .lab_desc {
    width: 350px;
  }
  .lab_desc {
    padding-left: 30px;
  }
  .lab_btn_row {
    width: 185px;
  }
  /* brand tbex */
  .main_tit_wrap {
    top: 50%;
  }
  .main_tit {
    font-size: 8rem;
  }
  .main_tit img {
    width: 246px;
  }
  /* .TB_sec_02 {
    padding-top: 80px;
  } */
  .TB_sec_02 .inner {
    padding: 0;
  }
  .tbex_2column {
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .tbex_img_area {
    width: 100%;
    height: 0;
    padding-top: 58.4112%;
  }
  .tbex_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(/resources/newTbex/images/main/img_tbex.jpg) no-repeat center center/cover;
  }
  .tbex_desc_area {
    width: 100%;
    margin-top: 60px;
    padding: 0 24px;
  }
  .h3_TB {
    padding: 0 24px;
  }
  .tbex_typo {
    margin-bottom: 60px;
  }
  .tbex_typo img {
    width: 60%;
  }
  .h3_TB02 {
    margin-top: 160px;
  }
  .tbex_desc_area.tbex_2th {
    margin-top: 0;
    margin-bottom: 58px;
  }
  .tbex_img02 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(/resources/newTbex/images/main/img_tbex2.jpg) no-repeat center center/cover;
  }  
  .h3_TB03 {
    margin-top: 160px;
  }
  .h3_TB03 img {
    width: 320px;
  }
  .h3_TB03 span {
    font-size: 6rem;
  }
  .tbex_desc {
    margin-top: 60px;
  }
  .h3_TB04 {
    margin-top: 160px;
    font-size: 4rem;
  }
  /* brand tbex street */
  .h3_stre {
    font-size: 4.4rem;
  }
  .stre_sec02 {
    padding-top: 120px;
  }
  .stre_typo_wrap:before {
    top: -32px;
    right: auto;
    left: 50%;
  }
  .stre_typo span:before {
    display: none;
  }
  .stre_typo02 {
    width: 40%;
  }
  .stre_desc {
    width: 55%;
  }
  .stre_sec03 .h3_stre {
    margin-top: 260px;
  }
  .h3_decal:before {
    top: -230px;
    left: 0;
    right: 0;
    width: 200px;
    height: 187px;
    margin: 0 auto;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
  }
  .stripe {
    flex-wrap: wrap;
  }
  .stripe_img_area {
    width: 100%;
    height: 0;
    padding-top: 74.5327%;
  }
  .authentics {
    width: 100%;
    margin-top: 60px;
  }
  .stripe_img {
    right: 0;
    width: 100%;
    height: 0;
    min-height: 0;
    padding-top: 72.9729%;
  }
  .authentic_desc_area {
    width: 100%;
  }
  .authentic_desc {
    width: 80%;
    font-size: 2rem;
    line-height: 1.3;
  }
  .authentic_desc02 {
    font-size: 3rem;
  }
  .authentic_desc03 {
    font-size: 1.8rem;
  }
  .chaser {
    flex-wrap: wrap;
    margin-top: 130px;
  }
  .chaser .authentic_desc_area {
    order: 2;
  }
  .chaser_img_area {
    order: 1;
    width: 100%;
    height: 0;
    padding-top: 74.5327%;
  }
  .chaser_img {
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    min-height: 0;
    padding-top: 72.9729%;
  }  
  .front {
    position: relative;
    left: -24px;
    width: calc(100% + 48px);
  }
  .authentic_desc04 {
    font-size: 4rem;
  } 
  .authentic_desc04 span {
    font-size: 3rem;
  }
  .authentic_desc05 {
    font-size: 3rem;
  }
  .stre_sec04 {
    padding-top: 260px;
  }
  .h3_spoiler:before {
    top: -190px;
    left: 0;
    right: 0;
    width: 180px;
    height: 168px;
    margin: 0 auto;
    -webkit-transform: rotate(338deg);
    -ms-transform: rotate(338deg);
    transform: rotate(338deg);
  }
  .spo_desc {
    font-size: 1.8rem;
  }
  .tags {
    font-size: 5rem;
  }
  .ques_mark img {
    width: 56%;
  }
  .comming_desc span,
  .comming_desc02 {
    font-size: 4rem;
  }
  .comming_desc03 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .store_link span:before,
  .store_desc:after,
  .store_desc span:after {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .btn_top:hover {
    background-color: #fff;
    border-color: #afadad;
    color: #1D1D1B;
  }
  .btn_top:hover:after {
    background: url(/resources/newTbex/images/main/ico_arrow_black.png) no-repeat left top/cover;
  }
}

@media all and (max-width: 768px) {
  html {
    font-size: 9.4px;
  }
  .btn_top {
    bottom: 10px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding-top: 30px;
    font-size: 1.1rem;
  }
  .btn_top.visible {
    bottom: 30px;
  }
  .btn_top:after {
    top: 9px;
    width: 14px;
    height: 14px;
  }
  .br_mob {
    display: block;
  }
  /* index */
  /* section1 */
  .sec01 {
    height: 450px;
  }
  .video_wrap {
    height: 450px;
  }
  .video_wrap .main_video {
    height: 450px;
  }  
  .main_logo {
    width: 100%;
    text-align: center;
  }
  .main_logo span img {
    width: 80%;
  }
  /* section2 */
  .inner {
    padding: 0 24px;
  }
  .sec02 {
    padding-top: 63%;
    opacity: 0;
    -webkit-animation: fadeIn 1s ease-out 0.5s forwards;
    animation: fadeIn 1s ease-out 0.5s forwards;
  }
  .sec02:before {
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 55.2587%;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
  .sec02.visible:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .sec02 .inner {
    padding-bottom: 130px;
  }
  .h3_sec02 img {
    width: 100%;
  }
  .lab_desc01 {
    width: 84%;
    font-size: 1.6rem;
  }
  .lab_desc01 span {
    display: block;
  }
  .lab_desc01 span:first-child {
    margin-bottom: 30px;
  }
  .flow_txt {
    width: 2920px;
    font-size: 5.6rem;
  }
  .flow_txt01,
  .flow_txt02 {
    width: 1460px;
  }
  /* section3 */
 .sec03 .inner {
  padding-top: 120px;
 }
 .sec03_tit img {
    width: 80%;
  }
  .sv_desc {
    margin-top: 32px;
    font-size: 4.8rem;
  }
  .sv_desc .blank {
    display: none;
  }
  .sv_desc:after {
    right: -36px;
    bottom: -95px;
    width: 220px;
    height: 73px;
  } 
  .sv_row01:before,
  .sv_row02:before,
  .sv_row03:before,
  .sv_row04:before,
  .sv_row05:before,
  .sv_txt06:before,
  .sv_txt07:before,
  .sv_txt08:before,
  .sv_row09:before,
  .sv_row10:before,
  .sv_row10:after,
  .tbex_ver,
  .tbex_ver02 {
    display: none;
  }
  .sv_nm {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .sv_desc_area .sv_desc02.en {
    font-size: 1.4rem;
  }
  .sv_desc02 {
    margin-top: 5px;
  }
  .sv_img_box {
    opacity: 1;
  }
  .sv_img {
    position: relative;
    top: 0;
    left: 0;
  }
  .sv_row01 {
    padding: 0;
  }
  .sv_img01 {
    width: 80%;
    margin-bottom: 20px;
    padding-top: 63%;
  }
  .sv_row02 {
    margin-top: 70px;
    padding: 0;
  }
  .sv_img02 {
    width: 80%;
    margin-bottom: 20px;
    padding-top: 63%;
  }
  .df_for_m {
    display: flex;
    justify-content: flex-end;
  }
  .sv_row03 {
    margin-top: 50px;
    padding: 0;
  }
  .sv_img03 {
    width: 80%;
    margin-bottom: 20px;
    padding-top: 63%;
  }  
  .sv_row04 {
    margin-top: 50px;
    padding: 0;
  }
  .sv_img04 {
    width: 80%;
    margin-bottom: 20px;
    padding-top: 75%;
  } 
  .sv_row05 {
    margin-top: 50px;
    padding: 0;
  }
  .sv_img05 {
    width: 80%;
    margin-bottom: 20px;
    padding-top: 75%;
  }   
  .sv_row_multi {
    height: auto;
  }
  .sv_row06 {
    position: relative;
    margin-top: 50px;
  }
  .sv_txt06 {
    position: absolute;
    top: 36px;
    left: 54%;
  }
  .sv_img06 {
    left: -20px;
    width: 60%;
    margin-bottom: 20px;
    padding-top: 84%;
  }  
  .sv_row08 {
    margin-top: 50px;
  }
  .sv_img08 {
    left: auto;
    right: -40px;
    width: 74%;
    margin-bottom: 20px;
    padding-top: 104%;
  }  
  .sv_img08:before {
    content: '';
    position: absolute;
    right: 102%;
    top: 50px;
    width: 200px;
    height: 165px;
    background: url(/resources/newTbex/images/main/img_txt_wave.png) no-repeat right top/cover;
    z-index: 0;
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg);
  }
  .sv_txt08 {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
  }
  .sv_row07 {
    margin-top: 50px;
  }
  .sv_img07 {
    width: 82%;
    margin-bottom: 20px;
    padding-top: 75%;
  }  
  .sv_txt07 {
    position: relative;
    top: 0;
    left: 0;
  }
  .sv_row09 {
    margin-top: 50px;
    padding: 0;
  }
  .sv_img09 {
    width: 90%;
    margin-bottom: 20px;
    padding-top: 81%;
  } 
  .sv_row10 {
    margin-top: 50px;
    padding: 0;
  }
  .sv_img10 {
    width: 90%;
    margin-bottom: 20px;
    padding-top: 81%;
  } 
  .sec03_band {
    padding-bottom: 120px;
  }
  .sv_row_L .sv_desc_area {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* section4 */
  .sec04 {
    padding: 100px 0 190px;
  }
  .h3_sec04 img {
    width: 90%;
  }
  .street_desc {
    width: 90%;
    font-size: 1.6rem;
  }
  /* section5 */
  .sec05 {
    padding-bottom: 100px;
  }
  .sec05 .inner {
    padding: 0;
  }
  .lab_tit {
    font-size: 3.8rem;
  }
  .lab_row {
    padding-bottom: 260px;
    padding-left: 24px;
  }
  .lab_desc {
    width: 94%;
    padding-left: 0;
    font-size: 1.8rem;
  }
  .lab_row:after {
    top: auto;
    bottom: 0;
    width: 90%;
    height: 198px;
  }
  .lab_btn_row {
    margin-top: 48px;
  }
  .lab_row02 {
    margin-top: 160px;
  }
  .bg_lab_img {
    width: 74.7663%;
    height: 190px;
    background: url(/resources/newTbex/images/main/carstyle2_m.jpg) right center/cover;
  }
  .lab_row2_desc {
    left: 40px;
    top: 147px;
    width: 86%;
    padding-top: 152px;
  }
  .blend_img {
    mix-blend-mode: normal;
  }
  .lab_btn_row {
    text-align: left;
  }
  /* modal*/
  .hd_modal {
    height: 60px;
  }
  .btn_close {
    width: 60px;
    height: 60px;
  }
  .btn_close:before, 
  .btn_close:after {
    top: 20px;
    left: 30px;
    height: 22px;
  }
  .cont_modal {
    width: 90%;
  }
  .bd_modal {
    padding: 40px 30px;
    text-align: center;
  }
  .tit_modal {
    font-size: 2.2rem;
  }
  .desc_modal {
    font-size: 1.5rem;
  }
  .modal_btn_row .btn_square02 {
    font-size: 1.5rem;
  }
  .btn_cafe span {
    padding-left: 0;
  }
  .btn_square02.btn_cafe {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .btn_cafe span:after {
    display: none;
  }
  .btn_square02.btn_cafe:after {
    display: none;
  }
  .btn_square02.btn_email,
  .btn_square02.btn_insta {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .btn_email span:after,
  .btn_insta span:after {
    display: none;
  }
  .btn_email span,
  .btn_insta span {
    padding-left: 0;
  }
  .modal_btn_row .btn_square02:hover {
    background-color: #fff;
    color: #000;
  }
  .modal_btn_row .btn_square02:hover:after {
    right: 15px;
    background: url(/resources/newTbex/images/main/ico_arrow_black.png) no-repeat left top/cover;
  }
  /* brand tbex */
  .tbex_img:after,
  .tbex_img02:after {
    display: none;
  }
  .fadein_up {
    top: 0;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .tbex_desc_area.tbex_2th {
    top: 0;
    opacity: 1; 
  }
  .h3_TB {
    font-size: 3.8rem;
  }
  .h3_TB02 {
    margin-top: 120px;
  }
  .main_txt {
    font-size: 2rem;
  }
  .main_tit {
    padding-left: 0;
    padding-right: 0;
    font-size: 6.4rem;
  }
  .main_tit img {
    width: 186px;
  }
  .tbex_typo img {
    width: 80%;
  }
  .tbex_desc_area .desc_style02 {
    font-size: 1.6rem;
  }
  .h3_TB03 {
    margin-top: 160px;
  }
  .h3_TB03 img {
    width: 290px;
  }
  .h3_TB03 span {
    display: inline-block;
    margin-top: 20px;
    font-size: 6rem;
  }
  .tbex_desc {
    font-size: 1.8rem;
  }  
  .tbex_desc br {
    display: none;
  }
  .visions {
    margin-top: 94px;
  }
  .vision_row {
    width: 100%;
    padding-top: 200px;
    padding-left: 0;
    background-position: center top !important;
    text-align: center;
  }
  .visions li:nth-child(2) .vision_row,
  .visions li:nth-child(4) .vision_row {
    padding-top: 230px;
  }
  .h3_TB04 {
    margin-top: 120px;
    font-size: 4.4rem;
  }
  .history {
    margin-top: 62px;
  }
  .year {
    font-size: 7rem;
  }
  .year_row ul li {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 10px;
  }
  .month {
    width: 100%;
    font-size: 3rem;
  }
  .month span {
    font-size: 4rem;
  }
  .his_cont {
    width: 100%;
    margin-top: 18px;
    font-size: 1.8rem;
  }
  .tbex_red {
    width: 60px;
  }
  .year {
    left: 0;
    opacity: 1;
  }
  .year_row ul li {
    right: 0;
    opacity: 1;
  }
  /* brand tbex street */
  .h3_stre {
    line-height: 1.4;
  }
  .desc_style01,
  .desc_style02,
  .authentic_desc03 {
    font-size: 1.6rem;
  }
  .stre_typo {
    position: relative;
    padding-bottom: 110px;
    text-align: center;
  }
  .stre_typo:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 246px;
    height: 81px;
    margin: 0 auto;
    background: url(/resources/newTbex/images/main/img_smile.png) no-repeat left top/cover;
  }
  .stre_typo_wrap:before {
    right: 0;
    opacity: 1;
  }
  .stre_typo img {
    width: 80%;
    margin: 0 auto;
  }
  .img_pc {
    display: none;
  }
  .img_m {
    display: block;
  }
  .stre_2column {
    flex-wrap: wrap;
  }
  .stre_typo02 {
    width: 100%;
    text-align: center;
  }
  .stre_desc {
    width: 100%;
    padding-top: 56px;
  }
  .stre_typo02 img {
    width: 70%;
  }
  .stre_2column {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
  }
  .stre_desc02 {
    order: 2;
    width: 100%;
    margin-top: 60px;
  }
  .stre_img {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .stre_img img {
    width: 70%;
  }
  .spo_img img {
    position: relative;
    left: -24px;
    width: calc(100% + 48px);
  }
  .spo_desc {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .stre_sec06 {
    padding-bottom: 200px;
  }
  .h3_store .img_m {
    width: 100%;
    margin: 0 auto;
  }
  .store_desc {
    width: 90%;
    margin-top: 45px;
    font-size: 1.6rem;
  }
  .store_link {
    margin-top: 70px;
  }
  .zindex5 {
    z-index: 5;
  }
  .front {
    margin-top: 90px;
  }
  .authentic_desc04 {
    font-size: 3.6rem;
    line-height: 1.2;
    letter-spacing: -1px;
  } 
  .authentic_desc04 span {
    font-size: 2.6rem;
  }
  .authentic_desc05 {
    font-size: 2.7rem;
    line-height: 1.2;
  }
  /* for coupon board */
  .cou_tit_area .location {
    display: none;
  }
  .pro_tit_area02 {
    position: relative;
    height: 680px;
  }
  .pro_tit_area02 .inner {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pro_tit_area02 .h2_pro_stre {
    font-size: 5rem;
    line-height: 1.3;
  }
  .pro_tit_area02 .pro_desc04 {
    font-size: 2rem;
  }
}

@media all and (max-width: 425px) {
  /* indec */
  /* section1 */
  .sec01 {
    height: 350px;
  }
  .video_wrap {
    height: 350px;
  }
  .video_wrap .main_video {
    height: 350px;
  }    
  /* brand tbex street */
  .stre_typo_wrap:before {
    top: -220px;
    width: 300px;
    height: 159px;
    z-index: 0;
  }
}

.TB_sec_02_wrap {
  overflow-x: hidden;
}
.tbex_main {
  overflow-x: hidden;
}
.sv_row.sv_row04:before {
  opacity: 1;
  -webkit-transform: scaleX(-1) translateX(-30px);
  -ms-transform: scaleX(-1) translateX(-30px);
  transform: scaleX(-1) translateX(-30px);
  -webkit-transition: none;
  transition: all none;
}
.sv_row.sv_row10:before {
  opacity: 1;
  -webkit-transform: rotate(169deg) translateX(-40px);
  -ms-transform: rotate(169deg) translateX(-40px);
  transform: rotate(169deg) translateX(-40px);
  -webkit-transition: none;
  transition: none;
}
.sv_row_L.sv_row02 .sv_desc_area,
.sv_row_L.sv_row10 .sv_desc_area {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* 20240305 footer 블로그 추가 */
.sns_blog:after {
  background: url(/resources/newTbex/images/new24/ico_blog.png) no-repeat left top/auto 100%;
}

@media all and (max-width: 960px) {
  .sns_list_wrap {
    justify-content: center;
    align-items: center;
  }
  .sns_link:after {
    width: 30px;
    height: 28px;
  }  
  .sns_list a {
    margin-left: 4px;
    margin-right: 4px;
  }
  .sns_store {
    margin-right: 4px;
  }
  .sns_list_flex>a:nth-child(odd) {
    margin-right: 4px;
  }
  .sns_link {
    margin-top: 0;
  }
}

/* 20250321 GNB 및 TBEX 브랜드 페이지 수정 */
/* font style 재정의 */
.fz30_28 {
  font-size: 3rem;
}

/* header */
.gnb_wrap .depth2>li {
  margin-bottom: 27px;
}
.depth2_accordion .depth3 {
  display: none;
}
.gnb_depth2_accordion {
  position: relative;
}
.gnb_depth2_accordion span {
  position: relative;
  padding-right: 40px;
}
.gnb_depth2_accordion span:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(225deg);
  transition: all 0.2s;
}
.depth2_accordion li.on .gnb_depth2_accordion span:after {
  top: 10px;
  transform: rotate(45deg);
}
.gnb_wrap .depth3 {
  margin-top: 15px;
  padding-left: 16px;
}
.header.visible:before {
  height: 650px;
}
.hd_inner:after {
  top: 430px;
}

/* tbex 브랜드 */
.brand_logo {
  margin-top: 88px;
  text-align: center;
}
.brand_logo img {
  width: 316px;
}
.brand_new .tbex_desc {
  margin-top: 86px;
}
.tbex_original {
  margin-top: 67px;
}
.original_partners {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0; 
  background: url(/resources/newTbex/images/new25/partners.png) no-repeat center center/100%;
}
.original_partners img {
  margin: 0 35px;
}
.original_partners img:nth-child(1) {
  width: 99px;
}
.original_partners img:nth-child(2) {
  width: 118px;
}
.original_partners img:nth-child(3) {
  width: 50px;
}
.original_partners img:nth-child(4) {
  width: 121px;
}
.original_partners img:nth-child(5) {
  width: 144px;
}
.ori_tit {
  font-size: 5rem;
  line-height: 1.2;
}
.original_list {
  margin-top: 80px;
  border-top: 1px solid #000;
}
.original_list>li {
  border-bottom: 1px solid #000; 
}
.ori_list_tit {
  position: relative;
  padding: 35px 0 35px 30px;
  font-size: 2.2rem;
  font-weight: 600;
  cursor: pointer;
}
.ori_list_tit:after {
  content: '';
  position: absolute;
  top: 36px;
  right: 40px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
}
.ori_list_tit:hover {
  background-color: rgba(221, 229, 252, 0.1);
}
.ori_list_cont {
  display: none;
  padding: 30px 100px 30px 100px;
  background-color: #F2F2F2;
}
.ori_list_cont>p {
  flex-shrink: 0;
  margin-bottom: 35px;
  line-height: 1.7;
}
.ori_tinting_list>li {
  display: flex;
  margin-bottom: 25px;
  gap: 30px;
  color: #161615;
}
.ori_tinting_list>li:last-child {
  margin-bottom: 0;
}
.ori_tinting_list>li>p {
  font-weight: 500;
}
.ori_logo_list {
  display: flex;
  gap: 25px;
}
.ori_logo_list img {
  width: 100px;
}
.ori_logo_list span {
  display: block;
  margin-top: 4px;
  font-size: 1.2rem;
  text-align: center;
}
.ori_btn_row {
  display: flex;
  justify-content: end;
  margin-top: 30px;
}
.btn_square03 {
  position: relative;
  width: 228px;
  height: 45px;
  padding-left: 15px;
  background-color: #fff;
  border: 1px solid #000;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 1.4rem;
  text-align: left;
}
.btn_square03:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  width: 12px;
  height: 12px;
  background: url(/resources/newTbex/images/main/ico_arrow_black.png) no-repeat left top/cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_square03:hover {
  background-color: #000;
  color: #fff;
}
.btn_square03:hover:after {
  right: 12px;
  background: url(/resources/newTbex/images/main/ico_arrow.png) no-repeat left top/cover;
}
.ori_logo {
  font-size: 1.8rem;
}
.ori_logo img {
  width: 64px;
  margin-right: 2px;
}
.ori_logo_tit {
  margin-top: 8px;
  font-size: 3.2rem;
}
.ori_panthera_list {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.ori_panthera_list li {
  display: inline-block;
  padding: 11px 30px;
  background: linear-gradient(99deg, #030302 0%, #524E62 100%, #514D62 100%);
  border-radius: 20px;
  color: #fff;
}
.ori_glass_list {
  margin-top: 10px;
}
.ori_glass_list li {
  position: relative;
  width: 80%;
  margin-bottom: 5px;
  padding: 14px 15px 14px 150px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 1.4rem;
}
.ori_glass_list li:last-child {
  margin-bottom: 0;
}
.ori_glass_list li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 100%;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}
.ori_glass_list li span .br_480 {
  display: none;
}
.ori_glass_list li:nth-child(1) span {
  background: linear-gradient(107deg, #FF0000 0%, #EA2790 50%, #A53ED3 74%, #3E4DA0 100%);
}
.ori_glass_list li:nth-child(2) span {
  background: linear-gradient(107deg, #FF9B52 0%, #FF834B 20%, #FF8545 57%, #5A2D11 100%);
}
.ori_glass_list li:nth-child(3) span {
  background: linear-gradient(107deg, #8262AF 0%, #B483B4 23%, #855EAC 60%, #392C48 100%);
}
.ori_glass_list li:nth-child(4) span {
  background: linear-gradient(107deg, #68729D 0%, #A4AAF8 29%, #242B62 100%);
}
.history {
  margin-top: 300px;
}
.tbex_desc_area {
  width: 41%;
}

@media all and (max-width: 1280px) {
  .ori_glass_list li {
    width: 100%;
  }
}

@media all and (max-width: 1080px) {
  /* header */
  .gnb_depth2_accordion {
    padding: 18px 0 18px 44px;
    font-size: 1.8rem;
  }
  .has3depth:after {
    display: none;
  }
  .gnb_depth2_accordion span:after {
    right: 12px;
    width: 10px;
    height: 10px;
  }

  /* tbex brand */
  .ori_panthera_list {
    flex-wrap: wrap;
  }
  .history {
    margin-top: 160px;
  }  
}

@media all and (max-width: 1024px) {
  .year_row ul {
    padding-left: 40px;
  }  
}

@media all and (max-width: 960px) {
  .original_partners img {
    margin: 0 20px;
  }
  .original_partners img:nth-child(1) {
    width: 69px;
  }
  .original_partners img:nth-child(2) {
    width: 83px;
  }
  .original_partners img:nth-child(3) {
    width: 35px;
  }
  .original_partners img:nth-child(4) {
    width: 85px;
  }
  .original_partners img:nth-child(5) {
    width: 101px;
  }  
  .ori_list_cont {
    padding: 30px 60px 30px 60px;
  }
  .ori_glass_list li {
    border-radius: 10px;
  }
  .ori_glass_list li p {
    line-height: 1.5;
  }
  .ori_glass_list li span {
    border-radius: 10px;
  }
  .tbex_desc_area {
    width: 100%;
  }    
}

@media all and (max-width: 768px) {
  /* font style 재정의 */
  .fz30_28 {
    font-size: 2.8rem;
  }

  .ori_list_tit {
    padding: 30px 0 30px 30px;
  }
  .brand_logo,
  .brand_new .tbex_desc {
    margin-top: 50px;
  }
  .original_list {
    margin-top: 60px;
  }
  .ori_list_cont {
    padding: 30px 20px;
  }  
  .ori_tinting_list>li {
    flex-wrap: wrap;
    gap: 10px;
  }
  .ori_tinting_list>li>p,
  .ori_logo_list {
    width: 100%;
  }
  .ori_logo_list {
    gap: 10px;
  }
  .ori_logo_list img {
    width: 90px;
  }
  .ori_list_tit:after {
    top: 31px;
  }
  .ori_logo {
    font-size: 1.6rem;
  }
  .ori_logo img {
    width: 50px;
  }
  .ori_prnthera {
    font-size: 2.8rem;
  }
  .ori_glass_list li {
    font-size: 1.6rem;
  }
  .ori_tit {
    font-size: 4.4rem;
  }
}

@media all and (max-width: 650px) {
  .original_partners {
    justify-content: start;
    overflow-y: hidden;
    overflow-x: auto;
    width: calc(100% + 48px);
    margin-bottom: 60px;
    padding: 0 24px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-transform: translateX(-24px);
    -ms-transform: translateX(-24px);
    transform: translateX(-24px);
  }  
}

@media all and (max-width: 480px) {
  .ori_glass_list li {
    padding-left: 92px;
  }
  .ori_glass_list li span {
    width: 82px;
    line-height: 1.5;
  }
  .ori_glass_list li span .br_480 {
    display: block;
  }
  .ori_btn_row a {
    width: 100%;
  }
  .btn_square03 {
    width: 100%;
    height: 60px;
    padding-left: 30px;
    font-size: 1.6rem;
  }
  .btn_square03:after {
    top: 24px;
    right: 30px;
  }
}
