/*** 공통적용 ***/

@font-face {
    font-family: ng;
    src: url(../fonts/NanumGothic.eot);
    src: local(※), url(../fonts/NanumGothic.woff) format('woff')
}

@font-face {
    font-family: ngb;
    src: url(../fonts/NanumGothicBold.eot);
    src: local(※), url(../fonts/NanumGothicBold.woff) format('woff')
}

@font-face {
    font-family: ngeb;
    src: url(../fonts/NanumGothicExtraBold.eot);
    src: local(※), url(../fonts/NanumGothicExtraBold.woff) format('woff')
}

.v-cc-t-l {
    text-align: left;
}

.v-cc-t-r {
    text-align: right;
}

.v-cc-t-c {
    text-align: center;
}

.v-cc-f-n {
    font-family: '나눔고딕', 'NanumGothic', ng, sans-serif;
}

.v-cc-f-neb {
    font-family: ngeb, 'NanumGothicExtraBold';
}

.pnt {
    cursor: pointer;
}

img {
    border: none;
}

html {
    overflow-y: scroll;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: '나눔고딕', 'NanumGothic', ng, sans-serif !important;
    font-size: 13px !important;
    color: #666!important;
}

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}

#no-fouc { opacity: 0; }


input::-moz-focus-inner {
    border: 0;
}

input[type=text] {
    width: 100%;
    font-size: 13px !important;
    color: #666 !important;
    height: 26px !important;
    padding-left: 7px !important;
    line-height: 26px !important;
    border: 1px solid #cfcfcf !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
}

input[type=file] {
    width: 80%;
    font-size: 13px;
    color: #666;
    height: 24px;
    line-height: 24px;
    border: none;
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type=password] {
    width: 40%;
    font-size: 13px!important;
    color: #666!important;
    height: 26px!important;
    padding-left: 7px!important;
    line-height: 26px!important;
    border: 1px solid #cfcfcf!important;
    -webkit-appearance: none!important;
    -webkit-border-radius: 0!important;
}

