@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@600;700;800;900&family=Noto+Sans+KR:wght@500;700;800;900&display=swap");

/* header */
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 10000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#header:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0px;
  opacity: 0.2;
  z-index: -1;
}

#header .header {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

#header .header h1 {
  float: left;
  margin-top: 24px;
}

#header .header h1 a {
  display: block;
  width: 137px;
  height: 54px;
  text-indent: -99999px;
  background: url("../img/main/logo_white.png") no-repeat 0 0;
  background-size: 137px 54px;
}

#header .header .h_top {
  float: right;
}

#header .header .h_top #gnb {
  float: left;
}

#header .header .h_top #gnb:after {
  content: "";
  display: block;
  clear: both;
}

#header .header .h_top #gnb>li {
  float: left;
  margin-left: 180px;
}

#header .header .h_top #gnb>li>a {
  display: block;
  line-height: 100px;
  font-size: 18px;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}

#header .header .h_top #gnb>li>a:hover {
  color: red;
}

#header .header .h_top #gnb>li.main_select>a {
  color: #006fd6;
}

#header .header .h_top #gnb>li>div {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #edeff1;
}

#header .header .h_top #gnb>li>div>ul {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 0;
  text-align: right;
}

#header .header .h_top #gnb>li>div>ul>li {
  display: inline-block;
  padding-left: 40px;
}

#header .header .h_top #gnb>li>div>ul>li:first-child {
  padding-left: 0;
}

#header .header .h_top #gnb>li>div>ul>li>a {
  display: block;
  color: #666666;
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  line-height: 80px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#header .header .h_top #gnb>li>div>ul>li>a:hover {
  color: #006fd6;
}

#header .header .h_top #gnb>li>div>ul>li>a br {
  display: none;
}

#header .header .h_top #gnb>li>#subSet1>ul>li:last-child {
  padding-right: 380px;
}

#header .header .h_top #gnb>li>#subSet2>ul>li:last-child {
  padding-right: 380px;
}

/*
#header .header .h_top #gnb > li > #subSet3 > ul > li:last-child {
	padding-right:684px;
}
*/
#header .header .h_top #gnb>li>#subSet4>ul>li:last-child {
  padding-right: 55px;
}

#header .header .h_top #gnb>li>#subSet5>ul>li:last-child {
  padding-right: 0px;
}

#header .header .h_top .lang {
  position: absolute;
  right: 10vw;
  top: 40px;
}

#header .header .h_top .lang>a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  opacity: 0.6;
}

#header .header .h_top .lang>a:nth-child(1) {
  margin-right: 18px;
}

#header .header .h_top .lang>a.gnb_lang_on {
  opacity: 1;
  border-bottom: 2px solid #fff;
}

#header .header .h_top .lang span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

#header.on {
  background: #fff;
  /* position:fixed; */
}

#header:hover .header .h_top #gnb>li>a,
#header:hover .header .h_top .lang>a {
  color: #231f20;
}

#header .header .h_top #gnb>li>a:hover {
  color: #006fd6;
}

#header:hover .header h1 a {
  width: 137px;
  height: 54px;
  background: url("../img/main/logo.png") no-repeat 0px 0px;
  background-size: 137px 54px;
}

#header .header .h_top .lang a:hover {
  color: #006fd6;
}

#header:hover .header .h_top .lang>a.gnb_lang_on {
  border-bottom: 2px solid #231f20;
}

#header .header .h_top .lang>a:hover.gnb_lang_on {
  border-bottom: 2px solid #006fd6;
}

#header .header .h_top .lang>a:hover.gnb_lang_on {
  border-bottom: 2px solid #006fd6;
}

#header:hover .header .h_top .lang>a span {
  color: #231f20;
}

#nav {
  display: none;
}

.btn_nav {
  display: none;
}

#header.on {
  background: #fff;
  position: fixed;
}

/* PC */
@media all and (min-width: 1025px) {
  #header:hover {
    background: #fff;
    /* position:fixed; */
  }
}

/* header 반응형 */
@media all and (max-width: 1400px) {
  #header {
    position: relative;
    width: 100%;
    height: 60px;
    background: #fff;
  }

  #header .header h1 {
    margin-top: 5px;
    margin-left: 10px;
  }

  #header .header h1 a {
    background: url("../img/main/logo.png") no-repeat 0 10px;
    background-size: 80px auto;
  }

  #header:hover .header h1 a {
    background: url("../img/main/logo.png") no-repeat 0 10px;
    background-size: 80px auto;
  }

  #header .header .h_top .lang {
    right: 65px;
    top: 20px;
  }

  #header .header .h_top .lang a {
    color: #231f20;
  }

  #header .header .h_top .lang>a.gnb_lang_on {
    border-bottom: 2px solid #006fd6;
  }

  #gnb {
    display: none;
  }

  .btn_nav {
    outline: none;
    display: block;
    position: absolute;
    top: 23px;
    right: 15px;
    width: 29px;
    height: 16px;
    text-indent: -9999px;
    z-index: 1000000;
    padding: 0;
    background: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 0px;
  }

  .btn_nav * {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btn_nav span {
    display: block;
    position: relative;
    float: left;
    height: 2px;
    width: 100%;
    background-color: #231f20;
  }

  .btn_nav .barType_2 {
    margin-top: 5px;
  }

  .btn_nav .barType_3 {
    margin-top: 5px;
  }

  .btn_nav.active {
    position: fixed;
    top: 8px;
    height: 50px;
  }

  .btn_nav.active .barType_1 {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    margin-top: 0;
  }

  .btn_nav.active .barType_2 {
    opacity: 0;
  }

  .btn_nav.active .barType_3 {
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    margin-top: -9px;
  }

  /* nav */
  #nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    z-index: 200;
    background: #edeff1;
    z-index: 10000;
  }

  #nav .menu {
    box-sizing: border-box;
    padding: 25px;
  }

  #nav .menu>li {
    margin-top: 5px;
  }

  #nav .menu>li:first-child {
    margin-top: 0;
  }

  #nav .menu>li>a {
    display: block;
    color: #231f20;
    font-size: 17px;
    line-height: 44px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    position: relative;
  }

  #nav .menu>li>a:after {
    content: "";
    width: 10px;
    height: 6px;
    background: url("../img/main/menu_arr.png") no-repeat 0 0;
    background-size: 10px 6px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
  }

  #nav .menu>li>a.on {
    color: #006fd6;
  }

  #nav .menu>li>a.on:after {
    background-image: url("../img/main/menu_arr_on.png");
  }

  #nav .menu>li>ul {
    display: none;
    box-sizing: border-box;
    border-top: 2px solid #e1e1e1;
    padding: 20px 10px;
  }

  #nav .menu>li>ul>li {
    margin-top: 10px;
  }

  #nav .menu>li>ul>li:first-child {
    margin-top: 0;
  }

  #nav .menu>li>ul>li>a {
    display: inline-block;
    color: #231f20;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
  }
}

