@charset "utf-8";
@import url('/public/Nanumbarunpen/NanumBarunpenB/stylesheet.css');
@import url('/public/Nanumbarunpen/NanumBarunpenR/stylesheet.css');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&display=swap&subset=korean');

html {overflow-x: hidden; overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 101px;}
#site > .container{
    padding: 0;
    width: 100%;
}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button {font-family: 'Apple SD Neo Gothic', 'Nanum Gothic', 'notokr', '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;
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{
    background-color: #fff;
    border-bottom: 0;
    margin-bottom: 0;
}
.navbar-header .navbar-brand{
    display: block;
    padding: 0;
    font-size: 24px;
    margin-left: 0 !important;
    font-weight: 600;
    letter-spacing: 0.036em;
    margin-top: 47px;
    height: auto;
    margin-bottom: 15px;
    color: #888;
}
.navbar-header .navbar-brand:hover{
    color: #000;
}
.navbar-header .navbar-brand > span > span{
    font-family: 'Malgun Gothic', 'Gulim', sans-serif;
    font-size: 37px;
    font-weight: 600;
    /* letter-spacing: -0.034em; */
    padding-right: 3px;
    letter-spacing: -0.06em;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
    height: 51px;
}

.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 50px 20px 20px;
    font-size: 13px;
    font-weight: 300;
    color: #000;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li:focus > a{
    color: #d28b12 !important;
    background: none !important;
}
.nav.navbar-nav li .dropdown-menu{
    left: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    padding-top: 0;
}
.nav.navbar-nav li .dropdown-menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
}

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

/* 슬라이드 영역 */

#main_wrapper > #mainCarousel{
    width: 940px;
    margin: 0 auto;
}
#mainCarousel .carousel-inner .item{
    height: 294px;
    /* height: calc(100vh - 179px); */
    /*height: 770px;*/
}


/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper > section:nth-of-type(1) > .container{
    padding-top: 45px;
    padding-left: 115px;
    padding-right: 115px;
    width: 1170px;
    margin: 0 auto;
}
.main-contents #works > #title-works h2{
    color: #333;
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 30px;
    font-family: 'Apple SD Neo Gothic', 'notokr';
    text-transform: uppercase;
}
.main-contents #works > #title-works .pull-right{
    color: #333;
    margin-top: 12px;
}
#main_wrapper > section:nth-of-type(1) .category_wrap{
    margin-bottom: 30px;
}
#main_wrapper > section:nth-of-type(1) .board_box_blog2{
    padding: 0;
}
#main_wrapper > section:nth-of-type(1) .board_box_blog2 > .page-header{
    display: none;
}
#main_wrapper > section:nth-of-type(1) .board_box_blog2 > .row > div{
    width: 50%;
}
#main_wrapper > section:nth-of-type(1) .board_box_blog2 .inner{
    border: none;
    margin-top: 0;
    margin-bottom: 30px;
}
#main_wrapper > section:nth-of-type(1) .board_box_blog2 .inner .top a .thumb{
    padding-top: calc(455px / 16 * 9);
    height: auto
}
#main_wrapper > section:nth-of-type(1) .board_box_blog2 .inner .bottom {
    padding: 15px 0 0;
}
#main_wrapper > section:nth-of-type(1) .board_box_blog2 .inner .bottom .title{
    padding: 0;
    color: #666;
}
#main_wrapper > section:nth-of-type(1) .board_box_blog2 .inner .bottom .title a{
    font-size: 18px;
    letter-spacing: -.03em;
    color: inherit;
}
#main_wrapper > section:nth-of-type(1) .board_box_blog2 .inner .bottom .title a span{
    font-weight: bold;
    font-size: 13px;
}
#main_wrapper > section:nth-of-type(1) .board_box_blog2 .inner .bottom .info{
    font-size: 13px;
}
#main_wrapper > section:nth-of-type(1) .board_box_blog2 .inner .bottom .info span{
    padding: 0 5px 0 0;
    font-size: 12px;
}

