/* CSS 추가는 하단에 있습니다. */
@import url("font.css");



/* etc */
.row-offcanvas { 
        height: 100%;
 }
a {
    color: #000;
}
/* header */

.header-line {
    height: 2px;
    background-color: #EF7500;
/*    z-index: 99999999999999999999999999999999999999999999;*/
    position: absolute;
}

.navbar-nav {
    padding-top: 13px;
    
}


.navbar-brand {
    float: left;
    padding: 26px 15px;
    background: url('../../img/main/logo-white.png') no-repeat center center;
    /* 디폴트 로고 */
    width: 270px;
    height: 55px;
    background-color: transparent;
    padding-top: 50px;
}
.navbar-sub .navbar-brand {
    float: left;
    padding: 26px 0px;
    background: url('../../img/main/logo-sub.png') no-repeat center center;
    /* 서브 상단 로고 */
    width: 270px;
    height: 55px;
    background-color: transparent;
    padding-top: 50px;
}
.affix .navbar-brand {
    float: left;
    padding: 26px 0px;
    background: url('../../img/main/logo-white.png') no-repeat center center;
    /* 서브 페이지나 스크롤 내렸을때  로고 */
    width: 270px;
    height: 55px;
    padding-top: 50px; 
}

.navbar-default {
    background-image: none;
    background-image: -o-none;
    background-image: -webkit-none;
    background-image: linear-gradientnone;
    filter: none;
    filter: none;
    background-repeat: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    background-color: rgba(255, 255, 255, 0);
	transition: 0.5s;
    border-bottom: #d6d6d6 1px solid;
    box-shadow: none;
    padding-top: 6px;
    padding-bottom: 6px; 
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow:
}

.navbar-toggle {
    margin-top: 20px;
}


/*  서브 네비 */
.navbar-default.navbar-sub {
    border-bottom: 0; 
    background-color: rgba(255, 255, 255, 0.9);   
    z-index: 4;
    transition: 0.5s;
}
.navbar-default.navbar-sub.affix {
    border-bottom: 1px #e6e6e6 solid; 
}


.navbar-default.navbar-sub.affix-top {
    
    background-color: rgba(0, 0, 0, 0.0);
    
}
.navbar-sub .nav_wrap .navi li a {
    color: #fff;
}

.navbar-sub .nav_wrap .navi li a:hover {
    text-decoration: none;
    color: #FF9933;
}
.navbar-sub .snb_wrap {
    background-color: rgba(0, 0, 0, 0.6);
}
.navbar-sub .snb_wrap .snb ul li > ul > li a {
    color: #e0e0e0;
}
 
/* 기본 네비 */

#nav_wrap > .lnb {margin-top: 29px; }
#nav_wrap > .lnb > li {display:inline-block; font-size:16px; text-align:center; vertical-align:top;  display: inline-block;}
#nav_wrap > .lnb > li > a {position:relative; display:block; padding: 0 25px; font-size:18px; color:#fff; line-height:1; transition:color 0.3s; padding-bottom: 20px;font-family: 'NanumSquare'; font-weight: 700}
#nav_wrap > .lnb > li > a:after {position:absolute; content:''; bottom:0; left:50%; width:0; height:4px;background:#FF9933; transition:all 0.3s}
#nav_wrap > .lnb > li:hover > a {color:#FF9933 !important; text-decoration: none;}
#nav_wrap > .lnb > li:hover > a:after {left:0; width:100%}
#nav_wrap > .lnb > li > .subnav {position:relative; display:none; margin-top:10px; padding-bottom: 20px; z-index:999}
#nav_wrap > .lnb > li > .subnav > li {line-height:1.8; text-align: center;}
#nav_wrap > .lnb > li > .subnav > li > a {font-size:14px; color:#000; }
#nav_wrap > .lnb > li > .subnav > li > a:hover {color:#000; text-decoration: none;}
#nav_wrap > .lnb.sub > li > a {position:relative; display:block; padding:0 25px; font-size:18px; color:#fff; line-height:1; transition:color 0.3s; padding-bottom: 20px;}
#nav_wrap > .lnb.sub > li > .subnav > li > a {font-size:14px; color:#fff; text-align:center;}
#nav_wrap > .lnb.sub > li > .subnav > li > a:hover {color:#d8c4aa}
#nav_wrap > .subnav-bg { position: absolute; display:none; top:116px; left:0; width:100%; z-index:10; }
#nav_wrap > .btnOpenMenu {display:none}
.on, #navbar.fixed {}
.on #nav_wrap > .lnb > li > a, #navbar.fixed #nav_wrap > .lnb > li > a {color:#2b2b2b}
.on #nav_wrap > .lnb.sub > li > a, #navbar.fixed #nav_wrap > .lnb.sub > li > a {color: rgba(255, 255, 255, 1)}

