.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 */

/* 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:0px 0px 2px rgba(0,0,0,0.1);
    font-weight:bold;
    font-size:14px;
    color:#fff;
}
/* Scroll_To_Top : End */


/* Retina_Image */
@media all and (-webkit-min-device-pixel-ratio: 2) {
    .link_social > li > a {
        background-image:url(/template/s150319001001/images/ico_social@2x.png);
        background-size:240px 53px;
    }

    #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 */



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

#section_1608511968{
	background-color: #212121;
}

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


/* 슬라이드 높이 */
#slide_1608536688853,
#slide_1608536690157,
#slide_1608536729213{
    background-size: cover !important;
}
/* 슬라이드 높이 종료 */
 

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

#element_1608539233 h4,
#element_1608539775 h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    letter-spacing: -0.6px;
    text-align: center;
    color: #212121;
    margin-top: 150px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 32px;    
    font-weight: 400;
}

#element_1608539233 h4:before,
#element_1608539775 h4:before{
    width: 60px;
    height: 2px;
    display: inline-block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

#element_1608540487 h3{
    font-family: Montserrat;
    font-size: 78px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #212121;
    font-weight: bold;
    margin-top: 120px;
}

#element_1608540510 p{
    margin: 70px 0 30px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.32px;
    text-align: center;
    color: #656565;
}

#element_1608540487,
#element_1608540510,
#element_1608540895{
    text-align: center;
    z-index: 1;
    position: relative;
}

.btnlink{
    width: 180px;
    height: 50px;
    padding: 15px 52px 16px 53px;
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 14px;
    letter-spacing: -0.14px;
    color: #212121;   
    margin-top: 30px;
    border: solid 1px #212121;
    background-color: rgba(239, 239, 239, 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;   
}

.btnlink:hover{
    background: #212121;    
    color: #fff; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;   
}

#section_1608512572{
    position: relative;
    margin-top:70px;
}

#section_1608512572:after{
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    background-color: #ffffff;
    background-color: rgba( 255, 255, 255, 0.4 );
    left: 0;
    top: 0;
}
@media screen and (max-width:991px) {
    #element_1608539233 h4, #element_1608539775 h4 {
        margin-top: 120px;
    }
    
    /* 배너 */
    #section_1608512572{
        position: relative;        
    	height: 412px !important;
        margin-top:40px;
    }  
    
    #element_1608540487 h3 {
        font-size:60px;
        margin-top: 80px;
    }
    
    #element_1608540510 p {
        margin: 80px 0 20px;
        line-height: 1.2;
    }
    
    .btnlink {
        margin-top: 0;
    }
}
@media screen and (max-width:767px) {
    #element_1608539233 h4, #element_1608539775 h4 {
        margin-top: 80px;
        font-size: 24px;
        padding-bottom: 16px;
        margin-bottom: 22px;
    }
    
    /* 배너 */
    #section_1608512572 {
        margin-top:10px !important;
        height: 230px !important;
    }
    
    #element_1608540487 h3 {
        font-size: 32px;
        margin-top: 58px;
    }
    
    #element_1608540510 p{
        display: none;
    }    
    .btnlink {
        margin-top: 30px;
        width: 162px;
        height: 45px;
        padding: 14px 0;     
    }
}

/* content 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: bold !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;
}


.view_scroll #section_1608512572 {
    height: auto;
}
.view_scroll #section_1608512572:after {
    display: none;
}
#section_1608512572 { background-image: url("/template/u201221001001/images/banner_img.png"); background-position: center center; background-size: cover; background-repeat: no-repeat; height: 508px; }
#element_1614667376 p {
    font-size: 28px;
    line-height: 30px;
    color: #000;
}
#element_1614671445 img {
    width: 100%;
    height: auto;
}


#mobile_header .link_mologo a { font-family: "Malgun Gothic"; color: rgb(0, 0, 0); font-size: 22px; font-weight: bold; }
#app_1737357133 { border-color: rgb(125, 116, 116); border-style: solid; border-width: 0px; }
#app_1739250113 .tit_content { font-family: "Malgun Gothic"; }
#app_1739250113 h3 { font-family: "Malgun Gothic"; font-size: 20px; font-weight: bold; }
#row_1737362151 { height: 40px; }
#section_1608511968 { height: 50px; background-color: rgb(255, 255, 255); }
#main_menu { background-image: url("/template/u201221001001/images/sdgsgsdg.JPG"); background-position: left center; background-size: auto 100%; background-repeat: no-repeat; background-attachment: scroll; }
#app_1737357289 .tit_content { font-family: "Malgun Gothic"; font-weight: bold; }
#app_1737357133 .tit_content { font-family: "Malgun Gothic"; font-weight: bold; }
#main_menu .gnb .depth2 > li > a { font-family: "Malgun Gothic"; font-size: 13px; }
#app_1737357289 h3 { font-family: "Malgun Gothic"; font-size: 19px; }
#app_1737357090 h3 { font-family: "Malgun Gothic"; font-size: 20px; }
#app_1737357133 h3 { font-family: "Malgun Gothic"; font-size: 20px; }
#header_menu li a { color: rgb(255, 255, 255); }
#main_menu .gnb .depth1 > a { font-size: 18px; font-family: "Malgun Gothic"; font-weight: bold; }
#logo a { font-weight: bold; font-family: "Jeju Myeongjo"; font-size: 45px; letter-spacing: 5px; }

/* 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);
    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 0.3s linear .25s,opacity .25s linear .25s;
    -moz-transition: margin .25s linear .25s, visibility 0.3s linear .25s,opacity .25s linear .25s;
    transition: margin .25s linear .25s, visibility 0.3s 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;
}

#section_1608512581>.container,
#section_1608512572>.container,
#section_1608512588>.container{
    padding-left: 20px;
    padding-right: 20px;
}

}
.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}