/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.subHeader {
  /* height: 250px; */
  /* background-color: #333; */
  /* background-image: url(/public/img/sub/sub_title.jpg); */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  position: relative;
  background: #fff;
}
.subHeader .container h2{
    /* text-align: left; */
    color: #333;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    position: absolute;
    top: 70%;
    left: 10%;
    font-family: 'Apple SD Neo Gothic', 'notokr';
    text-transform: uppercase;
}
.br_wrap {
    display: none;
    margin-top: -40px;
    position: relative;
    background: rgba(0,0,0,0.4);
}
.br_wrap .container{
    padding: 0;
}
.br_wrap .container .breadcrumb{
    padding: 0;
    border-radius: 0;
    background: none;
    margin-bottom: 0;
}
.br_wrap .container .breadcrumb::after{
    content: '';
    display: table;
    clear: both;
}
.br_wrap .container .breadcrumb > li{
    padding: 10px 15px;
    margin: 0 !important;
    display: block;
    float: left;
}
.br_wrap .container .breadcrumb > li + li:before{
    content: '';
    display: none !important;
}
.br_wrap .container .breadcrumb > li:first-child{
}
.br_wrap .container .breadcrumb > li:first-child > a{
    color: #fff;
}
.br_wrap .container .breadcrumb > li.active{
    color: #fff;
    background: #EF9701;

}
.subContent {
    background: #fff;
}
.subContent > .container{
    background: #fff;
}
.subContent > .container .bbs-area{
    padding-left: 100px;
    padding-right: 100px;
}
.subWrapper + .board_wrapper > .search_wrap .btn{
    background-color: #fff;
    border-color: #ccc;
    font-size: 12px;
    color: #666;
    font-weight: bold;
    padding: 7px 15px 6px;
}
.subWrapper + .board_wrapper > .search_wrap .btn:hover{
    background-color: #f4f4f4;
    border-color: #999;
}
@media (min-width: 1200px){
    .subWrapper + .board_wrapper > .table_blog2 dd{
        width: 50%;
    }
}
.subWrapper + .board_wrapper > .table_blog2 dd .inner .top a .thumb{
    padding-top: 56.25%;
    height: auto;
}
.subContent .content{
    padding: 80px 100px 110px;
}
#Director .subContent .content{
    padding: 40px 100px 40px;
}
#Director .subContent .content.con1{
    padding-top: 80px;
}
.subContent .content h4{
    padding-left: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.034em;
    margin-top: 0;
    margin-bottom: 50px;
    position: relative;
}
.subContent .content h4::before{
    content: '';
    display: none;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #EF9701;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.subContent .content p{
    font-size: 16px;
}
#Director .subContent .content .row{
    display: flex;
    align-items: center;
}
#Director .subContent .content .row > div{}

#About .subContent .content p.intro{
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 20px;
    font-family: 'Nanum Gothic', sans-serif;
    padding: 0px 0px 30px;
    /* letter-spacing: 0.036em; */
    color: #333;
}
#About .subContent .content p.intro > span{
    font-size: 35px;
    font-weight: 300;
    margin-right: 2px;
}
#About .subContent .content p{
    font-family: 'notokr', 'nanumbarunpenr', sans-serif;
    line-height: 1.6em;
    margin-bottom: 30px;
    font-size: 15px;
    color: #626262;
}
#About .subContent .content p > span{
    font-family: 'Noto Sans KR','Noto Sans CJK KR', 'notokr', 'Nanum Gothic', sans-serif;
}

#FILM .category_wrap li a{
    line-height: 0.5em;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 2px 8px;
    color: #666;
    letter-spacing: -0.034em;
    border-bottom: none;
}
#FILM .category_wrap li.on a{
    color: #333;
    border-bottom: 1px solid #333;
    font-weight: 800;
}

