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

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

#site {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 92px;
}

#site>.container {
    width: 100%;
    padding: 0;
}

/* 폰트 설정 */
#site,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'Poppins', 'Roboto', '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;
}

/* 상단 네비게이션 */

.navbar.navbar-inverse {
    background-color: #fff;
    border-bottom: 0;
}

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

.navbar-header .navbar-brand img {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    width: 210px;
}

/* .navbar-header .navbar-brand::after{
    content: '(주)아이언밸리';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 700;
    color: #233E99;
    font-size: 22px;
} */

.nav.navbar-nav>li>a {
    display: block;
    height: 100%;
    padding: 36px 36px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.nav.navbar-nav>li:hover>a,
.nav.navbar-nav>li.open>a,
.nav.navbar-nav>li:focus>a,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #233E99 !important;
    background: none !important;
}

.nav.navbar-nav li .dropdown-menu {
    left: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
}

.nav.navbar-nav li .dropdown-menu li a {
    padding: 12px 15px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.nav.navbar-nav li .dropdown-menu li:focus a,
.nav.navbar-nav li .dropdown-menu li:hover a,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: #364fa3;
}


@media (max-width: 767px) {
    #site {
        padding-top: 68px;
    }

    .navbar.navbar-inverse {
        background-color: #fff;
        border-bottom: 1px solid #ddd;
    }

    .navbar-header .navbar-brand {
        display: block;
        padding: 0;
        font-size: 20px;
        margin-top: 10px;
        margin-left: 15px !important;
        height: auto;
        width: 180px;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #233E99;
        background: #233E99;
        margin: 17px 15px 17px 0;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        border-color: #233E99;
        background: #233E99;
    }

    .nav.navbar-nav>li>a {
        padding: 15px 46px;
        font-size: 18px;
        text-align: center;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-top: 1px solid #ddd;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #site {}

    .nav.navbar-nav>li>a {
        display: block;
        height: 100%;
        padding: 36px 12px;
        font-size: 16px;
        color: #333;
        font-weight: 500;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #site {}

    .nav.navbar-nav>li>a {
        display: block;
        height: 100%;
        padding: 36px 27px;
        font-size: 18px;
        color: #333;
        font-weight: 500;
    }
}

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

/* 슬라이드 영역 */

#mainCarousel .carousel-inner .item {
    height: 700px;
}

#mainCarousel .carousel-inner .item:nth-child(1)::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

#mainCarousel .carousel-inner .item:nth-child(2)::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

#mainCarousel .carousel-inner .item .carousel-caption {
    padding: 0;
    left: calc((100% - 1140px) / 2);
    right: calc((100% - 1140px) / 2);
    text-shadow: none;
}

#mainCarousel .carousel-inner .item .carousel-caption h1 {
    font-family: 'notokr';
    font-weight: 600;
    font-size: 70px;
    margin-bottom: 40px;
}

#mainCarousel .carousel-inner .item .carousel-caption h1 small {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

#mainCarousel .carousel-inner .item .carousel-caption p {
    font-size: 34px;
    letter-spacing: -0.06em;
    font-weight: 300;
}

#mainCarousel .carousel-control {
    display: none;
}

#mainCarousel .carousel-indicators {}

#mainCarousel .carousel-indicators>li {
    width: 12px;
    height: 12px;
    border: 0;
    margin: 0 2px;
    background: rgba(255, 255, 255, 0.6);
}

#mainCarousel .carousel-indicators>li.active {
    background: rgba(255, 255, 255, 1);
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 640px;
    }

    #mainCarousel .carousel-inner .item .carousel-caption {
        padding: 0;
        left: 15px;
        right: 15px;
        text-shadow: none;
    }

    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-family: 'notokr';
        font-weight: 600;
        font-size: 42px;
        margin-bottom: 40px;
    }

    #mainCarousel .carousel-inner .item .carousel-caption h1 small {
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    #mainCarousel .carousel-inner .item .carousel-caption p {
        font-size: 16px;
        letter-spacing: -0.06em;
        font-weight: 300;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        padding: 0;
        left: 15px;
        right: 15px;
        text-shadow: none;
    }

    #mainCarousel .carousel-inner .item {
        height: 610px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        padding: 0;
        left: 15px;
        right: 15px;
        text-shadow: none;
    }

}

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

/* 메인 중단영역 */

#main_wrapper>section {
    padding: 130px 0 150px;
}

.main-content .m_link {
    display: block;
    color: #333;
    overflow: hidden;
}

.main-content .m_link p {
    text-align: center;
    padding: 20px 15px 0;
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    position: absolute;
    width: 92.5%;
}

