@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

html {
  scroll-behavior: smooth;
}

body, form, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, fieldset, legend {
  padding: 0;
  margin: 0;
}

ul, ol, li {
  list-style: none;
  margin: 0;
}

img {
  border: 0;
}

hr {
  display: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #666;
  text-decoration: none;
}

.hidden {
  display: block;
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.displayNone {
  display: none;
}

.clear {
  display: block;
  float: none;
  clear: both;
  height: 0;
  width: 100%;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  font-size: 15px;
  color: #222225;
  letter-spacing: -0.5px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;
}

input {
  font-family: -apple-system, BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;
}

#wrap {
  width: 100%;
  height: 100%;
}

* {
  padding: 0;
  margin: 0;
}

/* common */
.blue {
  color: #0500F4;
}

.red {
  color: #f40006;
}

.red02 {
  color: #CE1032;
}

.gray {
  color: #77777a;
}

.black {
  color: #222225;
}

.yellow {
  color: #FDFD00
}

.bold {
  font-weight: bold;
}

.font_s21 {
  font-size: 21px;
}

/*상품리스트_최종 수수료, */
.font_s30 {
  font-size: 30px;
}

/*상품리스트_최종수수료, */
.font_s19 {
  font-size: 19px;
}

/*데이터_수수료*/

.flex {
  display: flex;
  align-items: center;
}

.flex_js_center {
  justify-content: center;
}

.flex_btw {
  justify-content: space-between;
}

.flex_end {
  display: flex;
  justify-content: flex-end;
}

/* ★header */
#header {
  position: sticky;
  top: 0;
  width: 100%;
  min-width: 1400px;
  height: 170px;
  z-index: 10;
}

/* ☆1depth  */
.gnb_area {
  position: relative;
  width: 100%;
  height: 90px;
  background-color: #003458;
  min-width: 1400px;
}

.gnb_in {
  width: 1400px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
}

.gnb_in .logo {
  float: left;
  width: 144px;
  height: 90px;
  margin-right: 64px;
}

.gnb li {
  float: left;
  list-style: none;
}

.gnb li a {
  height: 89px;
  display: block;
  padding: 0 24px 0 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 89px;
  font-weight: 700;
}

.gnb li a:hover {
  color: #DE032C;
  display: block;
}

.gnb li a.on {
  color: #f40006;
}

/* 로그인 메뉴  */
.login ul li {
  float: right;
  height: 90px;
  line-height: 89px;
  padding: 0 6px;
  font-size: 14px;
  color: #999999;
}

.login ul li.mypage a {
  display: block;
  text-align: left;
  color: #999999;
  padding: 0 0 0 30px;
  background: url(/images/common/icon_mypage_r-85b2ec423bbc4321f3a31b3d50e13805.png) 0% 50% no-repeat;
}

.login ul li.mypage_12 a {
  display: block;
  text-align: left;
  color: #999999;
  padding: 0 0 0 36px;
  background: url(/images/common/icon_mypage_r15-7023db4725006e3e0c48e6598a244b00.png) 0% 50% no-repeat;
  background-size: 24px;
}

.login ul li.mypage_15 a {
  display: block;
  text-align: left;
  color: #999999;
  padding: 0 0 0 42px;
  background: url(/images/common/icon_mypage_r15-7023db4725006e3e0c48e6598a244b00.png) 0% 50% no-repeat;
}

.login ul li.mypage_20 a {
  display: block;
  text-align: left;
  color: #999999;
  padding: 0 0 0 56px;
  background: url(/images/common/icon_mypage_r20-a9d1d9b431f452ddd709b554a4ea68ee.png) 0% 50% no-repeat;
}

/*.login ul li.mypage02 a{display:block; text-align:left; color:#999999; padding:0 0 0 30px;}
.login ul li.mypage02 a {display:flex; align-items:center;}
.login ul li.mypage02 img {width:36px; height:36px; border-radius:24px; margin-right:8px;}*/


/* ☆2depth  */
.snb_area {
  position: relative;
  width: 100%;
  height: 79px;
  background-color: #F5F5F5;
  border-bottom: solid 1px #E1E0E1;
}

.snb_in {
  display: flex;
  align-items: center;
  width: 1400px;
  margin: 0 auto;
}

.snb_in .snb {
  width: 550px;
  height: 80px;
  left: 0;
  top: 0;
}

.snb_in .snb li {
  float: left;
  list-style: none;
}

.snb_in .snb li a {
  height: 79px;
  display: block;
  padding: 0 24px 0 0;
  color: #222225;
  font-size: 18px;
  line-height: 79px;
  font-weight: 600;
}

.snb_in .snb li a:hover {
  color: #f40006;
  display: block;
}

.snb_in .snb li a.on {
  color: #f40006;
}

.snb_in .search_area {
  width: 400px;
}

.search_area .search_box {
  height: 30px;
  width: 380px;
  background: #fff;
  border-radius: 40px;
  padding: 10px;
}

.search_area .search_box:hover {
  box-shadow: 0 5px 20px 0 rgba(205, 205, 205, 0.5);
}

.search_txt {
  width: 300px;
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0 12px;
  color: #77777a;
  font-size: 16px;
  line-height: 30px;
}

.search_btn {
  color: #f9deec;
  float: right;
  width: 40px;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  border: none;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snb_in .today_sum {
  width: 450px;
  height: 80px;
  font-size: 14px;
  color: #77777a;
  text-align: right;
}

.today_sum li {
  display: inline;
  list-style: none;
  height: 79px;
  line-height: 79px;
  padding: 0 0 0 16px;
}

/* ☆2depth - detail(캠페인상세)  */
.detail_snb_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1400px;
  margin: 0 auto;
}

.detail_snb_in .snb {
  width: 450px;
  height: 80px;
  line-height: 80px;
}

.detail_snb_in .snb a {
  height: 80px;
  display: block;
  color: #77777a;
  font-size: 18px;
  line-height: 80px;
  font-weight: 600;
  background: url(/images/common/icon_back-ea00214cc93d9b51755ae7d8809be406.png) center left no-repeat;
  padding: 0 0 0 32px;
}

.detail_snb_in .snb a img {
  top: -10px;
}

.detail_snb_in .today_sum {
  width: 450px;
  height: 80px;
  font-size: 14px;
  color: #77777a;
  text-align: right;
}

.detail_snb_in .today_sum li {
  display: inline;
  list-style: none;
  height: 79px;
  line-height: 79px;
  padding: 0 0 0 16px;
}

/*.snb li a:hover {color:#f40006; display:block;}
.snb li a.on {color:#f40006;}*/

/* ☆2depth - 마이페이지  */
.mypage_snb_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1400px;
  margin: 0 auto;
}

.mypage_snb_in .snb {
  width: 450px;
  height: 80px;
}

.mypage_snb_in .snb a {
  height: 80px;
  display: inline-block;
  color: #f40006;
  line-height: 80px;
  text-decoration: underline;
}

.mypage_snb_in .snb a:hover {
  color: #f40006;
  display: inline-block;
  text-decoration: underline;
}

.mypage_snb_in .snb a:visited {
  color: #f40006;
  display: inline-block;
  text-decoration: underline;
}

.con_area .discription {
  margin-bottom: 64px;
}

.con_area h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}

.box_gray {
  width: 1120px;
  padding: 40px;
  background-color: #F7F7F7;
  border-radius: 16px;
  margin: 0 0 32px 0;
}

.con_area h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px 0;
}

.con_area h5 {
  font-size: 15px;
  font-weight: bold;
  margin: 24px 0 10px 10px;
}

.box_gray .section {
  margin: 0 0 45px 0;
}

.box_gray ul li {
  list-style: disc;
}

.box_gray ul {
  margin: 0 0 24px 30px;
}

.section_center {
  margin: 24px 0 45px 0;
  width: 100%;
  text-align: center;
}

.con_area_center {
  width: 100%;
  text-align: center;
}


/* ============================= ★container  ============================= */
#container {
  position: relative;
  width: 1400px;
  height: 100%;
  min-width: 1400px;
  margin: 0 auto;
}

.contents {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100%;
}