@media (min-width: 1200px){
    #Process .con1 .col-lg-2{
        width: 20%;
        position: relative;
        margin-bottom: 20px;
    }
}
#Process .con1 .process{
    /* border: 1px solid #aaa; */
    /* border-top: 2px solid #EF9701; */
}
#Process .con1 .process dt{
    text-align: left;
    padding: 10px 0 0;
    font-size: 15px;
    font-weight: 700;
}
#Process .con1 .process dt > span{
    display: block;
    color: #3a9480;
    /*color: #ff5e5d;*/
    font-weight: 300;
    font-size: 32px;
    padding-bottom: 20px;
    /*font-family: 'NanumBarunpenR';*/
    font-family: 'Nanum Gothic', sans-serif;
}
#Process .con1 .process dd{
    padding: 30px 0 0;
    font-size: 13px;
    min-height: 135px;
}
#Process .con1 .li-cont{
    /* padding: 50px 0 0; */
    padding: 0;
}
#Process .con1 .li-cont > li{
    font-size: 14px;
    padding-left: 12px;
    position: relative;
    line-height: 1.7em;
}
#Process .con1 .li-cont > li::before{
    content: '';
    display: block;
    width: 6px;
    height: 3px;
    background: #bdbdbd;
    position: absolute;
    top: 10px;
    left: 0;
}
#Contact .subContent .content.con1{
    padding-bottom: 0;
}
#Contact p.contact{
    font-size: 15px;
    margin: 40px 0 0;
    font-weight: 600;
    padding-left: 15px;
    position: relative;
}
#Contact p.contact::before{
    content: '';
    display: block;
    width: 6px;
    height: 3px;
    background: #bdbdbd;
    position: absolute;
    top: 10px;
    left: 0;
}
#Contact .root_daum_roughmap {
    border-radius: 0;
    border: none;
    width: 100% !important;
    padding: 0;
    margin-bottom: 60px;
}
#Contact .li-location{
    /* padding: 0 0 30px 0; */
    /* border-bottom: 1px solid #ddd; */
    padding: 0;
    margin-bottom: 30px;
}
#Contact .li-location > li{
    font-size: 13px;
    padding: 6px 0;
}
#Contact .li-location > li > span{
    display: inline-block;
    width: 130px;
    padding-right: 40px;
    color: #000;
    font-weight: bold;
    text-align: left;
    line-height: 1em;
}
script + .container .board_wrapper{
    margin-top: 0;
    padding-top: 0;
}
script + .container .board_wrapper{
    margin-top: 0;
    padding-top: 5px;
}
script + .container .board_wrapper .table.board_write_table tbody tr td{
    background: #fff;
}
script + .container .board_wrapper .text-muted{
    display: none;
}
#Contact .con2{
    padding: 0 100px 0;
}
#Contact .con2 h4{
    margin: 50px 0 10px;
    font-size: 28px;
    font-weight: 300;
    font-family: 'Apple SD Neo Gothic', 'notokr';
}
#Contact .con2 p{
    font-size: 13px;
    color: #999;
}
/* //서브페이지 */

/* 푸터 */

