@charset "utf-8";

.test {
    border: 1px solid red;
}
.st {
    clear: both;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 0 5px 0;
}

/* input */

.inputbox {
    height: 18px;
    line-height: 18px;
    padding-left: 5px;
    border: 1px solid #b7b7b7;
    margin:3px 5px 3px 0;
}
.inputbox_noselect {
    height: 18px;
    line-height: 18px;
    padding-left: 5px;
    border: 1px solid #b7b7b7;
    background: #D7D7D7;
}
.inputFile {
    height: 18px;
    line-height: 18px;
    font-size:12px;
    color: #666666;
    text-decoration: none;
    background: #FFF;
    border-bottom: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    border-left: 1px solid #C6C6C6;
    border-top: 1px solid #C6C6C6
}
.input_textarea {
    width:100%;
    background: #f6f6f6;
    border: 1px solid #d5d5d5;
    border-radius:4px;
    font-size:13px;
    color: #666666;
    line-height: 22px;
    padding: 10px;
}
.select {
    font-size: 12px;
}
.select2 {
    height: 18px;
    line-height: 18px;
    padding-left: 5px;
    border: 1px solid #b7b7b7;
    margin:3px 5px 3px 0;
}
.radio {
    padding-top: 8px;
    border: 0px solid red;
}
.radiotxt {
    margin-bottom: 20px;
    border: 0px solid red;
}



/*--- 페이징 ---*/

.b_foot {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.b_foot .page {
    float: left;
    text-align: left;
}
.b_foot .b_btn {
    float: right;
    width: 30%;
    text-align: right;
}
.b_foot .b_btn img {
    padding: 2px;
}
.b_foot .page img {
    vertical-align: middle;
}



/*--- 갤러리게시판 리스트 ---*/

.ta2 {
    background: url(/images/table/table_top.gif) no-repeat left top;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
    padding: 20px 0;
}
.ta2 table {
    width: 100%;
}
.ta2 th {
    background: url(/images/table/th_bg.gif) repeat-x left top;
    padding: 9px 5px;
    border-bottom: 1px solid #c8c8c8;
    /*font-family:"돋움","굴림";*/
    color: #666;
    text-align: center;
    letter-spacing: -0.04em;
}
.ta2 td {
    padding: 7px 5px;
    /*font-family:"돋움","굴림";*/
    color: #666;
}
.ta2 td a {
    /*font-family:"돋움","굴림";*/
    
}
.ta2 td.sum {
    background: #6FAAFB;
    padding: 7px 5px;
    /*font-family:"돋움","굴림";*/
    color: #FFFFFF;
    font-weight: bold
}
.ta2 .aleft {
    text-align: left;
}
.ta2 .cen {
    text-align: center;
}
.ta2 td img {
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 3px;
    margin-bottom: 5px;
}
.ta2 td .s_txt {
    font-size: 11px;
    color: #999;
    letter-spacing: -0.05em;
    padding-top: 5px;
    display: inline-block;
}



/*--- 갤러리게시판 상세보기 ---*/

.ta2_view {
    background: url(/images/table/table_top.gif) no-repeat left top;
    padding-top: 4px;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
}
.ta2_view table {
    width: 100%;
}
.ta2_view th {
    background: #f3f3f3;
    padding: 9px 5px;
    border-bottom: 1px solid #ccc;
    /*font-family:"돋움","굴림";*/
    color: #666;
    text-align: center;
    letter-spacing: -0.04em;
}
.ta2_view td {
    border-bottom: 1px solid #e3e3e3;
    padding: 7px 10px;
    /*font-family:"돋움","굴림";*/
    color: #666;
    text-align: left;
    line-height: 150%;
}
.ta2_view img {
    text-align: center;
    border: 0px solid #ccc;
}
.ta2_view .logo {
    background: #ecf1cf;
}
.ta2_view .cen {
    text-align: center;
}



/* 카테고리탭 */

.tabbtn {
    width: 690px;
    height: 60px;
    background: url("/images/board/tab_bg_line.png");
    margin-bottom: 20px;
}
.tabbtn ul {
    margin: 0;
    padding: 0;
}
.tabbtn ul li {
    float: left;
    text-align: center;
    font-weight: bold;
    color: #8d8d8d;
}
.tabbtn ul li.on {
    display: block;
    width: 118px;
    height: 34px;
    background: url("/images/board/tab_bg_on.png") no-repeat 0 0;
    padding-top: 8px;
}
.tabbtn ul li.on a {
    color: #FFF;
}
.tabbtn ul li.off {
    display: block;
    width: 118px;
    height: 34px;
    background: url("/images/board/tab_bg_off.png") no-repeat 0 0;
    padding-top: 8px;
}
.tabbtn ul li.off a {
    color: #8d8d8d;
}
.tabbtn ul li.off a:hover {
    color: #FF6600;
}
.tabbtn ul li.search {
    float: right;
    width: 160px;
    height: 34px;
}
.tabbtn ul li.sub {
    float: left;
    height: 26px;
    padding: 0 0 0 10px;
    font-size: 11px;
    font-weight: normal;
    border-bottom: 0px solid #b7b7b7;
}
.tabbtn ul li.sub a.focus {
    font-weight: bold;
}
.tabbtn ul li.sub #m_cate0 {}
.tabbtn ul li.sub #m_cate1 {}
.tabbtn ul li.sub #m_cate2 {}
.tabbtn ul li.sub #m_cate3 {
    width: 690px;
    padding-left: 100px;
}
.tabbtn ul li.tot_on {
    display: block;
    width: 50px;
    height: 34px;
    background: url("/images/board/tab_bg_toton.png") no-repeat 0 0;
    padding-top: 8px;
}
.tabbtn ul li.tot_on a {
    color: #FFF;
}
.tabbtn ul li.tot_off {
    display: block;
    width: 50px;
    height: 34px;
    background: url("/images/board/tab_bg_totoff.png") no-repeat 0 0;
    padding-top: 8px;
}
.tabbtn ul li.tot_off a {
    color: #8d8d8d;
}
.tabbtn ul li.tot_off a:hover {
    color: #FF6600;
}

