@import url(https://cdn-fonts.dubuplus.com/css?family=NanumSquareRound);
@import url(https://dev-fonts.dubuplus.com/css?family=Ubuntu);

body, .mobile_wrap{
    font-family:'NanumSquareRound';
    overflow-x:hidden;
}
.wrap {
    margin: 0 auto;
}
#mobile_mainmenu {
    display: none;
    visibility: hidden;
}
#mobile_hmenu {
    display:none;
}

#logo {
	padding:17px 23px 20px 28px;
}
.mo_box {
	display:none;
}
#header {
	border-bottom:1px solid #f2f5fa;
    height:73px;
    position:fixed;
    width:100%;
    background:#fff;
    z-index:101;
}
#header_menu {
	font-size:0;
    text-align: right;
    padding: 18px 0px;
}

#header_menu li {
    display: inline-block;
    margin-right:5px;
    vertical-align:top;
}
#header_menu li.link_join {
	margin-right:0px;
}
#header_menu li:last-of-type {

}
#header_menu li a {
	font-size:13px;
    color:#fff;
    line-height:37px;
    display:inline-block;
    height:37px;
    padding-left:20px;
    padding-right:20px;
    border-radius:19px;
    font-weight:bold;
}
#header_menu li.link_login a {
	background:#757575;
    border:1px solid #757575;
}
#header_menu li.link_login a:hover {
	background:#4a4a4a;
    border:1px solid #4a4a4a;
}
#header_menu li.link_logout a {
	background:#757575;
    border:1px solid #757575;
}
#header_menu li.link_logout a:hover {
	background:#4a4a4a;
    border:1px solid #4a4a4a;
}
#header_menu li.link_join a {
	background:#85cc28;
    height:37px;
    padding-left:20px;
    padding-right:20px;
    width:88px;
    text-align:center;
}
#header_menu li.link_join a:hover {
	background:#85cc28;
    font-size:0;
}
#header_menu li.link_join a:hover:before {
	content:'';
    background:url(/template/i181109031250/images/hover_btn_arrow.png);
    width:18px;
    height:16px;
    display:inline-block;
    vertical-align:middle;
}

/* Main_menu: Start */



#main_menu {
	margin-left:44px;
}
.btn_main_close {
	display:none;
}


#main_menu .gnb {
	position: relative;
    text-align:left;
    font-size:0;
    white-space: nowrap;
}



#main_menu .btn_main_menu,

#main_menu .gnb span {
    display: none;
}



#main_menu .gnb .depth1 {
    display: inline-block;
    margin-right:30px;
    vertical-align:top;
}
#main_menu .gnb .depth1:last-of-type {
	margin-right:0;
}


#main_menu .depth1 > a {
	display: block;
    font-size:15px;
    line-height:1;
    font-family:'NanumSquareRound';
    font-weight:bold;
    color:#000;
    padding:29px 0 29px 0;
    position:relative;
}
#main_menu .depth1 > a:before  {
	content:'';
    display:inline-block;
    width:1%;
    height:3px;
    background:#85cc28;
    position:absolute;
    left:0;
    opacity:0;
    top:55px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#main_menu .depth1:hover > a:before {
	opacity:1;
    width:100%;
}

#main_menu .gnb .depth1 > a:hover {
}
#main_menu .gnb .depth1 > a.depth_arrow:after {
    content:'';
	width:10px;
    height:8px;
    background:url(/template/i181109031250/images/depth1_arrow.png);
    background-repeat:no-repeat;
    display:inline-block;
    margin-left:8px;
    vertical-align:middle;
}


#main_menu .gnb .depth1:hover .depth2 {
	display:block;
}



#main_menu .depth1:hover .depth2 li {

}



#main_menu .gnb .depth2 {
	display:none;
    width:140px;
    position:absolute;
    top: 100%;
    background:#000;
    padding:16px 20px;
    border-bottom:4px solid #85cc28;
    z-index:101;
}
#main_menu .gnb .depth1_02 .depth2,
#main_menu .gnb .depth1_08 .depth2 {
    width: 150px;
}
#main_menu .gnb .depth2 li {
	padding-bottom:10px;
    position:relative;
}
#main_menu .gnb .depth2 li:last-child {
	padding-bottom:0;
}

#main_menu .depth2:before {

}

#main_menu .depth2 li > a {
	display: block;
    font-size: 15px;
    color: #e8e8e8;
    margin-left: 0;
    font-weight: bold;
    transition: all .5s;
    letter-spacing: -1px;
}
#main_menu .depth2 li:hover > a {
	color:#85cc28;
    margin-left:15px;
}
#main_menu .depth2 li:before {
	content: "";
    height: 1px;
    width: 0%;
    right: 0;
    left: 0;
    position:absolute;
    top:5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#main_menu .depth2 li:hover:before {
	content:'';
    display:inline-block;
    position:absolute;
    top:5px;
    width:10px;
    height:1px;
    background:#85cc28;
    vertical-align:middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



#main_menu .depth3 {
	display: none;
}



#main_menu .depth2 li:hover > .depth3 {
    position: static;
    display: block;
}



#main_menu .depth2 li:hover {

}



#main_menu .depth2 li > .depth3 li {

}



#main_menu .depth3 li > a {

}



#main_menu .depth3 li > a:hover{

}



#main_menu .depth2 li > .depth3 li:hover {

}



/* Main_menu: End */





/* Footer: Start */



.clear {
	clear: both;
}



#footer {

}



#footer_menu {

}



#footer_menu li {
    display: inline-block;
}



#footer_menu li a {

}



#address {

}



#address span {
    display: inline-block;
}



#address strong:after {
    content: ":";
}



.link_privacy a {

}



#copyright {

}

#row_1578366384 {
	display: inline-block;
    margin-top: 10px;
}
#col_1578366389 {
	font-size: 0;
}
#element_1569219628 {
	display: inline-block;
}
#element_1578366361 {
	display: inline-block;
    margin-left: 15px;
}

/* Footer: End */




/* 헤더 */
.view_scroll #col_1541747451 {min-width:0px;}
.view_scroll #header .container {height:auto;}
.view_scroll #header {height:auto;position:relative;}
#header .container {height:73px;}
.view_scroll #row_1541750018, .view_scroll #row_1541750023 {height:auto;}
#row_1541750018, #row_1541750023 {height:73px;}
#col_1541751588 {
	vertical-align:top;
}

