@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

html {overflow-x: hidden; overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 0;letter-spacing: 0.034em;}
#site > .container{width: 100%; padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'Cabin', 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
@media (min-width: 768px){
    .col-sm-20, .col-md-20, .col-lg-20{
        width: 20%;
    }
    .col-sm-40, .col-md-40, .col-lg-40{
        width: 40%;
    }
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{
    margin: 0;
    background: transparent;
    border-bottom: none;
    box-shadow: 0 0 0 rga(0, 0, 0, 0);
}
.navbar-inverse .container {
    width: 1300px;
}

.navbar-header .navbar-brand{
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
    margin-top: 17px;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 35px 23px 30px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.nav.navbar-nav > li:hover > a, .nav.navbar-nav > li:focus > a, .nav.navbar-nav > li.open > a, .nav.navbar-nav > li:focus > a, .nav.navbar-nav > li > a:hover, .nav.navbar-nav > li > a:focus, .nav.navbar-nav > li.open > a, .nav.navbar-nav > li.open > a:hover, .nav.navbar-nav > li.open > a:focus{
    color: #F5821E;
    background: none;
}
.nav.navbar-nav li .dropdown-menu{
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0;
    border: 0;
    padding: 0;
    background: rgba(0,0,0,0.65);
}
.nav.navbar-nav li .dropdown-menu li a{
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    background: none;
}
.nav.navbar-nav li .dropdown-menu li:hover a,
.nav.navbar-nav li .dropdown-menu li:focus a{
    background: #000;
    color: #ffaa62;
    font-weight: 500;
}


@media (max-width: 767px){
    #site{
        padding-top: 66px;
    }
    .navbar.navbar-inverse{
        background: #fff;
    }
    .navbar-inverse .container{
        width: 100%;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #f5821e;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 27px;
        height: 2px;
        border-radius: 1px;
    }
    .navbar-header .navbar-brand {
        margin-left: 15px !important;
        margin-top: 6px;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background: none;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        background: none;
        margin: 15px 15px 15px 0;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }
    .nav.navbar-nav > li > a{
        text-align: center;
        padding: 16px 23px 16px;
    }
    .nav.navbar-nav li .dropdown-menu {
        transform: translateX(0%);
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{
        
    }
    .navbar-inverse .container{
        width: 750px;
    }
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 35px 10px 30px;
        font-size: 13px;
        color: #000;
        font-weight: 500;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{
        
    }
    .navbar-inverse .container{
        width: 970px;
    }
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 35px 15px 30px;
        font-size: 15px;
        color: #000;
        font-weight: 500;
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: calc(100vh - 0px);
    position: relative;
}
#mainCarousel .carousel-inner .item:nth-child(2)::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
#mainCarousel .carousel-inner .item .carousel-caption{
    padding: 0;
    left: calc((100% - 1240px) / 2);
    right: 45%;
    text-align: left;
    text-shadow: none;
    top: 35%;
}
#mainCarousel .carousel-inner .item .carousel-caption h1{
    font-size: 72px;
    margin-bottom: 30px;
    font-weight: 800;
    font-style: italic;
}
#mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption h1{
    font-size: 61px;
    margin-bottom: 0;
    font-weight: 900;
    font-style: italic;
}
#mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption h1 span{
    color: #ff9a33;
    display: block;
}

#mainCarousel .carousel-inner .item .carousel-caption p{
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0.034em;
}
#mainCarousel .carousel-control{
    display: none
}
#mainCarousel .carousel-indicators li,
#mainCarousel .carousel-indicators li.active{
    width: 12px;
    height: 12px;
    border: 0;
    background: #fff;
    opacity: 0.6;
    margin: 0 5px;
}
#mainCarousel .carousel-indicators li.active{
    opacity: 1;
}

