@import url("https://fonts.dubuplus.com/css?family=Noto Sans KR");
@import url("https://fonts.dubuplus.com/css?family=Godo");

.mobile_wrap {font-family: 'Noto Sans KR'; letter-spacing:-0.05em;}

#mobile_hmenu{
    display:none;
}
#mobile_mainmenu {
    display: none;
    visibility: hidden;
}
#header {
    /*position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:20;
    background:none;
    transition:all 0.3s ease;*/
    background:#1a1a1a;
}
/*#header.fixed {position:fixed; padding-top:10px; background-color:rgba(0,0,0,0.8);}*/
#header_menu {
    text-align: right;
    padding:10px 0;
}
#header_menu li {
    display: inline-block;
    position:relative;
    vertical-align:top;
    width:60px; 
    height:20px;
    padding:0 20px;
    background-repeat:no-repeat;
    background-position:center center;    
}
#header_menu li:before {content:""; display:block; position:absolute; width:1px; height:14px; left:-1px; top:50%; margin-top:-7px; background-color:rgba(255,255,255,0.5);}
#header_menu li.link_home:before {display:none;}
#header .link_home {background-image:url(/template/s150319001001/images/top_menu_home.png);}
#header .link_login {background-image:url(/template/s150319001001/images/top_menu_login.png);}
#header .link_logout {background-image:url(/template/s150319001001/images/top_menu_logout.png);}
#header .link_cart {background-image:url(/template/s150319001001/images/top_menu_cart.png);}
#header .link_order {background-image:url(/template/s150319001001/images/top_menu_order.png);}
#header .link_mypage {background-image:url(/template/s150319001001/images/top_menu_mypage.png);}
#header .link_sitemap {background-image:url(/template/s150319001001/images/top_menu_sitemap.png);}
#header .link_admin {background-image:url(/template/s150319001001/images/top_menu_admin.png);}
#header_menu li > a {
    display:block;
    width:100%;
    height:100%;
    color: #333;
    text-indent:200%;
    overflow:hidden;
}
#header_menu li.link_home a {
    background-color:transparent !important;
}

/*Logo : Start */
#logo  {
}
/*Logo : End */

/* Main_menu: Start */
#main_menu {
    width: 100%;
    text-align: right;
}
#main_menu .gnb {
    position: relative;
}
#main_menu .btn_main_menu,
#main_menu .gnb span {
    display: none;
}
#main_menu .gnb .depth1 {
    display: inline-block;
    position:relative;
    height: 70px;
    padding: 0 10px;
    background:transparent !important;
}
#main_menu .gnb .depth1.active.point_hover_bg {
    background-color:transparent;
}
#main_menu .gnb .depth1 > a {
    display: block;
    padding: 0 10px;
    font-size: 17px;
    font-weight: normal;
    color: #ffffff !Important;
    text-align: left;
    text-decoration: none;
    line-height:70px;
}

#main_menu .gnb .depth1:hover > a {
    background-color:transparent !important;
}