.bg01 {
  background: url(/images/common/bg01-9c03455cd762fd4637a9d38df5626325.png) top left repeat-y;
}

.bg02 {
  background: url(/images/common/bg02-6e7f022e4c4d66da4ea4da001e38176c.png) top right repeat-y;
}

/* ☆left  */
#con_left {
  position: relative;
  float: left;
  width: 158px;
  min-height: 200px;
}

#con_left .brand, .cate, .day, .my {
  width: 160px;
  margin-bottom: 60px;
}

#con_left .title {
  font-size: 16px;
  font-weight: 700;
  color: #222225;
  width: 130px;
  margin: 40px 0 0 32px;
}

#con_left ul {
  margin: 16px 0 40px 32px;
}

#con_left li a {
  height: 30px;
  display: block;
  color: #222225;
  line-height: 30px;
  text-align: left;
  font-size: 15px;
}

#con_left li a:hover {
  color: #f40006;
  display: block;
}

#con_left li a.on {
  color: #f40006;
}

/* 마이페이지 왼쪽메뉴영역 */
#con_left .ding {
  background: url(/images/common/icon_ding-66968a0c8c18f45bbc70c4b32f103646.png) 100% 50% no-repeat;
}

/* 마이페이지 알림 아이콘 */
#con_left span {
  padding: 0 10px 0 0;
}

/* 마이페이지 알림을 위한 사이즈 추가*/
#con_left .my ul {
  margin: 16px 0 40px 32px;
}

#con_left .my li a {
  height: 40px;
  display: block;
  color: #77777a;
  line-height: 40px;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}

#con_left .my li a:hover {
  color: #f40006;
  display: block;
}

#con_left .my li a.on {
  color: #f40006;
  font-weight: 600;
}

/* ☆right  */
.con_right {
  position: relative;
  float: left;
  width: 1200px;
  min-height: 200px;;
  margin-left: 40px;
  margin-bottom: 200px;
}

.con_right .top_area {
  width: 100%;
  height: 80px;
  line-height: 100px;
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
}

.top_area .title {
  font-size: 20px;
  color: #222225;
  font-weight: 700;
  letter-spacing: -1px;
}

.con_right .top_area02 {
  width: 100%;
  height: 80px;
  line-height: 100px;
  margin: 4px 0 30px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #E1E0E1;
}

/* 타이틀 하단 라인 - 마이페이지>회원탈퇴 */
.top_area02 .title {
  font-size: 20px;
  color: #222225;
  font-weight: 700;
  letter-spacing: -1px;
}

.top_area .title .result_num {
  font-size: 17px;
  color: #77777a;
  font-weight: 500;
}

.top_area .sel_area {
  display: flex;
  flex-direction: row;
}

.top_area .select01 ul {
  display: flex;
  flex-direction: row;
  margin-left: 32px;
}

.top_area .select01 li {
  list-style: none;
  margin-top: 36px;
}

.top_area .select01 li a {
  display: block;
  padding: 5px 6px 4px 6px;
  color: #77777a;
  font-size: 15px;
  line-height: 20px;
}

.top_area .select01 li a:hover {
  color: #f40006;
  display: block;
  font-weight: 700;
}

.top_area .select01 li a.on {
  color: #f40006;
  font-weight: 700;
  padding: 4px 11px;
  margin: 0 2px;
  border: solid 1px #F03535;
  border-radius: 15px;
}

/* 상품>인기카테고리 */
.con_right .top_area03 {
  width: 100%;
  height: 80px;
  line-height: 100px;
  margin-top: 4px;
  display: flex;
}

.top_area03 .title {
  font-size: 20px;
  color: #222225;
  font-weight: 700;
  letter-spacing: -1px;
}

.top_area03 .sel_area {
  display: flex;
  flex-direction: row;
}

.top_area03 .select01 ul {
  display: flex;
  flex-direction: row;
  margin-left: 32px;
}

.top_area03 .select01 li {
  list-style: none;
  margin-top: 36px;
}

.top_area03 .select01 li a {
  display: block;
  padding: 5px 8px 4px 8px;
  color: #77777a;
  font-size: 15px;
  line-height: 20px;
}

.top_area03 .select01 li a:hover {
  color: #f40006;
  display: block;
  font-weight: 700;
}

.top_area03 .select01 li a.on {
  color: #f40006;
  font-weight: 700;
  padding: 4px 11px;
  margin: 0 2px;
  border: solid 1px #F03535;
  border-radius: 15px;
}

.pro0401_bn {
  margin-bottom: 48px;
}

.img_box_ul ul {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}

.img_box_ul ul li {
  width: 282px;
  margin: 0 24px 48px 0;
}

.img_box_ul ul li.end {
  width: 282px;
  margin-right: 0px;
}