@media all and (max-width: 1024px) {}

/* 메인 비쥬얼 */
.main_visual {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.main_visual .slide {
  position: relative;
  height: 100vh;
}

.main_visual .slide li {
  position: absolute !important;
  left: 0px !important;
}

.main_visual .slide .img {
  height: 100vh;
  background-size: cover !important;
}

.main_visual .slide .slick-prev {
  position: absolute;
  left: 40px;
  font-size: 15px;
  background: url("../img/main/next_btn.png") left top no-repeat;
  width: 56px;
  height: 56px;
  border: 0px;
  z-index: 1;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100px;
  font-weight: 300;
  font-size: 0px;
}

.main_visual .slide .slick-prev:before {
  content: "Avec Chien";
  position: absolute;
  left: 10px;
  top: 0px;
  color: #fff;
  width: 100px;
  height: 50px;
  font-size: 15px;
}

.main_visual .slide .slick-next {
  position: absolute;
  right: 40px;
  background: url("../img/main/prev_btn.png") right top no-repeat;
  width: 56px;
  height: 56px;
  border: 0px;
  z-index: 1;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100px;
  font-weight: 300;
  font-size: 0px;  
}

.main_visual .slide .slick-next:before {
  content: "Touch Zero";
  font-size: 15px;
  position: absolute;
  left: -10px;
  top: 2px;
  color: #fff;
  width: 100px;
  height: 50px;
  
}

.main_visual_txt {
  position: absolute;
  top: 50%;
  margin-top: -130px;
  left: 50%;
  margin-left: -550px;
}

.main_visual_txt_dl {}

.main_visual_txt_dl dt {
  font-family: "Maven Pro", sans-serif;
  font-size: 90px;
  color: #fff;
  font-weight: 700;
  line-height: 70px;
}

.slide .main_visual_txt_dl dt p:nth-child(1) {
  position: relative;
  letter-spacing: -1px;
  display: inline-block;
  z-index: 1;
  opacity: 0;
  transform: translateY(-35px);
  -webkit-transition: all 0.8s 0.1s ease-out;
  -moz-transition: all 0.8s 0.1s ease-out;
  transition: all 0.8s 0.1s ease-out;
}

.slide .slick-active .main_visual_txt_dl dt p:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
}

.web_block {
  display: block;
}

.main_visual_txt_dl dt p:nth-child(2) {
  z-index: 1;
  opacity: 0;
  position: relative;
  line-height: 50px;
  margin-top: 10px;
  transform: translateY(-35px);
  -webkit-transition: all 0.8s 0.2s ease-out;
  -moz-transition: all 0.8s 0.2s ease-out;
  transition: all 0.8s 0.2s ease-out;
}

.slide .slick-active .main_visual_txt_dl dt p:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
}

.main_visual_txt_dl dt p:nth-child(3) {
  z-index: 1;
  opacity: 0;
  position: relative;
  line-height: 30px;
  margin-top: 35px;
  transform: translateY(-35px);
  -webkit-transition: all 0.8s 0.3s ease-out;
  -moz-transition: all 0.8s 0.3s ease-out;
  transition: all 0.8s 0.3s ease-out;
}

.slide .slick-active .main_visual_txt_dl dt p:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
}

