@import "reset.css";
@import "common.css";
@import "layout.css";
@import "popup.css";

/* [Common] - Sub Title */
.sub_tilte {
    height:69px;
    padding-top:30px;
    font-weight:bold;
    font-size:30px;
    color:#000000;
    text-align:center;
    border-bottom:1px solid #c7c7c7;
}

/* 로그인 */
.login {
    width:300px;
    min-height:300px;
    margin:50px auto 0;
}
.login .input {
    margin:10px 0;
}
.login .input .input_text {
    width:100%;
    height:40px;
    padding-left:15px;
    font-size:14px;
}
.login .button {
    margin-top:15px;
}
.login .button button {
    display:block;
    width:100%;
    padding:8px 0;
    font-size:18px;
    color:#fff;
    text-align:center;
    border:none;
    background:#000;
}

/* 비회원 주문확인 */
.nomember {
    width:500px;
    min-height:300px;
    margin:50px auto 0;
}
.nomember .number {}
.nomember .number label {
    display:inline-block;
    width:85px;
    font-size:14px;
    color:#010101;
}
.nomember .number .input_text {
    width:400px;
    height:40px;
    padding-left:15px;
    font-size:14px;
    color:#010101;
}
.nomember .msg {
    margin:10px 0 0 88px;
    font-size:14px;
    color:#010101;
}
.nomember .button {
    margin-top:20px;
    text-align:center;
}
.nomember .button a {
    display:inline-block;
    width:200px;
    padding:8px 0;
    font-size:18px;
    color:#fff;
    text-align:center;
    border:none;
    background:#000;
}

/* 회원가입 */
.join {
    width:600px;
    margin:80px auto 0;
}
.join h2 {
    margin-left:28px;
    font-size:24px;
    color:#010101;
}
.join .info {
    margin:35px 0 0 28px;
}
.join .info li {
    margin:10px 0;
}
.join .info li dl {
    zoom:1;
}
.join .info li dl:after {
    content:"";
    display:block;
    clear:both;
}
.join .info li dl dt {
    float:left;
    width:122px;
    margin-top:6px;
    font-size:16px;
    color:#555555;
}
.join .info li dl dd {
    float:left;
    width:450px;
}
.join .info li dl dd .input_text {
    height:38px;
    padding-left:5px;
    border:1px solid #b9b9b9;
}
.join .info li dl dd .user_complete {
    display:inline-block;
    width:128px;
    margin-left:3px;
    padding:5px 0 7px;
    font-size:16px;
    color:#f00;
    text-align:center;
    vertical-align:middle;
}
.join .info li dl dd a {
    display:inline-block;
    width:128px;
    margin-left:3px;
    padding:5px 0 7px;
    font-size:16px;
    color:#fff;
    text-align:center;
    vertical-align:middle;
    border:1px solid #808c93;
    background:#454545;
}
.join .info li dl dd .select {
    width:100px;
    height:40px;
    font-size:16px;
    color:#555555;
    border:1px solid #b9b9b9;
}
.join .info li dl dd .dash {
    margin:0 4px;
}
.join .agree {
    margin-top:55px;
}
.join .agree ul {}
.join .agree ul li {
    position:relative;
    padding:12px 0 12px;
    border-bottom:1px solid #d8d8d8;
    zoom:1;
}
.join .agree ul li:after {
    content:"";
    display:block;
    clear:both;
}
.join .agree ul li .inputType_check {
    float:left;
    margin-left:27px;
}
.join .agree ul li .detail {
    float:right;
}
.join .agree ul li .detail a {
    display:block;
    width:98px;
    height:25px;
    padding:3px 0 0;
    font-size:14px;
    color:#5d5d5d;
    text-align:center;
    border:1px solid #d6d6d6;
    background:#fff;
}
.join .agree ul li .detail_agree {
    display:none;
    position:relative;
    bottom:-13px;
    clear:both;
    width:100%;
    margin:0 0 0;
    padding:10px;
    border:1px solid #ccc;
    box-sizing:border-box;
}
.join .join_button {
    margin-top:30px;
    text-align:center;
}
.join .join_button a {
    display:inline-block;
    width:200px;
    height:40px;
    padding-top:10px;
    font-size:18px;
    color:#fefefe;
    text-align:center;
    background:#454545;
}

