.mobile_wrap {
    font-family: 'Noto Sans Mono CJK KR', sans-serif;
}

/*게시판 넘치는것 가리자*/
.wrap {
    margin: 0 auto;
    word-break: break-all;
    overflow: hidden;
}

/*게시판 넘치는것 가리자*/

#mobile_hmenu {
    display: none;
}

#mobile_mainmenu {
    display: none;
    visibility: hidden;
}

#header_menu {
    text-align: right;
    padding: 11px 0px;
}

#header_menu li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

#header_menu li>a {
    color: #fff;
}

#header_menu li.link_home a {
    background-color: transparent !important;
}

/*Logo : Start */
#logo {
    font-weight: bold;
}
#logo a {
    font-family: 'Allerta_Stencil', 'Noto Sans Mono CJK KR', sans-serif;
    font-size: 20px;
}
/*Logo : End */


/* Main_menu: Start */
#main_menu {
    width: 100%;
    text-align: center;
}

#main_menu .gnb {
    position: relative;
    text-align: center;
}

#main_menu .btn_main_menu,
#main_menu .gnb span {
    display: none;
}

#main_menu .gnb .depth1 {
    position: relative;
    display: inline-block;
    background: transparent !important;
    padding: 0 18px;
}

#main_menu .gnb .depth1.active.point_hover_bg {
    background-color: transparent;
}

#main_menu .depth1>a {
    display: block;
    padding: 25px 0 21px;
    font-size: 14px;
    font-weight: normal;
    color: #212121;
    text-align: center;
    text-decoration: none;
    position: relative;
}

#main_menu .gnb .depth1>a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: 16px;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#main_menu .gnb .depth1:hover>a:after {
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


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

#main_menu .gnb .depth1.active>a {
    color: inherit;
}

#main_menu .depth1:hover .depth2 li {
    width: 240px;
    line-height: 42px;
    position: relative;
}

#main_menu .depth1 .depth2 li {
    position: relative;
}

#main_menu .depth1 .depth2 li.icon>a:after {
    content: '\003E';
    width: 12px;
    height: 27px;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

#main_menu .depth1 .depth2 li.icon:hover>a:after {
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

#main_menu .gnb ul.depth2 li:hover {
    background-color: transparent;
}

#main_menu .gnb .depth2 {
    position: absolute;
    min-width: 240px;
    background-color: #fff;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
    top: 66px;
    left: 0;
    text-align: left;
    padding: 15px 0;
    z-index: 100;
    visibility: visible;
    -webkit-transform: scaleY( 0 );
    -moz-transform: scaleY( 0 );
    -ms-transform: scaleY( 0 );
    -o-transform: scaleY( 0 );
    transform: scaleY( 0 );
    -webkit-transform-origin: 0% 0%; 
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: -webkit-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
    -o-transition: -o-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
    transition: transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
}

#main_menu .gnb .depth1:hover .depth2 {    
    display: block;    
    overflow: visible;
    -webkit-transform: scaleY( 1 );
    -moz-transform: scaleY( 1 );
    -ms-transform: scaleY( 1 );
    -o-transform: scaleY( 1 );
    transform: scaleY( 1 );
    -webkit-transition: -webkit-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
    -o-transition: -o-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
    transition: transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;    
}

#main_menu .depth2 li>a {
    display: block;
    width: 100%;
    padding: 14px 30px 14px 10px;
    padding: 14px 45px 14px 25px;
    font-size: 12px;
    color: #212121;
    line-height: 18px;
    text-decoration: none;
    letter-spacing: inherit;
    transition: all .5s;
}

#header #main_menu .gnb ul.depth2>li>a:hover {
    padding-left: 35px;
    transition: all .5s;
}

#main_menu .depth2 li:hover>.depth3 {
    margin-left: 2px;   
    display: block;    
    overflow: visible;
    -webkit-transform: scaleY( 1 );
    -moz-transform: scaleY( 1 );
    -ms-transform: scaleY( 1 );
    -o-transform: scaleY( 1 );
    transform: scaleY( 1 );
    -webkit-transition: -webkit-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
    -o-transition: -o-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
    transition: transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;  
}

#main_menu .depth3 {
    position: absolute;
    left: 100%;
    position: absolute;
    min-width: 240px;
    background-color: #fff;   
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
    top: 0;
    visibility: hidden;
    left: 100%;
    margin-top: 0;
    text-align: left;
    padding: 15px 0;
    z-index: 100;    
    visibility: visible;
    -webkit-transform: scaleY( 0 );
    -moz-transform: scaleY( 0 );
    -ms-transform: scaleY( 0 );
    -o-transform: scaleY( 0 );
    transform: scaleY( 0 );
    -webkit-transform-origin: 0% 0%; 
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: -webkit-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
    -o-transition: -o-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
    transition: transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
}

