@charset 'utf-8';

/*****************************************************************
   deletion of the current branch prohibited
   powered by nnin ( http://www.nnin.com )
*****************************************************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
	font-family: "Noto Sans KR", sans-serif;
}

p, span, strong{vertical-align:top;line-height:auto !important;} /* span, p 라인 안맞는 오류 */

ol, ul, li {list-style-type: none;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}




ol, ul {
    list-style: none;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p, span, u{}


.btn_lg{width:auto !important;padding:15px 50px !important;margin-top:30px !important;} /*메인 상담신청 버튼*/
.btn_counsel{padding:15px 50px;background:#444;color:#fff;}/*상담신청 버튼*/
.btn_counsel:hover{background:#666;color:#fff;}

@media screen and (max-width: 770px) {
	.container-fulid nFulid{
		padding-left:1%;
		padding-right:1%;
	}
	
	.sec01_01 ul {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
	}

	.sec01_01 li {
    display: inline-block;
    position: relative;
    height: 20px;
    font-family: NotoSansCJKkr;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.7px;
    text-align: center;
    color: #111111;
    padding-right: 2%;
    padding-left: 2%;
	}
	.sec01_01 li:nth-child(1){
		display:none;
	}
	.sec01_01 li:nth-child(6){
		display:none;
	}
	.container.M{
		width:100%; text-align:right;
	}
}


@media screen and (min-width: 771px) {
	
	.sec01_01 ul, .sec01_01 li {
	float : right;
	}

	.sec01_01 li {
		margin-left: 50px;
		height: 20px;
		font-family: NotoSansCJKkr;
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 2;
		letter-spacing: -0.7px;
		text-align: center;
		color: #111111;
		margin-top: 20px;
	}
	
}


/*****************************************************************
기타추가
*****************************************************************/
a,
img,
input {
    outline: none !important;
    selector-dummy: expression(this.hideFocus=true) !important;
}

a {
    font-size: 100%;
    color: #555;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

textarea {
    width: 100%;
}

.n_maximg {
    max-width: 100%;
}

.btnDiv{
    position:absolute;
    top:49%;
    width:100%;
    /*height: 100px;*/
    box-sizing: border-box;
    padding:0 10px;
}
.left.carousel-control.btnNext,
.right.carousel-control.btnNext{
    width: 83px;
    height: 61px;
    background-position: center;
    background-image: url(../_images/v_white.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    border-radius: 60px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    opacity: inherit;
    background-size: 50%;
}
.left.carousel-control.btnNext{
    top: 0px;
    transform: rotate(90deg);
    left:20px;
}
.right.carousel-control.btnNext{
    top: 0;
    transform: rotate(270deg);
    right:20px;
}
@media (max-width:500px){
    .left.carousel-control.btnNext,
    .right.carousel-control.btnNext{
        /*width:40px; height:40px;*/
    }
    .left.carousel-control.btnNext{
        left:0px;
    }
    .right.carousel-control.btnNext{
        right:0px;
    }
}
@media (min-width:1500px){
    /*.left.carousel-control.btnNext{left: 50%; margin-left: -690px;}
    .right.carousel-control.btnNext{right: 50%; margin-right: -690px;}*/
}


/*****************************************************************
여백 설정
*****************************************************************/
.pt0 {padding-top:0 !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt35 {padding-top:35px !important;}
.pt40 {padding-top:40px !important;}
.pt45 {padding-top:45px !important;}
.pt50 {padding-top:50px !important;}
.pt60 {padding-top:60px !important;}

.mt0 {margin-top:0 !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}
.mt55 {margin-top:55px !important;}
.mt60 {margin-top:60px !important;}
.mt65 {margin-top:65px !important;}
.mt70 {margin-top:70px !important;}
.mt75 {margin-top:75px !important;}
.mt80 {margin-top:80px !important;}
.mt90 {margin-top:90px !important;}
.mt100 {margin-top:100px !important;}
.mt130 {margin-top:130px !important;}

.fpurple{color:#814ca6 !important;}
.fw400{font-weight:400 !important;}
.fw500{font-weight:500 !important;}
.fw700{font-weight:700 !important;}






/*****************************************************************
드래그 선택 블록색상
*****************************************************************/
::selection {
    background:#aaa;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background:#aaa;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background:#aaa;
    color: #FFF;
    text-shadow: none;
}





/*****************************************************************
bootstrap 버튼 : 기본버튼 변형
*****************************************************************/
/* 버튼 */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}





/*****************************************************************
슬라이드 1,2,3 : 좌우링크버튼 투명배경
*****************************************************************/
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}


.ban01 {
width: 100%;
    height: 24px;
    font-family: NotoSansCJKkr;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -0.8px;
    text-align: left;
    color: #111111;
	margin-top: 40px;
}

.ban02 {
width: 100%;
    height: 45px;
    font-family: NotoSansCJKkr;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.93;
    letter-spacing: -1.5px;
    text-align: left;
    margin-top: 10px;
    color: #111111;
}












