@charset "utf-8";


/*=====공지사항=========================*/
.notice{ 
   background-color: #fff;
}
.notice .list_title {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    height: 44px;
    line-height: 44px;
    padding: 0px 15px;
    margin-top: 10px;
    background-color: #fff;
    position: relative;
}
.notice ol li{
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 5px;
}
.notice ol li a{
	position: relative;
    display: table-row;
	padding: 0 5px;
	display:block;
}
.notice ol li a .group {
	display:inline-block; 
	color:#666; 
	padding-right:8px;
	font-size: 1.6rem;  
	margin-bottom:3px;
}

.notice ol li a .tit{
    display: table-cell;
    padding: 0 10px 0 8px;
    vertical-align: middle;
    height: 57px;
}
.notice ol li a strong{
    white-space: normal;
    font-size: 1.6rem;
    line-height: 1.3em;
    color: #333;
    font-weight: normal;
    letter-spacing: -0.08em;    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.notice li .date {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    color: #888;
    margin: 5px 8px 0px 0px;
	font-size: 1.6rem;
}

/*공지사항 상세페이지*/
.notice_wrap {
    background: #fff;
	padding: 0px 0px 20px 0px
}

.notice_wrap .header{
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 10px 5px 10px;
    position: relative;
}

.notice_wrap .header .group {
	display:inline-block; 
	color:#666; 
	padding-right:8px;
	font-size: 1.6rem;  
	margin-bottom:3px;
}

.notice_wrap .header .tit{
    display: table-cell;
    padding: 0 10px 0 8px;
    vertical-align: middle;
    height: 57px;
}

.notice_wrap .header strong{
    white-space: normal;
    font-size: 1.6rem;
    line-height: 1.3em;
    color: #333;
    font-weight: normal;
    letter-spacing: -0.08em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display:block;
}

.notice_wrap .header .date {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    color: #888;
    margin: 5px 8px 0px 0px;
	font-size: 1.6rem;
}

.notice_wrap .header ul li{
    float: left;
}

.notice_wrap .header .share{
	position:relative;	
	display:inline-block;
  	margin: 10px;
	width:100%;
}

.notice_wrap .header ul li{
    float: left;
}

.notice_wrap .header .share li{
	position:relative;
    margin-right: 10px;
}
.notice_wrap .header .share li button{
    display: inline-block;
    width: 32px;
    height: 32px;
    text-indent:0; font-size:1.6rem; color:transparent;
    border: 1px solid #bfbfbf;
    border-radius: 16px;
    background-color: transparent;
    background-size: 56%;
}
.notice_wrap .header .share button:active, .notice_wrap .btns .btn_list:active{
	background-color: #eee;
}
.notice_wrap .header ul li .fb_c{
    border: 1px solid #415ea7;
}
.notice_wrap .header ul li .tw_c{
    border: 1px solid #1da1f2;
}
.notice_wrap .header ul li .more_s{
    opacity: .5;
    border: 1px solid #000;
}

.notice_wrap .header .share .btn_font_b{
    position: absolute;
    right: 0;
    top: 10;
    width: 35px;
    height: 35px;
    background-image: url(https://m.businesspost.co.kr/image/common/font_big.svg);
    text-indent:0; font-size:1.6rem; color:transparent;
	border-radius: 20px;
    border: 1px solid #d9d9d9;
    padding: 8px 10px 10px;
    font-size: 1.6rem;
    margin-right:65px;
}

.notice_wrap .header .share .btn_zoomin{
    position: absolute;
    right: 0;
    top: 10;
    width: 35px;
    height: 35px;
    text-indent:0; font-size:1.6rem; color:transparent;
	border-radius: 20px;
    border: 1px solid #d9d9d9;
    padding: 8px 10px 10px;
    margin-right:20px;
    background-size: 56%;
}

.notice_wrap .header .share .btn_zoomout{
    position: absolute;
    right: 0;
    top: 10;
    width: 35px;
    height: 35px;
    text-indent:0; font-size:1.6rem; color:transparent;
	border-radius: 20px;
    border: 1px solid #d9d9d9;
    padding: 8px 10px 10px;
    margin-right:20px;
    background-size: 56%;
}

.notice_wrap .header .buttons{
    position: relative;
    padding: 0;
}
.header .buttons .button_left{}
.header .buttons button{
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    padding: 8px 10px 10px;
    font-size: 1.6rem;
    margin-right: 5px;
}

/*글자 크기 조절 레이어*/
.notice_wrap .header .share .font_level{
	z-index: 41;
	position: absolute;
	top: 45px;
	right: 53px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
}
.notice_wrap .header .share .font_level:after{
    position: absolute;
	top: -10px;
    right: 20px;
	content: "";
	background-image: url(https://m.businesspost.co.kr/image/common/font_arrow.svg);
	width: 20px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat;
}
.notice_wrap .header .share .font_level h2{
	text-align: center;
	font-weight: normal;
	font-size: 1.6rem;
	margin-bottom: 8px;
}
.notice_wrap .header .share .font_level ol{}
.notice_wrap .header .share .font_level ol li{
	float: left;
	display: inline-block;
	margin: 0 3px;
}
.notice_wrap .header .share .font_level ol li button{
	background-image: url(https://m.businesspost.co.kr/image/common/font_icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	background-color: #ccc;
	border-radius: 15px;
	border: none;
    padding: 0;
	margin: 0;
    text-indent:0; font-size:1.6rem; color:transparent;
}

.notice_wrap .share .font_level ol li button.on{
	background-color: #666;
}
.notice_wrap .share .font_level ol li:nth-child(1) button{
	background-size: 32%;
}
.notice_wrap .share .font_level ol li:nth-child(2) button{
	background-size: 38%;
}
.notice_wrap .share .font_level ol li:nth-child(3) button{
	background-size: 44%;
}
.notice_wrap .share .font_level ol li:nth-child(4) button{
	background-size: 50%;
}

.notice_cont{
    position:relative;
    padding: 30px 20px 30px 20px;
    font-size: 1.6rem;
    line-height: 1.4em;
    color: #333;
    letter-spacing: -0.04em;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}

.notice_cont img {padding:10px 0; display:block;}

/* s:게시판 html 등록시 */
.notice_cont table{border:0; margin:0 auto;}
.notice_cont th{padding:0; margin:0; border:0;}
.notice_cont td{padding:0; margin:0; border:0;}
.notice_cont img{padding:0; margin:0; border:0;}
/* e:게시판 html 등록시 */

.notice_cont .photo_box{
    position: relative;
    margin: 0 -18px;
    text-align: center;
    margin-bottom: 20px;
}
.notice_cont .photo_box img{
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.notice_cont .photo_box .btn_zoomin{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    text-indent:0; font-size:1.6rem; color:transparent;
    background-size: 56%;
}

.notice_wrap .file {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 15px;
    font-size: 1.6rem;
    color: #666;
    letter-spacing: -0.01em;
    display:block;
    line-height: 1.2em;
}

.notice_wrap .file a{
    padding:5px 0; 
    font-size: 1.6rem;
    color: #666;
    letter-spacing: -0.01em;
    display:block;
    line-height: 1.2em;
}

.notice_wrap .icon_file{
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right:5px;
    background-image: url(https://m.businesspost.co.kr/image/common/download.svg);
    vertical-align: middle;
    opacity:0.6;
}

.notice_wrap .file em{font-size: 1.6rem;}

.notice_wrap .btns{
    position:relative;
    display:block;
    height: 50px;
}

.notice_wrap .btns .btn_list{
    position: absolute;
    top: 15px;
    right: 0;
    padding: 8px 18px 10px;
    border-radius: 5px;
    margin: 0 3px;
    font-size: 1.6rem;
    line-height: 1.2em;
    border: 1px solid #d9d9d9;
    color: #777;
    margin-right:15px;
	background-repeat: no-repeat;
    background-position: center;
}
.notice_reply {
    background: #fff;
    display: block;
    padding: 0;
    min-height:92%;
    width:100%;
    max-width: 768px;
}

.notice_reply .form_area{
	background: #fff;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	padding: 10px 20px;
}

.notice_reply .form_area .article_btns button{
    padding: 13px 53px 14px;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 1.2em;
    margin:0;
}

.notice_reply .form_area .article_btns .reply{
    color: #fff;
    margin-left:5px;
    background-color:#939393;
}
.notice_reply .form_area .article_btns .reply:active{
	background-color:#7d7d7d;
}
.notice_reply_list {
	position:relative;
	margin-top:10px;
}

.notice_reply_list ul li{
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 20px;
}

.notice_reply_list ul li .name{
    white-space: normal;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #333;
    margin-bottom:5px;
    letter-spacing: 0em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.notice_reply_list ul li .name strong {
    font-size: 1.6rem;
	margin-right:3px;
    letter-spacing: -0.08em;	
}

.notice_reply_list li .reply{
	font-size: 1.6rem;
	line-height: 1.3em;
	color: #666;
	display:inline-block;
	width: 100%;
}

.notice_reply_list li .date {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    color: #888;
    margin: 5px 8px 0px 15px;
	font-size: 1.6rem;
}

.notice_reply_list li .bar {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    color: #aaa;
    margin: 0 8px;
	font-size: 1.6rem;
}

.notice_reply_list li .btn_del {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    color: #666;
    margin: 10px 0 0 0;
	font-size: 1.6rem;
    padding: 5px 10px 5px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}

.notice_reply_list ul li.last {border-bottom:none}

.article_btns{
    text-align: center;
    background-color: #fff;
}

.article_btns_left{
    text-align: left;
    background-color: #fff;
}

/*=====기사제보=========================*/
.board{ 
   background-color: #fff;
}
.board .list_title {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    height: 44px;
    line-height: 44px;
    padding: 0px 15px;
    margin-top: 0px;
    background-color: #fff;
    position: relative;
}

/*입력폼*/ 
.board_form {
    background: #fff;
    display: block;
    padding: 0;
    min-height:92%;
    width:100%;
    max-width: 768px;
}

.board_form .form_area{
	background: #fff;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	padding: 30px 0px;
	
	/* 가운데 정렬 */
	width: 100%;
    text-align: center;
    display:block; 
    margin: 0 auto;
}

.board_form .form_area .input_wrap {
    margin-bottom: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: row;
}

.board_form .form_area .input_wrap .txt_byte {
    float: right;
    margin-top: 8px;
    font-size: 1.6rem;
    color: #666;
    letter-spacing: -1px; 
}
.board_form .form_area .input_wrap .txt_byte em {color:#db0000;letter-spacing:0px; }

.board_form .form_area .input_wrap .label {
    flex: 0 0 194px;
	box-sizing: border-box;
    color: #262626;
    -webkit-box-flex: 0;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 30px;
	width:17%;
	display:inline-block;   
	margin: 0 -1px;
}

.board_form .form_area .input_wrap .inputbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    padding: 0px;
	width:90%;
	display:inline-block;
}

.board_form .form_area .input_wrap .inputbox_full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    padding: 0px;
    width:90%;
    display:inline-block;
}

.board_form .form_area .input_wrap .name {
    background: 0 0;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-sizing: border-box;
    color: #262626;
    width:100%;
    font-size: 1.6rem;
    height: 50px;
    padding: 0 10px;
}

.board_form .form_area .input_wrap .intro {
    resize: vertical;
    background: 0 0;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-sizing: border-box;
    color: #262626;
	width:100%;
    font-size: 1.6rem;
    height: 130px;
    padding: 16px 10px;
    line-height: 18px;
}

.board_form .form_area .article_btns button{
    padding: 13px 53px 14px;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 1.2em;
}


.board_form .form_area .article_btns_left button{
    padding: 13px 33px 14px;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 1.2em;
}

.board_form .form_area .article_btns_left .file{
    background-repeat: no-repeat;
    background-position: 17% 50%;
	background-size:16%;
    display: inline-block;
    padding:10px 15px 10px 35px;
    background-image: url(https://m.businesspost.co.kr/image/common/upload.svg);
    vertical-align: middle;
    opacity:0.6;
    color: #000;
    border: 1px solid #939393;
    font-weight:600;
}

.board_form .form_area .article_btns_left .txt {
	display:inline-block;
    font-size: 1.6rem;
    line-height: 1.2em;
    vertical-align:middle;
    margin-left:10px;  
}

.board_form .form_area .input_wrap .select_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    padding: 0px;
	width:80%;
	display:inline-block;
}

.board_form .form_area .input_wrap .select_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    padding: 0px;
	width:80%;
	display:inline-block;
}

.board_form .form_area .input_wrap .select_box .sel_box{
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-image: url(https://m.businesspost.co.kr/image/common/arrow_dw.svg);
	background-size: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-sizing: border-box;
    color: #262626;
	width:102%;
    height: 50px;
    font-size: 1.6rem;
    padding: 0 10px;
	outline: none;
}

.board_form .form_area .article_btns .full{
    color: #fff;
    background-color:#000;
}

.board_form .form_area .article_btns2 button{
    padding: 13px 20px 14px;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 1.2em;
}


.board_form .form_area .article_btns2 .full1{
    color: #fff;
    background-color:#000;
}

.board_form .form_area .article_btns2 .full2{
    color: #fff;
    background-color:#de000a;
}

.board_form .form_area .info{
    font-size: 1.5rem;
    line-height: 1.5em;
	padding-right:20px;
	padding-left:20px;
	color:#666;
	background-color:#fff;	
	margin-bottom:20px;
}

.file_delete {
	overflow: hidden;
	width: 100%;
	padding: 10px 0px;
	margin-bottom:5px;}
	
.file_delete li{
	float: left;
	width: 50px;
	position: relative; 
	border:1px solid #dddddd;
	margin-right:10px; 
	height:50px;
	border-radius: 5px;}

.file_delete li a.bclose_btn{
	display: block;
	width: 50px;
	height: 50px;
	top: 0px;
	right: 0px;
	position: absolute;
	background: url(https://m.businesspost.co.kr/image/common/close_input.svg) no-repeat;
	background-size: 20px; 
	background-position:28px 3px;
	text-indent:0; font-size:1.6rem; color:transparent;
}
	
.file_bgimg {
	background-position: center;
	background-size: 52px;
	margin: 0 auto;}
	
.file_thumb{
	width:52px; 
	height:52px;
}

.agree{
	padding:5px 0;
	text-align:right;
}
.agree .chk {
	border: 1px solid #dbdbdb;
    border-radius: 1px;
    box-sizing: border-box;
    color: #262626;
	width: 20px;
	height: 20px;
}

.agree .txt{
	margin-right:5px; 
	color:#999;
	font-size: 1.4rem;
	font-weight:600;
	vertical-align:middle;
}


/*=====이용문의=========================*/
.cscenter {
    padding: 30px 20px 10px 20px;
}

.cscenter .infotxt {
    color: #262626;
    font-size: 1.6rem;
    vertical-align:middle
}

.cscenter .infotxt img {width:15px; margin-right:5px;}

.cscenter .infotxt .link {
	color:#000;
	font-weight:600;
}

.cs_btn{
	padding-top:20px;
    text-align: center;
    background-color: #fff;
}

.cs_btn img {width:60px}

.cs_btn .btn {
    display: inline-block;
    width:100%;
    padding:5px 5px 10px 5px;
    vertical-align: middle;
    color: #666;
    border: 1px solid #ccc;
    border-radius:15px;
    margin-bottom:10px;
    margin-right:1px;
    font-size: 1.6rem;
    background: #f6f7f9;
    font-weight:600;
    box-sizing:border-box;
}

.cs_btn .q_txt {
    display: inline-block;
    width:100%;
    padding:20px 0px 20px 0px;
    color: #666;
    font-size: 1.6rem; 
}

.cs_btn .q_txt img {width:10px; margin:2px 5px;}

.cscenter .cs_btn .txt {
	display:inline-block;
    font-size: 1.6rem;
    line-height: 1.4em;
    vertical-align:middle; 
    font-weight:normal;
    color: #333;
}


/*=====회사소개=========================*/
.company {
     padding: 30px 0px; 
}

.company .tit{
    font-size: 1.6rem;
	font-weight:500;
    color: #000;
    letter-spacing: -0.05em;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}

.company .main p{    
	text-align:left;
    font-size: 1.6rem;
    line-height: 24px;
    color: #333;
    letter-spacing: -0.03em;
	padding:30px 20px 20px 20px;
}

.company .intro p{
    background-color: #f7f7f7;
	text-align:left;
    font-size: 1.6rem;
    color: #666;
    line-height: 1.5em;
    letter-spacing: -0.03em;
	padding:15px 15px;
	margin:10px 10px;
}

.company .location p{
	text-align:left;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.5em;
    letter-spacing: -0.03em;
	margin-bottom:10px;
	padding-top:30px
}

.company .location p .link {color:#286dc8; font-weight:600;letter-spacing: 0em;}
.company .location p.add {border-bottom: 1px solid #d9d9d9; padding:10px 20px 20px 20px}
.company .location p.transfer {padding:10px 20px}
	
.board .gnb_btns{
	position:relative;
	display: block;
}

.board .gnb_btns .location{
    position:absolute;
    top: -35px;
    right: 10px;
    padding: 5px 10px 5px 25px;
    border: 1px solid #d9d9d9;
    font-size: 1.6rem;
    color: #333;
    margin: 0 3px;
    background: url(https://m.businesspost.co.kr/image/common/location.svg) no-repeat;
    background-size: 15px;
    background-position: 8px 50%;
}

.company .location .map_box {
	width:100%;
	height:400px;
	margin: 0;
	overflow: hidden;
	display:block;;
	border: 1px solid #d9d9d9;
	box-sizing:border-box;
}

.company .location .tit{
    font-size: 1.6rem;
	font-weight:500;
    color: #333;
    letter-spacing: -0.05em;
	margin:15px;
	display: block;
	background: url(https://m.businesspost.co.kr/image/common/location.svg) no-repeat;
	background-size: 20px; 
	background-position:0px 0px;
	padding-left:25px;
}

.company .location .map_tit {
	font-size: 1.6rem;
	font-weight:600;	
	display: block;
	margin-bottom:3px;
}

.subway_6 {color:#cb9072;font-weight:600; margin-left:5px;}
.subway_k {color:#038468;font-weight:600; margin-left:5px;}
.subway_air {color:#007ce8;font-weight:600; margin-left:5px;}

.bus_g {color:#89c87c;font-weight:600; margin-right:5px;}
.bus_b {color:#0f84b8 ;font-weight:600; margin-right:5px;}
.bus_r {color:#f65146;font-weight:600; margin-right:5px;}

.etc_b {color:#666;font-weight:600; margin-right:5px;}


/*=====개인정보 취급방침=========================*/
.policy {
    padding:20px 20px;
}
.policy p{
	text-align:left;
    font-size: 1.6rem;
    color: #666;
    line-height: 1.4em;
    letter-spacing: -0.03em;
	padding:10px 0px 15px 0px;
}
.policy .tit {
	font-size: 1.6rem;
	font-weight:600;	
    color: #333;
	display: block;
	margin:5px 0 10px 0;
}
.policy .link {color:#286dc8; font-weight:600;letter-spacing: 0em;}

.chapter{margin-bottom: 30px;}
.chapter:last-child{margin-bottom: 0;}
.chapter h1{
	letter-spacing: -0.03em;
	font-size: 1.6rem;
	color: #666;
	margin-bottom: 24px;
	text-align: center;
}

.article{border: none; margin-bottom: 24px;}
.article p{padding: 0 0 10px;}
.article p:last-child{padding: 0;}
.article strong{
	font-size: 1.6rem;
	color: #333;
	margin-bottom: 10px;
	display: block;
}
.article ol{
	font-size: 1.6rem;
    color: #666;
    line-height: 1.4em;
    letter-spacing: -0.03em;
	margin-bottom: 10px;
}
.article ol li{
	margin-left: 18px;
	margin-bottom: 3px;
}
.article ol li:last-child{
	margin-bottom: 0;
}
.article ol.hangul li{
	list-style-type: hangul;
}
.article ol.decimal li{
	margin-left: 14px;
	list-style-type: decimal;
}
.article ol.disc li{
	margin-left: 16px;
	list-style-type: disc;
	text-indent: -6px;
}
.article li ol.hangul li{
	list-style-type: hangul;
}

/*===== not found page =========================*/
.notfound {
    padding: 50px 20px 50px 20px;
	margin-top:10px;
	text-align:center;
}

.notfound .info_img{
	display: block;
	background: url(https://m.businesspost.co.kr/image/common/notfound.svg) no-repeat;
	background-size: 60px; 
	background-position:center;
	width:100%;
	height:100px;
}

.notfound .infotxt {
    display: block;
    color: #666;
    font-size: 1.6rem;
    letter-spacing:-0.5px;
    vertical-align:middle;
   	padding:10px;
   	line-height:22px;
}

.notfound .infotxt strong {
	display:block;
	font-size: 1.6rem;
	color: #262626;
	margin-bottom:20px;
	font-weight:400;
	font-family:'HelveticaNeue-medium','AppleSDGothic-medium','Malgun Gothic','맑은 고딕',Dotum,'돋움',sans-serif;
}

.goapp_btn{
	padding:35px 0 30px 0;
    text-align: center;
    background-color: #fff;
}

.goapp_btn img {height:28px;vertical-align:middle;margin-bottom:2px;}

.goapp_btn .btn {
    display: inline-block;
    width:70%;
    padding:10px 5px 10px 5px;
    vertical-align: middle;
    color: #666;
    border: 1px solid #cecece;
    border-radius:6px;
    margin-bottom:10px;
    font-size: 1.6rem;
    background: #FFF;
    font-weight:600;
    box-sizing:border-box;
}
