@charset "utf-8";
/* swiper style */
/************************ swiper responsive ********************************/
.ag-slide_img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;

  -webkit-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);

  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.ag-slide_info {
  width: 100%;
  margin: 0 auto;
  padding: 10px 8px 5px;
  background-color: #FFF;

  opacity: 0.5;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.ag-slide-info_descr {
  float: left;
}
.ag-slide-info_category {
  font-size: 8px;
  display: block;
  color: #959494;
  padding-bottom: 5px;
}
.ag-slide-info_title {
  line-height: 10px;
  width: 150px;
  padding-bottom: 5px;

  font-weight: 800;
  font-size: 10px;
  color: #262626;

}
.ag-slide-info_route {
  display: block;
  line-height: 10px;

  font-size: 8px;
  color: #959494;
}
.ag-slide-info_img {
  display: inline-block;
  width: 10px;
  height: 10px;

  
}
.ag-slide-info_rate {
  float: right;
  height: 40px;
  width: 40px;
  border: 1px solid #e4d7d9;

  text-align: center;

  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.ag-slide-info_strong {
  display: block;

  font-weight: normal;
  color: #fc3b62;
}
.ag-slide-info_comments {
  letter-spacing: -0.01em;
  font-size: 6px;
}


.ag-slide-block .swiper-container {
  float: left;
  width: 50%;
}
.ag-slide-block .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;

  z-index: 1;


  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ag-slide-block .swiper-slide-active {
  opacity: 1;

  z-index: 2;

}
.ag-slide-block .swiper-slide-active .ag-slide_img {
  opacity: 1;



  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.swiper-slide-active .ag-slide_info {
  opacity: 1;

  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}

@media (max-width: 1220px) {
  .ag-slide-info_title {
    width: 130px;
  }
}

@media (max-width: 960px) {
  .ag-slide-block .swiper-container {
    max-width: 960px;
    width: 100%;
    margin-top: -22px;
    padding-top: 0;
  }
  .ag-slide-info_title {
    width: 115px;
  }
  .ag-slide-info_rate {
    height: 37px;
    width: 37px;
  }
}

@media (max-width: 600px) {
  .ag-slide-info_title {
    width: 95px;

    font-size: 8px;
  }
  .ag-slide-info_category {
    font-size: 6px;
  }
  .ag-slide-info_route {
    font-size: 6px;
  }
  .ag-slide-info_img {
    width: 7px;
    height: 7px;
  }
  .ag-slide-info_strong {
    font-size: 14px;
  }
  .ag-slide-info_comments {
    letter-spacing: 0;
    font-size: 5px;
  }
}

@media (max-width: 560px) {
  .ag-slide-info_title {
    width: 130px;
  }
}

@media (max-width: 470px) {
  .ag-slide-info_title {
    width: 115px;
  }
}

@media (max-width: 400px) {
  .ag-slide_img {
    width: 70%;
  }
  .ag-slide_info {
    width: 70%;
  }
  .ag-slide-info_title {
    width: 130px;
  }
  .ag-slide-info_img {
    width: 10px;
  }

  .ag-slide-block .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

/************************* swiper responsive ***********************************/

.swiper-pagination-bullet-active{
    background: #4848e7;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/swiper_btn_prev.svg);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/swiper_btn_next.svg);
}
.inner_con {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}
.contents{
    padding: 130px 0;
}
h4 p{
    padding-top: 5px;
    line-height: 1.45;
    font-size: 18px;
    font-weight: 400;
    color: #666;
}

/* button */
.btn_line_white{
    border: 1px solid white;
    color:  white;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn_line_white:hover{
    background-color: white;
    color:  #222;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn_purple{
    font-weight: 500;
    color:  white;
    border: 1px solid #4848e7;
    background-color: #4848e7;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn_purple:hover{
    color: #4848e7;
    border-color: #4848e7;
    background-color: transparent;
}
.btn_line_purple{
    border: 1px solid #4848e7;
    color:  #4848e7;
    padding: 15px 27px;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn_line_purple:hover{
    color:  white;
    background-color: #4848e7;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/* font color */
.c_purple{
    color: #4848e7;
}
.c_red{
    color: #fe4343;
}
/* sticky popup */
.sticky_popup{
    position: fixed;
    width: 230px;
    top:  30%;
    right: 10px;
    z-index: 100;
}
.sticky_popup_bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.sticky_popup_bg.show{
    display: block;
}
.sticky_popup .quick_ask{
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 20px;
    border: 1px solid #4848e7;
    background-color: white;
    transition: all 400ms;
}
.sticky_popup .quick_ask.hide {
    transition: all 400ms;
    transform: translateX(110%) translateY(0) !important;
}
.sticky_popup .quick_ask form{
    padding-bottom: 15px;
    background: url(../images/bg_bar.png) repeat-x 0 100%;
}
.sticky_popup .quick_ask h6{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 20px;
}
.sticky_popup .quick_ask input[type="text"],
.sticky_popup .quick_ask input[type="number"],
.sticky_popup .quick_ask input[type="email"]{
    display: block;
    width: 100%;
    padding: 13px 10px;
    margin-bottom: 5px;
    font-size: 16px;
}
.sticky_popup .quick_ask .col_04 label{
    padding: 15px 0;
    font-size: 15px;
    font-weight: 400;
}
.sticky_popup .quick_ask a.personal_policy{
    display: inline-block;
    margin-right: 3px;
    text-decoration: underline;
}
.sticky_popup .quick_ask button.btn_purple{
    width: 100%;
    line-height: 50px;
    text-align: center;
}
.sticky_popup .quick_ask .tel_info{
    padding-top: 20px;
    text-align: center;
}
.sticky_popup .quick_ask .tel_info p{
    padding-bottom: 3px;
    font-size: 17px;
    font-weight: 700;
}
.sticky_popup .quick_ask .tel_info em{
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 700;
}
.toggle_quickask{
    position: absolute;
    top: 450px;
    right: 0;
}
.toggle_quickask a{
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../images/ico_toggle_01.svg);
    background-color: white;
    border: 1px solid #4848e7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    border-radius: 100%;
}
.toggle_quickask a.toggle{
    background-image: url(../images/ico_quickask.svg);
    background-color: #4848e7;
    background-size: 30px;
    background-position: center;
}
.toggle_quickask a.toggle_mo{
    background-image: url(../images/ico_toggle_01.svg);
    background-color: white;
    border: 1px solid #4848e7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    border-radius: 100%;
}
.scroll-top-arrow{
    position: absolute;
    top: 510px;
    right: 0;
    text-align: center;
}
.scroll-top-arrow a span.txt{
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    color: #222;
}
.scroll-top-arrow a span.icon{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    background-image: url(../images/ico_top_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    border-radius: 100%;
    background-color: #222;
}
.scroll-top-arrow a span.icon img{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

/* header */
header{
    width: 100%;
    height: 77px;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -50%;
    border-bottom: 1px solid #ddd;
    background-color: rgba(255,255,255,0.95);
    z-index: 100;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  header {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.6);  
  }
}
header .inner_con .logo{
    display: block;
    float: left;
    width: 20%;
}
header .inner_con .logo a{
    display: block;
    width: 145px;
    height: 27px;
    margin-top: 25px;
    background: url(../images/logo_header.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0;
} 
header .inner_con nav{
    display: block;
    float: left;
    width: 60%;
    height: 100%;
    margin: 0 auto;
}
header .inner_con ul.gnb{
    width: 100%;
}
header .inner_con ul.gnb li{
    float: left;
    width: 25%;
}
header .inner_con ul.gnb li a{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 77px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #222;
}
header .inner_con ul.gnb li a.mPS2id-highlight{
    color: #4848e7;
    font-weight: 700;
}
header .inner_con .btn_kakao{
    float: right;
    position: relative;
    width: 20%;
    height: 77px;
}
header .inner_con .btn_kakao a{
    display: block;
    position: absolute;
    height: 34px;
    line-height: 34px;
    top: 50%;
    right: 0;
    margin-top: -17px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #f9e000;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
}
header .inner_con .btn_kakao a img{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    margin-right: 7px;
}



/* wrap */
.wrap{
    position: relative;
    width: 100%;
}

/*----------- visual_area -----------*/
.visual_area{
    display: block;
    position: relative;
    width: 100%;
    height: 980px;
    overflow: hidden;
    background-color: #000;
}
.visual_area video{
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -70%;
    opacity: 0.7;
    z-index: 80;
}
.visual_area .txt{
    position: absolute;
    width: 100%;
    top: 45%;
    left: 0;
    z-index: 90;
}
.visual_area .txt p{
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: -0.8px;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
}
.visual_area .txt img{
    display: block;
    margin: 0 auto;
}

/*----------- section_01 -----------*/
.section_01 .banner_area{
    width: 100%;
    background:  url(../images/bg_banner_01.png) repeat 0 0;
    padding:  100px 0;
    text-align: center;
}
.section_01 .banner_area p{
    padding: 0 20px;
    line-height: 1.6;
    letter-spacing: -1.5px;
    font-size: 30px;
    font-weight: 700;
    color: white;
}
.section_01 .banner_area p.opacity6{
    padding-bottom: 40px;
}
.section_01 .banner_area a.btn_line_white{
    display: inline-block;
    padding:  15px 37px;
    font-size: 20px;
    font-weight: 700;
}
.section_01 .contents{
    background-color: #f8f8f8;
}
.section_01 .contents .left{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-left: 140px;
    padding-right: 110px;
}
.section_01 .contents .left h3{
    padding-bottom: 40px;
}
.section_01 .contents .left .con b{
    display: block;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
.section_01 .contents .left .con p{
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    color: #666;
}
.section_01 .contents .right{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-right: 60px;
    text-align: right;
}
.section_01 .contents .right .ref{
    position: relative;
    display: inline-block;
    width: 433px;
    height: 578px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
}
.section_01 .contents .right .ref video{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.section_01 .contents .right .ref a.btn_play{
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin:  -35px 0 0 -35px;
}
.section_01 .contents .right .ref a img{
    display: block;
    width: 100%;
}

/*----------- section_02 -----------*/
.section_02 h3{
    padding-bottom: 60px;
    text-align: center;
    font-weight: 300;
}
.section_02 h3 strong{
    font-weight: 700;
    letter-spacing: -2px;
}
.section_02 ul.tab_menu{
    text-align: center;
}
.section_02 ul.tab_menu li{
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    font-size: 18px;
    padding: 0 30px;
    line-height: 50px;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    cursor: pointer;
}
.section_02 ul.tab_menu li.on{
    color: #4848e7;
    font-weight: 500;
    border-color: #4848e7;
    background-color: #d3d3f9;
}
.section_02 ul.tab_menu li:not(.on):hover{
    background-color: #e7e7e7;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.section_02 .tab_con{
    display: none;
    padding-top: 65px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
}
.section_02 .tab_con.on{
    display: inherit;
}
.section_02 .tab_con .txt{
    padding-bottom: 60px;
}
.section_02 .tc_4 img{
    display: block;
    width: 100%;
}

/* ar app */
.section_02 .arapp .txt p.f17{
    padding-top: 30px;
    font-size: 17px;
    color: #666;
}
.section_02 .arapp .ref{
    position: relative;
    width: 100%;
    height: 600px;
    background-color: #222;
    overflow: hidden;
}
.section_02 .arapp .ref video{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.section_02 .arapp .app_use{
    padding-top: 130px;
}
.section_02 .arapp .app_use ul.app_use_con{
    text-align: center;
    padding-top: 70px;
}
.section_02 .arapp .app_use ul.app_use_con li{
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding-left: 3%;
    padding-right: 3%;
    line-height: 25px;
    font-size: 18px;
}
.section_02 .arapp .app_use ul.app_use_con li img{
    display: block;
    width: 100%;
    padding: 0 50px;
}
.section_02 .arapp .app_use ul.app_use_con li p{
    padding-top: 30px;
}

/* kiosk */
.section_02 .kiosk .spec{
    text-align: left;
}
.section_02 .kiosk .spec.zk05{
    padding-bottom: 150px;
}
.section_02 .kiosk .spec h4{
    padding-left: 75px;
    padding-bottom: 30px;
    padding-top: 20px
}
.section_02 .kiosk .spec .left{
    float: left;
    width: 50%;
    padding-left: 60px;
    padding-right: 75px;
}
.section_02 .kiosk .spec .right{
    float: right;
    width: 50%;
}
.section_02 .kiosk .spec .right h6{
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    background: url(../images/bg_bar.png) repeat-x 0 100%;
}
.section_02 .kiosk .spec .right ul{
    padding-bottom: 50px;
}
.section_02 .kiosk .spec .right ul:last-child{
    padding-bottom: 0;
}
.section_02 .kiosk .spec .right ul li{
    font-size: 18px;
    color: #666;
    line-height: 35px;
}
.section_02 .kiosk .spec .right ul li span{
    display: inline-block;
    font-weight: 700;
    width: 20%;
}

/* custome */
/* 공통 */
.section_02 .custome .custome_category dl{
    text-align: left;
}
.section_02 .custome .custome_category dl dt{
    padding-bottom: 5px;
    font-size: 16px;
}
.section_02 .custome .custome_category dl dt::before{
    content: '';
    padding-left: 20px;
    background: url(../images/dot_yellow.png) no-repeat 0 center;
}
.section_02 .custome .screen{
    padding-bottom: 130px;
}
.section_02 .custome .screen dl{
    float: left;
    width: calc(33.3333% - 10px);
    padding-top: 60px;
}
.section_02 .custome .screen dl.c01{
    margin-right: 7px;
}
.section_02 .custome .screen dl.c02{
    margin: 0 7px;
}
.section_02 .custome .screen dl.c03{
    margin-left: 7px;
}
.section_02 .custome .screen dl dd img{
    display: block;
    width: 100%;
}
.section_02 .custome .frame_type{
    padding-top: 30px;
}
.section_02 .custome .frame_type h6{
    padding-bottom: 10px;
    margin-bottom: 8px;
    text-align: left;
    background: url(../images/bg_bar.png) repeat-x 0 100%;
}
.section_02 .custome .frame_type h6 span{
    padding-left: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #666;
}
.section_02 .custome .frame_type dd{
    display: inline-block;
    margin-top: 8px;
    padding: 30px 50px 40px;
    background-color: #f4f4f4;
}
.section_02 .custome .frame_type dl{
    padding-bottom: 40px;
}
.section_02 .custome .frame_type dl dd li{
    float: left;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}
.section_02 .custome .frame_type dl.c01 dd li:first-child{
    width: 75%;
}
.section_02 .custome .frame_type dl.c01 li:nth-child(2){
    width: 25%;
}
.section_02 .custome .frame_type dl.c02 li:first-child{
    width: 50%;
}
.section_02 .custome .frame_type dl.c02 li:nth-child(2){
    width: 25%;
}
.section_02 .custome .frame_type dl.c02 li:nth-child(3){
    width: 25%;
}
.section_02 .custome .frame_type dl.c03 li:first-child{
    width: 100%;
}
.section_02 .custome .frame_type dl.c01 dd img,
.section_02 .custome .frame_type dl.c02 dd img{
    display: block;
    float: left;
    width: 25%;
}
.section_02 .custome .frame_type dl.c03 dd img{
    display: block;
    float: left;
    width: calc(33.33333% - 15px);
    margin: 0 15px 10px 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}
.section_02 .custome .frame_type dl.c03 dd img:last-child{
    margin-right: 0;
}

/* 3d effect */
.section_02 .effect .effect_ref{
    margin-top: 60px;
    padding: 70px;
    background-color: #f4f4f4;
}
.section_02 .effect .effect_ref p{
    width: 50%;
    float: left;
}
.section_02 .effect .effect_ref p.big{
    padding-right: 11px; 
}
.section_02 .effect .effect_ref p.big img{
    display: block;
    width: 100%;
}
.section_02 .effect .effect_ref p.small{
    padding-left: 7px;
}
.section_02 .effect .effect_ref p.small img{
    display: block;
    float: left;
    width: 50%;
}
.section_02 .effect .effect_ref p.small img:nth-child(odd){
    padding-right: 7px;
}
.section_02 .effect .effect_ref p.small img:nth-child(even){
    padding-left: 7px;
}
.section_02 .effect .effect_ref p.small img:nth-child(1),
.section_02 .effect .effect_ref p.small img:nth-child(2){
    padding-bottom: 14px;
}

/* work_together */
}
.section_02 .work_together{
    padding-top: 30px;
}
.section_02 .work_together dd{
    display: inline-block;
    margin-top: 8px;
    padding: 30px 50px 20px;
    background-color: #f4f4f4;
}
.section_02 .work_together dl{
    padding-bottom: 40px;
}
.section_02 .work_together dl dd li{
    float: left;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}
.section_02 .work_together dl.c01 dd li:first-child{
    width: 50%;
    font-size: 18px;
}
.section_02 .work_together dl.c01 li:nth-child(2){
    width: 50%;
    font-size: 18px;
}
.section_02 .work_together dl.c02 dd li:first-child{
    width: 50%;
    font-size: 18px;
}
.section_02 .work_together dl.c02 li:nth-child(2){
    width: 50%;
    font-size: 18px;
}
.section_02 .work_together dl.c03 li:first-child{
    width: 50%;
    font-size: 18px;
}
.section_02 .work_together dl.c03 li:nth-child(2){
    width: 50%;
    font-size: 18px;
}
.section_02 .work_together dl.c01 dd img,
.section_02 .work_together dl.c02 dd img{
    display: block;
    float: left;
    width: 25%;
    padding-top: 10px;
}
.section_02 .work_together dl.c03 dd img{
    vertical-align: top;
    width: 50%;
    float: left;
}

/* produce */
.section_02 .produce .produce_ref ul{
    
}
.section_02 .produce .produce_ref ul li{
    float: left;
    width: 50%;
    padding-bottom: 100px;
    text-align: left;
}
.section_02 .produce .produce_ref h6{
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 8px;
    text-align: left;
    background: url(../images/bg_bar.png) repeat-x 0 100%;
}
.section_02 .produce .produce_ref h6 span{
    padding-left: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #666;
}
.section_02 .produce .produce_ref dl dt{
    padding-bottom: 5px;
    font-size: 16px;
    text-align: left;
}
.section_02 .produce .produce_ref dd{
    display: inline-block;
    margin-top: 8px;
    padding: 30px 50px 40px;
    background-color: #f4f4f4;
}
.section_02 .produce .produce_ref dl.c01 dd img{
    display: block;
    float: left;
    width: 25%;
}
.section_02 .produce .produce_ref dl.c03 dd img{
    display: block;
    float: left;
    width: calc(33.33333% - 15px);
    margin: 0 15px 10px 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}
.section_02 .produce .produce_ref ul li:nth-child(odd){
    padding-right: 15px;
}
.section_02 .produce .produce_ref ul li:nth-child(even){
    padding-left: 15px;
}
.section_02 .produce .produce_ref ul li img{
    display: block;
    width: 100%;
}
.section_02 .produce .produce_ref ul li h6{
    padding-top: 15px;
    padding-bottom: 5px;
}
.section_02 .produce .produce_ref ul li p{
    padding-bottom: 30px;
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}
.section_02 .produce .produce_ref ul li p b{
    display: block;
    padding-top: 5px;
    font-size: 17px;
}
.section_02 .produce .produce_ref ul li a.btn_line_purple{
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
}

/*----------- section_banner -----------*/
.section_banner{
    background-color: #f8f8f8;
    overflow: hidden;
}
.section_banner .inner_con{
    position: relative;
    padding: 55px 0;
}
.section_banner .txt{
    padding-left: 60px;
}
.section_banner .txt p{
    padding-top: 10px;
    padding-bottom: 25px;
    font-size: 15px;
    color: #666;
}
.section_banner .txt ul.btn_list li{
    display: inline-block;
    margin-right: 5px;
}
.section_banner .txt ul.btn_list li a{
    display: inline-block;
    padding: 0 30px;
    line-height: 42px;
    background-color: #222;
    border-radius: 25px;
    letter-spacing: 0;
    color: white;
    font-weight: 700;
    font-family: 'Montserrat';
}
.section_banner .txt ul.btn_list li a img{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    width: 20px;
}
.section_banner .txt ul.btn_list li:first-child a img{
    padding-bottom: 4px;   
}
.section_banner img.img01{
    display: block;
    position: absolute;
    top: 35px;
    right: 210px;
    width: 310px;
}
.section_banner img.img02{
    display: block;
    position: absolute;
    bottom: 42px;
    right: 60px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

/*----------- section_03 -----------*/
.section_03 .instagram .left{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 30%;
}
.section_03 .instagram .left h3{
    padding-right: 80px;
}
.section_03 .instagram .left h3 p{
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 400;
}
.section_03 .instagram .right{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 70%;
}
.section_03 .instagram .right a.btn_more{
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/btn_more.png) #e5e5e5 no-repeat center;
    background-size: 50%;
}
.section_03 .instagram .right a.btn_more:hover{
    background-color: #d8d8d8;
}
.section_03 .instagram .right ul.gallery{
    float: right;
}
.section_03 .instagram .right ul.gallery li{
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}
.section_03 .instagram .right ul.gallery li:nth-child(3n){
    margin-right: 0;
}
.section_03 .instagram .right ul.gallery li a{
    display: block;
    width: 250px;
    height: 250px;
    background-color: #4848e7;
}
.section_03 .instagram .right ul.gallery li a img{
    display: block;
    width: 100%;
    height: 100%;
}
.section_03 .instagram .right ul.gallery li a:hover img{
    opacity: 0.7;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.section_03 .partner_company{
    padding: 30px 0;
    background-color: #f4f4f4;
}
.section_03 .partner_company table{
    text-align: center;
}
.section_03 .partner_company table tr td{
    width: 20%;
    height: 150px;
    text-align: center;
    vertical-align: middle;

}
.section_03 .partner_company table tr td img{
    display: inline-block;
    width: 50%;
}
.section_03 .news{
    text-align: center;
}
.section_03 .board_list{
    padding-top: 80px;
}
.section_03 .board_list table{
    border-top: 1px solid #222;
}
.section_03 .board_list table tr{
    border-bottom: 1px solid #ddd;
}
.section_03 .board_list table tr.spurs_board_title_tr{
    line-height: 65px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.section_03 .board_list table td.spurs_board_td{
    padding: 0 20px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat';
    color: #666;
}
.section_03 .board_list table td.tl{
    text-align: left;
    font-family: 'Noto Sans KR';
}
.section_03 .board_list table td a{
    display: block;
    width: 100%;
    color: inherit;
}
.section_03 .board_list table td a:hover{
    text-decoration: underline;
}

/*----------- section_04 -----------*/
.section_04{
    background-color: #f4f4f4;
}
.section_04 h3{
    text-align: center;
}
.section_04 h3 p{
    line-height: 25px;
    font-size: 18px;
    color: #666;
    font-weight: 500;
}
.section_04 .inquiry form{
    width: 920px;
    margin: 0 auto;
    padding-top: 40px;
}
.section_04 .inquiry form label{
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}
.section_04 .inquiry form input[type="text"], 
.section_04 .inquiry form input[type="email"], 
.section_04 .inquiry form input[type="number"]{
    width: 100%;
    padding: 15px 10px;
    display: block;
    font-size: 18px;
}
.section_04 .inquiry form textarea{
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 10px;
    line-height: 1.6;
    font-size: 18px;
}
.section_04 .inquiry form .policy_con{
     display: block;
    width: 100%;
    height: 150px;
    padding: 10px 15px;
    line-height: 1.6;
    font-size: 15px;
    border: 1px solid #ddd;
    overflow-y: scroll;
    background-color: white;
}
.section_04 .inquiry form .col{
    width: 100%;
    padding-bottom: 25px;
}
.section_04 .inquiry form .col_01,
.section_04 .inquiry form .col_02,
.section_04 .inquiry form .col_03,
.section_04 .inquiry form .col_04,
.section_04 .inquiry form .col_05,
.section_04 .inquiry form .col_06{
    width: 50%;
    float: left;
}
.section_04 .inquiry form .col_01,
.section_04 .inquiry form .col_03,
.section_04 .inquiry form .col_05{
    padding-right: 10px;
}
.section_04 .inquiry form p.policy{
    padding-top: 10px;
    text-align: right;
}
.section_04 .inquiry form p.policy input,
.section_04 .inquiry form p.policy label{
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
}
.section_04 .inquiry form .tc{
    text-align: center;
}
.section_04 .inquiry form .tc button.btn_purple{
    display: inline-block;
    padding: 0 65px;
    line-height: 55px;
    font-size: 18px;
    cursor: pointer;
}

/*----------- section policy -----------*/
.policy dl{
    padding-top: 50px;
}
.policy dt{
    font-size: 20px;
    padding-bottom: 30px;
    font-weight: 500;
}
.policy dd{
    font-size: 17px;
    line-height: 1.6;
}

/*----------- map -----------*/
.i4ewOd-pzNkMb-tJHJj {
    display: none;
}
.i4ewOd-pzNkMb-haAclf {
    display: none;
}

/*----------- footer -----------*/
footer{
    background-color: #333;
}
footer .inner_con{
    padding: 50px 0;
    text-align: center;
}
footer img.logo{
    padding-bottom: 30px;
    width: 140px;
    opacity: 0.3;
}
footer ul.info{
    padding-bottom: 5px;
}
footer ul.policy{
    padding-top: 15px;
    padding-bottom: 25px;
}
footer ul.info li,
footer ul.policy li{
    position: relative;
    display: inline-block;
    padding: 0 20px 5px;
    color: white;
    font-size: 14px;
    color: white;
}
footer ul.info li::after,
footer ul.policy li::after{
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    top: 50%;
    right: 0;
    margin-top: -6px;
    background-image: url(../images/footer_bar.png);
}
footer ul.info li:last-child::after,
footer ul.policy li:last-child::after{
    background-image: none;
}
footer ul.policy li a{
    color: white;
}
footer p.copyright{
    color: #999;
    font-size: 14px;
}