/*FAQ 탭버튼 */


/* 카테고리탭 */

.tabbtn2 {
    width: 780px;
    height: 60px;
    margin-bottom: 0px;
}
.tabbtn2 ul {
    margin: 0;
    padding: 0;
}
.tabbtn2 ul li {
    float: left;
    text-align: center;
    font-weight: bold;
    color: #8d8d8d;
}
.tabbtn2 ul li.on {
    display: block;
    width: 96px;
    height: 34px;
    background: url("/images/board/tab_bg_on.png") no-repeat 0 0;
    padding-top: 8px;
}
.tabbtn2 ul li.on a {
    color: #FFF;
}
.tabbtn2 ul li.off {
    display: block;
    width: 96px;
    height: 34px;
    background: url("/images/board/tab_bg_off.png") no-repeat 0 0;
    padding-top: 8px;
}
.tabbtn2 ul li.off a {
    color: #8d8d8d;
}
.tabbtn2 ul li.off a:hover {
    color: #FF8000;
}

/* select box */

.search {
    clear: both;
    float: left;
    width: 100%;
}
.search_box {
    clear: both;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #E4E4E4;
    padding: 15px 0px 15px 0px;
}
.search_box select,
.search_box .selectbox_title {
    margin-right: 5px;
}
.search_box input {
    height: 20px;
    overflow: hidden;
    margin-right: 2px;
    line-height: 20px;
    vertical-align: top;
    border: 1px solid #d0d0d0;
}
.search_box .search_btn {
    width: 35px;
    height: 22px;
    background: url("/images/board/btn_search.gif") no-repeat 0 0;
    text-indent: -9999px;
    border: 0 none;
}
.search_box select,
img,
input {
    vertical-align: top;
}
span.selectbox_title {
    text-align: left;
    padding: 2px 20px 2px 3px;
    border: 1px solid #d0d0d0;
    background: #FFF url('../../img/common/btn/bg_select_arrow.gif') no-repeat 100% 0;
}
span.selectbox_title strong {
    width: 100%;
    height: 16px;
    font-weight: normal;
    font-size: 12px;
    color: #666;
    word-break: break-all;
    line-height: 1.2em;
    padding: 1px 0 2px;
    display: block;
    overflow: hidden;
}
span.selectbox_title_disabled {
    background-color: #EEE;
}
span.selectbox_title_disabled strong {
    color: #999;
}
div.selectbox_option {
    border: 1px solid #d0d0d0;
    background: #FFF;
    overflow: hidden;
}
div.selectbox_option a {
    height: 16px;
    font-size: 12px;
    color: #888;
    word-break: break-all;
    line-height: 18px;
    text-decoration: none;
    padding: 2px 3px 5px;
    display: block;
    overflow: hidden;
}
div.selectbox_option a:hover {
    color: #000;
    background: #EEE;
}