@media (max-width: 767px){
    #mainCarousel .carousel-inner .item {
        height: calc(100vh - 66px);
        position: relative;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: 15px;
        right: 15px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 11vw;
    }
    #mainCarousel .carousel-inner .item .carousel-caption p {
        font-size: 4vw;
    }
    #mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption h1 {
        font-size: 12vw;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: calc((100% - 750px) / 2);
        right: 30%;
        top: 45%;
    }
    #mainCarousel .carousel-inner .item:nth-child(1) .carousel-caption h1{
        font-size: 52px;
    }
    #mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption h1 {
        font-size: 45px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item .carousel-caption{
        left: calc((100% - 970px) / 2);
        right: 30%;
        top: 45%;
    }
    #mainCarousel .carousel-inner .item:nth-child(1) .carousel-caption h1{
        font-size: 64px;
    }
    #mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption h1 {
        font-size: 57px;
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper > section{
    padding: 120px 0;
}
@media (max-width: 767px){
    
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 320px;
    background-color: #333;
    background-image: url(/public/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container{
    height: 100%;
    position: relative;
}
.subHeader .container h2{
    color: #fff;
    font-size: 60px;
    margin: 0;
    font-weight: 700;
    text-align: left;
    position: absolute;
    bottom: 25%;
}
.subHeader .container .breadcrumb{
    padding: 10px 0 0 0;
    background: none;
    border-radius: 0;
    font-size: 12px;
    position: absolute;
    bottom: 10%;
}
.subHeader .container .breadcrumb > li.active,
.subHeader .container .breadcrumb > li > a{
    color: #fff;
    opacity: 0.7;
}
.subHeader .container .breadcrumb > li.active{
    opacity: 1;
}

.subMenu{
    background: #f58220;
}
.subMenu .nav{
    
}
.subMenu .nav > li{
    margin: 0;
}
[id^="About"] .subMenu .nav > li{
    width: calc(100% / 3);
}
[id^="Service"] .subMenu .nav > li{
    width: calc(100% / 7);
}
.subMenu .nav > li > a{
    border-radius: 0;
    padding: 16px 0 14px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.subMenu .nav > li:hover > a, .subMenu .nav > li:focus > a{
     color: #fff;
     background: #df6700;
}
.subMenu .nav > li.active > a{
    font-weight: 700;
    color: #222;
    background: #fff;
    font-size: 19px;
    padding: 15px 0 11px;
}
[id^="Service0"] .subMenu .container {
    width: 1300px;
}

[id^="Service0"] .subMenu .nav > li.active > a {
    font-size: 17px;
    padding: 17px 0 12px;
}

.subContent{
    padding-top: 80px;
}
.subContent_title{

}
.subContent_title h3{
    text-align: center;
    font-size: 38px;
    margin: 0 0 60px;
    font-weight: 700;
}
.subContent_title h3 small {
    color: #e76a00;
    font-size: 27px;
    margin-left: 10px;
}
.subContent .content{
    padding-bottom: 150px;
}
.subContent .content h4{
    
}
.subContent .content h4::before{
    content: '';
}
.bbs-area {
    margin-bottom: 120px;
}
.board_wrapper {
    margin-top: 0;
}
.board_wrapper .table.board_write_table {
    font-size: 15px;
}
.board_wrapper .text-center .btn.btn-lg {
    font-size: 16px;
}
.table_video, .table_blog2 {
    margin: 0 -5px 20px;
}
#About01 img{padding: 20px 50px 0 0;}
.greeting{
    padding-left: 30px;
}
.greeting p{
    font-size: 16px;
    margin-bottom: 20px;
    color: #666;
}
.greeting p > span{
    color: #f5821e
}
.greeting p.intro{
    font-size: 27px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 20px 0 40px;
    color: #333;
}
.greeting p.intro::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #999;
    margin: 30px 0 0;
}
.history_wrap{
    /* width: 800px; */
    margin: auto;
}
.history_wrap .history{
    position: relative;
    padding-bottom: 40px;
    display: flex;
}
.history_wrap .history::before{
    content: '';
    display: block;
    width: 220px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
}
.history_wrap .history::after{
    content: '';
    display: table;
    clear: both;
}
.history_wrap .history .year{
    margin: 0;
    width: 400px;
    text-align: right;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-right: 30px;
}
.history_wrap .history .li_issue{
    width: calc(100% - 300px);
    margin-top: 6px;
}
.history_wrap .history .li_issue > li{
    font-size: 17px;
    font-weight: 500;
    position: relative;
}
.history_wrap .history .li_issue > li::before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #f58220;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -15px;
}


.membership{
    margin-bottom: 50px;
    padding: 0 10px;
}
.membership img{
    border: 1px solid #ededed;
    border-radius: 5px;
}
.membership .caption{
    text-align: center;
    padding: 15px 0 0;
    margin: 0;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -0.053em;
    height: 65px;
}
.membership .caption > span{
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.034em;
    color: #666;
}


.subTab .nav-tabs{
    text-align: center;
    border: 0;
    margin-top: -20px;
    margin-bottom: 80px;
}
.subTab .nav-tabs > li{
    float: none;
    display: inline-block;
}
.subTab .nav-tabs > li > a{
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #999;
    border-radius: 30px;
    font-size: 16px;
    padding: 12px 30px;
    font-weight: 500;
}
.subTab .nav-tabs > li:hover > a{
    border-color: #F5821E;
    color: #F5821E;
    background: #fff;
}
.subTab .nav-tabs > li.active a{
    border-color: transparent;
    background: #222;
    color: #fff;
}
#Service01-1 .con1 .row > div:nth-child(1) {
    padding-right: 90px;
}