.img_box_ul .thumb {
  width: 282px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.img_box_ul .txt_area {
  display: flex;
}

.img_box_ul .txt_area .profile {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-right: 8px;
}

.img_box_ul .h1 {
  font-size: 20px;
  font-weight: 600;
  color: #222225;
  margin-bottom: 12px;
}

.img_box_ul .h2 {
  font-size: 14px;
  font-weight: 400;
  color: #77777a;
  margin-bottom: 6px;
}

.img_box_ul .t_add {
  font-size: 14px;
  font-weight: 400;
  color: #f40006;
}


/*  con_right table - 상품리스트 */
table a.td_in_link {
  font-size: 14px;
  text-decoration: underline;
}

table a.td_in_link:hover {
  color: #222225;
}

table a.td_in_link:visited {
  color: #222225;
}

table a.td_in_link:link {
  color: #222225;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 2px #444444;
  color: #222225;
  line-height: 140%;
  margin-bottom: 60px;
}

.table table th {
  height: 64px;
  text-align: center;
  border-bottom: solid 1px #E1E0E1;
  background-color: #f5f5f5;
}

.table table .th_sub {
  font-size: 12px;
  color: #77777a;
  font-weight: normal;
}

.table table td {
  padding: 12px 10px;
  text-align: center;
  border-bottom: solid 1px #E1E0E1;
  height: 52px;
}

.table table td.td_best {
  font-size: 22px;
  color: #f00004;
  font-weight: bold;
}

.table table td.td_num {
  font-size: 25px;
}

.table table tr.color01 {
  background-color: #FFF5E9;
}

.table table tr.color02 {
  background-color: #f5f5f5;
}

.table table .td_end {
  border-bottom: solid 1px #222225;
}

.table table td.thumb img {
  width: 150px;
  margin: 18px 0 13px 0;
}

.table table td.title {
  text-align: left;
}

.table table td.title .title_in {
  display: flex;
  height: 134px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2px 0 0 0;
}

.t01 {
  font-weight: bold;
  font-size: 16px;
}

/* 테이블 상품명만 적용 필수 */
.t02 {
  color: #f40006;
}

.t03 {
  color: #77777a;
  margin-bottom: 40px;
}

.t04 {
  color: #77777a;
}

.t05 {
  color: #222225;
}

.t06 {
  font-size: 30px;
  font-weight: bold;
  color: #f40006;
  line-height: 130%;
}

.t07 {
  color: #f40006;
}

.pay {
  text-align: left;
}

.t08 {
  font-size: 16px;
  color: #f40006;
  font-weight: bold;
}

.t09 {
  color: #77777a;
}

.t10 {
  font-size: 19px;
  font-weight: bold;
  color: #f40006;
}

.t11 {
  font-weight: bold;
}

/*확정금액에 사용됨*/
.t16 {
  color: #77777a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

/*커뮤니티 게시판 타이틀 게시글 수에 사용 */
.t17 {
  color: #77777a;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 150%;
}

/*커뮤니티 게시판 리스트 게시글 수에 사용 */
.t18 {
  color: #77777a;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 150%;
}

/*커뮤니티 게시판 상세페이지 댓글 수에 사용 */

.table .td_per {
  display: flex;
  justify-content: center;
  align-items: center;
}

.table .td_per ul li {
  color: #77777a;
  text-align: left;
  padding-left: 16px;
}

.table .td_per ul li.red {
  color: #f40006;
}

.table table.data_table tr.board_tr {
  background-color: #F5F5F5;
}

/* 게시판 th 회색 */
.table table.data_table th {
  background-color: #fff;
}

/* 합계가 있는 게시판 th 흰색 */
.table table.data_table td {
  height: 52px;
}

/* 썸네일 없고, 합계가 있는 테이블에 적용 - 기본 테이블에도 52px 추가했음*/


/* 마이페이지 - 내등급 테이블 */
.table02 table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 2px #444444;
  color: #222225;
  line-height: 140%;
  margin-bottom: 60px;
}

.table02 table th {
  height: 64px;
  text-align: center;
  border-bottom: solid 1px #E1E0E1;
  background-color: #f5f5f5;
}

.table02 table td {
  padding: 12px 10px;
  text-align: center;
  border-bottom: solid 1px #E1E0E1;
  height: 32px;
}

.table02 table tr.color01 {
  background-color: #FFF5E9;
}

/* con_right 리스트 합계 */
.result_sum {
  width: 1160px;
  background-color: #F5F5F5;
  padding: 21px 20px 20px 20px;
  margin-bottom: 40px;
}

.result_sum .title_area {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.result_sum .h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
}

.result_sum table {
  width: 100%;
  border-collapse: collapse;
  color: #222225;
  line-height: 150%;
  background-color: #fff;
}

.result_sum table th {
  height: 48px;
  border-bottom: solid 1px #E1E0E1;
  text-align: left;
  padding: 8px 0 8px 10px;
}

.result_sum table td {
  height: 48px;
  border-bottom: solid 1px #E1E0E1;
  text-align: left;
  padding: 8px 0 8px 10px;
  letter-spacing: 0px;
}

.result_sum .point01 {
  color: #222225;
  font-weight: 700;
}

.result_sum .point02 {
  color: #f40006;
  font-size: 20px;
  font-weight: 700;
}

.result_sum .point03 {
  color: #f40006;
  font-size: 30px;
  font-weight: 700;
}

.result_sum .sub {
  font-size: 12px;
  color: #77777a;
}

.result_sum .t_center {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
}

/* con_right 리스트 합계 02스타일 */
.result_sum_col {
  width: 1160px;
  background-color: #F5F5F5;
  padding: 21px 20px 20px 20px;
  margin-bottom: 40px;
}

.result_sum_col .title_area {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.result_sum_col .title_area02 {
  height: 40px;
}

.result_sum_col .h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
}

.result_sum_col table {
  width: 100%;
  border-collapse: collapse;
  color: #222225;
  line-height: 150%;
  background-color: #fff;
}

.result_sum_col table th {
  height: 42px;
  border-bottom: solid 1px #E1E0E1;
  text-align: center;
  padding: 8px 0 8px 10px;
}

.result_sum_col table td {
  height: 42px;
  border-bottom: solid 1px #E1E0E1;
  text-align: center;
  padding: 8px 0 8px 10px;
  letter-spacing: 0px;
}

.result_sum_col .point01 {
  color: #222225;
  font-weight: 700;
}

.result_sum_col .point02 {
  color: #f40006;
  font-size: 20px;
  font-weight: 700;
}

.result_sum_col .point03 {
  color: #f40006;
  font-size: 30px;
  font-weight: 700;
}

.result_sum_col .sub {
  font-size: 12px;
  color: #77777a;
}

/* 리스트 페이지 */
.con_right .page_num {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.con_right .page_num ul {
  margin: 20px 2px 0 2px;
}

.con_right .page_num li {
  float: left;
  list-style: none;
  text-align: center;
  margin: 0 2px;
}

.con_right .page_num li a {
  display: block;
  width: 25px;
  height: 25px;
  color: #77777a;
  font-size: 15px;
  line-height: 25px;
}

.con_right .page_num li a:hover {
  color: #222225;
  display: block;
  font-weight: 700;
}

.con_right .page_num li a.on {
  color: #fff;
  font-weight: 700;
  background-color: #222225;
  border-radius: 4px;
}

/* 마이페이지 */
.top_banner {
  width: 100%;
  margin-top: 40px;
}

.tab_menu_area {
  width: 100%;
}

.tab_menu_area ul {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}

ul.tab li a {
  display: inline-block;
  width: 200px;
  height: 50px;
  background-color: #F5F5F5;
  border-top: solid 2px #f5f5f5;
  border-left: solid 2px #f5f5f5;
  border-right: solid 2px #f5f5f5;
  border-radius: 8px 8px 0 0;
  line-height: 50px;
  text-align: center;
  margin: 0px;
  color: #999;
}

ul.tab li a.on {
  display: inline-block;
  width: 200px;
  height: 50px;
  background-color: #fff;
  border-top: solid 2px #77777a;
  border-left: solid 2px #77777a;
  border-right: solid 2px #77777a;
  color: #222225;
  font-weight: bold;
}

.icon_my {
  background: url(/images/common/icon_mymembership-34e5f6e71d2c1f5483e73e7ea180b980.png) 200px 15px no-repeat;
}

/* ======= ☆detail_left ======= */
.detail_left {
  position: relative;
  float: left;
  width: 1065px;
  min-height: 200px;
  padding: 0 35px 0 0;
  margin-bottom: 100px;
}

.detail_left .pro_title {
  height: 90px;
  border-bottom: solid 1px #E1E0E1;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}

.pro_title .title {
  height: 90px;
  line-height: 92px;
  font-family: 'Noto Sans KR';
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
}

.pro_title .title .add {
  color: #f00004;
  font-size: 20px;
  font-weight: 400;
}

.pro_title .favorite {
  height: 90px;
}

.pro_title .favorite img {
  margin-top: 32px;
}

/* 캠페인 상세 - 제품정보(가격) */
.detail_left .pro_info {
  display: flex;
  margin-bottom: 40px;
}

.detail_left .pro_info .thumb {
  float: left;
  padding-right: 40px;
}

.detail_left .pro_info .thumb img {
  width: 580px;
  height: 580px;
}

.pro_info .pro_price {
  width: 445px;
  margin-top: 1px;
}

.pro_info .pro_price p.hr {
  border-top: solid 1px #E1E0E1;
}

.pro_info .pro_price ul {
  margin-bottom: 22px;
}

/*코드회원*/
.pro_info .pro_price ul.ul02 {
  margin-top: -7px;
}

/*코드회원*/
.pro_info .pro_price ul.ul03 {
  margin-top: 1px;
}

/*코드회원*/
.pro_info .pro_price ul.ul04 {
  margin-bottom: 6px;
}

/*일반회원*/
.pro_info .pro_price ul.ul05 {
  margin-top: -10px;
}

/*일반회원*/
.pro_info .pro_price ul.ul06 {
  margin-top: -2px;
}

/*일반회원*/
.pro_info .pro_price ul li {
  font-size: 18px;
  padding: 2px;
}

.pro_info .pro_price ul li.li01 {
  height: 76px;
}

.pro_info .pro_price ul li.li02 {
  height: 40px;
}

.pro_info .pro_price ul li.li03 {
  height: 32px;
  margin-top: -3px;
}

.pro_info .pro_price .h4 {
  width: 100px;
  display: inline-block;
  font-weight: bold;
  padding-right: 16px;
}

.pro_info .pro_price .txt01 {
  font-size: 65px;
  font-weight: 600;
  font-family: 'Roboto';
  color: #f40006;
}

.pro_info .pro_price .txt01s {
  font-size: 30px;
  color: #f40006;
  margin-left: -4px;
}

.pro_info .pro_price .txt02 {
  font-size: 35px;
  font-weight: 600;
  font-family: 'Roboto';
  color: #f40006;
}

.pro_info .pro_price .txt02s {
  font-size: 18px;
  color: #f40006;
  margin-left: -4px;
}

.pro_info .pro_price .txt03 {
  font-size: 25px;
  font-weight: 600;
  font-family: 'Roboto';
  color: #f40006;
}

.pro_info .pro_price .txt03s {
  font-size: 16px;
  color: #f40006;
  margin-left: -4px;
}

.pro_info .pro_price .txt_gray {
  font-size: 18px;
  color: #77777a;
}

/* 캠페인 상세 안 배너 */
.detail_left .banner {
  width: 1065px;
  height: 80px;
  margin: 0 0 40px 0;
}

/* 캠페인 정보 */
.detail_left .campaign_info {
  width: 1065px;
}

.campaign_info table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #E1E0E1;
}

.campaign_info table th {
  padding: 45px 0px 45px 10px;
  text-align: left;
  border-bottom: solid 1px #E1E0E1;
  vertical-align: top;
  font-size: 19px;
}

.campaign_info table td {
  padding: 45px 0px;
  text-align: left;
  border-bottom: solid 1px #E1E0E1;
  vertical-align: top;
  font-size: 16px;
}

.campaign_info table th.last {
  border-bottom: 0px;
}

.campaign_info table td.last {
  border-bottom: 0px;
}

.campaign_info table.info th {
  padding: 45px 0px 45px 10px;
}

.campaign_info table.info td {
  padding: 45px 0;
}

.campaign_info .txt01 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 16px;
}

.campaign_info .discription {
  line-height: 150%;
}

.campaign_info .discription img {
  float: left;
  width: 120px;
  padding: 0 20px 20px 0;
}

.campaign_info p.h6 {
  color: #f40006;
  padding-bottom: 24px;
}

.campaign_info .hot_product {
  width: 865px;
}

.campaign_info .hot_product li {
  float: left;
  width: 160px;
  margin: 0 16px 30px 0;
}

.campaign_info .hot_product li.last {
  margin: 0px;
}

.campaign_info .hot_product .thumb {
  position: relative;
  margin-bottom: 8px;
}

.campaign_info .hot_product .thumb img {
  width: 160px;
}

.campaign_info .hot_product .thumb .thumb_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  z-index: 1;
  padding: 35px 0 0 0;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 50px #222;
}