.join .agree .detail_agree h2 {
	font-size: 13px;
}
.join .agree .detail_agree p {
	font-size: 11px;
}
.join .agree .detail_agree ol li  {
    position:relative;
    font-size: 10px;
    border-bottom:0px  !important;
    padding: 3px;
}
.join .agree .detail_agree ul li  {
    position:relative;
    font-size: 10px;
    border-bottom:0px  !important;
    padding: 3px;
}
/*.join .agree #js_agreeView1.detail_agree > ul li table th, table td {
	font-size: 10px !important;
}
*/
/* >>>> 브랜드 <<<<< */
/* 브랜드별 타이어 */
.sub_visual {
    height:250px;
    border-bottom:1px solid #e2e2e2;
}
.brand_tire {}
.brand_tire .num {
    padding:15px 35px 15px 0;
    font-size:14px;
    color:#555555;
    text-align:right;
}
.brand_tire .brand_tire_head {
    width:100%;
}
.brand_tire .brand_tire_head:after {
    content:"";
    display:block;
    clear:both;
}
.brand_tire .brand_tire_head .counting {
    float:left;
    padding:15px 35px 15px 223px;
    font-size:14px;
    color:#555555;
}
.brand_tire .brand_tire_head .tab_price {
    float:right;
    margin-top:5px;
}
.brand_tire .brand_tire_head .tab_price li {
    float:left;
}
.brand_tire .brand_tire_head .tab_price li a {
    display:block;
    position:relative;
    padding:10px 15px;
    font-size:14px;
    color:#555555;
}
.brand_tire .brand_tire_head .tab_price li a:after {
    content:"";
    position:absolute;
    left:0;
    top:15px;
    width:1px;
    height:13px;
    background:#555555;
}
.brand_tire .brand_tire_head .tab_price li:first-child a:after {
    display:none;
}
.brand_tire .brand_tire_head .tab_price li.active a {
    color:#222831;
    font-weight: bold;
}
.brand_tire .tire_form {
    width:100%;
    border-top:1px solid #333333;
    background:url("../image/brand/brand_menu_bg.gif") 0 0 repeat-y;
}
.brand_tire .tire_form:after {
    content:"";
    display:block;
    clear:both;
}
.brand_tire .menu {
    float:left;
    width:200px;
    height:100vh;
    padding:15px 0 0 0;
}
.brand_tire .menu h2 {
    margin-top:30px;
    padding:10px 0 0 17px;
    font-weight:normal;
    font-size:18px;
    color:#010101;
    border-top:1px solid #d1d1d1;
}
.brand_tire .menu h2:first-child {
    border:none;
    margin-top:0;
    padding-top:0;
}
.brand_tire .menu ul {
    margin-left:17px;
}
.brand_tire .menu ul li {
    margin:15px 0;
}
.brand_tire .content {
    float:left;
    width:900px;
}
.brand_tire .content .nosearch{
    text-align:center;
    padding:50px;
}
.brand_tire .content .unit {
    width:100%;
    min-height:170px;
    border-bottom:1px solid #e4e4e4;
}
.brand_tire .content .unit:after {
    content:"";
    display:block;
    clear:both;
}
.brand_tire .content .unit .explain {
    float:left;
    width:600px;
}
.brand_tire .content .unit .explain .image {
    float:left;
    width:202px;
    padding-top:8px;
    text-align:center;
}
.brand_tire .content .unit .explain .image img {
    height:155px;
    vertical-align:top;
}
.brand_tire .content .unit .explain .info {
    float:left;
    width:398px;
    padding-top:20px;
}
.brand_tire .content .unit .explain .info .title {
    font-size:18px;
    color:#000000;
}
.brand_tire .content .unit .explain .info .title .brand {
    margin-right:25px;
    font-size:14px;
    color:#000000;
    vertical-align:baseline;
}
.brand_tire .content .unit .explain .info .text {
    overflow:hidden;
    margin-top:25px;
    font-size:16px;
    color:#000000;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.brand_tire .content .unit .explain .info .inch {
    margin-top:20px;
    font-size:24px;
    color:#000000;
}
.brand_tire .content .unit .explain .info .inch .t {
    font-size:16px;
}
.brand_tire .content .unit .explain .info .inch .opt {
    margin-left:10px;
    font-size:16px;
    color:#555555;
}
.brand_tire .content .unit .price_info {
    position:relative;
    float:left;
    width:283px;
    padding-right:17px;
    text-align:right;
}
.brand_tire .content .unit .price_info:after {
    content:"";
    position:absolute;
    left:0;
    top:10px;
    width:1px;
    height:147px;
    background:#e4e4e4;
}
.brand_tire .content .unit .price_info .sale {
    margin-top:30px;
    font-size:16px;
    color:#555555;
}
.brand_tire .content .unit .price_info .price {
    margin-top:5px;
    font-size:24px;
    color:#000000;
}
.brand_tire .content .unit .price_info .button {
    margin-top:16px;
}
.brand_tire .content .unit .price_info .button a {
    display:inline-block;
    width:258px;
    padding:8px 0 10px;
    font-size:18px;
    color:#fff;
    text-align:center;
    border:1px solid #3f3f3f;
    background:#575757;
}
.brand_tire .content .unit .price_info .button a.line {
    color:#000000;
    border-color:#dddddd;
    background-color:#fff;
}
.brand_tire .content .unit .price_info .search_button {
    margin-left:13px;
    zoom:1;
}
.brand_tire .content .unit .price_info .search_button:after {
    content:"";
    display:block;
    clear:both;
}
.brand_tire .content .unit .price_info .search_button a {
    float:left;
    width:133px;
}
.brand_tire .content .unit .price_info .search_button a.interest {
    text-indent:-9999px;
    border:1px solid #e2e2e2;
    border-right:none;
    background:#fff url("../image/common/icon_interest.gif") center center no-repeat;
}
.brand_tire .tire_search_form .content .unit .price_info:after {
    display:none;
}
.brand_tire .tire_search_form .content .unit .price_info .sale .del {
    text-decoration:line-through;
}
.brand_tire .tire_search_form .content .unit .price_info .info {
    width:100%;
}
.brand_tire .tire_search_form .content .unit .price_info .info:after {
    content:"";
    display:block;
    clear:both;
}
.brand_tire .tire_search_form .content .unit .price_info .info .amount {
    float:left;
    margin:7px 0 0 40px;
    font-size:14px;
    color:#010101;
}
.brand_tire .tire_search_form .content .unit .price_info .info .amount .input_text {
    float:right;
    width:48px;
    height:28px;
    margin:-3px 0 0 7px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #b0b0b0;
    background:#fff;
}
.brand_tire .tire_search_form .content .unit .price_info .info .price {
    color:#222831;
    font-weight: bold;
}
.brand_tire .tire_search_form .content .unit .price_info .button {
    margin-left:13px;
    zoom:1;
}
.brand_tire .tire_search_form .content .unit .price_info .button:after {
    content:"";
    display:block;
    clear:both;
}
.brand_tire .tire_search_form .content .unit .price_info .button a {
    float:left;
    width:133px;
}
.brand_tire .tire_search_form .content .unit .price_info .button a.interest {
    text-indent:-9999px;
    border:1px solid #e2e2e2;
    border-right:none;
    background:#fff url("../image/common/icon_interest.gif") center center no-repeat;
}

