
/* 피플레이 측 PC 전용 CSS */
/* 피플레이 측에서만 등록 관리할 수 있습니다. */



/* 결제금액계산 */
.view_top .view_btn {overflow:hidden; padding-right:69px; position:relative; text-align:center; margin-top:25px; margin-left:-10px}
.view_top .view_btn ul {display:table; width:100%; table-layout:fixed;}
.view_top .view_btn li {display:table-cell; vertical-align:middle;}
.view_top .view_btn .btn {font-size:21px; line-height:56px; height:62px; display:block; font-weight:600; letter-spacing:-0.5px; box-sizing:border-box; margin-left:10px; }
.view_top .view_btn .txt {position:relative; padding-left:22px}
.view_top .view_btn .shape {position:absolute; left:0; top:0; width:16px; height:100%;} /* 여행카트 버튼 */
.view_top .view_btn .btn_cart {background:#fff; border:2px solid #0ba2ff; color:#0ba2ff; } /* 마우스오버시 버튼 */
.view_top .view_btn .btn_cart:hover {background:#005bcb; border-color:#005bcb; color:#fff;}
.view_top .view_btn .btn_cart:hover .shape {background-position:right center;}
.view_top .view_btn .btn_cart .shape {background:transparent url('/upfiles/playimg/ic_cart.png') left center no-repeat;}
.view_top .view_btn .btn_order {background:#0ba2ff; border:2px solid #0ba2ff; color:#fff;}
.view_top .view_btn .btn_order:hover {background:#005bcb; border-color:#005bcb;} /* 마우스오버시 버튼 */
.view_top .view_btn .btn_order .shape {background:transparent url('../images/new2017/ic_buy.png') 2px center no-repeat;}
.view_top .view_btn .btn_wish {border:1px solid #ccc; position:absolute; right:0; top:0; width:59px; background:#fff url('../images/new2017/view_wish.png') center center no-repeat; background-size:28px;}
.view_top .view_btn .btn_wish:hover { background-color:#fafafa;}
.view_top .view_btn .btn_wish.hit {background:#fff url('../images/new2017/view_wish_hit.png') center center no-repeat;}

.view_top .view_btn .btn_coupon {background:#0ba2ff; border:2px solid #0ba2ff; color:#fff;}
.view_top .view_btn .btn_coupon:hover {background:#005bcb; border-color:#005bcb;}
.view_top .view_btn .btn_coupon .shape {background:transparent url('../images/new2017/ic_coupon.png') left center no-repeat;}



/* **************************************** *

   상단로고 크기 고정 수정작업

   작업일 : 2020-06-19
   작업자 : 원데이넷 조아라 팀장
  
 * **************************************** */
.header .logo {width:300px; padding-bottom:0px;}
.header .logo img {width:300px; height:100px;}
.header .header_bn {width:300px;}
.header .rolling_box {width:200px; float:right;}