.campaign_info .hot_product .thumb .size2 {
  font-size: 13px;
}

.campaign_info .hot_product .thumb .thumb_txt04 {
  position: absolute;
  top: 118px;
  left: 0;
  width: 160px;
  height: 30px;
  z-index: 1;
  padding: 0px 0 12px 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 50px #000;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

/* 인기 캠페인 */
.hot_product .name {
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 4px;
}

.hot_product .price {
  display: flex;
  padding-left: 3px;
}

.hot_product .price .per {
  font-family: verdana;
  font-size: 28px;
  color: #f00004;
  text-align: center;
  font-weight: bold;
  letter-spacing: -2px;
  margin: 0 10px 0 0;
  padding-top: 5px;
}

.hot_product .price .per span {
  font-size: 13px;
}

.hot_product .price .price01 {
  font-size: 12px;
  color: #77777a;
  text-decoration: line-through;
}

.hot_product .price .price02 {
  font-size: 16px;
  color: #222225;
  font-weight: bold;
}

/* 연관 캠페인 */
.campaign_info .relation_cam {
  position: relative;
  float: left;
  background-color: #F5F5F5;
  padding: 25px;
}

.campaign_info .relation_cam .h4 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 4px;
}

.campaign_info .relation_cam .h7 {
  color: #77777a;
  padding-bottom: 16px;
}

.campaign_info .relation_cam li {
  float: left;
  width: 150px;
  margin: 0 16px 30px 0;
}

.campaign_info .relation_cam li.last {
  margin: 0px;
}

.campaign_info .relation_cam .thumb {
  position: relative;
  margin-bottom: 8px;
}

.campaign_info .relation_cam .thumb img {
  width: 150px;
}

.campaign_info .relation_cam .thumb .thumb_txt {
  position: absolute;
  top: 108px;
  left: 0;
  width: 150px;
  height: 30px;
  z-index: 1;
  padding: 0px 0 12px 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 50px #000;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.campaign_info .relation_cam .thumb .size2 {
  font-size: 12px;
}

.relation_cam .name {
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 4px;
}

.relation_cam .price {
  display: flex;
  padding-left: 0px;
}

.relation_cam .price .per {
  font-family: verdana;
  font-size: 28px;
  color: #f00004;
  text-align: center;
  font-weight: bold;
  letter-spacing: -2px;
  margin: 0 10px 0 0;
  padding-top: 5px;
}

.relation_cam .price .per span {
  font-size: 13px;
}

.relation_cam .price .price01 {
  font-size: 12px;
  color: #77777a;
  text-decoration: line-through;
}

.relation_cam .price .price02 {
  font-size: 16px;
  color: #222225;
  font-weight: bold;
}

/* 성공전략 */
#success-detail .view_title .input_box_1200 {
  width: 950px;
}

.good_case {
  line-height: 150%;
  font-size: 20px;
  text-align: left;
}

.good_case .case_area {
  display: flex;
  margin-bottom: 40px;
}

.good_case .case_area .video_img {
  margin-right: 50px;
}

.good_case .case_area .video_img video {
  border: solid 16px #ffffff;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 5px 20px 0 rgba(205, 205, 205, 0.5);
}

.case_area .mv {
  width: 308px;
  height: 536px;
  object-fit: cover;
}

.good_case .case_area .video_img img {
  width: 308px;
  height: 537px;
  border: solid 16px #ffffff;
  border-radius: 32px;
  box-shadow: 0 5px 20px 0 rgba(205, 205, 205, 0.5);
}

.case_area .txt_area .profile {
  margin: 16px 0 28px 0;
}

.case_area .txt_area .copy {
  margin: 42px 0px 57px -1px;
}

.case_area .txt_area .result {
  font-size: 24px;
  font-weight: normal;
  line-height: 150%;
  margin-bottom: 40px;
}

.case_area .txt_area .result .h4 {
  width: 90px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: -1px;
}

.good_case .marketing {
  padding-left: 16px;
  font-size: 20px;
  font-weight: normal;
  line-height: 170%;
  color: #77777a;
}

.good_case .marketing .h5 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #222225;
  border: solid 1px #222225;
  padding: 3px 24px;
  border-radius: 30px;
  display: inline-block;
}

.good_case .marketing .h6 {
  width: 110px;
  display: inline-block;
  font-weight: 700;
  padding: 0 12px 0 12px;
  color: #222225;
}

.case_comment_line {
  border-top: 1px solid #E1E0E1;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* ☆detail_right  */
.detail_right {
  position: relative;
  float: left;
  width: 240px;
  min-height: 200px;
  padding: 0 30px;
  margin-bottom: 200px;
}

/* 추천 인기상품 0번 이미지*/
.detail_right .popular_title {
  padding: 30px 0 16px 0;
  font-size: 19px;
  font-weight: bold;
}

.detail_right p.popular_sub {
  padding: 6px 0 0 0;
  font-size: 17px;
  color: #77777a;
  font-weight: 500;
}

.detail_right .popular {
  margin-bottom: 40px;
}

.detail_right .popular .thumb {
  position: relative;
  margin-bottom: 14px;
}

.detail_right .popular .thumb img {
  width: 240px;
}

.popular .name {
  height: 36px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 0 4px;
}

.popular .thumb .thumb_txt {
  position: absolute;
  top: 10px;
  left: 0;
  width: 240px;
  height: 160px;
  z-index: 1;
  padding: 60px 0 0 0;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 50px #222;
}

.popular .thumb .size2 {
  font-size: 16px;
}

.popular .thumb .size3 {
  font-size: 80px;
  margin-top: -20px;
}

.popular .price {
  display: flex;
  padding-left: 0px;
}

.popular .price .per {
  font-family: verdana;
  font-size: 36px;
  color: #f00004;
  text-align: center;
  font-weight: bold;
  letter-spacing: -2px;
  margin: 0 10px 0 0;
  padding-top: -1px;
}

.popular .price .per span {
  font-size: 16px;
}

.popular .price .price01 {
  font-size: 13px;
  margin-bottom: -3px;
  color: #77777a;
  text-decoration: line-through;
}

.popular .price .price02 {
  font-size: 18px;
  color: #222225;
  font-weight: bold;
}

/* 추천 인기상품 리스트 */
.popular_list {
  border-top: solid 1px #E1E0E1;
  width: 240px;
}

.popular_list ul li {
  display: flex;
  height: 60px;
  padding: 14px 0;
  border-bottom: solid 1px #E1E0E1;
}

.popular_list ul li.last {
  border-bottom: 0px;
}

.popular_list .popular_img {
  float: left;
  width: 60px;
  height: 60px;
  padding: 0 10px 0 0;
}

.popular_list .txt {
  display: inline;
  overflow: hidden;
}

.popular_list .txt p {
  width: 204px;
  font-size: 14px;
}

.popular_list .txt .per {
  font-size: 16px;
  font-weight: 700;
  color: #f00004;
}

/* ★footer */
#footer {
  position: relative;
  clear: both;
  width: 100%;
  min-width: 1400px;
  background-color: #222;
}

