@charset "utf-8";
html,
body {
    color: #333333;
    background-color: #fff;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.comment-wrap-del {
    display: none;
}
.video-container iframe {
    width: 100%;
    height: 670px;
}

#hd.main {
    height: auto;
}

#hd_wrapper.main {
    display: inline-block;
    width: auto;
    padding: 0;
    text-align: left;
    position: absolute;
    right: 4%;
    top: 30%;
    transition: 0.6s;
    pointer-events: auto;
}
#hd_wrapper.main.fixed {
    padding: 0px;
    background-color: transparent;
}

#hd_wrapper.main #logo {
    margin-bottom: 30px;
    font-family: quiche-sans, sans-serif;
    color: #2f2f2f;
}

#hd_wrapper.main #logo a {
    font-size: 25px;
    font-family: quiche-sans, sans-serif;
}

#hd_wrapper.main #logo a span {
    margin-left: 10px;
    font-size: 50px;
    display: inline-block;
}

#hd_wrapper.main .main-menu-wrap {
    transform: translateY(0);
    margin-bottom: 0px;
    height: 50px;
}

#hd_wrapper.main .main-menu-wrap a {
    padding-right: 30px;
}

#hd_wrapper.main .hd_txt {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    color: rgba(47, 47, 47, 0.5);
}

#hd_wrapper.main .hd_txt b {
    color: #2f2f2f;
}

#hd_wrapper.main .more-btn {
    margin-top: 50px;
    display: flex;
    width: 230px;
    height: 30px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #2f2f2f;
}
#hd_wrapper.main .more-btn span {
    display: inline-block;
}
#hd_wrapper.main .more-btn .more {
    color: #2f2f2f;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    font-family: 'Pretendard-SemiBold';
}
#hd_wrapper.main .more-btn .line {
    width: 60px;
    height: 1px;
    background-color: #2f2f2f;
    position: relative;
    transition: 0.5s all;
    transform-origin: left;
    transform: scaleX(0.8);
}
#hd_wrapper.main .more-btn .line::after {
    content: '';
    position: absolute;
    right: 3px;
    top: 0;
    width: 7px;
    height: 7px;
    background-color: transparent;
    border-top: 1px solid #2f2f2f;
    border-right: 1px solid #2f2f2f;
    transform: rotate(45deg) translate(-10%, -50%);
}

#hd_wrapper.main .more-btn:hover .line {
    transform: scaleX(1);
}

#hd_wrapper.main .more-btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/*header*/
#hd_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 40px 90px;
    transition: 0.6s;
    pointer-events: none;
}
#hd_wrapper.fixed {
    padding: 10px 90px;
    background-color: white;
}
#hd_wrapper .main-menu-wrap {
    transform: translateY(15px);
}

#logo {
    pointer-events: all;
    position: relative;
    z-index: 3000;
}

#logo img {
    width: 200px;
    height: 60px;
}

.con1 {
    position: relative;
}

.main-slide-wrap {
    overflow: hidden;
    width: 1370px;
    height: 90vh;
    margin-top: 50px;
}
.main-slide-wrap button {
    display: none !important;
}

.slide-btn {
    padding: 10px 10px;
    background-color: rgba(47, 47, 47, 0.5);
    position: absolute;
    border-radius: 55px;
    left: 35%;
    bottom: 0%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    line-height: 12px;
}

.slide-btn span {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Pretendard-Regular';
}

.slide-btn span.line {
    height: 12px;
    width: 1px;
    margin: 0 10px;
    background-color: #fff;
    transform: rotate(15deg);
}

.main-slide-wrap .slick-slider {
    width: 100%;
    height: 100%;
}

.main-slide-wrap .slick-list {
    width: 100%;
    height: 100%;
}

.main-slide-wrap .slick-list .slick-track {
    width: 100%;
    height: 100%;
}

.slide {
    width: 1370px;
    height: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-menu-wrap > ul {
    display: flex;
    align-items: center;
}

.main-menu-wrap > ul > li {
}
.main-menu-wrap .sub-menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
    line-height: 2;
    padding-top: 30px;
    background-color: white;
    display: none;
}

.main-menu-wrap a {
    font-size: 15px;
    line-height: 25px;
    display: block;
    padding-right: 50px;
    font-weight: bold;
    pointer-events: all;
    color: rgba(47, 47, 47, 0.5);
}

.main-tit {
    text-align: center;
}
.main-tit h1,
.main-tit h2 {
    font-family: 'inter', sans-serif;
}
.main-tit {
    padding-top: 280px;
    padding-bottom: 110px;
}
.main-tit h1 {
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: 500;
}
.main-tit h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 60px;
}
.main-tit p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.main-tit .ani-txt {
    display: inline-block;
    transform: translateY(80px);
    opacity: 0;
    letter-spacing: 3px;
}
.main-tit .ani-txt.on {
    transform: translateY(0);
    opacity: 1;
}
.main-tit .ani-txt.ani1 {
    transition: 1.6s;
}
.main-tit .ani-txt.ani2 {
    transition: 1.5s;
    transition-delay: 0.2s;
}
.main-tit .ani-txt.ani3 {
    transition: 1.7s;
    transition-delay: 0.5s;
}
.main-tit .ani-txt.ani4 {
    transition: 1.6s;
    transition-delay: 0.8s;
}
.main-tit .ani-txt.ani5 {
    transition: 1.9s;
    transition-delay: 1s;
}
.main-tit .ani-txt.ani6 {
    transition: 1.6s;
    transition-delay: 1.2s;
}
.main-tit .ani-txt.ani7 {
    transition: 1.8s;
    transition-delay: 1.4s;
}