.affix #nav_wrap > .lnb.sub > li > a { 
    color: #000 !important;
}
.affix #nav_wrap > .lnb > li > .subnav > li > a { 
    color: #000 !important;
}

.right-eng {
    float: right;
    /*    width: 150px;*/
    text-align: right;
    margin-top: 22px;
    margin-left: 60px;
}
.right-eng i {
    font-size: 12px;
}
.right-eng .btn {
    font-size: 15px !important;
    border-radius: 0;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
}
.right-eng .btn-black {
    background-color: #000;
    color: #fff;
    transition: 0.4s;
    
}
.right-eng .btn-black:hover {
    background-color: #fff;
    color: #000;
    border: 1px #e3e3e3 solid;
    
}
.right-eng .btn-red {
    background-color: #e54f00;
    color: #fff;
    
}
.right-eng .btn-white {
    background-color: #fff;
    color: #000;
    border: 1px #e3e3e3 solid;
    transition: 0.4s;
}
.right-eng .btn-white:hover {
    background-color: #f4f4f4;
    color: #000;
    border: 1px #e3e3e3 solid;
}

.affix {
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

@media (min-width:768px) {
    /* 디폴트 */
    .affix-top {
        background-color: transparent;
        border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .affix-top .navbar-nav>li>a {
        color: #fff;
    }
    .affix-top .navbar-nav>li>a span.caret {
        color: #fff;
    }
 
}


/* 네비게이션 */

@media (min-width: 992px) {
    ul.nav li.dropdown:hover .dropdown-menu {
        display: block;
        animation-duration: 0.5s;
        animation-name: good2;
        transition: 1s;
    }
    @keyframes good2 {
        from {
            padding-bottom: 10px;
            padding-left: 10px;
            opacity: 0;
        }
        to {
            opacity: 1;
            padding-left: 0;
        }
    }
}


/* 서브비쥬얼 */


/* 비쥬얼 */

.bs-slider .visual_bottom {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    height: 150px;
    color: #fff;
    position: absolute;
    z-index: 9;
}

.bs-slider .visual_bottom .media {
    padding-top: 40px;
}

.bs-slider .visual_bottom .media .media-body {
    color: #b8b8b8;
    font-size: 13px;
    line-height: 15px;
    padding-left: 20px;
}

.bs-slider .visual_bottom .media .media-body h4.media-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #cdcdcd;
}

.bs-slider .visual_bottom .media .media-left i {
    background-color: #000;
    min-width: 60px;
    min-height: 60px;
    border-radius: 3em;
    text-align: center;
    font-size: 25px;
    padding-top: 18px;
    color: #979797;
    transition: 0.6s;
    cursor: pointer;
}

.bs-slider .visual_bottom .media .media-left i:hover {
    background-color: #fff;
    color: #000;
}

.s_visual_wrap {
    position: relative;
    /*            min-width: 1100px;*/
    overflow: hidden;
}

.s_visual_wrap .slide {
    position: relative;
    /*            min-width: 1100px;*/
}

.s_visual_wrap .slide ul {
    padding: 0;
    margin: 0;
}

.s_visual_wrap .slide li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.s_visual_wrap .slide li .content {
    top: 55%;
    position: relative;
    z-index: 1;
}

.s_visual_wrap .slide li .content h1 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    font-family: '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif;
}