/* 해외 빌더 링크 */
.link_globals {
	position:relative;
    display:block;
    padding:21px 0;
    cursor:pointer;
    font-size:0;
    height:73px;
    vertical-align:top;
    border-left: 1px solid #f2f5fa;
}
.link_globals > a{
    display:inline-block;
	text-indent:-9999px;
    background:url(/template/i181109031250/images/ico_seleck_link_flags.png);
    background-position:0 0;
    background-repeat:no-repeat;
    width:31px;
    height:31px;
    position:relative;
    vertical-align:top;
}
.link_globals:after {
	content:'';
    display:inline-block;
    background:url(/template/i181109031250/images/ico_seleck_link_flags.png);
    background-position:-190px 0;
    background-repeat:no-repeat;
    width:10px;
    height:6px;
    position:relative;
    margin-left:10px;
    top:12px;
}
.view_scroll #col_1541753248 {
	padding-left:15px;
    padding-right:15px;
}
#col_1541753248 {
	padding:0;
    text-align:center;
    vertical-align:top;
}
.link_globals ul {
    display:none;
    position:absolute;
    top:73px;
    left:0;
    width:100%;
    border:1px solid #f2f5fa;
    border-top:0;
    background:#fff;
}
.link_globals ul.on {
	display:block;
}
.link_globals ul li {
	border-bottom:1px solid #f2f5fa;
}
.link_globals ul li:last-of-type {
	border-bottom:0;
}
.link_globals ul li a {
	text-align:center;
    display:block;
    font-size:11px;
    width:100%;
    color:#2f303c;
    font-weight:bold;
    padding:10px 0;
}
.link_globals ul li a:hover {
	background-color:#f2f5fa;
}
.link_globals ul li span {
	display:block;
    margin: 0 auto;
	background:url(/template/i181109031250/images/kr_icoSeleckLinkFlags01.png);
    background-position:0 0;
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    position:relative;
    vertical-align:top;
    margin-bottom:9px;
}
.link_globals ul li:nth-child(1) span {
    background-position:-5px -50px;
}
.link_globals ul li:nth-child(2) span {
    background-position:-5px -100px;
}
.link_globals ul li:nth-child(3) span {
    background-position:-5px -200px;
}
.link_globals ul li:nth-child(4) span {
    background-position:-5px -150px;
}


#section_1542003052 {
    padding-top:73px;
	background-size:contain !important;
    height:437px;
}
.view_scroll #section_1542003052 {
	height:auto;
    margin-top:0px;
}

#element_1541982517 {
	margin-top:108px;
}
#element_1541982517 h1 {
	font-size:55px;
}
#element_1541982517 h1 .weight_normal {
	font-weight:normal;
}

#element_1541982637 {
	margin-top:40px;
    line-height:25px;
}
#element_1542002206 {
	margin-top:60px;
}
.dubu_btn a {
	color:#fff;
    padding: 0 46px;
    height: 52px;
    background: #85cc28;
    display: inline-block;
    line-height: 52px;
    border-radius: 26px;
    font-size: 17px;
    width:244px;
    text-align:center;
}
.dubu_btn a:hover {
	font-size:0;
}
.dubu_btn a:hover:before {
	content:'';
    display:inline-block;
    width:18px;
    height:16px;
    background:url(/template/i181109031250/images/hover_btn_arrow.png);
    vertical-align:middle;
}


#section_1543466185 {
    padding: 60px 0px;
    background-color: rgb(51, 54, 69);
}
#element_1543469411.dpl_element {
    font-size: 12px;
}
#element_1543469504.dpl_element {
    font-size: 11px;
}
#element_1543469504 {
    margin: 12px 0px 0px;
}
#element_1543469576.dpl_element {
    font-size: 30px;
}
#element_1543469576 {
    margin: 7px 0px 0px;
}
#element_1543469640.dpl_element {
    font-size: 11px;
}
#element_1543469640 {
    margin: 32px 0px 0px;
}
#element_1543469685.dpl_element {
    font-size: 15px;
}
#element_1543469685 {
    margin: 7px 0px 0px;
}
#element_1543469906.dpl_element {
    font-size: 11px;
}
#element_1543469906 {
    margin: 32px 0px 0px;
}
#element_1543470059.dpl_element {
    font-size: 15px;
}
#element_1543470059 {
    margin: 7px 0px 0px;
}
#element_1543470740.dpl_element {
    font-size: 12px;
}
#element_1543472087.dpl_element {
    font-size: 12px;
}
#element_1543472087 {
    margin: 30px 0px 0px;
}
#element_1543472205.dpl_element {
    font-size: 12px;
}
#element_1543472205 {
    margin: 30px 0px 0px;
}

#content > .container {
	padding-left:0;
    padding-right:0;
}

.view_scroll #sub_title {
    padding-top:0px;
}





/* Sub_visual :Start */

#section_1391755408 {
    width:100%;
    height:534px;
    background-image: url(/template/f160406094726/images/dubu_partners_bg.png);
    background-size: auto 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top:73px;
}
.sub_top_txt {
    
}
#col_1391755336 {padding-left:0;padding-right:0;}

.sub_top_txt:before {
    content:'';
    display:inline-block;
	width:4px;
    height:104px;
    /*background-color:#85cc28;*/
}
.sub_top_txt span.mini_txt {
    margin-top:0px;
	font-size:13px;
    color:#666666;
    font-weight:bold;
    font-family:'Noto Sans KR';
}
.sub_top_txt p {
    margin-top:10px;
    color:#191919;
    font-size: 40px;
    letter-spacing:-2px;
}
.sub_top_txt span {
    display: block;
    line-height:1.7;
    margin-top: 31px;
    color:#666666;
    font-size: 15px;
}