#main_menu .gnb .depth1.active > a {
    color: inherit;
}
#main_menu .gnb .depth1 > a:hover {
    /*color: #2e85c7;*/
}
#main_menu .gnb .depth1:hover .depth2 {    
    opacity: 1;
    transform:translateY(0);
    transition:all 0.3s ease;
    visibility: inherit;
}
#main_menu .depth1:hover .depth2 li {
    
}
#main_menu .gnb ul.depth2 li:hover {
    background-color: transparent;
}
#main_menu .gnb .depth2 {
    position: absolute;
    width: 160px;
    background-color: rgba(0,0,0,0.6) !important;
    top: 67px;
    left:50%;
    margin-left:-80px;
    opacity: 0;
    padding:10px 0;
    border-top:3px solid #fff !important;
    transition:all 0.2s ease;
    transform:translateY(10px);
    text-align: center;
    z-index: 100;
    visibility: hidden;
}
#main_menu .depth2 li > a {
    display: block;
    width: 100%;
    padding: 8px 15px;
    font-size: 14px;
    color: #fff;
    line-height: 16px !important;
    text-decoration: none;
    word-break: break-all;
    font-weight:normal;
    opacity:0.6;
    font-weight:200;
}
#header #main_menu .gnb ul.depth2 > li:hover > a {
    /*color: #fff;*/
}
#main_menu .depth3 {
    display: none;
}
#main_menu .depth2 li {position:relative;}
#main_menu .depth2 li:hover > .depth3 {
    display: block;
}
#main_menu .depth3 {
    position:absolute;
    top:0;
    left:100%;
    margin-top:-13px;
    width:100%;
    display:none;
    background-color: rgba(0,0,0,0.6) !important;
    padding:10px 0;
    border-top:3px solid #fff !important;
}
#header.fixed #main_menu .gnb .depth2, #header.fixed #main_menu .depth3 {background-color: rgba(0,0,0,0.9) !important;}
#main_menu .depth1:last-child .depth3 {
    left:-100%;
}
#main_menu .depth2 li:hover {
    background:none !Important;
}
#main_menu .depth2 li:hover > a {opacity:1; text-decoration:underline !important;}
#main_menu .depth2 li > .depth3 li {
    /*padding-left: 10px;*/
    font-size: 14px;
    color: #fff;
}
#main_menu .depth3 li > a {
    color: #fff;
    text-decoration: none;
    font-weight:normal;
}
#main_menu .depth3 li > a:hover{
    color: #fff;
    text-decoration: none;
}
#header #main_menu .gnb .depth2 li > ul.depth3 li:hover {

}
#main_menu .depth2 li > .depth3 li:hover {
    background:none !Important;
}
@media screen and (min-width:768px) and (max-width:1199px) { 
    #main_menu .gnb .depth1 > a {padding:0 3px;}
}
/* Main_menu: End */

/* Footer: Start */
.clear {
    clear: both;    
}
#footer {
    border-top:1px solid #555555;
}
#footer_menu {
    display: block;
}
#footer_menu li {
    display: inline-block;
    position:relative;
    padding:0 14px;
    font-size: 14px;
}
#footer_menu li:before {content:""; display:block; position:absolute; left:-1px; top:50%; margin-top:-4px; width:1px; height:10px; background:#c4c4c4;}
#footer_menu li.link_cus1540881936:before {display:none;}
#footer_menu li a {
    font-size: 13px;
    font-weight: 200 !important;
    display: inline-block;
    word-break: break-all;
}
#address {
    padding-top: 20px;
    color:#747474;
}
#address span {
    word-break: break-all;
    margin-right: 10px;
}
#address strong {
    font-weight:normal;
}
#address strong:after {
    content: ":";
    margin: 0 3px;
}
#footer_menu li.link_privacy a {    
    color: #47aba2 !important;
    font-weight:500 !important;
}
#copyright {
    margin: 10px 0 30px 0;
}
/* Footer: End */

/* Sub_visual :Start */

.sub_top_txt {
    padding-top: 45px;
    height: 160px;
}
.sub_top_txt strong,
.sub_top_txt span {
    display: block;
    color: rgb(255, 255, 255);
}
.sub_top_txt strong {
    font-size: 32px;
}
.sub_top_txt span {
    font-size: 17px;
    margin-top: 5px;
}
/* Sub_visual :End*/

#row_1391755794 {
    background-color: rgb(248, 248, 248);
    background-color:#f5f5f5;
}
#col_1391755497 {
    padding:0;
}
#col_1393401846 {
    padding:0;
}
#col_1391755566 {
    background-color: rgb(255, 255, 255);
    padding: 15px 15px;
}

/* Sub_lnb :Start */
#row_1541123233 {min-height:230px; padding:70px 0 30px;}
#col_1391755566 {
    padding: 15px 15px 40px 30px;
}
#sub_lnb {
    padding:16px 0;
    text-align:right;
}

#sub_lnb span {
    display:inline-block;
    vertical-align:middle;
    font-size:13px;
    color:#fff !important;
    font-weight:200;
}
#sub_lnb span:nth-child(4) {display:none;}
#sub_lnb span:last-child {
    color: #fff;
}
#sub_contents {
	min-height:400px;
}
#sub_lnb .lnb_home {
    width:20px;
    height:17px;
    text-indent:-5000px;
    text-align:left;
    background-image:url(/template/s150319001001/images/sub_lnb_white.png);
    background-repeat:no-repeat;
}
#sub_lnb span:before {
    content:"";
    display:inline-block;
    vertical-align:middle;
    width:20px;
    height:17px;
    margin:0 5px;
    background-image:url(/template/s150319001001/images/sub_lnb_white.png);
    background-repeat:no-repeat;
    background-position:-25px 0px
}