.s_visual_wrap .slide li .content p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
	letter-spacing:-0.05em;
}

.s_visual_wrap .slide {
    height: 400px;
}

.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.s_visual_wrap .slide li {
    height: 400px;
    background-position: 50% 50%;
    background-image: url("../../img/main/svisual01.jpg");
    background-repeat: no-repeat;
}


/* 서브비주얼 마감*/


/* index- content */

.index-content {
    margin-top: 40px;
}

.index-content section {}

.index-content section.company {
    padding-top: 30px;
    padding-bottom: 45px;
}

.index-content section.company .company_story dl {}

.index-content section.company .company_story dl dt {
    color: #131313;
    font-weight: 900;
    font-size: 32px;
    padding-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
}

.index-content section.company .company_story dl dt .line {
    width: 50px;
    height: 5px;
    background-color: #607fab;
}

.index-content section.company .company_story dl dt span {
    font-size: 32px;
    color: #607fab;
}

.index-content section.company .company_story dl dd {

}

.index-content section.company .company_story p.more {
    float: left;
}

.index-content section.company .company_story p.more i {
    font-size: 12px;
    color: #828282;
}
.index-content section.company .company_story p.more a {
    color: #333333;
}
.index-content section.company .company_story p.more a:hover {
    text-decoration: none;
}
.index-content section.company p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

section.product {}

.product_bg {
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.1);
}

section.product .content {
    padding-top: 50px;
    padding-bottom: 30px;
}

section.product .content h2 {
    text-align: center;
    font-weight: 900;
    margin-bottom: 50px;
    color: #000;
    font-size: 38px;
}

section.product .content h2 p {
    font-weight: 400;
    padding-top: 5px;
    font-size: 18px;
}



section.customer {
    padding-top: 70px;
    padding-bottom: 0;
}
section.customer #tab_wrap {
    margin-bottom: 20px;
/*    padding-bottom: 0;*/
}
section.customer .line {
    width: 50px;
    height: 5px;
    display: block;
    background-color: #607fab;
}

section.customer p.text {
    font-size: 28px;
    font-weight: 600;
    line-height: 39px;
    margin-top: 14px;
}

section.customer p.text span {
    color: #607fab;
}

section.customer .add_wrap {
    margin-top: 20px;
}

section.customer .add_wrap ul.line-inline {
    padding-left: 0;
}

section.customer .add_wrap ul.line-inline li {
    font-size: 18px;
    margin-top: 5px;
}

.bg-gray {
    margin-top: 30px;
    background-color: #2f2f2f;
    border-radius: 0.4em;
    color: #e3e3e3;
    padding: 12px 20px;
}


/* 탭 */

section.customer .nav-tabs {}

section.customer .nav-tabs > li a {
    margin: 0;
    border-bottom: 0;
}

section.customer .nav-tabs > li.active > a,
section.customer .nav-tabs > li.active > a:focus,
section.customer .nav-tabs > li.active > a:hover {
    border-width: 0;
    color: #fff;
    border-top: 0;
    border-bottom: 1px #e3e3e3 solid;
    border-left: 1px #e3e3e3 solid;
    background-color: #fff !important;
}

