@charset "utf-8";

/****** Reset ******/
* {
    outline: 0 !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0;
}

address, article, aside, blockquote, body, button, caption, code,
dd, div, dl, dt, fieldset, figcaption, figure, form,
h1, h2, h3, h4, h5, h6, hr, html, input, label, legend, li, menu, nav,
object, ol, p, pre, section, table, tbody, td, textarea, tfoot, th, thead, ul {
    margin: 0;
    padding: 0
}

body, html {
    width: 100%;
    overflow-x: hidden;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    width: 100%;
    background: #fff;
    min-width: 320px;
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    word-break: break-all;
    box-sizing: border-box
}

body, button, input, select, textarea {
    border: none;
    font-size: 12px;
    color: #727272
}

li, ol, ul {
    list-style: none
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

fieldset, img {
    border: 0
}

address, cite, code, em {
    font-style: normal;
    font-weight: normal
}

button, img, input, select, textarea {
    vertical-align: middle
}

.hide, caption, legend {
    line-height: 0;
    font-size: 0;
    overflow: hidden
}

hr {
    display: none
}

article, aside, figure, footer, header, main, nav, section {
    display: block
}

a {
    color: #444;
    text-decoration: none
}

p {
    word-break: keep-all
}

/* Font */
body, button, input, select, td, textarea, th {
    font-size: 13px;
    line-height: 1.6;
    font-family: 'Noto Sans KR', 'NotoSansKR', 'Apple SD Gothic Neo', sans-serif;
    font-weight: normal;
    color: #212529;
    letter-spacing: -0.025em;
    word-break: keep-all;
}

a, h1, h2, h3, h4, h5, h6, p {
    word-break: keep-all;
    font-weight: normal;
}

.ff_NSR, .ff_NS {
    font-family: 'NanumSquare', 'Lato', 'Noto Sans KR', 'NotoSansKR', 'Apple SD Gothic Neo', sans-serif;
}

.txt_lt {
    text-align: left !important
}

.txt_ct {
    text-align: center !important
}

.txt_rt {
    text-align: right !important
}

/* Form */
textarea {
    border: 1px solid #dbdbdb
}

select {
    height: 32px;
    font-size: 13px;
    color: #373737;
    border: 1px solid #e9e9e9;
    background: #fff
}

input[type=date], input[type=email], input[type=file], input[type=number], input[type=password],
input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea {
    width: 100%;
    height: 30px;
    font-size: 13px;
    color: #373737;
    border: 1px solid #e9e9e9;
    background: #fff;
    transition: all 0.5s;
    vertical-align: middle;
    box-sizing: border-box;
    text-indent: 20px;
}

textarea {
    text-indent: 0;
    padding: 5px 0;
}

input, textarea {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important
}

input::-webkit-input-placeholder, input::placeholder,
texarea::placeholder, textarea::-webkit-input-placeholder {
    font-size: 14px;
    padding-top: 2px !important;
    color: #c4c4c4;
}

input:focus,
select:focus,
textarea:focus {
    border: 1px solid #727272
}

input[type=email][disabled], input[type=email][readonly], input[type=password][disabled], input[type=password][readonly],
input[type=search][disabled], input[type=search][readonly], input[type=tel][disabled], input[type=tel][readonly],
input[type=text][disabled], input[type=text][readonly] {
    background: #eaeaea;
    border-color: #c0c0c0;
    color: #666;
    -webkit-appearance: none;
    font-size: 12px
}

input::-webkit-input-placeholder {
    padding-top: 4px
}

textarea[disabled], textarea[readonly] {
    padding: 11px;
    font-size: 16px;
    color: #555 !important;
    font-weight: normal;
    line-height: 140%;
    height: 78px;
    background: #f7f8f9;
    border: 1px solid #c0c0c0
}

.clear {
    clear: both
}

.clear:after {
    content: "";
    display: block;
    clear: both
}

.skip {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #000;
    color: #fff;
    transition: all 0.5s
}

.skip:focus {
    top: 0
}

button {
    cursor: pointer;
}

/**** sub_menu ****/
.blind, caption, hr, legend {
    position: absolute;
    top: -999999999999em;
    line-height: 0;
    text-indent: -9999em;
}

/* 트랜지션 */
.all_transition {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

/* 렌탈사 배경색 */
.AP-100004 {
    background: #3394aa;
}

/*smart_rental*/
.AP-100008 {
    background: #007ac3;
}

/*baro_rental*/
.AP-100003 {
    background: #4500aa;
}

/*hello_rental*/
.AP-100009 {
    background: #333333;
}

/*bs_rental*/
.AP-100002 {
    background: #e0113a;
}

/* font */
.bbt_font {
    font-family: 'BBT';
    font-size: 50px
}

.roboto_txt {
    font-family: 'roboto', sans-serif;
}

/***** 버튼 *****/
.write_btn {
    text-align: right;
    margin-top: 10px
}

.write_btn a {
    background: #000;
    font-size: 13px;
    padding: 5px 10px;
    color: #fff;
    display: inline-block
}

/* sub_title */
#container .sec_subMenu {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    position: relative
}

#container .sec_subMenu .slogan_txt {
    display: table-cell;
    vertical-align: middle
}