.main-content .m_link:hover {
    text-decoration: none;
}

.main-content .m_link:hover p {
    color: #223eb0;
}

.main-content .m_link:hover img {
    transform: scale(1.1);
}

.main-content .m_link img {
    transition: all .3s ease;
}

.main-content .row {
    margin: 0 -20px;
}

.main-content .row>div {
    position: relative;
    padding: 0 20px;
}

#section_fc490c {
    background: url('/public/img/main/m_board_bg.jpg') no-repeat center / cover;
    padding: 70px 0 60px !important;
}

#section_fc490c .board_box_list {
    margin: 0 !important;
    padding: 0 30px;
}

#section_fc490c .board_box_list .page-header {
    padding: 0;
    margin: 0;
    border: 0;
    color: #fff;
}

#section_fc490c .board_box_list .page-header h4 {
    margin: 0 0 20px;
    font-size: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.43);
    font-weight: 500;
}

#section_fc490c .board_box_list .page-header a {
    margin-top: 5px;
    font-size: 17px;
}

#section_fc490c .board_box_list ul {}

#section_fc490c .board_box_list ul li {
    font-size: 15px;
    color: #fff;
    padding: 6px 0;
}

#section_fc490c .board_box_list ul li .info {}

#section_fc490c .board_box_list ul li a {
    font-size: 17px;
    opacity: 0.8;
}

@media (max-width: 767px) {
    .main-content .row {
        margin: 0 -15px;
    }

    .main-content .row>div {
        padding: 0 15px;
    }

    .main-content .m_link {
        display: block;
        color: #333;
        overflow: hidden;
        margin-bottom: 75px;
    }

    #section_fc490c .board_box_list {
        padding: 0 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

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

/* 서브페이지 */

.subHeader {
    height: 320px;
    background-image: url(/public/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.subHeader::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 320px;
    background: #000;
    opacity: 0.2;
}

.subHeader .container {
    height: 100%;
    position: relative;
}

.subHeader .container h2 {
    text-align: center;
    color: #fff;
    font-size: 45px;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.subHeader .container .breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    position: absolute;
    left: 15px;
    bottom: 100px;
}

.subHeader .container .breadcrumb li {
    color: #fff;
    font-size: 13px;
}

.subHeader .container .breadcrumb li>a {
    color: #fff;
    opacity: 0.5;
}

.breadcrumb>li+li:before {
    font-size: 10px;
    padding: 0 3px;
    opacity: 0.6;
}

.subMenu {
    background: rgba(0, 0, 0, 0.2);
    margin-top: -53px;
    position: relative;
}

.subMenu .nav {}

.subMenu .nav>li {
    width: 50%;
    margin: 0;
}

[id^="Comp"] .subMenu .nav>li {
    width: calc(100% / 6);
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
}

.subMenu .nav>li>a {
    border-radius: 0;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    opacity: 0.9;
    font-size: 16px;
    letter-spacing: 0.034em;
    border-top: 2px solid transparent;
}

.subMenu .nav>li.active>a {
    opacity: 1;
    border-color: #fff;
    background: none;
}

.subMenu .nav>li:hover>a {
    opacity: 1;
    background: none;
    border-color: #fff;
}

.subContent {
    padding-top: 100px;
}

.subContent_title,
.member_wrapper h1 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.034em;
}

.subContent_title::after,
.member_wrapper h1::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #233e99;
    box-shadow: 12px 0px 0px #ff333b;
    margin: 12px auto 60px;
}

.subContent .content {
    padding-bottom: 120px;
}

.subContent .content h4 {
    margin: 0 0 30px;
    font-size: 26px;
    font-weight: 700;
    padding-left: 8px;
    line-height: 1;
    position: relative;
}

.subContent .content h4::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 24px;
    background: #444;
    left: 0;
    top: 0px;
}

.subContent .content table.table_default {}

.subContent .content table.table_default tr {
    border-bottom: 1px solid #ddd;
}

.subContent .content table.table_default tr th,
.subContent .content table.table_default tr td {
    text-align: left;
    border-top: 0;
    padding: 15px 24px;
}

.subContent .content table.table_default tr th {
    background: #f8f8f8;
}

.subContent .content table.table_default tr td {}

#Comp01 img {
    padding-right: 50px;
    padding-top: 30px;
}

#Comp01 .greeting {
    padding: 30px 100px 0 50px;
}

#Comp01 .greeting p {
    font-size: 17px;
    margin-bottom: 30px;
}

#Comp01 .greeting p.intro {
    font-size: 27px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    color: #233E99;
    letter-spacing: -0.034em;
}

