@charset 'utf-8';

/* 스타일 변경 CSS */

/* header */
#header {
    overflow: hidden;
    position: relative;
    z-index: 10;
    width: 100%;
    min-width: 1200px;
    height: 202px;
    padding-top: 26px;
}
#header .primary {
    position: relative;
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}
#header .primary h1 {
    position: absolute;
    top: 22px;
    left: 430px;
}

#header .util {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 28px;
    border-bottom: 1px solid #bdbdbd;
    background: #f3f3f3;
}
#header .util .wrap {
    width: 1000px;
    height: 24px;
    margin: 0 auto;
    background: #f3f3f3;;
}
#header .util .util_menu {
    float: right;
    margin-top: 5px;
    font-size: 12px;
}
#header .util .util_menu li {
    float: left;
}
#header .util .util_menu li + li {
    margin-left: 11px;
    padding-left: 12px;
    background: url('/assets/custom/myshop/images/common/infobg.jpg') no-repeat 0 3px;
}
#header .util .util_menu .rlast {
    background: none;
}
#header .util .sns_menu {
    padding-top: 5px;
}
#header .util .sns_menu li {
    float: left;
    margin-right: 20px;
}
#header .util .sns_menu li a {
    display: block;
}
/*#header{overflow:hidden;width:100%;height:202px;}*/
#header .inner {
    overflow: hidden;
    position: relative;
    height: inherit;
    border-bottom: 2px solid #999;
}
#header .logo {
    position: absolute;
    top: 36px;
    left: 0;
}
#header .logo a {
    display: block;
}
#header .top_ctrl {
    overflow: hidden;
    position: absolute;
    top: 2px;
    right: 0;
}
#header .top_ctrl li {
    float: left;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -.05em;
}
#header .top_ctrl li + li {
    margin-left: 26px;
}
#header .top_ctrl li a {
    display: block;
    padding: 5px 0;
}
#header .sns {
    overflow: hidden;
    position: absolute;
    top: 119px;
    left: 292px;
    height: 26px;
    font-size: 16px;
}
#header .sns li {
    float: left;
}
#header .sns li + li {
    margin-left: 18px;
}
#header .sns li a {
    display: block;
    position: relative;
    padding-left: 25px;
}
#header .sns li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#header .sns li.bookmark a {
    padding-top: 2px;
    padding-left: 26px;
}
#header .sns li.bookmark a:before {
    width: 21px;
    background-image: url(../images/icon/ico_bookmark.png);
}
#header .sns li.instagram a:before {
    width: 20px;
    background-image: url(../images/icon/ico_instagram.png);
}
#header .sns li.blog a:before {
    width: 20px;
    background-image: url(../images/icon/ico_blog.png);
}
#header .sns li.youtube a:before {
    width: 20px;
    background-image: url(../images/icon/ico_youtube.png);
}
#header .sns li.kakako a {
    padding-left: 26px;
}
#header .sns li.kakako a:before {
    width: 21px;
    background-image: url(../images/icon/ico_kakao.png);
}

#header .search {
    position: absolute;
    top: 36px;
    right: 0;
    width: 288px;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0 none;
}
#header .search legend {
    overflow: hidden;
    position: absolute;
    top: -999px;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
}
#header .search .txt {
    display: block;
    margin-top: 8px;
    margin-bottom: 5px;
    margin-left: -12px;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    letter-spacing: 1px;
}
#header .search .txt strong {
    display: inline-block;
    /*color: #c80600;*/
    font-weight: bold;
}
#header .search .txt li {
    display: inline-block;
    margin-left: 3px;
}
#header .search input#query {
    width: 222px;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 20px 0 0 20px;
}
#header .search input[type='submit'] {
    vertical-align: top;
    width: 62px;
    height: 36px;
    margin-left: -8px;
    border: 3px solid/* #da0d0d*/;
    border-radius: 2px 20px 20px 0;
    color: #fff;
    font-weight: bold;
    text-indent: -9999em;
    background: url('../images/common/search_icon.png') no-repeat 4px -4px;
    /*background-color: #da0d0d;*/
}
#header .top_text {
    position: absolute;
    top: 0;
    left: 0;
}
#header .util .wrap h2,
#header .primary .gnb h2 {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -999%;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
}
#header .gnb {
    width: 100%;
    height: 52px;
    background:#0054ff;
    /*background-image: url('../images/common/menu_bg.png');*/
}
#header .gnb_menu {
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
    padding-top: 13px;
}
#header .gnb_menu:after {
    content: '';
    display: block;
    clear: both;
}
#header .gnb .gnb_menu > li {
    float: left;
    padding: 0 74px;
}
#header .gnb .gnb_menu > li a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