.galley_li {
    position: relative;
}
.pic_lt li .lt_img {
    margin: 0;
}
.lt_tit {
    position: absolute;
    top: 65px;
    left: 75px;
    color: white;
    font-size: 24px;
    font-weight: 400;
    transform: rotate(-0.03deg);
}
.lt_tit:hover {
    color: white;
}
.inner-con {
    padding: 0 140px;
}
.inner-con-1200 {
    max-width: 800px;
    margin: 0 auto;
}

.con_wrap {
    margin: 50px 0 100px 0;
    text-align: left;
}

.con_wrap h3 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Pretendard-SemiBold';
}

.con_wrap p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Pretendard-Regular';
    color: #2f2f2f;
}

.con_txt {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Pretendard-Regular';
    color: rgba(47, 47, 47, 0.5);
    text-align: left;
}

.m_menu {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
    pointer-events: all;
    z-index: 3000;
}
.m_menu.on .line1 {
    transform: rotate(45deg);
}
.m_menu.on .line2 {
    transform: translateX(10px);
    opacity: 0;
}
.m_menu.on .line3 {
    transform: rotate(-45deg);
}
.m_menu .line {
    width: 30px;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    display: block;
    transition: 0.6s;
}
.m_menu .line1 {
    transform: translateY(-10px);
}
.m_menu .line3 {
    transform: translateY(10px);
}

/*메인*/
.pic_lt li .lt_img {
    width: 100%;
    height: 38vw;
    overflow: hidden;
}
.pic_lt li .lt_img::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.6s;
}
.pic_lt li .lt_img:hover::after {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4);
}
.pic_lt li .lt_img img {
    transition: 0.6s;
}
.pic_lt li .lt_img:hover img {
    transform: scale(1.1);
}

.main_portfolio {
    width: calc(100% - 250px);
    margin: 0 auto;
}
.main_portfolio li {
    width: calc(50% - 2px);
    height: 29vw;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    position: relative;
    transition: 1.6s;
    margin-bottom: 4px;
}
.main_portfolio li:nth-child(2n - 1) {
    margin-right: 4px;
}
.main_portfolio li::after {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: 1.6s;
}
.main_portfolio li:hover::after {
    opacity: 1;
}
.main_portfolio li:hover {
    background-size: 110%;
}
.main_portfolio li a {
    display: block;
    width: 100%;
    height: 100%;
}
.main_portfolio .txt {
    font-size: 24px;
    color: white;
    padding-top: 60px;
    padding-left: 60px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}
.main_portfolio .hover-txt {
    color: white;
    position: absolute;
    top: 90px;
    left: 60px;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}
.main_portfolio li:hover .hover-txt {
    opacity: 1;
    transform: translateY(-30px);
}
.main_portfolio li:hover .txt {
    transform: translateY(-30px);
    opacity: 0;
}
.main_portfolio .hover-txt h3 {
    font-size: 32px;
    font-weight: 400;
    font-family: 'inter';
}
.main_portfolio .hover-txt p {
    font-size: 16px;
    font-weight: 400;
}
.main_portfolio::after {
    content: '';
    display: table;
    clear: both;
}
#ctt {
    background-color: transparent !important;
}
.animateme {
    transition: 0.6s;
}

/*게시판*/
.inner-con-1200 #bo_v_con .half-img-wrap {
    width: 50%;
    margin: 0 auto;
}
#container .pg_wrap {
    float: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
}

.video-table-write .tbl_frm01 th {
    width: 90px;
}

/*내용관리*/
.content-tit {
    margin-top: 200px;
    margin-left: 100px;
}
.content-tit h3 {
    font-family: 'inter', sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
}
.content-tit h2 {
    font-family: 'inter', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px;
}
.content-tit p {
    color: #666666;
    font-size: 17px;
    line-height: 1.6;
}
.content-nav {
    margin-top: 160px;
    margin-bottom: 50px;
}
.content-nav ul {
    text-align: center;
}
.content-nav li {
    display: inline-block;
}
.content-nav li a {
    color: #868686;
    display: block;
    font-size: 15px;
    width: 120px;
    border-right: 1px solid #868686;
    line-height: 1.6;
}
.content-nav li:last-child a {
    border-right: 0;
}
.content-nav li a:hover {
    color: #2f2f2f;
}
.content-nav li.on a {
    color: #2f2f2f;
}
/*회사개요*/
.content_wrap::after {
    content: '';
    display: table;
    clear: both;
}
.content_wrap .left,
.content_wrap .right {
    width: 50%;
    float: left;
    height: 100%;
}
.content_wrap .right .txt {
    position: relative;
}
.content_wrap {
    max-width: 1540px;
    margin: 0 auto;
}
.content_wrap .txt h2 {
    font-size: 80px;
    margin-bottom: 70px;
    font-family: 'inter', sans-serif;
    font-weight: 500;
}
.content_wrap .txt h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 60px;
    letter-spacing: -1px;
}
.content_wrap .txt p {
    font-size: 17px;
    margin-bottom: 95px;
    line-height: 1.6;
}
.content_wrap .txt h5 {
    font-size: 20px;
    font-family: 'inter', sans-serif;
}
.content_wrap .txt h5 span {
    font-size: 36px;
    font-family: 'saenggagdaelo';
    font-weight: 400;
}
.content_wrap .cir {
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.content_wrap .cir1 {
    width: 150px;
    height: 150px;
    margin-left: -80px;
}
.content_wrap .cir2 {
    width: 545px;
    height: 545px;
    margin-left: 100px;
}
.content_wrap .cir3 {
    width: 190px;
    height: 190px;
}

/*사업영역*/
.business_wrap .tit {
    text-align: center;
    margin-bottom: 70px;
}
.business_wrap .tit h1 {
    font-family: quiche-sans, sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: rgba(47, 47, 47);
    margin-bottom: 62px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}

.business_wrap .tit h1::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: rgba(47, 47, 47, 0.5);
}