#container .sec_subMenu .slogan_txt h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    animation: subTit_ani 0.8s ease-in;
    -webkit-animation: subTit_ani 0.8s ease-in;
    -moz-animation: subTit_ani 0.8s ease-in;
    -o-animation: subTit_ani 0.8s ease-in;
    -ms-animation: subTit_ani 0.8s ease-in;
}

#container .sec_subMenu .slogan_txt h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 60px;
    background: #005aaa;
}

#container .sec_subMenu .slogan_txt p {
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
    position: relative;
    top: 0;
    animation: subTit_ani2 0.8s ease-in;
    -webkit-animation: subTit_ani2 0.8s ease-in;
    -moz-animation: subTit_ani2 0.8s ease-in;
    -o-animation: subTit_ani2 0.8s ease-in;
    -ms-animation: subTit_ani2 0.8s ease-in;
}

@-webkit-keyframes subTit_ani {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
    }
}

@keyframes subTit_ani {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes subTit_ani2 {
    0% {
        opacity: 0;
        top: -20px;
    }
    100% {
        opacity: 1;
    }
}

@keyframes subTit_ani2 {
    0% {
        opacity: 0;
        top: -20px;
    }
    100% {
        opacity: 1;
    }
}

/***** 아코디언 *****/
.accordion_wrap {
    width: 100%;
    border-top: 3px solid #000;
    font-size: 16px;
    color: #666;
    margin-top: 32px
}

.accordion_wrap a {
    color: #666
}

.accordion_wrap .answer,
.accordion_wrap .question {
    padding: 12px 20px;
    border-bottom: 1px solid #e4e4e4;
    text-align: left
}

.accordion_wrap .question {
    position: relative;
    cursor: pointer
}

.accordion_wrap .answer {
    background: #f6f6f6;
    display: none
}

.accordion_wrap .question img {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px
}

/* 게시판 페이저 */
.board_pager {
    text-align: center;
    margin-bottom: 40px;
}

.board_pager img {
    width: 10px;
    height: 10px;
    vertical-align: baseline
}

.board_pager ul {
    display: inline-block
}

.board_pager ul li {
    float: left;
    margin: 0 2px;
    border: 1px solid #e4e4e4;
    width: 35px;
    height: 35px;
    line-height: 35px
}

.board_pager ul li.pager-active a {
    background: #000;
    color: #fff;
    width: 34px;
    height: 34px
}

.board_pager ul li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    transition: all 0.5s;
    cursor: pointer
}

.board_pager ul li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    left: 0;
    right: 0;
    margin: -5px auto 0;
    width: 10px;
    height: 10px;
}

.board_pager ul li.all_prev a:after {
    background-image: url(../images/all_prev.png);
}

.board_pager ul li.all_next a:after {
    background-image: url(../images/all_next.png);
}

.board_pager ul li.prev a:after {
    background-image: url(../images/prev.png);
}

.board_pager ul li.next a:after {
    background-image: url(../images/next.png);
}

.board_pager ul .prev {
    margin-right: 10px
}

.board_pager ul .next {
    margin-left: 10px
}

/* 게시판 리스트 */
.board_wrap {
    margin-top: 30px;
    width: 100%;
    border-top: 3px solid #000;
    font-size: 16px;
    text-align: center;
    color: #666
}

.board_wrap .board_list,
.board_wrap .board_title {
    height: 50px;
    line-height: 50px
}

.board_wrap .board_title {
    background: #f6f6f6;
    border-bottom: 1px solid #666
}

.board_wrap .board_list > a {
    display: block;
    color: #666
}

.board_wrap .board_list a > div {
    border-bottom: 1px solid #e4e4e4
}

.board_wrap .board_list > a > div div,
.board_wrap .board_title li {
    float: left
}

.board_wrap .board_num {
    width: 10%;
    font-weight: 300;
}

.board_wrap .board_title .board_num {
    font-weight: 400;
}