.sub_top_txt .btn_box {margin-top:65px;}
.sub_top_txt .btn_box .link_partner_inquire {background:#85cc28;color:#fff;font-size:13px;font-weight:bold;border:1px solid #85cc28;display:inline-block;padding:9px 20px;border-radius:20px;margin-right:10px;}
.sub_top_txt .btn_box .link_partner_inquire:hover {background:#819c00;border:1px solid #819c00;}
.sub_top_txt .btn_box .link_partner_view {font-size:13px;font-weight:bold;color:#393939;background:#f9f9f9;border:1px solid #c6c5c2;display:inline-block;padding:9px 20px;border-radius:20px;}
.sub_top_txt .btn_box .link_partner_view:hover {color:#819c00;border:1px solid #819c00;}

/* Sub_visual :End*/







/* Sub_title :Start */
#section_1460334599 {background-color:#54506c;display:none;}
#col_1460334609 {}
#sub_title {padding:15px 0;}
#sub_title p, #sub_title p, #sub_title p, #sub_title h1 {color:#fff; font-size:20px; font-weight:normal;}
#sub_title span {display:none; font-size:15px;}
/* Sub_title :End */




/* Sub_lnb :Start */
#sub_lnb {
    padding:18px 0;
    text-align:right;
}
#sub_lnb span {
    display:inline-block;
    color:#a29db9;
    font-size:13px;
    vertical-align:middle;
}
#sub_lnb .lnb_home {
    width:18px;/*14*/
    height:16px;/*12*/
    font-size:0;
    /*background:url(http://www.dubuplus.com/template/t150320001001/images/ico_sublnb_home.png) left center no-repeat;*/
    background:url(/template/f160406094726/images/ico_sublnb_home.png) left center no-repeat;
}

#sub_lnb span:before {
    content:">";
	padding:0 15px;
    font-weight:bold;
}

#sub_lnb .lnb_home:before {
    content:"";
}
#sub_lnb::after {
    content: '';
    display: block;
    clear: both;
}
#sub_lnb ul:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
#sub_lnb ul li {
    float: left;
}
#sub_lnb li:last-child span {
    color: #191919;
}
#sub_lnb li:last-child span:after {
    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 div, #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;
}
#sub_menu .depth3 {
    display:none;
}
#sub_menu li:hover .depth3,
#sub_menu .active .depth3 {
    display:block;
}
#sub_menu .sub_depth > .active > a {
    color:#fb6e61;
}
#sub_menu .active a:after{
    content:">";
    float:right;
}
#sub_menu .depth3 li {
    padding:12px 0 0 20px;
}
#sub_menu .depth3 li a{
    font-size:13px;
}
#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:#444444;
}
#sub_menu .sub_depth li > a > span {
    display:none;
}
#sub_menu li a:hover {
    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 li a:hover:after{
    content:">";
    float:right;
}
/* Sub_menu :Start */


#col_1534988039,
#col_1534988039,
#col_1534984624,
#col_1534984520,
#element_1534983508 .container  {
	padding-right:0;
    padding-left:0;
}

#element_1534930197 {
	text-align: right;
    padding: 46px 0px 0px;
}

div.w_tabs {
    width:100%;
    text-align:center;
    background-color:#fff;
}
ul.tabs {
    display:inline-block;
    width: 1170px;
    max-width:100%;
    padding-top: 30px;
    margin: 0 auto;
    font-size:16px;
    list-style: none;
}
ul.tabs li {
    float: left;
    position: relative;
    width:10.5%;
    height: 45px;
    margin-left:8px;
    line-height: 45px;
    color:#9e9e9e;
    font-weight: bold;
    text-align:center;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
	border-bottom:5px solid #e8e8e8;
}
ul.tabs li a {
	color:#9e9e9e;
    display:block;
}


ul.tabs li:first-child {
	margin-left:0;
}
ul.tabs li.active, ul.tabs li:hover {
	color:#6d8d43;
	border-bottom:5px solid #a1bf79;
}


.tab_container {
    clear: both;
    float: left;
    width: 100%;
}

.tab_content {
    padding: 0px 0 0 0;
    font-size: 12px;
    display: none;
}

#tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7, #tab8, #tab9 {display:block; clear:both; padding:80px 15px;}

.board_page .board_gallery_search {
    display: none;
}
.board_page .gallery_container {
    border-top: 0 !important;
    margin-top:0 !important;
    padding-top:0 !important;
}
.board_page .board_gallery_bottom {
	display:none;
}
.board_page .wrap_gallery_contents {
	border-width:1px !important;
    border-color:#e6e6e6 !important;
    border:0 !important;
    border-top:1px solid #f9f9f9 !important;
    opacity: 1 !important;
    position:relative !important;
    visibility:visible !important;
}

/*게시판공통 hover effect:start*/
.board_page .txt_contents {display:none !important;}

.board_page .gallery_contents{
    border:0 !important;
    position:relative !important;
    padding:20px 10px !important;
    opacity: 1 !important;
    background:none !important;
    -webkit-transition: all 0.2s ease-in !important;
    -moz-transition: all 0.2s ease-in !important;
    -o-transition: all 0.2s ease-in !important;
    -ms-transition: all 0.2s ease-in !important;
    transition: all 0.2s ease-in !important;
    -webkit-transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}
.board_page .gallery_article{border:0 none; position:relative; vertical-align: middle; transition: 0.5s; cursor: pointer; border:3px solid #f9f9f9; -webkit-transition:0.5s;}
.board_page .gallery_article:hover{transition: 0.5s; border:3px solid #9ad703; color:#9ad703; -webkit-transform-origin: 100% 0%;}
.board_page .gallery_article .thumb_img{border:0 none;}
.board_page .gallery_article .txt_subject a {text-align:center; color:#999; font-weight:700; padding:0; font-size:13px;}

.board_page .gallery_article img{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.board_page .gallery_article:hover img{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.board_page .gallery_article:hover .txt_subject a{color:#222 !important;}
/*hover effect:end*/

/* 스크롤바 */

/*.mCustomScrollbar{ -ms-touch-action: pan-y pinch-zoom; touch-action: pan-y pinch-zoom; }*/
.mCustomScrollBox{ /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    width: 100%;
    height: 85vh;
    outline: none;
    direction: ltr;
    padding-bottom:20px;
    -webkit-overflow-scrolling:touch;
}
.mCSB_scrollTools .mCSB_draggerRail{
    background-color: transparent;
    filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
}
.mCSB_inside > .mCSB_container{ margin-right: 30px; }
    .mCSB_container{ /* contains the original content */
        overflow: hidden;
        width: auto;
        height: auto;
    }
.mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
.mCSB_scrollTools, 
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; 
    height: auto;
}
.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px; /* minimum dragger height */
    z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
    position: relative;
    width: 5px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
    text-align: center;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.4);
    filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
}
.mCSB_scrollTools .mCSB_draggerRail{
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}
.mCSB_scrollTools .mCSB_draggerRail{
    background-color: transparent;
    filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
}

@media all and (max-width: 1450px) {
	#logo {
        padding: 17px 0px 20px 0px !important;
    }
    #col_1541751588 {
    	padding-left:0;
    }
    #main_menu {
        margin-left: 60px;
    }
}
@media screen and (max-width: 1199px) {
    ul.tabs li {width:10.3%;}
    #main_menu {
        margin-left: 45px;
    }
    #main_menu .gnb .depth1 {
    	margin-right: 14px;
    }
}


