/* screens smaller than 690--------------- */
@media only screen and (max-width:690px) {

/*layout*/
/*-----------------------------------------------------------*/

.db_column1024 {
	width: 95%;
}

#db_contents_left {
    width: 100%;
    float: none;
    margin: 0 auto 60px auto;
}

#db_contents_right {
    width: 100%;
    float: none;
    margin: 0 auto 0px auto;
}

#db_subtitle02 h2 {
    font-size: 200%;
    padding: 40px 10px 10px;
}

/* sub H2 common */
/*-----------------------------------------------------------*/
.h2area { height: 100px;}
.subtitle02{ font-size: 180%;}
.subtitle02:after{
    width: 80px;
    margin-left: -40px;
}

/*sidebar*/
/*-----------------------------------------------------------*/

.db_sidebar_submit_btn input[type="submit"] {
	width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px;
    display: block;
    text-align: center;
    color: #FFF;
    background-color: #1B4383;
    border: 1px solid #1B4383;
    transition: 0.3s;
    margin: auto;
    cursor: pointer;
}


/*home*/
/*-----------------------------------------------------------*/

.db_home_category_list .category_name_wrap .category_name {
	width: 100%;
    background: none;
    background-color: #1B4383;
}

.db_home_category_list .category_name_wrap .category_image {
	display: none;
}

.db_home_category_list .category_child_box li {
    width: 100%;
    float: none;
}


.db_other_menu_box {
    padding: 40px 0px 0px 0px;
}

.db_other_menu_box .db_other_menu_box_in li{
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-left: 0%;
	margin-bottom: 40px;
}

.db_other_menu_box .db_other_menu_box_in li:nth-child(2n){
	margin-right: 0%;
}

.db_other_menu_box .db_other_menu_box_in li:first-child{
	margin-left: 0%;
}


/*search*/
/*-----------------------------------------------------------*/

.db_parent_category_box .category_info {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.db_parent_category_box .category_image {
    width: 100%;
    float: none;
}

.db_parent_category_box .category_image span {
    width: 100%;
    display: block;
}

.db_parent_category_box .category_image img {
    max-width: 100%;
}

.db_child_category_list_wrap .db_child_category_box{
	width: 100%;
	float: none;
	margin-left: 0%;
	margin-bottom: 20px;
}

.db_child_category_list_wrap .db_child_category_box:first-child{
	margin-left: 0%;
}

.db_child_category_list_wrap .item_box_row {
    margin-bottom: 0px;
}

.db_child_category_box .category_info .category_image span {
    width: 100%;
    display: block;
}

.db_child_category_box .category_info .category_image img {
    max-width: 100%;
}

.db_search_sort_wrap .search_sort {
    width: 100%;
    float: none;
}

#pager_top {
    width: 100%;
    float: none;
}

.db_search_item_box_wrapper .item_box_row {
    margin-bottom: 0px;
}

.db_search_item_box_wrapper .db_search_item_box{
	width: 100%;
	margin-left: 0%;
	margin-bottom: 40px;
}

.db_search_item_box_wrapper .db_search_item_box .item_image a {
    width: 100%;
    height: 180px;
    display: block;
}

.db_search_item_box_wrapper .db_search_item_box .item_image img {
    max-width: 100%;
    max-height: 178px;
}

.db_search_item_box_wrapper .db_search_item_box .item_tag_box li{
	width: 49%;
    font-size: 12px;
	margin-right: 2%;
}

.db_search_item_box_wrapper .db_search_item_box .item_tag_box li:nth-child(2n){
	margin-right: 0%;
}


.db_search_item_box_wrapper .db_search_item_box .item_tag_box li:nth-child(3n){
	margin-right: 2%;
}


/*item*/
/*-----------------------------------------------------------*/

#item_box01 .item_photo_box {
    width: 100%;
    float: none;
    margin-bottom: 40px;
}

#item_box01 .item_photo {
    width: 100%;
    height: 275px;
    display: block;
}

#item_box01 .item_photo img {
    max-width: 100%;
    max-height: 273px;
}

#item_box01 .item_photo_thumbnail img {
    max-width: 100%;
}