#sub_lnb .lnb_home:before {
    content:"";
}
/* Sub_lnb :End */

/* Sub_menu :Start */
#sub_menu {
    text-align:left;
}
#sub_menu .sub_menu_title {
    background-color:#5983bd;
    height:180px;
}
#sub_menu .sub_menu_title div, #sub_menu .sub_menu_title h1 {
    color:#fff;
    padding:120px 30px 30px;
    font-size:25px;
}
#sub_menu .sub_depth {
    padding:40px 20px 0 20px;
    background-color:transparent;
}
#sub_menu .depth3 {
    display:none;
}
#sub_menu li:hover .depth3,
#sub_menu .active .depth3 {
    display:block;
}
#sub_menu .sub_depth > li.active > a {
    color:#fb6e61;
    background-color: transparent;
}
#sub_menu .active a:after{
    content:">";
    float:right;
}
#sub_menu .depth3 li {
    padding:12px 0 0 20px;
    background-color:transparent;
}
#sub_menu .depth3 li a{
    font-size:13px;
    color:#333333;
}
#sub_menu .sub_depth > li {
    padding:12px 8px;
    border-bottom:1px solid #dbdbdb;
}
#sub_menu .sub_depth > li > a {
    font-size:15px;
    font-weight:bold;
    color:#444;
    background-color:transparent;
}
#sub_menu .sub_depth > li > a:after {
    content: ">";
    float: right;
}
#sub_menu .sub_depth > li:hover> a {
    color: #fb6e61;
    background-color: transparent !important;
}
#sub_menu .sub_depth li > a > span {
    display:none;
}
#sub_menu li:hover > a {
    color:#fb6e61;
    -webkit-transition:all 0.1s ease-in;
    -moz-transition:all 0.1s ease-in;
    -o-transition:all 0.1s ease-in;
    -ms-transition:all 0.1s ease-in;
    transition:all 0.1s ease-in;
}
#sub_menu .sub_depth .depth3 li:hover a {
    color:#fb6e61 !important;
}
#sub_menu li:hover a:after{
}
#sub_menu .depth3 li a:after {
    content: "";
}
#sub_menu .depth3 li.active a {
    color:#fb6e61 !important;
}

/* Sub_menu :Start */

/* Sub_title :Start */
#sub_title {
}
#sub_title p, #sub_title h1 {
    text-align:center;
    font-size:39px;
    letter-spacing:-1px;
    font-weight:500;
    color:#fff;
    line-height:39px;
}
#sub_title span {
    display:none;
    font-size:15px;
}
/* Sub_title :End */

/* Scroll_To_Top : Start */
.scrollup {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    padding:10px 5px;
    bottom: 30px;
    right: 10px;
    text-align:center;
    background-color: #f0f0f0;
    /*background-color:rgba(242, 242, 242, 0.9);*/
    /*border:1px solid #D5D5D5;*/
    -webkit- border-radius:10px;
    border-radius:10px;
    box-shadow:1px 1px 2px rgba(0,0,0,0.5);
    font-weight:bold;
    font-size:14px;
    color:#666;
}
/* Scroll_To_Top : End */

/* Retina_Image */
@media all and (-webkit-min-device-pixel-ratio: 2) {
    #mobile_hmenu .bth_m_hmenu    {
        background:url(/template/s150319001001/images/btn_hmenu_close@2x.png) no-repeat 50% 50%;
        background-size:28px 28px;
    }
}