@media screen and (min-width:992px) and (max-width:1280px) {
    #header_menu li a {font-size:13px;}
}

@media screen and (max-width: 340px) {
  #element_1578366361.dpl_element {
      margin-left: 5px;
  }
}

#sub_contents {min-height:400px; padding:40px 0; /*margin-bottom:203px !important;*/}

.board_page .box_tag {clear:both}

.link_thumb_img {
	display:block;
    overflow:hidden;
}


.sns_list {
    border: 1px solid #f2f5fa;
    border-radius: 16px;
    position: relative;
    padding-left: 70px;
    padding-right: 10px;
}
.sns_list:before {
	content:'share';
    font-size:12px;;
    color:#687ea2;
    background:#f2f5fa;
    line-height:30px;
    position:absolute;
    left:0;
    padding:0 14px;
}
#section_1534930183 {
    padding: 40px 0px 0px;
}
#element_1544578955 {
    text-align: right;
    padding: 0px 0px 100px;
}
#sub_title h1, #sub_title p {color: inherit; font-weight: bold}
#sub_title h1, #sub_title p {color: inherit; font-weight: bold}
#sub_title h1, #sub_title p {color: inherit; font-weight: bold}
#element_1578366157 { padding: 0px 0px 0px 10px; }
#element_1544149951 li { margin-bottom: 0px; margin-right: 0px; width: 30px; float: left; }
#element_1544149951 { text-align: right; }
#sub_contents { margin: 0px 0px 30px; }
#section_1544141928 { padding: 60px 0px 100px; }
#section_1543466240 { background-color: rgb(40, 42, 52); }
#section_1543466185 { background-color: rgb(51, 54, 69); }

/* Tablet */
@media screen and (min-width:768px) and (max-width:991px) {

html, body {
    overflow-x:hidden;
}
html.on {
	overflow:hidden;
}

.mobile_wrap {
    position:relative;
}

.wrap > * {
	background: #fff;
    -webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transform: -o-transform 0.5s;
	-ms-transform: -ms-transform 0.5s;
	transition: transform 0.5s;
}
.mo_mclose {
    position: fixed;
    background: #40494e;
    z-index:10;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transform: all 0.5s linear;
	-ms-transform: all 0.5s linear;
	transition: all 0.5s linear;
}
.mobile_wrap.mo_open {

}
.mobile_wrap.mo_open .wrap > * {
    -webkit-transform:translate3d(0px, 0, 0);
    -moz-transform:translate3d(0px, 0, 0);
    -o-transform:translate3d(0px, 0, 0);
    -ms-transform:translate3d(0px, 0, 0);
    transform:translate3d(0px, 0, 0);
}
.mobile_wrap.mo_open .mo_mclose {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Mobile_header:Start */


#mobile_header {
	height:73px;
    border-bottom:1px solid #f2f5fa;
    position:fixed;
    width:100%;
    z-index:99;
    top:0;
}

.link_mobasket {
	display: none;
}



.link_mologo{
    text-align: center;
    line-height:72px;
    width:100%;
    position:absolute;
    top:0;
}
.link_mologo img {
	vertical-align:middle;
}
#content {
	margin-top:72px;
}


.link_momenu {
	display: inline-block;
    color:#191919;
    font-size:10px;
    font-family:'Ubuntu';
    font-weight:bold;
    padding: 22px 0 0px 0px;
    position:absolute;
    top:24px;
    left:16px;
    z-index:99;
}
.link_momenu:before {
    content:'';
    display:inline-block;
    width:30px;
    height:3px;
    position:absolute;
    top:4px;
    left:0;
    background-color:#191919;
}
.link_momenu:after {
    content:'';
    display:inline-block;
    width:30px;
    height:3px;
    position:absolute;
    top:14px;
    left:0;
    background-color:#191919;
}
.link_mohmenu {
    position:absolute;
    right:0;
    display: block;
    width: 67px;
    height: 71px;
    font-size: 0;
    background-image: url(/template/i181109031250/images/mo_my_menu.png);
    background-repeat:no-repeat;
    background-position:center center;
    top:0;
    z-index:99;
}
.link_mologin {
	float: right;
	display: inline-block;
}
.link_momenu:active,
.link_mologin:active {
	position: relative;
}
/* Mobile_header:End */



#mobile_mainmenu {
    visibility: visible;
    display:block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background:#2c2d33;
    z-index:999;
    padding:0 30px;
}
.mobile_wrap.mo_open #mobile_mainmenu{
}

.mobile_wrap.mo_open .mobile_wrap_overlay {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .9;
    z-index: 10;
}
#mobile_mainmenu .gnb {
    margin-top:88px;
    padding-bottom:0;
    background:#2c2d33;
}
#mobile_mainmenu .gnb > ul {
    margin-top:20px;
    height:750px;
}
.mo_open #mobile_mainmenu .gnb {
    margin-top:88px;
    background:#2c2d33;
    transition-delay: 1.2s;
}
.add_mo_wrap {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:88px;
    background:#2c2d33;
}
.mo_open .add_mo_wrap {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:88px;
    background:#2c2d33;
    transition-delay: .2s;
}
.mo_box {
	position:absolute;
    top: 19px;
    left: 24px;
    display:inline-block;
    width: 33px;
    height: 50px;
}
.btn_main_close {
	display: block;
    position: absolute;
    margin: 0 0 0 auto;
    padding-left: 0px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    z-index: 99;
    opacity:0;
    height:30px;
    width:30px;
    cursor:pointer;
}
.btn_main_close:before {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 0px;
    width: 30px;
    border-bottom: 1px solid #fff;
    border-radius: 10px;
}
.mobile_wrap .btn_main_close:before {
    transform: translateZ(0) rotate(-45deg);
}
.btn_main_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 24px;
    left: 0px;
    width: 30px;
    border-bottom: 1px solid #fff;
    border-radius: 10px;
}
.mobile_wrap .btn_main_close:after {
    transform: translate3d(0,-10px,0) rotate(45deg);
}

.mo_box span {
	color:#fff;
    font-family: 'Ubuntu', sans-serif;
    font-size:11px;
    display:inline-block;
    position:relative;
    top:35px;
}