/*!* Title *!*/
/*.tit_wrap {*/
/*    padding: 0 0 4px;*/
/*    border-bottom: 2px solid #ccc;*/
/*    text-align: center;*/
/*}*/
/*.title01 {*/
/*    font-size: 20px;*/
/*    letter-spacing: -.05em;*/
/*    line-height: 28px;*/
/*}*/
/*.title01 span {*/
/*    !*color: #1978d1;*!*/
/*}*/

/* 전체 공통 스타일 */
.w49 {
    float: left;
    width: 50.00%;
}
.fz13 {
    font-size: 13px;
}
.red {
    /*color: #e71818;*/
}
.bg_red {
    padding: 8px 0;
    border: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #dd453e;
}

/* 콘텐츠 스타일 */
.car_wrap {
    position: relative;
    width: 1200px;
    margin: auto;
}
.car_content {
    width: 100%;
}
.car_content:after {
    content: '';
    display: block;
    clear: both;
    height: 100%;
}

/* 왼쪽 배너 영역 */
/* Left Side */
#left_side {
    font-family: 'Manwhagage', 'NanumGothic','나눔고딕',Malgun Gothic,Arial,dotum, sans-serif;
}
#left_side .notice {
    padding: 0px 0 0px;
}
#left_side .notice em {
    display: block;
    font-size: 18px;
    text-align: center;
    letter-spacing: -.05em;
}
#left_side .notice dl {
    margin-top: -4px;
    padding: 0 0 0 12px;
    letter-spacing: -.05em;
}
#left_side .notice dl dt {
    position: relative;
    margin-top: 11px;
    padding-left: 28px;
    /*color: #1978d1;*/
    font-size: 16px;
}
#left_side .notice dl dt:before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: left top;
}
#left_side .notice dl dt.ico_noti01:before {
    background-image: url(../images/icon/ico_noti01.png);
}
#left_side .notice dl dt.ico_noti02 {
    padding-left: 24px;
}
#left_side .notice dl dt.ico_noti02:before {
    background-image: url(../images/icon/ico_noti02.png);
}
#left_side .notice dl dt.ico_noti03:before {
    background-image: url(../images/icon/ico_noti03.png);
}
#left_side .notice dl dd {
    margin-top: 3px;
    font-size: 12px;
    line-height: 16px;
}
#left_side .sns {
    overflow: hidden;
    margin-top: 10px;
}
#left_side .sns ul {
    margin: -5px;
}
#left_side .sns ul li {
    float: left;
    width: 50%;
    padding: 5px;
}
#left_side .sns ul li a {
    display: block;
}
#left_side .guide {
    margin-top: 10px;
    padding: 0px 0 10px;
    /*border: 2px solid #1b79d1;*/
    letter-spacing: -.05em;
}
#left_side .guide em {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}
#left_side .guide em span {
    display: block;
    /*color: #1978d1;*/
}
#left_side .guide p {
    padding-left: 15px;
    /*color: #1978d1;*/
    font-size: 14px;
    line-height: 18px;
}
#left_side .guide p.desc {
    color: #777;
}
#left_side .guide p.bg {
    margin-top: 10px;
    padding-top: 77px;
    background: url(../images/common/guide_car.png) no-repeat 10px top;
}
#left_side .guide ul {
    margin: 0px 0 0 0px;
}
#left_side .guide ul li {
    position: relative;
    font-size: 12px;
    line-height: 16px;
}
#left_side .guide ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    /*background-color: #1978d1;*/
}
#left_side .guide ul li + li {
    margin-top: 6px;
}
#left_side .guide ul li span {
    /*color: #1978d1;*/
}

/* 오른쪽 배너 영역 */
#right_side .border_box p.inclued_ico {
    background: url(../images/icon/icon_01.png) no-repeat left top;
}

.btn_top {
    padding: 0;
    font-weight: 700;
    background-color: #c5c5c5;
}
.btn_top span + span {
    padding: 3px 0;
}


/* 푸터 */
#footer {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 3px solid #636363;
}

/* detail */
.car-detail-info .option-info h5 {
    background-color: #525252;
}

/* map */
.root_daum_roughmap {
    width: 100% !important;
}