textarea {
    width: 100%!important;
    font-family: '나눔고딕', 'NanumGothic', ng, 굴림, 돋움, sans-serif!important;
    font-size: 13px!important;
    line-height: 1.5!important;
    border: 1px solid #cfcfcf!important;
    padding: 15px !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

select {
    font-size: 13px ;
    color: #666;
    height: 26px;
    padding: 2px;
    line-height: 1;
    border: 1px solid #cfcfcf;
    border-radius: 0;
}

input[name="phone_no1"],
input[name="phone_no2"],
input[name="phone_no3"],
input[name="mobile_no1"],
input[name="mobile_no2"],
input[name="mobile_no3"] {
    width: 25% !important;
}
input[name="addr_post1"] {
    width: 25% !important;
}



input[name="com_board_search_value"] {
    width: 100% !important;
}

input[name="com_board_comment_name"],
input[name="com_board_comment_password"] {
    width: 25%!important;
}

input[name="com_member_login_id"],
input[name="com_member_login_pw"] {
    width: 100%!important;
    background: none!important;
}

input[type=image] {
    cursor: pointer;
}

.btn-default,
.btn-default:focus,
.btn-defaultn:active {
    padding: 0;
}

.btn-default span {
    position: relative;
}

input:focus {
    outline: none;
}

*:focus {
    outline: none;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.btn-group-xs > .btn {
    line-height: 1!important;
    background: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.btn-group-xs > .btn:hover,
.btn-group-xs > .btn:active,
.btn-group-xs > .btn:focus {
    box-shadow: none!important;
    background: none!important;
}

.btn-group-xs > .btn:first-child {
    border: none !important;
}

.container-fluid {
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
}

nav {
    width: 100%!important;
    border-radius: 0 !important;
}

.looo {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000000000000000000000000000000000000;
}

.llo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}

/***************************************************************/

/*** 상단-탑메뉴 ***/

.v-topbar {
    padding: 9px 0;
}

.vtb-icon {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-left: 12px;
    padding: 5px 7px;
    background: #b2b2b2;
    border-radius: 50%;
    line-height: 1;
    cursor: pointer;
}

.vtb-icon a {
    color: #fff;
}

.v-topbar .btn-group-xs > .btn {
    color: #818181;
    font-size: 11px;
    line-height: 1;
    background: none;
    padding: 0 13px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-color: #dedede;
}

.v-topbar .btn-group-xs > .btn:hover,
.v-topbar .btn-group-xs > .btn:active,
.v-topbar .btn-group-xs > .btn:focus {
    box-shadow: none;
    background: none;
}

.v-topbar .btn-group-xs > .btn:hover {
    background: none;
    color: #666;
    font-weight: bold;
}

.v-topbar .btn-group-xs > .btn:first-child {
    border: none;
}

.v-topbar-line {
    margin: 0;
    border-color: #dedede;
}

.navbar-brand {
    font-family: ngeb, 'NanumGothicExtraBold';
    font-weight: bold;
    padding: 5px 0 0 7px !important;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}


.navbar-brand h1 {
    font-size: 26px;
    line-height: 0 !important;
    color: #7F92AC;
    letter-spacing: 1.3px;
    margin-top: 45px;
}

.navbar-brand span {
    display: block;
    font-size: 12px;
    line-height: 0 !important;
    color: #888;
    letter-spacing: 3.6px;
    margin: 20px 0 0 2px;
}

.navbar-default {
    background: #fff;
    border: 0;
}

.navbar-default .container > .v_navbar {
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 17px;
}

.navbar-nav > li > a {
    padding: 0 20px;
}

/*** 상단-탑메뉴 ***/

/*** 캐러셀 네비 ***/

.slider-active .owl-nav div {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.slider-active .owl-nav div.owl-next {
    left: auto;
    right: 30px;
}

.slider-active .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10px;
}

.slider-active .owl-dot {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.slider-active .owl-dot.active {
    background: #fff;
    border-radius: 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.slider-active .owl-dots,
.slider-active .owl-nav div {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.owl-carousel:hover .owl-nav div,
.owl-carousel:hover .owl-dots {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/*** 캐러셀 네비 ***/

/*** 풋터-1 ***/

.ft-btn-w {
    padding: 9px 0 11px 0;
    margin-top: 50px;
    border-top: 1px solid #dedede;
}

.ft-btn-bt {
    text-align: center;
}

.ft-btn-w .btn-group-xs > .btn {
    padding: 1px 60px;
    color: #666;
    font-size: 13px;
    line-height: 1.2;
    border-radius: 0;
    border: 1px solid #dedede;
    border-top: none;
    border-bottom: none;
}

.ft-btn-w .btn-group-xs > .btn:hover,
.ft-btn-w .btn-group-xs > .btn:active,
.ft-btn-w .btn-group-xs > .btn:focus {
    box-shadow: none;
    background: none;
}

.ft-btn-w .btn-group-xs > .btn:hover {
    font-weight: bold;
}

.ft-btn-w .btn-group-xs > .btn:first-child {
    padding-left: 5px;
    border-left: none;
}

.ft-btn-w .btn-group-xs > .btn:last-child {
    padding-right: 5px;
    border-right: none;
}

/*** 풋터-1 ***/

/*** 풋터-2 ***/

.copy {
    padding: 30px 10px;
    border-top: 1px solid #dedede;
    font-size: 12px;
    color: #818181;
    line-height: 1.9;
}

.t-devide {
    padding: 0 7px;
    color: #ccc;
    font-weight: normal;
}

.t-devide-xs,
.t-devide-xs2,
.t-devide-xs3,
.t-devide-xs4,
.t-devide-xs5,.t-devide-xs6,.t-devide-xs7,.t-devide-xs8,.t-devide-xs9 {
    padding: 0 7px;
    color: #ccc;
    font-weight: normal;
}

.copy-a-t {
    display: inline-block;
    line-height: 1.5;
}

.copy-tf-t {
    display: inline-block;
}

.copy-tf-t a {
    color: #818181;
}

.cr-sps {
    margin-top: 0;
}

.copy-cr-t {
    text-align: right;
}

.copy-sr-icon {
    margin-right: 4px;
}

/*** 풋터-2 ***/

/*** 스크롤 탑 ***/

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 1.4em;
    right: 1.2em;
}

.scroll-up ul {
    margin: 0;
    padding: 0;
}

.scroll-up li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.scroll-up a {
    background-color: rgba(0, 0, 0, 0.15);
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    line-height: 32px;
    border-radius: 50%;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.scroll-up a:hover,
.scroll-up a:active {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

/*** 스크롤 탑 ***/



.copy-tf-t2,
.copy-tf-t3,
.copy-tf-t4 {
    display: inline-block;
}


/*********** 빌더솔루션 관련 코딩 ****************/

.login-box {
    text-align: left;
    float: left;
	padding:0;
}

.lbxml-1 {
    margin: 12px 0 0 113px;
}

.lbxml-2 {
    margin: 12px 0 0 100px;
}

.cttcc {
  background-image: url(../../images/ptn_01.jpg);
    font-size: 15px;
    text-align: center;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    line-height: 1;
	color:#fff;
    padding: 8px 0 9px 0;
}

.cttcc2 {
    border-top: solid 1px #C9C8C8;
    margin: 25px 0 0 0;
    text-align: center;
    padding: 15px 0 0 0;
}

.lboxin {
    padding: 25px 0 0 26px;
}

.lboxin2 {
    padding: 25px 0 0 24px;
}

.ttxxlo-1 {
    display: inline-block;
    margin-right: 13px;
    padding-top: 3px;
}

.ttxxlo-2 {
    display: inline-block;
    margin-right: 16px;
    padding-top: 3px;
}

.ttxxlo-3 {
    display: inline-block;
    margin-right: 6px;
    padding-top: 3px;
}

.lobox-txt-1 {
    margin: 26px 0 0 22px;
    color: #666;
    font-size: 11px;
}

.lobox-txt-2 {
    margin: 26px 0 0 7px;
    color: #666;
    font-size: 11px;
}

.aaant-1 {
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    font-size: 15px;
    color: #666;
}

.sddnnnt-1 {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
	    padding: 6px 0 0 0;
}

.sddnnnt-2 {
    display: inline-block;
      vertical-align: top;
    padding: 0 5px 0 0;
}


.cts-nc-h-10 {
    height: 10px;
    vertical-align: top
}

.cts-nc-h-20 {
    height: 20px;
    vertical-align: top
}


.cts-nc-h-30 {
    height: 30px;
    vertical-align: top
}

.cts-nc-h-40 {
    height: 40px;
    vertical-align: top
}

.cts-nc-h-50 {
    height: 50px;
    vertical-align: top
}

.cts-nc-h-60 {
    height: 60px;
    vertical-align: top
}

.cts-nc-h-70 {
    height: 70px;
    vertical-align: top
}

.cts-nc-h-80 {
    height: 80px;
    vertical-align: top
}

.cts-nc-h-90 {
    height: 90px;
    vertical-align: top
}

.cts-nc-h-100 {
    height: 100px;
    vertical-align: top
}


/***  입력폼  ***/


.member_border[name="m_id"],.border[name="ozipcode_01"],.border[name="zipcode_01"] {
   width: 40%;
    margin: 0 6px 0 0;
}

.member_border[name="addr"],.border[name="oaddress_01"],.border[name="address"] {
    margin: 6px 0
}

.member_border[name="passwd"] {
   width: 100%;
    margin: 0 0 6px 0;
}
.member_border[name="passwd_chk"] {
   width: 100%;
}

.member_border[name="email1"] {
    width: 32%;
}


.member_border[name="fix_email1"] {
    width: 45%;
}

.member_border[name="email3"]{
    width: 16%;
}


.border[name="ophone_02"],
.border[name="ophone_03"],
.border[name="omobile_02"],
.border[name="omobile_03"],
.border[name="rphone_02"],
.border[name="rphone_03"],
.border[name="rmobile_02"],
.border[name="rmobile_03"]{
    width: 30%;
}

/***  입력폼  ***/

.member_border[name="fix_email3"] {
    width: 40%;
}

.mmccbbb-1-1 {
    display: inline-block;
    vertical-align: top;
    padding: 17px 3px 0 0;
	 image-rendering: pixelated;
}


.mmccbbb-1-2 {
    display: inline-block;
    vertical-align: top;
    padding: 7px 0 0 0;
	 image-rendering: pixelated;
}



.circle-icon-1bd {
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 5px solid #ccc;
    border-radius: 50%;
    margin-right: 6px;
    margin-top: 1px;
    vertical-align: top;
    text-align: left;
}


.citt-1-1bd {
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 15px;
    color: #8d8d8d;
    padding: 0 0 10px 2px;
    margin: 0 0 2px;
}

.vbd-txt-box-1{
    text-align: center;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .member_border[name="m_id"] {
        width: 100%;
        margin: 0 0 6px 0;
    }

}

/*** 공통  ***/
.vbd-txt-bd{
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 15px;
    line-height: 1.5;
}

.vbd-tt-txt-1{
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    padding-bottom: 7px;
	font-size: 15px;
    padding-left: 2px;
    color: #666;
}


/*** 공통  ***/

/***  버튼  ***/

.mmhwbtn-bd-s {
    display: inline-block;
    padding: 6px 17px 7px;
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 13px;
    color: #818181;
    line-height: 1;
    border: solid 1px #ccc;
    background-color: #fff;
    cursor: pointer;
	margin:0 0 5px 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.mmhwbtn-bd-s:hover {
    border: solid 1px #999;
    background-color: #999;
    color: #fff;
}


.mmhwbtn-bd-m {
    display: inline-block;
    padding: 8px 17px;
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 15px;
    color: #818181;
    line-height: 1;
    border: solid 1px #ccc;
    background-color: #fff;
    cursor: pointer;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.mmhwbtn-bd-m:hover {
    border: solid 1px #999;
    background-color: #999;
    color: #fff;
}

.mmhwbtn-b {
    display: inline-block;
    padding: 9px 20px 9px;
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 15px;
    color: #818181;
    line-height: 1;
    border: solid 1px #ccc;
    background-color: #fff;
    cursor: pointer;
    margin: 0 0 0 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.mmhwbtn-b:hover {
    border: solid 1px #999;
    background-color: #999;
    color: #fff;
}


/***  버튼  ***/

.rodwww-1 {
margin-bottom:10px;
}

.crrrido-0 {
    display: inline-block;
    vertical-align: top;
	 width: 255px;
	 	padding-top:4px;
}

.crrrido-1 {
    display: inline-block;
    vertical-align: top;
    width: 12px;
}


.crrrido-2 {
    display: inline-block;
    vertical-align: top;
    width: 20px;
	padding-top:4px;
}


.crrrido-2-1{
    display: inline-block;
    vertical-align: top;
    width: 37px;
	padding-top:4px;
}






#lefton,
#leftoff {
    padding: 0!important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

#lefton a,
#leftoff a {
    display: block;
    text-align: center;
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 12px;
    color: #8d8d8d;
    height: 37px;
    padding-top: 10px;
    text-decoration: none;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

#lefton a:hover,
#lefton a:focus,
#lefton a:active,
#leftoff a:hover,
#leftoff a:focus,
#leftoff a:active {
    background-color: #f5f5f5;
}

#leftoff:last-child {
    border-bottom: none;
}

#lefton {
    background-color: #f5f5f5;
}

.pdt-view-de-tt {
    height: 38px;
    width: 100%;
    border-bottom: solid 1px #dedede;
    line-height: 1;
    padding: 12px 10px 0 6px;;
}

.sn-sm-mb{margin-bottom: 30px;}


.dftt-1 {
    vertical-align: top;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    font-size: 40px;
    color: #7692A2;
     line-height: 1.2;
    margin: 30% 0 10px 0;
    text-align: center;
}


.dftt-2 {
    vertical-align: top;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    text-align: center;
}

.copy-tf-n1 {
    display: inline-block;
}

.copy-tf-n2 {
    display: inline-block;
    cursor: pointer;
}

.copy-tf-n9 {
    display: inline-block;
    cursor: pointer;
}

.cccrffbb1 {
    border-top: solid 1px #dedede;
    text-align: center;
    margin-top: 35px;
    padding-top: 22px;
}