.footer_con {
  width: 1400px;
  margin: 0 auto;
}

/* btn */
.btn_area_flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 18px;
}

.btn_area_flex a {
  padding: 0 2px;
}

.btn_area_flex_center {
  display: flex;
  justify-content: center;
  width: 100%;
}

.btn_area_100per {
  display: flex;
  justify-content: center;
}

a.button {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  border-radius: 5px;
  transition: all 0.2s;
}

a.button_fix130r {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 48px;
  padding: 0;
  margin: 10px 8px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 48px;
  color: #FFF;
  border-radius: 60px;
  transition: all 0.2s;
}

a.button_fix200r {
  display: block;
  position: relative;
  width: 200px;
  height: 60px;
  padding: 0;
  margin: 10px 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  color: #FFF;
  border-radius: 60px;
  transition: all 0.2s;
}

a.button_fix300r {
  display: block;
  position: relative;
  width: 300px;
  height: 60px;
  padding: 0;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  color: #FFF;
  border-radius: 60px;
  transition: all 0.2s;
}

/* 캠페인 유형선택 코드요청 버튼 */
a.button_fix194 {
  display: block;
  width: 48%;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  border-radius: 5px;
  transition: all 0.2s;
}

/* 캠페인 상세보기 버튼 */
a.button_fix194_line {
  display: block;
  width: 48%;
  height: 48px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  color: #222225;
  border-radius: 5px;
  transition: all 0.2s;
  border: solid 1px #222225;
}

/* 캠페인 상세보기 버튼 */
a.button_460 {
  display: block;
  position: relative;
  width: 460px;
  height: 56px;
  padding: 0;
  margin: 10px 0;
  line-height: 56px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  border-radius: 5px;
  transition: all 0.2s;
}

/* 마이페이지, 회원가입 블랙버튼 */
a.button_140 {
  display: block;
  position: relative;
  width: 140px;
  height: 56px;
  padding: 0;
  line-height: 56px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  transition: all 0.2s;
}

/* 마이페이지, 회원가입 블랙버튼 */
a.button_130 {
  display: block;
  position: relative;
  width: 130px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  transition: all 0.2s;
}

/* 커뮤니티> 게시판 버튼 */
.btnRed {
  background: #CE1032;
}

.btnFade.btnRed:hover {
  background: #BC0929;
}

.btnBlack {
  background: #222225;
}

.btnFade.btnBlack:hover {
  background: #222225;
}

.btnWhite {
  background: #ffffff;
}

.btnWhite02 {
  background: #ffffff;
  border: solid 1px #E1E0E1;
}

.btnGray {
  background: #E1E0E1;
  color: #fff;
}

/* 커뮤니티 상단 버튼 영역 - 타이틀 옆 */
.top_area .button_130 {
  align-self: center;
}

/* 커뮤니티 게시판 하단 버튼 영역 */
.board_btn_area {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}

.board_btn_area .page_num ul {
  margin: 0px !important;
}

/*page_num에 있는 마진 - 게시판에서만 없애기*/
/* 커뮤니티 게시판 본문 하단 버튼 3개 영역 */
.board_btn_area02 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 56px;
}

.board_btn_area02 a {
  margin-left: 8px;
}

/* 커뮤니티 상단 조회수,추천순, 글쓰기 버튼 영역 */
.select02 ul {
  display: flex;
  flex-direction: row;
  margin: 0 32px 24px 0;
}

.select02 li {
  list-style: none;
  margin-top: 36px;
}

.select02 li a {
  display: block;
  padding: 5px 6px 4px 6px;
  color: #77777a;
  font-size: 14px;
  line-height: 20px;
}

.select02 li a:hover {
  color: #f40006;
  display: block;
  font-weight: 700;
}

.select02 li a.on {
  color: #f40006;
  font-weight: 700;
  padding: 4px 11px;
  margin: 0 2px;
  border: solid 1px #f40006;
  border-radius: 30px;
}

/* 커뮤니티 게시판 하단 검색영역 */
.board_search_area {
  width: 560px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  border: solid 1px #222225;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.board_search_area02 {
  width: 400px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  border: solid 2px #222225;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 자주찾는 질문 하단 박스 */

.select_area {
  background: #fff;
  height: 50px;
  border-radius: 40px 0 0 40px;
  padding: 0 0 0 10px;
}

.select_area select {
  width: 150px;
  height: 50px;
  padding: 10px;
  border-radius: 40px 0 0 40px;
  font-size: 15px;
  color: #77777a;
  background: url(/images/common/icon_arrow_down-3d5b197596310248586ea22436dad17e.png) no-repeat 100% 50%;
  border: 0px;
  z-index: 5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 none;
}

select::-ms-expand {
  display: none;
}

.select_area select option {
  font-size: 15px;
  padding: 10px;
}

.board_search_area .search_box {
  height: 30px;
  width: 380px;
  background: #fff;
  border-radius: 0 40px 40px 0;
  padding: 10px;
}

.board_search_area .search_box02 {
  height: 30px;
  width: 380px;
  background: #fff;
  border-radius: 40px;
  padding: 10px;
}

.search_box03 {
  height: 30px;
  width: 380px;
  background: #fff;
  border-radius: 40px;
  padding: 10px;
  border: solid 1px #222225;
}

/*.board_search_area .search_box:hover{box-shadow:0 5px 20px 0 rgba(205, 205, 205, 0.5);}*/

/* 캠페인 상세 작은 버튼 */
a.btn_s {
  display: inline-block;
  position: relative;
  padding: 4px 8px;
  margin: 10px 4px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.5px;
  background-color: #222225;
  border-radius: 3px;
}

/* 캠페인 상세 빨간 링크, 마이페이지 상단 빨간 링크 */
a.btn_line {
  text-decoration: underline;
  color: #f40006;
}

a.btn_line:hover {
  color: #f40006;
}

a.btn_line:visited {
  color: #f40006;
}

a.btn_line:link {
  color: #f40006;
}

/* 데이터 합계영역 작은 버튼 */
a.btn_s02 {
  display: inline-block;
  position: relative;
  padding: 6px 12px;
  margin: 4px;
  font-size: 13px;
  font-weight: bold;
  color: #222225;
  letter-spacing: -0.5px;
  border: solid 1px #E1E0E1;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(205, 205, 205, 0.5);
  border-radius: 30px;
}

/* 데이터 자세히보기 언더라인 */
a.btn_line02 {
  text-decoration: underline;
  color: #77777a;
}

a.btn_line02:hover {
  color: #77777a;
}

a.btn_line02:visited {
  color: #77777a;
}

a.btn_line02:link {
  color: #77777a;
}

a.btn_line03 {
  text-decoration: underline;
  color: #77777a;
  font-size: 14px;
}

a.btn_line03:hover {
  color: #77777a;
}

a.btn_line03:visited {
  color: #77777a;
}

a.btn_line03:link {
  color: #77777a;
}

/* 데이터 리스트 자세히보기 버튼 */
a.btn_s03 {
  display: inline-block;
  position: relative;
  padding: 4px 8px;
  margin: 10px 0px;
  font-size: 13px;
  font-weight: bold;
  color: #222225;
  letter-spacing: -0.5px;
  border: solid 1px #E1E0E1;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(205, 205, 205, 0.5);
  border-radius: 3px;
}

/* 스크롤바 색상 */
::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #ED7F93;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:horizontal {
  background-color: #c1c1c1;
  border-radius: 4px;
}