#Comp01 .greeting p.epil {
    text-align: right;
    margin-top: 30px;
    letter-spacing: -0.034em;
}

#Comp01 .greeting p.epil b {
    font-size: 20px;
    margin-left: 10px;
}

#Comp02 .subContent .content table.table_default {
    margin-top: 50px;
    border-top: 1px solid #999;
}

#Comp02 .row>div:nth-child(1) {
    width: 30%;
    margin-left: 15%;
    margin-right: 5%;
    padding-top: 50px;
}

#Comp02 .row>div:nth-child(2) {
    width: 50%;
    padding-right: 70px;
}

#Comp02 table th {
    background: transparent;
}

#Comp02 table tr td {
    font-size: 16px;
}

#Comp04 .timeLine {
    position: relative;
}

#Comp04 .timeLine:before {
    content: '';
    display: block;
    height: 100%;
    width: 3px;
    background: #ddd;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

#Comp04 .timeLine .time-box:nth-child(odd) {
    text-align: right;
}

#Comp04 .timeLine .time-box:nth-child(even) {
    margin-top: 150px;
    margin-bottom: 0;
    padding-bottom: 15px;
}

#Comp04 .timeLine .time-box {
    /* margin-bottom: 30px; */
    position: relative;
    width: 50%;
    float: left;
    padding: 30px 70px;
    min-height: auto;
}

#Comp04 .timeLine .time-box:nth-child(even) .year::after {
    right: auto;
    left: -77px;
}

#Comp04 .timeLine::after {
    content: '';
    display: block;
    clear: both;
}

#Comp04 .timeLine .time-box .year {
    position: relative;
    margin: 0 0 10px;
    color: #494949;
    font-size: 36px;
    letter-spacing: -0.034em;
    font-weight: 400;
}

#Comp04 .timeLine .time-box .year::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 4px solid #5d78d2;
    border-radius: 50%;
    position: absolute;
    right: -77px;
    top: 15px;
    background: #fff;
}

#Comp04 .timeLine .time-box .year::before {
    content: '';
    position: absolute;
    top: 46%;
    right: -63px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #92a3dd;
    width: 40px;
}

#Comp04 .timeLine .time-box:nth-child(even) .year::before {
    right: auto;
    left: -63px;
}

#Comp04 .timeLine .time-box .issue {
    padding: 0;
}

#Comp04 .timeLine .time-box .issue ol {
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

#Comp04 .timeLine .time-box .issue li {
    font-size: 16px;
    color: #333;
    letter-spacing: -0.034em;
    position: relative;
    margin: 5px 0;
}

#Comp04 .timeLine .time-box .issue ol li span {
    font-weight: 600;
    color: #000066;
    margin-right: 10px;
}

#Comp05 .li_location {
    margin: 50px auto 0;
    padding-left: 0;
    display: table;
}

#Comp05 .li_location li {
    font-size: 19px;
    padding: 0 0 0 50px;
    position: relative;
    display: inline-block;
    font-weight: 500;
    letter-spacing: -0.034em;
    margin: 0 30px;
}

#Comp05 .li_location li span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    text-align: center;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #6479c1;
    border-radius: 50%;
    padding: 10px;
    font-size: 16px;
}

#Comp05 .li_location li i {}

#Comp06 .cert {
    cursor: pointer;
}

#Comp06 .cert img {
    border: 1px solid #ccc;
}

#Comp06 .cert:hover img {
    cursor: pointer;
    border-color: #6479c1
}

#Comp06 .cert .caption {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
}

#cert-md .modal-dialog {}

#cert-md .modal-dialog .modal-content {}

#cert-md .modal-dialog .modal-content .close {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 40px;
}

#cert-md .modal-dialog .modal-content .md-img {}

#cert-md .modal-dialog .modal-content .md-img img {}

#Solution02 .subContent .content p.intro {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 100px;
    padding: 0 20px;
    text-align: center;
    letter-spacing: -0.034em;
    line-height: 1.65em;
}

#Solution01 .sol1-wrap {
    text-align: center;
}

#Solution01 .sol1-wrap img {}

#Solution01 .intro {
    color: #001f89;
    font-size: 20px;
    letter-spacing: -0.034em;
    margin-bottom: 20px;
    font-weight: 500;
}

#Solution01 .sol1-wrap p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin: 20px 0 0;
    letter-spacing: -0.06em;
}

#Solution01 .subContent .content.con2 .inner {
    border: 5px solid #eee;
    padding: 30px 0;
}

#Solution01 .subContent .content.con2 .inner ul {
    margin-bottom: 0;
}