.wrap-footer {
    text-align: left;
    padding: 30px 0;
    background: #fff;
    color: #777;
}
.wrap-footer .footer-text h1{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.wrap-footer .footer-text h1 a{
    color: #888;
}
.wrap-footer .footer-text h1:hover a{
    text-decoration: none;
}
.wrap-footer .footer-text ul{
    padding-left: 0;
    margin-bottom: 0;
}
.wrap-footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
.wrap-footer .footer-text ul li{
    float: left;
    margin-right: 15px;
    line-height: 1.4;
    font-size: 12px;
    letter-spacing: -0.02em;
}
.wrap-footer .footer-text ul li address{
    margin-bottom: 0;
    line-height: 1.4;
}
.wrap-footer .footer-text ul li:last-child{
    float: right;
    margin: 0;
}
.wrap-footer .footer-text .copyrights{
    font-size: 10px;
    margin-top: 20px;
    letter-spacing: 0;
    padding-left: 100px;
}

/* //푸터 */


.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;
}
.subHeader > .container {
    padding: 0 100px;
    position: relative;
    height: 100px;
}
.table.table_default thead th {
    background: none;
    font-size: 13px;
    padding: 12px;
    border-bottom-color: #ccc;
}
.table.table_default tbody .writer, .table.table_default tbody .regdate, .table.table_default tbody .hits, .table.table_default tbody .num {
    font-size: 13px;
    font-weight: normal;
}
.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr td {
    font-size: 14px;
    padding: 18px 15px;
} 
.board_wrapper {
    padding-top: 80px;
    margin-bottom: 150px;
}
#Contact + .container .board_wrapper{
    padding-top: 0;
}
.board_wrapper, .pagination_wrap, .search_wrap{
    padding-left: 115px;
    padding-right: 115px;
    width: 1170px;
    margin: 0 auto;
}
.search_wrap #search_query {
    width: 200px;
}
.search_wrap .write_btn_wrap{
    right: 115px;
}
.form-control {
    height: 32px;
    font-size: 13px;
}
select.form-control {
    background-position: calc(100% - 5px) 6px;
}
.board_data_view {
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #eee;
    padding: 20px 0 15px;
}
#captcha {
    height: 32px !important;
}
#reply_write .btn_wrap .btn {
    padding: 6px 15px 6px !important;
    font-size: 12px;
}
.board_wrapper .option_wrap .btn {
    padding: 7px 15px 6px !important;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fff;
    color: #666;
}
.board_wrapper .reply_wrap h4 {
    font-size: 13px;
}
#reply_list div span {
    font-size: 14px !important;
}
.contents_inner p {
    font-size: 15px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 13px;
    background: #fafafa;
}
.table_blog2 dd .inner {
    border: none;
}
.table_blog2 dd .inner .bottom .title a span {
    font-weight: bold;
    font-size: 13px;
}
.badge {
    font-size: 11px;
    border-radius: 1px;
    padding: 5px 5px 4px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    letter-spacing: -0.034em;
}
.table_blog2 dd .inner .bottom .title {
    padding: 0;
    color: #666;
}
.table_blog2 dd .inner .bottom {
    padding: 15px 0 0;
}
.table_blog2 dd .inner .bottom .info {
    font-size: 13px;
}
.table_blog2 dd .inner .bottom .info span {
    padding: 0 5px 0 0;
    font-size: 12px;
}
.board_wrapper .text-center .btn.btn-lg {
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 700;
}
#Process .con1 .process dt > span::after {
    position: absolute;
    z-index: 1000;
    /*background: #ff3939;*/
    background: #3a9480;
    content: '';
    width: 10px;
    height: 10px;
    /* left: 24px; */
    left: 30px;
    border-radius: 50%;
    display: block;
}
#Process .con1 .col-lg-2::before {content: '';width: 100%;height: 1px;background: #ddd;display: block;position: absolute;top: 60px;left: 26px;z-index: 2;}
.board_data_view .header_wrap .info span {
    font-size: 12px;
}
.board_wrapper .option_wrap {
    margin-top: 10px;
}
.table_blog2 dd .inner .bottom .title a:hover, .table_blog2 dd .inner .title a:focus {
    color: #000;
    text-decoration: none;
}
.board_data_view .header_wrap .title {
    font-size: 20px;
    letter-spacing: -0.04em;
}
#About .con1 .row > div + div {
    padding-left: 40px;
}

#Director .img-box img{
    border-radius: 50%;
}
#Director h4{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
}
#Director .con2 h4, #Director .con3 h4{
    margin-top: 0;
}
#Director .con2 .row, #Director .con3 .row{
    display: flex;
    align-items: center;
}

#Director h4 small{
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}

#Director .li_director{
    padding: 0;
    margin-bottom: 25px;
}
#Director .li_director > li{
    font-size: 15px;
}
#Director .li_director > li > b{
    display: block;
    margin-bottom: 5px;
}
#Director dl{
    padding-left: 50px;
    position: relative;
}
#Director dl::after{
    content: '';
    display: table;
    clear: both;
}
#Director dl:last-child{
    margin-bottom: 0;
}
#Director dl dt{
    position: absolute;
    left: 0;
}
#Director dl dd{
    
}