.business_wrap .tit1 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: rgba(47, 47, 47, 0.8);
    margin-bottom: 20px;
}

.business_wrap .tit1 b {
    color: #2f2f2f;
}

.business_wrap .tit2 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: rgba(47, 47, 47, 0.8);
}
.business_wrap .contents {
    padding-top: 70px;
    padding-bottom: 140px;
}
.business_wrap .contents .inner {
    margin: 0 auto;
    max-width: 900px;
    background-color: rgba(47, 47, 47, 0.05);
    border-radius: 10px;
    height: 350px;
    padding: 50px;
}
.business_wrap .contents .inner > div {
    display: flex;
}

.business_wrap .contents .inner > div:nth-child(2) {
    margin: 50px 0;
}

.business_wrap .contents .inner > div h3 {
    width: 30%;
    font-size: 15px;
    font-weight: 600;
    color: #2f2f2f;
}

.business_wrap .contents .inner > div p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(47, 47, 47, 0.8);
}

.business_wrap .contents .info-box .img {
    width: 520px;
    height: 655px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 1.2s;
    transform: translateY(60px);
}
.business_wrap .contents .info-box:nth-child(2n-1) .img {
    float: right;
}
.business_wrap .contents .info-box:nth-child(2n) .img {
    float: left;
}

.business_wrap .contents .info-box .img h3 {
    font-size: 16px;
    font-family: 'inter', sans-serif;
    position: absolute;
    top: 25px;
    color: white;
    font-weight: 400;
}
.business_wrap .contents .info-box:nth-child(2n-1) .img h3 {
    right: 25px;
    transform: rotate(90deg) translateX(100%);
    transform-origin: center right;
}
.business_wrap .contents .info-box:nth-child(2n) .img h3 {
    left: 25px;
    transform: rotate(90deg);
    transform-origin: center left;
}

.business_wrap .contents .info-box .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    z-index: 3;
    transition: 1.2s;
    transform: translateY(75px);
}

.business_wrap .contents .info-box:nth-child(2n-1) .txt {
    left: auto;
    right: 50%;
}

.business_wrap .contents .info-box {
    margin-bottom: 100px;
}
.business_wrap .contents .info-box .txt h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 400;
}
.business_wrap .contents .info-box .txt p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    white-space: nowrap;
}

/* contact */
.contact_wrap .tit {
    text-align: center;
    margin-bottom: 200px;
}
.contact_wrap .tit h1 {
    font-family: quiche-sans, sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: rgba(47, 47, 47);
    margin-bottom: 82px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}

.contact_wrap .tit h1::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: rgba(47, 47, 47, 0.5);
}

.contact_wrap .tit .map-wrap {
    display: flex;
    width: 800px;
    margin: 0 auto;
    padding: 0 10px;
}

.contact_wrap .tit .map-wrap .txt-wrap {
    margin-left: 50px;
    padding-top: 60px;
    text-align: left;
}

.contact_wrap .tit .map-wrap .txt-wrap h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}
.contact_wrap .tit .map-wrap .txt-wrap .tel-wrap {
    display: flex;
    margin: 5px 0;
    width: 300px;
}