.mobile_wrap.mo_open .mo_box {
    transition: transform 1s cubic-bezier(.75,0,.25,1),opacity 0s linear;
    transform: none;
    opacity: 1;
    transition-delay: .8s;
}
.mobile_wrap.mo_open .btn_main_close {
    transition: transform .5s ease;
    transform: none;
    opacity: 1;
    transition-delay: .8s;
}


#mobile_mainmenu ul li.depth1 {
    text-align:left;
}
#mobile_mainmenu ul li.depth1:last-child {
	/*border-bottom:1px solid #1e1f25;*/
}
#mobile_mainmenu ul li.depth1:after {
	content:'';
    display:block;
    width:26px;
    height:27px;
    background:url(/template/i181109031250/images/m_navi_bar.png);
}
#mobile_mainmenu ul li.depth1:last-of-type:after {
	content:'';
    display:none;
}

#mobile_mainmenu ul li.depth1 a {
	color:#fff;
    font-size:30px;
    font-weight:bold;
    line-height:76px;
    display:inline-block;
    /*transition-delay: 0s;*/
}
#mobile_mainmenu ul li.depth1 > a:hover {
	color:#a1ff25;
    transition-delay: 0s;
}
#mobile_mainmenu ul li .depth2 a.depth_back {
	display:none;
}
#mobile_mainmenu .depth2 {
}
#mobile_mainmenu .depth2 h3 {
	display:none;
}
#mobile_mainmenu .depth2  ul {
	margin-top:0;
    margin-bottom:10px;
}
#mobile_mainmenu .depth2  ul li {
	line-height:1;
    padding:10px 0 15px;
}
#mobile_mainmenu ul li .depth2  ul li a {
	font-size:20px;
    line-height:1;
    border-bottom:0;
    font-weight: normal;
}
#mobile_mainmenu ul li .depth2 ul li a:hover {
	color:#a1ff25;
}
/*span.btn_toggle {
    width:20px;
    height:20px;
    display:inline-block;
    margin-left:19px;
    position:relative;
    cursor:pointer;
}
span.btn_toggle:before {
	content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    top: 50%;
    right: 4px;
    margin-top: -2px;
    background-color: #6f6f6f;
    transform-origin: center;
    transition: transform .6s cubic-bezier(.075,.82,.165,1);
}
span.btn_toggle:after {
	content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    top: 50%;
    right: 4px;
    margin-top: -2px;
    background-color: #6f6f6f;
    transform-origin: center;
    transition: transform .6s cubic-bezier(.075,.82,.165,1);
    transform: rotate(90deg);
}
span.btn_toggle.on:before {
	transform: rotate(-180deg);
}
span.btn_toggle.on:after {
	transform: none;
}
span.btn_toggle:hover:before {
    background-color: #a1ff25;
}
span.btn_toggle:hover:after {
    background-color: #a1ff25;
}*/

/* 네비 효과 */
.mobile_wrap.mo_open .depth1 {
	position: relative;
    overflow: hidden;
    background-color: #2c2d33;
}

/*.mobile_wrap .depth1:after, .mobile_wrap .depth1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1e1f25;
}
.mobile_wrap .depth1:before {
	z-index: 1;
    width: 100%;
    height: 1px;
}
.mobile_wrap .depth1:after {
    z-index: 10;
    width: 100%;
    height: 100%;
    transition: transform 0s cubic-bezier(.75,0,.25,1) .8s;
}
.mobile_wrap.mo_open .depth1:after {
    transform: translate3d(0,100%,0);
    transition: transform 1s cubic-bezier(.19,1,.22,1) .9s;
}
.mobile_wrap.mo_open .depth1 {
    transition: transform 1s cubic-bezier(.75,0,.25,1),opacity 0s linear;
    transform: none;
    opacity: 1;
}
*/

/*.mobile_wrap.mo_open .depth1:first-of-type > a, .mobile_wrap.mo_open .depth1:first-of-type:after {
    transition-delay: .9s;
}

.mobile_wrap.mo_open .depth1:nth-of-type(2) > a, .mobile_wrap.mo_open .depth1:nth-of-type(2) {
    transition-delay: 1s;
}

.mobile_wrap.mo_open .depth1:nth-of-type(3) > a, .mobile_wrap.mo_open .depth1:nth-of-type(3) {
    transition-delay: 1.1s;
}

.mobile_wrap.mo_open .depth1:nth-of-type(4) > a, .mobile_wrap.mo_open .depth1:nth-of-type(4) {
    transition-delay: 1.2s;
}

.mobile_wrap.mo_open .depth1:nth-of-type(5) > a, .mobile_wrap.mo_open .depth1:nth-of-type(5) {
    transition-delay: 1.3s;
}

.mobile_wrap.mo_open .depth1:nth-of-type(6) > a, .mobile_wrap.mo_open .depth1:nth-of-type(6) {
    transition-delay: 1.4s;
}*/


/* my menu open */
.mobile_wrap.mo_hmenu_open .mobile_wrap_overlay {

}
.mobile_wrap.mo_hmenu_open #mobile_hmenu {
	display:block;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index:99;
}

#mobile_hmenu {
    visibility: visible;
	width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:#fff;
    z-index:0;
    padding:60px 0;
    -webkit-transform: translate3d(200%, 0, 0);
    -moz-transform: translate3d(200%, 0, 0);
    -o-transform: translate3d(200%, 0, 0);
    -ms-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transform: all 0.5s linear;
    -ms-transform: all 0.5s linear;
    transition: all 0.5s linear;
}

.tit_m_hmenu .txt_m_hmenu{
	display:none;
}
.bth_m_hmenu {
	font-size:0;
    position:absolute;
    right:20px;
    top:25px;
    width:30px;
    height:30px;
}
.bth_m_hmenu:before {
	content: '';
    display: block;
    position: absolute;
    top: 14px;
    right: 0px;
    width: 30px;
    border-bottom: 1px solid #3d3e44;
    border-radius: 10px;
}
.mobile_wrap .bth_m_hmenu:before {
    transform: translateZ(0) rotate(-45deg);
}
.bth_m_hmenu:after {
	content: '';
    display: block;
    position: absolute;
    top: 24px;
    right: 0px;
    width: 30px;
    border-bottom: 1px solid #3d3e44;
    border-radius: 10px;
}
.mobile_wrap .bth_m_hmenu:after {
    transform: translate3d(0,-10px,0) rotate(45deg);
}