.exhibition{
    padding: 15px 0 0;
    position: relative;
    margin-bottom: 50px;
}
.exhibition::before{
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #F5821E;
    position: absolute;
    top: 0px;
    left: 0;
}
.exhibition h5{
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: 0;
}
.exhibition p{
    font-size: 16px;
    margin: 0;
}

[id^="Service"] img{
    /* box-shadow: 15px 15px 0px 0px rgba(0,0,0,0.10); */
    border-radius: 5px;
}

[id^="Service"] p.intro{
    font-size: 20px;
    margin-bottom: 50px;
    text-align: center;
    padding: 0 50px;
    line-height: 1.65em;
}
[id^="Service"] p.intro::after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #999;
    margin: 20px auto;
}
.li_service{
    border: 8px solid #ededed;
    padding: 25px 50px;
    margin-bottom: 30px;
}
.li_service::after{
    content: '';
    display: table;
    clear: both;
}
.li_service > li{
    float: left;
    width: calc(100% /3);
    font-size: 18px;
    font-weight: 700;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 3px;
    position: relative;
}
.li_service > li::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F5821E;
    position: absolute;
    top: 13px;
    left: 0;
}

#Contact01 .con1 .row > div:nth-child(2) {
    padding-left: 50px;
}
.kemilee{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 240px;
}
.li_location{
    padding: 0;
    margin: 0;
}
.li_location > li{
    font-size: 17px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
}
.li_location > li:nth-child(1) {
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
}
.li_location > li > span{
    color: #F5821E;
    width: 70px;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
}

.table_video dd, .table_blog2 dd{
    width: calc(100% / 4);
    padding: 0 5px;
}
.table_video dd .inner, .table_blog2 dd .inner{
    border: 0;
}
.table_blog2 dd:hover .inner{
    border-color: #df6700;
}
.table_video dd .inner .bottom, .table_blog2 dd .inner .bottom{
    padding: 0;
    position: relative;
}
.table_video dd .inner .bottom .title, .table_blog2 dd .inner .bottom .title{
    padding: 0;
    margin: 0;
}
.table_video dd .inner .bottom .title a, .table_blog2 dd .inner .bottom .title a{
    display: block;
    text-align: center;
    padding: 15px 10px 35px;
    font-size: 17px;
    letter-spacing: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
.table_blog2 dd:hover .inner .bottom .title a{
    color: #df6700;
}
.table_video dd .inner .bottom .info, .table_blog2 dd .inner .bottom .info{
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

#item_0 .text-muted{
    margin: 6px 0 0;
}

#form_history_list{
    padding-top: 105px
}