/* 플로팅_캠페인상세 바로가기 */
.side-pop03 {
  position: fixed;
  display: block;
  width: 120px;
  height: 550px;
  top: 200px;
  left: 50%;
  bottom: 470px;
  margin-left: 700px;
}

.side-pop03 ul {
  width: 120px;
  border: solid 1px #e1e0e1;
  border-radius: 8px;
  box-shadow: 0 5px 5px 0 rgba(205, 205, 205, 0.3);
  padding: 20px;
}

.side-pop03 ul li {
  height: 50px;
  border-bottom: solid 1px #E1E0E1;
  padding: 0 0 0 2px;
  background: url(/images/common/icon_arrow_go-a1881012fd90e1a46d87bf8dc58e1148.png) center right no-repeat;
}

.side-pop03 ul li.last {
  border-bottom: 0px;
}

.side-pop03 a {
  width: 120px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  display: block;
  text-align: left;
  color: #222225;
}

.side-pop03 a:hover {
  font-weight: bold;
  display: block;
}


/* 플로팅_카톡메뉴 & top버튼 */
.side-pop01 {
  position: fixed;
  right: 70px;
  bottom: 10px;
}

.side-pop01 a {
  display: block;
  padding-bottom: 5px;
  text-align: right;
}

.side-pop02 {
  position: fixed;
  right: 15px;
  bottom: 15px;
}

.side-pop02 a {
  display: block;
  padding-bottom: 5px;
  text-align: right;
}

/* 하단 띠배너  - 3초 회원가입*/
/* 3초 회원가입 이미지일때 적용.btn_ad {position:fixed; width:540px; height:88px; bottom:0px; left:50%; margin-left:-270px; z-index:150; box-shadow:rgba(0,0,0,0.5) 0px 5px 15px; border-radius:32px 32px 0 0;}*/

a.btn_ad {
  position: fixed;
  display: block;
  width: 540px;
  height: 88px;
  line-height: 88px;
  bottom: 0px;
  left: 50%;
  margin-left: -270px;
  z-index: 150;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
  border-radius: 32px 32px 0 0;
  background-color: #CE1032;
  font-family: 'Noto Sans KR';
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}


/* 팝업 */
.popup {
  position: relative;
  width: 1200px;
  min-height: 200px;
  margin: 0 20px 40px 20px;
}

.popup .top_area {
  width: 100%;
  height: 80px;
  line-height: 80px;
  display: flex;
  justify-content: space-between;
}

.popup .close_b img {
  margin-right: 12px;
  margin-top: 24px;
}

.popup .table table {
  margin-bottom: 20px;
}


/* 마이페이지 - 내정보 */
.con_w600 {
  width: 600px;
  margin: 0 auto 80px auto;
}

.con_w600 h3 {
  height: 60px;
  line-height: 60px;
  border-bottom: solid 1px #E1E0E1;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}

.con_w600 table tr {
  text-align: left;
}

.con_w600 table td {
  padding: 4px 0;
}

.profile_img {
  border-radius: 100px;
  margin-left: 10px;
}

.con_w600 .select_area {
  background: #fff;
  height: 50px;
  border-radius: 4px;
  padding: 0px;
  border: solid 1px #E1E0E1;
}

.con_w600 .select_area select {
  width: 458px;
  height: 50px;
  padding: 16px;
  font-size: 15px;
  color: #77777a;
  background: url(/images/common/icon_arrow_down-3d5b197596310248586ea22436dad17e.png) no-repeat 98% 50%;
  border: 0px;
  z-index: 5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 none;
}

.con_w600 .select_area select option {
  font-size: 15px;
  width: 438px;
  padding: 10px;
}

/* 마이페이지 - 회원가입, 로그인 영역 */
.contents_members {
  width: 100%;
  min-height: 600px;
  padding: 150px 0 250px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contents_members h1 {
  font-size: 48px;
  font-weight: 700;
  color: #222225;
  letter-spacing: -2px;
  font-family: 'Noto Sans KR';
  margin: 0 0 28px 0;
}

.contents_members h2 {
  font-size: 24px;
  font-weight: 400;
  color: #77777a;
  margin: 0 0 72px 0;
  text-align: center;
}

.contents_members ul.input_list {
  margin-bottom: 40px;
}

.contents_members ul.input_list li {
  padding: 4px 16px;
  background: url(/images/common/icon_essential-0c0e94482fe2eb6eda5c8685563425bc.png) no-repeat 0 25px;
}

.input_list .add_txt {
  font-size: 14px;
  color: #77777a;
  padding: 8px 0 0 12px;
  line-height: 22px;
}

.contents_members ul.input_list02 {
  margin-bottom: 40px;
}

.contents_members ul.input_list02 li {
  padding: 4px 16px;
  color: #77777a;
}

.input_list02 .check_line02 {
  display: flex;
  align-items: center;
}

.contents_members ul.input_list02 li a.idpw_link {
  color: #77777a;
}

.contents_members div.check_list {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

.contents_members ul.check_list {
  width: 460px;
  border-radius: 4px;
  background-color: #F5F5F5;
  padding: 8px 0;
  margin-bottom: 40px;
}

.contents_members ul.check_list li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #77777A;
  height: 50px;
  padding: 0px 10px 0 28px;
}

.contents_members ul.check_list a {
  display: inline-block;
  width: 50px;
  height: 45px;
  line-height: 50px;
  padding-top: 5px;
  text-align: center;
}

.check_list .check_line {
  display: flex;
  align-items: center;
}

.check_list .add_txt {
  font-size: 12px;
  padding: 0 16px 0 30px;
}

/* 회원가입 기본 */
.top_cp {
  margin-bottom: 58px;
}

.kakao_btn {
  margin-bottom: 96px;
}

.top_bn {
  margin-bottom: 56px;
}

.faq_con02 {
  width: 657px;
}

.faq_con02 dt {
  border-bottom: solid 1px #F5F5F5;
  background: url(/images/common/icon_arrow_down-3d5b197596310248586ea22436dad17e.png) 98% 50% no-repeat;
}

.faq_con02 dt a {
  display: block;
  padding: 12px;
  font-size: 14px;
  color: #77777a;
}

.faq_con02 dd {
  background: #F5F5F5;
  padding: 12px;
  font-size: 14px;
  color: #77777a;
  border-bottom: solid 1px #F5F5F5;
  line-height: 150%;
}

.faq_con02 dd div {
  display: flex;
}

.faq_con02 dd .en_a {
  padding: 0 12px 0 0;
}

.faq_con02 dt .en_q {
  padding: 0 12px 0 0;
}

.member_fbtn {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}

.member_fbtn a {
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  color: #77777a;
  font-size: 14px;
}

/* 로그인 - 사용자약관 체크박스 */
.check_line02 input#check_btn {
  display: none;
}

.check_line02 input#check_btn + label {
  cursor: pointer;
}

/* label:before에 체크하기 전 상태 CSS */
.check_line02 input#check_btn + label:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 50px;
  background-image: url('/images/common/input_check02-e14ca60e2457910187ed453414cdd5e0.png');
  background-repeat: no-repeat;
  background-position: 10% 60%;
}

/* label:before에 체크 된 상태 CSS */
.check_line02 input#check_btn:checked + label:before {
  content: "";
  width: 30px;
  height: 50px;
  background-image: url('/images/common/input_check02_on-55a222077642afb26e16622ba7a3b288.png');
  background-repeat: no-repeat;
  background-position: 10% 60%;
}

/* 로그인 - 자동로그인 체크박스 */
input#check_btn {
  display: none;
}

input#check_btn + label {
  cursor: pointer;
}

/* label:before에 체크하기 전 상태 CSS */
input#check_btn + label:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 50px;
  background-image: url('/images/common/input_check-13e17ce0cdfac8592ee57b188a976a4c.png');
  background-repeat: no-repeat;
  background-position: 60%;
}

/* label:before에 체크 된 상태 CSS */
input#check_btn:checked + label:before {
  content: "";
  width: 30px;
  height: 50px;
  background-image: url('/images/common/input_check_on-d498ed0d7db4e9b294ca0492a0a8bed6.png');
  background-repeat: no-repeat;
  background-position: 50%;
}