/* Mobile header Search:START */
.mobile_hmenu .dubu_search_main{
    padding: 5px;
}
.mobile_hmenu .box_search {
    width: 100%;
    height: 28px;
    border: 1px solid #cccccc;
    text-align: left;
    background-color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 20px;
    padding-right: 55px;
    overflow: hidden;
}
.mobile_hmenu .box_search .tf_search_keyword {
    text-align: left;
    height: 26px;
    border: none;
    padding-left: 10px;
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.mobile_hmenu .box_search .btn_search {
    width: 30px;
    border-left: 1px solid #cccccc;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-indent: -5000px;
    overflow: hidden;
    line-height: 28px;
    background: #f6f6f6 url(/template/s150319001001/images/search_btn_1.png) center center no-repeat;
}
/* Mobile header Search: END */
#sub_title h1, #sub_title p {color: inherit; font-weight: bold}

#sub_lnb::after{
    content: "";
    display: block;
    clear: both;
}

#sub_lnb ul{
    float: right;
}

#sub_lnb ul:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

#sub_lnb ul li{
    float: left;
}


#content { padding: 0px; }
#section_1541126518 { background-color: rgb(38, 38, 38); padding: 50px 0px 60px; }
#col_1541126569 { padding: 0px; }
#col_1541126565 { padding: 0px; }
#col_1541126559 { padding: 0px; }
#row_1541123339 { background-color: rgba(0, 0, 0, 0.4); }
#element_1541123172 { padding: 20px 0px 0px; }
#element_1541123102.dpl_element { font-size: 20px; }
#section_1391755408 { background-image: url("/template/s150319001001/images/sub_visual4.gif"); background-position: center center; background-size: auto 100%; background-repeat: no-repeat; background-attachment: scroll; }
#footer_menu li a { color: rgb(255, 255, 255); }
#copyright p, #copyright a { color: rgb(255, 255, 255); }
#address address { color: rgb(255, 255, 255); }
#footer_menu { padding: 15px 0px; }
#row_1540875396 { border-color: rgb(85, 85, 85); border-width: 0px 0px 1px; border-style: solid; }
#footer { background-color: rgb(51, 51, 51); text-align: center; }
#mobile_header .link_mologo img { width: 112px; height: auto; }
#logo img { width: auto; height: auto; }

/* Tablet */
@media screen and (min-width:768px) and (max-width:991px) {

/*Logo : Start */ 
#logo  {
    text-align:center;
    font-size:31px;
    padding:15px 0;
}
/*Logo : End */  
#main_menu { 
    text-align: center; 
}
/*Logo : End */
}

/* Mobile */
@media screen and (max-width:767px) {

html, body {
    overflow-x:hidden;
}
.mobile_wrap {
    background-color:#fff;
    position:relative;
}
.wrap > * {
	-webkit-transition: -webkit-all 0.5s ease;
	-moz-transition: -moz-all 0.5s ease;
	-o-transform: -o-all 0.5s ease;
	-ms-transform: -ms-all 0.5s ease;
	transition:  all 0.5s ease;
}
.mo_mclose {
    position: fixed;
    background: #40494e;
    z-index:10;
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transform:  all 0.5s ease;
    -ms-transform:  all 0.5s ease;
    transition: all 0.5s ease;
}
.mobile_wrap.mo_open {
	/*background: #40494e;*/
}
.mobile_wrap.mo_open .wrap > * {
    -webkit-transform:translateX(250px);
    -moz-transform:translateX(250px);
    -o-transform:translateX(250px);
    -ms-transform:translateX(250px);
    transform:translateX(250px);
}
.mobile_wrap.mo_open .mo_mclose {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}


/* Mobile_header:Start */
#mobile_header {
    position:relative;
    overflow:hidden;
    text-align:center;
	/*padding: 10px 5px;*/
    height:57px;
    background:#1a1a1a;
    /*left:0; 
    top:0;
    right:0;
    z-index:20;*/
}
.link_mobasket, .link_momenu,.link_mologin, .link_mohmenu  {
 	display: inline-block;
    position:relative;
    z-index:20;
	width: 37px;
	height: 37px;
	text-indent: -5000px;
    background-position:50% 50%;
}
.link_mobasket {
	display: none;
}
.link_mologo{
    font-size:31px;
    line-height:55px;
}
.link_mologo a {
    display:inline-block;
   /* vertical-align:middle;*/
}
.link_mologo img {
    padding-top:18px;
    max-width:280px;
}
.link_momenu {
	float: left;
    margin:10px 5px;
	background-image: url(/template/s150319001001/images/mobile_icon1.png);
	background-repeat:no-repeat;
    background-color: transparent !important;
}
.link_mologin {
	float: right;
	background-image: url(/template/s150319001001/images/mo_login.png);
    background-size:37px 37px; 
	background-repeat: no-repeat;
}
.link_mohmenu {
	float: right;
    margin:10px 5px;
	background-image: url(/template/s150319001001/images/mobile_icon2.png);
	background-repeat: no-repeat;
}
.link_momenu:active,
.link_mologin:active {
	position: relative;
	top: 1px;
}
/* Mobile_header:End */