#main_popup_19 > .main_popup_contents,
#main_popup_20 > .main_popup_contents{
    padding: 0 0 10px;
}
#main_popup_19 img{
    width: 150px;
    display: block;
    height: auto;
    margin: 10px auto 20px;
}
#main_popup_19 p[xss="removed"]{margin: 0;}
#main_popup_19 img.andaward{width: 220px;margin-top: 20px;margin-bottom: 0;}
#main_popup_19 .top{
    text-align: center;
    font-family: 'Apple SD Neo Gothic', 'notokr', 'Malgun Gothic', 'Gulim', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #585657;
    letter-spacing: -0.023em;
    line-height: 1;
}
#main_popup_19 .top.top18{margin-top: 17px;}
#main_popup_19 .top > small{
    font-size: 20px;
    padding: 5px;
    margin-top: 15px;
    display: inline-block;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    font-weight: 600;
}
#main_popup_19 .top > b{
    display: block;
    font-weight: 900;
    margin-top: 12px;
    font-size: 38px;
    color: #e4b750;
}
#main_popup_19 .wrap{
    width: 300px;
    margin: 0 auto 10px;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
    background: #605E5E;
    color: #fff;
    position: relative;
    box-shadow: 0 3px 9px -4px rgba(0,0,0,0.4);
}
#main_popup_19 .bttm{
    margin-bottom: 0;
}
#main_popup_19 .bttm > b{
    display: block;
    font-size: 18px;
}

#main_popup_19 .link-box{
    padding: 0px 47px 13px;
    text-align: center;
}
#main_popup_19 .link-box p{
    font-size: 15px;
    margin: 0 0 25px;
}
#main_popup_19 .link-box a{
    display: block;
    line-height: 60px;
    background: #f99f00;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 3px 9px -4px rgb(0 0 0 / 40%);
}
#main_popup_19 .link-box a:hover{
    background: #db8d04;
    text-decoration: none;
}
#main_popup_19 .link-box a span{}
#main_popup_19 {
    top: 100px !important;
    width: 360px;
    right: calc(100% - (940px / 2) + 15px);
    left: auto;
}
#main_popup_19 .mid{

}
#main_popup_19 .mid > b{
    font-weight: 900;
}

#main_popup_20{
	right: 95px;
}