/* 브랜드별 상세페이지 */
.view_content {
    padding-top:60px;
}
.product_info {
    width:100%;
}
.product_info:after {
    content:"";
    display:block;
    clear:both;
}
.product_info .image {
    float:left;
    width:450px;
    padding-top:10px;
    text-align:center;
}
.product_info .image img {
    vertical-align:top;
}
.product_info .content {
    float:left;
    width:650px;
}
.product_info .content h2 {
    margin-left:15px;
    font-size:24px;
    color:#000000;
}
.product_info .content .msg {
    margin:20px 0 0 15px;
    font-size:18px;
    color:#010101;
}
.product_info .content .info {
    margin-top:12px;
    border-top:1px solid #717171;
}
.product_info .content .info li {
    border-bottom:1px solid #dfdfdf;
}
.product_info .content .info li dl {
    width:100%;
}
.product_info .content .info li dl:after {
    content:"";
    display:block;
    clear:both;
}
.product_info .content .info li dl dt {
    float:left;
    padding:12px 7px 15px 15px;
    font-size:16px;
    color:#010101;
}
.product_info .content .info li dl dd {
    float:left;
    padding:12px 0 10px;
    font-size:16px;
    color:#010101;
}
.product_info .content .info li dl dd .product-sizelist {
    display:inline-block;
    vertical-align:middle;
    margin-top:-3px;
}
.product_info .content .info li dl dd .select {
    width:200px;
    height:32px;
    margin:1px ​4px 0 0;
    font-size:16px;
    vertical-align:middle;
}
.product_info .content .info li dl dd .size {
    display:inline-block;
    margin-top:-3px;
    padding:6px 10px 7px;
    font-size:12px;
    color:#010101;
    vertical-align:middle;
    border:1px solid #dbdbdb;
    background:#fff;
}
.product_info .content .info li dl dd .delivery {
    font-size:14px;
}
.product_info .content .info li dl dd .wear {
    display:inline-block;
    margin-left:10px;
    padding:6px 10px 7px;
    font-size:12px;
    color:#010101;
    vertical-align:middle;
    border:1px solid #dbdbdb;
    background:#fff;
}
.product_info .content .info li dl dd strong {
    color:#222831;
}
.product_info .content .info li dl dd.marking {
    padding-left:18px;
    color:#8d8d8d;
}
.product_info .content .price_form {
    margin-top:-1px;
    padding:5px 0 5px 12px;
    border-top:1px solid #717171;
}
.product_info .content .price_form .sale {
    display:inline-block;
    margin-top:-5px;
    text-decoration:line-through;
    vertical-align:middle;
}
.product_info .content .price_form .percent {
    display:inline-block;
    width:105px;
    margin:-6px 25px 0 0;
    font-size:22px;
    color:#222831;
    text-align:right;
    vertical-align:middle;
}
.product_info .content .price_form .select {
    width:72px;
    height:30px;
    margin-left:4px;
    text-align:center;
}
.product_info .content .price_form .price {
    display:inline-block;
    width:215px;
    font-size:24px;
    color:#222831;
    text-align:right;
    vertical-align:middle;
}
.product_info .content .price_form .price .won {
    font-size:18px;
}
.product_info .content .button {
    width:100%;
    margin-top:5px;
}
.product_info .content .button:after {
    content:"";
    display:block;
    clear:both;
}
.product_info .content .button a {
    float:left;
    height:38px;
    padding-top:10px;    
}
.product_info .content .button a.interest {
    width:274px;
    font-size:18px;
    color:#000000;
    text-align:center;
    border:1px solid #dfdfdf;
    border-right:none;
}
.product_info .content .button a.buy {
    width:374px;
    font-weight:bold;
    font-size:18px;
    color:#fff;
    text-align:center;
    border:1px solid #e42d38;
    border-left:none;
    background:#e42d38;
}