/* board */

.board_lst {
    clear: both;
    width: 100%;
    border-top: 1px solid #636467;
}
.board_lst table {
    width: 100%;
}
.board_lst table caption {
    display: none;
}
.board_lst table thead th {
    padding:5px 0;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
    line-height:120%;
    font-size: 13px;
    color: #6A6A6A;
    font-weight: bold;
    background: #F5F5F5;
}
.board_lst table thead th.small {
    font-size: 11px;
    font-weight:400;
    line-height:22px;
}
.board_lst table tbody td {
    padding:6px 0;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #7C7C7C;
}
.board_lst table tbody td a {
    color: #666;
    text-decoration: none;
}
.board_lst table tbody td a:hover {
    color: #0d6fb8;
}
.board_lst table tbody td.list_cat {
    font-size: 11px;
    color: #C98336;
}
.board_lst table tbody td.list_title {
    padding: 8px 0px;
    text-align: left;
}
.board_lst table tbody tr.faq_choice {
    display: none
}
.board_lst table tbody td.faq {
    padding: 8px 10px;
    text-align: center;
    border-bottom: 1px dashed #B4B4B4;
}
.board_lst table tbody td.faq_cat {
    font-size: 11px;
    color: #C98336;
}
.board_lst table tbody td.faq_title {
    padding: 8px 0;
    text-align: left;
    border-bottom: 1px dashed #B4B4B4;
    font-weight: bold;
}
.board_lst table tbody td.faq_view {
    padding: 8px 0;
    text-align: left;
    background: #F7F7F7;
    color: #626262;
}
.board_lst table tbody td.faq_view .btn_right {
    text-align: right;
}
.board_lst table tbody td.data {
    padding: 8px 10px;
    text-align: center;
    border-bottom: 1px dashed #B4B4B4;
}
.board_lst table tbody td.data_cat {
    font-size: 11px;
    color: #C98336;
}
.board_lst table tbody td.data_title {
    padding: 8px 10px;
    text-align: left;
    border-bottom: 1px dashed #B4B4B4;
    font-weight: bold;
}
.board_lst table tbody td.data_view {
    padding: 10px 20px 20px 20px;
    text-align: left;
    background: #F7F7F7;
    color: #626262;
}




/*.board_lst table tbody tr:hover td,.board_lst table tbody tr.on td,.board_lst table tbody tr:hover td a,.board_lst table tbody tr.on td a{background:#f9f9f9; color:#0d6fb8;}*/