#main_menu .depth3:after {
    width: 2px;
    height: 100%;
    content: '';
    display: inline-block;
    position: absolute;
    left: -2px;
    top: 0;
    background-color: transparent;
}

#main_menu .depth1:last-child .depth3 {
    left: -100%;
}

#main_menu .depth2 li:hover {
    background-color: #144990;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main_menu .depth2 li>.depth3 li {
    /*padding-left: 10px;*/
    font-size: 12px;
    color: #fff;
}

#main_menu .depth3 li>a {
    color: #212121;
    line-height: 18px;
    text-decoration: none;
    transition: all .5s;
}

#main_menu .depth3 li>a:hover {
    padding-left: 35px;
    transition: all .5s;
}

/* Main_menu: End */


/* Footer: Start */
.clear {
    clear: both;
}

#footer {
    text-align: left;
}

#footer_menu {
    display: block;
    margin-top: 43px;
}

#footer_menu li {
    display: inline-block;
    padding-right: 12px;
    font-size: 13px;
}

#footer_menu li a {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    word-break: break-all;
    color: #212121;
}

#address {
    letter-spacing: -0.96px;
    color: #656565;
    font-size: 12px;
    max-width: 740px;
    margin: 10px auto 0;
    padding: 0 15px;
}

#address span {
    word-break: break-all;
    margin-right: 5px;
}

#address strong {
    font-weight: normal;
}

#address strong:after {
    content: ":";
    margin: 0 3px;
}

/* Footer: End */


/* Sub_visual :Start */
#section_1391755408 {
    width:100%;
    background-image: url(/template/s150319001001/images/sub_img2.jpg);
    background-size: auto 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.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 */
#col_1391755566 {
    padding: 15px 15px 40px 30px;
}

#sub_lnb {
    padding:0;
    text-align:left;
}

#sub_lnb span {
    display: inline-block;
    vertical-align: middle;
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: -0.32px;
    text-align: center;
    color: #656565 !important;
}
#sub_contents {
	min-height:400px;
}

#sub_lnb span:before {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

#sub_lnb .lnb_home:before {
    display: none;
}

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

#sub_lnb ul {
    float: left;
}

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

#sub_lnb ul li {
    float: left;
}
/* 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 0;
    font-size: 22px;
    word-break: keep-all;
}

#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 .depth3 li a:after {
    content: "";
}

#sub_menu .depth3 li.active a {
    color:#fb6e61 !important;
}
/* Sub_menu :End */


/* Sub_title :Start */
#sub_title {
    padding-top:80px;
    margin-bottom:12px;
}

#sub_title p,
#sub_title > h1 {
  font-family: Montserrat;
  font-size: 48px;
  font-weight: normal;
  letter-spacing: -0.96px;
  color: #212121;
}

#sub_title span {
    display:none;
    font-size:15px;
}
/* Sub_title :End */


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


/* SEO 관련 마크업 변경 h1 --> p */
#sub_title > p {
    font-weight:bold;
    font-size:37px;
    color:#333;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    #sub_menu .sub_menu_title div,
    #sub_menu .sub_menu_title h1 {
        padding: 120px 15px 0;
        font-size: 20px;
    }
}




/* Minimal */
/* header start */
#header >.container.fullsize{
	padding:0;
}

#section_1608511968{
	background-color: #212121;
}

#logo {
    text-align: center;
    margin-top: 20px;
}
/* header end */


/* footer start */
#footer{
	background-color: #efefef;
    margin: 70px 30px 30px;
    padding: 100px 0;
    text-align: center;
}

#footer_menu .link_aboutus a, 
#footer_menu .link_nospam a, 
#footer_menu .link_service a, 
#footer_menu .link_useguide a{
    font-weight: 400 !important;
}

#footer_menu .link_privacy a{
    font-weight: 700 !important;
}

#address address > span{
    position: relative;
}

#address address > span:after{
    content: '|';
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    margin-top: -1px;
}

#address address > span:last-child:after{
	display: none;
}

#copyright{    
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    letter-spacing: -0.22px;
    text-align: center;
    color: #212121;
    margin-top:50px;
    letter-spacing: -0.22px;    
}

#copyright p,
#copyright a{
    font-size: 11px;
    color: #212121;
}