/* 마이페이지, 로그인등 input 박스 */
.input_box {
  height: 34px;
  width: 438px;
  padding: 10px;
  background: #fff;
  border: solid 1px #E1E0E1;
  border-radius: 4px;
}

.input_box .input_txt {
  width: 426px;
  padding: 2px 4px;
  border: none;
  background: none;
  outline: none;
  color: #77777a;
  font-size: 15px;
  letter-spacing: -0.7px;
  line-height: 30px;
}

.td_flex {
  display: flex;
  justify-content: space-between;
}

.input_box_56 {
  height: 34px;
  width: 88px;
  padding: 10px;
  background: #fff;
  border: solid 1px #E1E0E1;
  border-radius: 4px;
}

.input_box_56 .input_txt {
  width: 56px;
  padding: 2px 4px;
  border: none;
  background: none;
  outline: none;
  float: left;
  color: #77777a;
  font-size: 15px;
  line-height: 30px;
}

.input_box_200 {
  height: 34px;
  width: 178px;
  padding: 10px;
  background: #fff;
  border: solid 1px #E1E0E1;
  border-radius: 4px;
}

.input_box_200 .input_txt {
  width: 156px;
  padding: 2px 4px;
  border: none;
  background: none;
  outline: none;
  float: left;
  color: #77777a;
  font-size: 15px;
  line-height: 30px;
}

.input_box_312 {
  height: 34px;
  width: 290px;
  padding: 10px;
  background: #fff;
  border: solid 1px #E1E0E1;
  border-radius: 4px;
}

.input_box_312 .input_txt {
  width: 268px;
  padding: 2px 4px;
  border: none;
  background: none;
  outline: none;
  float: left;
  color: #77777a;
  font-size: 15px;
  line-height: 30px;
}

.t12 {
  line-height: 56px;
  width: 20px;
  text-align: center;
}

.t13 {
  width: 100%;
  margin: 10px 0 0 10px;
  font-size: 15px;
  height: 46px;
  line-height: 56px;
  color: #77777a;
}

.t14 {
  width: 438px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 14px;
  color: #77777a;
  padding: 0 12px;
}

.t14 a {
  color: #77777a;
}

.select {
  width: 460px;
  height: 56px;
  background: #f5f5f5 url(/images/common/icon_select-3d5b197596310248586ea22436dad17e.png) no-repeat 95% 58%;
  border-radius: 4px;
  border: 0px;
}

.select_box {
  width: 460px;
  height: 56px;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 4px;
  border: 0px;
  background: url(/images/common/icon_select-3d5b197596310248586ea22436dad17e.png) no-repeat 95% 58%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select_box:hover {
  width: 460px;
  height: 56px;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 4px;
  border: 0px;
  background: url(/images/common/icon_select-3d5b197596310248586ea22436dad17e.png) no-repeat 95% 58%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select::-ms-expand {
  display: none;
}

/* 로그인 QnA */
.member_qna {
  width: 460px;
}

.member_qna .qna_q {
  border-bottom: solid 1px #F5F5F5;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 14px;
  color: #77777a;
  text-align: left;
  background: url(/images/common/icon_qna_arrow-3d5b197596310248586ea22436dad17e.png) 98% 50% no-repeat;
}

.member_qna .qna_a {
  display: none;
  font-size: 14px;
  color: #77777a;
  text-align: left;
  padding: 10px 16px;
  background: #F5F5F5;
}

/* ID/PW찾기 탭 */
.tab_menu_area02 {
  width: 100%;
}

.tab_menu_area02 ul {
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
}

ul.tab02 li a {
  display: inline-block;
  width: 226px;
  height: 50px;
  background-color: #F5F5F5;
  border: solid 2px #f5f5f5;
  border-radius: 4px;
  line-height: 50px;
  text-align: center;
  margin: 0px;
  color: #999;
}

ul.tab02 li a.on {
  display: inline-block;
  width: 226px;
  height: 50px;
  background-color: #fff;
  border: solid 2px #77777a;
  color: #222225;
  font-weight: bold;
}

.t15 {
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #222225;
  margin: 60px 0 0 0;
}

ul.tab03 li a {
  display: inline-block;
  width: 226px;
  height: 50px;
  background-color: #F5F5F5;
  border-top: solid 2px #f5f5f5;
  border-left: solid 2px #f5f5f5;
  border-right: solid 2px #f5f5f5;
  border-radius: 4px 4px 0 0;
  line-height: 50px;
  text-align: center;
  margin: 0px;
  color: #999;
}

ul.tab03 li a.on {
  display: inline-block;
  width: 226px;
  height: 50px;
  background-color: #fff;
  border-top: solid 2px #77777a;
  border-left: solid 2px #77777a;
  border-right: solid 2px #77777a;
  color: #222225;
  font-weight: bold;
}

/* 커뮤니티 본문 보기 */
.view_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  border-top: solid 2px #222225;
  background: #F5F5F5;
  padding: 0 24px;
  font-size: 18px;
  color: #222225;
  font-weight: 600;
}

.view_title .date {
  font-size: 14px;
  color: #77777a;
  font-weight: 400;
  letter-spacing: 0px;
}

.view_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  font-size: 14px;
  color: #77777a;
  padding: 0 24px;
  border-bottom: solid 1px #E1E0E1;
  margin-bottom: 32px;
}

.view_name ul {
  display: flex;
}

.view_name ul li {
  padding-right: 16px;
}

.view_con {
  padding: 0 24px 32px 24px;
  line-height: 160%;
  border-bottom: solid 1px #222225;
  margin-bottom: 48px;
}

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

ul.view_con_bottom {
  display: flex;
  margin-top: 72px;
}

ul.view_con_bottom li {
  padding-right: 32px;
  font-size: 24px;
  font-weight: 600;
}

.view_like {
  padding: 0 0 0 32px;
  color: #222225;
  background: url(/images/common/icon_view_like-ff3445f60df4dba66c84e5c3dc14f69e.png) no-repeat 0% 50%;
}

.view_share {
  padding: 0 0 0 32px;
  color: #222225;
  background: url(/images/common/icon_view_share-3ccc9cb3933edaaf900bc1c163c11a65.png) no-repeat 0% 50%;
}

.view_scrap {
  padding: 0 0 0 32px;
  color: #222225;
  background: url(/images/common/icon_view_scrap-af9dd16262d433c5aa329dda8eb36bd3.png) no-repeat 0% 50%;
}

.view_like_on {
  padding: 0 0 0 32px;
  color: #222225;
  background: url(/images/common/icon_view_like_on-a4db1429fb624de5b0eb559981e25311.png) no-repeat 0% 50%;
}

.view_share_on {
  padding: 0 0 0 32px;
  color: #222225;
  background: url(/images/common/icon_view_share_on-5d068945171d9cdaa6e442289d576757.png) no-repeat 0% 50%;
}

.view_scrap_on {
  padding: 0 0 0 32px;
  color: #222225;
  background: url(/images/common/icon_view_scrap_on-48701ba68e1f47291e368fc02e69a212.png) no-repeat 0% 50%;
}


.comment_area {
  margin-bottom: 120px;
}

.comment_area .title {
  border-bottom: solid 1px #E1E0E1;
  height: 24px;
  padding: 24px 24px 8px 24px;
  font-size: 14px;
  color: #77777a;
}

.comment {
  border-bottom: solid 1px #E1E0E1;
  font-size: 15px;
  padding: 20px 24px;
}

.comment .name {
  display: flex;
  font-size: 15px; /*font-size:23px;*/
  color: #222225;
  font-weight: 600;
  margin-bottom: 12px;
}

.comment .date {
  font-size: 14px; /*font-size:21px;*/
  color: #77777a;
  font-weight: 400;
  padding-left: 12px;
}

.comment .txt {
  margin-bottom: 10px;
  line-height: 150%;
}

.comment .txt_writer {
  margin-bottom: 10px;
  line-height: 150%;
  color: #B85D1C;
}