/* Mobile_HMenu : Start */
#mobile_hmenu{
    display:block;
    position: fixed;
    z-index: 1000;
    width: 150px;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: #ebebeb;
    background-color:rgba(255,255,255,0.8);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);    
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform  0.3s ease-in-out;
	-o-transform: -o-transform  0.3s ease-in-out;
	-ms-transform: -ms-transform  0.3s ease-in-out;
	transition: transform  0.3s ease-in-out;    
}
.mobile_wrap.mo_hmenu_open #mobile_hmenu{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
    box-shadow:0px 2px 7px;
}
.mobile_wrap_overlay{
    display:none;
    position:absolute;
    z-index:101;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#686868;
    background-color:rgba(0,0,0,0.5);
    transition:opacity 0.3s ease-in-out;
    opacity:0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}
.mobile_wrap.mo_hmenu_open .mobile_wrap_overlay{
    display:block;
    opacity:1;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.tit_m_hmenu {
    overflow:hidden;
    width: 100%;
    height: 55px;
    background-color: #20cfbf !important;
}
div.mobile_wrap .mobile_hmenu .bth_m_hmenu {background-color: #20cfbf !important;}
.txt_m_hmenu {
	color:#fff;
    font-size:16px;
    padding:14px 16px 16px 50px;
}
.bth_m_hmenu {
	display:inline-block;
    position:absolute;
    width:50px;
    height:50px;
    text-indent:-5000px;
    background:url(/template/s150319001001/images/btn_hmenu_close.png) no-repeat 50% 50%;
}
.box_mobile_hmenu > li > a {
    display: block;
    padding: 13px 15px;
    font-size: 13px;
    border-bottom: 1px solid #dfdfdf;
}
ul.box_mobile_hmenu > li:hover > a {
    color: #333;
}

/* Mobile_HMenu : End */
 
/* Mobile_MainMenu : Start */
#mobile_mainmenu {
    visibility: visible;
    display:block;
    /*position: absolute;*/ /* we can't use fixed here :( */
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
}
#mobile_mainmenu .gnb,
#mobile_mainmenu .depth2,
#mobile_mainmenu .depth3 {
    overflow-y:auto; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #40494e;
    -webkit-overflow-scrolling:touch;
}
#mobile_mainmenu .depth2,
#mobile_mainmenu .depth3 {
    -webkit-transform:translateX(-100%);
    -moz-transform:translateX(-100%);
    -o-transform:translateX(-100%);
    -ms-transform:translateX(-100%);
    transform:translateX(-100%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#mobile_mainmenu ul > li > a {
    display: block;
	padding: 14px 50px;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	text-shadow: 0 0 1px rgba(255,255,255,0.2);
	font-size: 15px;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
    text-decoration: none;
    color: rgb(247, 247, 247);
    text-align:left;
    letter-spacing:1px;
}
#mobile_mainmenu ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}

#mobile_mainmenu .depth_arrow {
	position:relative;
}
#mobile_mainmenu .depth_arrow:before {
    display: inline-block;
    content:'';
    position: absolute;
    border-color: transparent #20cfbf;
    border-style: solid;
    border-width: 6px 6px 6px  0;
    left:20px;
    top:19px;
}
#mobile_mainmenu h3 {
    text-align: left;
    background-color:#1e9a8f !important;
    letter-spacing:1px;    
}
#mobile_mainmenu h3 > a {
    display: block;
    /*width: 250px;*/
    padding: 12px 50px;
	color: #fff !important;
	font-size: 16px;
    text-decoration: none;
}
#mobile_mainmenu .depth2 > ul > li > a:hover,
#mobile_mainmenu .depth3 > ul > li > a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}
#mobile_mainmenu div.depth2 > ul > li:hover > a,
#mobile_mainmenu div.depth3 > ul > li:hover > a {
    color: #fff;
}

