/* common */
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* WebKit browsers */ color:transparent; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:transparent; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */ color:transparent; }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */ color:transparent; }

input[type="text"], input[type="password"] { 
	background:#FFF; 
	border:1px solid #afafaf; 
	-webkit-appearance: none;
    -webkit-border-radius: 0;
}


/* Select메뉴 스타일 */
select {
  height: 26px;
  border:#bcbcbc solid 1px;
  background-color: #FFF !important;
  padding:0 20px 0 10px;
  background:url(../images/common/select_arrow.gif) no-repeat 90% 50%;
  -webkit-appearance: none;  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand { 
  display: none;
}

/* 파일첨부 */
.file_input label {
    position:relative;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
    overflow:hidden;
    background:#e6e6e6;
	border:#CCC solid 1px;
	border-radius: 2px;
	font-size:11px;
    color:#383838;
	font-weight: normal;
    text-align:center;
	margin-right:2px;
	margin-bottom: 0;
	padding: 6px 15px 7px 15px;
}
.file_input label:hover {
    background:#d6d6d6;
	transition: all 0.2s linear;
}
.file_input label input {
    position:absolute;
    width:0;
    height:0;
    overflow:hidden;
}
.file_input input[type=text] {
    vertical-align:middle;
    display:inline-block;
    width:200px;
    height:26px;
	font-size:12px;
    line-height:26px;
    padding:0;
    border:1px solid #c4c4c4;
}

textarea { height:22px; font-size:12px; border:1px solid #afafaf;}
button { padding-bottom:4px;}
label { vertical-align:top; padding:0; margin:0;}

.alignL         { display:inline-block;}
.alignL_fl      { float:left;}
.alignR_fl      { float:right;}
.marginL5       { margin-left:5px;}
.marginL25      { margin-left:25px;}
.marginTop20    { margin-top:20px;}
.marginTop35    { margin-top:35px;}
.marginTop60    { margin-top:60px;}
.marginBottom40 { margin-bottom:40px;}
.marginL10      { margin-left:10px;}
.marginR10      { margin-right:10px;}
.marginL20      { margin-left:20px;}
.marginR20      { margin-right:20px;}
.paddingTop50   { padding-top:50px;}
.paddingTop60   { padding-top:60px;}
.paddingTop70   { padding-top:70px;}
.paddingLR20    { padding:0 20px;}
.font01 { font-size:26px; color:#FFF;}

/* 버튼 */
.btn_default {
    text-align: center;
	vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s linear;
}
.btn_main_bann { width: 170px; background-color: #00a1f5; border: 1px solid #00a1f5; border-radius: 2px; font-size: 16px; color:#FFF; font-weight: 500; line-height: 24px; padding: 9px 0 11px 0; margin-right: 10px;}
.btn_main_bann:hover { background-color: #ff723a; border: 1px solid #ff723a; transition: all 0.2s linear;}
.btn_biz01 { width: 250px; background-color: #de643f; border: 1px solid #de643f; font-size: 18px; color:#FFF; font-weight: 500; line-height: 24px; padding: 20px 0 20px 0;}
.btn_biz01:hover { background-color: #c3451f; border: 1px solid #c3451f; transition: all 0.2s linear;}
.btn_biz02 { width: 250px; background-color: #6a9a36; border: 1px solid #6a9a36; font-size: 18px; color:#FFF; font-weight: 500; line-height: 24px; padding: 20px 0 20px 0;}
.btn_biz02:hover { background-color: #4b761c; border: 1px solid #4b761c; transition: all 0.2s linear;}
.btn_biz03 { width: 250px; background-color: #5778ad; border: 1px solid #5778ad; font-size: 18px; color:#FFF; font-weight: 500; line-height: 24px; padding: 20px 0 20px 0;}
.btn_biz03:hover { background-color: #335790; border: 1px solid #335790; transition: all 0.2s linear;}
.btn_support { background-color: #ffcc00; border: 1px solid #ffcc00; font-size: 18px; color: #333; font-weight: 500; padding: 12px 60px 14px 60px;}
.btn_support:hover { background-color: #ffa800; border: 1px solid #ffa800;}


/* Layout */
.wrap { position: relative; width: 100%; height: 100%; min-width:320px; display: inline-table}

/* 좌측 메뉴, 우측 컨텐츠 */
.cont_body { width: 100%;}
.cont_body .sidebar .top { background-color: #253e62; font-size: 18px; color: #FFF; font-weight: 600; padding: 30px 0;}

/* GNB페이지 인식 */
#gnb li.parent > a.on { color: #0060ff;}

/* Top이동 */
#back-top {
	bottom: 30px;
	position: fixed;
	right: 10%;
}
#back-top a {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	display: block;
	font: 11px/100% Arial, Helvetica, sans-serif;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 1s ease 0s;
}

/* 메인비주얼 슬라이드 */
.header-slider {
	float: left;
	width: 100%;
	height: 420px;
}
.header-outer .col-md-9 {
	padding-right: 0;
}
.header-outer {
	background: url("/images/common/header-bg.jpg") no-repeat;
	float: left;
	width: 100%;
	margin-top: 75px;
	display: table-cell;
}
.header-slider .carousel-inner > .item {
	height: 420px;
	background-position: top;
}
.carousel-inner>.item {
	overflow: hidden;
}
.caption {
	color: #646a7c;
	display: block;
	margin-bottom: auto;
	position: relative;
	width: 100% !important;
	z-index: 10;
}
.caption .txt_top {
	font-size: 52px;
	color: #FFF;
	font-weight: 600;
	margin-top: 105px;
	text-align: center;
	letter-spacing: 0.5em;
}
.caption h3 {
	color: #196bd0;
	font-size: 30px;
	font-weight: 600;
	margin-top: 20px;
	text-align: center;
	letter-spacing: 0;
}
.caption .txt_btm {
	color: #FFF;
	font-size: 52px;
	font-weight: 600;
	margin-top: 10px;
	text-align: center;
	letter-spacing: 0.5em;
}
.caption div.rbox_txt { text-align: right; margin-top: 30px;}
.caption div.rbox_txt ul li { width: 120px; font-size: 12px; color: #FFF; text-align: center; margin-left: 5px; padding: 10px 4px; background-color: #6c99d4; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; display: inline-block;}
.carousel-indicators {
	bottom: 30px;
	left: 50%;
}
.visual01_img { margin-left: -100px; margin-top: 20px; text-align: left; float: left;}


/* Layout */
section.container_body { width: 100%; height: 100%; text-align: center; background-color: #FFF; padding: 15px 0 30px 0; display: inline-block;}
section.prd_container { position: relative; width: 1075px; margin: 0 auto; text-align: center;}
.path_cont { width: 1075px; margin: 0 auto; text-align: right;}
.path_cont_prd { width: 1075px; margin: 0 auto; text-align: right;}
.path_inner { margin-bottom: 20px;}
.path_inner span { font-size: 12px; color: #999; margin-left: 4px; display: inline-block;}
.path_inner span.ico_path { vertical-align: top;}
.path_inner span.path_focus { color: #666;}

/* 메인페이지 */
.prd_bann { margin-top: 30px;}
.prd_bann ul li { margin: 10px 30px; text-align: center; display: inline-block;}
.prd_bann ul li span { margin-top: 10px; display: inline-block;}
.btm_cont { width: 100%; margin-top: 60px; margin-bottom: 40px; text-align: center; display: inline-block;}
.board_group { width: 430px; display: inline-block;}
.board_titl { margin-right: 20px; float: left;}
.board_titl .titl_txt { font-size: 16px; color: #222; line-height: 22px; font-weight: 600; text-align: center;}
.board_titl .more { font-size: 20px; color: #999; margin-top: 6px; text-align: center;}
.board_titl .more a { color: #999;}
.board_subject { width: 310px; text-align: left; margin-top: 6px; float: left;}
.board_subject ul { width: 100%; margin-bottom: 10px; display: inline-block;}
.board_subject ul li.txt { width: 220px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; float: left;}
.board_subject ul li.txt::before { content:""; width: 4px; height: 4px; background-color: #aaaaaa; vertical-align: top; margin-top: 4px; margin-right: 5px; display: inline-block;}
.board_subject ul li.txt a { color: #555;}
.board_subject ul li.date { color: #555; float: right;}

.tel_group { width: 350px; background-color: #767676; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; padding: 10px 20px; vertical-align: top; display: inline-block;}
.tel_group .txt_l { margin-right: 20px; float: left;}
.tel_group .txt_l .txt_titl { font-size: 16px; color: #FFF; text-align: left;}
.tel_group .txt_l .txt_tel { font-size: 20px; color: #FFF; font-weight: 600; text-align: left; margin-top: 10px;}
.tel_group .txt_line { width: 1px; height: 50px; background-color: #c0c0c0; margin-right: 20px; float: left;}
.tel_group .txt_r { float: left;}
.tel_group .txt_r .time { font-size: 16px; color: #FFF; text-align: left; margin-top: 4px;}
.tel_group .txt_r .day { font-size: 12px; color: #FFF; text-align: left; margin-top: 10px;}

.caption .bullet { margin-top: 60px; text-align: center;}
.caption .bullet ul { padding-left: 0;}
.caption .bullet ul li { width: 140px; font-size: 13px; color: #FFF; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; padding: 10px 0; margin: 0 6px; display: inline-block;}
.caption .bullet ul li.col1 { background-color: rgba(209, 94, 84, 0.6);}
.caption .bullet ul li.col2 { background-color: rgba(99, 209, 84, 0.6);}
.caption .bullet ul li.col3 { background-color: rgba(84, 145, 209, 0.6);}
.caption .bullet ul li.col4 { background-color: rgba(125, 84, 209, 0.6);}

/* 회사 소개 */
.contbody_company { width: 848px; margin-left: 29px;}
.contbody_company .titl { width: 100%; border-bottom: 1px solid #CCC; font-size: 22px; color: #333; font-weight: 600; text-align: left; padding-bottom: 10px; margin-bottom: 30px;}

/* 공지사항 */
.tbl_inner { width: 1004px; margin: 0 auto; margin-top: 40px;}
.board_search { width: 100%; margin: 0 auto; text-align: right;}
.search_box { position: relative; width: auto; border: 1px solid #b9b9b9; padding: 10px; text-align: left; margin-top: 16px; display: inline-block;}
input[type="text"].input_search { width: 250px; font-size: 14px; color: #555; border: none; outline: none;}
.search_ico { position: absolute; background-color: #FFF; top: 0; right: 6px; margin-top: 10px; vertical-align: top;}
.board_cont { width: 100%; margin: 0 auto; margin-top: 10px;}
.date_hit { margin-bottom: 10px; text-align: right;}
.date_hit ul li { font-size: 11px; color: #999; margin-left: 10px; display: inline-block;}

table.notice { width: 100%; border-collapse: collapse;}
table.notice thead th { height: 46px; border-top: 2px solid #666; font-size: 14px; color: #222; font-weight: 500; text-align: center; padding: 6px 6px;}
table.notice tbody tr { display: table-row;}
table.notice tbody td { height: 38px; border-bottom: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; font-size: 13px; color: #555; line-height: 20px; font-weight: 350; padding: 6px 10px; display: table-cell;}
table.notice tbody td.subject { text-align: left;}
table.notice tbody td.txt_col_red { color: #F00;}
table.notice tbody td a { color: #555;}
table.notice tbody td a.ellip { max-width: 600px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; display: block; overflow: hidden;}
table.notice tbody td.reply { padding-left: 90px;}
table.notice tbody td span { margin-left: 5px; display: inline-block;}
table.notice tbody td span i { color: #ef1d1d; transform: rotate(90deg);}

table.tbl_view { width: 100%;}
table.tbl_view td { font-size: 13px; color: #333; line-height: 20px; border: 1px solid #dbdbdb; text-align: left; padding: 12px 20px;}
table.tbl_view td.titl { background-color: #f4f4f4; text-align: center;}
table.tbl_view td.noline_l { border-left: none;}
table.tbl_view td.noline_r { border-right: none;}
table.tbl_view td.pad { padding: 20px 20px;}

/* 제품소개 */
section.top_visual { width:100%; margin-top:68px; display:inline-block;}
.introduction_bg { width:100%; height: 260px; background:url(../images/introduction/visual.jpg) no-repeat center;}
.prd_inner { width:1004px; margin:0 auto; text-align: center;}
.prd_inner .bullet { margin-top: 30px; text-align: center;}
.prd_inner .bullet ul li { width: 140px; font-size: 13px; color: #FFF; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; padding: 10px 0; margin: 0 6px; display: inline-block;}
.prd_inner .bullet ul li.col1 { background-color: rgba(209, 94, 84, 0.6);}
.prd_inner .bullet ul li.col2 { background-color: rgba(99, 209, 84, 0.6);}
.prd_inner .bullet ul li.col3 { background-color: rgba(84, 145, 209, 0.6);}
.prd_inner .bullet ul li.col4 { background-color: rgba(125, 84, 209, 0.6);}
.prd_img01 { font-size: 24px; color: #FFF; padding-top: 100px;}
.prd_font01 { font-size: 30px; color:#FFF; line-height: 26px; margin-top: 15px; margin-left: 4px;}
.sub_titl_cont { width: 100%;}
.cont_titl_prd { width: 1004px; font-size: 28px; color: #222; font-weight: 400; border-bottom: 1px solid #CCC; margin: 0 auto; padding-bottom: 10px; text-align: left;}


/* 고객센터(기술지원 및 유지보수) */
.customer_bg { width:100%; height: 260px; background:url(../images/customer/visual.jpg) no-repeat center;}
.support_cont { margin-top: 60px;}
.support_cont.maintenance { margin-top: 100px;}
.support_cont .support_stitl { font-size: 38px; color: #333; font-weight: 500; text-align: center;}
.support_cont .support_caption { font-size: 20px; color: #bbbbbb; text-align: center; margin-top: 16px;}
.support_cont .colbox { width: 1004px; height: 140px; margin: 0 auto; background-color: #407fd8; font-size: 15px; color: #FFF; line-height: 24px; margin-top: 30px; padding-top: 32px; text-align: center;}
.support_cont .colbox.maintenance { background-color: #40983e;}
.support_cont .technical_txt { margin-top: 40px;}
.support_cont .technical_txt_box { width: 334px; height: 150px; border-right: 1px solid #CCC; padding-left: 20px; padding-right: 20px; padding-top: 10px; vertical-align: top; display: inline-block;}
.support_cont .technical_txt_box.noline { border-right: none;}
.support_cont .technical_txt_box .box_titl { font-size: 16px; color: #333; font-weight: 600; text-align: left;}
.support_cont .technical_txt_box .box_txt { font-size: 12px; color: #555; line-height: 20px; text-align: left; margin-top: 20px;}
.support_cont .technical_txt_box .box_txt ul li { margin: 10px 0;}
.support_cont .technical_txt_box .box_txt ul li::before { content: ""; width: 4px; height: 4px; background-color: #CCC; margin-right: 4px; margin-top: 5px; vertical-align: top; display: inline-block;}
.support_cont .technical_txt_box .box_txt_no { font-size: 12px; color: #555; line-height: 20px; text-align: left; margin-top: 20px;}
.support_cont .technical_txt_box .box_txt_no ul li { margin: 10px 0;}
.support_cont .technical_txt_box .box_txt_no ul li.big { font-size: 18px; color: #407fd8; font-weight: 600;}
.support_cont .technical_txt_box .box_txt_no ul li.txt_grey { color: #999;}

.support_cont .maintenance_txt { margin-top: 40px;}
.support_cont .maintenance_inner { margin-bottom: 30px;}
.support_cont .maintenance_txt_box { width: 502px; height: 180px; border-right: 1px solid #CCC; padding-left: 20px; padding-right: 20px; padding-top: 10px; vertical-align: top; display: inline-block;}
.support_cont .maintenance_txt_box.noline { border-right: none;}
.support_cont .maintenance_txt_box .box_titl { font-size: 16px; color: #333; font-weight: 600; text-align: left;}
.support_cont .maintenance_txt_box .box_txt { font-size: 12px; color: #555; line-height: 20px; text-align: left; margin-top: 20px;}
.support_cont .maintenance_txt_box .box_txt span { color: #038800; font-weight: 600;}
.support_cont .maintenance_txt_box1 { width: 502px; height: 120px; border-right: 1px solid #CCC; padding-left: 20px; padding-right: 20px; padding-top: 10px; vertical-align: top; display: inline-block;}
.support_cont .maintenance_txt_box1.noline { border-right: none;}
.support_cont .maintenance_txt_box1 .box_titl { font-size: 16px; color: #333; font-weight: 600; text-align: left;}
.support_cont .maintenance_txt_box1 .box_txt { font-size: 12px; color: #555; line-height: 20px; text-align: left; margin-top: 20px;}
.support_cont .maintenance_txt_box1 .box_txt span { color: #038800; font-weight: 600;}

/* 고객센터(Q&A) */
.select_menu { display: inline-block;}
.select_menu select { height: 42px;}
.board_write_cont { width: 1004px; margin: 0 auto; margin-top: 20px;}
.btn_cont { width: 1004px; margin: 0 auto; margin-top: 20px;}
.btn_confirm { background:#0066c3; border: 1px solid #0066c3; border-radius: 2px; font-size: 14px; color:#FFF; padding: 10px 40px 12px 40px; margin: 0 3px 0 3px;}
.btn_confirm:hover { background:#005aac; border: 1px solid #005aac; transition: all 0.2s linear;}
.btn_cancel { background:#9a9a9a; border: 1px solid #9a9a9a; border-radius: 2px; font-size: 14px; color:#FFF; padding: 10px 40px 12px 40px; margin: 0 3px 0 3px;}
.btn_cancel:hover { background:#777777; border: 1px solid #777777; transition: all 0.2s linear;}

table.qna_write { width: 100%; border-collapse: collapse;}
table.qna_write tbody tr { display: table-row;}
table.qna_write tbody td { height: 44px; border-bottom: 1px solid #d7d7d7; font-size: 13px; color: #555; text-align: left; padding: 6px 10px; display: table-cell;}
table.qna_write tbody td.top { border-top: 2px solid #666;}
table.qna_write tbody td.titl { width: 20%; background-color: #ededed; text-align: center;}
table.qna_write input[type="text"].inputbox_subject { width: 80%; padding: 5px;}
table.qna_write tbody td select { height: 30px;}

/* 비밀번호 확인 */
.pw_check { width: 100%; text-align: center; margin-top: 50px; display: inline-block;}
.pw_check .txt1 { font-size: 18px; color: #333; font-weight: 600;}
.pw_check .inputbox { margin-top: 30px;}
.pw_check .inputbox input[type="password"] { border: 1px solid #CCC; width: 30%; height: 40px; line-height: 0; padding: 10px;}
.pw_check .txt2 { font-size: 14px; color: #666; font-weight: 600; margin-top: 30px; line-height: 20px;}

/* 포토갤러리 */
.gallery_bg { width:100%; height: 260px; background:url(../images/common/visual_company.jpg) no-repeat center;}
.gallery_inner { width: 100%; max-width: 1004px; margin: 30px auto; padding-left: 4px;}
.gallery_view { width: 900px; margin: 0 auto; margin-top: 40px;}
.btn_cont_r { width: 100%; text-align: right; margin-top: 16px;}

table.gallery_view { width: 100%;}
table.gallery_view td { font-size: 13px; color: #333; line-height: 20px; border: 1px solid #dbdbdb; text-align: left; padding: 12px 20px;}
table.gallery_view td.titl { background-color: #f4f4f4; text-align: center;}
table.gallery_view td.noline_l { border-left: none;}
table.gallery_view td.noline_r { border-right: none;}
table.gallery_view td.pad { padding: 20px 20px;}
table.gallery_view td div.photo { text-align: center; padding: 10px;}
table.gallery_view td div.attach span { font-size: 11px; color: #666; font-weight: normal; vertical-align: middle; margin: 4px 0; display: block;}

/* 포토갤러리(Thumbnail) */
.gallery-page .gallery-nav {
    text-align: center
}

.gallery-page .grid:after {
    content: '';
    display: block;
    clear: both
}

.gallery-page .grid-item {
    overflow: hidden;
    float: left;
    margin: 15px;
    transition: box-shadow .5s ease;
	width: auto;
	height: auto;
}

.gallery-page .grid-item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	width: 100%;
	height: 100%;
}

.gallery-page .grid-item .link {
    position: absolute;
    height: 100%;
    width: 100%;
    display: table
}

.gallery-page .grid-item .link .content {
    position: relative;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
    background-color: #86bc42;
    opacity: 0;
    transition: all 0.5s ease
}

.gallery-page .grid-item .link .content .content-title {
    color: #fff;
    font-size: 1.571em;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.5s ease;
    display: block;
	margin-bottom: 10px;
}

.gallery-page .grid-item .link .content .content-edu {
    transition: all 0.5s ease;
    color: #e9f0f4;
    display: block
}

.gallery-page .grid-item .link .content .content-edu .icons {
    margin-right: 10px
}

.gallery-page .grid-item .link .wrapper {
    position: relative
}

.gallery-page .grid-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5)
}

.gallery-page .grid-item:hover .content {
    opacity: 1;
    background-color: rgba(10, 15, 28, 0.7)
}

.gallery-page.gallery-mansonry .grid-item, .gallery-page.gallery-3column .grid-item {
    width: 300px;
    height: 224px
}

.gallery-page.gallery-mansonry .grid-item-height2, .gallery-page.gallery-3column .grid-item-height2 {
    height: 550px
}

.gallery-page.gallery-4column .grid-item {
    width: 255px;
    height: 190px
}

.gallery-page .load-more {
    margin: 50px 0 0 0;
    text-align: center
}

.gallery-page .load-more .btn {
    width: 200px
}

.pagination {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%
}

.pagination .pagination__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.pagination .pagination__list li {
    display: inline-block;
    margin-right: 10px
}

.pagination .pagination__list li:last-child {
    margin-right: 0
}

.pagination .pagination__list .pagination__page {
    font-size: 14px
}

.pagination .pagination__list .pagination__previous, .pagination .pagination__list .pagination__next {
    position: relative;
    top: 1px;
    line-height: 28px
}

.pagination .pagination__list .btn-squae {
    background-color: #242c42;
    color: #fff
}
.pagination .pagination__list .btn-squae:hover {
    background-color: #86bc42;
    color: #fff
}
.pagination .pagination__list .btn-squae.active {
    background-color: #86bc42;
    pointer-events: none
}
.btn-squae {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: #86bc42;
    display: inline-block;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: all 0.2s linear
}
.btn-squae:hover {
    background-color: #242c42;
    color: #fff
}
.btn-squae.active {
    background-color: #242c42;
    cursor: pointer
}
.btn-squae.disable {
    background-color: #ccc !important;
    pointer-events: none;
    color: #fff
}


/* Footer */
.footer_cont { width: 1070px; margin: 0 auto;}
.footer_font02 { font-size: 11px; color:#9f9f9f; line-height: 20px; text-align: left; vertical-align: top; float: left;}
.footer_font02 span::after { content:""; width: 1px; height: 10px; background-color: #8f8f8f; margin: 0 10px; display: inline-block;}
.footer_sns { vertical-align: top; float: right;}
.footer_sns span { padding-left: 15px;}