.board_view {
    clear: both;
    width: 100%;
    border-top: 1px solid #636467;
}
.board_view table {
    width: 100%;
}
.board_view table caption {
    display: none;
}
.board_view table thead th {
    padding: 8px 10px;
    border-bottom: 1px solid #E6E6E6;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    color: #6A6A6A;
    font-weight: bold;
    background: #F5F5F5;
}
.board_view table tbody th {
    padding-left: 20px;
    color: #6A6A6A;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    border-bottom: 1px solid #E6E6E6;
    background: #F5F5F5;
}
.board_view table tbody td {
    padding: 8px 10px;
    border-bottom: 1px solid #E6E6E6;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}
.board_view table tbody td p {
    text-align: left;
}
.board_view table tbody td strong {
}
.board_view table tbody td.tit {
    padding: 8px 10px;
    text-align: left;
    color: #1998d8;
}
.board_view table tbody td span.cat {
    font-size: 11px;
    color: #666;
}
.board_view table tbody td.link {
    padding: 8px 10px;
    text-align: left;
    color: #666;
}
.board_view table tbody td.link a {
    color: #666;
    text-decoration: none;
}
.board_view table tbody td.link a:hover {
    color: #0d6fb8;
}
.board_view table tbody td.date {
    font-size: 11px;
}

.board_viewcont {
    padding: 30px 20px 50px;
    font-size: 12px;
    color: #666;
    line-height: 1.6em;
    text-align: left;
}
.board_viewcont .img {
    text-align: center;
    margin-bottom: 20px;
}
.board_viewcont a {
    text-decoration: none;
    color: #1998d8;
}

.board_view table tbody td.foot_prev {
	border-top:1px solid #989898;
	background-color:#FFFFFF;
	background-image:url(/images/bbs_prev_icon.png);
    background-repeat:no-repeat;
    background-position:0px 15px;
    padding-left:0 10px 0 50px;
}
.board_view table tbody td.foot_next{
	border-top:1px solid #989898;
	border-bottom:1px solid #989898;
	background-color:#FFFFFF;
	background-image:url(/images/bbs_next_icon.png);
    background-repeat:no-repeat;
    background-position:0px 15px;
}

.board_post {
    clear: both;
    width: 100%;
    border-top: 1px solid #636467;
}
.board_post table {
    width: 100%;
}
.board_post table caption {
    display: none;
}
.board_post table thead th {
    padding: 8px 10px;
    border-bottom: 1px solid #E6E6E6;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #6A6A6A;
    font-weight: bold;
    background: #F5F5F5;
}
.board_post table tbody th {
    padding-left: 20px;
    color: #6A6A6A;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    border-bottom: 1px solid #E6E6E6;
    background: #F5F5F5;
}
.board_post table tbody td {
    padding: 8px 10px;
    border-bottom: 1px solid #E6E6E6;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 18px;
}
.board_post table tbody td.tit {
    padding: 8px 10px;
    text-align: left;
    color: #1998d8;
}
.board_post img,
input {
    vertical-align: middle;
}
.board_postcont {
    padding: 20px 10px 30px 10px;
    font-size: 12px;
    color: #666;
    line-height: 1.6em;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
}
.board_post table tbody td span.th_small {
    color: #666;
    font-weight:nomal;
    font-size: 11px;
	letter-spacing:-0.05px;
}

.board_post table tbody td span.td_small {
    color: #666;
    font-weight:nomal;
    font-size: 11px;
	letter-spacing:-0.05px;
}


.board_bottom {
    position: relative;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    *zoom: 1
}
.board_bottom:after {
    content: "";
    display: block;
    clear: both
}
.board_bottom .lbtn {
    float: left;
}
.board_bottom .rbtn {
    float: right;
}

/* common */

/* 기본회색버튼 */
.btn_type,
.btn_type span {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    background: url('/images/board/bg_btn.gif') no-repeat;
    vertical-align: top;
    overflow: visible;
    text-align: center;
    font-family: 나눔고딕;
    cursor: pointer;
}
.btn_type {
    background-position: 0 0;
}
.btn_type span {
    padding: 0 25px;
    background-position: 100% 0;
    color: #FFF;
    font-weight: bold;
}
.btn_type span.point {
    color: #0983CC;
}





/* 갤러리 */

.gallery_area {
    float: left;
    width: 740px;
    margin-bottom: 20px;
}
.gallery_area ul {
    margin: 0;
    padding: 0;
    *zoom: 1;
}
.gallery_area ul:after {
    display: block;
    content: " ";
    clear: both;
}
.gallery_area ul li {
    float: left;
    width: 220px;
    margin-left: 20px;
    border: 0px solid #b8b8b8;
    text-align: center;
    *zoom: 1;
}
.gallery_area ul li:after {
    display: block;
    content: " ";
    clear: both;
}
.gallery_area ul li a {
    /*font-family:"돋움","굴림";*/
     font-size: 12px;
    color: #999;
    line-height: 12px;
    /**/
    display: block;
}
.gallery_area ul li.none {
    float: left;
    width: 220px;
    margin-right: 10px;
    border: 0px solid #b8b8b8;
}
.gallery_area ul li .photo {
    width: 220px;
    padding: 0px;
    border: 1px solid #F2F2F2;
}
.gallery_area ul li .photo > a {
    display: block;
    padding: 10px 0;
}
.gallery_area ul li .subject {
    float: left;
    /*font-family:"돋움","굴림";*/
    color: #494949;
    padding: 3px 0px 2px 0px;
    font-weight: bold;
    display: block;
    float: none;
    /**//**/padding:5px 5px 15px;
}
.gallery_area ul li .subject > a {
    /**/
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: none;
}
.gallery_area ul li .date {
    /*font-family:"돋움","굴림";*/
    font-size: 12px;
    color: #999;
    line-height: 12px;
    padding: 0px 0px 3px 0px;
}
.gallery_area ul li .cont {
    padding: 5px 0px 5px 0px;
    /*font-family:"돋움","굴림";*/
    font-size: 12px;
    color: #999;
    line-height: 15px;
    border-bottom: 1px solid #E4E4E4;
}
.gallery_area ul li .st {
    padding: 10px 6px 0px 0px;
    border-bottom: 1px solid #E4E4E4;
    /*height:20px;*/
    *zoom: 1;
}
.gallery_area ul li .st:after {
    display: block;
    content: " ";
    clear: both;
}
.gallery_area ul li .st .hit {
    font-size: 11px;
    color: #FF6600;
}
.gallery_area ul li .st .category {
    font-size: 11px;
    color: #999;
}
.gallery_view {
    float: left;
    width: 700px;
    margin-right: 10px;
    border: 1px solid #b8b8b8;
    text-align: left;
}

/* 동영상 */

.movie_area {
    float: left;
    width: 780px;
}
.movie_area ul {
    margin: 0;
    padding: 0;
}
.movie_area ul li {
    float: left;
    width: 180px;
    margin-right: 15px;
    border: 0px solid #b8b8b8;
    text-align: left;
}
.movie_area ul li a {
    font-family: 돋움;
    font-size: 11px;
    color: #999;
    line-height: 18px;
}
.movie_area ul li .category {
    font-size: 11px;
    color: #494949;
    padding: 8px 0px 0px 0px;
    border-top: 0px solid #b8b8b8;
}
.movie_area ul li .subject {
    color: #999;
    padding: 8px 0px 8px 0px;
    font-weight: bold;
}
.movie_area ul li .photo {
    position: relative;
    padding: 0px;
}
.movie_area ul li .photo .play {
    position: absolute;
    top: 45px;
    left: 68px;
}
.movie_area ul li .cont {
    padding: 10px 0px 0px 0px;
    font-size: 11px;
    color: #999;
    line-height: 16px;
    height: 30px;
}
.mov_view {
    clear: both;
    width: 780px;
    height: 370px;
    border-bottom: 1px solid #DBDBDB;
    padding: 0px 0 30px 0;
}
.mov_view_mov {
    float: left;
    width: 470px;
    height: 360px;
    border: 0px solid #b8b8b8;
}
.mov_view_cont {
    float: left;
    width: 290px;
    height: 360px;
    padding-left: 10px;
}
.mov_view_title {
    clear: both;
    width: 290px;
    padding-left: 8px;
    border-top: 2px solid #46aab4;
    border-bottom: 1px solid #AEDADF;
    padding: 10px 0 10px 0;
    color: #666;
    font-weight: bold;
    font-size: 14px;
}
.mov_view_text {
    clear: both;
    width: 290px;
    height: 300px;
    padding-left: 0px;
    padding: 10px 0 10px 0;
    color: #666;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    overflow-y: scroll;
}

/* 자료실 */

.data_lst {
    clear: both;
    width: 100%;
    border-top: 1px solid #636467;
}
.data_lst table {
    width: 100%;
}
.data_lst table caption {
    display: none;
}
.data_lst table tbody td {
    border-bottom: 1px solid #E6E6E6;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 18px;
}
.data_lst table tbody td.sort {
    padding: 8px 10px;
    text-align: left;
    background: #F5F5F5;
}
.data_lst table tbody td.list_title {
    padding: 8px 10px;
    text-align: left;
    line-height: 18px;
}
.data_lst table tbody td.list_title .date {
    font-size: 11px;
    color: #999999;
    line-height: 18px;
}
.data_lst table tbody td.data_btn {
    text-align: right;
}

/* paging */

.paging {
    clear: both;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}
.paging ul {
    margin: 0 auto;
    text-align: center;
}
.paging ul li {
    display: inline;
    font-family: Arial;
    font-size: 11px;
    padding: 5px;
}
.paging ul li a {
    color: #969595;
    text-decoration: none;
}
.paging ul li strong {
    color: #df2532;
    text-decoration: none;
    font-weight: bold;
}
.paging ul li .btn {}
.paging ul li img {
    vertical-align: top;
}

/*  이전다음글  */

.board_listgo {
    clear: both;
    width: 100%;
    border-top: 1px solid #444547;
}
.board_listgo table {
    width: 100%;
}
.board_listgo table tbody th {
    padding-left: 20px;
    color: #6A6A6A;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    border-bottom: 1px solid #E6E6E6;
    font-family: 나눔고딕;
    background: #F5F5F5;
}
.board_listgo table tbody td {
    padding: 8px 10px;
    border-bottom: 1px solid #E6E6E6;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    color: #9D9D9D;
}
.board_listgo table tbody td.date {
    font-size: 11px;
}

/*쇼핑몰*/

.shop_tab {
    width: 780px;
}
.shop_tab ul li {
    float: left;
    width: 195px;
    height: 49px;
}
.shop_tab ul li.tab_on {
    width: 195px;
    height: 49px;
    background: url(/images/contents/shop_tab_on.jpg) no-repeat;
    text-align: center;
    line-height: 16px;
}
.shop_tab ul li.tab_on a {
    display: block;
    height: 49px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-top: 12px;
}
.shop_tab ul li.tab_off {
    width: 195px;
    height: 49px;
    background: url(/images/contents/shop_tab_off.jpg) no-repeat;
    text-align: center;
    line-height: 16px;
}
.shop_tab ul li.tab_off a {
    display: block;
    height: 49px;
    color: #737373;
    font-size: 13px;
    font-weight: bold;
    padding-top: 13px;
}
.shop_detail_1 {
    padding-top: 10px;
}
.shop_detail_2 {
    padding-top: 10px;
}
.shop_detail_3 {
    padding-top: 10px;
}
.shop_detail_4 {
    padding-top: 10px;
}

/* 탭 */

#tabcontainer {
    position: relative;
    width: 100%;
}