.contact_wrap .tit .map-wrap .txt-wrap p {
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.contact_wrap .tit .map-wrap .txt-wrap p span {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
}

.contact_wrap .tit .map-wrap .txt-wrap p a {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #2f2f2f;
}

.contact_wrap .tit .map-wrap .txt-wrap .loca-wrap {
    margin-top: 30px;
}

.contact_wrap .tit .map-wrap .txt-wrap .loca-wrap p {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

/*C.I*/
.identity-wrap .inner {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}
.identity-wrap .info-box {
    text-align: center;
    color: #2a2e37;
    padding-bottom: 60px;
}
.identity-wrap .info-box li {
    float: left;
    width: 33.3333%;
}
.identity-wrap .info-box ul::after {
    content: '';
    display: table;
    clear: both;
}
.identity-wrap .info-box ul {
    margin: 0 auto;
    text-align: center;
}
.identity-wrap .info-box .ico {
    border: 1px solid #8f9196;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    text-align: center;
    margin: 0 auto;
    line-height: 190px;
    margin-bottom: 50px;
}
.identity-wrap .info-box .fal {
    font-size: 50px;
}
.identity-wrap .info-box h1 {
    font-size: 80px;
    font-weight: 500;
    font-family: 'inter';
    padding-top: 75px;
    margin-bottom: 75px;
    font-weight: 400;
}
.identity-wrap .info-box h3 {
    font-size: 22px;
    margin-bottom: 25px;
}
.identity-wrap .info-box p {
    font-size: 15px;
    line-height: 1.6;
}

.identity-wrap .txt-info h2 {
    margin-top: 70px;
    font-size: 32px;
    font-family: 'inter';
    line-height: 1.6;
    font-weight: 500;
}
.identity-wrap .txt-info h3 {
    font-size: 28px;
    font-family: 'inter';
    font-weight: 500;
}
.identity-wrap .txt-info p {
    font-size: 17px;
    margin-top: 40px;
    line-height: 1.6;
}
.identity-wrap .txt-info .di_img {
    margin-top: 75px;
}
.identity-wrap .txt-info .line {
    background-color: #8d9895;
    width: 3px;
    height: 75px;
    display: block;
    margin: 25px auto;
}
.identity-wrap .txt-info .eff-txt {
    color: #8d9895;
    font-family: 'inter';
    line-height: 1em;
}
.identity-wrap .txt-info .eff-txt h3 {
    font-size: 26px;
    font-weight: 400;
}
.identity-wrap .txt-info .eff-txt h2 {
    font-size: 80px;
    margin-top: 25px;
    line-height: 1em;
    font-weight: 400;
}

/*오시는길*/
.map-inner {
    max-width: 1400px;
    margin: 0 auto;
}
.map-wrap .m-map {
    display: none;
}
.map-wrap .tit h2 {
    color: #2a2e37;
    font-size: 80px;
    font-weight: 400;
    font-family: 'inter';
    text-align: center;
    line-height: 1.4;
    margin-bottom: 150px;
}
.map-wrap .map-section {
    margin-bottom: 60px;
}
.map-wrap .map-info h3 {
    float: left;
    text-align: center;
    font-size: 36px;
    font-family: 'inter';
    font-weight: 400;
    line-height: 1.4;
}
.map-wrap .map-info ul {
    float: left;
    margin-left: 65px;
}
.map-wrap .map-info ul li {
    color: #2a2e37;
    line-height: 2.2;
    border-bottom: 1px solid #bdbdbd;
    padding-right: 60px;
}
.map-wrap .map-info ul li h4 {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    font-family: 'inter';
    width: 10em;
    text-align: center;
}
.map-wrap .map-info ul li span {
    font-size: 17px;
}
.map-wrap .map-info ul li a {
    color: #2a2e37;
}
.map-wrap .map-info::after {
    content: '';
    display: table;
    clear: both;
}
.none {
    display: none;
}
/*갤러리_list*/
#bo_gall .gall_row .col-gn-2 {
    padding: 0 !important;
    width: 600px;
    margin: 5px 25px 100px 25px;
    text-align: left;
    position: relative;
}

.gallery-tit {
    text-align: center;
    margin-bottom: 100px;
}

.gallery-tit h2 {
    font-family: 'inter', sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
}
.gallery-tit h1 {
    font-family: 'inter', sans-serif;
    font-size: 48px;
    margin-bottom: 35px;
    font-weight: 400;
    line-height: 1.2;
}

.gallery-tit h3 {
    font-family: 'Quiche Sans';
    font-size: 25px;
    text-align: center;
    color: #2f2f2f;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    font-weight: 400;
}

.gallery-tit h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background-color: rgba(47, 47, 47, 0.5);
}

.gallery-tit p {
    color: #666;
    font-size: 17px;
    line-height: 1.6;
}
#bo_gall .gall_text_href {
}
#bo_gall .gall_text_href a {
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
}
#bo_gall .gall_text_href a .fa-heart {
    display: none;
}
#bo_gall .gall_img a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.6s;
}

#bo_gall .gall_img a:hover .gall_bg {
    transform: scale(1.1);
}
#bo_gall .gall_img a img {
    transition: 0.6s;
    transform: scale(1.02);
    width: 100%;
}
#bo_gall .gall_img a:hover img {
    transform: scale(1.1);
}

#bo_cate_ul {
    text-align: center;
    margin-top: 80px;
}
#bo_gall .bo_cate_link {
    display: none;
}

#bo_gall .gall_text_href .bo_tit .new_icon {
    display: none;
}
#bo_gall .gall_img a {
    overflow: hidden;
}
.gall_bg {
    height: 400px;
    width: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 1.2s;
}
/*갤러리_view*/
#container_title span {
    display: none;
}
#bo_v_con {
    text-align: center;
}
#bo_v_atc {
    padding-bottom: 300px;
}
#bo_v_con a.btn_b01,
#bo_v_con .btn_b01 {
    color: #bababa;
}
#bo_v_top .more_opt {
    display: none;
}
#bo_v_img .view_image {
    pointer-events: none;
}
#bo_gall #gall_ul {
    width: calc(100%);
    margin: 0 auto;
}

.hompage_li {
    margin-top: 80px;
}
.hompage_li h4 {
    font-size: 18px;
    font-family: 'inter';
    font-weight: 400;
    margin-bottom: 5px;
}
.hompage_li a {
    color: #333;
    font-size: 16px;
    text-decoration: underline;
}

