
/*
	[프로그램팀 맞춤제작 및 수정 CSS]

	copyright(c) 상상너머·원데이넷 all rights reserved.
	허용된 라이센스이외 무단도용재배포를 금합니다.

	※ css 추가 시, 반드시 날짜와 작업자 이니셜을 기재바랍니다.
*/



/* 2018-09-12 :: SSJ 링크결제 적용 */
.simple_wrap {}
.simple_wrap .header {display:none;}
.simple_wrap .sub_nav {display:none;}
.simple_wrap .c_page_tit {display:none;}
.simple_wrap .footer .bottom_menu {display:none;}


/* 2019-04-16 SSJ :: 상품후기/문의 작성자 추가 */
.c_view_open .form_box .double dt {display:inline-block; width:40%; max-width:130px;}
.c_view_open .form_box .double dd {display:inline-block; width:50%; max-width: 160px;}


/* 2019-04-23 SSJ :: 상품후기  */
.c_list_ctrl .select_box {float:right; z-index:5;}
.c_list_ctrl .select_box select {border:1px solid #ddd; padding:5px 25px 5px 8px; font-size:12px !important; height:30px; float:left; width: auto; margin-left:10px}
.c_list_ctrl .select_box select {-webkit-appearance: none;appearance: none;-moz-appearance: none;-webkit-user-select: none;background:#fff url('../images/c_img/order_search_arrow.gif') right center no-repeat;}
.c_list_ctrl .select_box select:focus {border-color:#aaa;}
.c_list_ctrl .select_box select::-ms-expand {display:none;}


/* 2019-05-15 SSJ :: 모바일 로고 사이즈 변경 요청 */
.header .this_logo img {height:30px;}

/* 상품평가 */
.c_view_list ul {margin-top:0;}
.c_view_list .icon {height:16px;}
.c_view_list .posting {overflow:hidden; position:relative;}
.c_view_list .posting ul {display:table; width:100%; box-sizing:border-box; table-layout:fixed;}
.c_view_list .posting li {display:table-cell; vertical-align:top; border:0; padding:0px;}
.c_view_list .this_thumb {width:90px;}
.c_view_list .thumb_box {float:left; width:80px; height:80px; background:#f1f1f1 url('../images/c_img/none_photo.png') center center no-repeat; background-size:22px; overflow:hidden;}
.c_view_list .thumb_box a {float:left;}
.c_view_list .posting .info {display:block; margin-top:8px;}
.c_view_list .posting .info div {float:left; }
.c_view_list .posting .title {padding-left:0px;float:none; }
.c_view_list .posting .tit_box {float:none;}
.c_view_list .posting .tit_box .tt {font-size:13px; float:none;}
.c_view_list .posting .mark {float:none; margin-bottom:3px;}
.c_view_list .posting .sub_txt {padding-top:0px; font-size:13px; color:#999; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;float:none;}
.c_view_list .posting .state {overflow:hidden; margin-bottom:5; position:relative; text-align:left; right:auto; top:auto; margin-top:0px;}
.c_view_list .id {text-align:center; overflow:hidden; text-overflow:ellipsis; white-space: nowrap; word-wrap: normal !important; }
.c_view_list .t_writer {padding-left:16px; background:transparent url('../images/c_img/board_by.png') left 3px no-repeat; background-size:12px; float:left; height:20px; line-height:22px; margin-right:15px; letter-spacing:-0.5px;}
.c_view_list .t_writer {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; max-width:60px; box-sizing:border-box;}
.c_view_list .date {text-align:center; padding-left:16px; background:transparent url('../images/c_img/icon_date.png') left center no-repeat; background-size:12px; float:left; height:20px; line-height:22px; margin-right:15px; letter-spacing:-0.5px;}


/* 미니샵 카피라이트 */
.if_minishop .minishop {background:#f9f9f9;}
.if_minishop .minishop .copyright {text-align: center; border-top: 1px solid #eaeaea; padding: 30px 0; box-sizing: border-box;}
.if_minishop .minishop .copyright .tx {font-size: 12px; color: #aaa; font-weight: 300; letter-spacing: 0; line-height: 1.4;}

/* 페이지 타이틀 */
.if_minishop .c_page_tit.if_product_view {display:block;}
.if_minishop .c_page_tit .tit_box {border-bottom: 1px solid #000; height: 45px; }
.if_minishop .c_page_tit .btn_back {background-image: url('../images/mkinfl/back_ic.svg'); background-position: 10px center !important; left: 10px; width: 40px; height: 45px;}
.if_minishop .c_page_tit .btn_ctrl {display: none; }
.if_minishop .c_page_tit .tit {letter-spacing: -0.8px; color: #000; height: 44px; line-height: 46px; font-weight:600;}
.if_minishop .c_page_tit.if_open .nav_box {display: none;}

/* -- 카카오페이 추가 -- 2019-08-24 LCY */
.c_form .use_kakopay .lineup{ background: transparent url(../../../../addons/kakaopay/img/icon.png) center 21px no-repeat; background-size: 40px !important;  }