@charset "utf-8";

@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
	url('https://script.gmarket.com/fonts/GmarketSansBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('https://script.gmarket.com/fonts/GmarketSansBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
	url('https://script.gmarket.com/fonts/GmarketSansMedium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('https://script.gmarket.com/fonts/GmarketSansMedium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
	url('https://script.gmarket.com/fonts/GmarketSansLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('https://script.gmarket.com/fonts/GmarketSansLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url(assets/fonts/7224fd176b99f566.eot?#iefix) format("embedded-opentype"),url(assets/fonts/fbaa11b0ea175105.woff2) format("woff2"),url(assets/fonts/1f39d858e5887b90.woff) format("font-woff"),url(assets/fonts/bc29ceb4e5bd37aa.ttf) format("truetype"),url(14db623d982f447a.otf) format("opentype")
}

.ms-auto{
  margin-left: auto;
}
.me-auto{
  margin-right: auto;
}


body{
  margin: 0 !important;
}
.titleText{
  font-family: 'Gmarket Sans';
  font-weight: 700;
  width: auto;
  color: #000;
}
.subtitleText{
  font-family: 'NanumSquareNeo';
  font-weight: 500;
  width: auto;
  color: #000;
}
.areaText{
  font-family: 'NanumSquareNeo';
  font-weight: 400;
  width: auto;
  word-break: keep-all;
  color: #000;
}

/* why 영역 */
section.why .top{
  background-color: #1A1617;
  background-image: url(../img/web-forth-back-top.png);
  background-position-x: center;
  background-position-y: center;
}
section.why .center{
  background-color: #A9A1A3;
  background: linear-gradient(0deg, rgba(228,218,218,1) 0%, rgba(106,100,104,1) 100%);
}
section.why .bottom{
  background-image: url(../img/web-forth-back-bottom.png);
  background-position-x: center;
  background-position-y: center;
  background-color: #e4dada;
}
section.why .textWrap{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
}
section.why .Num{
  font-weight: 900;
  line-height: 1;
  font-style: italic;
}
section.why .textWrap.red .Num{
  color: hsl(351deg 85% 43% / 80%);
}
section.why .textWrap.purple .Num{
  color: hsl(270.46deg 29.15% 43.73% / 80%);
}
section.why .textWrap.red .subtitleText{
  border-color: hsl(351deg 85% 43% / 80%);
}
section.why .textWrap.purple .subtitleText{
  border-color: hsl(270.46deg 29.15% 43.73% / 80%);
}
section.why .subtitleText, section.why .areaText{
 color: #ffffff;
}
section.why .titleText, section.menu .titleText{
  color: #ffffff;
  text-align: left;
}

/* menu 영역 */
section.menu .buttonWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: stretch;
  flex-direction: column;
}
section.menu .buttonWrap .widthSet{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
section.menu .subtitleText.button{
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
section.menu .line{
  color: #ffffff66;
}
section.menu .subtitleText.button:active, section.menu .subtitleText.button:hover{
  font-weight: 500;
}
section.why .titleWrap{
  background-color: #1A1617;
}
section.menu .titleWrap, section.menu .buttonBack, section.menu .web-menu, section.menu .tab-menu, section.menu .mob-menu{
  background-color: #CC112C;
}
.news .titleText, .start .titleText{
  color: #000000;
}





@media (min-width: 1201px){
  header .web-header{
    display: block;
  }
  header .tab-header{
    display: none !important;
  }
  header .mob-header{
    display: none !important;
  }
  .header-right a{
    margin-left: 40px;
  }

  section.main .web-main{
    display: block;
  }
  section.main .tab-main{
    display: none;
  }
  section.main .mob-main{
    display: none;
  }

  section.second .second{
    display: block;
  }
  section.second .mob-second{
    display: none;
  }

  section.third .web-third{
    display: block;
  }
  section.third .tab-third{
    display: none !important;
  }
  section.third .mob-third{
    display: none !important;
  }

  section.menu .web-menu{
    display: block;
  }
  section.menu .tab-menu{
    display: none;
  }
  section.menu .mob-menu{
    display: none;
  }

  section.place .web-place{
    display: block;
  }
  section.place .tab-place{
    display: none;
  }
  section.place .mob-place{
    display: none;
  }

  section.start .web-start{
    display: block;
  }
  section.start .tab-start{
    display: none;
  }
  section.start .mob-start{
    display: none;
  }
  .popupLogo{
    height: 32px;
    width: auto;
  }
  .text-wrap{
    padding-inline: 120px;
    padding-top: 44px;
  }

  footer .web-footer{
    display: block;
  }
  footer .tab-footer{
    display: none ;
  }
  footer .mob-footer{
    display: none;
  }



  div.gradient .web{
    display: block;
  }
  div.gradient .tab{
    display: none;
  }
  div.gradient .mob{
    display: none;
  }


  /*   퍼블리싱 시작   */
  .titleText{
    font-size: 48px;
    line-height: 1;
    padding-top: 128px;
    padding-bottom: 40px;
    padding-left: 64px;
    padding-right: 64px;
    max-width: 1200px;
    margin: auto;
  }
  .subtitleText{
    font-size: 32px;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 21px;
  }
  .areaText{
    font-size: 24px;
    line-height: 1.4;
  }

  /* why 영역 */
  section.why .top{
    height: 1237px;
    background-size: 2800px;
  }
  section.why .center{
    padding-bottom: 160px;
  }
  section.why .bottom{
    height: 1046px;
    background-size: 2800px;
  }
  section.why .flexWrap{
    max-width: 1000px;
    margin: auto;
  }
  section.why .textWrap{
    padding: 40px 64px 64px 40px;
    width: fit-content;
    max-width: 860px;
  }
  section.why .Num{
    font-size: 96px;
    padding-top: 8px;
    padding-right: 12px;
  }
  section.why .textWrap .subtitleText{
    font-size: 48px;
    text-align: left;
    line-height: 1;
    margin-top: 24px;
    margin-bottom: 16px;
    padding: 8px 40px 0px 16px;
    border-bottom: 12px solid;
  }
  section.why .textWrap .areaText{
    line-height: 1.4;
    text-align: left;
    padding-left: 18px;
  }

  /* menu 영역 */
  section.menu .buttonWrap{
    padding-bottom: 40px;
    padding-top: 40px;
    max-width: 1320px;
    margin: auto;
    width: 100%;
  }
  section.menu .subtitleText.button{
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 64px;
    padding-right: 64px;
    min-width: 30%;
  }
}
@media (max-width: 1200px) and (min-width: 841px){
  header .web-header{
    display: none !important;
  }
  header .tab-header{
    display: block;
  }
  header .mob-header{
    display: none !important;
  }
  .popupLogo{
    height: 32px;
    width: auto;
  }
  .text-wrap{
    padding-top: 44px;
    padding-inline: 48px;
  }
  .header-right a{
    margin-left: 24px;
  }
}
@media (max-width: 1200px) and (min-width: 641px){

  section.main .web-main{
    display: none;
  }
  section.main .tab-main{
    display: block;
  }
  section.main .mob-main{
    display: none;
  }

  section.second .second{
    display: block;
  }
  section.second .mob-second{
    display: none;
  }

  section.third .web-third{
    display: none !important;
  }
  section.third .tab-third{
    display: block;
  }
  section.third .mob-third{
    display: none !important;
  }

  section.menu .web-menu{
    display: none;
  }
  section.menu .tab-menu{
    display: block;
  }
  section.menu .mob-menu{
    display: none;
  }

  section.place .web-place{
    display: none;
  }
  section.place .tab-place{
    display: block;
  }
  section.place .mob-place{
    display: none;
  }

  section.start .web-start{
    display: none;
  }
  section.start .tab-start{
    display: block;
  }
  section.start .mob-start{
    display: none;
  }

  footer .web-footer{
    display: none  !important;
  }
  footer .tab-footer{
    display: block;
  }
  footer .mob-footer{
    display: none;
  }

  div.gradient .web{
    display: none;
  }
  div.gradient .tab{
    display: block;
  }
  div.gradient .mob{
    display: none;
  }

  /*   퍼블리싱 시작   */
  .titleText{
    font-size: 36px;
    line-height: 1;
    padding-top: 70px;
    padding-bottom: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .subtitleText{
    font-size: 28px;
    line-height: 1;
    padding-top: 6px;
    padding-bottom: 20px;
  }
  .areaText{
    font-size: 20px;
    line-height: 1;
  }

  /* why 영역 */
  section.why .top{
    height: 865.9px;
    background-size: 1960px;
  }
  section.why .center{
    padding-bottom: 160px;
  }
  section.why .bottom{
    height: 732.2px;
    background-size: 1960px;
  }
  section.why .flexWrap{
    padding-left: 40px;
    padding-right: 40px;
    max-width: none;
    width: 100%;
  }
  section.why .textWrap{
    padding: 30px 0 48px 30px;
    width: fit-content;
    max-width: 720px;
  }
  section.why .Num{
    font-size: 72px;
    padding-top: 6px;
    padding-right: 9px;
  }
  section.why .textWrap .subtitleText{
    font-size: 36px;
    text-align: left;
    line-height: 1;
    margin-top: 18px;
    margin-bottom: 12px;
    padding: 6px 30px 0px 12px;
    border-bottom: 9px solid;
  }
  section.why .textWrap .areaText{
    line-height: 1.4;
    text-align: left;
    padding-left: 14px;
  }

  /* menu 영역 */
  section.menu .buttonWrap{
    padding-bottom: 24px;
    padding-top: 24px;
    padding-left: 40px;
    padding-right: 40px;
  }
  section.menu .subtitleText.button{
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    min-width: 30%;
  }
}
@media (max-width: 840px){
  header .web-header{
    display: none !important;
  }
  header .tab-header{
    display: none !important;
  }
  header .mob-header{
    display: block;
    height: 72px;
  }
  .popupLogo{
    height: 24px;
    width: auto;
  }
  .text-wrap{
    padding-inline: 24px;
    padding-top: 24px;
  }
  .header-right a{
    margin-left: 4px;
  }
}
@media (max-width: 640px){
  
  section.main .web-main{
    display: none;
  }
  section.main .tab-main{
    display: none;
  }
  section.main .mob-main{
    display: block;
  }

  section.second .second{
    display: none;
  }
  section.second .mob-second{
    display: block;
  }

  section.third .web-third{
    display: none !important;
  }
  section.third .tab-third{
    display: none !important;
  }
  section.third .mob-third{
    display: block;
  }

  section.menu .web-menu{
    display: none;
  }
  section.menu .tab-menu{
    display: none;
  }
  section.menu .mob-menu{
    display: block;
  }

  section.place .web-place{
    display: none;
  }
  section.place .tab-place{
    display: none;
  }
  section.place .mob-place{
    display: block;
  }

  section.start .web-start{
    display: none;
  }
  section.start .tab-start{
    display: none;
  }
  section.start .mob-start{
    display: block;
  }


  div.gradient .web{
    display: none;
  }
  div.gradient .tab{
    display: none;
  }
  div.gradient .mob{
    display: block;
  }

  /*   퍼블리싱 시작   */
  .titleText{
    font-size: 24px;
    line-height: 1;
    padding-top: 62px;
    padding-bottom: 26px;
    padding-left: 24px;
    padding-right: 24px;
    margin: auto;
  }
  .subtitleText{
    font-size: 18px;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .areaText{
    font-size: 14px;
    line-height: 1;
  }

  /* why 영역 */
  section.why .top{
    height: 618.5px;
    background-size: 1400px;
  }
  section.why .center{
    padding-bottom: 120px;
  }
  section.why .bottom{
    height: 523px;
    background-size: 1400px;
  }
  section.why .flexWrap{
    padding-left: 24px;
    padding-right: 24px;
    max-width: none;
    width: 100%;
  }
  section.why .textWrap{
    padding: 20px 0 32px 0;
    width: fit-content;
    max-width: 480px;
  }
  section.why .Num{
    font-size: 46px;
    padding-top: 7px;
    padding-right: 6px;
  }
  section.why .textWrap .subtitleText{
    font-size: 24px;
    text-align: left;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 8px;
    padding: 4px 0 2px 4px;
    border-bottom: 6px solid;
  }
  section.why .textWrap .areaText{
    line-height: 1.4;
    text-align: left;
    padding-left: 9px;
  }

   /* menu 영역 */
  section.menu .buttonWrap{
    padding-bottom: 24px;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  section.menu .subtitleText.button{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    min-width: 26%;
  }

  footer .web-footer{
    display:none  !important;
  }
  footer .tab-footer{
    display:none;
  }
  footer .mob-footer{
    display:block;
  }
}



section.main{
  margin-top: 100px;
}
section.main .web-main{
  background-image: url(../img/web-main-back.png);
  background-size: contain;
}
.web-main .text1st, .web-main .text2nd, .web-main .line3rd, .web-main .text4th, .web-main .line5th, .web-main .text6th, .web-main .text7th{
  width: 100%;
  height: auto;
}

section.main .tab-main, section.main .mob-main{
  background-image: url(../img/main-back.png);
  background-size: 1200px;
  background-position-x: center;
  background-position-y: top;
  height: 814px;
}
.tab-main .text1st, .tab-main .text2nd, .tab-main .line3rd, .tab-main .text4th, .tab-main .line5th, .tab-main .text6th, .tab-main .text7th{
  width: 640px;
  height: auto;
  text-align: left;
}
.mob-main .text1st, .mob-main .text2nd, .mob-main .line3rd, .mob-main .text4th, .mob-main .line5th, .mob-main .text6th, .mob-main .text7th{
  width: 360px;
  height: auto;
  text-align: left;
}

section.second{
  text-align: center;
  background-color: #020202;
}
section.second .midtext{
  font-weight: 700;
  color: #ffffff;
  margin: auto;
}
section.second .topimg, section.second .bottomimg, section.second .midtext{
  width: 100%;
  height: auto;
}

section.second .second{
  height: fit-content;
  text-align: center;
}
section.second .second .topimg, section.second .second .bottomimg, section.second .second .midtext{
  max-width: 560px;
}
section.second .second .topimg{
  padding-top: 80px;
}
section.second .second .bottomimg{
  padding-bottom: 80px;
}
section.second .second .midtext{
  font-size: 48px;
  letter-spacing: -0.48px;
}

section.second .mob-second{
  height: fit-content;
}
section.second .mob-second .topimg{
  padding-top: 32px;
}
section.second .mob-second .bottomimg{
  padding-bottom: 32px;
}
section.second .mob-second .midtext{
  font-size: 32px;
  letter-spacing: -0.32px;
}

section.third{
  text-align: center;
}
section.third .web-third, section.third .tab-third, section.third .mob-third{
  background-image: url(../img/third-back.png);
}
section.third .web-third{
  height: 896px;
  background-size: 2400px;
  background-position-x: center;
  background-position-y: center;
  display: flex;
  background-repeat: no-repeat;
  background-color: #0E0C0D;
}
section.third .web-third .textimg{
  width: 1000px;
  height: auto;
  margin: auto;
}
section.third .tab-third{
  height: 500px;
  background-size: 1200px;
  background-position-x: center;
  background-position-y: center;
  display: flex;
}
section.third .tab-third .textimg{
  width: 640px;
  height: auto;
  margin: auto;
}
section.third .mob-third{
  height: 360px;
  background-size: 780px;
  background-position-x: center;
  background-position-y: center;
  display: flex;
}
section.third .mob-third .textimg{
  width: 360px;
  height: auto;
  margin: auto;
}

section.why .web-forth, section.why .tab-forth, section.why .mob-forth{
  text-align: center;
  background-color: #1A1617;
}

section.menu .web-menu, section.menu .tab-menu, section.menu .mob-menu{
  text-align: center;
  background-color: #CC112C;
}
section.menu .web-menu{
  padding-bottom: 120px;
}
section.menu .web-menu .menuWrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  min-height: 1040px;
}
section.menu .web-menu .titletext, section.menu .web-menu .menuWrap .menuimg{
  width: 1168px;
  height: auto;
}
section.menu .tab-menu{
  padding-bottom: 80px;
}
section.menu .tab-menu .menuWrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  min-height: 1056px;
}
section.menu .tab-menu .titletext, section.menu .tab-menu .menuWrap .menuimg{
  width: 640px;
  height: auto;
}
section.menu .mob-menu{
  padding-bottom: 48px;
}
section.menu .mob-menu .menuWrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px;
  min-height: 1200px;
}
section.menu .mob-menu .titletext, section.menu .mob-menu .menuWrap .menuimg{
  width: 360px;
  height: auto;
}

section.place{
  background-color: #fff;
}
section.place a{
  display: block;
  width: fit-content;
  margin: auto;
}
section.place .titleText, section.place .web-place, section.place .tab-place, section.place .mob-place{
  text-align: center;
}
section.place .web-place .img{
  width: 1000px;
}
section.place .tab-place .img{
  width: 640px;
}
section.place .mob-place .img{
  width: 360px;
}
section.place .web-place .img.map{
  border-radius: 16px;
  margin-bottom: 24px;
}
section.place .tab-place .img.map{
  border-radius: 16px;
  margin-bottom: 24px;
  margin-left: 20px;
  margin-right: 20px;
  max-width: 600px;
}
section.place .mob-place .img.map{
  border-radius: 16px;
  margin-bottom: 24px;
  margin-left: 20px;
  margin-right: 20px;
  max-width: 320px;
}

section.start{
  background-color: #fff;
}
section.start .web-start, section.start .tab-start, section.start .mob-start{
  text-align: center;
}
section.start .special, section.start .benefit, section.start .process, section.start .price, section.start .earning{
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.start .web-start .titletext, 
section.start .web-start .special .text, section.start .web-start .special .img, section.start .web-start .special-img-flex, 
section.start .web-start .benefit .text, section.start .web-start .benefit .img, 
section.start .web-start .process .text, section.start .web-start .process .img, 
section.start .web-start .price .text, section.start .web-start .earning .text{
  width: 1000px;
}
section.start .tab-start .titletext, 
section.start .tab-start .special .text, section.start .tab-start .special .img, section.start .tab-start .special-img-flex,  
section.start .tab-start .benefit .text, section.start .tab-start .benefit .img, 
section.start .tab-start .process .text, section.start .tab-start .process .img, 
section.start .tab-start .price .text, section.start .tab-start .earning .text{
  width: 640px;
}
section.start .mob-start .titletext, 
section.start .mob-start .special .text, section.start .mob-start .special .img, section.start .mob-start .special-img-flex,  
section.start .mob-start .benefit .text, section.start .mob-start .benefit .img, 
section.start .mob-start .process .text, section.start .mob-start .process .img, 
section.start .mob-start .price .text, section.start .mob-start .earning .text{
  width: 360px;
}
section.start .price .img, section.start .earning .img{
  width: 100%;
  max-width: 800px;
  min-width: 640px;
}
section.start .tab-start .price .img, section.start .tab-start .earning .img{
  max-width: 640px;
  min-width: unset;
}
section.start .mob-start .price .img, section.start .mob-start .earning .img{
  max-width: 360px;
  min-width: unset;
}
section.start .web-start .price .img{
  margin-bottom: 80px;
}
section.start .tab-start .price .img, section.start .tab-start .earning .img{
  margin-bottom: 40px;
}
section.start .mob-start .price .img, section.start .mob-start .earning .img{
  margin-bottom: 40px;
}
section.start .web-start .special-img-flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
section.start .web-start .special-img-flex .img{
  width: 33.3%;
}
section.start .tab-start .special-img-flex{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
section.start .tab-start .special-img-flex .img{
  width: 100%;
}
section.start .mob-start .special-img-flex{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
section.start .mob-start .special-img-flex .img{
  width: 100%;
}



.scroll-set{
  width: 100%;
  height: auto;
  overflow-y: auto;
}
.tab-start .scroll-set{
  width: 90%;
}
.mob-start .scroll-set{
  width: 93%;
}
section.start .web-start{
  padding-bottom: 160px;
}
section.start .tab-start{
  padding-bottom: 120px;
}
section.start .mob-start{
  padding-bottom: 96px;
}
section.start .web-start .ask{
  padding-top: 160px;
}
section.start .tab-start .ask{
  padding-top: 120px;
}
section.start .mob-start .ask{
  padding-top: 96px;
}

section.start .ask button{
  color: #fff;
  background-color: #CC112C;
  text-align: center;
  border: 0;
  padding: 0;
}
section.start .ask button:hover{
  color: #fff;
  background-color: #df0b2b;
}
section.start .ask button:active{
  color: #ededed;
  background-color: #ab1b31;
}
.web-start .ask button{
  font-size: 20px;
  font-weight: 700;
  width: 280px;
  height: 60px;
  border-radius: 16px;
}
.tab-start .ask button{
  font-size: 18px;
  font-weight: 700;
  width: 240px;
  height: 56px;
  border-radius: 12px;
}
.mob-start .ask button{
  font-size: 16px;
  font-weight: 700;
  width: 224px;
  height: 48px;
  border-radius: 8px;
}


section.news{
  text-align: center;
  padding-bottom: 40px;
}



/* header */
header{
  position: fixed;
  width: 100%;
  background: #fff;
  height: 100px;
  z-index: 999;
  top: 0;
}

.header-right .menu{
  font-family: 'Gmarket Sans';
  font-weight: 500;
  width: auto;
  border-radius: 8px;
  color: #000000;
  padding: 12px;
}
.header-right .menu.menu4{
  color: #CC112C;
}


.web-header{
  display: flex !important;
  justify-content: space-between;
}
.web-header .header-left .logo{
  height: 32px;
  padding-left: 120px;
  margin-top: 44px;
  margin-bottom: 24px;
}
.web-header .header-right{
  padding-top: 45px;
  padding-bottom: 11px;
  padding-right: 116px;
  height: fit-content;
  display: flex;
}
.web-header .header-right .menu{
  font-size: 20px;
  line-height: 20px;
}
.tab-header{
  display: flex !important;  
  justify-content: space-between;
}
.tab-header .header-left .logo{
  height: 32px;
  padding-left: 48px;
  margin-top: 44px;
  margin-bottom: 24px;
}
.tab-header .header-right{
  padding-top: 39px;
  padding-bottom: 19px;
  padding-right: 36px;
  height: fit-content;
  display: flex;
}
.tab-header .header-right .menu{
  font-size: 18px;
  line-height: 18px;
}
.mob-header{
  display: flex !important;  
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.mob-header .header-left .logo{
  height: 24px;
  padding-left: 24px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.mob-header .header-right{
  padding-bottom: 5px;
  padding-right: 12px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
.mob-header .header-right .menu{
  font-size: 14px;
  line-height: 14px;
}

.header-right a .menu:hover{
  background-color: rgb(205 16 45 / 6%);
}
.header-right a .menu:active{
  background-color: rgb(205 16 45 / 12%);
}
.header-right a:hover, .header-right a:active{
  text-decoration: none;
}

footer{
  background-color: #FBECEF;
  min-height: 180px;
  width: 100%;
}

.text-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scroll-set{
  position: relative;
}
.responsive-dim-bk{position:relative}
.responsive-dim{position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.6);z-index: 2; }
.responsive-dim p{position: absolute;top: 50%; left: 0;right: 0; text-align: center; transform: translate(0,-50%);}
.responsive-dim span{display: block; margin-top: 10px; color: #fff; font-weight: 500; font-size: 14px; letter-spacing: -0.3pt;}
.responsive-dim img{width:40px;}








footer .web-footer{
  padding: 40px 0px 90px;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  flex-direction: row;
  align-items: flex-start;
}
footer .web-footer .foot_info{
  padding: 14px 200px 0px 80px;
  font-size: 18px;
  color: #CC112C;
}
footer .tab-footer{
  padding: 30px 25px 70px;
  width: 100%;
}
footer .tab-footer .foot_info{
  padding-top: 24px;
  font-size: 14px;
  color: #CC112C;
}
footer .mob-footer{
  padding: 25px 25px 80px;
  width: 100%;
}
footer .mob-footer .foot_info{
  font-size: 13px;
  color: #CC112C;
}

.button.active{
  font-weight: 700 !important;
}




footer .mob-footer .footerLogo{
  padding:24px 0px 24px 0px;
}
footer .foot_menu{ padding:18px 0 16px; border-bottom:1px solid rgba(179, 179, 179, 0.634); overflow:hidden;}
footer .foot_menu ul{display:flex; margin:0 -15px;}
footer .foot_menu ul li{width:auto; line-height:120%; margin: 0 15px;}
footer .foot_menu ul li a{display:block;  letter-spacing:-0.35pt; color:#ffffff;  line-height:120%; transition:all .3s linear;}
footer .foot_menu ul li a:hover{opacity: 1;}
footer .foot_menu ul li.on a{opacity: 1; font-weight:700;}
footer .foot_info ul li{ letter-spacing:-0.35pt; line-height:150%; padding: 0 0 12px;  box-sizing:border-box;}
footer .foot_info ul li:last-child{padding-bottom:0 !important;}
footer .foot_info ul li.contact{padding:0 0 8px 126px; position:relative;}
footer .foot_info ul li.contact strong{position:absolute; left:0; top:0; padding:0 !important;}
footer .foot_info ul li strong{display:inline-block; vertical-align:top; padding:0 15px 0 0; line-height:150%; font-weight: 600; }
footer .foot_info ul li span{display:inline-block; vertical-align:top; padding:0 15px 0 0; line-height:150%;}
footer .foot_info ul li span img{width:12px; display:inline-block; margin:-2px 5px 0 0; vertical-align:middle;}
footer .foot_info .copyright{  font-weight:300; font-family:var(--engFont); line-height:150%; word-break:keep-all; padding:20px 0 0;}
footer .foot_info .copyright span,
footer .foot_info .copyright a{display:inline-block; vertical-align:top; transition:all .3s linear;  font-family:var(--engFont); }





@media (max-width: 1200px) and (min-width: 641px){
  footer .foot_info ul li.contact{padding-left:100px;}
}
@media (max-width: 640px){
  footer .foot_info ul li.contact{padding-left:94px;}
}



/* 그라디언트 */
.gradient.first .web, .gradient.second .web, .gradient.third .web, .gradient.forth .web{
  background-size: 2400px;
  background-position-x: center;
  background-position-y: center;
  height: 460px;
}
.gradient.first .web{
  background-image: url(../img/web-gradient-1.png);
  background-repeat: no-repeat;
  background-color: #020202;
}
.gradient.second .web{
  background-image: url(../img/web-gradient-2.png);
  background-repeat: no-repeat;
  background-color: #141112;
}
.gradient.third{
  background-color: #CC112C;
}
.gradient.third .web, .gradient.third .tab, .gradient.third .mob{
  background: #e4dada;
  background: linear-gradient(180deg, rgba(228,218,218,0.95) 0%, rgba(204,17,44,1) 100%);
}
.gradient.forth .web, .gradient.forth .tab, .gradient.forth .mob{
  background: #e4dada;
  background: linear-gradient(180deg, rgba(204,17,44,1) 0%, rgba(255,255,255,1) 100%);
}
.gradient.first .web .textimg, .gradient.third .web .textimg{
  width: 100%;
  height: auto;
  margin: auto;
}
.gradient.third .web .textimg{
  margin-bottom: 10%;
  margin-top: 10%;
}
.gradient.first .tab, .gradient.second .tab, .gradient.third .tab, .gradient.forth .tab{
  background-size: 1200px;
  background-position-x: center;
  background-position-y: center;
  height: 240px;
}
.gradient.first .tab{
  background-image: url(../img/tab-gradient-1.png);
}
.gradient.second .tab{
  background-image: url(../img/tab-gradient-2.png);
}
.gradient.first .tab .textimg, .gradient.third .tab .textimg{
  width: 640px;
  height: auto;
  margin: auto;
}
.gradient.third .tab .textimg{
  margin-bottom: 70px;
  margin-top: 70px;
}
.gradient.first .mob, .gradient.second .mob, .gradient.third .mob, .gradient.forth .mob{
  background-size: 640px;
  background-position-x: center;
  background-position-y: center;
  height: 200px;
}
.gradient.first .mob{
  background-image: url(../img/mob-gradient-1.png);
}
.gradient.second .mob{
  background-image: url(../img/mob-gradient-2.png);
}
.gradient.first .mob .textimg, .gradient.third .mob .textimg{
  width: 360px;
  height: auto;
  margin: auto;
}
.gradient.third .tab .textimg, .gradient.third .mob .textimg{
  margin-bottom: 70px;
  margin-top: 70px;
}