@media screen and (max-width:991px) {
    #footer {
        margin: 60px 24px 24px;
    }
    
    #footer_menu {
        margin-top: 43px;
    }
    
    #address {
        padding: 0 14px;
    }

}
@media screen and (max-width:767px) {
    #footer {
        margin: 0px 20px 20px;
    }
    
    #footer_menu {
        margin-top: 43px;
    }
    
    #footer_menu li {
        padding-right: 4px;
    }
    
    #address {
        margin: 16px auto 0;
    }
}
/* footer end */

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}




/* 서브 시작 */
#content > .container{
	padding: 0;
}
.admin_design_wrap #section_1608772201{
	height: auto;
}

#section_1608772201{
	background-color: #ecf1f4;
    height: 250px;
}

#content{
	padding-top: 30px;
}


@media screen and (max-width:991px) {
    .scrollup {
        bottom: 60px;
    }
    
    #content > .container{
        padding: 0 15px;
    }
}


@media screen and (max-width:767px) {
    #content > .container{
        padding: 0 20px;
    }
    
    #section_1608772201{
    	height: 133px;
    }
    
    #sub_title > h1,
    #sub_title > p {
        font-size: 36px;
    }
    
    #sub_title {
        padding-top: 30px;
        padding-left: 5px;
    }  
    
    #sub_lnb {
        padding-left: 5px;
    } 
    
    #content {
        padding: 0;
        margin: 30px 0 60px;
    }
}
/* 서브 종료 */
#element_1614667376 p {
    font-size: 28px;
    line-height: 30px;
    color: #000;
}

#logo img { width: auto; height: 80px; }
#main_menu .gnb .depth1 > a { font-family: "Malgun Gothic"; font-size: 16px; font-weight: bold; }
#logo a { font-family: "Jeju Myeongjo"; font-size: 26px; }
#section_1608511968 { background-color: rgba(169, 205, 232, 0.35); }

/* Tablet */
@media screen and (min-width:768px) and (max-width:991px) {

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: #fff;
    z-index:10;
}

.mobile_wrap.mo_open {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}

.mobile_wrap.mo_open .wrap > * {
    -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:static;
    overflow:hidden;
    text-align:center;
    height:60px;
    background:#fff;
    z-index:100;
    width: 100%;
}
.wrap #mobile_header.fixed_header.header_fix,
.wrap #header.fixed_header.header_fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 4px 0 rgba(115,115,115,0.2);
}

.mobile #mobile_header {
    position:relative;
    overflow:hidden;
    text-align:center;
    height:57px;
    border-bottom:1px solid #B3B7C0;
    background:#fff;
}

.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;
}

.link_mologo img {
    padding-top: 23px;
    max-width: 170px;
}

.link_momenu {
    width: 30px;
    height: 30px;
    float: left;
    margin: 15px 0 15px 20px;
	background-image: url(/template/u201221001001/images/mo_menu.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 {
    width: 35px;
    height: 35px;
    float: right;
    margin: 13px 15px 13px 0;
    background-image: url(/template/u201221001001/images/mo_hmenu.png);
    background-repeat: no-repeat;
}

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


/* Mobile_HMenu : Start */
#mobile_hmenu {
    position: fixed;
    display: block;
    margin-top: 90px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 3002;
    -webkit-transition: all .25s linear .25s;
    -moz-transition: all .25s linear .25s;
    transition: all .25s linear .25s;
    border-top: 2px solid #e5e5e5;
}

.mobile_wrap.mo_hmenu_open #mobile_hmenu {
    margin-top: 60px;
    visibility: visible;
    opacity: 1;
}

.mobile_wrap_overlay{
    display: none;
    position: absolute;
    z-index: 100;
    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);    
    transition-property: display, opacity;
    transition-duration: 1s;
    transition-timing-function: ease-out;
}
.mobile_wrap.mo_open .mobile_wrap_overlay,
.mobile_wrap.mo_hmenu_open .mobile_wrap_overlay{
    display:block;
    opacity:1;
    filter: alpha(opacity=80);  For IE8 and earlier;
    transition-property: display, opacity;
    transition-duration: 1s;
    transition-timing-function: ease-out;
}

.tit_m_hmenu {
    overflow:hidden;
    width: 100%;
    height: 55px;
    display:none;
}

.txt_m_hmenu {
	color:#fff;
    font-size:16px;
    padding:16px 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%;
    border: 1px solid red;
}
.box_mobile_hmenu {
	padding: 20px 0;
}
.box_mobile_hmenu li{
	margin-bottom: 10px;
}
.box_mobile_hmenu li:last-child{
	margin-bottom: 0;
}
.box_mobile_hmenu > li > a {
    display: block;
    padding: 6px 30px;
    font-size: 16px;
}