.top_img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 100%;
    height: 800px;
}
.top_bg {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 165px;
}
.gallery_info {
    padding-top: 100px;
}
.gallery_tit h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
}

.gallery_tit {
    width: 100%;
    text-align: center;
}

.gallery_tit h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
    background-color: rgba(47, 47, 47, 0.5);
}

.portfolio-meta-list {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}
.portfolio-meta-list li {
    font-size: 20px;
    font-weight: 400;
    flex: 1;
    position: relative;
    padding: 0 50px;
}

.portfolio-meta-list li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: rgba(47, 47, 47, 0.5);
}

.portfolio-meta-list li.concept_li {
    text-align: left;
}

.portfolio-meta-list li.concept_li::after {
    display: none;
}

.portfolio-meta-list li label {
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    font-family: 'Prentendard-SemiBold';
    margin-bottom: 10px;
}
.portfolio-meta-list li span {
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.portfolio-meta-list {
    padding: 170px 0;
}

.inner-con-1200 #bo_v_con img {
    width: 100%;
    max-width: 1000px;
}
.inner-con-1200 #bo_v_con .two-img-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}
.inner-con-1200 #bo_v_con .two-img-box img {
    width: calc(100% - 2.5px);
}
.inner-con-1200 #bo_v_con .two-img-box img:first-of-type {
    margin-right: 5px;
}
.inner-con-1200 #bo_v_con img.vt-img {
    width: calc(50% - 5px);
    max-width: 495px;
    margin: 0 2.5px;
}
#bo_v_con .video-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    max-height: 570px;
    height: 52vw;
}
#bo_v_con iframe {
    width: 100%;
    height: 100%;
}
#bo_v_con span {
    display: block;
    max-width: 1000px;
    text-align: right;
    margin: 0 auto;
    margin-bottom: 10px;
    font-weight: 500;
}
/*갤러리 write*/
.small_input_wrap li {
    width: 33.3333%;
    float: left;
}
.gallery-tit.write {
    padding-left: 0;
    margin-bottom: 50px;
}

/*게시판*/
.board-tit {
    text-align: center;
    margin-top: 280px;
}
.board-tit h3 {
    font-family: 'inter';
    font-size: 42px;
    font-weight: 500;
}
.board-tit h4 {
    font-family: 'inter';
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 30px;
}
.board-tit p {
    font-size: 17px;
    color: #666666;
    line-height: 1.8;
}
.board-inner {
    max-width: 1250px;
    margin: 0 auto;
}

.board-inner #bo_w {
    width: 50%;
    margin: 0 auto 100px auto;
}

/*footer*/
#ft {
    width: 100%;
    padding: 0 140px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    border-top: 1px solid rgba(47, 47, 47, 0.2);
}

#ft.main {
    display: none;
}

#ft .ft_info {
    font-size: 14px;
}
#ft .ft_name {
    font-size: 18px;
    margin-bottom: 25px;
}
#ft .ft_num {
    font-size: 22px;
    margin-bottom: 30px;
}
#ft .ft_add {
    margin-bottom: 35px;
}
#ft .ft_num a {
    color: #333;
}
#ft .ft_info {
    color: rgba(47, 47, 47, 0.5);
}

#ft .ft_info a {
    color: rgba(47, 47, 47, 0.5);
}

#ft .ft_sns {
    position: absolute;
    top: 40px;
    right: 0;
}
#ft .ft_sns li {
    float: left;
    margin-right: 25px;
}

#ft .adm_login a {
    font-size: 12px;
    text-decoration: underline;
    text-decoration-color: rgba(47, 47, 47, 0.5);
    color: rgba(47, 47, 47, 0.5);
}
/*상담하기 아이콘*/
.talk_wrap {
    position: fixed;
    bottom: 50%;
    right: 45px;
    z-index: 30;
}
.talk_wrap .kakao {
    margin-bottom: 10px;
    width: 45px;
    height: 45px;
    background-color: #f9e837;
    border-radius: 50%;
    overflow: hidden;
}
.talk_wrap .naver {
    margin-bottom: 15px;
    width: 45px;
    height: 45px;
    background-color: #6fc34a;
    border-radius: 50%;
    overflow: hidden;
}

.talk_wrap img {
    height: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}
.talk_wrap .esti {
    background-color: #333;
    width: 40px;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    transition: 0.4s;
}
.talk_wrap .esti a {
    transition: 0.6s;
    transition-delay: 0.9s;
}
.talk_wrap .esti:hover a {
    padding-bottom: 55px;
    transition-delay: 0s;
}
.talk_wrap .esti:hover .line {
    transform: scaleY(1);
    transition-delay: 0.4s;
}
.talk_wrap .esti:hover .line::after {
    transform: scaleY(1) rotate(-40deg);
    transition-delay: 1.1s;
}
.talk_wrap .esti a {
    color: white;
    display: block;
    padding: 25px 14px;
}
.talk_wrap .esti .line {
    width: 1px;
    height: 20px;
    background-color: white;
    display: block;
    position: relative;
    margin: 0 auto;
    transform: scaleY(0);
    transition: 0.6s;
    transition-delay: 0.5s;
    margin-top: 10px;
    position: absolute;
    left: 50%;
}
.talk_wrap .esti .line::after {
    width: 1px;
    height: 10px;
    content: '';
    background-color: white;
    transform: rotate(-40deg);
    display: block;
    position: absolute;
    left: -3px;
    bottom: -1px;
    transform: scaleY(0);
    transition: 0.4s;
    transition-delay: 0s;
}

