@charset "euc-kr";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css"); /*Pretendard 24.04.01 추가*/
*{margin:0; padding:0;}
img{border:0 none;}
.main{position:relative;}
.main h3, .main h4, .main p, .main b, .main span, .main a{font-family: 'Pretendard', sans-serif;}
.main section{padding:90px 0 60px;}
.main section h3{margin-bottom:50px; font-size:40px;font-weight:300;color:#000;text-align:center;line-height:1;letter-spacing:-1px;}
.main section h3 b{font-weight:bold;}
.main section h4{font-size:24px; font-weight:bold; line-height:1; letter-spacing:-1px;}
.main section .main_txt{display:block; font-size:16px; font-weight:350; line-height: 1.5;}
.container{margin: 0 auto; width:1000px;}

/* /// 메인슬라이드 /// */ 
.slider_wrap{position:relative;}
.slider_wrap .slick-dots{position:absolute; bottom:55px;width:100%;text-align:center;}
.slider_wrap .slick-dots li{margin:0 5px 0 1px; display:inline-block;}
.slider_wrap .slick-dots li button{font-size:0; width:10px; height:10px; border-radius:100%; background:#555; border:0 none;}
.slider_wrap .slick-dots li.slick-active button{width:50px;background:#d71826;border-radius:5px;}
.slider_wrap .stop{position:absolute; bottom:53px; left: calc(50% - 95px); display:block; width:16px; height:16px; background:url('/img/button/slide_stop.png')no-repeat center;}
/* /// 메인슬라이드 end /// */

/* /// top_banner /// */
.top_banner{}
.top_banner a{/*padding:40px 0;*/display:block;}
/* /// top_banner end /// */

/* /// main_board /// */
.main_board{margin-bottom: 50px;background:#f5f5f5;}
.main_board .container{clear:both;overflow:hidden;}
.border_box{padding:40px; float:left;position:relative; width:calc(50% - 10px);height:268px; border:1px solid #eee; background:#fff}
.border_box:last-child{margin-left:20px;}
.border_box > a{display:block;position:absolute;top:40px;right:40px;width:68px; line-height:28px; font-size:14px; font-weight:500; text-align:center; border:1px solid #000;}/*d92a33*/
.border_box > a:hover{border-color:#d92a33; color:#d92a33;}
.border_box ul{margin-top:10px;clear:both;overflow:hidden;}
.border_box li{margin-top:14px;padding-left:10px; clear:both; overflow:hidden; width:100%;line-height:1;background:url('../img/ico/board_cir.png')no-repeat left center;}
.border_box ul li a{margin-right:0;width:100%;}

.border_box span.b_tit{float:left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width:200px; font-size:16px; color:#000;}

/*실시간조회 이름값 불러오기*/
.border_box span.b_name{text-align: center; width: 100px; font-size: 16px; color: #888; overflow: hidden;}

.border_box span.b_date{
	float:right; 
	width: 80px;
    height: 17px;
    overflow: hidden;
	text-align:right; 
	color:#888;
	line-height:1;
}
/* /// main_board end /// */

/* /// benefits /// */
.benefits{}
.benefits_list{
	clear:both;
	overflow:hidden;
}
.benefits_list li{
	padding-top:90px;
	position:relative;
	float:left;
	width:calc(100%/3);
	text-align:center;
}
.benefits_list li:after{
	content:'';
	display:block;
	position:absolute;
	top:55px;
	right:0;
	width:1px;
	height:140px;
	background:#eee;
}
.benefits_list li:nth-child(1){background:url('/img/main/benefits01.png')no-repeat center top;}
.benefits_list li:nth-child(2){background:url('/img/main/benefits02.png')no-repeat center top;}
.benefits_list li:nth-child(3){background:url('/img/main/benefits03.png')no-repeat center top;}
.benefits_list li h4{margin-bottom:20px;}
.benefits_list li a{
	margin:25px auto 0; 
	display:block; 
	width:138px; 
	font-size:16px; 
	font-weight:bold;
	color:#fff; 
    background: #000;
	line-height:43px; 
	border:2px solid #000; 
	border-radius:22.5px;
    transition: 0.2s;
}
.benefits_list li a:hover{
	color:#f40000; 
	border-color: #f40000
}
/* /// benefits end /// */

/* /// middle_banner /// */
.middle_banner{}
.middle_banner a{display:block;}
.middle_banner img{
	margin:0 auto; 
	display:block; 
	width:1500px;
}
/* /// middle_banner end /// */

/* ///  /// */
section.slider_wrap{padding:0;}
.middle_slider .slick-arrow{position:absolute;top:320px;width:32px;height:58px;border:0; font-size:0; z-index: 10;}
.middle_slider .slick-prev{left:12%; background:url('../img/button/slider_prev.png')no-repeat center;}
.middle_slider .slick-next{right:12%; background:url('../img/button/slider_next.png')no-repeat center;}
/* ///  /// */

/* /// cs center /// */
.main section.cscenter{
	padding:100px 0; 
	overflow: hidden;
}
.cscenter .container{clear:both; }
.cs_info{float:left;}
.cs_info .call_num{
	padding:2px 0 10px;
	padding-left:60px;
	margin-top:15px; /*margin-top:25px; */
	display:block;
	line-height:1; 
	font-size:40px; 
	font-weight:350;
	background:url('/img/ico/ico_call.png')no-repeat left center;
}
.cs_info p.main_txt{
	margin-top:7px;/*margin-top:17px;*/
	color:#333;
	line-height:1.4;
}
.cs_quick{
	float:right;
	width:685px;
}
.cs_quick li{
	margin-left:20px;
	float:left; 
	width:calc(100%/3 - 20px); 
	height:185px;
	background:#fff; 
/*	border:1px solid #ccc;*/
}
.cs_quick li h4{
    color: #fff
}
.cs_quick li p{
    color: #fff
}
.cs_quick li:hover{
/*	border-color:#d92a33;*/
    border-color:#fff;
	box-shadow:0 10px 30px 5px rgba(190,190,190,0.8);
}
.cs_quick li a{
	padding:35px;
	display:block;
	height:185px;
}

/*호버전 컬러 넣기*/
.cs_quick li:nth-child(1){background:#ff212c}
.cs_quick li:nth-child(2){background:#ffe411}
.cs_quick li:nth-child(3){background:#0be427}

/*호버후 컬러*/
.cs_quick li:nth-child(1):hover a{background:#fff;}
.cs_quick li:nth-child(2):hover a{background:#fff;}
.cs_quick li:nth-child(3):hover a{background:#fff;}

.cs_quick li:nth-child(1):hover h4,
.cs_quick li:nth-child(1):hover p{color:#ff212c}
.cs_quick li:nth-child(2):hover h4,
.cs_quick li:nth-child(2):hover p{color:#ffe411}
.cs_quick li:nth-child(3):hover h4,
.cs_quick li:nth-child(3):hover p{color:#0be427}

/*
.cs_quick li:hover a{background:#d92a33;}
.cs_quick li:nth-child(2):hover{border-color:#f3d923;}
.cs_quick li:nth-child(3):hover{border-color:#00c33b;}
.cs_quick li:nth-child(1):hover a{background:#d92a33;}
.cs_quick li:nth-child(2):hover a{background:#f3d923;}
.cs_quick li:nth-child(3):hover a{background:#00c33b;}
*/
.cs_quick li h4{margin-bottom:20px; letter-spacing:-2.6px;}
.cs_quick li:hover h4, 
.cs_quick li:hover p{color:#111;}

/* /// cs center end /// */

/*  */
#tocplusWindow{z-index:100 !important;}



/*맨 아래 하단 페이지*/
.price_half {
    margin-left: 0;
    margin-right: 20px;
    overflow: hidden;
}

.border_box2 {float:left;position:relative;}

.hs_half_box {
    position: relative;
    float: left;
    width: 490px;
    height: 350px;
    border-radius: 10px;
    background: #1e9ad5;
    /*background: -moz-linear-gradient(left, #1e9ad5 0%, #2bd1c7 100%);
    background: -webkit-linear-gradient(left, #1e9ad5 0%,#2bd1c7 100%);
    background: linear-gradient(to right, #1e9ad5 0%,#2bd1c7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9ad5', endColorstr='#2bd1c7',GradientType=1 );*/
}

.hs_tit2 {
    position: relative;
    font-size: 25px;
    height: 80px;
    text-align: center;
    padding: 22px 0 21px;
    color: #fff;
    box-sizing: border-box;
    font-weight: normal;
}

.hs_tit2:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 11px solid #24b6d5;
    border-right: 11px solid transparent;
    z-index: 2;
}


.hs_tit2 .point_txt {
    position: relative;
    color: #fff961;
    font-weight: bold;
    font-family: 'Pretendard', sans-serif;
}

.discount_cont {
    position: relative;
    text-align: center;
    background: #fff;
    margin: 0 1px;
    border-radius: 0 0 9px 9px;
    padding-top: 30px;
    height: 269px;
    box-sizing: border-box;
}

.discount_cont .btn_wrap {
    text-align: center;
    margin-top: 17px;
}

.btn_sty2 {
    border: 2px solid #ddd;
    border-radius: 20px;
    padding: 7px 20px;
    min-width: 94px;
    text-align: center;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    transition: 0.2s;
}
.btn_sty2:hover {
    border: 2px solid #000;
    
}


/*오른쪽 카드*/
.card_discout {
    margin-left: 0;
}

.discount_cont {
    position: relative;
    text-align: center;
    background: #fff;
    margin: 0 1px;
    border-radius: 0 0 9px 9px;
    padding-top: 30px;
    height: 269px;
    box-sizing: border-box;
}

.card_slider .bx-wrapper .bx-viewport {
    height: auto !important;
}

.card_list {
    display: inline-block;
}

.card_list .txt_desc {
    color: #222;
    margin-top: 10px;
}

.card_list .card_tit {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -1px;
}

.card_list .point_col1 {
    font-family: "Roboto Regular", "Noto Sans", "맑은 고딕";
    font-size: 20px;
    line-height: 1.3;
}

.point_col1 {
    color: #f44b57 !important;
}

.card_list > .item:first-child {
    margin-left: 0;
}

.card_slider .bx-wrapper .bx-pager {
    top: 100%;
    padding-top: 0px;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.card_slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .card_slider .bx-wrapper .bx-pager.bx-default-pager .active {
    background-color: #666;
}

.card_slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
    background-color: #dfdfdf;
    border-radius: 50px;
}

.card_slider .bx-wrapper .bx-controls-direction .bx-prev {
    left: -30px;
    background-position: 0 0;
}


.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    /* outline: 0; */
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    z-index: 9999;
}

.bx-wrapper .bx-pager.bx-default-pager a, .bx-wrapper .bx-pager.bx-default-pager span {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    /* outline: 0; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.item {
    font-size: 12px;
    line-height: 140%;
}

.card_list .card_img {
    margin: 0 auto;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}