.board_wrap .board_title .board_tit {
    text-align: center
}

.board_wrap .board_tit {
    width: 70%;
    text-align: left
}

.board_wrap .board_date {
    width: 10%
}

.board_wrap .board_view {
    width: 10%
}

/* 게시판 view */
.viewPage_wrap {
    border-top: 3px solid #000;
    margin-top: 30px;
    font-size: 16px;
    color: #666
}

.viewPage_wrap .view_header {
    height: 60px;
    line-height: 60px;
    background: #f6f6f6
}

.viewPage_wrap .view_header li {
    float: left
}

.viewPage_wrap .view_header .view_tit {
    width: 45%;
    text-align: left;
    padding-left: 30px
}

.viewPage_wrap .view_header .view_name {
    width: 10%;
    padding-left: 15px
}

.viewPage_wrap .view_header .view_date {
    width: 20%
}

.viewPage_wrap .view_header .view_count {
    width: 10%
}

.board_viewTxt {
    text-align: left;
    padding: 20px 40px 50px;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 400
}

/* 로딩화면 */
.loading_wrap {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.loading_wrap.active {
    display: block;
}

.loading_wrap .loading_cont_wrap {
    width: 300px;
    height: 220px;
    background: #fff;
    padding: 40px;
    margin: -150px auto 0;
    border-radius: 10px;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
}

.loading_wrap .loading_cont_wrap .loading_img {
    background: url(../images/loading.gif) no-repeat;
    width: 80px;
    height: 80px;
    background-size: cover;
    margin: 0 auto;
}

.loading_wrap .loading_cont_wrap .loading_txt {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

/* 팝업 */
.hd_pops {
    position: fixed;
    z-index: 9999;
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.hd_pops_footer button {
    background: none;
}

.hd_pops_footer button.hd_pops_close {
    float: right;
    background: #fff;
}

.hd_pops_con {
    overflow-y: scroll;
}

.hd_pops_con img {
    width: 100%;
}

.hd_pops_footer {
    padding: 10px;
    border-top: 1px solid #e1e1e1;
}

/* 스크롤 */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* ——————————————————————————
 * button
/* —————————————————————————— */
.btn, .btn:before, .btn span {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #192838;
    border-radius: 3px;
}

.btn.org {
    background-color: #005aaa;
}

.btn.org:before {
    background-color: #005aaa;
}

.btn.pp:before {
    background-color: #503e9d;
}

.btn.red:before {
    background-color: #ea2c47;
}

.btn.teal:before {
    background-color: #00C3B4;
}

.btn.blue:before {
    background-color: #005aaa;
}

.btn span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.btn:hover:before {
    background-color: #192838;
}

.btn.org:hover:before {
    background-color: #192838;
}

.btn.pp:hover:before {
    background-color: #392b79;
}

.btn.red:hover:before {
    background-color: #f74660;
}

.btn.wht:hover:before {
    background-color: #ffffff;
}

.btn.teal:hover:before {
    background-color: #00b5a7;
}

.btn.blue:hover:before {
    background-color: #192838;
}


/* btn h50 */
.btn.h50 {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}

/* btn h72 */
.btn.h72 {
    min-width: 280px;
    height: 72px;
    line-height: 74px;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
}


/* btn line */
.btn.line {
    color: #2d2d2d;
}

.btn.line:before {
    background: #fff;
    border: 1px solid #d8d8d8;
}

.btn.line:hover:before {
    border-color: #2d2d2d;
}

/* btn medium */
.btn.md {
    min-width: 120px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}

/* btn small */
.btn.sm {
    min-width: auto;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    color: #555
}

.btn.sm:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 2px
}

.btn.sm:hover {
    color: #fff
}

.btn.sm:hover:before {
    border: 0;
    background: #2d2d2d
}

.btn.sm.ff_Raj {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em
}

/* btn arr_lt */
.btn.arr_lt span {
    position: relative
}

.btn.arr_lt span:after {
    content: '';
    width: 12px;
    height: 9px;
    display: inline-block;
    background: url("../images/btn_ico_arr_lt.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4.5px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out
}

.btn.arr_lt:hover span {
    padding-left: 30px
}

.btn.arr_lt:hover span:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1
}

.btn.arr_lt.h72:hover span {
    padding-left: 35px
}

.btn.arr_lt.h72 span:after {
    width: 16px;
    height: 12px;
    margin-top: -7px;
}

.btn.arr_lt.line span:after {
    background-image: url("../images/btn_ico_arr_lt2.png")
}

/* btn arr_rt */
.btn.arr_rt span {
    position: relative
}

.btn.arr_rt span:after {
    content: '';
    width: 12px;
    height: 9px;
    display: inline-block;
    background: url("../images/btn_ico_arr_rt.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4.5px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out
}

.btn.arr_rt:hover span {
    padding-right: 30px
}

.btn.arr_rt:hover span:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1
}

.btn.arr_rt.h72:hover span {
    padding-right: 35px
}

.btn.arr_rt.h72 span:after {
    width: 16px;
    height: 12px;
    margin-top: -7px
}

.btn.arr_rt.line span:after {
    background-image: url("../images/btn_ico_arr_rt2.png")
}

/* ——————————————————————————
 * input
/* —————————————————————————— */
/* inputType_1 */
.inputType_1 {
    position: relative;
}

.inputType_1 .tit {
    display: inline-block;
    font-size: 14px;
    color: #2d2d2d;
    letter-spacing: 0;
    line-height: 20px;
    background: #fff;
    padding: 0 8px;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: 2
}

.inputType_1 .tit .bulReq {
    margin: 6px 0 0 4px
}

.inputType_1 input {
    width: 100%;
    height: 58px;
    line-height: 24px;
    padding: 15px 20px;
    font-size: 15px;
    color: #2d2d2d;
    letter-spacing: 0;
    border: 2px solid #e4e4e4;
    border-radius: 3px;
    -webkit-transition: border 300ms, -webkit-box-shadow 300ms;
    transition: border 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
}

.inputType_1 input:focus,
.inputType_1 input:hover,
.inputType_1.focus input {
    border-color: #2d2d2d
}

.inputType_1 .txt_info {
    display: block;
    color: #888;
    padding: 8px 10px
}


/* inputType_qty */
.inputType_qty {
    width: 126px;
    height: 44px;
    display: inline-block;
    position: relative;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 9px 42px
}

.inputType_qty input {
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 24px
}

.inputType_qty button {
    width: 42px;
    height: 42px;
    overflow: hidden;
    text-indent: -99999em;
    background: url("../images/ico_qty.png") no-repeat 0 0;
    -webkit-background-size: 42px 84px;
    background-size: 42px 84px;
    position: absolute;
    top: 0
}

.inputType_qty button.btn_plus {
    right: 0;
    border-left: 1px solid #e4e4e4
}

.inputType_qty button.btn_minus {
    background-position: 0 100%;
    right: auto;
    left: 0;
    border-right: 1px solid #e4e4e4
}


/***** check button *****/
.checks input[type=checkbox] + label span {
  color: #fff;
}

.checks input[type="checkbox"] + label:before {
  background: #fafafa;
  border-color:  #cacece;
}

.checks input[type="checkbox"]:checked + label:before {
  background: #fff;
  border-color: #aaaaaa;
}

/* ——————————————————————————
 * box
/* —————————————————————————— */
.box {
    position: relative;
    background-color: #fff
}

.box.sdw {
    -webkit-box-shadow: 0 2px 0 #ede9e7;
    -moz-box-shadow: 0 2px 0 #ede9e7;
    box-shadow: 0 2px 0 #ede9e7
}

.box.rnd20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.box.rnd12 {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.box.rnd4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

/* box_tit */
.box .box_tit {
    line-height: 36px;
    margin-bottom: 30px;
    position: relative
}

.box .box_tit h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.05em
}

.box .box_tit .desc {
    display: inline-block;
    font-size: 15px;
    color: #999999;
    padding-left: 10px
}

.box .box_tit .desc i.bulReq {
    vertical-align: middle;
    margin: -3px 6px 0 0
}


/* ——————————————————————————
 * checkbox
/* —————————————————————————— */
.checksType_1 {
    position: relative;
    text-align: left
}

.checksType_1 .checks {
    position: relative;
    line-height: 16px;
    display: inline-block;
    overflow: hidden;
    margin: 5px 0
}

.checksType_1 input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: -1;
    width: 12px;
    height: 12px;
    -webkit-appearance: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0
}

.checksType_1 label {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    height: 26px;
    line-height: 26px;
    z-index: 10;
    font-size: 15px;
    color: #888;
    padding-left: 26px
}

.checksType_1 label:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/ico_ckbox2.png") no-repeat center center #fff;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    cursor: pointer;
}