#Solution01 .subContent .content.con2 .inner ul li {
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 14px;
    position: relative;
}

#Solution01 .subContent .content.con2 .inner ul li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 11px;
}

#Solution02 .sol2_wrap {
    padding: 80px 0;
    border-top: 1px solid #ddd;
}

#Solution02 .sol2_wrap:nth-child(2) {
    border-color: #999;
}

#Solution02 .sol2_wrap h5 {
    line-height: 1;
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: 400;
    float: left;
    width: 30%;
    letter-spacing: -0.034em;
}

#Solution02 .sol2_wrap h5 img {
    /* display: inline-block; */
    vertical-align: bottom;
    margin-bottom: 20px;
}

#Solution02 .sol2_wrap h5+.row {
    float: right;
    width: 70%;
}

#Solution02 .sol2_wrap::after {
    content: '';
    display: block;
    clear: both;
}

#Solution02 .sol2_wrap h5+.row>div:first-child {
    width: 45%;
}

#Solution02 .sol2_wrap h5+.row>div:last-child {
    width: 55%;
    padding-left: 40px;
    padding-top: 5px;
}

#Solution02 .sol2_wrap .li_sol2 {
    padding: 0;
    margin: 0;
}

#Solution02 .sol2_wrap .li_sol2 li {}

#Solution02 .sol2_wrap dl {
    padding-left: 55px;
    position: relative;
    margin-bottom: 15px;
}

#Solution02 .sol2_wrap dl dt {
    position: absolute;
    left: 0;
    font-size: 16px;
}

#Solution02 .sol2_wrap dl dd {
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    font-family: 'Roboto', 'notokr', sans-serif;
}

#Solution02 .sol2_wrap dl dd::before {
    content: '';
    display: block;
    width: 7px;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 12px;
}

#Sitemap .content .row {
    margin: 0;
    padding: 60px 135px 0;
}

#Sitemap .content .row>div {}

#Sitemap dl {
    text-align: center;
    width: 175px;
    margin: 0 auto;
}

#Sitemap dl dt {
    font-size: 21px;
    margin-bottom: 0px;
    padding: 0 0 10px;
    border-bottom: 2px solid #438af1;
    line-height: 1;
    position: relative;
}

#Sitemap dl dt::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #FF333B;
    position: absolute;
    left: 0;
    bottom: -2px;
}

#Sitemap dl dd {
    border-bottom: 1px solid #ddd;
}

#Sitemap dl dd a {
    display: block;
    color: #333;
    font-size: 15px;
    padding: 10px;
    opacity: 0.8;
}

#Sitemap dl dd:hover a {
    opacity: 1;
}