.view_banner {
    overflow:hidden;
    height:250px;
    margin-top:50px;
}
.view_banner img {
    vertical-align:top;
}

.content_view {
    margin-top:40px;
}

.buy_guide {
    margin:50px 0 0 60px;
}
.buy_guide li {
    margin-top:30px;
    font-size:20px;
    color:#000000;
}
.buy_guide li .msg {
    margin-left:20px;
    font-size:16px;
    line-height:30px;
    color:#9b9b9b;
}
.buy_guide li .msg a {
    display:inline-block;
    margin-left:10px;
    padding:4px 15px 6px;
    font-size:12px;
    line-height:1.27em;
    color:#010101;
    border:1px solid #dbdbdb;
    background:#fff;
}
.buy_guide li ul {
    margin-left:20px;
}
.buy_guide li ul li {
    margin-top:10px;
    font-size:16px;
    color:#9b9b9b;
}

/* 브랜드 검색 */
.tire_search {
    padding:30px 0 30px 63px;
    background:#454545;
    zoom:1;
}
.tire_search:after {
    content:"";
    display:block;
    clear:both;
}
.tire_search .title {
    float:left;
    width:158px;
    margin-top:8px;
    font-size:16px;
    color:#ffffff;
     margin-right: 10px;
}
.tire_search .title2 {
    float:left;
    width:50px;
    margin-top:8px;
    font-size:16px;
    color:#ffffff;
    margin-right: 30px;
}
.tire_search .search_option {
    float:left;
    width:594px;
    margin-right:10px;
    padding:8px 0 8px 36px;
    background:#ffffff;
}
.tire_search .search_option .first,
.tire_search .search_option .last {
    float:left;
    width:210px;
    font-size:16px;
    color:#000;
}
.tire_search .search_option .first {
    margin-right:130px;
}
.tire_search .search_option .last {}
.tire_search .search_option .first .input_text,
.tire_search .search_option .last .input_text {
    width:105px;
    height:26px;
    margin:-5px 0 0 10px;
    font-size:16px;
    color:#ffffff;
    text-align:center;
    border:none;
    background:transparent;
}
.tire_search .search_button {
    float:left;
    width:120px;
}
.tire_search .search_button a {
    display:block;
    padding:6px 0 7px 20px;
    font-size:18px;
    color:#000000;
    text-align:center;
    border:1px solid #e2e2e2;
    background:#fff url("../image/common/icon_reload.gif") 16px 9px no-repeat;
}
.tire_search_banner {
    height:250px;
    border-bottom:1px solid #e2e2e2;
}

/* >>>> 이벤트 <<<<< */
.event {
    margin:50px -59px 0 0;
    zoom:1;
}
.event:after {
    content:"";
    display:block;
    clear:both;
}
.event .unit {
    float:left;
    width:520px;
    margin-right:59px;
}
.event .unit a {
    display:block;
    height:280px;
    margin-bottom:20px;
}
.event .unit a img {
    width:520px;
    height:200px;
    vertical-align:top;
}
.event .unit a .title {
    overflow:hidden;
    margin-top:20px;
    font-size:16px;
    color:#222831;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.event .unit a .date {
    margin-top:10px;
    font-size:14px;
    color:#555555;
}

/* >>>> 마이페이지 <<<<< */
/* 타이틀 */
.mypage_tilte {
    height:70px;
    padding:30px 0 0 53px;
    font-weight:bold;
    font-size:24px;
    color:#000000;
    background:#f8f8f8;
}

/* 주문내역 */
.order_table td .order_date {
    padding-left:25px;
}
.order_table td .order_date .num {
    display:block;
    margin-top:15px;
    line-height:17px;
}
.order_table td .order_address {
    margin:10px 0 10px 20px;
}
.order_table td .order_address .title {
    color:#000000;
}
.order_table td .order_address .size {
    font-weight:bold;
    font-size:18px;
}
.order_table td .order_address .size .opt {
    margin-left:10px;
    font-weight:normal;
    font-size:14px;
    vertical-align:baseline;
}
.order_table td .order_address .address {
    margin-top:10px;
    line-height:18px;;
}
.order_table td .order_price {
    font-size:18px;
    color:#222831;
}
.order_table td .order_state {
    font-size:18px;
}
.order_table td .order_state .delivery {
    display:block;
    margin-top:5px;
    font-size:14px;
    line-height:18px;
    color:#222831;
}

