@charset "utf-8";
.m_show {display: none;}



.sub_tit { font-family: 'Gmarket Sans'; font-weight: 700; margin-bottom: 35px; color: #000; text-align: center;  text-transform: uppercase ;}
.page_tit { font-size: 26px;font-family: 'Gmarket Sans'; font-weight: 700; margin-bottom: 35px; color: #000; text-align: center; text-transform: uppercase ;}
.shop_tit { font-size: 26px;font-family: 'Gmarket Sans'; font-weight: 700; margin-bottom: 35px; color: #000; text-align: center;  text-transform: uppercase ;}
#container_title {display: none;}

.shop_wrap {padding: 60px 0 80px;}
.board_wrap {padding: 60px 0 80px;}


.cs_tab_wrap {margin-bottom: 50px;}
.cs_tab_wrap ul { border: 1px solid #ddd;}
.cs_tab_wrap ul:after {content:''; display: block; clear: both;}
.cs_tab_wrap ul li {float: left; width: 25%;  border-left: 1px solid #ddd; }
.cs_tab_wrap ul li:first-child {border-left: none;}
.cs_tab_wrap ul li a {display: block; height: 40px;line-height: 40px; font-weight: 500; text-align: center;  background-color: #f5f5f5;}
.cs_tab_wrap ul li a.active,
.cs_tab_wrap ul li a:hover {background-color: #272859; color: #fff;}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:2px solid #333;border-bottom:1px solid #333} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:bold;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;word-break:break-all}
.tbl_head01 tr:last-child td {border-bottom-color: #333 !important;}
/* .tbl_head01 tbody tr:hover td {background:#fafafa} */
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}


@media all and (max-width:1024px){
	#bo_list .tbl_head01 thead {display: none;}
	#bo_list tbody .even td {background-color: transparent;}
	#bo_list .tbl_head01 td.td_num2 {display: none;}
	#bo_list .tbl_head01 td {display: inline-block;}
	#bo_list .tbl_head01 td.td_subject {width: 100%; font-weight: bold;}
	#bo_list .tbl_head01 td.td_name,
	#bo_list .tbl_head01 td.td_datetime,
	#bo_list .tbl_head01 td.td_num {width: auto; margin-right: 5px; padding-top: 0; font-size: 14px;}
	.tbl_head01 tr:last-child td {border-bottom: none;}
}


@media all and (max-width:1000px){
	

}

@media all and (max-width:768px){
	.pc_show {display: none;}
	.m_show {display: inline;}
	

	
}
@media all and (max-width:486px){
	
}
@media all and (max-width:359px){
}



/* 마이페이지 */
.mytab {border: 1px solid #ddd; }
.mytab li {float: left;width: 12.5%;  border-left: 1px solid #ddd; }
.mytab li:first-child {border-left: none;}
.mytab li a {display: block; height: 40px;line-height: 40px; font-weight: 500; text-align: center;  background-color: #f5f5f5;}
.mytab li a.active,
.mytab li a:hover {background-color: #272859; color: #fff;}

#my_info_wrap {padding: 30px 0; background-color: #f9f9f9; }
#my_info_wrap .my_info_box_wrap {display: table; width: 100%; }
#my_info_wrap .my_info_box {border-right: 1px solid #ccc; display: table-cell; width: calc(50% - 225px); margin: 0 40px; font-size: 0; vertical-align: middle;}
#my_info_wrap .profile_photo_wrap {  width: 350px;  }
#my_info_wrap .profile_photo_wrap .profile_photo {display: table-cell; width: 125px; vertical-align: middle; position: relative;}
#my_info_wrap .profile_photo_wrap .profile_photo p {width: 120px; height: 120px; border-radius:50%; overflow: hidden;}
#my_info_wrap .profile_photo_wrap .profile_photo p img {max-width:100%;}
#my_info_wrap .profile_photo_wrap .profile_photo button {display: none;position: absolute; bottom: 0; right: 0; padding: 0; background: none; border: none;}
/* #my_info_wrap .file_box {position: absolute; bottom: 0; right: 0;}
#my_info_wrap .fileBox .btn_file {display:inline-block;border: none;width:36px;height:36px;text-align:center;vertical-align:middle; }
#my_info_wrap .fileBox input[type="file"] {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
 */
#my_info_wrap .profile_photo_wrap .profile {display: table-cell; width: calc(100% - 125px); vertical-align: middle; padding-left: 20px;font-family: 'Gmarket Sans'; font-weight: 500;} 
#my_info_wrap .profile_photo_wrap .profile p {font-size: 16px; font-weight: 500; color: #5d5d5d;}
#my_info_wrap .profile_photo_w+++++ rap .profile .myname {font-size: 24px; font-weight: 700; letter-spacing: 4px; margin-bottom: 25px; color: #333;}
#my_info_wrap .profile_photo_wrap .profile .myname span {font-size: 16px; font-weight: 500; color: #5d5d5d; letter-spacing: 0;}
#my_info_wrap .profile_photo_wrap .profile .txt1 {margin-bottom: 5px;}
#my_info_wrap .profile_photo_wrap .profile .txt1 button { width: 20px; height: 20px; text-align: center; line-height: 18px; font-size: 16px; color: #fff; background-color: #fb8722; border-radius:50%; border: none; font-family: 'Noto Sans KR';}
#my_info_wrap .profile_photo_wrap .profile .txt2 {font-size: 22px; font-weight: 700; color: #333333;}
#my_info_wrap .profile_photo_wrap .profile .txt2 button {margin-left: 5px;padding: 4px 12px; font-size: 15px; font-weight: 100; color: #fff; background-color: #2d343e; border-radius:5px; border: none;}

#my_info_wrap  .my_info_point dl {width: 160px; margin: 0 auto;}
#my_info_wrap  .my_info_point dt,
#my_info_wrap  .my_info_point dd {line-height: 1.33;font-family: 'Gmarket Sans'; font-weight: 500;}
#my_info_wrap  .my_info_point dt {font-size: 18px; font-weight: 500;}
#my_info_wrap  .my_info_point dt span {padding-left: 10px; font-family: dotum, '돋움'; font-weight: bold;}
#my_info_wrap  .my_info_point dd {font-size: 16px; color: #5d5d5d; text-align: right;}
#my_info_wrap  .my_info_point dd span {color: #fb8722; font-size: 1.2em; font-weight: 700; padding-right: 2px;}
#my_info_wrap  .my_info_point2 dd:last-child span{color: #f7652c;}
#my_info_wrap  .my_info_point2 {border-right: none;}

.my_profile_wrap .web { margin:40px 0 50px;}
.my_profile_wrap .web h2 { padding-bottom: 10px; font-size: 1.25em; border-bottom: 2px solid #000;font-family: 'Gmarket Sans'; font-weight: 500;}
.my_profile_wrap .web h2 span {font-size: 1.2em;  font-weight: 700;}
.my_profile_wrap .web > div {padding: 10px 0; min-height:100px;}
.my_profile_wrap .web li {float: left; width: calc(25% - 20px); margin: 10px;}
.my_profile_wrap .web li .profile {/* background-color: #f5f5f5; */ border: 1px solid #eee; padding: 10px;}
.my_profile_wrap .web li .profile > div {display: inline-block; vertical-align: middle;}
.my_profile_wrap .web li .profile .profile_photo {width: 80px;overflow: hidden; border-radius:50%;}
.my_profile_wrap .web li .profile .profile_id {width: calc(100% - 85px);padding: 20px;}
.my_profile_wrap .web li .profile .profile_id span {font-size: 12px; padding-bottom: 7px;}
.my_profile_wrap .web li .profile .profile_id a {font-size: 16px; font-weight: 500; color: #333;}
.my_profile_wrap .best h2 { padding-bottom: 10px;font-size: 1.25em;border-bottom: 2px solid #000;font-family: 'Gmarket Sans'; font-weight: 500;}
.my_profile_wrap .best > div {padding: 10px 0;  min-height:100px;}
.my_profile_wrap .best li {float: left; width: calc(25% - 20px); margin: 0 10px; padding: 10px; border: 1px solid #eee;}
.my_profile_wrap .best li .profile {}
.my_profile_wrap .best li .profile > div {display: inline-block; vertical-align: middle;}
.my_profile_wrap .best li .profile .profile_photo {overflow: hidden; border-radius:50%;}
.my_profile_wrap .best li .profile .profile_id {font-size: 14px; font-weight: 500; color: #333;padding: 10px;}
.my_profile_wrap .best li .bset_review {padding: 10px 0;}
.my_profile_wrap .best li .bset_review .item_thumb img {width: 100%;}
.my_profile_wrap .best li .bset_review .sct_star {margin-top: 5px;}
.my_profile_wrap .best li .bset_review img.sit_star {width: 72px; height: auto;}
.my_profile_wrap .best li .bset_review .item_tit {padding: 5px 0 0; font-size: 16px; font-weight: 500; line-height: 1.33; text-align: center; text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

.my_profile_wrap .gallery { margin:40px 0 50px;}
.my_profile_wrap .gallery h2 { padding-bottom: 10px; font-size: 1.25em; border-bottom: 2px solid #000;font-family: 'Gmarket Sans'; font-weight: 500;}
.my_profile_wrap .gallery > div {padding: 10px 0; min-height:100px;}
.my_profile_wrap .gallery li {float: left; width: calc(25% - 20px); margin: 0 10px;}

@media all and (max-width:1060px){
	.mytab li a {font-size: 14px;}
	.my_profile_wrap .web li {width: calc(33.33% - 20px);}
}

@media all and (max-width:768px){
	.mytab {background-color: #f5f5f5; }
	.mytab li {width: 25%; border-bottom: 1px solid #ddd;}
	.mytab li:nth-child(5) {border-left: none;}
	.mytab li:nth-child(4) ~ li {border-bottom: none;} 
	/* .mytab li:last-child {border-right: 1px solid #ddd; } */
	.mytab li a {}
	.cs_tab_wrap ul li a {font-size: 12px;}
	
	#my_info_wrap .my_info_box_wrap {display: block;}
	#my_info_wrap .my_info_box_wrap:after {content:''; display: block; clear: both;}
	#my_info_wrap .profile_photo_wrap {width: 100%; padding: 25px; background-color: #fff; border: 1px solid #ccc; margin: 0 0 20px; }
	#my_info_wrap .my_info_box {float: left; display: block;}
	#my_info_wrap .my_info_point {width: 50%; margin: 0; padding: 20px 0;}

	.my_profile_wrap .web li {width: calc(50% - 10px); margin: 5px;}
	.my_profile_wrap .web li .profile .profile_id a {font-size: 14px;}
	.my_profile_wrap .best li {width: calc(33% - 10px); margin: 5px;}
	.my_profile_wrap .best li .profile .profile_id {font-size: 12px; padding-left: 5px;}
	.my_profile_wrap .best li .bset_review .item_tit {font-size: 14px;}
	.my_profile_wrap .gallery li {width: calc(33% - 10px); margin: 5px;}
}
@media all and (max-width:600px){
	.my_profile_wrap .web li .profile > div {display: block;}
	.my_profile_wrap .web li .profile .profile_photo {margin: 0 auto;}
	.my_profile_wrap .web li .profile .profile_id {width: 100%; padding: 10px 5px;}
	.my_profile_wrap .best li {width: calc(50% - 10px);}
	.my_profile_wrap .gallery li {width: calc(50% - 10px);}
}
@media all and (max-width:486px){
	.mytab li a {font-size: 11px;}
	#my_info_wrap .profile_photo_wrap .profile_photo {width: 90px;	}
	#my_info_wrap .profile_photo_wrap .profile_photo p {width: 80px; height: 80px;}
	#my_info_wrap .file_box {bottom: 0; right: 7px;}
	#my_info_wrap .fileBox .btn_file {width: 25px; height: 25px;}
	#my_info_wrap .profile_photo_wrap .profile .myname {font-size: 21px; margin-bottom: 15px;}
	#my_info_wrap .profile_photo_wrap .profile p {font-size: 14px;}
	#my_info_wrap .profile_photo_wrap .profile .txt1 button {font-size: 14px;}
	#my_info_wrap .profile_photo_wrap .profile .txt2 {font-size: 16px;}
	#my_info_wrap .profile_photo_wrap .profile .txt2 button {font-size: 12px;}
	#my_info_wrap .my_info_point dl {width: 130px;}
	#my_info_wrap .my_info_point dt {font-size: 13px;}
	#my_info_wrap .my_info_point dd span {font-size: 1.1em;}
}