@media (max-width: 767px){
    .subMenu{
        display: none;
    }
    .subHeader {
        height: 220px;
    }
    .subHeader .container h2 {
        color: #fff;
        font-size: 44px;
        bottom: 27%;
    }
    .subContent_title h3 {
        font-size: 9vw;
    }
    .subContent_title h3 small{
        display: block;
    }
    #About01 img {
        padding: 0;
    }
    .greeting {
        padding-left: 0;
    }
    .greeting p.intro {
        font-size: 5vw;
    }
    .history_wrap .history {
        display: block;
    }
    .history_wrap .history .year{
        text-align: left;
        width: auto;
    }
    .history_wrap .history .li_issue {
        width: auto;
        margin-top: 6px;
    }
    .subTab .nav-tabs > li > a {
        font-size: 14px;
        padding: 8px 11px;
    }
    [id^="Service"] p.intro {
        font-size: 17px;
        padding: 0;
    }
    [id^="Service"] img{
        width: 100%;
        height: auto;
    }
    .li_service {
        border: 8px solid #ededed;
        padding: 24px 30px;
    }
    .li_service > li {
        float: none;
        width: 100%;
    }
    .table_video dd, .table_blog2 dd {
        width: 100%;
        padding: 0 5px;
    }
    .checkbox-inline, .radio-inline{
        display: block;
    }
    .radio-inline+.radio-inline{
        margin-left: 0;
    }
    .text-muted {
        color: #777;
        font-size: 12px;
    }
    #Contact01 .con1 .row > div:nth-child(2) {
        padding-left: 15px;
    }
    .kemilee {
        margin-top: 20px;
    }
    .table.table_default tr .num, .table.table_default tr .regdate, .table.table_default tr .hits{display: none;}
    .board_wrapper .table.board_write_table tbody tr td .btn, .board_wrapper .table.board_write_table tbody tr td .form-control, .board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big{width: 100%;}
    #list_btn{display: none;}
    #write_btn{margin: 0;}
}
@media (min-width: 768px) and  (max-width: 991px){
    .subMenu .nav > li > a {
        padding: 16px 0 14px;
        font-size: 14px;
    }
    .subMenu .nav > li.active > a {
        font-size: 17px;
    }
    #About01 img {
        padding: 20px 0px 0 0;
    }
    .greeting p.intro {
        font-size: 25px;
    }
    #Contact01 .con1 .row > div:nth-child(1),
    #Contact01 .con1 .row > div:nth-child(2){
        width: 100%;
        padding: 0 15px;
    }
    .kemilee {
        margin-top: 20px;
    }
    [id^="Service"] img{
        width: 100%;
        height: auto;
    }
    [id^="Service0"] .subMenu .container {
        width: 750px;
    }
    [id^="Service"] .subMenu .nav > li {
        width: calc(100% / 4);
        display: inline-block;
        float: none;
        margin: 0 -2px;
    }
    .table_video dd, .table_blog2 dd {
        width: calc(100% / 2);
        padding: 0 5px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    [id^="Service0"] .subMenu .container {
        width: 970px;
    }
    [id^="Service"] img{
        width: 100%;
        height: auto;
    }
    [id^="Service"] .subMenu .nav > li {
        width: calc(100% / 4);
        display: block;
        float: left;
        margin: 0;
    }
    [id^="Service"] .subMenu .nav > li > a,
    [id^="Service"] .subMenu .nav > li.active > a{
        font-size: 15px
    }
}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 40px 0;
    background: #323232;
    color: #d0d0d0;
}
footer .footer-logo{
    
}
footer .footer-logo h1{
    margin: 0;
}
footer .footer-logo h1 > a{
    display: block;
}
footer .footer-logo h1 > a > img{
    display: block;
}
footer .footer-text{padding-left: 50px;}
footer .footer-text ul{
    padding: 5px 0 0;
    margin-bottom: 0;
}
footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
footer .footer-text ul li{
    float: left;
    margin-right: 15px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    opacity: 0.9;
}
footer .footer-text ul li address{
    margin-bottom: 0;
    line-height: 1.4;
}
footer .footer-text .copyrights{
    display: block;
    font-size: 11px;
    margin-top: 12px;
    opacity: 0.5;
}
footer .footer-text ul:nth-child(1) li:first-child,
footer .footer-text ul:nth-child(2) li:first-child {
    font-weight: 700;
    opacity: 1;
}
footer .footer-text ul:nth-child(2) li {
    letter-spacing: 0.02em;
}
@media (max-width: 767px){
    footer .footer-text {
        padding-left: 15px;
        padding-top: 30px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

.member_wrapper {
    max-width: 1170px;
}
.form_history_title {
    margin-top: 50px;
    font-size: 28px;
    font-weight: 700;
}

.alert-info {
    border-radius: 0;
    border: 0;
    background: #f3f3f3;
    color: #333;
    font-size: 15px;
    letter-spacing: -0.02em;
    padding: 20px;
    margin-bottom: 40px;
}

.alert-info ul li {
    position: relative;
    padding-left: 13px;
}
.alert-info ul li::before {content: '';display: block;width: 6px;height: 3px;background: #666;position: absolute;left: 0;top: 12px;}