.slide .reset-animation .main_visual_txt_dl dt p:nth-child(1) {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.slide .reset-animation .main_visual_txt_dl dt p:nth-child(2) {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.slide .reset-animation .main_visual_txt_dl dt p:nth-child(3) {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.visual_blue_line {
  display: block;
  position: absolute;
  bottom: 6px;
  left: 7px;
  width: 100%;
  height: 16px;
  background: #0054a7;
  z-index: -1;
}

.main_visual_txt_dl dd {
  font-size: 20px;
  color: #fff;
  margin-top: 35px;
  opacity: 0;
  font-weight: 300;
  line-height: 35px;
  transform: translateY(-35px);
  -webkit-transition: all 0.8s 0.4s ease-out;
  -moz-transition: all 0.8s 0.4s ease-out;
  transition: all 0.8s 0.4s ease-out;
}

.slide .slick-active .main_visual_txt_dl dd {
  opacity: 1;
  transform: translateY(0);
}

.slide .reset-animation .main_visual_txt_dl dd {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.visual_btn {
  margin-top: 45px;
}

.visual_btn a {
  display: flex;
  width: 186px;
  height: 56px;
  background: #fff;
  justify-content: center;
  align-items: center;
  color: #333;
  border-radius: 56px;
  font-size: 16px;
  font-weight: 500;
}

.visual_btn02 {
  margin-top: 35px;
}

.visual_btn02 a {
  display: flex;
  width: 186px;
  height: 56px;
  background: #fff;
  justify-content: center;
  align-items: center;
  color: #333;
  border-radius: 56px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  border: 1px solid #333333;
}

.visual_btn a span {
  display: inline-block;
  background: url("../img/main/btn_top.png") center right no-repeat;
  padding-right: 30px;
}

.video_area {
  position: relative;
}

.video_area:before {
  content: "";
  width: 100vw;
  height: 100vh;
  background: #000;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 10;
  opacity: 0.2;
}

.video_area video {
  position: absolute;
  top: 0;
  left: 0%;
  min-width: 100vw;
  min-height: 100vh;
  height: auto !important;
  margin-left: 00px;
}

/* 메인 비쥬얼 반응형 */
@media all and (max-width: 1280px) {
  .main_visual {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 700px;
  }

  .video_area video {
    position: absolute;
    top: 0;
    min-width: 10vh;
    min-height: auto;
    height: auto !important;
    margin-left: 0px;
    width: 1280px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .main_visual .slide .img {
    min-height: 400px;
  }

  .main_visual_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -30%);
    margin-left: 0px;
    text-align: center;
  }

  .visual_btn a {
    margin: 0 auto;
  }
}

@media all and (max-width: 960px) {
  .main_visual_txt_dl dt {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    letter-spacing: 0px;
  }

  .visual_blue_line {
    position: absolute;
    bottom: 0px;
    left: 3px;
    height: 8px;
  }

  .slide .main_visual_txt_dl dt p:nth-child(2) {
    font-size: 24px;
  }

  .slide .main_visual_txt_dl dt p:nth-child(3) {
    font-size: 20px;
    margin-top: 0px;
  }

  .main_visual_txt_dl dd {
    font-size: 15px;
    margin-top: 15px;
  }

  /* .main_visual .slide .slick-prev {
    bottom: 50px;
    left: 50%;
    margin-left: -50px;
    font-size: 0px;
    background: url("../img/main/m_prev.png") left top no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
  .main_visual .slide .slick-next {
    bottom: 50px;
    left: 50%;
    margin-left: 0px;
    background: url("../img/main/m_next.png") left top no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  } */
}

@media all and (max-width: 690px) {
  .main_visual {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 330px;
  }

  .main_visual .slide li {
    height: 330px;
    left: 0px !important;
  }

  .main_visual .slide li:nth-child(2) {
    position: absolute;
    left: 0%;
    top: 0%;
    transform: translate(-100%, 0%);
    height: 330px;
  }

  .video_area video {
    position: absolute;
    top: 0;
    min-width: 600px;
    min-height: auto;
    height: auto !important;
    margin-left: 0px;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .main_visual_txt {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 75%);
    margin-left: 0px;
    text-align: center;
  }

  .main_visual_txt_dl dd {
    font-size: 13px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    line-height: 24px;
  }

  .main_visual_txt_dl dd p {
    width: 80%;
    display: inline-block;
  }

  .visual_btn {
    margin-top: 25px;
  }

  .main_visual .slide .slick-prev {
    display: none !important;
  }

  .main_visual .slide .slick-next {
    display: none !important;
  }
}

/* 메인 컨텐츠 1 */
.main_service_contents {}

.main_service_contents_ul {
  display: flex;
}

.main_service_contents_ul li {
  flex: 1;
  position: relative;
  text-align: center;
}

.main_service_img>img {
  width: 100%;
}

.main_service_item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main_service_item dl {
  width: 100%;
}

.main_service_item dl dt {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  width: 100%;
}

.main_service_contents_ul li:nth-child(1) .main_service_item dl dt {
  padding-top: 110px;
  background: url("../img/main/main_con01_icon01.png") top center no-repeat;
  background-size: 100px 100px;
}

.main_service_contents_ul li:nth-child(2) .main_service_item dl dt {
  padding-top: 110px;
  background: url("../img/main/main_con01_icon02.png") top center no-repeat;
  background-size: 100px 100px;
}

.main_service_contents_ul li:nth-child(3) .main_service_item dl dt {
  padding-top: 110px;
  background: url("../img/main/main_con01_icon03.png") top center no-repeat;
  background-size: 100px 100px;
}

.main_service_contents_ul li:nth-child(4) .main_service_item dl dt {
  padding-top: 90px;
  background: url("../img/main/main_con01_icon04.png") top center no-repeat;
  background-size: 75px 75px;
}

.main_service_item dl dt p {
  position: relative;
  padding: 18px;
  margin-top: 13px;
}

.main_service_item dl dt p:before {
  position: absolute;
  width: 60%;
  height: 1px;
  background: #fff;
  content: "";
  opacity: 0.4;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0px;
}

.main_service_item dl dd {
  margin-top: 10px;
}

@media all and (max-width: 1280px) {
  .main_service_contents_ul {
    display: flex;
    flex-wrap: wrap;
  }

  .main_service_contents_ul li {
    flex: none;
    width: 50%;
  }
}

@media all and (max-width: 780px) {
  .main_service_contents_ul li:nth-child(1) .main_service_item dl dt {
    padding-top: 55px;
    background-size: 50px 50px;
  }

  .main_service_contents_ul li:nth-child(2) .main_service_item dl dt {
    padding-top: 55px;
    background-size: 50px 50px;
  }

  .main_service_contents_ul li:nth-child(3) .main_service_item dl dt {
    padding-top: 55px;
    background-size: 50px 50px;
  }

  .main_service_contents_ul li:nth-child(4) .main_service_item dl dt {
    padding-top: 45px;
    background-size: 35px 35px;
  }

  .main_service_item dl dt {
    font-size: 17px;
  }

  .main_service_item dl dd {
    margin-top: 0px;
  }

  .main_service_item dl dd img {
    width: 40px;
  }

  .main_service_item dl dt p {
    padding: 5px;
    margin-top: 0px;
  }

  .visual_scroll_down {
    display: none;
  }
}

/* 스크롤 다운 */
.visual_scroll_down {
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, 0%);
}

.visual_scroll_down img {
  width: 85px;
}

/* 메인 브랜드 소개 */
.main_brand_contents {
  margin: 90px 0px;
}

.main_brand_ul {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}

.main_brand_ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.main_brand_ul02 {
  position: relative;
  display: block;
  max-width: 1280px;
  margin: 0 auto;
}

.main_brand_ul02 li:nth-child(1) {
  margin-left: 50%;
  width: 50%;
}

.main_brand_ul02 li:nth-child(2) {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
}

.main_brand_ul li:nth-child(1) {
  flex: 1;
}

.main_brand_ul li:nth-child(1) img {
  width: 100%;
}

.main_brand_ul li:nth-child(2) {
  flex: 1;
}

.main_brand_logo img {
  width: 100%;
  max-width: 295px;
}

.main_brand_dl dt {
  font-size: 25px;
  margin: 25px 0px;
  font-weight: 500;
}

.main_brand_dl dd p:nth-child(1) {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #666666;
}

@media all and (max-width: 1280px) {

  .main_brand_ul {
    display: block;
    max-width: 1000px;
  }

  .main_brand_ul li:nth-child(2) {
    flex: 1;
    margin-top: 30px;
  }
  .main_brand_ul02 {
    margin-bottom:50px;
  }
  .main_brand_ul02 li:nth-child(1) {
    margin-left: 0%;
    width: 100%;
  }

  .main_brand_ul02 li:nth-child(2) {
    position: relative;
    left: 0px;
    top: 0%;
    width: 100%;
    transform: translateY(0%);

  }
}

@media all and (max-width: 780px) {
  .main_brand_contents {
    margin: 30px 0px;
  }

  .main_brand_logo img {
    width: 100%;
    max-width: 195px;
  }

  .web_block {
    display: none;
  }

  .main_brand_dl dd p:nth-child(1) {
    padding: 0px 5%;
    word-break: keep-all;
  }
}

/* 메인 하단 슬라이드 */
.main_slide_contents {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  padding: 60px 0px;
}

.slide02 li {
  margin: 0px 15px;
}

.slide02 img {
  width: 100%;
}

.slide02 .slick-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: 10;
  transform: translate(0px, -50%);
  width: 75px;
  height: 75px;
  font-size: 0px;
  border-radius: 100px;
  border: 0px;
  background: #333 url("../img/main/next_btn.png") center center no-repeat;
  opacity: 0.9;
}

.slide02 .slick-next {
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 10;
  transform: translate(0px, -50%);
  width: 75px;
  height: 75px;
  font-size: 0px;
  border-radius: 100px;
  border: 0px;
  background: #333 url("../img/main/prev_btn.png") center center no-repeat;
  opacity: 0.9;
}

@media all and (max-width: 780px) {
  .slide02 .slick-next {
    width: 45px;
    height: 45px;
    font-size: 0px;
    border-radius: 100px;
    border: 0px;
    background: #333 url(../img/main/prev_btn.png) center center no-repeat;
    opacity: 0.9;
  }

  .slide02 .slick-prev {
    width: 45px;
    height: 45px;
  }

  .main_slide_contents {
    padding: 30px 0px;
  }

  .slide02 li {
    margin: 0px 5px;
  }
}

/* 푸터 */
.footer_logo img {
  width: 152px;
  height: 60px;
}

.footer_wrap {
  background: #191e2a;
  padding: 70px 0px;
}

.footer_contents {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.footer_contents .footer_info_wrap {
  margin-left: auto;
  color: #fff;
}

.footer_info_wrap {
  text-align: right;
  font-size: 16px;
  line-height: 30px;
}

.footer_line {
  margin: 0px 5px;
}

.footer_margin_span {
  margin-right: 25px;
}

.footer_copy {
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  font-weight: 300;
  letter-spacing: 0px;
  margin-top: 25px;
}

@media all and (max-width: 1500px) {
  .footer_wrap {
    padding: 60px 0px;
  }

  .footer_contents {
    padding: 0px 5%;
    display: block;
  }

  .footer_info_wrap {
    text-align: left;
    margin-top: 30px;
  }

  .main_news_contents {
    padding: 0px 5%;
  }
}

@media all and (max-width: 640px) {
  .footer_info_wrap {
    font-size: 11px;
    margin-top: 15px;
    word-break: keep-all;
    letter-spacing: -1px;
  }

  .footer_copy {
    font-size: 9px;
    margin-top: 0px;
  }

  .footer_wrap {
    padding: 30px 0px;
  }

  .footer_logo img {
    width: 100px;
    height: auto;
  }
}

/* 메인 게시판 글 노출 */
.main_notice_view {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 130px auto;
}

.main_title_text {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 47px;
  color: #171717;
  font-weight: 800;
  letter-spacing: -2px;
}

/* 서브 페이지 비쥬얼 */
.sub_visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sub_visual_img img {
  width: 100%;
  min-height: 250px;
}

.sub_viausl_text {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 50px;
  color: #fff;
  font-weight: 500;
}

@media all and (max-width: 780px) {
  .sub_visual_img img {
    min-height: 150px;
  }

  .sub_viausl_text {
    font-size: 30px;
  }
}

@media all and (max-width: 680px) {
  .sub_viausl_text {
    top: 50%;
    font-size: 30px;
  }
}

/* 서브 회사 소개 */
.sub_about_company {
  padding: 120px 0px;
  max-width: 1200px;
  margin: 0 auto;
}

.sub_top_title_dl {
  text-align: center;
}

.sub_top_title_dl dt {
  font-size: 50px;
  color: #333;
  font-weight: 500;
  letter-spacing: -1px;
}

.sub_top_title_dl dd {
  font-size: 28px;
  color: #333;
  font-weight: 600;
  letter-spacing: -1px;
  margin-top: 10px;
  text-transform: uppercase;
}

.sub_about_ceo {
  position: relative;
  margin-top: 60px;
}

.sub_about_ceo_img img {
  width: 100%;
  max-width: 1000px;
}

.sub_abot_ceo_name {
  position: absolute;
  right: 0px;
  bottom: -70px;
  background: url("../img/sub/sub01_bg.jpg") -203px -208px no-repeat;
  width: 402px;
  height: 402px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub_abot_ceo_name_dl dt {
  font-size: 38px;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
}

.sub_abot_ceo_name_dl dd p:nth-child(1) {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}

.sub_abot_ceo_name_dl dd p:nth-child(2) {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}

.sub_about_desc {
  font-size: 20px;
  line-height: 30px;
  margin-top: 140px;
  letter-spacing: 0px;
}

/* 서브 비젼 */
.sub_about_vision {
  max-width: 1370px;
}

.sub_vision_text {
  background: #ebebeb;
  text-align: center;
  padding: 20px 0px;
  font-size: 20px;
  color: #333333;
  margin-top: 30px;
}

.sub_vision_h3 {
  margin-top: 90px;
  text-align: center;
  font-size: 40px;
}

.sub_vision_img {
  margin-top: 55px;
}

.sub_vision_img img {
  width: 100%;
}

.sub_vision_desc {
  font-size: 23px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 500;
  padding-top: 190px;
  background: url("../img/sub/sub_icon01.png") center 52px no-repeat;
}

.mobile_img_block {
  display: none;
}

@media all and (max-width: 1280px) {
  .sub_about_desc {
    font-size: 18px;
    line-height: 25px;
    margin-top: 120px;
    letter-spacing: 0px;
    padding: 0px 5%;
    word-break: keep-all;
  }

  .sub_vision_text {
    padding: 20px 5%;
    font-size: 18px;
    word-break: keep-all;
    color: #333333;
    width: 95%;
    margin: 30px 2.5% 0px 2.5%;
  }

  .sub_vision_mobile_img {
    max-width: 400px;
    margin: 30px auto;
  }
}

@media all and (max-width: 980px) {
  .mobile_img_block {
    display: block;
  }

  .web_img_block {
    display: none;
  }

  .sub_vision_mobile_img img {
    width: 100%;
  }

  .sub_about_mobile_organ {
    padding: 0px 5%;
  }
}

@media all and (max-width: 780px) {
  .sub_about_company {
    padding: 30px 0px 0px 0px;
  }

  .sub_abot_ceo_name {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: -100px;
    background: url(../img/sub/sub01_bg.jpg) -203px -308px no-repeat;
    width: 402px;
    height: 302px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sub_abot_ceo_name_dl dt {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
  }

  .sub_top_title_dl dt {
    font-size: 40px;
  }

  .sub_top_title_dl dd {
    font-size: 23px;
    margin-top: 0px;
  }

  .sub_about_ceo {
    margin-top: 30px;
  }

  .sub_vision_text {
    width: 94%;
    margin: 30px 3% 0px 3%;
    font-size: 18px;
    word-break: keep-all;
    letter-spacing: -1px;
  }

  .sub_vision_h3 {
    margin-top: 50px;
    font-size: 30px;
  }

  .sub_vision_desc {
    background: url(../img/sub/sub_icon01.png) center 0px no-repeat;
    background-size: 50px auto;
    font-size: 18px;
    padding: 70px 5% 50px 5%;
    line-height: 30px;
    word-break: keep-all;
  }

  .sub_vision_mobile_img {
    max-width: 300px;
    margin: 30px auto;
  }
}

@media all and (max-width: 480px) {
  .sub_abot_ceo_name {
    position: relative;
    bottom: 0px;
    width: 100%;
    background: #e52f42 url(../img/sub/sub01_bg.jpg) -203px -308px no-repeat;
  }

  .sub_about_desc {
    font-size: 17px;
    line-height: 22px;
    margin: 30px 0px;
    letter-spacing: 0px;
    padding: 0px 5%;
    word-break: keep-all;
  }
}

/* 서브 조직도 */
.sub_about_organ {
  text-align: center;
  margin-top: 50px;
}

.sub_about_organ img {
  width: 100%;
  max-width: 1000px;
}

/* 서브 아벡시앙 브랜드 소개 */
.sub_about_company {
  padding: 80px 0px;
  max-width: 1200px;
}

.sub_brand_contents {
  max-width: 1300px;
  margin: 40px auto 0px auto;
}

.sub_brand_contents_ul {
  position: relative;
}

.sub_brand_contents_ul li:nth-child(1) {}

.sub_brand_contents_ul li:nth-child(2) {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 560px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333;
}

.sub_brand_avec_dl dt {
  position: relative;
  font-size: 38px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 25px;
  margin-bottom: 25px;
  width: 100%;
}

.sub_brand_avec_dl dt:before {
  position: absolute;
  width: 63px;
  height: 5px;
  content: "";
  background: #e52f42;
  left: 0px;
  bottom: 0px;
}

.sub_brand_avec_dl dt:after {
  width: 166px;
  height: 77px;
  position: absolute;
  right: 0px;
  top: -10px;
  content: "";
  background: url("../img/sub/sub_brand_logo.png") left top no-repeat;
}

.sub_brand_avec_dl dd {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}

.sub_brand_img img {
  width: 100%;
  max-width: 800px;
}

.sub_brand_swot {
  background: #f6f6f6;
  text-align: center;
  padding: 110px 0px;
}

.sub_brand_swot02 {
  background: #fff;
}

.sub_brand_swot_dl dt {
  font-size: 38px;
  color: #333;
  font-weight: 600;
}

.sub_brand_swot_dl dd {
  font-size: 20px;
  color: #333;
  font-weight: 400;
  line-height: 30px;
  margin-top: 27px;
  letter-spacing: -1px;
}

.sub_brand_swot_img {
  margin-top: 100px;
}

.sub_brand_swot_img img {
  width: 100%;
  max-width: 934px;
}

.brand_product_wrap {
  max-width: 1200px;
  margin: 0px auto 80px auto;
}

.brand_product_wrap_ul {
  display: flex;
}

.brand_product_wrap_ul li {
  position: relative;
  margin-right: 20px;
  flex: 1;
}

.brand_product_wrap_ul li:last-child {
  margin-right: 0px;
}

.brand_product_wrap_ul li img {
  width: 100%;
}

.brand_product_wrap_ul li dl {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 167px;
  padding: 20px 5% 0px 5%;
}

.brand_product_wrap_ul li dl:before {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 100%;
  content: "";
  background: #fff;
  height: 1px;
  width: 90%;
  transform: translateX(-50%);
  opacity: 0.3;
}

.brand_product_wrap_ul li dl dt {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -1px;
}

.brand_product_wrap_ul li dl dd {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 23px;
}

.brand_product_wrap_ul li dl dd p {
  position: relative;
  word-break: keep-all;
  padding-left: 10px;
  margin-top: 10px;
}

.brand_product_wrap_ul li dl dd p span {
  position: absolute;
  left: 0px;
  top: 0px;
}

@media all and (max-width: 1280px) {
  .sub_about_company {
    padding: 40px 0px 0px 0px;
    max-width: 1200px;
  }

  .brand_product_wrap_ul {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .brand_product_wrap_ul li {
    margin-right: 0px;
    flex: 1;
    margin-bottom: 20px;
  }

  .sub_brand_img img {
    width: 100%;
    max-width: 100%;
  }

  .sub_brand_contents_ul li:nth-child(2) {
    position: absolute;
    margin: 0 auto;
    right: 30px;
  }

  .sub_brand_swot {
    background: #f6f6f6;
    text-align: center;
    padding: 50px 0px;
  }

  .sub_brand_swot_mobile_img {
    margin-top: 30px;
  }

  .sub_brand_swot_mobile_img img {
    max-width: 300px;
  }
}

@media all and (max-width: 780px) {
  .sub_brand_contents_ul li:nth-child(2) {
    position: relative;
    top: 0%;
    transform: translate(0%, 0%);
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333333;
    padding: 0px 5%;
    right: 0px;
  }

  .brand_product_wrap_ul li dl dd {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 23px;
  }

  .brand_product_wrap {
    max-width: 1200px;
    margin: 30px auto;
  }
}

@media all and (max-width: 640px) {
  .sub_brand_avec_dl dt {
    font-size: 30px;
  }

  .sub_brand_avec_dl dt:after {
    width: 126px;
    height: 77px;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    background: url(../img/sub/sub_brand_logo.png) left top no-repeat;
    background-size: 120px auto;
  }

  .sub_brand_avec_dl dd {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    word-break: keep-all;
  }

  .sub_brand_swot_dl dt {
    font-size: 30px;
  }

  .sub_brand_swot_dl dd {
    font-size: 17px;
    line-height: 25px;
    margin-top: 20px;
    padding: 0px 5%;
    word-break: keep-all;
  }

  .sub_brand_swot_mobile_img img {
    max-width: 250px;
  }
}

/* 브랜드 터치제로 */
.sub_brand_touch {
  padding: 120px 0px 0px 0px;
  max-width: 1300px;
}

.brand_touch_top_img img {
  width: 100%;
}

.brand_touch_top_dl {
  position: relative;
  top: -250px;
  display: flex;
  margin: 90px auto 0px auto;
  max-width: 1150px;
  background: #fff;
  padding-top: 70px;
  height: 180px;
}

.brand_touch_top_dl dt {
  flex: 4.5;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #262626;
  padding-left: 90px;
}

.brand_touch_top_dl dd {
  flex: 5.5;
}

.brand_touch_top_dl dd p:nth-child(1) {
  font-size: 30px;
  color: #444444;
  font-weight: 500;
  letter-spacing: -2px;
}

.brand_touch_top_dl dd p:nth-child(2) {
  font-size: 17px;
  color: #555555;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28px;
  margin-top: 32px;
}

.brand_touch_product {
  background: url('../img/sub/brand_touch_img03.png') left top no-repeat;
  background-size: contain;
}

.brand_touch_product_text {
  text-align: center;
  color: #fff;
  padding: 90px 0px 130px 0px;
}

.brand_touch_product_text h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}

.brand_touch_product_text dl {
  margin-top: 30px;
}

.brand_touch_product_text dl dt {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  line-height: 61px;
  letter-spacing: -2px;
}

.brand_touch_product_text dl dd {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 33px;
  letter-spacing: 0px;
  margin-top: 40px;
}

.brand_touch_product_ul {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brand_touch_product_ul li {
  position: relative;
  width: 50%;
  max-width: 520px;
  margin-bottom: 150px;
}

.brand_touch_product_ul li:nth-child(2) {
  margin-top: 250px;
}

.brand_touch_product_ul li:nth-child(3) {
  top: -250px;

}

.brand_touch_product_ul li img {
  width: 100%;
}

.brand_touch_product_ul li dl {
  margin-top: 28px;
}

.brand_touch_product_ul li dl dt {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}

.brand_touch_product_ul li dl dd {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 15px;
  color: #444;
}

.brand_sotre_img {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 64px auto 0px auto;
}

.brand_sotre_img li {
  width: 50%;
}

.brand_sotre_img li img {
  width: 100%;
}

.sub_brand_touch_dia {
  margin: 100px auto 0px auto;
  max-width: 96%;

}

.sub_brand_touch_dia img {
  width: 100%;
  max-width: 1300px;
}

@media all and (max-width: 1280px) {
  .brand_touch_top_dl {
    position: relative;
    top: 0px;
    display: block;
    margin: 0px auto 0px auto;
    max-width: 1150px;
    background: #fff;
    padding-top: 50px;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
  }

  .brand_touch_top_dl dt {
    flex: none;
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: -2px;
    padding-left: 0px;
  }

  .brand_touch_top_dl dd {
    flex: none;
    margin-top: 30px;
  }

  .brand_touch_product_text {
    padding: 40px 0px 60px 0px;
  }

  .brand_touch_product_text dl dt {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .brand_touch_product_text dl dd {
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
  }

  .brand_touch_product_ul {
    max-width: 1170px;
    margin: 0 auto;
    display: block;
    width: 96%;
    max-width: 520px;
  }

  .brand_touch_product_ul li {
    width: 100%;
    max-width: 520px;
    margin-bottom: 50px;
  }

  .brand_touch_product_ul li:nth-child(2) {
    margin-top: 0px;
  }

  .brand_touch_product_ul li:nth-child(3) {
    top: 0px;
  }

  .brand_touch_product {
    background: url(../img/sub/brand_touch_img03.png) center top no-repeat;
    background-size: 1280px auto;
  }

  .brand_sotre_img {
    display: block;
    flex-wrap: wrap;
    max-width: 520px;
    margin: 64px auto 0px auto;
  }

  .brand_sotre_img li {
    width: 100%;
  }

  .sub_brand_swot02 {
    background: #fff;
  }
}

@media all and (max-width: 680px) {
  .sub_brand_touch {
    padding: 50px 0px 0px 0px;
    max-width: 1300px;
  }

  .brand_touch_top_dl dt {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -1px;
  }

  .brand_touch_top_dl {
    padding-top: 30px;
    margin-bottom: 50px;
  }

  .brand_touch_top_dl dd p:nth-child(1) {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 25px;
    padding: 0px 5%;
    word-break: keep-all;
  }

  .brand_touch_top_dl dd p:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    margin-top: 22px;
    padding: 0px 5%;
    word-break: keep-all;
  }

  .brand_touch_product_text h3 {
    font-size: 25px;
  }

  .brand_touch_product_text dl dt {
    font-size: 23px;
    line-height: 32px;
    letter-spacing: -1px;
    padding: 0px 5%;
    word-break: keep-all;
  }

  .brand_touch_product_text dl dd {
    font-size: 15px;
    margin-top: 20px;
    padding: 0px 5%;
    word-break: keep-all;
  }

  .brand_touch_product_ul li dl dt {
    font-size: 25px;
    padding: 0px 5%;
  }

  .brand_touch_product_ul li dl dd {
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
    padding: 0px 5%;
  }

  .brand_sotre_img {
    max-width: 330px;
    margin: 64px auto 0px auto;
  }

  .brand_sotre_img {
    max-width: 330px;
    margin: 30px auto 0px auto;
  }

  .sub_brand_touch_dia {
    margin: 30px auto 0px auto;
    max-width: 96%;
  }

  .sub_brand_touch_dia02 {
    max-width: 250px;
  }
}








/* 서브 오시는 길 */
.sub_about_map {
  padding: 80px 0px 60px 0px;
}

.sub_about_loca {
  background: #f5f5f5;
  padding: 90px 0px;
  margin: 0px 0px 0px 0px;
}

.sub_about_loca_contents {
  max-width: 1370px;
  margin: 0 auto;
}

.sub_about_loca_ul {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

.sub_about_loca_ul li {
  position: relative;
  height: 140px;
  display: flex;
  align-items: center;
}

.sub_about_loca_ul li dl dt {
  font-size: 25px;
  color: #333;
  font-weight: 600;
  letter-spacing: -1px;
}

.sub_about_loca_ul li dl dd {
  font-size: 18px;
  color: #333;
  font-weight: 300;
  color: #666666;
  margin-top: 7px;
}

.sub_about_loca_ul li:first-child {
  margin-right: 170px;
  padding-left: 190px;
}

.sub_about_loca_ul li:first-child:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 140px;
  height: 140px;
  background: #fff url("../img/sub/sub_map_icon01.png") center center no-repeat;
  padding-left: 150px;
  border-radius: 140px;
  overflow: hidden;
}

.sub_about_loca_ul li:nth-child(2) {
  padding-left: 190px;
}

.sub_about_loca_ul li:nth-child(2):before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 140px;
  height: 140px;
  background: #fff url("../img/sub/sub_map_icon02.png") center center no-repeat;
  padding-left: 150px;
  border-radius: 140px;
  overflow: hidden;
}

.sub_map_iframe iframe {
  height: 600px;
}

@media all and (max-width: 1280px) {
  .sub_about_loca_ul {
    display: block;
    margin-bottom: 70px;
  }

  .sub_about_loca_ul li {
    position: relative;
    height: 140px;
    display: flex;
    align-items: center;
    margin: 0 5% 30px 5%;
    border: 1px solid #ddd;
    width: 90%;
    padding: 40px 5% 40px 90px;
  }

  .sub_about_loca_ul li:first-child {
    margin-right: 0px;
    padding-left: 50px;
  }

  .sub_about_loca_ul li:nth-child(2) {
    padding-left: 50px;
  }

  .sub_about_loca_ul li:first-child:before,
  .sub_about_loca_ul li:nth-child(2):before {
    display: none;
  }

  .sub_about_loca_ul li dl dt {
    font-size: 20px;
  }

  .sub_about_loca_ul li dl dd {
    font-size: 16px;
    margin-top: 0px;
    word-break: keep-all;
  }

  .sub_about_loca {
    padding: 50px 0px;
    margin: 55px 0px 0px 0px;
  }

  .sub_about_map {
    padding: 50px 0px 0px 0px;
  }

  .sub_map_iframe iframe {
    height: 300px;
  }

  .sub_about_loca_ul {
    margin-bottom: 30px;
  }

  .sub_about_organ {
    text-align: center;
    margin-top: 30px;
  }
}

/* 서브 유통채널 */
.sub_channel_contents {
  margin-top: 60px;
  max-width: 1250px;
}

.sub_channel_ul {}

.sub_channel_ul li {
  display: flex;
  height: 200px;
  align-items: center;
  background: #f6f6f6;
  margin-bottom: 20px;
}

.sub_channel_ul li:last-child {
  margin-bottom: 0px;
}

.sub_channel_ul li dl {
  position: relative;
  margin-left: 80px;
  padding-left: 190px;
}

.sub_channel_ul li:nth-child(1) dl:before {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 130px;
  content: "";
  border: 1px solid #e52f42;
  transform: translate(0%, -50%);
  background: #fff url("../img/sub/sub_business_icon01.png") center center no-repeat;
}

.sub_channel_ul li:nth-child(2) dl:before {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 130px;
  content: "";
  border: 1px solid #e52f42;
  transform: translate(0%, -50%);
  background: #fff url("../img/sub/sub_business_icon02.png") center center no-repeat;
}

.sub_channel_ul li:nth-child(3) dl:before {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 130px;
  content: "";
  border: 1px solid #e52f42;
  transform: translate(0%, -50%);
  background: #fff url("../img/sub/sub_business_icon03.png") center center no-repeat;
}

.sub_channel_ul li:nth-child(4) dl:before {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 130px;
  content: "";
  border: 1px solid #e52f42;
  transform: translate(0%, -50%);
  background: #fff url("../img/sub/sub_business_icon04.png") center center no-repeat;
}

.sub_channel_ul li dl dt {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -1px;
}

.sub_channel_ul li dl dd {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
}

.sub_channel_logo {
  margin-top: 88px;
}

.sub_channel_logo_ul {
  display: flex;
}

.sub_channel_logo_ul li {
  flex: 1;
  text-align: center;
  margin-right: 20px;
}

.sub_channel_logo_ul li:last-child {
  margin-right: 0px;
}

.sub_channel_logo_ul li h3 {
  font-size: 33px;
  font-weight: 700;
  word-break: keep-all;
  line-height: 40px;
  letter-spacing: -1px;
  height: 80px;
}

.sub_channel_logo_item {
  margin-top: 65px;
}

.sub_channel_logo_item p {
  position: relative;
  width: 400px;
  height: 95px;
  /* border: 1px solid #ddd; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0px;
  background: #fff;
}

.sub_channel_logo_item p img {
  position: relative;
  top: 1px;
}

.sub_channel_logo_item p {
  width: 400px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.sub_channel_logo_item p:last-child {
  /* border-bottom: 1px solid #ddd; */
}

.sub_channel_logo_item p:nth-child(2n) {
  background: #fff;
}

@media all and (max-width: 1280px) {
  .sub_channel_logo_ul {
    display: block;
  }

  .sub_channel_logo_ul li {
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .sub_channel_logo_item p {
    width: 100%;
  }

  .sub_channel_logo_item {
    max-width: 500px;
    margin: 30px auto 0px auto;
  }

  .sub_channel_logo_ul li h3 {
    font-size: 33px;

    height: auto;
  }

  .frm_input {
    width: 50vw;
  }
}

@media all and (max-width: 760px) {

  .sub_channel_ul li:nth-child(1) dl:before,
  .sub_channel_ul li:nth-child(2) dl:before,
  .sub_channel_ul li:nth-child(3) dl:before,
  .sub_channel_ul li:nth-child(4) dl:before {
    display: none;
  }

  .sub_channel_ul li dl {
    position: relative;
    padding-left: 30px;
  }

  .sub_channel_ul li {
    height: 150px;
    margin: 0px 1% 20px 1%;
    width: 98%;
  }

  .sub_channel_logo {
    margin-top: 50px;
  }

  .sub_channel_ul li dl {
    margin-left: 0px;
    padding-left: 30px;
  }

  .sub_channel_contents {
    margin-top: 40px;
  }

  .sub_channel_ul li dl dd {
    font-size: 16px;
    padding-right: 3%;
    margin-top: 10px;
    word-break: keep-all;
  }
}

/* 서브 제조 라인 */
.sub_line_wrap {
  max-width: 1300px;
}

.sub_line_img_contents {
  position: relative;
}

.sub_line_cirele {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 264px;
  height: 265px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 265px;
  overflow: hidden;
}

.sub_line_cirele:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #e52f42;
  z-index: -1;
  opacity: 0.9;
}

.sub_line_ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin-top: 60px;
}

.sub_line_text {
  max-width: 1300px;
}

.sub_line_ul li {
  width: 48.5%;
  margin: 0px 3% 3% 0px;
}

.sub_line_ul li:nth-child(2n) {
  margin-right: 0%;
}

.sub_line_ul li:nth-child(3) {
  margin-bottom: 0px;
}

.sub_line_ul li:nth-child(4) {
  margin-bottom: 0px;
}

.sub_line_ul li img {
  width: 100%;
}

@media all and (max-width: 1280px) {
  .sub_line_cirele {
    position: relative;
    left: 0%;
    top: 0%;
    font-size: 30px;
    transform: translate(0%, 0%);
    margin: 50px auto 0px auto;
  }

  .sub_line_ul {
    display: block;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 60px auto 0px auto;
  }

  .sub_line_ul li img {
    width: 100%;
  }

  .sub_line_ul li {
    width: 100%;
    margin: 0px 0% 0% 0px;
  }
}

@media all and (max-width: 680px) {
  .sub_line_cirele {
    width: 200px;
    height: 200px;
    font-size: 20px;
  }

  .sub_line_ul {
    margin: 30px auto 0px auto;
  }
}

/* 공지사항 */
.sub_customer_contents {
  padding: 120px 0px 0px 0px;
}

/* 에니메이션 모션 */
.main_animation {
  opacity: 0;
}

.motion_active.main_animation {
  animation: text-up 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.animateion_motion {}

@keyframes text-up {
  from {
    opacity: 0;
    filter: Alpha(opacity=0);
    top: 1em;
  }

  to {
    opacity: 1;
    filter: Alpha(opacity=100);
    top: 0;
  }
}