/*ani*/
.scroll-txt {
    opacity: 0;
    transform: translateY(150px);
    transition: 1.6s;
}
.scroll-txt.scroll {
    opacity: 1;
    transform: translateY(0);
}

.scroll-line {
    transform: scaleY(0);
    transition: 0.6s;
}
.scroll-line.scroll {
    transform: scaleY(1);
}

/*media*/
.portfolio__grid .item a .circle {
    display: none;
}
.media-tit {
    margin-bottom: 100px;
}

#wrapper {
    overflow: hidden;
}
.tap_point {
    display: none;
}

@media all and (min-width: 2000px) {
    #hd_wrapper.main {
        right: 15%;
    }

    #container_wr {
        max-width: 1900px;
    }

    .slide-btn {
        left: 37%;
    }
}

@media all and (min-width: 1201px) {
    .main-menu-wrap > ul > li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }
    .main-menu-wrap a:hover {
        color: #000;
        transition: 0.6s;
    }
}

@media all and (max-width: 1200px) {
    .m_menu {
        display: block;
    }
    .top_img {
        height: 48vw;
    }

    #hd_wrapper.main #logo {
        margin-bottom: 10px;
    }

    #hd_wrapper.main .main-menu-wrap {
        height: 50vh;
        background-color: #fff;
    }

    .main-menu-wrap {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        height: 50vh;
        padding-top: 0px;
        background-color: white;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        transition: 0.6s;
        pointer-events: none;
        z-index: 500;
    }
    .main-menu-wrap.on {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }

    .main-menu-wrap > ul {
        display: block;
        height: 100vh;
        background-color: #fff;
        position: relative;
        z-index: 500;
    }

    .main-menu-wrap a {
        padding-right: 0;
        pointer-events: none;
    }
    .main-menu-wrap > ul > li {
        width: 100%;
        margin: 25px 0;
    }

    .main-menu-wrap.on a {
        pointer-events: all;
        color: #2f2f2f;
    }
    .main-menu-wrap .sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
        margin-bottom: 50px;
    }
    .main-menu-wrap .sub-menu {
        padding-top: 15px;
    }
    .main-menu-wrap .sub-menu a {
        font-size: 11px;
    }
    .inner-con-1200 #bo_v_con img {
        width: 100%;
    }
}

@media all and (max-width: 1400px) {
    .identity-wrap .inner {
        width: calc(100% - 100px);
    }
    .map-inner {
        width: calc(100% - 100px);
    }
}

@media all and (max-width: 1200px) {
    .inner-con-1200 {
        padding: 0 50px;
    }
    .video-container iframe {
        height: 53vw;
    }
}
@media all and (max-width: 1024px) {
    #hd_wrapper {
        padding: 10px;
    }

    #hd_wrapper.main {
        top: unset;
        bottom: 0.5em;
        width: 100%;
        right: 0;
        padding: 0 10px;
        overflow: hidden;
    }

    #hd_wrapper.main .hd_txt {
        width: 100%;
    }

    #hd_wrapper.main .hd_txt br {
        display: none;
    }

    .main_portfolio {
        width: 100%;
    }
    #bo_gall #gall_ul {
        width: 100%;
    }
    .main_portfolio li {
        height: 32vw;
    }
    .gall_bg {
        height: 300px;
        width: 100%;
    }

    #hd_wrapper.main .more-btn {
        margin: 20px auto 0 auto;
    }
}