.checksType_1.on label:before,
.checksType_1.on label:hover:before {
    border-color: #ea2c47 !important;
    background: url("../images/ico_ckbox.png") no-repeat center center #ea2c47;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
}

.checksType_1 label span {
    display: inline-block;
    line-height: 26px;
    font-size: 15px;
    padding-left: 8px
}

.checksType_1 label p {
    display: inline-block;
    line-height: 26px;
    font-size: 16px;
    padding-left: 8px;
    color: #888
}

.checksType_1 label p em {
    display: inline-block;
    margin-right: 4px;
    color: #2d2d2d
}

.checksType_1 .btn_agree {
    float: right
}

/* agree_info */
[class*="checksType_"] .agree_info {
    width: 440px;
    padding: 25px;
    position: absolute;
    bottom: 38px;
    right: 0;
    border: 2px solid #2d2d2d;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    z-index: 99;
    display: none
}

[class*="checksType_"] .agree_info h3 {
    font-size: 18px
}

[class*="checksType_"] .agree_info p {
    font-size: 14px;
    margin: 6px 0 10px
}

[class*="checksType_"] .agree_info ol li {
    font-size: 14px;
    color: #777
}

[class*="checksType_"] .agree_info ol li .num {
    display: inline-block;
    margin-right: 6px
}