ul.box_mobile_hmenu > li:hover > a {
    color: #333;
}
/* Mobile_HMenu : End */
 

/* --------------------- Mobile_MainMenu : Start  ---------------------*/
#mobile_mainmenu {
    position: fixed;
    display: block;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-transition: margin .25s linear .25s,visibility .25s linear .25s,opacity .25s linear .25s;
    -moz-transition: margin .25s linear .25s,visibility .25s linear .25s,opacity .25s linear .25s;
    transition: margin .25s linear .25s,visibility .25s linear .25s,opacity .25s linear .25s;
}
.mo_open #mobile_mainmenu{
    margin-top: 0;
    visibility: visible;
    opacity: 1;   
}

#mobile_mainmenu .gnb{
    overflow-y:auto;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    -webkit-overflow-scrolling:touch;
    background: #fff;
    border-top: 2px solid #e5e5e5;
    padding:20px;
}

#mobile_mainmenu .depth2 ul,
#mobile_mainmenu .depth3 ul{
    display:none;
}
/*
#mobile_mainmenu .depth_on {
    display: block;
    z-index: 10;
}
*/
#mobile_mainmenu ul > li.depth1{
	border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
#mobile_mainmenu ul > li.depth1:last-child{
	margin-bottom:0;
}
#mobile_mainmenu ul>li>a {
    display: block;
    padding: 16px 25px 16px 10px;
    outline: none;
    font-size: 16px;
    -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: #212121;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
    word-break: break-all;
}
#mobile_mainmenu ul > li > a.on{
	color: #cf987e;
}

#mobile_mainmenu .depth_arrow {
	position:relative;
}

#mobile_mainmenu .depth_arrow:before {
    display: inline-block;
    content: "+";
    position: absolute;
    width: 20px;
    height: 24px;
    right: 0;
    top: 50%;
    font-size: 16px;
    margin-top: -14px;
    font-weight: bold;
    line-height: 24px;
}
#mobile_mainmenu .depth_arrow.on:before{
	content:' - ';
    color: #cf987e;
}
#mobile_mainmenu .depth2  .depth_arrow:before{
	height: 26px;
}

#mobile_mainmenu h3 {
    display:none;
}

#mobile_mainmenu h3 > a {
    display: block;
    padding: 12px 50px;
	color: #BDCEE5;
	font-size: 16px;
    text-decoration: none;
}

#mobile_mainmenu .depth2 ul li a{
    position: relative;
    padding: 6px 10px 6px 10px;
	padding-left: 50px;
    margin-bottom:4px;    
}

#mobile_mainmenu .depth2 ul li:last-child a{
	margin-bottom: 10px;
}

#mobile_mainmenu .depth3 ul li a{
	padding-left:100px;
}

#mobile_mainmenu .depth_back {
    display:none;
}
.btn_main_close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    width:22px;
    height: 22px;
    text-indent: -9999px;
    background-image:url('/template/u201221001001/images/mo_close_01.png');
    background-repeat: no-repeat;    
}

.btn_main_close:before {
    content: '';
    display: block;
    position: absolute;
    
}

/* --------------------- Mobile_MainMenu : End  ---------------------*/



.view_edit #mobile_hmenu {
    position: absolute;
}

}

/* 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: #fff;
    z-index:10;
}

.mobile_wrap.mo_open {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}

.mobile_wrap.mo_open .wrap > * {
    -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:static;
    overflow:hidden;
    text-align:center;
    height:60px;
    background:#fff;
    z-index:100;
    width: 100%;
}
.wrap #mobile_header.fixed_header.header_fix,
.wrap #header.fixed_header.header_fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 4px 0 rgba(115,115,115,0.2);
}
.mobile #mobile_header {
    position:relative;
    overflow:hidden;
    text-align:center;
    height:57px;
    border-bottom:1px solid #B3B7C0;
    background:#fff;
}

.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;
}

.link_mologo img {
    padding-top: 23px;
    max-width: 170px;
}

.link_momenu {
    width: 30px;
    height: 30px;
    float: left;
    margin: 15px 0 15px 20px;
	background-image: url(/template/u201221001001/images/mo_menu.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 {
    width: 35px;
    height: 35px;
    float: right;
    margin: 13px 15px 13px 0;
    background-image: url(/template/u201221001001/images/mo_hmenu.png);
    background-repeat: no-repeat;
}

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


/* Mobile_HMenu : Start */
#mobile_hmenu {
    position: fixed;
    display: block;
    margin-top: 90px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 3002;
    -webkit-transition: all .25s linear .25s;
    -moz-transition: all .25s linear .25s;
    transition: all .25s linear .25s;
    border-top: 2px solid #e5e5e5;
}

