@charset "utf-8";

/* ==========================================================================
common
========================================================================== */

/*** layout ***/
/* 영역 */
.con {position:relative; padding:150px 0;  outline:none; clear:both;}
.con:last-child{padding-bottom:0}
/*.con + .con{padding-top:20px;}*/
.inner {position:relative;width:auto;max-width:1200px;margin:0 auto;box-sizing:border-box;}
@media all and (max-width:992px){
	.con {padding:50px 0}
	}

/*** text source ***/
/*정렬*/
.al-left{text-align:right}
.al-center{text-align:center}
.al-right{text-align:right}
/*포인트 컬러*/
.main-color{color:#005EAE}
.sub-color{color:#ffe743}
.white{color:#fff}
.black{color:#0b0b0b}
.gray{color:#aeafb6}
/*포인트 배경*/
.main-bg{background:#005EAE}
.sub-bg{background:#008bf4}
.bg-white{background:#fff}
.bg-black{background:#0b0b0b}
.gray{background:##aeafb6}

.main-border{border:solid 1px #005EAE}

/*여백*/
.pb100{padding-bottom:100px;}
.pb50{padding-bottom:50px;}
.pb30{padding-bottom:30px;}
.pt100{padding-top:100px;}
.pt50{padding-top:50px;}
.pt30{padding-top:30px;}
/*라인텍스트*/
.line-text {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dadada;
	}
/** common title **/
.page-section{transition:all 0.4s;}

/* 메인 h2 사용 */
.title-box{margin-bottom:50px}
.title_a{font-size:40px; line-height:53px; letter-spacing: -1px;}
.sub_text_a{font-size:20px; line-height:30px;}

/* 서브 h2 사용 */
.title_h2{font-size:45px; line-height:60px; }
.title_h2:after{display:block; margin:30px auto 0; content:""; height:18px; width:1px; background:#333; transform: rotate(30deg);}
.sub_text_h2{font-size:20px; line-height:30px;}

/* 서브 포인트 슬로건 사용 또는 문단별 타이틀*/
.title_b{font-size:35px;font-weight:700;line-height:48px; letter-spacing: -1px;}
.sub_text_b{font-size:17px; line-height:27px; }

/*상자 안 텍스트, 게시판 내용 */
.title_c{font-size:20px;font-weight:700; line-height:30px;   }
.sub_text_c{font-size:15px; line-height:25px; }
.etc{font-size:13px; }

@media all and (max-width:992px){
	.title-box{margin-bottom:30px}
	.title_h2{font-size:24px; line-height:34px;}
	.title_h2:after{display:block; margin:30px auto 0; content:""; height:18px; width:1px; background:#333; transform: rotate(30deg);}
	.sub_text_h2{font-size:16px; line-height:26px;}
	.title_a{font-size:20px; line-height:30px;}
	.sub_text_a{font-size:16px; line-height:26px; }
	.title_b{font-size:20px;font-weight:700; line-height:28px;  }
	.sub_text_b{font-size:14px; line-height:25px;}
	.title_c{font-size:15px;font-weight:700; line-height:25px;  }
	.sub_text_c{font-size:13px; line-height:24px; }
	.etc{font-size:10px; }

	/*여백*/
	.pb100{padding-bottom:50px;}
	.pb50{padding-bottom:30px;}
	.pb30{padding-bottom:20px;}
	.pt100{padding-top:50px;}
	.pt50{padding-top:30px;}
	.pt30{padding-top:20px;}
	}

/** table style **/
/*table style a */
.table-style-a{position:relative; margin-bottom:20px;overflow-x:auto; font-size:15px}
.table-style-a table{width:100%; min-width:700px; text-align:center;border-top:2px solid #f33333;border-bottom:1px solid #444;}
.table-style-a thead{background:#fafafa;}
.table-style-a thead th{font-weight:700; vertical-align:middle; padding: 16px 12px;}
.table-style-a thead th:first-child{padding-left: 24px;}
.table-style-a thead th:last-child{padding-right: 24px;}
.table-style-a tbody tr{
	border-top:1px solid #e1e1e1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	}
.table-style-a tbody tr:hover{background:#f3f5fd;}
.table-style-a tbody td{
	vertical-align: middle;
	padding: 20px 12px;
	color: #444;
	}
.table-style-a tbody td:first-child{padding-left: 24px;}
.table-style-a tbody td:last-child{padding-right:15px;}
.table-style-a tbody td.left{text-align:left;}
.table-style-a tbody td.title{}
.table-style-a tbody td.title a{display:inline-block; width:100%;}
.table-style-a tbody th,.table-style-a .colhead {border-color:#dcdcdc;}
.table-style-a tbody th,.table-style-a .colhead {border-color:#dcdcdc; border-bottom:solid 1px #e1e1e1; border-right:solid 1px #e1e1e1;text-align:center; padding:7px 1.5%;}
.table-style-a tbody th,.table-style-a .left_none{ border-right:solid 1px #e1e1e1; }
.table-style-a tfoot td {background:#e5e5e5;}
.table_link td a {color:#006699; text-decoration:underline;}
/*table style b */
.table-style-b{position:relative; margin-bottom:20px;overflow-x:auto; font-size:15px}
.table-style-b table{width:100%; min-width:700px; border-bottom: 1px #e5e5e5 solid;border-top:1px #000 solid;}
.table-style-b thead th{color:#000;font-weight: 500;font-size:16px;background:#fafafa;border-top:1px #000 solid;border-bottom:1px #eee solid;line-height: 1.75;letter-spacing: -0.8px;padding:10px 20px;border-left: 1px #e5e5e5 solid;}
.table-style-b thead th:first-child{border-left:0;}
.table-style-b tbody{font-size:18px;letter-spacing: -0.56px;}
.table-style-b tbody th{font-weight: normal;border-left:0;}
.table-style-b tbody td{border-left:1px #e5e5e5 solid;position: relative;}
.table-style-b th, .table-style-b td{word-break:break-all;vertical-align: middle;padding:10px 20px;border-bottom:1px #e5e5e5 solid;}
.table-style-b .t_left{text-align: left;}

/*clear*/
.clearfix {zoom:1;}
.clearfix:after { 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content: "";
	}

.blind{display: block;
    overflow: hidden;
    position: absolute !important;
    left: -9999px;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
	}

/*text overflow*/
.ellipsis {
	display: inline-block; 
	max-width:100%;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	}


/*** buttton ***/
.btn {
    display: inline-block;
    position: relative;
    padding: 20px 50px;
    font-size: 16px;
    color: #000;
    line-height: 1;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	font-size:16px;
	}
.btn:after {
    right: 18px;
    padding-left: 24px;
    opacity: 1;
	}
.btn:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    opacity: 0;
    margin-right: -15px;
    background: url("../images/common/btn_arrow_white.png") no-repeat 50% 50%;
    background-size: contain;
    transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), margin-right cubic-bezier(0.19, 1, 0.22, 1), padding-left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	}
.btn.short {
    overflow: hidden;
    width: 56px;
    height: 56px;
    line-height: 54px;
    padding: 0;
    text-indent: -28px;
    color: transparent;
    background-color: #000ed8;
    transition: width 0.6s, color 0.5s, padding 0.5s;
	}
.btn.short:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    opacity: 1;
}
.btn.short:hover {
    width: auto;
    padding: 0 70px 0 50px;
    color: #fff;
    text-indent: 0;
	}

/*.btn:hover {
    padding: 20px 60px 20px 40px;
    color: #fff;
	}*/
@media all and (max-width:992px){
	.btn.short {
    width:40px;
    height:40px;
    line-height:40px;
    text-indent: 0px;
	font-size:14px;
	}

	.btn:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 10px;
    opacity: 0;
    margin-right: -25px;
    background: url("../images/common/btn_arrow_white.png") no-repeat 50% 50%;
    background-size: contain;
    transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), margin-right cubic-bezier(0.19, 1, 0.22, 1), padding-left 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	}
}



.sec-more:after{content:''; width:1px; height:60%; background:#000; position:absolute; right:30px; bottom:3%;  transform: rotate(-130deg);transition:all ease .5s;}
.sec-more:before{content:''; width:1px; height:60%; background:#000; position:absolute; right:30px; top:0;  transform: rotate(-230deg);}



.sec-more-arrow{
	display:block;
	position:relative;
	color:#333;
	font-weight:500;
	padding:20px 0;
	padding-right:100px;
}


.sec-more-arrow > i{
	position:absolute;
	top:50%;
	margin-top:-28px;
	right:0;
	width:56px;
	height:56px;
	border-radius:100%;
	background:#fff;
	border:1px solid #dadada;
}
.sec-more-arrow > i:after{
	content:"";
	position:absolute;
	background:url(../images/common/btn_arrow_blue.png) no-repeat center center / cover;
	width:39px;
	height:9px;
	left:-20px;
	top:50%;
	margin-top:-6px;
	transition:all 0.3s ease !important;
	-moz-transition:all 0.3s ease !important;
	-webkit-transition:all 0.3s ease !important;
	-o-transition:all 0.3s ease !important;
}	
.sec-more-arrow:hover > i{
	background:#000;
	border:1px solid #000;
	width:66px;
	height:66px;
	margin-top:-33px;
}
.sec-more-arrow:hover > i:after{
	background:url(../images/common/btn_arrow_white.png) no-repeat center center / cover;
	left:22px;
	width:20px;
	height:9px;
}


/* Contents :: chatbot  */

.chatbot-wrap .chatbot-box{
	position:fixed;
	z-index:10;
	right:3rem;
	top:50%;
	-webkit-animation: circular-jump 1.6s 0s linear infinite;
    animation: circular-jump 1.6s 0s linear infinite;
}

.chatbot-wrap .chatbot-box a{
	display:block;
} 

.chatbot-box .contact-talk{
	background:#fff;
	font-size:0.9rem;
	text-align:center;
	border-radius:20px;
	box-shadow: 0 0 20rem rgba(0,0,0,.5);
}

.chatbot-box .contact-talk2{
	background:RED; 
	font-size:0.9rem;
	text-align:center;
	border-radius:20px
}


.chatbot-wrap .chatbot-box img{
	margin-left:-0.5rem;
}

.chatbot-wrap .chatbot-box .contact-talk a{
	color:#000;
}

.chatbot-wrap .pop_wrap{
	position:fixed; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	z-index:999; 
	background:rgba(0,0,0,.7);  
	text-align:center; 
}

.chatbot-wrap .pop_wrap:after{
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
	content:'';
}

.chatbot-wrap .pop_wrap .pop_inner{
	max-width:26rem; 
	width:100%; 
	height:70%; 
	position:relative; 
	top:50%; 
	transform: translateY(-50%); 
	display:inline-block; 
	background:#ecf4ff; 
	border-radius:1.5rem; 
	padding:2rem
}

.chatbot-wrap .pop_wrap .pop_inner > div{
	height:100%;
}

.chatbot-wrap .pop_wrap .pop_inner .dsc{
	height:100%;
}

.chatbot-wrap .btn_close{
	position:absolute; 
	right:0; 
	top:0; 
	width:50px; 
	height:50px; 
	background:#000; 
	color:#fff;
}


@-webkit-keyframes circular-jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes circular-jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}



@media all and (max-width:992px) {
	.chatbot-wrap .chatbot-box{right:20px; top:85%;}
	.chatbot-wrap .chatbot-box a{margin-top:-20px;}
	.chatbot-wrap .chatbot-box img{width:60px;}
}


/*** 반응형 레이아웃 ***/
.row {
  margin-right: -15px;
  margin-left: -15px;
  }

.row:before,.row:after{
    content: " ";
    display: table
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
   min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}




/* 공통 */
.big-btn-wrap {text-align: center; font-size: 0; width:100%; clear:both; overflow:hidden;  margin:0rem 0 3rem 0;}
.big-btn-wrap [class*=btn-] + [class*=btn-] { margin-left: 10px; }
.big-btn-wrap .btn-b-pos{
	display: inline-block;
    height:80px;
    min-width: 150px;
	width:40%;
    font-size: 1.2rem;
    line-height:70px;
    vertical-align: top;
	color:#000;
	margin-top: 50px !important;
	cursor: pointer;	
	text-align:center; 
	transition: all 0.4s cubic-bezier(.7, 0, .2, 1);
	background:#eee;
	font-weight:600;
	border-radius:5px;
	
}

.big-btn-wrap .btn-red{
	background:var(--color-main);
	min-width: 150px;
	width:40%;
	cursor: pointer;	
	color:#fff;
	font-size: 1.3rem;
	border-radius:5px;
  }

.big-btn-wrap .btn-b-pos:hover{
	background-position: 99% 50%;
}