#Awards{}
#Awards .content{}
#Awards .content > .row{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#Awards .content > .row > div{}
#Awards .img-box{}
#Awards .img-box img{}
#Awards .content h4{
    margin: 0 0 015px;
    font-size: 23px;
}
#Awards .content h4 small{
    display: block;
    font-size: 20px;
    color: #dab900;
    margin: 0 0 5px;
    font-weight: 600;
}
#Awards .content .li-award{
    padding: 0;
}
#Awards .content .li-award > li{
    font-size: 15px;
    padding-left: 12px;
    position: relative;
}
#Awards .content .li-award > li::before{
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 11px;
    left: 0;
}
#Awards .content .li-award > li > span{
    color: #FDAB00;
    font-weight: 600;
}
#Awards .content .li-award > li > span > b{
    color: #000;
}
@media (max-width: 767px){
    #site{
        padding-top: 81px;
    }
    
    /* nav */
    .navbar-header .navbar-brand{
        margin-left: 15px !important;
        margin-top: 30px;
    }
    .navbar-inverse .navbar-toggle{
        margin-top: 23px;
        background: #256E5E;
        border-color: #256E5E;
    }
    .navbar-inverse .navbar-toggle:hover{
        background: #256E5E !important;
        border-color: #256E5E !important;
    }
    .navbar-inverse .navbar-collapse{
        border-top: 0;
    }
    .nav.navbar-nav > li > a{
        padding: 15px 0;
        text-align: center;
        border-top: 1px solid #f7f7f7;
    }

    /* slide */
    #main_wrapper > #mainCarousel{
        width: 100%;
    }
    #mainCarousel .carousel-inner .item{
        background-position: 9.5%;
        height: 30.3vw;
    }
    #main_wrapper > section:nth-of-type(1) > .container {
        padding-top: 45px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    #main_wrapper > section:nth-of-type(1) .board_box_blog2 > .row > div{
        width: 100%;
    }
    #main_wrapper > section:nth-of-type(1) .board_box_blog2 .inner .top a .thumb {
        padding-top: calc(100% / 16 * 9);
        height: auto;
    }
    /* main */

    /* subPage */
    .subHeader > .container{
        height: 50px;
    }
    .subHeader .container h2{
        font-size: 25px;
        left: 15px;
    }
    .subContent .content, .subWrapper + .board_wrapper > {
        padding-left: 0;
        padding-right: 0;
    }
    #About .con1 .row > div + div{
        padding-left: 15px;
    }
    #About .subContent .content p.intro{
        padding: 0;
    }
    
    #Director .subContent .content .row {
        display: block !important;
    }
    .table_blog2 dd{
        width: 100%;   
    }
    #Process .con1 .process {
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }
    #Process .con1 .process::after{
        content: '';
        clear: both;
        display: table;
    }
    #Process .con1 .process dt{
        display: inline-block;
        width: 118px;
    }
    #Process .con1 .col-lg-2::before{
        display: none;
    }
    #Process .con1 .process dd{
        display: inline-block;
        width: calc(100% - 122px);
        min-height: auto;
    }
    #Contact .li-location > li > span{
        display: block;
        margin-bottom: 5px;
    }
    #News .bbs-area .board_wrapper{
        overflow-x: hidden;
        margin-bottom: 0;
    }
    #News .bbs-area .num, #News .bbs-area .regdate, #News .bbs-area .hits{
        display: none;
    }
    .board_wrapper, .pagination_wrap, .search_wrap{
        width: 100%;
        padding: 0 15px;
    }
    .board_wrapper{
        padding-top: 80px;
    }
    .board_wrapper .num, .board_wrapper .hits, .board_wrapper .regdate{
        display: none;
    }
    .search_wrap .write_btn_wrap{
        right: auto;
    }
    .pagination_wrap ul{
        margin-bottom: 15px;
    }
    .category_wrap ul li a{
        padding-top: 5px;
        font-size: 12px;
    }
    .subContent .content{
        padding: 80px 0px 110px
    }
    #Director .subContent .content{
        padding: 40px 30px 30px;
    }
    #Contact .con2{
        padding: 0
    }
    .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%  !important;
    }
    #Director h4{
        margin-top: 30px !important;
    }

    .category_wrap ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: -8px;
    }
    .category_wrap li {
        flex-basis: 50%;
        padding: 8px;
    }
    .category_wrap li+li {
        margin-left: 0;
    }

    /* footer */
    .wrap-footer .footer-text h1{
        margin-bottom: 10px;
    }
    .wrap-footer .footer-text ul li{
        float: none !important;
    }
    .wrap-footer .footer-text .copyrights{
        padding-left: 0;
        margin-top: 20px;
        display: block;
    }
    #main_popup_19,
    #main_popup_20{
        top: 100px !important;
        width: auto;
        max-width: 330px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    /* nav */

    /* slide */
    #main_wrapper > #mainCarousel{
        width: 100%;
    }
    #main_wrapper > section:nth-of-type(1) > .container {
        padding-top: 45px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    #mainCarousel .carousel-inner .item {
        height: 31vw;
    }
    #main_wrapper > section:nth-of-type(1) .board_box_blog2 .inner .top a .thumb {
        padding-top: calc(100% / 16 * 9);
        height: auto;
    }
    /* main */

    /* subPage */
    .subContent .content, .subContent > .container .bbs-area{
        padding-left: 0;
        padding-right: 0;
    }
    .subHeader .container h2{
        left: 15px;
    }
    #About .subContent .content p.intro{
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 0px 0px 10px;
    }
    #Process .con1 .col-lg-2::before{
        left: 0;
    }
    .board_wrapper, .pagination_wrap, .search_wrap{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    #Contact .con2{
        padding: 0;
    }
    /* footer */
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    /* nav */

    /* slide */
    #main_wrapper > #mainCarousel{
        width: 100%;
    }
    #mainCarousel .carousel-inner .item {
        height: 30vw;
    }

    /* main */
    #main_wrapper > section:nth-of-type(1) > .container {
        padding-top: 45px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        margin: 0 auto;
    }

    /* subPage */
    #About .subContent .content p.intro{
        padding: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .subContent .content {
        padding: 80px 85px 110px;
    }
    #Director .subContent .content{
        padding: 40px 100px 30px;
    }
    #Contact .con2 {
        padding: 0 75px 0;
    }
    .board_wrapper, .pagination_wrap, .search_wrap{
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
    }
    /* footer */
    
}

@media(max-width:767.98px){
#site  #main_popup_20 .main_popup_contents img{
	width: 100%;
}
}
.main_popup{
	    /* box-shadow: none; */
	    /* border-color: #ccc; */
}