#mobile_mainmenu .overlay > ul > li > a,
#mobile_mainmenu .overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}
#mobile_mainmenu .gnb:before,
#mobile_mainmenu .depth2:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
    background: rgba(0, 0, 0, 0.3);
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
#mobile_mainmenu .gnb.overlay:before,
#mobile_mainmenu .depth2.overlay:before {
	width: 100%;
	height: 100%;
	opacity: 1;
}
#mobile_mainmenu .depth_open {
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -o-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0);
    z-index:10;
}
#mobile_mainmenu .depth_back {
    background: rgba(0, 0, 0, 0.1);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
    font-size: 10px;
    padding: 1em;
    text-align: center;
    cursor:pointer;
}
#mobile_mainmenu .gnb.overlay .depth1 > a,
#mobile_mainmenu .depth2.overlay > ul > li > a{
	display:none;
}
/* Mobile_MainMenu : End */

/* Footer :Start */ 
#footer_menu li a { 
    font-size:12px;
}
#footer_menu li { 
}
/* Footer :End */ 

/* Sub_title : Start */
#section_1391755408 {background-size:cover !important;}
#row_1541123233 {min-height:inherit; padding:0;}
#sub_title {
    margin: 0 -15px;
    padding:14px 15px;
    background:url(/template/s150319001001/images/sub_visual4.gif);
    background-size:cover;
}
#sub_title > h1 {
    text-align:left; font-size:17px; color:#fff; font-weight:500; line-height:22px;
}
#sub_title:after,
#sub_title span{
    display:none;
}
/* Sub_title : End */

/* Sub_top_visual : Start */
.sub_top_txt { 
    padding-top: 15px; 
    height: 75px;
}
.sub_top_txt strong {
    font-size: 21px;
}
.sub_top_txt span { 
    font-size: 13px; 
    margin-top: 4px; 
    color: rgb(210, 214, 219);
}
/* Sub_top_visual : End */

/* Sub_content_padding */
#col_1391755566 { 
    padding: 0px 10px 40px; 
}
#content { padding: 0px; }

#row_1391755794 { 
    padding-top: 0px; 
    padding-bottom: 0px; 
}
#section_1391755408 { 
    padding: 0px;
}


#section_1541126518 { padding: 30px 0px; }
#col_1541126569 { padding: 20px 15px 0px; }
#col_1541126565 { padding-top: 20px; padding-left: 15px; padding-right: 15px; }
#col_1541126559 { padding: 0px 15px; }
}
.content_none{width:100%;background-color:#f4f4f4;text-align:center;padding:50px 0;color:#909090;margin:0 auto 20px}.DUBU_Board .content_none .inner_images,.content_none .inner_images{background-position:-124px -176px;width:62px;height:46px}.content_none .inner_text{padding-top:20px;font-size:14px}.content_none .inner_images{background-image:url(/inc/images/module_img.png);background-repeat:no-repeat;margin:0 auto}.DUBU_Slideshow .content_none .inner_images{background-position:-6px -178px;width:93px;height:51px}.DUBU_Map .content_none .inner_images{background-position:-32px -97px;width:36px;height:56px}.DUBU_Slidegallery .content_none .inner_images{width:62px;height:60px;background-position:-19px -250px}.DUBU_Shop .content_none .inner_images{width:64px;height:61px;background-position:-17px -339px}.DUBU_Search .content_none .inner_images{width:43px;height:43px;background-position:-124px -348px}.DUBU_Booking .content_none .inner_images{width:64px;height:61px;background-position:-16px -431px}.DUBU_Booking_Search .content_none .inner_images{width:50px;height:57px;background-position:-121px -432px}.DUBU_Banner .content_none .inner_images{width:67px;height:57px;background-position:-113px -259px}.DUBU_Payment .content_none .inner_images{width:69px;height:59px;background-position:-118px -527px}.link_privacy a{font-weight:700!important}.link_aboutus a,.link_nospam a,.link_service a,.link_useguide a{font-weight:200!important}.Social_Stream .content_none .inner_images{width:70px;height:74px;background-position:-13px -518px}