.mobile_wrap.mo_hmenu_open #mobile_hmenu {
    margin-top: 60px;
    visibility: visible;
    opacity: 1;
}

.mobile_wrap_overlay{
    display: none;
    position: absolute;
    z-index: 100;
    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);    
    transition-property: display, opacity;
    transition-duration: 1s;
    transition-timing-function: ease-out;
}
.mobile_wrap.mo_open .mobile_wrap_overlay,
.mobile_wrap.mo_hmenu_open .mobile_wrap_overlay{
    display:block;
    opacity:1;
    filter: alpha(opacity=80);
    transition-property: display, opacity;
    transition-duration: 1s;
    transition-timing-function: ease-out;
}

.tit_m_hmenu {
    overflow:hidden;
    width: 100%;
    height: 55px;
    display:none;
}

.txt_m_hmenu {
	color:#fff;
    font-size:16px;
    padding:16px 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%;
    border: 1px solid red;
}
.box_mobile_hmenu {
	padding: 20px 0;
}
.box_mobile_hmenu li{
	margin-bottom: 10px;
}
.box_mobile_hmenu li:last-child{
	margin-bottom: 0;
}
.box_mobile_hmenu > li > a {
    display: block;
    padding: 6px 30px;
    font-size: 16px;
}

ul.box_mobile_hmenu > li:hover > a {
    color: #333;
}
/* Mobile_HMenu : End */
 

/* --------------------- Mobile_MainMenu : Start  ---------------------*/
#mobile_mainmenu {
    position: fixed;
    display: block;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-transition: margin .25s linear .25s,visibility .25s linear .25s,opacity .25s linear .25s;
    -moz-transition: margin .25s linear .25s,visibility .25s linear .25s,opacity .25s linear .25s;
    transition: margin .25s linear .25s,visibility .25s linear .25s,opacity .25s linear .25s;
}
.mo_open #mobile_mainmenu{
    margin-top: 0;
    visibility: visible;
    opacity: 1;   
}

#mobile_mainmenu .gnb{
    overflow-y:auto;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    -webkit-overflow-scrolling:touch;
    background: #fff;
    border-top: 2px solid #e5e5e5;
    padding:20px;
}

#mobile_mainmenu .depth2 ul,
#mobile_mainmenu .depth3 ul{
    display:none;
}
/*
#mobile_mainmenu .depth_on {
    display: block;
    z-index: 10;
}
*/
#mobile_mainmenu ul > li.depth1{
	border-bottom: 1px solid #ddd;
}

#mobile_mainmenu ul>li>a {
    display: block;
    padding: 16px 25px 16px 10px;
    outline: none;
    font-size: 16px;
    -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: #212121;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
    word-break: break-all;
}
#mobile_mainmenu ul > li > a.on{
	color: #cf987e;
}

#mobile_mainmenu .depth_arrow {
	position:relative;
}

#mobile_mainmenu .depth_arrow:before {
    display: inline-block;
    content: "+";
    position: absolute;
    width: 20px;
    height: 24px;
    right: 0;
    top: 50%;
    font-size: 16px;
    margin-top: -14px;
    font-weight: bold;
    line-height: 24px;
}
#mobile_mainmenu .depth_arrow.on:before{
	content:' - ';
    color: #cf987e;
}
#mobile_mainmenu .depth2  .depth_arrow:before{
	height: 26px;
}

#mobile_mainmenu h3 {
    display:none;
}

#mobile_mainmenu h3 > a {
    display: block;
    padding: 12px 50px;
	color: #BDCEE5;
	font-size: 16px;
    text-decoration: none;
}

#mobile_mainmenu .depth2 ul li a{
    position: relative;
    padding: 6px 10px 6px 10px;
	padding-left: 50px;
    margin-bottom:4px;    
}

#mobile_mainmenu .depth2 ul li:last-child a{
	margin-bottom: 10px;
}

#mobile_mainmenu .depth3 ul li a{
	padding-left:100px;
}

#mobile_mainmenu .depth_back {
    display:none;
}
.btn_main_close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    width:22px;
    height: 22px;
    text-indent: -9999px;
    background-image:url('/template/u201221001001/images/mo_close_01.png');
    background-repeat: no-repeat;    
}

.btn_main_close:before {
    content: '';
    display: block;
    position: absolute;
    
}

/* --------------------- Mobile_MainMenu : End  ---------------------*/



.view_edit #mobile_hmenu {
    position: absolute;
}

}
.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}