/* —————————————————————————————————————
 * textarea
/* ————————————————————————————————————— */
/* textareaType_1 */
.textareaType_1 {
    position: relative
}

.textareaType_1 textarea {
    width: 100%;
    height: 200px;
    line-height: 24px;
    padding: 18px 20px;
    font-size: 15px;
    color: #2d2d2d;
    letter-spacing: 0;
    border: 2px solid #e4e4e4;
    border-radius: 12px;
    resize: none;
    -webkit-transition: border 300ms, -webkit-box-shadow 300ms;
    transition: border 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
}

.textareaType_1 textarea:focus,
.textareaType_1 textarea:hover,
.textareaType_1.focus textarea {
    border-color: #2d2d2d
}

/* textareaType_2 */
.textareaType_2 {
    position: relative;
    background: #f2f2f2;
    border-radius: 12px;
    padding: 20px 20px 40px
}

.textareaType_2 textarea {
    width: 100%;
    height: 120px;
    resize: none;
    font-size: 13px;
    letter-spacing: -0.025em;
    line-height: 1.55
}

.textareaType_2 .wdCounter {
    font-size: 12px;
    letter-spacing: 0;
    color: #999;
    line-height: 20px;
    position: absolute;
    right: 20px;
    bottom: 12px
}


/* ——————————————————————————
 * icon
/* —————————————————————————— */
.ico {
    display: inline-block;
    background: url("../images/ico.png?=v4") no-repeat;
    -webkit-background-size: 400px 400px;
    background-size: 400px 400px
}

.ico.search {
    width: 40px;
    height: 40px;
    background-position: 0 0
}

.ico.user {
    width: 20px;
    height: 20px;
    background-position: 0 -154px
}

.ico.heart {
    width: 20px;
    height: 20px;
    background-position: -20px -154px
}

.ico.cart {
    width: 20px;
    height: 20px;
    background-position: -40px -154px
}

.ico.login {
    width: 20px;
    height: 20px;
    background-position: -60px -154px
}

.ico.logout {
    width: 20px;
    height: 20px;
    background-position: -80px -154px
}

.ico.admin {
    width: 20px;
    height: 20px;
    background-position: -100px -154px
}

.ico.filter {
    width: 22px;
    height: 22px;
    background-position: 0 -40px
}

.ico.reset {
    width: 18px;
    height: 18px;
    background-position: 0 -62px
}

.ico.heart2 {
    width: 20px;
    height: 20px;
    background-position: -22px -56px
}

button:hover .ico.heart2, .on .ico.heart2 {
    background-position: -42px -56px
}

.ico.home {
    width: 18px;
    height: 18px;
    background-position: -40px -26px
}

.ico.heart3 {
    width: 22px;
    height: 22px;
    background-position: 0 -80px
}

button:hover .ico.heart3, .on .ico.heart3 {
    background-position: 0 -102px
}

.ico.share {
    width: 22px;
    height: 22px;
    background-position: -22px -80px
}

button:hover .ico.share, .on .ico.share {
    background-position: -22px -102px
}

.ico.bulReq {
    width: 7px;
    height: 7px;
    background-position: -22px -129px
}

.ico.bulReq span.blind {
    display: none;
}

.ico.phone {
    width: 30px;
    height: 30px;
    background-position: -71px -34px
}

.ico.phone2 {
    width: 54px;
    height: 54px;
    background-position: -158px 0
}

.ico.search_none {
    width: 140px;
    height: 140px;
    background-position: 0 -179px
}

.ico.list_none {
    width: 140px;
    height: 140px;
    background-position: -140px -179px
}