@media (max-width: 767px) {
    .subMenu {
        display: none
    }

    .subHeader {
        height: 175px;
    }

    .subHeader::before {
        height: 175px;
    }

    .subHeader .container .breadcrumb {
        bottom: 45px;
    }

    .subContent_title,
    .member_wrapper h1 {
        text-align: center;
        font-size: 31px;
        font-weight: 700;
        margin: 0;
        letter-spacing: -0.034em;
    }

    #Comp01 img {
        padding-right: 0px;
        padding-top: 0px;
    }

    #Comp01 .greeting {
        padding: 30px 0 0 0;
    }

    #Comp02 .row>div:nth-child(1),
    #Comp02 .row>div:nth-child(2) {
        width: 100%;
        margin: 0 0 30px;
        padding: 0 15px;
    }

    .subContent .content table.table_default tr th,
    .subContent .content table.table_default tr td {
        white-space: normal;
    }

    #Comp02 .subContent .content table.table_default {
        margin-top: 00px;
        border-top: 1px solid #999;
    }

    #Comp04 .timeLine:before {
        left: 0;
    }

    #Comp04 .timeLine .time-box {
        width: 100%;
        text-align: left !important;
        padding: 0 0 0 30px;
        margin: 0 0 30px !important;
    }

    #Comp04 .timeLine .time-box .year::before {
        right: auto !important;
        left: -30px !important;
        width: 25px;
    }

    #Comp04 .timeLine .time-box .year::after {
        right: auto !important;
        left: -37px !important;
    }

    #Comp05 .li_location {
        margin: 30px auto 0;
        padding-left: 0;
        display: table;
    }

    #Comp05 .li_location li {
        font-size: 19px;
        padding: 0 0 0 50px;
        position: relative;
        display: inline-block;
        font-weight: 500;
        letter-spacing: -0.034em;
        margin: 10px 0;
    }

    #Solution02 .sol2_wrap h5 {
        width: 100%;
    }

    #Solution01 .sol1-wrap {
        text-align: center;
        margin-bottom: 30px;
    }

    #Solution02 .sol2_wrap h5+.row {
        float: left;
        width: 100%;
    }

    #Solution02 .sol2_wrap h5+.row>div {
        width: 100% !important;
    }

    #Solution02 .sol2_wrap h5+.row>div img {
        margin-bottom: 30px;
    }

    #Solution02 .subContent .content p.intro {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 100px;
        padding: 0;
        text-align: center;
        letter-spacing: -0.034em;
        line-height: 1.65em;
    }

    .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) {
    #Comp01 .greeting {
        padding: 30px 30px 0 50px;
    }

    .subContent .content table.table_default tr th,
    .subContent .content table.table_default tr td {
        white-space: normal;
        padding: 15px;
    }

    #Comp02 .row>div:nth-child(1) {
        width: 25%;
        margin: 0;
        padding-top: 0;
    }

    #Comp02 .row>div:nth-child(2) {
        width: 75%;
        padding-right: 15px;
    }

    #Comp02 .subContent .content table.table_default {
        margin-top: 0;
    }

    #Comp04 .timeLine .time-box:nth-child(even) {
        margin-top: 162px;
        margin-bottom: 0;
        padding-bottom: 15px;
    }

    #Comp05 .li_location li {
        font-size: 16px;
        padding: 0 0 0 50px;
        position: relative;
        display: inline-block;
        font-weight: 500;
        letter-spacing: -0.034em;
        margin: 0 15px;
    }

    #Solution01 .subContent .content.con2 .inner ul li {
        font-size: 14px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 14px;
        position: relative;
    }

    #Solution02 .sol2_wrap h5+.row>div:first-child {
        width: 35%;
    }

    #Solution02 .sol2_wrap h5+.row>div:last-child {
        width: 65%;
        padding-left: 40px;
        padding-top: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .subContent .content table.table_default tr th,
    .subContent .content table.table_default tr td {
        white-space: normal;
        padding: 15px;
    }

    #Comp02 table tr td {
        font-size: 14px;
    }

    #Solution01 .subContent .content.con2 .inner ul li {
        font-size: 14px;
    }
}

/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 0px 0 50px;
    background: #30343f;
    color: #c5c5c5;
}

footer .footer-logo {}

footer .footer-text p strong {
    font-size: 15px;
    font-weight: 500;
}

footer .footer-logo h1 {
    margin: 0;
}

footer .footer-logo h1>a {
    display: block;
}

footer .footer-logo h1>a>img {
    display: block;
}

footer .footer-text {}

footer .footer-text ul {
    padding-left: 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.6;
    font-weight: 300;
    letter-spacing: 0.034em;
}

footer .footer-text ul li address {
    margin-bottom: 0;
}

footer .footer-text .copyrights {
    font-weight: 300;
    display: block;
    font-size: 12px;
    margin-top: 15px;
    letter-spacing: 0.02em;
    opacity: 0.7;
}

footer .footer-nav {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #585858;
}

footer .footer-nav .nav {
    padding: 0;
    margin: 0;
}

footer .footer-nav .nav>li {
    display: inline-block;
    margin-right: 15px;
}

footer .footer-nav .nav>li>a {
    opacity: 0.8;
    color: #c5c5c5;
    padding: 0;
}

footer .footer-nav .nav>li:hover>a {
    opacity: 1;
}

@media (max-width: 767px) {}

@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;
    margin: 0 auto
}

/* board 추가 css */
.board_wrapper {
    margin-top: 0;
}

.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.06em;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 50px 0 40px;
}

.board_data_view .contents_wrap p {
    font-size: 17px;
}

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}

.board_data_view {
    border-top: 1px solid #333;
}

.table.table_default tbody tr th.num {
    font-weight: normal;
}

.table.table_default tbody .subject a {
    font-size: 17px;
}

.table.table_default tr th,
.table.table_default tr td {
    border-bottom: 1px solid #ddd;
}

.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}

.checkbox label,
.radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}

.custom_checkbox+span a {
    font-weight: 500;
}

.table_blog2 dd .inner {
    border: none;
}

.member_wrapper h1 {
    border: none;
    margin-top: 0;
}

.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}

#reply_write {
    margin-bottom: 100px;
}

form#board_write_form {
    margin-bottom: 100px;
}

.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}

html.logined:not(.is_adm) #notice01_view {
    margin-bottom: 100px;
}

.search_wrap {
    margin-bottom: 120px;
}

.board_wrapper .text-center {
    margin-bottom: 100px;
}

/* board 추가 css end */