#item_box01 .item_text {
    width: 100%;
    float: none;
}

.db_item_btn_area li{
	width: 49%;
	margin-right: 2%;
	margin-left: 0%;
	font-size: 11px;
}

.db_item_btn_area li:first-child{
	margin-left: 0%;
}

.db_item_btn_area li:nth-child(2n){
	margin-right: 0%;
}

.db_item_btn_area li a:before {
    margin: 0 5px 0 0;
}

.db_item_use_box {
    width: 100%;
}

.db_item_use_box .db_item_use_list {
    font-size: 12px;
}

.db_item_use_box .db_item_use_list li{
	width: 49%;
	margin-right: 2%;
}

.db_item_use_box .db_item_use_list li:nth-child(2n){
	margin-right: 0%;
}

.db_item_use_box .db_item_use_list li:nth-child(3n){
	margin-right: 2%;
}

#item_box06 .box_txt {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}

.db_item_feature_box .box_image {
    width: 100%;
    float: none;
}

.recommend_item_wrapper ul li{
	width: 49%;
	margin-right: 2%;
	margin-left: 0%;
	margin-bottom: 20px;
}

.recommend_item_wrapper ul li:nth-child(2n){
	margin-right: 0%;
}

.recommend_item_wrapper .recommend_item_image a {
    width: 100%;
    height: 150px;
    display: block;
}

.recommend_item_wrapper .recommend_item_image img {
    max-width: 100%;
    max-height: 150px;
}


/*CONTACT*/
/*----------------------------------------*/
#contact {
    height: auto;
    background: #F2F3F7;
}
#contact .section {
    padding: 30px 0;
}
#contact .titarea {
    margin-bottom: 15px;
    text-align: center;
}
#contact .btn {
    margin-top: 10px;
    width: auto;
}
#contact .num, #contact .time {
    display: block;
    text-align: center;
}
#contact .subtit::before {
    width: 28px;
    height: 31px;
    margin-right: 5px;
    margin-bottom: 0;
    background-size: 100%;
}




/*PRODCT*/
/*----------------------------------------*/
#pdct { height: auto;}
#pdct .section { padding: 30px 0;}
#pdct .titarea {margin-bottom: 15px;}
#en_pdct { height: auto; margin-bottom: 60px;}
#en_pdct .section { padding: 30px 0;}
#en_pdct .titarea {margin-bottom: 15px;}

.pdct_in {margin-bottom: 20px;}
.pdct_in .col5 {
    display: block;
    text-align: center;
}
.pdct_in .inner {
    position: static;
    transition: 0.8s;
}
    #pdct .bl-hover{opacity: 0.7;}

.pdct_in .foto {
    position: relative;
    height: 140px;
    overflow: hidden;
}
.pdct_in .foto img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pdct_in .tit_box {
    position: absolute;
    top: 0;
    height: 140px;
    border-bottom: 1px solid #FFF;
}
.pdct_in .tit {
    height: auto;
    font-size: 20px;
    background-color: RGBA(26, 66, 131, 0.5);
}

#pdct .bl-hover:before, #pdct .bl-hover:after,
.pdct_in .list, .pdct_in .col5::after{
    display: none;
}
#pdct .btn,#en_pdct .btn { width: auto; }

#pdct .subtit:before {
    margin-right: 5px;
}

/*SEARCH*/
/*----------------------------------------*/
.search_in {padding: 30px;}
.search_in .lftbox, .search_in .rgtbox {
    float: none;
    width: 100%;
    padding: 0;
    border: 0;
}
.select:last-child {margin-bottom: 30px;}

.box_keyword input {width: 100%;}

.checkbox_list li {
    float: none;
    width: 100%;
    margin-right: 0;
    border-right: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted;
}

.checkbox_list li:last-child{
    width: 100%;
}

.search_check {margin-bottom: 0;}

#search .submit input[type="submit"] {width: 100%;}

.checkbox_text {
    margin-right: 15px;
    font-size: 15px;
}
.checkbox_list input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.search_in .lftbox .db_top_check_box{
    margin-bottom: 20px;
}



/*------------------------------------------------------------------------------*/
}