/* 1:1 상담내역 */
.qna_bbslist {}
.qna_bbslist tr.qna_form {
    display:none;
}
.qna_bbslist tr.qna_form td {
    padding:0;
    text-align:left;
}
.qna_bbslist tr.qna_form td .qna {}
.qna_bbslist tr.qna_form td .qna .question {
    padding:15px 15px 15px 70px;
}
.qna_bbslist tr.qna_form td .qna .answer {
    padding:15px 15px 15px 100px;
    border-top:1px solid #c7c7c7;
    background:url("../image/mypage/qna_answer_bg.png") 75px 15px no-repeat;
}

/* >>>> 고객센터 <<<<< */
.title_form h3.customer {
    width:100%;
    margin-top:2px;
    padding:0 0 11px 0;
    font-weight:normal;
    text-indent:13px;
    border-bottom:1px solid #868686;
}
.title_form h3.customer:before {
    display:none;
}
/* 공지사항 상세 */
.bbsview_customer {
    margin-top:-11px;
}
/* Faq */
.title_form h3.customer .msg {
    margin-left:20px;
    font-size:14px;
    color:#555555;
}
.faq_search .input_text {
    width:300px;
}
.faq_search .type {
    margin:20px 0 0 25px;
    text-align:left;
}
.faq_search .type .inputType_radio {
    margin-right:42px;
}
.faq_search .type .inputType_radio label {
    color:#555555;
}
.faq_search .type .inputType_radio:last-child {
    margin-right:0;
}
.order_table td .faq_toggle {
    padding:0 15px 0 50px;
}
.order_table td .faq_toggle a {
    display:block;
    font-size:14px;
    color:#000000;
    background:url("../image/common/icon_arrow_bottom.gif") 100% 6px no-repeat;
}
.order_table td .faq_toggle a.active {
    color:#222831;
}
.order_table td .faq_toggle .faq_detail {
    display:none;
    margin-top:27px;
    font-size:14px;
    line-height:24px;
    color:#000000;
}
/* 이용약관, 개인정보처리방침 */
.agreeType {
    padding:0 30px;
}
.agreeType h2 {
    margin:30px 0 10px;
    font-size:16px;
    color:#010101;
}
.agreeType p {
    margin-top:10px;
    font-size:14px;
    line-height:20px;
    color:#010101;
}
.agreeType ol {}
.agreeType ol li {
    margin:8px 0;
    padding-left:11px;
    font-size:14px;
    line-height:20px;
    color:#010101;
    text-indent:-11px;
}
.agreeType ol li ol {
    margin:10px 0 15px 3px;
}
.agreeType ol li ol li {}
.agreeType ol li ul {
    margin:10px 2px 15px 7px;
}
.agreeType ol li ul li {}
.agreeType .add {
    margin:50px 0 -18px;
    font-weight:bold;
    font-size:18px;
    color:#010101;
}
.agreeType .add_para {
    margin-bottom:0;
}
.agreeType ul li {
    margin:8px 0;
    padding-left:20px;
    font-size:14px;
    line-height:20px;
    color:#010101;
    text-indent:-20px;
}
.agreeType ul li ol {}
.agreeType ul li ol li {
    padding-left:17px;
    text-indent:-17px;
}
.agreeType ul li ul {
    margin-left:2px;
}
.agreeType ul li ul li  {}
.agreeType .policy_msg {
    margin:20px 0;
}
.agreeType ul li p {
    margin:10px 0 15px;
    text-indent:0;
}
.agreeType table {
    width:100%;
    margin-top:15px;
    border-collapse:collapse;
    border-spacing:0;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
}
.agreeType table th,
.agreeType table td {
    padding:10px;
    font-weight:normal;
    font-size:14px;
    color:#010101;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.agreeType table th {
    text-align:center;
    background:#eee;
}
.agreeType table td {}
.agreeType table td.al_c {
    text-align:center;
}