.box_mobile_hmenu {
	padding-top:73px;
}
.box_mobile_hmenu li {
	text-align:center;
}
.box_mobile_hmenu li a {
	font-size:38px;
    color:#25262e;
    font-weight:bold;
}
#mobile_hmenu .box_mobile_hmenu .link_login:after {
	content:'';
    width:51px;
    height:51px;
    background:url(/template/i181109031250/images/mobile_bar.png);
    background-repeat:no-repeat;
    margin:0 auto;
    display:block;
    margin-top:61px;
    margin-bottom:56px;
}
.box_mobile_hmenu li a {
	position:relative;
}
.box_mobile_hmenu li a:before {
	content: '';
    color: inherit;
    display: block;
    height: 3px;
    width: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background:#85cc28;
}
.box_mobile_hmenu li a:hover:before {
    opacity: 1;
    width: 100%;
}

.view_edit #mobile_hmenu{position:absolute;}







#element_1543798362.dpl_element {
    font-size: 13px;
}
#element_1543798362 {
    text-align: center;
    padding: 22px 0px 13px;
}
#element_1543798493.dpl_element {
    font-size: 17px;
}
#element_1543798493 {
    text-align: center;
    padding: 0px 0px 22px;
}
#col_1543570466 {
    border-color: rgb(77, 82, 105);
    border-style: solid;
    border-width: 0px 1px;
}
#element_1543798440.dpl_element {
    font-size: 13px;
}
#element_1543798440 {
    text-align: center;
    padding: 22px 0px 13px;
}
#element_1543798495.dpl_element {
    font-size: 17px;
}
#element_1543798495 {
    text-align: center;
    padding: 0px 0px 22px;
}
#element_1543798466.dpl_element {
    font-size: 13px;
}
#element_1543798466 {
    text-align: center;
    padding: 22px 0px 13px;
}
#element_1543798497.dpl_element {
    font-size: 17px;
}
#element_1543798497 {
    text-align: center;
    padding: 0px 0px 22px;
}

#row_1543570301 {
    padding-top: 33px;
    padding-bottom: 33px;
}

#row_1543811857 {
    padding-top: 28px;
    padding-bottom: 28px;
}
#element_1543807016 {
    text-align: right;
}

#element_1544144215 {display:none;}
#section_1544141899 { background-image: url("/template/i181109031250/images/sub_main_bg.png"); background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: scroll; height: 241px; }

#section_1391755408 {
    width:100%;
    margin-top:89px;
    height:570px;
    background-color:#f9f9f9;
    background-image: url(/template/f160406094726/images/tablet_dubu_partners_bg.png);
    background-size: auto 100%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.sub_top_txt {text-align:center;}
.sub_top_txt:before {
    display:none;
}
.sub_top_txt span.mini_txt {
    margin-top: 42px;
    line-height:1;
}
.sub_top_txt span {
	margin-top:23px;
}
.sub_top_txt .btn_box {
    margin-top: 31px;
}

/* Content : Start */


#section_1391755408 {margin-top:0;}
#sub_title {padding:15px;}

h3.bg_on {font-size:25px;}
h3.bg_on:after {left:43%;}


ul.tabs li {
    width: 10.1%;
}
ul.tabs li a {
	font-size:15px;
}#section_1543977514 { background-color: rgb(40, 42, 52); }
#section_1543570293 { background-color: rgb(40, 42, 52); }
#section_1543570290 { background-color: rgb(51, 54, 69); }
}

/* Mobile */
@media screen and (max-width:767px) {

html, body {
    overflow-x:hidden;
}
html.on {
	overflow:hidden;
}

.mobile_wrap {
    position:relative;
}

.wrap > * {
	background: #fff;
    -webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transform: -o-transform 0.5s;
	-ms-transform: -ms-transform 0.5s;
	transition: transform 0.5s;
}

.mo_mclose {
    position: fixed;
    background: #40494e;
    z-index:10;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transform: all 0.5s linear;
	-ms-transform: all 0.5s linear;
	transition: all 0.5s linear;
}

.mobile_wrap.mo_open {
	overflow-y:hidden;
}

.mobile_wrap.mo_open .wrap > * {
    -webkit-transform:translate3d(0px, 0, 0);
    -moz-transform:translate3d(0px, 0, 0);
    -o-transform:translate3d(0px, 0, 0);
    -ms-transform:translate3d(0px, 0, 0);
    transform:translate3d(0px, 0, 0);
}

.mobile_wrap.mo_open .mo_mclose {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Mobile_header:Start */

#mobile_header {
	height:73px;
    border-bottom:1px solid #f2f5fa;
    width:100%;
    position:fixed;
    z-index:99;
    top:0;
}
.mobile_wrap.mo_open #mobile_header {
    position:relative;
    z-index:1;
}

.link_mobasket {
	display: none;
}

.link_mologo{
    text-align: center;
    line-height:72px;
    width:100%;
    top:0;
    position:absolute;
}
.link_mologo img {
	vertical-align:middle;
}
#content {
	margin-top:72px;
}

.link_momenu {
	position:absolute;
	display: inline-block;
    color:#191919;
    font-size:10px;
    font-family:'Ubuntu';
    font-weight:bold;
    padding: 22px 0 0px 0px;
    top:24px;
    left:16px;
    z-index:99;
}
.link_momenu:before {
    content:'';
    display:inline-block;
    width:30px;
    height:3px;
    position:absolute;
    top:4px;
    left:0;
    background-color:#191919;
}
.link_momenu:after {
    content:'';
    display:inline-block;
    width:30px;
    height:3px;
    position:absolute;
    top:14px;
    left:0;
    background-color:#191919;
}

.link_mohmenu {
	position:absolute;
    right:0;
    top:0;
    z-index:99;
    display: block;
    width: 67px;
    height: 71px;
    font-size: 0;
    background-image: url(/template/i181109031250/images/mo_my_menu.png);
    background-repeat:no-repeat;
    background-position:center center;
}

.link_mologin {
	float: right;
	display: inline-block;
}

.link_momenu:active,
.link_mologin:active {
	position: relative;
}
/* Mobile_header:End */


#mobile_mainmenu {
    visibility: visible;
    display:block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background:#2c2d33;
    z-index:999;
    padding:0 30px;
}
.mobile_wrap.mo_open #mobile_mainmenu{
}