section.customer .nav-tabs > li > a {
    border: none;
    color: #000;
    background: #f8f8f8 !important;
    font-size: 18px !important;
    font-weight: 600;
    border-left: 1px #e3e3e3 solid;
    border-bottom: 1px #e3e3e3 solid;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

section.customer .nav-tabs > li:first-child > a {
    border-left: 0;
}

section.customer .nav-tabs > li.active:first-child > a {
    border-left: 0;
}

section.customer .nav-tabs > li:last-child > a {
    border-right: 0;
}

section.customer .nav-tabs > li > a > span {
    color: #000;
}

section.customer .nav-tabs > li > a:hover,
,
section.customer .nav-tabs > li > a:focus {
    color: #efefef !important;
    background: #fff;
    color: #000;
    border-top: 0;
    border-bottom: 1px #e3e3e3 solid;
    border-left: 1px #e3e3e3 solid;
}

section.customer .nav-tabs > li.active > a {
    border-bottom: 1px #fff solid !important;
}

section.customer .nav-tabs > li:first-child > a:hover,
section.customer .nav-tabs > li:first-child > a:focus {
    border-left: 0;
}

section.customer .nav-tabs > li.active > a > span,
section.customer .nav-tabs > li > a:hover > span {
    color: #000;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px;
    border-bottom: 1px #e3e3e3 solid;
    min-height: 223px;
}

section.customer .nav-tabs > li {
    width: 50%;
    text-align: center;
}


/*  sub layout */

#sub_content {
    /*    margin-top: 120px;*/
}

#sub_content .breadcrumb_wrap {
    /*    border-top: 1px #eee solid;*/
    border-bottom: 1px #eee solid;
    width: 100%;
    background-color: transparent;
    background-color: #fff;
}

#sub_content .breadcrumb_wrap .sub_tab {}

#sub_content .breadcrumb_wrap .sub_tab > li:first-child {
    border-left: 1px #eee solid;
    background: none;
    padding-right: 0;
    /*    background-color: #000;*/
}

#sub_content .breadcrumb_wrap .sub_tab > li:first-child span {
    /*    color: #fff;*/
}

#sub_content .breadcrumb_wrap .sub_tab > li {
    padding: 0;
    margin: 0;
    float: left;
    border-right: 1px #eee solid;
    cursor: pointer;
    background: url('../../img/main/arr.png') 90% 50%;
    background-repeat: no-repeat;
    padding-right: 15px;
}

#sub_content .breadcrumb_wrap .sub_tab > li:hover {
    /*    background-color: #f7f7f7;*/
}

#sub_content .breadcrumb_wrap .sub_tab > li > a {
    font-size: 15px;
    line-height: 58px;
    padding-left: 35px;
    padding-right: 35px;
    height: 58px;
    display: block;
    margin: 0;
}

#sub_content .breadcrumb_wrap .sub_tab > li:last-child {
    font-weight: 600;
}

#sub_content .breadcrumb_wrap .sub_tab .glyphicon-home {
    font-size: 18px;
    padding-top: 20px;
}

#sub_content .breadcrumb_wrap .sub_tab .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    border: 1px #eee solid;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu li:last-child {
    border-bottom: 0;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu li {
    border-bottom: 1px #eee solid;
}

#sub_content .breadcrumb_wrap .sub_tab li a,
#sub_content .breadcrumb_wrap .sub_tab li a:active,
#sub_content .breadcrumb_wrap .sub_tab li a:hover {
    text-decoration: none;
    color: #000;
}

#sub_content .breadcrumb_wrap .sub_tab > li > a > span.caret {
    text-align: right;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li a:hover {
    background: #f7f7f7 !important;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li span {
    float: right;
    font-size: 11px;
    color: #5c5c5c;
    line-height: 27px;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li a {
    font-size: 13px;
    line-height: 32px;
    background-color: #fff;
}

#sub_content .breadcrumb_wrap .breadcrumb {
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
    padding-top: 18px;
}

#sub_content .breadcrumb_wrap .breadcrumb li,
#sub_content .breadcrumb_wrap .breadcrumb li a {
    font-size: 12px;
    line-height: auto;
    color: #000;  
}

#sub_content .page-header {
    margin-bottom: 50px;
    clear: both;
    border-bottom: 1px #eee solid;
}