/* >>>>> 장바구니 <<<<< */
.interest_form {
    border-top:1px solid #5e5e5e;
}
.interest_form .unit {
    width:100%;
    height:149px;
    padding:30px 0 20px;
    border-bottom:1px solid #d5d5d5;
}
.interest_form .unit:after {
    content:"";
    display:block;
    clear:both;
}
.interest_form .unit .check {
    float:left;
    width:50px;
    padding-top:50px;
}
.interest_form .unit .image {
    float:left;
    width:155px;
    text-align:center;
}
.interest_form .unit .image img {
    vertical-align:top;
    width:130px;
}
.interest_form .unit .explain {
    float:left;
    width:455px;
    padding-left:50px;
}
.interest_form .unit .explain > span {
    display:block;
    font-size:18px;
    color:#010101;
}
.interest_form .unit .explain .title {
    overflow:hidden;
    font-size:24px;
    color:#000000;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.interest_form .unit .explain .size {
    margin-top:25px;
    font-weight:bold;
}
.interest_form .unit .explain .size .etc {
    margin-left:50px;
    font-weight:normal;
    font-size:16px;
    color:#525252;
}
.interest_form .unit .amount {
    float:left;
    width:155px;
    padding-top:50px;
    text-align:center;
}
.interest_form .unit .amount .select {
    width:72px;
    height:30px;
    margin-left:10px;
}
.interest_form .unit .price {
    float:left;
    width:160px;
    padding:45px 10px 0 0;
    font-size:24px;
    color:#000000;
    text-align:right;
}
.interest_form .unit .del {
    float:left;
    width:55px;
    padding-top:50px;
    text-align:center;
}
.interest_form .unit .del a {
    display:inline-block;
    width:32px;
    height:32px;
    text-indent:-9999px;
    background:url("../image/interest/interest_icon_del.gif") center center no-repeat;
}
.interest_form .total_price {
    width:100%;
    border-bottom:1px solid #5e5e5e;
}
.interest_form .total_price:after {
    content:"";
    display:block;
    clear:both;
}
.interest_form .total_price .left {
    float:left;
    padding:10px 0 10px 13px;
}
.interest_form .total_price .left a {
    display:inline-block;
    width:87px;
    height:24px;
    padding-top:4px;
    font-size:14px;
    color:#010101;
    text-align:center;
    border:1px solid #d6d6d6;
    background:#fff;
}
.interest_form .total_price .right {
    float:right;
}
.interest_form .total_price .right dl {
    overflow:hidden;
    width:100%;
}
.interest_form .total_price .right dl dt {
    float:left;
    margin:12px 22px 0 0;
    font-size:16px;
    color:#555555;
}
.interest_form .total_price .right dl dd {
    float:left;
    width:200px;
    height:44px;
    padding-top:6px;
    font-size:24px;
    color:#ffffff;
    text-align:center;
    background:#aaaaaa;
}
.interest_form .button {
    margin-top:30px;
    text-align:center;
}
.interest_form .button a {
    display:inline-block;
    width:250px;
    height:40px;
    margin:0 2px;
    padding-top:10px;
}
.interest_form .button a.btn_graybox {
    height:38px;
    padding-top:12px;
    color:#555555;
    background:#e8e8e8;
}
.interest_form .button a.btn_activebox {
    font-weight:bold;
    font-size:18px;
    color:#ffffff;
    background:#e42d38;
}