/* 탭-앵커리스트 */

#tabcontainer ul.anchor {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
#tabcontainer ul.anchor li {
    float: left;
    width: 195px;
    height: 49px;
    background: url(/images/contents/shop_tab_off.jpg) no-repeat;
    text-align: center;
    line-height: 16px;
}
#tabcontainer ul.anchor li a {
    display: block;
    height: 49px;
    color: #737373;
    font-size: 13px;
    font-weight: bold;
    padding-top: 13px;
    text-align: center;
}
#tabcontainer ul.anchor li.current {
    width: 195px;
    height: 49px;
    background: url(/images/contents/shop_tab_on.jpg) no-repeat;
    text-align: center;
    line-height: 16px;
}
#tabcontainer ul.anchor li.current a {
    display: block;
    height: 49px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-top: 12px;
    text-align: center;
}

/* 탭-리스트 */

#tabcontainer .content ul {
    clear: both;
    overflow: hidden;
    width: 100%;
}
#tabcontainer .content ul li {
    overflow: hidden;
    width: 328px;
    padding: 5px 0 3px 12px;
    border-bottom: 1px solid #e0e0e0;
}
#tabcontainer .content ul li a {
    float: left;
}
#tabcontainer .content ul li span {
    float: right;
    color: #666;
}

/* 제품소개 */