#sub_content .page-header h1 {
    font-size: 32px;
    font-weight: 600;
}

@media (max-width: 767px) {
	#sub_content .page-header h1 {
		font-size: 28px;
	}
}




#sub_content .page-header small {
    font-size: 15px;
    padding-left: 12px;
}


/* footer */

.footer {
    margin-top: 30px;
    background-color: #191919;

}

.footer .btn-default {
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border: 1px #dddddd solid;
    padding: 4px 11px;
    border-radius: 0;
}

.footer .footer-menu {
    background-color: #252525;
}

.footer .footer-menu ul {
    padding-top: 12px;
}
.footer .footer-menu ul li:before {
    color: #464646;
}
.footer .footer-menu ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #848484;
}

.footer .breadcrumb {
    margin-bottom: 4px;
    background-color: transparent;
}

.footer p.logo {
    float: right;
    margin-top: 23px;
}
.footer p.logo img {
    width: 80%;
}
.footer address {
    margin-top: 25px;
    font-size: 13px;
    line-height: 23px;
    color: #6f6f6f
}

.footer p.copyright {
    margin-top: 0;
    padding-top: 0;
    color: #bbbbbb;
	font-size: 13px;
}



@media (max-width: 1200px) {
	.footer p.logo {
		display:none;
	}

    #nav_wrap > .lnb li a,
    #nav_wrap > .lnb.sub li a {
        font-size: 15px;
        padding: 0 10px;
        padding-bottom: 20px;
    }
    
    #nav_wrap > .lnb > li > .subnav > li > a,
    #nav_wrap > .lnb.sub > li > .subnav > li > a {
        padding-left: 24px;
    }
}
@media (max-width: 992px) {
/*
    .index-content section.content_02 {
        padding-left: 20px;
    }
    .index-content section {
        margin-bottom: 10px;
        border: 1px #e6e6e6 solid;
        padding: 18px 20px 20px 20px;
    }
    .index-content section.content_03 {
        padding-left: 20px;
    }
    .index-content section.content_03 li {
        padding-right: 0;
    }
*/
    #sub_content .breadcrumb_wrap .breadcrumb {
        height: 20px;
        min-height: 20px;
        display: none;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li > a {
        font-size: 14px;
        line-height: 60px;
        padding-left: 25px;
        padding-right: 25px;
        height: 60px;
    }
    .animate {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        float: left;
        padding: 26px 15px;
        background: url('../../img/main/logo-white.png') no-repeat center center;
        width: 146px;
        height: 32px;
        background-color: transparent;
        padding-top: 50px;
        
    }
    .navbar-nav {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-collapse {
        background-color: #fff;
    }
    .navbar-nav li {
        border-bottom: 1px #eee solid;
    }
    .navbar-nav li:last-child {
        border-bottom: 0;
    }
    .navbar-nav li a {
        font-size: 13px;
    }
    .navbar-nav li:hover {
        background-color: #fff;
    }
    .navbar-nav li span {
        float: right;
        margin-top: 8px;
    }
    .navbar-nav li ul li {
        padding-left: 12px;
    }
    .navbar-brand {
        margin-left: 10px;
    }
    .visual_bottom {
        display: none;
    }
    .index-content section.company .company_story dl dt {

    font-size: 26px;
    }

    .index-content section.company .company_story dl dt span {
        font-size: 26px;
        color: #607fab;
    }
    section.product .content h2 {
    font-size: 32px;
        color: #fff;
    }

    section.product .content h2 p {
        padding-top: 5px;
        font-size: 16px;
        color: #fff;
    }
    .product_bg {
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    }
    section.customer #tab_wrap {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    section.customer {
        padding-top: 40px;

    }
    section.customer p.text {
        font-size: 20px;
        line-height: 27px;
    }
    section.customer .latest_wrap {
        margin-top: 30px;
    }
    #sub_content .page-header small {
        display: none;
    }
    #sub_content .breadcrumb_wrap .container {
        padding: 0;
        margin: 0;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li:first-child a {
        padding-left: 15px;
        padding-right: 15px;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
    #sub_content .page-header {
        
/*        margin-bottom: 20px;*/
    }
    