.textarea {
  background: #f5f5f5;
  padding: 16px 16px 16px 24px;
  margin-top: 20px;
  border-top: solid 1px #E1E0E1;
}

.noline {
  border: 0px;
}

.line_b {
  border: solid 2px #222225;
}

.textarea div {
  display: flex;
  justify-content: space-between;
}

.comment_write {
  width: 90%;
  height: 80px;
  background: #f5f5f5;
  text-align: left;
  resize: none;
  outline: 0 none;
  border: 0px;
}

.comment_btn {
  height: 80px;
  width: 80px;
  border-radius: 4px;
  border: 0px;
  background: #000;
  color: #fff;
}

.com_bg_gray {
  background: #f5f5f5;
  margin-top: 20px;
}

.com_bg_gray02 {
  background: #f5f5f5;
  margin-top: 0px;
}

/* 커뮤니티 글쓰기 */
.input_box_1200 {
  height: 34px;
  width: 1000px;
  padding: 10px;
  background: #f5f5f5;
  border: 0px;
  border-radius: 4px;
}

.input_box_1200 .input_txt {
  width: 990px;
  padding: 2px 4px;
  border: none;
  background: none;
  outline: none;
  float: left;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
}

.comment_write03 {
  width: 1100px;
  height: 500px;
  padding: 10px;
  background: #fff;
  border: 0px;
  border-radius: 4px;
  font-size: 15px;
  text-align: left;
  resize: none;
  outline: none;
  margin-top: 20px;
}

/* 자주 찾는 질문 */
.top_area04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-top: 16px;
  margin-bottom: 10px;
}

.top_area04 .title {
  font-size: 20px;
  color: #222225;
  font-weight: 700;
  letter-spacing: -1px;
}

.tab_area {
  margin-bottom: 56px;
}

ul.tab01 {
  display: flex;
  justify-content: space-evenly;
  background: #f5f5f5;
  margin-bottom: 12px;
}

ul.tab01 li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

ul.tab01 li a {
  display: block;
  background: #F5F5F5;
  color: #77777a;
  border-radius: 0px 0px 0 0;
  border-bottom: solid 2px #77777a;
}

ul.tab01 li a.on {
  background: #fff;
  color: #222225;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
  border-bottom: solid 0px #fff;
  border-left: solid 2px #77777a;
  border-top: solid 2px #77777a;
  border-right: solid 2px #77777a;
}

ul.faq_tab li a:hover {
  color: #222225;
  font-weight: 600;
}

dl.faq_con {
  border-bottom: solid 1px #E1E0E1;
  margin-top: 24px;
}

.faq_con dt {
  border-top: solid 1px #E1E0E1;
  background: url(/images/common/icon_arrow_down-3d5b197596310248586ea22436dad17e.png) 98% 50% no-repeat;
}

.faq_con dt a {
  display: block;
  padding: 32px 24px;
}

.faq_con dd {
  background: #F5F5F5;
  padding: 32px 32px 32px 24px;
  display: none;
  border-bottom: solid 1px #222225;
  line-height: 150%;
}

.faq_con dd div {
  display: flex;
}

.faq_con dd .en_a {
  padding: 0 12px 0 0;
}

.faq_con dt .en_q {
  padding: 0 12px 0 0;
}

.faq_con .dt_view {
  border-top: solid 1px #222225;
  background: url(/images/common/icon_arrow_up-9c33d77a15cf64a2e8a1d10ff8a4e4e9.png) 98% 50% no-repeat;
}

.faq_con .dd_view {
  background: #F5F5F5;
  padding: 32px 32px 32px 24px;
  display: block;
  border-bottom: solid 1px #222225;
  line-height: 150%;
}

/* 고객센터 - 빠른상담 */
.con_w900 {
  width: 860px;
  margin: 0 auto;
}

.con_w900 table tr {
  text-align: left;
}

.con_w900 table th.con {
  vertical-align: top;
  padding: 23px 0 0 0;
}

.con_w900 table td {
  padding: 4px 0;
}

.input_box_760 {
  height: 34px;
  width: 740px;
  padding: 10px;
  background: #fff;
  border: solid 1px #E1E0E1;
  border-radius: 4px;
}

.input_box_760 .input_txt {
  width: 732px;
  padding: 2px 4px;
  border: none;
  background: none;
  outline: none;
  float: left;
  color: #77777a;
  font-size: 15px;
  line-height: 30px;
}

.input_box_612 {
  height: 34px;
  width: 592px;
  padding: 10px;
  background: #fff;
  border: solid 1px #E1E0E1;
  border-radius: 4px;
}

.input_box_612 .input_txt {
  width: 584px;
  padding: 2px 4px;
  border: none;
  background: none;
  outline: none;
  float: left;
  color: #77777a;
  font-size: 15px;
  line-height: 30px;
}

.comment_write02 {
  width: 740px;
  height: 300px;
  padding: 10px;
  background: #fff;
  border: solid 1px #E1E0E1;
  border-radius: 4px;
  text-align: left;
  resize: none;
  outline: none;
}

.hr {
  border-top: dashed 1px #E1E0E1;
}

.del_area {
  display: flex;
  align-items: center;
}

.del_area span {
  padding: 4px 4px 0 0;
  height: 24px;
}


/* 이용약관 */
.con_area_agree {
  padding: 0 32px 0 24px;
  font-size: 15px;
  line-height: 180%;
}

.con_area_agree h1 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Sans KR";
  margin-bottom: 16px;
}

.con_area_agree .agree_txt {
  padding: 0 0 0 16px;
  margin-bottom: 48px;
  color: #77777a;
  text-align: justify;
}

.con_area_agree .agree_txt ul {
  padding: 0 0 0 16px;
}

.con_area_agree .agree_txt ul li {
  list-style: disc;
  margin: 0 0 0 20px;
}

.con_area_agree .agree_txt_s {
  padding: 0 0 0 20px;
  margin-bottom: 16px;
  color: #77777a;
  text-align: justify;
}

/* 파트너 가이드 */
.guide_area_box {
  width: 1134px;
  height: 683px;
  padding: 32px;
  background: #fff;
  text-align: center;
  margin: 80px auto 50px auto;
  box-shadow: 0 5px 20px 0 rgba(205, 205, 205, 0.5);
}

.guide_area_box img {
  width: 1134px;
}

.guide_num_area .guide_num {
  margin: 48px 0 -40px 0;
}

.guide_num_area .guide_num ul {
  display: flex;
  justify-content: center;
}

.guide_num_area .guide_num li {
  height: 32px;
  padding: 0 4px;
  line-height: 28px;
  font-size: 30px;
  font-weight: 600;
}

.guide_num_area .guide_num li a img {
  padding-top: 2px;
}

.guide_num_area .input_txt {
  width: 40px;
  height: 32px;
  padding: 0px 4px 2px 4px;
  margin: -2px 8px 0 0;
  color: #222225;
  border: solid 1px #E1E0E1;
  border-radius: 4px;
  background: none;
  outline: none;
  font-size: 30px;
  letter-spacing: -0.7px;
  text-align: center;
  font-weight: 600;
}


/* footer */
.footer_con {
  display: flex;
  justify-content: space-between;
  height: 500px;
  width: 1400px;
  padding: 60px 0 0 0;
  font-size: 14px;
  color: #77777a;
  line-height: 160%;
  letter-spacing: 0.5px;
}


.foot_right {
  margin-top: 60px;
  text-align: right;
  width: 280px;
}

.foot_right img {
  border-radius: 4px;
  margin-bottom: 8px;
}

.foot_left a {
  color: #77777a;
}

.foot_left ul {
  display: flex;
  margin-bottom: 40px;
}

.foot_left ul li a {
  display: block;
  margin-right: 16px;
  color: #77777a;
  letter-spacing: -0.5px;
}

.f01 {
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 600;
}

.font_s24 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 32px;
}

.f02 {
  margin-bottom: 32px;
}

.close_button {
  display: block;
  width: 194px;
  height: 42px;
  font-size:15px;
  font-weight: 600;
  text-align: center;
  line-height: 42px;
  color: #FFF;
  border-radius: 5px;
  transition: all 0.2s;
  border:0;
}