.product_title {
    clear: both;
    font-size: 14px;
    font-weight: bold;
    color: #5B5B5B;
    height: 24px;
    line-height: 24px;
    padding: 5px 5px 5px 15px;
    border: 1px solid #b7b7b7;
    background: #F9F9F9;
}
.product_title span.model {
    font-family: verdana, Arial, "돋움", Sans-serif;
    font-size: 18px;
    color: #FF6600;
}
.product_view {
    clear: both;
    width: 100%;
    border-top: 0px solid #636467;
}

/* 서비스소개 */

.service_title {
    clear: both;
    font-size: 14px;
    font-weight: bold;
    color: #5B5B5B;
    height: 24px;
    line-height: 24px;
    padding: 5px 0px 5px 0px;
    border: 1px solid #b7b7b7;
    background: #F9F9F9;
}
.service_title span.model {
    font-family: verdana, Arial, "돋움", Sans-serif;
    font-size: 18px;
    color: #FF6600;
}
.service_view {
    clear: both;
    width: 100%;
    padding: 15px 0px 5px 0px;
    text-align: left;
}
.faq {
    width: 100%;
    border-top: 1px solid #000;
}
.faq ul li {
    border-bottom: 1px dotted #c0c0c0;
    padding: 10px 0;
}
.faq ul li .q {
    font-weight: bold;
    font-size: 14px;
    background: url(/images/icon_q.png) no-repeat left 5px;
    padding: 5px 0 5px 20px;
}
.faq ul li .q a {
    color: #181818;
}
.faq ul li .a {
    background: #f9f9f9;
    padding: 10px;
    margin-top: 10px;
}
.faq ul li .a span {
    display: block;
    background: url(/images/icon_a.png) no-repeat left top;
    padding: 0 0 0 20px;
    line-height: 150%;
}
.board_title00 {
    float: left;
    width: 20%;
    display: inline-block;
}
.search_box.search_select1 {
    float: right;
    width: 80%;
    padding: 0;
    margin: 0;
    display: inline;
    text-align: right;
}
.board_titleTop:before,
.board_titleTop:after {
    content: " ";
    display: table;
}
.board_titleTop:after {
    clear: both;
}
.tab {
    padding: 0 10px;
    overflow: hidden;
    background: url(/images/dot.jpg)repeat-x 0 100%;
}
.tab > li {
    display: inline-block;
    width: 150px;
    position: relative;
    background-color: #dadada;
    margin-right: 5px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tab > li:hover {
    background-color: #fff;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tab > li > a {
    display: block;
    text-align: center;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 1.2em;
    border: 1px solid #c4c4c4;
    color: #555;
}
.tab > li.current {
    bottom: 0px;
    background-color: #fff;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tab > li.current > a {
    color: #000;
    border-bottom-color: #fff;
}