@charset "utf-8";


.contents_wrap{width:100%; height:100%; display:table; background-image: url(/weven/webcommon/content/error/img/404_visual.jpg); background-repeat: no-repeat; background-position: center center; background-size: scale; background-size: cover;
    padding-right:15px; padding-left:15px; box-sizing: border-box;}
.contents_inner{text-align: center; vertical-align: middle; display:table-cell; padding-top:50px; padding-bottom:50px;}
.img_box{margin-bottom:28px;}
.title{font-size:30px; line-height:36px; letter-spacing: -0.06em; color:#000; font-weight:300; margin-bottom:18px;}
.desc{font-size:17px; line-height:28px; letter-spacing: -0.02em; color:#000; font-weight:200; margin-bottom:30px;}
.desc span{font-size:14px; line-height:20px; font-weight:500;}
.desc span.email_title{margin-right:4px;}
.desc .font_roboto{font-size:17px; line-height: 0; font-weight:400;}
.btn_style_0_con{text-align: center; display:table; margin-right:auto; margin-left:auto; width:113px; height:113px; border:2px solid #000; border-radius:50%; overflow: hidden; box-sizing: border-box;
    transition: border-color 0.3s;}
.btn_style_0_con .btn_style_0{display:table-cell; vertical-align: middle;}
.btn_style_0_con .arrow{margin-bottom:3px;}
.btn_style_0_con .arrow .default_img{display:inline;}
.btn_style_0_con .arrow .hover_img{display:none;}
.btn_style_0_con:hover{border-color:#6d13ff;}
.btn_style_0_con:hover .arrow .default_img{display:none;}
.btn_style_0_con:hover .arrow .hover_img{display:inline;}
.btn_style_0_con:hover .text{color:#6d13ff;}
.btn_style_0_con .text{font-size:16px; line-height:22px; letter-spacing: -0.02em; color:#000; font-weight:500; transition: all 0.3s;}

.hidden.show-md-inline{display:none;}

@media all and (min-width:992px){
    .title{font-size:42px; line-height:48px; margin-bottom:24px;}
    .desc{font-size:19px; line-height:32px; margin-bottom:36px;}
    .desc span{font-size:15px; line-height:21px;}
    .desc span.email_title{margin-right:5px;}
    .desc .font_roboto{font-size:19px;}
    .hidden.show-md-inline{display:inline;}
}