/************************************************************************
 * 파일명	: v2020_service.css
 * 설명	: 서비스별 공통사항 css
 * 작성자	: GhPark
 * 작성일	: 2019.12
************************************************************************/
/* 서비스별 CSS구분
기본설정								- v2018.css 버튼,팝업
메인설정								- v2018_main.css
서비스 & 멤버십 혜택(MENU1_2,MENU5) 		- v2020_service.css
서비스별 공통사항						- v2020_service.css
배송대행(MENU1_1)		           		- v2020_ship.css
구매대행(MENU2)					    - v2020_buy.css
오샵(MENU3)							- v2020_ohshop.css
오카페(MENU4)							- v2020_ohcafe.css
이벤트(MENU5)							- v2020_event.css
*/

@charset 'utf-8';

/* PAGE HTML */
html{font-size:13px;line-height:20px;color:#303030;}
html a{}
h3{font-size:24px;font-weight:bold;margin-bottom:30px;display:block;}

/* HEARDER RENEWAL - 2019.12.26 */

/* CONTENT TOP IMG & TITLE - 2019.12.26 */
.sub_top {text-align: center;background: #fcfaf5;height: 140px;overflow:hidden;}
.sub_top .sub_top_inCon{position: relative;width:1470px;margin:0 auto;background:url(/images2017/sub/sub_top_img.jpg)no-repeat center center;height:140px;}
.sub_top .sub_top_inCon .title{font-size: 35px;font-weight: bold;line-height:140px;}
.sub_top .sub_top_inCon .depth{position: absolute;left:225px;bottom:10px;min-width: auto;max-width: none;padding: 0;margin: 0;}
.sub_top .sub_top_inCon .depth ul{padding:0;}

/* SUB CONTAINER */
.service .servic_step{overflow:hidden;margin-bottom:60px;}
.service .servic_step li{width:180px;float:left;margin-bottom:10px;margin-right:1px;}
.service .servic_step li p{background:#f8f8f8;border:1px solid #e4e4e4;height:50px;line-height:50px;font-weight:bold;font-size:14px;padding-left:10px;}
.service .servic_step li span{color:#656565;line-height:50px;}

.service .step_list{overflow:hidden;border-top:2px solid #606060;}
.service .step_list > li{padding:20px 0;border-bottom:1px solid #e4e4e4;padding-left:170px;}
.service .step_list li p.tit{font-size:14px;font-weight:bold;}
.service .step_list li p.tit .step{color:#fbbe49;font-size:16px;border:1px solid #fbbe49;border-radius:30px;height:30px;line-height:30px;padding:0 20px;display:inline-block;margin-right:10px;}
.service .step_list li p.txt{padding-top:10px;padding-left:5px;}
.service .step_list li div.link{padding-top:10px;padding-left:5px;}
.service .step_list li div.link a{border:1px solid #dfdfdf;padding:2px 10px;margin-right:10px;}

#content.Guide .Notice .linkBtn3{margin:5px 0;}

/* 부가가치세 */
#content.AssistedPurchase .l_Txt1:last-child li{background:none;padding-left:0;}
#content.AssistedPurchase .l_Txt1:last-child li span{display:block;padding-left:15px;}
#content.AssistedPurchase .box_txt{background:#f9f9f9;padding:20px;margin-bottom:40px;}
#content.AssistedPurchase .box_txt p{line-height:24px;font-weight:bold;}
#content.AssistedPurchase table{text-align:center;overflow:hidden;margin-top:10px;display:block;width:916px;}
#content.AssistedPurchase table tr td {border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;border-left:1px dashed #dcdcdc;padding:10px;}
#content.AssistedPurchase table tr td:first-child{border-left:1px solid #dcdcdc;}
#content.AssistedPurchase table tr td:last-child{border-left:none;}
#content.AssistedPurchase table .tbTxt td{border-bottom:none;border-left:none;position:relative;}
#content.AssistedPurchase table .tbTxt td:first-child{border-left:none;}
#content.AssistedPurchase table .tbTxt td p{background: #ffffff;display: block;padding: 0 10px;width: fit-content;margin: 0 auto;}
#content.AssistedPurchase table .tbTxt td p:before{content:''; width:100%;height:100%;border-bottom:1px solid #dcdcdc ;position:absolute;top:-20px;left:0;z-index:-1;}
#content.AssistedPurchase table .tbTxt td p:after{content:''; width:100%;height:50%;border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;position:absolute;top:10px;left:0;z-index:-1;box-sizing:border-box;}
#content.AssistedPurchase table .tbTxt td.no_bd p:after{border-left:none;}

/* 공통여백  */
.mgb_80{margin-bottom:80px !important;}
.pdl_35{padding-left:35px !important;}

.fcolor1{color:#fb9143 !important;}