.mobile_wrap.mo_open .mobile_wrap_overlay {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .9;
    z-index: 10;
}
#mobile_mainmenu .gnb {
    margin-top:88px;
    padding-bottom:0;
    background:#2c2d33;
}
#mobile_mainmenu .gnb > ul {
    margin-top:20px;
    height:750px;
}
.mo_open #mobile_mainmenu .gnb {
    margin-top:88px;
    background:#2c2d33;
    transition-delay: 1.2s;
}
.add_mo_wrap {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:88px;
    background:#2c2d33;
}
.mo_open .add_mo_wrap {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:88px;
    background:#2c2d33;
    transition-delay: .2s;
}
.mo_box {
	position:absolute;
    top: 19px;
    left: 24px;
    display:inline-block;
    width: 33px;
    height: 50px;
}
.btn_main_close {
	display: block;
    position: absolute;
    margin: 0 0 0 auto;
    padding-left: 0px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    z-index: 99;
    opacity:0;
    height:30px;
    width:30px;
    cursor:pointer;
}
.btn_main_close:before {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 0px;
    width: 30px;
    border-bottom: 1px solid #fff;
    border-radius: 10px;
}
.mobile_wrap .btn_main_close:before {
    transform: translateZ(0) rotate(-45deg);
}
.btn_main_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 24px;
    left: 0px;
    width: 30px;
    border-bottom: 1px solid #fff;
    border-radius: 10px;
}
.mobile_wrap .btn_main_close:after {
    transform: translate3d(0,-10px,0) rotate(45deg);
}

.mo_box span {
	color:#fff;
    font-family: 'Ubuntu', sans-serif;
    font-size:11px;
    display:inline-block;
    position:relative;
    top:35px;
}

.mobile_wrap.mo_open .mo_box {
    transition: transform 1s cubic-bezier(.75,0,.25,1),opacity 0s linear;
    transform: none;
    opacity: 1;
    transition-delay: .8s;
}
.mobile_wrap.mo_open .btn_main_close {
    transition: transform .5s ease;
    transform: none;
    opacity: 1;
    transition-delay: .8s;
}


#mobile_mainmenu ul li.depth1 {
    text-align:left;
}
#mobile_mainmenu ul li.depth1:last-child {
	/*border-bottom:1px solid #1e1f25;*/
}
#mobile_mainmenu ul li.depth1:after {
	content:'';
    display:block;
    width:26px;
    height:27px;
    background:url(/template/i181109031250/images/m_navi_bar.png);
}
#mobile_mainmenu ul li.depth1:last-of-type:after {
	content:'';
    display:none;
}

#mobile_mainmenu ul li.depth1 a {
	color:#fff;
    font-size:30px;
    font-weight:bold;
    line-height:76px;
    display:inline-block;
    /*transition-delay: 0s;*/
}
#mobile_mainmenu ul li.depth1 > a:hover {
	color:#a1ff25;
    transition-delay: 0s;
}
#mobile_mainmenu ul li .depth2 a.depth_back {
	display:none;
}
#mobile_mainmenu .depth2 {
}
#mobile_mainmenu .depth2 h3 {
	display:none;
}
#mobile_mainmenu .depth2  ul {
	margin-top:0;
    margin-bottom:10px;
}
#mobile_mainmenu .depth2  ul li {
	line-height:1;
    padding:10px 0 15px;
}
#mobile_mainmenu ul li .depth2  ul li a {
	font-size:20px;
    line-height:1;
    border-bottom:0;
    font-weight: normal;
}
#mobile_mainmenu ul li .depth2 ul li a:hover {
	color:#a1ff25;
}
/*span.btn_toggle {
    width:20px;
    height:20px;
    display:inline-block;
    margin-left:19px;
    position:relative;
    cursor:pointer;
}
span.btn_toggle:before {
	content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    top: 50%;
    right: 4px;
    margin-top: -2px;
    background-color: #6f6f6f;
    transform-origin: center;
    transition: transform .6s cubic-bezier(.075,.82,.165,1);
}
span.btn_toggle:after {
	content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    top: 50%;
    right: 4px;
    margin-top: -2px;
    background-color: #6f6f6f;
    transform-origin: center;
    transition: transform .6s cubic-bezier(.075,.82,.165,1);
    transform: rotate(90deg);
}
span.btn_toggle.on:before {
	transform: rotate(-180deg);
}
span.btn_toggle.on:after {
	transform: none;
}
span.btn_toggle:hover:before {
    background-color: #a1ff25;
}
span.btn_toggle:hover:after {
    background-color: #a1ff25;
}*/

/* 네비 효과 */
.mobile_wrap.mo_open .depth1 {
	position: relative;
    overflow: hidden;
    background-color: #2c2d33;
}

/*.mobile_wrap .depth1:after, .mobile_wrap .depth1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1e1f25;
}
.mobile_wrap .depth1:before {
	z-index: 1;
    width: 100%;
    height: 1px;
}
.mobile_wrap .depth1:after {
    z-index: 10;
    width: 100%;
    height: 100%;
    transition: transform 0s cubic-bezier(.75,0,.25,1) .8s;
}
.mobile_wrap.mo_open .depth1:after {
    transform: translate3d(0,100%,0);
    transition: transform 1s cubic-bezier(.19,1,.22,1) .9s;
}
.mobile_wrap.mo_open .depth1 {
    transition: transform 1s cubic-bezier(.75,0,.25,1),opacity 0s linear;
    transform: none;
    opacity: 1;
}
*/

/*.mobile_wrap.mo_open .depth1:first-of-type > a, .mobile_wrap.mo_open .depth1:first-of-type:after {
    transition-delay: .9s;
}

.mobile_wrap.mo_open .depth1:nth-of-type(2) > a, .mobile_wrap.mo_open .depth1:nth-of-type(2) {
    transition-delay: 1s;
}

.mobile_wrap.mo_open .depth1:nth-of-type(3) > a, .mobile_wrap.mo_open .depth1:nth-of-type(3) {
    transition-delay: 1.1s;
}

.mobile_wrap.mo_open .depth1:nth-of-type(4) > a, .mobile_wrap.mo_open .depth1:nth-of-type(4) {
    transition-delay: 1.2s;
}

.mobile_wrap.mo_open .depth1:nth-of-type(5) > a, .mobile_wrap.mo_open .depth1:nth-of-type(5) {
    transition-delay: 1.3s;
}

.mobile_wrap.mo_open .depth1:nth-of-type(6) > a, .mobile_wrap.mo_open .depth1:nth-of-type(6) {
    transition-delay: 1.4s;
}*/


