@charset "utf-8";
/* **************************************************************************************
* 반응형 스킨 사용자/제작자 CSS
************************************************************************************** */

/* 폰트 색상 */
.font_yellow {color:#fccb18 !important}
.font_blue {color:#52b1e4 !important}
.font_green {color:#71a200 !important}
/* 폰트 색상 끝 */


/* 상단 띠배너 (회원가입/할인/적립/페이백) */
.bn_top{width:100%;height:40px;color:#fff;font-size:1.2em;line-height:40px;text-align:center;background-color:#71a200;}
.bn_top a{position:relative;display:block;width:1260px;color:#fff;margin:0 auto;}
.bn_top a p{width:100%;}
.bn_top a p span{position:relative;display:inline-block;height:20px;vertical-align:middle;margin:0 0 0 10px;}
.bn_top a p span::before{position:absolute;content:"";display:block;top:5px;width:9px;height:1px;background-color:#fff;transform:rotate(45deg);}
.bn_top a p span::after{position:absolute;content:"";display:block;top:11px;width:9px;height:1px;background-color:#fff;transform:rotate(-45deg);}
.bn_top p button{position:absolute;display:inline-block;right:0;top:50%;width:15px;height:15px;text-indent:-9999px;transform:translateY(-50%);}
.bn_top p button::before{position:absolute;content:"";display:block;top:50%;width:15px;height:1px;background-color:#eee;transform:rotate(45deg) translateY(-50%);}
.bn_top p button::after{position:absolute;content:"";display:block;top:50%;width:15px;height:1px;background-color:#eee;transform:rotate(-45deg) translateY(-50%);}

@media only screen and (max-width:600px) {
.bn_top{width:100%;height:35px;color:#fff;font-size:1em;line-height:35px;text-align:center;background-color:#71a200;}
.bn_top a{position:relative;display:block;width:96%;color:#fff;margin:0 auto;}
.bn_top a p{position:relative;width:96%;margin:0 auto;}
.bn_top a p span{position:relative;display:inline-block;height:20px;vertical-align:middle;margin:0 0 0 3px;}
.bn_top a p span::before{position:absolute;content:"";display:block;top:5px;width:7px;height:1px;background-color:#fff;transform:rotate(45deg);}
.bn_top a p span::after{position:absolute;content:"";display:block;top:10px;width:7px;height:1px;background-color:#fff;transform:rotate(-45deg);}
.bn_top a p button{position:absolute;right:2%;display:inline-block;text-indent:-9999px;}
}
/* 상단 띠배너 (회원가입/할인/적립/페이백) 끝 */





/* 로고위치 수정 (브라우저 확대했을때도 가운데 위치하도록) */
.layout_header .logo_wrap .logo_area {
    display: table;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
  /* 로고 영역 수정 */
.layout_header .logo_wrap .logo_area>a {
  position: relative;
    display: block;
    height: 148px;
    width: 20%;
    margin: 0 auto;
    vertical-align: middle;
}
.layout_header .logo_wrap .logo_area img {
    max-height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 600px){
  .layout_header .logo_wrap .logo_area>a {
    height: 50px;
    width: 40%;
    display: block;
    margin: 0 auto;
  }
}
/* 로고위치 수정 (브라우저 확대했을때도 가운데 위치하도록) 끝 */




/* 모바일 버전 contents 좌우 패딩값 / common.css의 layout 부분에 1023px 사이즈 부분 있어서 제거. */
/* @media only screen and (max-width:800px) {
  #layout_body, .resp_wrap {
      max-width: 1260px;
      margin: 0 auto;
      padding-left: 10px;
      padding-right: 10px;
  }
} */
/* 모바일 버전 contents 좌우 패딩값 끝 */




/* 메인 비주얼 슬라이드 */
.main_visual{width:100%;max-width:1920px;height:450px;overflow:hidden;margin:0 auto;}
.visual a{display:block;width:100%;height:100%;}
.visual01 .m_visual,.visual02 .m_visual,.visual03 .m_visual,.visual04 .m_visual,.visual05 .m_visual{display:none;}
.visual01{width:100%;height:450px;background:url(/data/images/visual/visual_open.jpg) no-repeat 50% 0;background-size:cover;}
.visual02{width:100%;height:450px;background:url(/data/images/visual/visual_01.jpg) no-repeat 50% 0;background-size:cover;}
.visual03{width:100%;height:450px;background:url(/data/images/visual/visual_02.jpg) no-repeat 50% 0;background-size:cover;}
.visual04{width:100%;height:450px;background:url(/data/images/visual/visual_03.jpg) no-repeat 50% 0;background-size:cover;}
.visual05{width:100%;height:450px;background:url(/data/images/visual/visual_04.jpg) no-repeat 50% 0;background-size:cover;}
@media only screen and (max-width:600px) {
  .main_visual{max-width:100%;height:inherit;margin:0 auto;}
  .visual01 .m_visual,.visual02 .m_visual,.visual03 .m_visual,.visual04 .m_visual,.visual05 .m_visual{display:block;}
  .visual01,.visual02,.visual03,.visual04,.visual05{width:100%;height:100%;background:transparent;}
}
/* 메인 비주얼 슬라이드 끝 */




/* 로고 사이즈 수정 */
.layout_header .logo_wrap .logo_area img { max-height: 50%;}

@media only screen and (max-width:600px) {
  .layout_header .logo_wrap .resp_wrap{padding-top:15px;padding-bottom:10px;}
  .layout_header .logo_wrap .logo_area img{max-height:50px;}
  .layout_header .logo_wrap.flying .logo_area img{max-height:40px;}
}
/* 로고 사이즈 수정 끝 */




/* 메인 타이틀 (각 section 타이틀) */
.title_group1 { text-align:left; padding:60px 0 20px; }
.title_group1::after{content:"";display:block;clear:both;}
.title_group1 .title1{display:inline-block;font-size:2em;font-weight:700;line-height:1.2;color:#333;vertical-align:bottom;}
.title_group1 .text2{display:inline-block;font-size:1.2em;color:#999;padding:0 0 0 15px;}

.title_group2 { text-align:left; padding:20px 0 20px; }
.title_group2::after{content:"";display:block;clear:both;}
.title_group2 .title1{display:inline-block;font-size:2em;font-weight:700;line-height:1.2;color:#333;vertical-align:bottom;}
.title_group2 .text2{display:inline-block;font-size:1.2em;color:#999;padding:0 0 0 15px;}

@media only screen and (max-width:600px) {
.title_group1 { text-align:left; padding:50px 0 10px; }
.title_group1 .title1{display:inline-block;font-size:1.6em;font-weight:700;line-height:1.2;color:#333;vertical-align:bottom;}
.title_group1 .text2{display:block;font-size:1.0em;color:#999;padding:0;}

.title_group2 { text-align:left; padding:50px 0 10px; }
.title_group2 .title1{display:inline-block;font-size:1.6em;font-weight:700;line-height:1.2;color:#333;vertical-align:bottom;}
.title_group2 .text2{display:block;font-size:1.0em;color:#999;padding:0;}
}
/* 메인 타이틀 (각 section 타이틀) 끝 */



/* 테마 메뉴 */
.theme_menu{max-width:1260px;text-align:center;box-sizing:border-box;margin:2% auto 0;}
.theme_menu ul:after{content:"";clear:both;display:block;}
.theme_menu ul li{width:12%;float:left;margin-left:0.572%;border:1px solid #eee;box-sizing:border-box;padding:0;}
.theme_menu ul li:first-child{margin-left:0;}
.theme_menu ul li span{display:block;padding:7% 0;}
.theme_menu ul li span a{position:relative;display:inline-block;color:#222;font-size:1.2em;background-color:#fff;z-index:1;}
.theme_menu ul li span a:after{position:absolute;bottom:0;left:0;content:"";display:none;width:100%;height:40%;background-color:#ff0;z-index:-1;}
.theme_menu ul li p{overflow:hidden;}
.theme_menu ul,.theme_menu ul li p img{width:100%;}

@media only screen and (max-width:600px)  {
  .theme_menu{width:100%;padding-left:0;padding-right:0;text-align:center;margin:0 auto;}
  .theme_menu ul li{width:25%;float:left;border:0;border-left:1px solid #eee;border-bottom:1px solid #eee;margin:0;padding:1.8% 1.8% 0;}
  .theme_menu ul li:nth-child(1),.theme_menu ul li:nth-child(5){border-color:#eee #eee #eee #fff;}
  .theme_menu ul li span a{position:relative;display:inline-block;color:#222;font-size:.8em;background-color:#fff;z-index:1;}
}
/* 테마 메뉴 끝 */



/* 메인 배너 모음 */
.main_bnr_c1{display:table;width:100%;table-layout:fixed;margin:5% auto 0;}
@media only screen and (max-width:800px) {
  .main_bnr_c1{display:table;width:100%;table-layout:fixed;margin:8% auto 0;}
}
/* 메인 배너 모음 끝 */


/* 메인 슬라이더 배너(하단-TVCF/명화) */
.main_slider_b2 {
  margin-top:50px;
}
.main_slider_b2.sliderB .text_wrap { /* 슬라이더 배너 텍스트 배경 부분 */
    background: rgba( 0, 0, 0, 0.5 );
}
@media only screen and (max-width:800px) {
  .main_slider_b2 { margin-top:20px;}
}
/* 메인 슬라이더 배너 끝 */



/* 메인 탭 메뉴(동서양난) */
ul.displayTabType1 > li.current{color:#71a200;border-left:0 #888 solid;margin-left:-1px;cursor:default;border-color:#fff #fff #71a200;}
ul.displayTabType1 > li{float:left;box-sizing:border-box;background-color:#fff;color:#999;font-size:1.4em;height:45px;line-height:45px;text-align:center;border:2px #fff solid;border-left:none;border-bottom-color:#fff;cursor:pointer;}
ul.displayTabType1 > li:first-child{border-left:0 #ddd solid;}
/* 메인 탭 메뉴(동서양난) 끝 */




/* 카테고리 페이지의 상품 개수 및 상품 정렬 리스트 */
.search_filter_wrap {
    margin-top: 20px;
    margin-bottom: 0px;
}
@media only screen and (max-width:600px) {
  .search_filter_wrap {
      margin-top: 40px;
  }
}
/* 카테고리 페이지의 상품 개수 및 상품 정렬 리스트 끝 */


.search_nav + #goodsSearchForm .search_filter_wrap {
  /* 용도별 카테고리 검색 부분 */
    margin-top: 20px;
}
/* 용도별 카테고리 검색 부분 끝 */





/* 모바일 카카오 문의 아이콘 */
.quick_kakao {
  display:none;
}
@media only screen and (max-width:600px) {
  .quick_kakao {
    display:none;
    position:fixed;
    bottom:10px;
    left:10px;
    z-index:9999;
  }
  .quick_kakao img {
    width:50%;
  }
}
/* 모바일 카카오 문의 아이콘 끝 */





/* 카테고리 커버 이미지 */
.img_cover{position:relative;width:100%;height:200px;margin:0 0 15px 0;text-align:left;}
.img_cover h3{position:absolute;top:50%;left:3%;font-size:3.5em;font-weight:700;color:#fff;transform:translateY(-50%);}
.img_cover h3 span{display:block;font-weight:300;}
.img_cover h3 span:first-of-type{font-size:.3em;font-weight:600;text-transform:uppercase;}
.img_cover h3 span:last-of-type{font-size:.45em;font-weight:300;}

.category_cover_bouquet {
  background:url(/data/images/cover/category/category_cover_bouquet.png) no-repeat 0 0;
  background-size:cover;
}
.category_cover_flowerbasket {
  background:url(/data/images/cover/category/category_cover_flowerbasket.png) no-repeat 0 0;
  background-size:cover;
}
.category_cover_flowerbox {
  background:url(/data/images/cover/category/category_cover_flowerbox.png) no-repeat 0 0;
  background-size:cover;
}
.category_cover_plants {
  background:url(/data/images/cover/category/category_cover_plants.png) no-repeat 0 0;
  background-size:cover;
}
.category_cover_oriental-orchid {
  background:url(/data/images/cover/category/category_cover_oriental-orchid.png) no-repeat 0 0;
  background-size:cover;
}
.category_cover_orchid {
  background:url(/data/images/cover/category/category_cover_orchid.png) no-repeat 0 0;
  background-size:cover;
}
.category_cover_celebration-wreath {
  background:url(/data/images/cover/category/category_cover_celebration-wreath.png) no-repeat 0 0;
  background-size:cover;
}
.category_cover_wreath {
  background:url(/data/images/cover/category/category_cover_wreath.png) no-repeat 0 0;
  background-size:cover;
}
.category_cover_bonsai {
  background:url(/data/images/cover/category/category_cover_bonsai.png) no-repeat 0 0;
  background-size:cover;
}
.category_cover_etc {
  background:url(/data/images/cover/category/category_cover_etc.png) no-repeat 0 0;
  background-size:cover;
}

@media only screen and (max-width:600px) {
  .category_edit_area.mobile_img_adjust img{max-width:100%;margin-left:0;margin-right:0;}
  .img_cover{height:150px;}
  .img_cover h3{font-size:2.4em;}

  .category_cover_bouquet{background-position:20% 50%;}
  .category_cover_flowerbasket{background-position:30% 50%;}
  .category_cover_flowerbox{background-position:25% 50%;}
  .category_cover_plants{background-position:25% 50%;}
  .category_cover_oriental-orchid{background-position:25% 50%;}
  .category_cover_orchid{background-position:25% 50%;}
  .category_cover_celebration-wreath{background-position:25% 50%;}
  .category_cover_wreath{background-position:25% 50%;}
  .category_cover_bonsai{background-position:25% 50%;}
  .category_cover_etc{background-position:25% 50%;}
}
/* 카테고리 커버 이미지 끝 */






/* 이벤트 커버 이미지 */
.event_banner {
  width:100%;
  margin:0 auto;
  text-align: center;

}
.event_banner::after {
  content:"";
  display:block;
  clear:both;
}
.event_banner img {
  float:left;
  width:50%;
}
@media only screen and (max-width:600px) {
  .event_banner {
    width:96%;
    margin:0 auto;
    text-align: center;
  }
  .event_banner img {
    width:100%;
  }
}
/* 이벤트 커버 이미지 끝 */







/* 팝업 위치 */
.designPopup {
    position: absolute;
    top:50% !important;
    left:50% !important;
    transform:translate(-50%,-50%);
    z-index: 210;
}
/* 팝업 위치 끝 */






/* 하단 배너 banner_footer */
.banner_footer { width:100%; margin:60px 0 0 0; }
@media only screen and (max-width:600px) {
  .banner_footer { margin:20px 0 0 0; }
}
/* 하단 배너 banner_footer 끝 */



/*************************************************
********************하단 정보 ********************
*************************************************/
.layout_footer .menu1{text-align:left;vertical-align:top;margin-left:0;font-size:1em;line-height:1.2;min-width:1260px;}
.layout_footer .list > li{padding:0;}
.layout_footer .menu1 > li{display:inline-block;box-sizing:border-box;width:30%;vertical-align:top;padding-top:40px;padding-left:0;font-size:1.2em;line-height:1.5;font-weight:400;color:#767676;}
.layout_footer .title{font-size:1.3em;line-height:1.3;font-weight:700;color:#333;padding-bottom:10px;}
.layout_footer .footer_a{border-top:1px #ddd solid;text-align:center;padding:0 0 20px;}
.layout_footer .list.v5 > li a{position:relative;}
.layout_footer .list.v5 > li a::after{position:absolute;content:"";display:block;top:9px;right:-10px;width:2px;height:2px;border-radius:2px;background-color:#333;}
.layout_footer .list.v5 > li:last-child a::after{display:none;}
.layout_footer .footer_a .foot_menu_d5 li{display:inline-block;margin:0 15px 0 0;}
.layout_footer .footer_a .foot_menu_d5 .v6 li img{width:40px;height:40px;border-radius:100%;}
.layout_footer .list .compay_phone{font-size:2em;line-height:1.2;font-weight:700;color:#333;letter-spacing:-1px;padding-bottom:4px;margin-top:-2px;}
.layout_footer .list .compay_phone a{color:#71a200;}
.layout_footer .list.v4{font-size:1em;color:#666;}
.layout_footer .list.v3 > li{font-size:1em;padding:3px 0 0;}
.layout_footer .list.v3 > li:last-child{padding:10px 0 0;}
.layout_footer .menu3{margin-left:-30px;padding-right:80px;font-size:1em;line-height:1.8em;color:#999;}

/* 계좌번호 부분 */
.layout_footer .list.v3 > li{font-size:1em;padding:3px 0 0;}
.layout_footer .list.v3 > li:last-child{padding:10px 0 0;}
/* 계좌번호 부분 끝 */





/* footer infomation */
.layout_footer .menu3{margin-left:-30px;padding-right:80px;font-size:1em;line-height:1.8em;color:#999;}
/* footer infomation 끝 */



@media only screen and (max-width:600px) {
  .layout_footer .menu1{text-align:left;vertical-align:top;margin-left:0;font-size:1em;line-height:1.2;min-width:inherit;}
  .layout_footer .list.v5 > li{font-size:.8em;}
  .layout_footer .list.v5 > li a::after{position:absolute;content:"";display:block;top:7px;right:-10px;width:2px;height:2px;border-radius:2px;background-color:#333;}
  .layout_footer .footer_a .foot_menu_d5 li{display:inline-block;margin:0 10px 0 0;}
  .layout_footer .menu1 > li{display:inline-block;box-sizing:border-box;width:30%;vertical-align:top;padding-top:20px;padding-left:0;font-size:1.2em;line-height:1.5;font-weight:400;color:#767676;}
  .layout_footer .menu3{margin-left:0;padding-right:0;font-size:1em;line-height:1.8em;color:#999;}
  .layout_footer .footer_c{padding:0;}

  /* 계좌번호 부분 */
  .layout_footer .list.v3 > li{font-size:1em;padding:1px 0 0;}
  .layout_footer .list.v3 > li:last-child{padding:10px 0 0;}
}




/* 에크로스 */
.layout_footer .escrow {
    position: absolute;
    right: 270px;
    top: 0;
}
@media only screen and (max-width:600px) {
  .layout_footer .escrow {
    position: static;
    right: none;
    top: none;
    width:50%;
    padding-top: 10px;
  }
}
/* 에크로스 끝 */

/*************************************************
****************  하단 정보 끝 ******************
*************************************************/
















/*************************************************
***************** 공통 페이지 *******************
*************************************************/
.visual_title {
    margin-top: 18px;
    position: relative;
    overflow: hidden;
}



/*************************************************
*****************공통 페이지 끝 *****************
*************************************************/







/*************************************************
************** CS CENTER (고객센터) *************
************************************************/

 /* 아이콘 메뉴 부분 */
.mycs_fcont_margin {
    margin-top: 30px;
}
@media only screen and (max-width:600px) {
  /* .mycs_fcont_margin {
      margin-top: 30px;
  } */
}
/* 아이콘 메뉴 부분 끝 */

.cs_center{width:100%;color:#222;}
.cs_center ul{width:100%;height:220px;text-align:center;}
.cs_center ul::after{content:"";display:block;clear:both;}
.cs_center ul li{height:100%;float:left;box-sizing:border-box;}
.cs_center ul li a{display:block;width:100%;height:100%;}
.cs_center ul li h4{position:relative;top:18%;font-size:4em;font-weight:700;}
.cs_center ul li p{font-size:1.4em;margin:58px 0 0;}
.cs_center ul li p span{display:block;color:#71a200;margin:3px 0 0;}
.cs_center ul li:nth-child(1){position:relative;width:50%;background-color:#f2f2f2;}
.cs_center ul li:nth-child(1) a{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.cs_center ul li:nth-child(2){position:relative;width:25%;background-color:#fce75c;background-image:url(/data/images/icon/cs/icon_kakao.png);background-repeat:no-repeat;background-position:50% 37%;}
.cs_center ul li:nth-child(2) a p{position:absolute;width:100%;bottom:17%;left:50%;transform:translateX(-50%);}
.cs_center ul li:nth-child(3){position:relative;width:25%;background-color:#5ec069;background-image:url(/data/images/icon/cs/icon_talk.png);background-repeat:no-repeat;background-position:50% 37%;}
.cs_center ul li:nth-child(3) a p{position:absolute;width:100%;bottom:17%;left:50%;color:#fff;transform:translateX(-50%);}

@media only screen and (max-width:600px) {
  .cs_center ul{height:160px;}
  .cs_center ul li h4{top:18%;font-size:2.2em;}
  .cs_center ul li p{font-size:1em;margin:40px 0 0;}
  .cs_center ul li p span{margin:3px 0 0;}
  .cs_center ul li:nth-child(1){width:100%;}
  .cs_center ul li:nth-child(2),.cs_center ul li:nth-child(3){width:50%;background-position:50% 37%;background-size:30%;}
}


/* 아이콘 변경 */
  /* 1:1문의 */
.cs_top2>a.menu3>.area:before {
    background-image: url(/data/images/icon/cs/icon_cs_QnA.png);
}
/* 상품문의 */
.cs_top2>a.menu1>.area:before {
    background-image: url(/data/images/icon/cs/icon_product.png);
}
/* 공지사항 */
.cs_top2>a.menu2>.area:before {
  background-image: url(/data/images/icon/cs/icon_cs_notice.png);
}
/* 아이콘 변경 끝 */



/*************************************************
************ CS CENTER (고객센터) 끝 ************
************************************************/










/*************************************************
***************** 서브 페이지 *******************
*************************************************/

/* 서브 네비게이션 부분 */
@media only screen and (max-width:600px) {
  .search_nav{font-size:1em;line-height:32px;color:#666;padding:10px 0 0 0;}
}
/* 서브 네비게이션 부분 끝 */

/* 서브 공통 부분 */
.sub_wrap{width:100%;text-align:center;color:#222;}
.sub_title{position:relative;width:100%; margin-top: 19px;}
.sub_title h2{position:absolute;top:50%;left:50%;font-size:4em;font-weight:700;transform:translate(-50%,-50%);}
.sub_title h2 span{display:block;color:#333;font-size:.3em;font-weight:400;}
.sub_section{margin:80px 0 0;}

@media only screen and (max-width:600px) {
  .sub_title h2{width:100%;font-size:2em;}
  .sub_section{margin:50px 0 0;}
}

/* 서브 공통 부분 끝 */



/*************************************************
***************** 회원가입혜택 ******************
*************************************************/
/* 메인 타이틀 */
.join .sub_title .img_area{width:100%;height:380px;background:url(/data/images/join/img_join_cover.png) no-repeat 0 0;background-size:cover;}
.join .sub_title h2{color:#71a200;}
.join .sub_section h3{font-size:2.4em;font-weight:700;color:#71a200;}
.join .sub_section h3 span{display:block;width:30px;height:30px;font-size:.7em;font-weight:400;color:#fff;border-radius:30px;background-color:#71a200;margin:0 auto 8px;}

@media only screen and (max-width:600px) {
  .join .sub_section h3{font-size:2em;font-weight:700;color:#71a200;}
  .join .sub_section h3 span{display:block;width:25px;height:25px;font-size:.7em;font-weight:400;color:#fff;border-radius:25px;background-color:#71a200;margin:0 auto 8px;}
  .join .sub_title .img_area{width:100%;height:100px;background:url(/data/images/join/img_join_cover.png) no-repeat 0 0;background-size:cover;}
}

/* 메인 타이틀 끝 */


/* 적립금 */
.point_contents{position:relative;width:75%;background-color:#fccb18;z-index:1;margin:30px auto;}
.point_contents::before{position:absolute;display:block;content:"";width:156px;height:118px;bottom:10px;right:-100px;z-index:-1;background:url(/data/images/join/icon_point_back.png) no-repeat 0 0;}
.point_contents .img_point_left{position:absolute;width:130px;height:125px;bottom:-15px;left:-70px;z-index:2;background:url(/data/images/join/icon_point_left.png) no-repeat 0 0;}
.point_contents .img_point_front{position:absolute;width:148px;height:88px;bottom:-17px;right:-50px;z-index:2;background:url(/data/images/join/icon_point_front.png) no-repeat 0 0;}
.point_contents p{width:80%;font-size:1.8em;margin:0 auto;padding:50px 0;}
.point_contents p:first-of-type{border-bottom:1px solid #333;}
.point_contents p b{font-size:1.4em;}
.point_contents p span{display:block;font-size:.75em;font-weight:300;padding:10px 0;}
.point ul{width:40%;text-align:left;font-size:1.2em;font-weight:300;margin:0 auto;}
.point ul li{position:relative;margin:0 0 10px;}
.point ul li::before{position:absolute;content:"";display:block;width:2px;height:2px;top:8px;left:-10px;border-radius:2px;background-color:#333;}

@media only screen and (max-width:600px) {
  .point_contents{position:relative;width:100%;background-color:#fccb18;z-index:1;margin:30px auto;}
  .point_contents::before{width:60px;height:45px;bottom:-10px;right:-8px;z-index:-1;background:url(/data/images/join/icon_point_back.png) no-repeat 0 0;background-size:cover;}
  .point_contents .img_point_left{width:60px;height:58px;bottom:-15px;left:-7px;z-index:2;background:url(/data/images/join/icon_point_left.png) no-repeat 0 0;background-size:cover;}
  .point_contents .img_point_front{width:60px;height:36px;bottom:-17px;right:40px;z-index:2;background:url(/data/images/join/icon_point_front.png) no-repeat 0 0;background-size:cover;}
  .point_contents p{width:90%;font-size:1.6em;padding:20px 0;}
  .point_contents p span{font-size:.55em;padding:10px 0;}
  .point ul{width:90%;font-size:1em;}
}

/* 적립금 */


/* 페이백 */
.payback{background-color:#f7f7f7;padding:80px 0;}
.payback_contents > p{width:80%;font-size:1.8em;margin:0 auto;padding:30px 0 40px;}
.payback_contents > p > b{font-size:1.4em;}
.payback_contents > p > span{display:block;font-size:.75em;font-weight:300;}
.payback_contents > p > span:first-of-type{margin-top:10px;}
.payback_coupon{width:75%;margin:0 auto 50px;}
.payback_coupon::after{content:"";display:block;clear:both;}
.payback_coupon > p.payback_coupon_voucher{position:relative;width:47%;float:left;background-color:#fccb18;padding:30px 0;}
.payback_coupon > p.payback_coupon_voucher b{position:absolute;top:100px;left:50%;display:block;font-size:3em;font-weight:200;color:#fff;opacity:0.5;transform:translateX(-50%);}
.payback_coupon > p.payback_coupon_cash{position:relative;width:47%;float:right;background-color:#53b2e5;padding:30px 0;}
.payback_coupon > p.payback_coupon_cash b{position:absolute;width:100%;top:100px;left:50%;display:block;font-size:3em;font-weight:200;color:#fff;opacity:0.5;transform:translateX(-50%);}
.payback ul{width:50%;text-align:left;font-size:1.2em;font-weight:300;margin:0 auto;}
.payback ul li{position:relative;margin:0 0 10px;}
.payback ul li::before{position:absolute;content:"";display:block;width:2px;height:2px;top:8px;left:-10px;border-radius:2px;background-color:#333;}
.payback_coupon > p.payback_coupon_voucher::before,.payback_coupon > p.payback_coupon_cash::before{position:absolute;top:50%;left:-25px;content:"";display:block;width:50px;height:50px;border-radius:50px;background-color:#f7f7f7;transform:translateY(-50%);}
.payback_coupon > p.payback_coupon_voucher::after,.payback_coupon > p.payback_coupon_cash::after{position:absolute;top:50%;right:-25px;content:"";display:block;width:50px;height:50px;border-radius:50px;background-color:#f7f7f7;transform:translateY(-50%);}
.payback_coupon > p.payback_coupon_voucher strong,.payback_coupon > p.payback_coupon_cash strong{position:relative;display:block;font-size:4em;font-weight:200;color:#fff;padding:3% 0 18%;}
.payback_coupon > p.payback_coupon_voucher strong::before,.payback_coupon > p.payback_coupon_cash strong::before{position:absolute;content:"";top:-10px;left:50%;display:block;width:85%;height:2px;background-color:#fff;transform:translateX(-50%);margin:0 auto;}
.payback_coupon > p.payback_coupon_voucher strong::after,.payback_coupon > p.payback_coupon_cash strong::after{position:absolute;content:"";bottom:20px;left:50%;display:block;width:85%;height:2px;background-color:#fff;transform:translateX(-50%);margin:0 auto;}
.payback_coupon > p.payback_coupon_voucher span,.payback_coupon > p.payback_coupon_cash span{position:absolute;left:50%;bottom:15px;font-size:1.2em;font-weight:400;color:#fff;transform:translateX(-50%);}
@media only screen and (max-width:600px) {
  .payback{padding:30px 0;}
  .payback_contents > p{width:90%;font-size:1.6em;padding:20px 0;}
  .payback_contents > p > b{font-size:1.4em;}
  .payback_contents > p > span{font-size:.55em;}
  .payback_coupon{width:90%;margin:0 auto 20px;}
  .payback_coupon > p.payback_coupon_voucher{position:relative;width:100%;float:none;padding:30px 0;}
  .payback_coupon > p.payback_coupon_voucher b{top:67px;left:50%;font-size:2.8em;}
  .payback_coupon > p.payback_coupon_cash{position:relative;width:100%;float:none;margin:20px 0 0;padding:30px 0;}
  .payback_coupon > p.payback_coupon_cash b{top:78px;left:50%;font-size:2em;}
  .payback ul{width:80%;font-size:1em;}
  .payback_coupon > p.payback_coupon_voucher strong,.payback_coupon > p.payback_coupon_cash strong{position:relative;display:block;font-size:3em;padding:0 0 20%;}
  .payback_coupon > p.payback_coupon_voucher span,.payback_coupon > p.payback_coupon_cash span{position:absolute;width:100%;left:50%;font-size:1.2em;}
}
/* 페이백 끝 */


/* 더블적립 */
.double{background-color:#fffbbb;margin:0;padding:80px 0;}
.double_contents > p{width:80%;font-size:1.8em;margin:0 auto;padding:30px 0 40px;}
.double_contents > p > b{font-size:1.4em;}
.double_contents > p > span{display:block;font-size:.75em;font-weight:300;}
.double_contents > p > span:first-of-type{margin-top:10px;font-weight:700;}
.double_contents > span{display:block;margin-top:10px;color:#ac0000;}

@media only screen and (max-width:600px) {
  .double{padding:30px 0;}
  .double_contents > p{width:90%;font-size:1.6em;padding:20px 0;}
}
/* 더블적립 끝 */

.btn_join{display:inline-block;font-size:2em;font-weight:400;color:#fff;border-radius:60px;background-color:#71a200;margin:80px 0 50px;padding:15px 80px;}

@media only screen and (max-width:600px) {
  /* .btn_join {
    margin:30px 0 40px 0;
    padding:10px 60px;
    font-size:1.6em;
    font-weight:400;
    border-radius: 60px;
  } */
.btn_join{position:fixed;bottom:60px;left:50%;width:50%;display:block;font-size:1.6em;font-weight:400;border-radius:100px;z-index:100;transform:translateX(-50%);margin:0 auto;padding:10px 60px;}
}
/*************************************************
**************** 회원가입혜택 끝 ****************
*************************************************/






/***********************************************************
**************** 꽃집청년들 소개(회사소개) ****************
*********************************************************/
.company .company_info {margin:50px 0 0 0;}

  /* slick arrows 기본 보이도록 설정 */
  .company .slick-slider .slick-arrow{opacity:0.4;}
  /* slick arrows 기본 보이도록 설정 끝 */

.company .sub_title .img_area{width:100%;height:300px;background:url(/data/images/company/img_company_cover.jpg) no-repeat 0 0;background-size:cover;}
.company .sub_section h3{position:relative;font-size:2.6em;font-weight:700;margin:0 0 40px;}
.company .sub_section h3::after{content:"";display:block;width:150px;height:1px;background-color:#666;margin:40px auto 0;}
.company .sub_section h3 span{display:block;font-size:.65em;font-weight:300;color:#666;}
.company .sub_section p{width:60%;font-size:1.6em;font-weight:300;margin:0 auto 20px;}

@media only screen and (max-width:600px) {
  .company .sub_title .img_area{height:100px;background-size:contain;}
  .company .sub_section h3{font-size:1.8em;margin:-30px 0 30px;}
  .company .sub_section h3::after{width:100px;margin:20px auto 0;}
  .company .sub_section p{width:100%;font-size:.8em;font-weight:300;margin:0 auto 20px;}
}


  /* 소개 - 브랜드 대상 */
.company_brandaward{position:relative;width:100%;height:700px;border-top:2px solid #fccb18;background-color:#ffe59a;background-image:url(/data/images/company/img_company_brand.png);background-size:cover;margin:100px 0 0;}
.company .company_brandaward h3{position:relative;margin-top:87px;z-index:2;}
.company_brandaward img{margin-bottom:40px;}

@media only screen and (max-width:600px) {
  .company_brandaward{position:relative;width:100%;height:auto;padding-bottom:20px;background-size:contain;margin:50px 0 0;}
  .company .company_brandaward h3{position:relative;margin-top:30px;margin-bottom:20px;z-index:2;}
  .company_brandaward img{width:30%;margin-bottom:20px;}
}
  /* 소개 - 브랜드 대상 끝 */



  /* 소개 - 협회(association) */
  .company_association{margin-top:0;background-color:#f7f7f7;padding:100px 0;}
  .company_association ul{width:80%;margin:0 auto;}
  .company_association ul::after{content:"";display:block;clear:both;}
  .company_association ul li{width:50%;float:left;text-align:justify;border-left:1px solid #e6e6e6;box-sizing:border-box;}
  .company_association ul li:first-of-type{border-left:0;}
  .company_association ul li .img_area{position:relative;width:100%;height:165px;margin-bottom:20px;}
  .company_association ul li .img_area img{position:absolute;display:block;margin-bottom:20px;top:50%;left:50%;transform:translate(-50%,-50%) scale(0.85);}

  @media only screen and (max-width:600px) {
    .company_association{padding:65px 0 20px;}
    .company_association ul li{width:100%;float:none;text-align:center;border-left:0 solid #e6e6e6;}
    .company_association ul li .img_area{width:80%;height:80px;margin:0 auto 20px;}
    .company_association ul li .img_area img{width:50%;margin-bottom:10px;}
  }
  /* 소개 - 협회(association) 끝 */


  /* 소개 - vision */
  .company_vision{position:relative;margin-top:0;border-top:5px solid #53b2e5;background-color:#def8ff;padding:60px 0;}
  .company .company_vision h3{position:relative;z-index:1;}
  .company .company_vision h3::before{position:absolute;content:"";display:block;top:-4px;left:50%;width:50px;height:50px;border-radius:50px;background-color:#fff;transform:translateX(-50%);z-index:-1;}
  .company_vision ul{width:80%;margin:0 auto;}
  .company_vision .slick-dots{position:relative;width:100%;bottom:inherit;margin:50px auto 0;}
  .company_vision h4{margin-bottom:40px;font-size:1.8em;font-weight:700;}
  .company_vision_deco{position:absolute;width:100%;height:100px;top:0;left:0;}
  .company_vision_deco span:nth-child(1){position:absolute;display:block;width:70px;height:10px;top:75px;left:31%;border-radius:30px;background-color:#53b2e5;}
  .company_vision_deco span:nth-child(2){position:absolute;display:block;width:40px;height:10px;top:95px;left:28%;border-radius:30px;background-color:#fccb18;}
  .company_vision_deco span:nth-child(3){position:absolute;display:block;width:76px;height:10px;top:72px;left:60%;border-radius:30px;background-color:#71a200;}
  .company_vision_deco span:nth-child(4){position:absolute;display:block;width:24px;height:10px;top:56px;left:66%;border-radius:30px;background-color:#3d3d3d;}
  @media only screen and (max-width:600px) {
    .company_vision{margin-top:0;border-top:1px solid #53b2e5;padding:60px 0 30px;}
    .company .company_vision h3::before{top:-10px;left:50%;width:50px;height:50px;border-radius:50px;transform:translateX(-50%);}
    .company_vision_deco span:nth-child(1){width:32px;height:5px;top:40px;left:17%;}
    .company_vision_deco span:nth-child(2){width:15px;height:5px;top:50px;left:14%;background-color:#fccb18;}
    .company_vision_deco span:nth-child(3){width:40px;height:5px;top:37px;left:68%;}
    .company_vision_deco span:nth-child(4){width:14px;height:5px;top:30px;left:78%;}
    .company_vision ul{width:98%;}
    .company_vision h4{margin-bottom:20px;font-size:1.4em;font-weight:700;}
    .company_vision .slick-dots{position:relative;width:100%;bottom:inherit;margin:20px auto 0;}
  }
  /* 소개 - vision 끝 */


  /* 소개 - HISTORY */
  .company_history h3{color:#71a200;}
  .company_history h4{margin-bottom:50px;font-size:1.8em;font-weight:700;}
  .history span{display:block;width:30px;height:30px;font-size:1.2em;font-weight:700;line-height:30px;text-align:center;color:#fff;border-radius:30px;background-color:#71a200;margin:0 auto 10px;}
  .history{width:80%;margin:0 auto;}
  .history ul li{margin:30px 0;}
  .company .sub_section .history ul li img{margin-top:0;margin-bottom:3px;}
  .company .sub_section .history ul li p{font-size:1.4em;padding:5px 0;}
  .history_bullet{width:40%;border-top:1px solid #71a200;margin:65px auto;}
  .history_bullet:after{content:"";display:block;clear:both;}
  .history_bullet li{display:block;width:20%;float:left;padding:15px 0;}
  .history_bullet li a{display:block;font-size:1.2em;font-weight:700;color:#ccc;}
  .history_bullet li a.history_select{color:#71a200;font-weight:700;}

  @media only screen and (max-width:600px) {
    .company_history h3{padding-top:10px;}
    .company_history h4{margin-bottom:30px;font-size:1.4em;}
    .history span{width:20px;height:20px;font-size:1em;line-height:20px;border-radius:20px;margin:0 auto 5px;}
    .history{width:98%;margin:0 auto;}
    .history ul li{margin:20px 0;}
    .company .sub_section .history ul li img{width:35%;margin-top:0;margin-bottom:3px;}
    .company .sub_section .history ul li p{font-size:1em;padding:5px 0;}
    .history_bullet{width:98%;margin:30px auto;}
    .history_bullet li{padding:10px 0;}
    .history_bullet li a{font-size:1em;}
    .history_bullet li a.history_select{color:#71a200;font-weight:700;}
  }
  /* 소개 - HISTORY 끝 */


  /* 소개 - worldvision */
  .company_worldvision{width:80%;border:1px solid #ccc;background-color:#f7f7f7;box-sizing:border-box;margin:100px auto 200px;padding:30px 40px;}
  .company_worldvision::after{content:"";display:block;clear:both;}
  .company_worldvision img{display:block;float:left;}
  .company .sub_section.company_worldvision p{float:right;text-align:left;font-size:2.4em;font-weight:700;}
  .company .sub_section.company_worldvision p span{display:block;margin-top:20px;font-size:.6em;font-weight:300;}
  @media only screen and (max-width:600px) {
  .company_worldvision{width:100%;border:1px solid #ccc;background-color:#f7f7f7;margin:50px auto 100px;padding:20px;}
  .company_worldvision img{display:block;float:none;width:80%;margin:0 auto;}
  .company .sub_section.company_worldvision p{float:none;text-align:center;font-size:1.8em;}
  .company .sub_section.company_worldvision p span{margin-top:10px;}
  }
  /* 소개 - worldvision 끝 */
  /*************************************************
  ************** 꽃집청년들 소개 끝 ***************
  *************************************************/




/*************************************************
*************** 브랜드 대상 수상 ****************
*************************************************/
  /* 대상 정보 부분 */
.sub_section.award_info{margin:19px 0 0;}
.award_info{position:relative;background-color:#fffce5;padding:100px 0;}
.award_info h3{width:24%;font-size:5em;font-weight:800;line-height:1.2em;color:#71a200;margin:0 auto;}
.award_info h3 > p{display:flex;justify-content:space-between;}
.award_info h3 > span{display:block;font-size:.32em;font-weight:300;line-height:1.0;text-shadow:none;color:#fff;background-color:#71a200;margin:0 0 10px;padding:10px;}
.award_info .award_deco span{position:absolute;}
.award_info .award_deco span:nth-child(1) { top:11%; right:30%;}
.award_info .award_deco span:nth-child(2) { top:22%; right:25%;}
.award_info .award_deco span:nth-child(3) { top:31%; right:31%;}
.award_info .award_deco span:nth-child(4) { top:49%; right:37%;}
.award_info .award_deco span:nth-child(5) { top:44%; left:39%;}
.award_info .award_deco span:nth-child(6) { top:34%; left:28%;}
.award_info .award_deco span:nth-child(7) {top:21%;left: 31%;}
.award_info .award_deco span:nth-child(8) {top:16%;left: 25%;}
.award_info .award_deco span:nth-child(9) {top:9%;left: 33%;}

.award_info .award_symbol{position:relative;width:80%;margin:30px auto;}
.award_info .award_symbol img{position:relative;z-index:2;}
.award_info .award_symbol span{position:absolute;font-size:4.8em;font-weight:200;color:#f5e5a8;}
.award_info .award_symbol span:nth-child(1){top:25%;left:15%;}
.award_info .award_symbol span:nth-child(3){top:25%;right:15%;}
.award_info .award_symbol span:nth-child(2){display:block;width:350px;height:1px;top:42%;left:50%;background-color:#f5e5a8;transform:translate(-50%,-50%);z-index:1;}
.award_info > p{width:60%;font-size:1.6em;font-weight:300;margin:0 auto 20px;}
@media only screen and (max-width:600px) {
  .award_info{padding:50px 0;}
  .award_info h3{width:60%;font-size:3em;}
  .award_info h3 > span{font-size:.36em;margin:0 0 10px;padding:5px;}
  .award_deco img {max-width:60%;}
  .award_info .award_deco span:nth-child(1) {top: 9%;right: 6%;}
  .award_info .award_deco span:nth-child(2) {top: 19%;right: 0%;right: 1%;}
  .award_info .award_deco span:nth-child(3) {top: 28%;right: 8%;}
  .award_info .award_deco span:nth-child(4) {top: 44%;right:16%;}
  .award_info .award_deco span:nth-child(5) {top: 43%;left: 20%;}
  .award_info .award_deco span:nth-child(6) {top: 33%;left:4%;}
  .award_info .award_deco span:nth-child(7) {top: 18%;left: 9%;}
  .award_info .award_deco span:nth-child(8) {top: 11%;left: 1%;}
  .award_info .award_deco span:nth-child(9) {top: 6%;left: 9%;}
  .award_info .award_symbol{position:relative;width:40%;margin:20px auto;}
  .award_info .award_symbol span{font-size:2.8em;}
  .award_info .award_symbol span:nth-child(1){top:26%;left:-68%;}
  .award_info .award_symbol span:nth-child(3){top:26%;right:-68%;}
  .award_info .award_symbol span:nth-child(2){width:160px;}
  .award_info > p{width:100%;font-size:1.2em;}
}
  /* 대상 정보 부분 끝 */

  /* 인증서 */
  /* slick arrows 기본 보이도록 설정 */
  .award .slick-slider .slick-arrow{opacity:0.4;}
  /* slick arrows 기본 보이도록 설정 끝 */
  .award_certification h3{font-size:2.4em;font-weight:700;text-transform:uppercase;color:#222;}
  .award_certification ul{width:80%;margin:30px auto;}
  .award_certification_list li h4{margin-top:10px;font-size:2em;}
  @media only screen and (max-width:600px) {
    .award_certification h3{font-size:2em;}
    .award_certification ul{margin:20px auto;}
    .award_certification_list li h4{margin-top:0;font-size:1.6em;}
  }
  /* 인증서 끝 */

  /* 2014 프리미엄브랜드 대상 */
  .award_2014{background-color:#f7f7f7;padding:80px 0;}
  .award_2014 h3{font-size:2.4em;font-weight:700;color:#222;}
  .award_2014 h3 span{display:block;margin-top:20px;font-size:.6em;font-weight:300;}
  .award_2014 img{margin:20px 0 20px 45px;}
  .award_2014 > p{width:60%;font-size:1.6em;font-weight:300;margin:0 auto 20px;}
  @media only screen and (max-width:600px) {
    .award_2014{background-color:#f7f7f7;padding:40px 0;}
    .award_2014 h3{font-size:2em;}
    .award_2014 h3 span{display:block;margin-top:10px;font-size:.6em;font-weight:300;}
    .award_2014 img{width:78%;margin:10px 0 10px 30px;}
    .award_2014 > p{width:100%;font-size:1em;font-weight:300;margin:0 auto 20px;}
  }
  /* 2014 프리미엄브랜드 대상 끝 */

/*************************************************
************* 브랜드 대상 수상 끝 ***************
*************************************************/






/*************************************************
***************  협찬 제휴 페이지 ***************
*************************************************/
.support .sub_section h3{position:relative;font-size:2.6em;font-weight:700;margin:0 0 40px;text-transform: uppercase;}
.support .sub_section h3::after{content:"";display:block;width:150px;height:1px;background-color:#666;margin:40px auto 0;}
.support .sub_section h3 span{display:block;font-size:.65em;font-weight:300;color:#666;}

.support .support_info{margin:19px 0 0;}
.support_info{background-color:#fffce5;padding:100px 0;}
.support_info > p{font-size:2em;font-weight:700;color:#71a200;}
.support_info ul{width:70%;margin:60px auto 0;}
.support_info ul li{position:relative;float:left;width:20%;height:auto;min-height:170px;margin-left:6.66%;text-align:center;font-size:1.3em;font-weight:700;border-radius:100%;box-sizing:border-box;background-color:#ccc;padding:20px;}
.support_info ul li::after{position:absolute;content:"";display:block;top:50%;left:50%;width:80%;height:80%;border-radius:100%;background-color:#fff;transform:translate(-50%,-50%);}
.support_info ul li:nth-child(1){color:#fccb18;background-color:#fde37e;}
.support_info ul li:nth-child(2){color:#52b1e4;background-color:#a8d6e4;}
.support_info ul li:nth-child(3){color:#70a100;background-color:#b7ce72;}
.support_info ul li:nth-child(4){color:#666;background-color:#b2b1a5;}
.support_info ul li p{position:absolute;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;}
.support_info ul li:first-child{margin-left:0;}
.sponsor p{width:50%;font-size:1.6em;margin:0 auto;}
.sponsor ul{width:70%;margin:40px auto;}
.sponsor ul li{float:left;width:25%;margin:0 0 1.5%;}
.partners{background-color:#f7f7f7;padding:80px 0;}
.partners ul{width:70%;margin:0 auto;}
.partners ul li{width:16.6666%;float:left;}
.support_info ul::after,.sponsor ul::after,.partners ul::after{content:"";display:block;clear:both;}
@media only screen and (max-width:600px) {
  .support .sub_section h3{font-size:1.8em;margin:0 0 20px;}
  .support .sub_section h3::after{content:"";display:block;width:100px;margin:20px auto 0;}
  .support .sub_section h3 span{display:block;width:80%;margin:0 auto;font-size:.65em;font-weight:300;color:#666;}

  .support_info > p{font-size:1.4em;}
  .support_info ul{width:80%;margin:40px auto 0;}
  .support_info ul li{width:45%;min-height:120px;margin-left:10%;margin-bottom:10%;font-size:1em;padding:20px;}
  .sponsor p{width:95%;font-size:1.2em;margin:0 auto;}
  .sponsor ul{width:90%;margin:20px auto;}
  .sponsor ul li{width:47.5%;margin:0 0 1.5% 1.5%;}
  .partners ul{width:90%;}
  .partners ul li{width:25%;float:left;}
  .support_info,.partners{padding:40px 0;}
  .support_info ul li:nth-child(1),.support_info ul li:nth-child(3){margin-left:0;}
}
/*************************************************
**************  협찬 제휴 페이지 끝 *************
*************************************************/




/*************************************************
***************** 서브 페이지 끝 *****************
*************************************************/











/*****************************************************************
**************  회원가입 페이지의 혜택 쿠폰 노출 ****************
****************************************************************/

.join_member_benefit_detail ul.join_gate_coupon {
  display: inline-block;
  width:100%;
  margin: 0;
  padding: 0;
}

.join_member_benefit_detail ul.join_gate_coupon li {
  position: relative;
  width:100%;
  margin:10px 0;
  padding:10px 0;
  border:1px solid #eee;
  font-size:1.1em;
  font-weight:bold;
  color:#222;
  box-shadow: 1px 1px #eee;
}
.join_member_benefit_detail ul.join_gate_coupon li:nth-child(1) {
  /* border-top:2px solid #fccb18; */
}
.join_member_benefit_detail ul.join_gate_coupon li:nth-child(2) {
  /* border-top:2px solid #53b2e5; */
}
.join_member_benefit_detail ul.join_gate_coupon li:nth-child(3) {
  /* border-top:2px solid #71a200; */
}

.join_member_benefit_detail ul.join_gate_coupon li span:first-child::before{position:absolute;display:block;content:"";top:15px;left:-7px;width:11px;height:11px;border-radius:11px;background-color:#eee;}
.join_member_benefit_detail ul.join_gate_coupon li span:first-child::after{position:absolute;display:block;content:"";top:15px;left:-8px;width:11px;height:11px;border-radius:10px;background-color:#fff;}
.join_member_benefit_detail ul.join_gate_coupon li span:last-child::before{position:absolute;display:block;content:"";top:15px;right:-6px;width:11px;height:11px;border-radius:11px;background-color:#eee;}
.join_member_benefit_detail ul.join_gate_coupon li span:last-child::after{position:absolute;display:block;content:"";top:15px;right:-8px;width:11px;height:11px;border-radius:10px;background-color:#fff;}
.join_member_benefit_detail ul.join_gate_coupon li p span{font-weight:300;}
/********************************************************************
**************  회원가입 페이지의 혜택 쿠폰 노출 끝 ****************
*******************************************************************/










/* 구문/결제 페이지 타이틀 (관련 타이틀도 한번에 변경) */
.title_container{margin:0 0 30px;padding:50px 0 40px;}
.title_container > h2{line-height:1.2;border-bottom:1px solid #222;padding:0 0 5px;}

@media only screen and (max-width:600px) {
  .title_container{margin:0 0 30px;padding:30px 0 20px;}
  .title_container > h2{line-height:1.2;margin:0 24px;}
}
/* 구문/결제 페이지 타이틀 끝 */






/*************************************************
****************  주문/결제 페이지 **************
*************************************************/
.order_subsection .title3{font-weight:700;font-size:23px;line-height:1.2;color:#333;border-bottom:1px solid #888;margin:0 0 15px;padding:35px 0 10px;}
.list_01{border-bottom:1px solid #eee;margin:0 0 15px;padding:0 0 20px;}
.hop_time_txt{font-size:1em;color:red;margin:0 0 0 10px;}
.hop_select_txt{display:none;height:32px;padding-bottom:3px;color:#222;vertical-align:middle;background-image:url(../images/common/icon_check1.png);background-position:2px 2px;background-size:6px;background-repeat:no-repeat;margin:0 0 0 5px;}
.btn_resp.size_b{height:32px;font-size:13px;line-height:32px;min-width:60px;}
@media only screen and (max-width:600px) {
  .hop_select_txt{margin:0 0 0 0px;}

}

/* 배송일시 / 요청사항 */
.hop_date_txt{font-size:14px;color:red;}
.btn_resp.color3{background-color:#d70303;color:#fff;margin-left:5px;border-color:#d70303;}
/* 배송일시 / 요청사항 끝 */

/* 전달 메세지 */
.msg_type{display:inline-block;min-width:60px;height:30px;line-height:30px;border-radius:2px;text-align:center;font-size:13px;border:solid 1px #000;color:#444;border-color:#ccc;}
.msg_type:hover{cursor:pointer;height:28px;line-height:28px;min-width:58px;border-width:2px;}
.msg_input:checked+label{min-width:58px;height:28px;line-height:28px;border-color:#71a200;border-width:2px;}
.addr_empty{display:inline-block;width:57px;}
.msg_input,.ribbon_ul,.card_ul{display:none;}

@media only screen and (max-width:600px) {
  .mgl60{margin-left:60px;}
  .btn_resp.size_b.color5{margin:5px 0 0 60px;}
  input.size_address{width:80%;}
  .addr_empty{display:block;}

}

.message_tag{margin:0 0 0 5px;}
@media only screen and (max-width:600px) {
.message_tag{display:block;margin:10px 0 0;}
}
/* 전달 메세지 끝 */

.subpage_wrap.order_payment.flyingMode .order_payment_right .order_subsection .right_flying_wrap3{position:absolute;right:0;top:0;width:calc(40%-20px);box-sizing:border-box;background:#fff;box-shadow:0 0 0 rgba(0,0,0,0.2);}

@media only screen and (max-width:600px) {
  .hop_time_txt{display:block;margin:10px 0 7px;}
}



/* 결제금액/결제수단 */
.resp_layer_pop .btn_view_coupons {
  position: absolute;
  right: 60px;
  top: 22px;
}

.subpage_wrap.order_payment.flyingMode .order_payment_right .order_subsection {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}

.subpage_wrap.order_payment.flyingMode .order_payment_right .order_subsection .right_flying_wrap1 {
  max-width: 1260px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

.subpage_wrap.order_payment.flyingMode .order_payment_right .order_subsection .right_flying_wrap2 {
  width: 100%;
  position: relative;
}

.subpage_wrap.order_payment.flyingMode .order_payment_right .order_subsection .right_flying_wrap3 {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(40% - 20px);
  padding:15px;
  box-sizing: border-box;
  background: #f7f7f7;
  border:1px solid #eee;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
}


.payment_method_select > li > div > label {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    border:1px solid #ddd;
    box-sizing: border-box;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px;
}

.payment_method_select {
    font-size: 0;
    line-height: 0;
    margin-left: 0px;
    text-align: center;
}

.payment_method_select > li {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 14px;
    margin:0 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}

@media only screen and (max-width:1023px) {
  .subpage_wrap.order_payment.flyingMode .order_payment_right .order_subsection .right_flying_wrap1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subpage_wrap.order_payment.flyingMode .order_payment_right .order_subsection .right_flying_wrap3 {
    width: 290px;
  }
}

@media only screen and (max-width:799px) {
  .subpage_wrap.order_payment {
    display: block;
    width: auto;
  }

  .subpage_wrap.order_payment .subpage_container {
    display: block;
    padding: 10px 0 40px;
  }

  .subpage_wrap.order_payment .subpage_container.v2 {
    display: block;
    padding: 10px 0 40px;
  }

  .subpage_wrap.order_payment .order_payment_right {
    width: auto;
    padding-left: 0;
  }
}

@media only screen and (max-width: 600px) {
.payment_method_select > li > div {
    width: 50px;
    height: 50px;
  }
  .payment_method_select > li {
      margin:0 10px;
      font-size: 10px;
  }
  .payment_method_select > li > p {
    margin-top: 5px;
  }

}
@media only screen and (max-width: 360px) {
  .payment_method_select > li {
      margin:0 5px;
      font-size: 10px;
  }
}
/* 결제금액/결제수단 끝 */

/*************************************************
***************  주문/결제 페이지 끝 ************
*************************************************/


















/*****************************************************
*************** 신용카드 이벤트 안내 ****************
****************************************************/
.event_card {

}
.event_card .title {
  padding:50px 50px;
  text-align: center;
  font-size:2.8em;
  font-weight:300;
  color:#fff;
  background-color:#14b9c7;
  background-image:url(/data/images/event/card/img_card_event.png);
  background-position:80% 45%;
  background-repeat:no-repeat;
}
.event_card .title h3 {
  margin-left:-20%;
}
.event_card .contents {
  padding:50px;
  text-align: center;
  color:#222;
  box-sizing: border-box;
  background-color:#c7fbff;
}
.event_card .contents > div.event_01 {
  margin: 0 0 50px;
}
.event_card .contents h4 {
  margin:0 0 15px 0;
  font-size:2.2em;
  text-align: left;
}
.event_card table {
  width:100%;
  border-top:2px solid #14b9c7;

}
.event_card table th {
  font-size:1.1em;
  color:#fff;
  background-color:#3e3e3e;
}
.event_card table td {
  color:#222;
}
.event_card table td, .event_card table th {
  padding:10px;
  font-size:1.3em;
  font-weight:300;
  border:1px solid #666666;
}
.event_card table th:first-child,
.event_card table td:first-child {
  border-left:0;
}
.event_card table th:last-child,
.event_card table td:last-child {
  border-right:0;
}
.event_card table {
  margin-bottom:10px;
}
.event_card table tr td b {
  display:block;
}
.event_card ul li {
  margin-left:20px;
  text-align:left;
  list-style-type : disc;
}
.event_card p {
  margin:5px 0;
  font-size:1.2em;
  text-align: left;
  color:#666;
}

.event_card .bold500 {
  font-weight:500;
}

.event_card .notice {
  padding:50px;
  text-align:left;
  font-size:1.2em;
  color:#666666;
  background-color:#eeeeee;
}
.event_card .notice h5 {
  margin:0 0 15px 0;
  font-size:1.4em;
  font-weight: bold;
}
.event_card .notice h5::after {
  content:"";
  display:block;
  width:100%;
  height:1px;
  margin:10px 0;
  background-color:#ccc;
}
.event_card .notice ul {
  margin:10px 0 0 0;
  padding:0 0 0 20px;
  font-weight:300;
}
.event_card .notice ul li {
  margin:8px 0;
  list-style-type : disc;
}

@media only screen and (max-width:600px) {
  .event_card .title {
    padding:20px;
    font-size:2.0em;
    background-image:none;
  }
  .event_card .title h3 {
    margin-left:0%;
  }
  .event_card .contents {
    padding:5px;
    text-align: center;
    color:#222;
    box-sizing: border-box;
    background-color:#c7fbff;
  }
}

/********************************************************
*************** 신용카드 이벤트 안내 끝 ****************
******************************************************/