/* 주문결제 */
.charge {}
.charge .charge_table {
    width:100%;
    margin-top:50px;
    border-collapse:collapse;
    border-spacing:0;
    border-top:1px solid #5e5e5e;
}
.charge .charge_table th,
.charge .charge_table td {
    border-bottom:1px solid #d5d5d5;
}
.charge .charge_table th {
    padding:15px 0 0 17px;
    font-weight:bold;
    font-size:18px;
    color:#555555;
    text-align:left;
    vertical-align:top;
    border-right:1px solid #c7c7c7;
    background:#f8f8f8;
}
.charge .charge_table th .th_sub {
    margin-left:10px;
    font-weight:normal;
    font-size:16px;
    color:#606060;
}
.charge .charge_table td {
    padding:12px 0 15px 40px;
    font-size:16px;
    color:#010101;
}
.charge .charge_table td.td_point {
    color:#222831;
}
.charge .charge_table td.td_msg {
    font-size:14px;
}
.charge .charge_table td .inputType_radio {
    margin-right:70px;
}
.charge .charge_table td .inputType_radio:last-child {
    margin-right:0;
}
.charge .charge_table td .title {
    display:inline-block;
    width:100px;
    font-size:16px;
    color:#010101;
}
.charge .charge_table td .title .compulsory {
    margin-right:-3px;
    font-size:16px;
    color:#222831;
}
.charge .charge_table td .text {
    display:inline-block;
    font-size:16px;
    color:#010101;
}
.charge .charge_table td .text .select {
    height:35px;
    margin:-8px 0 -6px;
    font-size:14px;
}
.charge .charge_table td .text .input_text {
    height:33px;
    margin:-8px 0 -6px;
    padding:0 0 0 10px;
    font-size:14px;
    border:1px solid #c3c3c3;
}
.charge .charge_table td .deliver_detail dt {
    float:left;
    width:110px;
    margin-top:37px;
}
.charge .charge_table td .deliver_detail dd {
    float:left;
    width:730px;
}
.charge .charge_table td .deliver_detail dd .post .input_text {
    height:30px;
    padding-left:15px;
}
.charge .charge_table td .deliver_detail dd .post a {
    display:inline-block;
    padding:4px 10px;
    font-size:14px;
    color:#010101;
    vertical-align:middle;
    border:1px solid #ccc;
}
.charge .charge_table td .deliver_detail dd .address {
    margin-top:2px;
}
.charge .charge_table td .deliver_detail dd .address .input_text {
    height:30px;
    margin:2px 0;
    padding-left:15px;
}
.charge .charge_table td .msg {
    margin-left:20px;
    font-size:14px;
    color:#010101;
}
.charge .charge_table td .point {
    color:#222831;
}
.charge .charge_table td .text a {
    display:inline-block;
    width:114px;
    height:24px;
    margin-left:50px;
    padding-top:2px;
    font-size:12px;
    color:#000000;
    text-align:center;
    background:#aaaaaa;
}
.charge .charge_table td .email_info .input_text {
    margin-right:10px;
}
.charge .charge_table td .email_info .select {
    margin-left:10px;
}
.charge .charge_table td .car_info .select {
    margin-right:40px;
}
.charge .charge_table td .name {
    margin-right:95px;
}
.charge .charge_table td.pd0 {
    padding:0;
}
.charge .charge_table td table:first-child {
    margin-top:0;
    border-top:none;
}
.charge .charge_table:first-child {
    margin-top:30px;
}
.charge .charge_table_underline {
    height:1px;
    margin-top:-1px;
    background:#5e5e5e;
}
.charge .charge_product_info {}
.charge .charge_product_info .unit {
    overflow:hidden;
    width:100%;
    padding:25px 0;
    border-bottom:1px solid #e4e4e4;
}
.charge .charge_product_info .unit .image {
    float:left;
    width:205px;
    text-align:center;
}
.charge .charge_product_info .unit .image img {
    height:113px;
    vertical-align:top;
}
.charge .charge_product_info .unit .explain {
    float:left;
    width:400px;
}
.charge .charge_product_info .unit .explain > span {
    display:block;
    font-size:18px;
    color:#010101;
}
.charge .charge_product_info .unit .explain .tit {
    overflow:hidden;
    font-size:24px;
    color:#000000;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.charge .charge_product_info .unit .explain .size {
    margin-top:25px;
    font-weight:bold;
}
.charge .charge_product_info .unit .explain .size .etc {
    margin-left:50px;
    font-weight:normal;
    font-size:16px;
    color:#525252;
}
.charge .charge_product_info .unit .amount {
    float:left;
    width:124px;
    padding-top:50px;
    text-align:center;
    font-size: 20px;
}
.charge .charge_product_info .unit .amount .select {
    width:72px;
    height:30px;
    margin-left:10px;
}
.charge .charge_product_info .unit .price {
    float:left;
    width:160px;
    padding:45px 10px 0 0;
    font-size:24px;
    color:#000000;
    text-align:right;
}
.charge .charge_product_info .unit:last-child {
    border-bottom:none;
}
.charge .charge_product_info .total_price {
    overflow:hidden;
    width:100%;
    border-top:1px solid #d5d5d5;
}
.charge .charge_product_info .total_price dl {
    float:right;
}
.charge .charge_product_info .total_price dl dt {
    float:left;
    margin:12px 22px 0 0;
    font-size:16px;
    color:#555555;
}
.charge .charge_product_info .total_price dl dd {
    float:left;
    width:200px;
    height:44px;
    padding-top:6px;
    font-size:24px;
    color:#000;
    text-align:center;
    font-weight:bold;
    /*background:#e42d38;*/
}
.charge .charge_method {
    overflow:hidden;
    width:100%;
    margin-top:50px;
}
.charge .charge_method .chearge_method_info {
    float:left;
    width:800px;
}
.charge .charge_method .chearge_method_info .charge_table {
    margin-top:0;
}
.charge .charge_method .chearge_method_info .charge_table .inputType_radio {
    margin-right:40px;
}
.charge .charge_method .chearge_method_info .charge_table .inputType_check {
    margin-right:30px;
}
.charge .charge_method .chearge_method_info .charge_table .title {
    width:80px;
}
.charge .charge_method .chearge_method_info .charge_table .msg {
    font-size:12px;
}

.charge .charge_method .chearge_method_info .agree_check {
    overflow:hidden;
    width:100%;
    margin-top:50px;
    padding:12px;
    background:#f8f8f8;
}
.charge .charge_method .chearge_method_info .agree_check .inputType_check {
    float:left;
    margin-left:30px;
}
.charge .charge_method .chearge_method_info .agree_check a {
    float:right;
    width:128px;
    height:25px;
    margin-right:30px;
    padding-top:3px;
    font-size:14px;
    color:#010101;
    text-align:center;
    border:1px solid #d5d5d5;
    background:#fff;
}
.charge .charge_method .total {
    float:right;
    width:250px;
}
.charge .charge_method .total .total_info {
    background:#454545;
}
.charge .charge_method .total .total_info .title {
    padding:15px 0 15px 27px;
    font-weight:bold;
    font-size:18px;
    color:#ffffff;
}
.charge .charge_method .total .total_info .option {
    border-top:1px solid #d7d7d7;
    border-bottom:1px solid #d7d7d7;
}
.charge .charge_method .total .total_info .option li {
    margin:20px 12px 20px 27px;
    font-size:16px;
    color:#ffffff;
}
.charge .charge_method .total .total_info .option li.opt2 {
    font-size:14px;
}
.charge .charge_method .total .total_info .option li.opt1 .txt,
.charge .charge_method .total .total_info .option li.opt2 .txt {
    display:inline-block;
    color:#fff;
    text-align:right;
}
.charge .charge_method .total .total_info .option li.opt1 .txt {
    width:116px;
    font-size:16px;
}
.charge .charge_method .total .total_info .option li.opt2 .txt {
    width:147px;
    font-size:14px;
}
.charge .charge_method .total .total_info .total_price {
    padding:12px 15px 14px 27px;
    font-size:16px;
    color:#ffffff;
}
.charge .charge_method .total .total_info .total_price .price {
    display:inline-block;
    width:104px;
    font-weight:bold;
    font-size:16px;
    color:#ffffff;
    text-align:right;
}
.charge .charge_method .total .total_button {
    /*margin-top:50px;*/
    padding: 20px 0;
    width:250px;
    /*background: #222831;*/
}
.charge .charge_method .total .total_button a {
    display:block;
    height:40px;
    padding-top:10px;
    font-weight:bold;
    font-size:18px;
    color:#ffffff;
    text-align:center;
    background:#e42d38;
}
.charge #btnPay {
    text-align: center;
    margin-top: -50px;
}
.charge #btnPay  a.btn_graybox {
	display: inline-block;
	width: 250px;
    height: 40px;
    padding-top: 12px;
    font-size: 18px;
    color: #555555;
    background: #e8e8e8;
}
.charge #btnPay  a.btn_activebox {
	display: inline-block;
	width: 250px;
    height: 40px;
    padding-top: 12px;
    font-size: 18px;
    color: #ffffff;
    background: #222831;
}
.charge .charge_method .total_complete .total_info {
    background:#222831;
}