/* my menu open */
.mobile_wrap.mo_hmenu_open .mobile_wrap_overlay {

}
.mobile_wrap.mo_hmenu_open #mobile_hmenu {
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index:99;
}

#mobile_hmenu {
    visibility: hidden;
	width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:#fff;
    z-index:0;
    padding:60px 0;
    -webkit-transform: translate3d(200%, 0, 0);
    -moz-transform: translate3d(200%, 0, 0);
    -o-transform: translate3d(200%, 0, 0);
    -ms-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transform: all 0.5s linear;
    -ms-transform: all 0.5s linear;
    transition: all 0.5s linear;
}

.tit_m_hmenu .txt_m_hmenu{
	display:none;
}
.bth_m_hmenu {
	font-size:0;
    position:absolute;
    right:20px;
    top:25px;
    width:30px;
    height:30px;
}
.bth_m_hmenu:before {
	content: '';
    display: block;
    position: absolute;
    top: 14px;
    right: 0px;
    width: 30px;
    border-bottom: 1px solid #3d3e44;
    border-radius: 10px;
}
.mobile_wrap .bth_m_hmenu:before {
    transform: translateZ(0) rotate(-45deg);
}
.bth_m_hmenu:after {
	content: '';
    display: block;
    position: absolute;
    top: 24px;
    right: 0px;
    width: 30px;
    border-bottom: 1px solid #3d3e44;
    border-radius: 10px;
}
.mobile_wrap .bth_m_hmenu:after {
    transform: translate3d(0,-10px,0) rotate(45deg);
}

.box_mobile_hmenu {
	padding-top:73px;
}
.box_mobile_hmenu li {
	text-align:center;
}
.box_mobile_hmenu li a {
	font-size:38px;
    color:#25262e;
    font-weight:bold;
}
#mobile_hmenu .box_mobile_hmenu .link_login:after {
	content:'';
    width:51px;
    height:51px;
    background:url(/template/i181109031250/images/mobile_bar.png);
    background-repeat:no-repeat;
    margin:0 auto;
    display:block;
    margin-top:61px;
    margin-bottom:56px;
}
.box_mobile_hmenu li a {
	position:relative;
}
.box_mobile_hmenu li a:before {
	content: '';
    color: inherit;
    display: block;
    height: 3px;
    width: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background:#85cc28;
}
.box_mobile_hmenu li a:hover:before {
    opacity: 1;
    width: 100%;
}

.view_edit #mobile_hmenu{position:absolute;}



#element_1543798362.dpl_element {
    font-size: 13px;
}
#element_1543798362 {
    text-align: center;
    padding: 22px 0px 13px;
}
#element_1543798493.dpl_element {
    font-size: 17px;
}
#element_1543798493 {
    text-align: center;
    padding: 0px 0px 22px;
}
#col_1543570466 {
    border-color: rgb(77, 82, 105);
    border-style: solid;
    border-width: 0px 1px;
}
#element_1543974983 {
    text-align: center;
}
#element_1543974983 {
    padding: 15px 0;
}
#element_1543974983 img {
    vertical-align: middle;
}
#element_1543974987 {
    text-align: center;
}
#element_1543974987 {
    padding: 19px 0;
}
#element_1543974987 img {
    vertical-align: middle;
}
#col_1543798630 {
    border-bottom: 1px solid #4d5269;
}
#section_1543570290 {
    background-color: rgb(51, 54, 69);
}
#section_1543570293 {
    background-color: rgb(40, 42, 52);
}
#row_1543570301 {
    padding-top: 33px;
    padding-bottom: 33px;
}
.mo_footer_list ul li:last-child {
    display: none;
}

#row_1543976408 {
    background-color: rgb(40, 42, 52);
}
.m_footer_last_section {
    font-size: 0;
}
.m_footer_last_section .nation_site_link {
    padding: 15px 0;
    display: inline-block;
    width: 30%;
    padding-left: 30px;
}
.m_footer_last_section .nation_site_link .toggle_site_view {
    width: 36px;
    height: 36px;
    background: url(/template/i181109031250/images/nation_ico_link_on.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 0 0;
    cursor: pointer;
}
.m_footer_last_section .nation_site_link ul {
    display: none;
}




#element_1544144215 {display:none;}
#section_1544141899 { background-image: url("/template/i181109031250/images/sub_main_bg.png"); background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: scroll; height: 241px; }




div.w_tabs {
    overflow-x: auto;
}
ul.tabs {
    display: inline-block;
    width: 991px;
    max-width: none;
    padding-top: 30px;
    margin: 0 auto;
    font-size: 16px;
    list-style: none;
}
ul.tabs li {
    width: 10.1%;
    margin-left:11px;
}

#row_1534984622,
#row_1534984518,
#row_1460107760 {
	margin-left:0;
    margin-right:0;
}
#element_1534983508 {
	height: 75px;
    overflow: hidden;
}
.board_page .inner_gallery {
    margin: 0 0px 20px 0px !important;
}
#sub_contents {
	margin-bottom:0 !important;
}

.board_page .gallery_contents {
    border:0 !important;
}
.board_page .wrap_gallery_contents {
	border:1px solid #e6e6e6 !important;
}

#section_1391755408 {margin-top:0;}
#sub_title {padding:15px;}

h3.bg_on {font-size:25px;}
h3.bg_on:after {left:43%;}


/* Content : End */



#section_1391755408 {
    width:100%;
    margin-top:0px;
    height:369px;
    background-color:#f9f9f9;
    background-image: url(/template/f160406094726/images/mobile_dubu_partners_bg.png);
    background-size: auto 100%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.sub_top_txt {text-align:center;}
.sub_top_txt:before {
    display:none;
}
.sub_top_txt span.mini_txt {
    margin-top: 42px;
    line-height:1;
}
.sub_top_txt span {
	margin-top:23px;
    font-size:13px;
}
.sub_top_txt .btn_box {
    margin-top: 40px;
}
.sub_top_txt p {
    font-size: 30px;
}

div.w_tabs {
    overflow-x: auto;
}
ul.tabs {
    display: inline-block;
    width: 991px;
    max-width: none;
    padding-top: 30px;
    margin: 0 auto;
    font-size: 16px;
    list-style: none;
}
ul.tabs li {
    width: 10.1%;
    margin-left:11px;
}

#row_1534984622,
#row_1534984518,
#row_1460107760 {
	margin-left:0;
    margin-right:0;
}
#element_1534983508 {
	height: 75px;
    overflow: hidden;
}
#sub_contents {
	padding:40px 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}