.footer address {
    padding:0 10px;

}    
}
@media (max-width: 480px) {
    .navbar-brand {
        padding-left: 30px;
        width: 176px;
        padding-top: 50px;
        background-position: 20% 60%;

    }

    .navbar-sub .navbar-brand {
        padding-left: 30px; 
        /* 서브 상단 로고 */
        width: 270px;
        height: 55px;
        padding-top: 50px;
        background-position: 20% 60%;
		background-size:90%;
    }
    .affix .navbar-brand {
        padding-left :30px;
        /* 서브 페이지나 스크롤 내렸을때  로고 */
        width: 270px;
        height: 55px;
        padding-top: 50px; 
        background-position: 20% 60%;
		background-size:90%;
    }

    .navbar-default {
        padding: 0; 
    }
    section.customer .nav-tabs > li > a {
        border: none;
        color: #000;
        background: #f8f8f8 !important;
        font-size: 16px !important;
        font-weight: 600;
        border-left: 1px #e3e3e3 solid;
        border-bottom: 1px #e3e3e3 solid;
        border-radius: 0;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    section.customer .tab-pane {
        padding: 0;
    }
    section.customer .tab-content {
        padding: 15px;
        border-bottom: 1px #e3e3e3 solid;
        min-height: auto;
        height: auto;
    }
    .footer p.logo {
        display: none;
    }
}





/***********************************************************************************************************************************************************************************/
/* 메인 박스아이콘 메뉴*/


/*slide pager 추가*/
.bx-wrapper{position:relative;height:320px;}
.bx-controls{position:absolute; bottom:0;right:5%;}
.bx-pager{width:150px;height:30px;font-size:0;}
.bx-pager div{display:inline;}
.bx-default-pager{width:50px;height:30px;background:rgba(255, 255, 255, 0.7);/*background:#ffd117;*/color:#000;font-size:15px;font-weight:bold;text-align:center;padding-top:5px;box-sizing:border-box;}
/*.bx-pager .bx-pager-item a{display:inline-block;width:15px;height:15px;border-radius:50%;margin:4px;font-size:0;position:relative;background:#f6ece6;}
.bx-pager .bx-pager-item a.active{background:#ffd117;}*/

/*controller 추가*/
.bx-controls-direction{position:absolute;width:150px;height:30px;left:0;bottom:0px}
.bx-controls-direction .bx-prev{font-size:0;width:30px;height:30px;background:url('../../img/main/a_left.png') no-repeat right bottom;position:absolute;left:-30px;bottom:0;}
.bx-controls-direction .bx-next{font-size:0;width:30px;height:30px;background:url('../../img/main/a_right.png') no-repeat;position:absolute;left:50px;bottom:0;}

.ins_slide {width:100%;height:378px; border-radius:10px; padding:30px; background:url('../../img/main/m_pop_back.jpg') no-repeat right bottom #82cbff; overflow:hidden;}
.ins_slide img {}



section.box_icon{width:100%;background:#ffffff;margin-top:80px;}

div.box_icon_line {}
div.box_icon_line:after {display:block;clear:both;content:''}
div.box_icon_line > div {float:left;}
div.box_icon_line > div:nth-of-type(1) {float:left;width:38%; margin-right:2%;height:auto;}
div.box_icon_line > div:nth-of-type(2) {float:left;width:60%; background:#ffffff;border:1px solid #dddddd;border-radius:10px;}

div.iconlist {}
div.iconlist:after {display:block;clear:both;content:''}
div.iconlist > a {float:left; width:33%; text-align:center;padding:37px 0 20px 0; text-decoration:none;}
div.iconlist > a:nth-of-type(1),div.iconlist > a:nth-of-type(2) {border-right:1px solid #dddddd;border-bottom:1px solid #dddddd;}
div.iconlist > a:nth-of-type(3) {width:34%;border-bottom:1px solid #dddddd;}
div.iconlist > a:nth-of-type(4),div.iconlist > a:nth-of-type(5)  {border-right:1px solid #dddddd;}
div.iconlist > a:nth-of-type(6) {width:34%;}
div.iconlist > a:hover {background:#eeeeee;transition: 0.4s;}
.icon_menutxt {color:#000000;font-size:16px; padding-top:8px;letter-spacing:-0.05em;}


@media (max-width: 1230px) {


	div.box_icon_line > div:nth-of-type(1) {height:auto;}
	.bx-wrapper{height:auto;}



}

@media (max-width: 992px) {
	 .ins_slide {width:100%;height:auto; overflow:hidden;}
	 .ins_slide img {height:auto;width:100%;}

	div.box_icon_line > div:nth-of-type(1) {width:100%;margin:0 0 2% 0;height:auto;}
	div.box_icon_line > div:nth-of-type(2) {width:100%;}

}

@media (max-width: 767px) {
	section.box_icon{margin-top:40px; padding:0px;}

	div.iconlist > a {width:50%; padding:20px 0 5px 0;}
	div.iconlist > a:nth-of-type(1),div.iconlist > a:nth-of-type(3) {width:50%; border-right:1px solid #dddddd;border-bottom:1px solid #dddddd;}
	div.iconlist > a:nth-of-type(2),div.iconlist > a:nth-of-type(4) {width:50%; border-bottom:1px solid #dddddd;border-right:none;}
	div.iconlist > a:nth-of-type(5) {width:50%;border-right:1px solid #dddddd;}
	div.iconlist > a:nth-of-type(6) {width:50%;}

	.ins_slide {background-size:80%;}
}


/* 메인 활동앨범 최근 게시물 */


section.photo {width:100%;background: url('../../img/main/photo_back.jpg') center top no-repeat #e6f7f8; min-height:530px; margin-top:80px; margin-bottom:-30px;}






/*전체메뉴모달윈도우*/
.right-mem {float:right;text-align: right;margin-top: 22px;margin-left:30px;}
.hd_hidden {background:none;padding:0 !important}

@media (max-width:1330px) {
	.right-mem {display:none;}
}


.overlay_total {height: 0%;width: 100%;position: fixed; top: 0;left: 0;background-color: rgba(0,0,0, 0.9);overflow-y: hidden;overflow-x: hidden;transition: 0.5s; z-index:9999;}
.overlay-content {position: relative;top: 35%;width: 100%;}

.overlay-content > ul {width:1300px;margin:0 auto;}
.overlay-content > ul > li {float:left;width:calc(95%/5);text-align:center;font-size:20px;height:50px;line-height:50px;font-weight:500;border:1px solid #666;}
.overlay-content > ul > li:nth-of-type(2n) {margin:0 1%;}
.overlay-content > ul > li:nth-of-type(5) {margin-right:0}
.overlay-content > ul > li > a {color:#fff;text-decoration:none;}
ul.allnav {margin-top:20px;}
ul.allnav > li > a {color:#ccc;font-size:18px;line-height:35px;text-decoration:none;font-weight:300}

.overlay_total a:hover, .overlay a:focus {color: #ffffff;}
.overlay_total .closebtn {position: absolute;top: 30px;right: 45px;font-size: 60px;z-index:9999;color:#fff;text-decoration:none;}	


/*메인메뉴에 노출되게 하지않기위해서꼭 추가해야함*/

#nav_wrap > .lnb.sub > li:nth-of-type(6), #nav_wrap > .lnb.sub > li:last-child {display:none;}
#nav_wrap > .lnb > li:nth-of-type(6), #nav_wrap > .lnb > li:last-child {display:none;}