/* 장착점 안내 */
.sub_tilte {
    height:105px;
    padding-top:45px;
    font-weight:normal;
    font-size:30px;
    color:#000000;
}
.sub_tilte .stitle {
    font-size:14px;
    color:#4c4a4a;
}
.shop_map {
    margin-top:50px;
}
.shop_map .map {
    height:552px;
    margin-top:20px;
}
.shop_map .map_banner {
    margin-top:50px;
}
.shop_map .map_banner img {
    height:450px;
    vertical-align:top;
}
.shop_map .company_info {
    padding:15px 25px;
    border-bottom:1px solid #cdcdcd;
}
.shop_map .company_info dt {
    position:relative;
    margin-bottom:15px;
    font-size:18px;
    color:#000000;
}
.shop_map .company_info dd {
    margin:6px 0 6px 20px;
    font-size:16px;
    color:#555555;
}
.shop_map .company_info .sel {
    position:absolute;
    right:0;
    top:-5px;
    width:230px;
    height:35px;
    margin:0 0 -6px 25px;
    font-size:14px;
    border:1px solid #d8d8d8;
    background:#f3f3f3;
}

/* 쇼핑 가이드 */
.shop_guide {
    margin-top:50px;
}
.shop_guide .step {
    padding-bottom:50px;
}
.shop_guide .step .title {
    position:relative;
    height:90px;
    padding-top:10px;
    font-size:30px;
    color:#ffffff;
    text-align:center;
    background:#868686;
}
.shop_guide .step .title:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:10px;
    height:100%;
    background:#222831;
}
.shop_guide .step .title .tit {
    display:block;
    font-size:18px;
}
.shop_guide .step .step_content {
    width:758px;
    margin:0 auto;
}
.shop_guide .step .image {}
.shop_guide .step .image img {
    vertical-align:top;
}
.shop_guide .step .search_choice {
    margin-top:50px;
    padding-top:90px;
    text-align:center;
    background:url("../image/shop/shop_guide_icon_search.gif") center 0 no-repeat;
}
.shop_guide .step .search_choice dt {
    font-size:30px;
    color:#000000;
}
.shop_guide .step .search_choice dd {
    font-size:18px;
    color:#000000;
}
.shop_guide .step .button {
    margin-top:45px;
    text-align:center;
}
.shop_guide .step .button a {
    display:inline-block;
    padding:12px 28px 13px 68px;
    font-size:18px;
    color:#fefefe;
    background:#f05454 url("../image/shop/shop_guide_btn_search.gif") 38px 13px no-repeat;;
}
.shop_guide .step .msg {
    margin-top:45px;
    font-size:24px;
    line-height:36px;
    color:#000000;
    text-align:center;
}
.shop_guide .step .number {
    margin-top:30px;
    font-size:36px;
    color:#222831;
    text-align:center;
}
.shop_guide .step .search_explain {
    margin-top:50px;
    text-align:center;
}
.shop_guide .step .search_explain dt {
    font-size:30px;
    color:#000000;
}
.shop_guide .step .search_explain dd {
    font-size:18px;
    line-height:36px;
    color:#000000;
}
.shop_guide .step .tire_admin {
    margin-top:40px;
    padding-top:40px;
    text-align:center;
    background:url("../image/shop/shop_guide_icon_star.gif") center 0 no-repeat;
}
.shop_guide .step .tire_admin dt {
    font-size:24px;
    color:#222831;
}
.shop_guide .step .tire_admin dd {
    margin-top:10px;
    font-size:20px;
    color:#222831;
}