@media all and (max-width: 900px) {
    .board-inner {
        width: calc(100% - 30px);
    }
    .identity-wrap .inner {
        width: calc(100% - 30px);
    }
    .map-inner {
        width: calc(100% - 30px);
    }
    .inner-con-1200 {
        padding: 0 15px;
    }
    .form-box label {
        width: 100px !important;
        padding: 0;
    }
    .inner-con-1200 #bo_v_con .half-img-wrap {
        width: 100%;
    }
    .portfolio-meta-list {
        padding: 50px 0;
    }

    .main-slide-wrap {
        width: 100%;
        height: 300px;
        margin-top: 0;
    }

    #hd_wrapper .main-menu-wrap {
        transform: translateY(50px);
    }

    .main-slide-wrap .slick-slider {
        margin: 0;
    }

    .slide-btn {
        left: 50%;
        padding: 5px 10px;
    }
    #ft_wr {
        width: 100%;
        align-items: center;
    }

    #ft .adm_login {
        margin-top: 0;
    }

    .business_wrap .contents .inner {
        height: auto;
        padding: 20px;
    }
    .business_wrap .contents .inner > div {
        display: block;
        text-align: center;
    }

    .business_wrap .contents .inner > div h3 {
        width: 100%;
        font-size: 2em;
        margin-bottom: 20px;
    }

    #bo_gall .gall_row .col-gn-2 {
        width: 100%;
        margin: 0 0 50px 0;
    }

    #bo_gall .gall_con {
        width: 100%;
    }

    .board-inner #bo_w {
        width: 100%;
    }

    .contact_wrap .tit .map-wrap {
        width: 100%;
        display: block;
    }

    .contact_wrap .tit .map-wrap .txt-wrap {
        margin-left: 50px;
    }

    .contact_wrap .tit .map-wrap .map {
        width: 100%;
    }

    .contact_wrap .tit .map-wrap > div {
        width: 100% !important;
    }
}
@media all and (max-width: 700px) {
    /*inner*/

    #hd {
        height: 100px;
    }
    #wrapper #ctt {
        padding: 0;
    }
    .inner-con-1200 #bo_v_con img.vt-img {
        width: 100%;
        margin: 0;
    }
    .identity-wrap .inner {
        max-width: 1400px;
        margin: 0 auto;
        text-align: center;
    }
    .business_wrap .contents .inner {
        margin: 0 auto;
        max-width: 960px;
    }

    #bo_gall .gall_text_href {
        top: auto;
        left: auto;
        bottom: 0px;
        right: 15px;
    }
    #bo_gall .gall_text_href a {
        font-size: 15px;
    }
    #bo_gall .gall_text_href span {
        font-size: 14px;
    }

    .main-tit {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    #logo a {
        width: 200px;
        height: 65px;
        display: inline-block;
    }

    #logo img {
        max-width: unset;
        width: 200px;
        height: 100%;
    }

    .main-tit h1 {
        font-size: 30px;
    }
    .main-tit h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .main-tit p {
        font-size: 12px;
        padding: 0 15px;
    }
    .main-tit p br {
        display: none;
    }
    .main-tit p span {
        display: block;
    }
    .main_portfolio .txt {
        font-size: 12px;
        padding-top: 0px;
        padding-left: 0px;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    #bo_v_top .btn_bo_user li {
        width: 30px;
    }
    #bo_v_top .btn {
        line-height: 30px;
        padding: 0;
        width: 35px;
    }
    #bo_v_top i {
        font-size: 15px;
    }

    .top_bg {
        margin-top: 57px;
        padding: 0;
    }
    .top_img {
        height: 250px;
        width: 100%;
    }
    .gallery_info {
        padding-top: 25px;
    }
    .content_wrap {
        width: calc(100% - 30px);
    }
    .content_wrap .cir1 {
        margin-left: 0;
        width: 100px;
        height: 100px;
    }
    .content_wrap .cir2 {
        width: 120px;
        height: 120px;
        float: right;
        margin-left: 0;
    }
    .content_wrap .cir3 {
        width: 100px;
        height: 100px;
        margin-top: 50px;
        margin-left: 15px;
    }
    .content_wrap .left,
    .content_wrap .right {
        width: 100%;
        float: none;
    }
    .content_wrap .right .txt img {
        width: 70px;
    }
    .content_wrap .txt h3 {
        font-size: 14px;
        line-height: 1.6;
    }
    .content_wrap .txt h2 {
        font-size: 40px;
        margin-bottom: 20px;
        white-space: nowrap;
    }
    .content_wrap .txt p {
        font-size: 12px;
    }
    .lt_tit {
        font-size: 12px;
        top: auto;
        left: auto;
        right: 10px;
        bottom: 10px;
    }
    .content-tit {
        margin-left: 0px;
        padding: 20px;
    }
    .content-tit h3 {
        font-size: 24px;
    }
    .content-tit h2 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .content-tit p {
        font-size: 12px;
    }

    .content-tit {
        margin-top: 50px;
    }
    .content-nav {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .content-nav li a {
        padding: 0 5px;
        width: auto;
    }
    .content_wrap .txt h5 {
        font-size: 14px;
        text-align: right;
    }
    .content_wrap .txt span {
        font-size: 24px;
    }
    .content_wrap #ctt_con img {
        width: 60px;
    }
    .content_wrap .txt p {
        margin-bottom: 20px;
    }
    .content_wrap .txt h5 span {
        font-size: 26px;
    }
    #ft {
        padding: 20px 10px;
        margin-top: 50px;
        border-top: 1px solid #afafaf;
    }
    #ft .ft_sns li img {
        height: 20px;
    }
    #ft .ft_info {
        font-size: 11px;
    }
    #ft .ft_name {
        font-size: 16px;
    }
    #ft .ft_sns {
        top: 0;
    }
    #ft .ft_info.ft_num a {
        font-size: 16px;
    }
    #ft .ft_add {
        margin-bottom: 10px;
        line-height: 1.6;
    }
    #ft .ft_num {
        margin-bottom: 20px;
    }
    #ft #top_btn {
        width: 30px;
        height: 30px;
        bottom: 15px;
        right: 15px;
        line-height: 27px;
    }

    .gallery_tit h3 {
        font-size: 24px;
    }
    .gallery_tit {
        width: 100%;
        float: none;
    }
    .portfolio-meta-list {
        width: 100%;
        float: none;
        padding: 120px 0;
        margin-top: 20px;
    }
    .portfolio-meta-list li {
        font-size: 15px;
        line-height: 1.6;
        padding: 0 20px;
    }
    .portfolio-meta-list li.concept_li span {
        font-size: 12px;
    }

    #bo_v_atc {
        padding-bottom: 50px;
    }
    #hd_wrapper.fixed {
        padding: 10px;
    }

    .business_wrap .tit h1 {
        font-size: 30px;
    }
    .business_wrap .tit p {
        font-size: 15px;
    }

    .business_wrap .tit p br {
        display: none;
    }
    .business_wrap #ctt_con img {
        width: 120px;
    }
    .business_wrap .tit {
        margin-bottom: 0px;
        padding: 15px;
    }

    .business_wrap .contents .inner > div p br {
        display: none;
    }

    .business_wrap .contents .info-box {
        margin-bottom: 50px;
    }
    .business_wrap .contents .info-box .img {
        width: 250px;
        height: 325px;
    }
    .business_wrap .contents .info-box .txt {
        margin-left: 5px;
        width: 80%;
    }
    .business_wrap .contents .info-box .txt p {
        white-space: normal;
    }
    .business_wrap .contents .info-box .txt p br {
        display: none;
    }
    .business_wrap .contents .info-box:nth-child(2n) .txt {
        right: 0;
        left: auto;
    }
    .business_wrap .contents .info-box .txt h3 {
        font-size: 21px;
    }
    .business_wrap .contents .info-box .txt p {
        font-size: 12px;
    }
    .business_wrap .contents {
        padding: 60px 10px;
    }
    .business_wrap .contents .info-box .img h3 {
        font-size: 13px;
    }
    .business_wrap .contents .info-box:nth-child(2n-1) .txt {
        right: auto;
    }
    .identity-wrap .info-box h1 {
        font-size: 32px;
    }
    .identity-wrap .info-box .ico {
        width: 80px;
        height: 80px;
        line-height: 94px;
        margin-bottom: 40px;
    }
    .identity-wrap .info-box .fal {
        font-size: 34px;
    }
    .identity-wrap .info-box h3 {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .identity-wrap .info-box p {
        font-size: 10px;
    }
    .identity-wrap .info-box {
        margin-bottom: 35px;
    }
    .identity-wrap #ctt_con img {
        width: 80%;
    }
    .identity-wrap .txt-info h2 {
        font-size: 22px;
    }
    .identity-wrap .txt-info h3 {
        font-size: 24px;
    }
    .identity-wrap .txt-info p {
        font-size: 12px;
    }
    .identity-wrap .txt-info .eff-txt h2 {
        font-size: 24px;
    }
    .identity-wrap .txt-info .eff-txt h3 {
        font-size: 20px;
    }

    .map-wrap .tit h2 {
        font-size: 32px;
        margin-bottom: 50px;
    }
    .map-wrap .pc-map {
        display: none;
    }
    .map-wrap .m-map {
        display: block;
    }
    .map-wrap .map-info h3 {
        float: none;
        font-size: 22px;
    }
    .map-wrap .map-info ul {
        float: none;
        margin-left: 0;
        margin-top: 40px;
    }
    .map-wrap .map-info ul li {
        line-height: 1.6;
        padding-bottom: 5px;
        margin-bottom: 10px;
        padding-right: 0;
    }
    .map-wrap .map-info ul li span {
        font-size: 12px;
    }
    .map-wrap .map-info ul li h4 {
        font-size: 16px;
        display: block;
        width: 100%;
        text-align: left;
    }

    .board-tit h3 {
        font-size: 32px;
    }
    .board-tit h4 {
        font-size: 34px;
    }
    .board-tit p {
        font-size: 12px;
        padding: 0 15px;
    }
    .board-tit {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    .hompage_li {
        margin-top: 25px;
    }
    .hompage_li h4 {
        font-size: 16px;
    }
    .hompage_li a {
        font-size: 14px;
    }

    .gallery-tit h1 {
        font-size: 32px;
    }
    .gallery-tit h2 {
        font-size: 30px;
    }
    .gallery-tit p {
        font-size: 12px;
    }
    .gallery-tit {
        margin-bottom: 0;
    }

    .talk_wrap {
        position: fixed;
        bottom: 5px;
        right: 5px;
    }
    .talk_wrap li {
        width: 35px;
    }
    .talk_wrap .kakao {
        margin-bottom: 2px;
        width: 35px;
        height: 35px;
    }
    .talk_wrap .naver {
        margin-bottom: 5px;
        width: 35px;
        height: 35px;
    }
    .talk_wrap img {
        margin-top: 10px;
    }
    .talk_wrap .esti {
        width: 30px;
    }
    .talk_wrap .esti a {
        padding: 15px 10px;
    }
    .talk_wrap .esti {
        height: 100px;
    }
    .talk_wrap .esti:hover {
        height: 100px;
    }
    #bo_cate #bo_cate_ul a {
        font-size: 12px;
        padding: 0 5px;
    }
    .business_wrap .tit img {
        width: 120px;
    }

    .board-inner #bo_list {
        font-size: 11px;
    }
    .board-inner #bo_list .td_num {
        width: 25px;
    }
    .board-inner #bo_list .td_datetime {
        width: 43px;
    }
    .board-inner #bo_list .td_name {
        width: 60px;
    }

    /* .main_portfolio li{width: calc(50% - 2.5px); margin-bottom: 5px;}
    .main_portfolio li:nth-child(2n - 1){margin-right: 5px;}

    #bo_gall .gall_row .col-gn-2{width: calc(50% - 2.5px); margin-bottom: 5px;}
    #bo_gall .gall_row .col-gn-2:nth-child(2n - 1){margin-right: 5px;} */
    .inner-con-1200 #bo_v_con .half-img-wrap img {
        width: 100%;
    }
}
