@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap");

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

#site .root_daum_roughmap {
    width: 100% !important;
}

.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: 1px solid #ddd;
}
.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    margin-top: 16px;
    height: auto;
}
.navbar-header .navbar-brand img {
    margin-top: 0;
}
.navbar-header .navbar-brand > span {
    text-align: center;
    display: block;
    font-size: 17px;
    font-weight: 500;
    font-family: "notokr", sans-serif;
    color: #404041;
    margin-top: 6px;
    letter-spacing: 0.2em;
}

.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 30px 40px;
    font-size: 19px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.04em;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:focus {
    color: #ea0e17 !important;
    background: none !important;
}
.navbar-right {
    float: right !important;
    margin-right: -40px;
}
/*
.nav.navbar-nav li .dropdown-menu {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0;
    border: 0;
    padding: 20px 0;
    background: rgba(0,0,0,0.8);
    box-shadow: none;
    border-top: 1px solid #ddd;
}
*/
.nav.navbar-nav li .dropdown-menu {
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 0;
    box-shadow: none;
    min-width: auto;
    background: none;
    padding-top: 20px;
}
.nav.navbar-nav li .dropdown-menu li a {
    color: #333;
    padding: 7px 20px;
    letter-spacing: -0.06em;
    font-size: 16px;
    text-align: center;
}
.nav.navbar-nav li .dropdown-menu li:hover a {
    color: #fff;
    background: rgba(0, 0, 0, 0);
}
.nav.navbar-nav li .dropdown-menu li a:hover {
    background: rgba(0, 0, 0, 0);
    color: #ea0e17;
}
.navbar.navbar-inverse .gnb {
    transition: all 0.3s ease;
    height: 0;
    background: #fafafa;
}
/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item {
    height: calc(100vh - 81px);
}
#mainCarousel .carousel-inner .item .carousel-caption {
    padding: 0;
    text-shadow: none;
    top: 35%;
    transition: all 0.6s ease-out;
    opacity: 0;
}

#mainCarousel .carousel-inner .item.active .carousel-caption {
    opacity: 1;
}

#mainCarousel .carousel-inner .item .carousel-caption h1 {
    font-size: 86px;
    margin-bottom: 13px;
    font-weight: 500;
    letter-spacing: -0.035em;
    color: #fff;
}
#mainCarousel .carousel-inner .item .carousel-caption p {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 3px;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.035em;
    position: relative;
}
#mainCarousel .carousel-inner .item .carousel-caption p::before {
    content: "";
    width: 101%;
    height: 15px;
    background: #fff;
    opacity: 0.15;
    position: absolute;
    left: 0;
    top: 26px;
}

#mainCarousel .carousel-inner .item .carousel-caption p a {
    display: block;
    width: 178px;
    height: 52px;
    line-height: 50px;
    margin: 85px auto 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.02em;
    background: #214dbd;
    transition: all 0.3s;
    text-align: center;
}

#mainCarousel .carousel-inner .item:nth-child(1) .carousel-caption h1,
#mainCarousel .carousel-inner .item:nth-child(1) .carousel-caption p {
    font-family: "Dancing Script", "notokr";
}
#mainCarousel .carousel-inner .item:nth-child(1) .carousel-caption h1 {
    font-size: 86px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 1);
}
#mainCarousel .carousel-inner .item:nth-child(1) .carousel-caption h1 .title {
    font-size: 145px;
}
#mainCarousel .carousel-inner .item:nth-child(1) .carousel-caption h1 .des {
    display: block;
    font-size: 62px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
    letter-spacing: 0;
}

#mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption {
    text-align: left;
    /* right:13%; */
    top: 49%;
    /* left:auto; */
}
#mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption h1,
#mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption p {
    color: rgba(255, 255, 255, 1);
    transition: all 1s ease-out;
}

#mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption p::before {
}

#mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption p a {
    margin-left: 0;
    /* background: #44c9de; */
    background: rgba(0, 0, 0, 0.5);
}

#mainCarousel .carousel-inner .item:nth-child(3) .carousel-caption h1,
#mainCarousel .carousel-inner .item:nth-child(3) .carousel-caption p {
    color: rgba(6, 59, 125, 1);
}
#mainCarousel .carousel-inner .item.active:nth-child(3) .carousel-caption h1,
#mainCarousel .carousel-inner .item.active:nth-child(3) .carousel-caption p {
}

#mainCarousel .carousel-inner .item:nth-child(3) .carousel-caption p::before {
    background: rgba(56, 113, 187, 1);
}
#mainCarousel .carousel-inner .item.active:nth-child(3) .carousel-caption p::before {
}

#mainCarousel .carousel-inner .item:nth-child(3) .carousel-caption p a {
    background: #5585c4;
    color: #fff;
}

.carousel-control {
    display: none;
}

.carousel-indicators {
    bottom: 20px;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 40px;
    height: 6px;
    margin: 2px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.45);
    border: none;
}
.carousel-indicators li.active {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

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

/* 메인 중단영역 */
#main_wrapper > section {
    padding: 110px 0 130px;
}
.main_project h4 {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 15px;
    letter-spacing: 0;
    color: #222;
}
.main_project p {
    font-size: 17px;
    color: #888888;
    letter-spacing: -0.02em;
}
.main_project::after {
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    background: #ea0f17;
    margin: 35px auto 60px;
}

.board_box_blog2 {
    padding: 0;
    margin-bottom: 0 !important;
}
.board_box_blog2 .page-header {
    display: none;
}
@media (min-width: 992px) {
    .board_box_blog2 > .row > div {
        width: 25%;
    }
}
.board_box_blog2 > .row {
    margin: 0 -3px;
}
.board_box_blog2 > .row > div {
    padding: 3px 3px;
}
.board_box_blog2 > .row > div .inner {
    position: relative;
    border: none;
    margin: 0;
}
.board_box_blog2 > .row > div .inner .top .thumb {
    height: 271px;
}
.board_box_blog2 > .row > div .inner .bottom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 0;
    opacity: 0;
    transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.42s;
}
.board_box_blog2 > .row > div .inner:hover .bottom {
    opacity: 1;
}
.board_box_blog2 > .row > div .inner .bottom .title {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.board_box_blog2 > .row > div .inner .bottom .title a {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 19px;
}
.board_box_blog2 > .row > div .inner .bottom .title a span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.board_box_blog2 > .row > div .inner .bottom .info {
    display: none;
}

#main_wrapper > section:nth-of-type(2) {
    background: url(/public/img/main/m_mid_bg.jpg) no-repeat center / cover;
    padding: 120px 0;
}
.main_mid {
    color: #fff;
}
.main_mid h4 {
    font-size: 43px;
    margin: 0 0 45px;
    font-weight: 300;
    letter-spacing: -0.05em;
    line-height: 1.4;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.main_mid h4 b {
    font-weight: 500;
}
.main_mid p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 75px;
    letter-spacing: -0.02em;
    line-height: 1.65;
}
.main_mid a {
    display: inline-block;
    padding: 16px 30px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    transition: all 0.3s;
    text-decoration: none;
    background: #b5946c;
}
.main_mid a:hover {
    background: #ea0f17;
    color: #fff;
}
#main_wrapper > section:nth-of-type(3) {
    padding: 130px 0 130px;
}
.main_bottom .row > div:last-child {
    padding-left: 60px;
}
.main_bottom h4 {
    font-size: 38px;
    font-weight: 600;
    margin-top: 90px;
    margin-bottom: 50px;
    letter-spacing: -0.04em;
    color: #222;
}
.main_bottom h4::before {
    content: "";
    width: 35px;
    height: 4px;
    background: #ea0f17;
    display: block;
    margin-bottom: 5px;
    margin-left: 2px;
}
.main_bottom .li_m_contact {
    padding: 0;
    margin-bottom: 25px;
}
.main_bottom .li_m_contact li {
    font-size: 15px;
    padding: 6px 0px 6px 30px;
    position: relative;
    letter-spacing: -0.03em;
}
.main_bottom .li_m_contact li > i {
    display: block;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 25px;
    font-size: 13px;
    transform: translateY(-50%);
}
.main_bottom .row .col-sm-6:last-child a {
    display: inline-block;
    padding: 12px 20px;
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-decoration: none;
    transition: all 0.3s;
}
.main_bottom .row .col-sm-6:last-child a:hover {
    border-color: #333;
}

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

/* 서브페이지 */

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

.subHeader {
    height: 120px;
    background-image: url(/public/img/sub/sub_title.jpg);
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container {
    height: 100%;
    position: relative;
}
.subHeader .container h2 {
    display: none;
    color: #fff;
    font-size: 46px;
    margin: 10px 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    letter-spacing: -0.02em;
}
.subHeader .container h2::after {
    content: "";
    width: 65px;
    height: 3px;
    background: #ea0f17;
    display: block;
    margin: 20px auto 0;
}

.br_wrap {
    background: #ea0f17;
    margin-bottom: 80px;

    display: none;
}
.br_wrap::after {
    content: "";
    clear: both;
    display: table;
}
.br_wrap .breadcrumb {
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: none;
}
.br_wrap .breadcrumb li {
    margin: 0;
    border-right: 1px solid #ea0f17;
    display: block;
    float: left;
}
.br_wrap .breadcrumb li:first-child {
    border-left: 1px solid #ea0f17;
}
.br_wrap .breadcrumb li > a {
    padding: 10px 15px;
    color: #fff;
    display: block;
}
.breadcrumb > li + li:before {
    display: none;
}
.br_wrap .breadcrumb li.active {
    border-right: 0;
    padding: 10px 15px;
    background: #fff;
    color: #ea0f17;
    font-weight: 500;
}
.subMenu {
    background: #222;
}
.subMenu .nav {
    text-align: center;
}
.subMenu .nav > li {
    float: none !important;
    display: inline-block;
    margin: 0 -2px 0 -1px;
    min-width: 150px;
    line-height: 1;
}
.subMenu .nav > li > a {
    border-radius: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    background: none;
    letter-spacing: -0.04em;
    display: block;
    border-right: 1px solid #444;
    line-height: 50px;
    padding: 0;
}
.subMenu .nav > li:first-child > a {
    border-left: 1px solid #444;
}
.subMenu .nav > li:hover > a {
    color: #fff;
}
.subMenu .nav > li.active > a,
.subMenu .nav > li.active > a:hover,
.subMenu .nav > li.active > a:focus {
    color: #fff;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.8);
}
.subContent {
    padding-bottom: 120px;
}
.subContent_title {
    text-align: center;
    font-size: 48px;
    margin: 90px 0 90px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #222;
}
.subContent .content {
    padding-bottom: 120px;
}
.subContent .content:last-child {
    padding-bottom: 0;
}
.subContent .content h4 {
    position: relative;
    font-size: 32px;
    margin: 0 0 40px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #2f2f2f;
}
/* .subContent .content h4::before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background: #ea0f17;
    position: absolute;
    left: 0;
    top: 12px;
} */
.subContent .content p {
    font-size: 18px;
    letter-spacing: -0.035em;
}

#Comp01 .subContent {
    padding-bottom: 0;
}
#Comp01 .content.con1 .container {
    /*box-shadow: 16px 14px 0px rgba(0,0,0, 0.3);*/
    padding: 40px 40px 60px;
}
#Comp01 .content .greet {
    /* padding-right: 70px; */
}
#Comp01 .content .greet p {
    font-size: 20px;
    margin-bottom: 32px;
    letter-spacing: -0.04em;
    line-height: 1.75;
    color: #555;
    /* padding-right: 50px; */
    padding-right: 20px;
}
#Comp01 .content .greet p:first-child {
    /* font-size: 36px; */
    font-size: 31px;
    color: #bebebf;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.6;
    margin: 15px 0 45px;
}
#Comp01 .content .greet p:first-child span {
    color: #e22128;
}
#Comp01 .content .greet .ceo {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1;
    margin: 70px 0 0;
    border-top: 1px solid #ddd;
    padding-top: 50px;
    color: #333;
    text-align: right;
}
#Comp01 .content .greet .ceo b {
    letter-spacing: 3px;
    margin-left: 11px;
    display: inline-block;
}
#Comp01 .content .greet .ceo span {
    display: inline-block;
    border-left: 2px solid #ddd;
    padding-left: 15px;
    margin-left: 10px;
}
#Comp01 .con1 img {
    padding: 0 20px;
}

#Comp01 .con2 {
    background: #f8f8f8;
    padding: 100px 0 110px;
}
#Comp01 .content.con2 .row {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
}
/*
#Comp01 .content .ideology{
    position: relative;
    text-align: center;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    padding: 100px 40px 0;
    margin: 0 auto;
    color: #fff;
}
#Comp01 .content .ideology::before {
    content: "";
    width: 90%;
    height: 90%;
    border: 2px solid #fff;
    position: absolute;
    left: 5%;
    top: 5%;
    border-radius: 50%;
    opacity: 0.5;
}
#Comp01 .content.con2 .row > div:nth-child(1) .ideology{
    background: #999;
}
#Comp01 .content.con2 .row > div:nth-child(2) .ideology{
    background: #ea0f17;
}
#Comp01 .content.con2 .row > div:nth-child(3) .ideology{
    background: #2f2f2f;
}
#Comp01 .content .ideology dt{
    font-size: 28px;
    letter-spacing: -0.07em;
    margin: 0 0 12px;
    font-weight: 500;
}
#Comp01 .content .ideology dd{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.07em;
    color: #fff;
    opacity: 0.85;
}
*/
#Comp01 .content .ideology {
    text-align: center;
}
#Comp01 .content .ideology dt {
    font-size: 28px;
    letter-spacing: -0.07em;
    margin: 0 auto 32px;
    padding-top: 47px;
    font-weight: 500;
    width: 212px;
    height: 212px;
    background: #fff;
    border: 6px solid #eeeeee;
    border-radius: 50%;
    position: relative;
}
#Comp01 .content .ideology dt img {
}

#Comp01 .content .ideology dd {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #777;
}
#Comp01 .content .ideology dd > span {
    font-size: 26px;
    letter-spacing: -0.07em;
    color: #333;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

#Comp02 .content.con1 {
    position: relative;
}
/*
#Comp02 .content.con1 > .container{
    padding-left: 180px;
    position: relative;
}
#Comp02 .content.con1 > .container::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ddd;
    left: 330px;
}
#Comp02 .content.con1 .timeline{
    padding-bottom: 35px;
}
#Comp02 .content.con1 .timeline .year {
    margin: 0;
    font-size: 45px;
    font-weight: 600;
    color: #ddd;
    position: relative;
    letter-spacing: -0.04em;
}
#Comp02 .content.con1 .timeline .year::before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #ea0f17;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: -18px;
    top: 24px;
}
#Comp02 .content.con1 .timeline .li_issue {
    padding: 0;
    margin: 18px 15px 0;
}
#Comp02 .content.con1 .timeline .li_issue > li {
    font-size: 17px;
    margin-bottom: 8px;
    letter-spacing: -0.035em;
    line-height: 1.65;
    position: relative;
    padding-left: 15px;
}
#Comp02 .content.con1 .timeline .li_issue > li::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #222;
    position: absolute;
    left: 4px;
    top: 12px;
    border-radius: 50%;
}
*/
#Comp02 .timeline-vt {
    position: relative;
    padding: 50px 0;
    /*margin-left: 29px;*/
}
#Comp02 .timeline-vt::before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #ddd;
    position: absolute;
    left: 50%;
    top: 0;
}
#Comp02 .timeline-vt::after {
    content: "";
    display: table;
    clear: both;
}
#Comp02 .timeline-vt .timeline-item {
    width: 50%;
    padding-left: 0;
    padding-right: 50px;
    float: left;
}

#Comp02 .timeline-vt .timeline-item:nth-child(2) {
    margin-top: 445px;
}
#Comp02 .timeline-vt .timeline-item:nth-child(3) {
    margin-top: 0px;
}
#Comp02 .timeline-vt .timeline-item:nth-child(4) {
    margin-top: 910px;
}
#Comp02 .timeline-vt .timeline-item:nth-child(5) {
    margin-top: 0px;
}
#Comp02 .timeline-vt .timeline-item:nth-child(6) {
    margin-top: 96px;
}
#Comp02 .timeline-vt .timeline-item:nth-child(7) {
    margin-top: 0;
}
#Comp02 .timeline-vt .timeline-item:nth-child(8) {
    margin-top: 105px;
}
#Comp02 .timeline-vt .timeline-item:nth-child(9) {
    margin-top: 0;
}
#Comp02 .timeline-vt .timeline-item:nth-child(10) {
    margin-top: 96px;
}
#Comp02 .timeline-vt .timeline-item:nth-child(11) {
    margin-top: 0;
}
#Comp02 .timeline-vt .timeline-item:nth-child(12) {
    margin-top: 96px;
}

#Comp02 .timeline-vt .timeline-item.reversed {
    padding-left: 50px;
    padding-right: 0;
}
#Comp02 .timeline-vt .timeline-item::after {
    content: "";
    display: table;
    clear: both;
}
#Comp02 .timeline-vt .reversed .timeline-item {
    float: left;
    padding-left: 30px;
    padding-right: 0;
    margin-top: 175px;
}
#Comp02 .timeline-vt > .row > div:nth-child(1) .timeline-item {
    margin-top: 0;
}

#Comp02 .timeline-vt > .row > div:nth-child(2) .timeline-item {
    margin-top: 557px;
}

#Comp02 .timeline-vt > .row > div:nth-child(6) .timeline-item {
    margin-top: 412px;
}
#Comp02 .timeline-vt .timeline-item h5 {
    margin: 0 0 10px;
    color: #494949;
    font-size: 36px;
    position: relative;
    letter-spacing: -0.05em;
    font-weight: 400;
    text-align: right;
}
#Comp02 .timeline-vt .reversed.timeline-item h5 {
    text-align: left;
}
#Comp02 .timeline-vt .timeline-item h5::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #ea0e17;
    width: 26px;
}
#Comp02 .timeline-vt .timeline-item h5::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -61px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #ea0e17;
    border-radius: 50%;
    background: #fff;
}
#Comp02 .timeline-vt .timeline-item.reversed h5::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #ea0e17;
    width: 26px;
}
#Comp02 .timeline-vt .timeline-item.reversed h5::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #ea0e17;
    border-radius: 50%;
    background: #fff;
}
#Comp02 .timeline-vt .timeline-item .list-timeline {
    margin: 0 0 15px;
    padding: 0;
    text-align: right;
}
#Comp02 .timeline-vt .reversed.timeline-item .list-timeline {
    text-align: left;
}
#Comp02 .timeline-vt .timeline-item .list-timeline dd::after {
    content: "";
    display: table;
    clear: both;
}
#Comp02 .timeline-vt .timeline-item .list-timeline dt {
    font-size: 16px;
    color: #666;
    padding: 5px 0;
}
#Comp02 .timeline-vt .timeline-item .list-timeline dd {
    font-size: 16px;
    padding: 5px 0;
    position: relative;
    letter-spacing: -0.03em;
    color: #313131;
}
#Comp02 .timeline-vt .timeline-item.reversed .list-timeline dd > p {
    padding-left: 10px;
    display: inline-block;
}
#Comp02 .timeline-vt .timeline-item .list-timeline dd > p {
    padding-right: 10px;
    padding-left: 0;
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
}
#Comp02 .timeline-vt .timeline-item .list-timeline dd > p::before {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: #ea0e17;
    position: absolute;
    top: 3px;
    right: 0;
}
#Comp02 .timeline-vt .timeline-item.reversed .list-timeline dd > p::before {
    content: "";
    display: block;
    background: #ea0e17;
    position: absolute;
    left: 0;
    right: auto;
}
#Comp02 .timeline-vt .timeline-item .list-timeline dd .prod_link {
    display: inline-block;
    /*margin-top: 7px;*/
    /*margin-bottom: 6px;*/
    padding: 4px 10px;
    /* border: 1px solid #d8d8d8; */
    background: #999;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    float: left;
    margin-bottom: 10px;
}
#Comp02 .timeline-vt .timeline-item.reversed .list-timeline dd .prod_link {
    float: right;
}
#Comp02 .timeline-vt .timeline-item .list-timeline dd .prod_link > i {
    margin-right: 10px;
}
#Comp02 .timeline-vt .timeline-item .list-timeline dd .img-box {
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}
#Comp02 .timeline-vt .timeline-item .list-timeline dd .img-box > .img-label {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 8px 0px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
}
#Comp04 .content img {
    border: 1px solid #ddd;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    padding: 7px 5px;
}
#Comp04 .content .img_label {
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.03em;
    display: none;
}
#Comp05 .con1 {
    background: #f7f7f7;
    padding: 100px 0 85px;
    margin-bottom: 100px;
}
#Comp05 .con1 p {
    font-size: 20px;
    letter-spacing: -0.035em;
    line-height: 1.8;
    /*padding-right: 45px;*/
    margin-bottom: 60px;
    text-align: justify;
    padding-right: 0;
}
#Comp05 .content.con1 .inner {
}
#Comp05 .content.con1 .inner .row {
    margin: 0 -4px;
}
#Comp05 .content.con1 .inner .row > div {
    padding: 0 4px;
}
#Comp05 .content.con1 .inner h5 {
    margin-top: 0;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    background: #363636;
    color: #fff;
    border-radius: 6px;
    padding: 25px 10px;
    letter-spacing: -0.05em;
}
#Comp05 .content.con1 .inner p {
    text-align: center;
    padding: 60px 70px 60px;
    border-radius: 6px;
    background: #f54c44;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.04em;
}
#Comp05 .content.con1 .inner p img {
    margin-bottom: 30px;
}
#Comp05 .content .procedure_wrap {
    margin: 0 -15px;
}
#Comp05 .content .procedure_wrap::after {
    content: "";
    display: table;
    clear: both;
}
#Comp05 .content .procedure_wrap .procedure_box {
    position: relative;
    float: left;
    width: 20%;
    padding: 0 15px;
}
#Comp05 .content .procedure_wrap .procedure_box::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -7px;
    top: 35px;
    font-size: 30px;
    color: #f54c44;
}
#Comp05 .content .procedure_wrap .procedure_box:last-child::after {
    display: none;
}
#Comp05 .content .procedure_wrap .procedure_box h5 {
    color: #ea0f17;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    border: 2px solid;
    border-radius: 6px;
    padding: 15px 40px;
    letter-spacing: -0.045em;
    line-height: 1.4;
}
#Comp05 .content .procedure_wrap .procedure_box .li_procedure {
    border-radius: 6px;
    min-height: 245px;
    z-index: -1;
    position: relative;
    margin: 7px 0 0;
    background: #f3f3f3;
    padding: 20px 25px 0 33px;
}
#Comp05 .content .procedure_wrap .procedure_box .li_procedure > li {
    font-size: 16px;
    padding: 5px 0;
    position: relative;
    letter-spacing: -0.035em;
}
#Comp05 .content .procedure_wrap .procedure_box .li_procedure > li::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #222;
    border-radius: 50%;
    position: absolute;
    left: -9px;
    top: 15px;
}
#Comp06 .content .li_location {
    margin: 0 0 40px;
    padding: 0;
}
#Comp06 .content .li_location > li {
    border-bottom: 1px solid #e3e3e3;
    font-size: 19px;
    letter-spacing: -0.035em;
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 100px;
}
#Comp06 .content .li_location > li > span {
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    padding: 13px 0;
    color: #ea0f17;
    border-bottom: 1px solid;
}
.board_wrapper {
    margin-top: 0;
}
@media (min-width: 992px) {
    [id^="Proj"] .bbs-area .table_blog2 > dd {
        width: 25%;
    }
}
[id^="Proj"] .bbs-area .reply_wrap {
    display: none;
}
.table_blog2 dd .inner:hover {
    border-color: #ea0f17;
}
.table_blog2 dd .inner .bottom .title a {
    font-size: 19px;
    font-weight: 500;
}
.table_blog2 dd .inner .bottom .title a:hover {
    color: #ea0f17;
}

.btn.btn-primary {
    background: #ea0f17;
    border-color: #ea0f17;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #c3040b;
    border-color: #c3040b;
}

.btn.btn-dark {
    background: #3f3f3f;
    border-color: #3f3f3f;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background: #222;
    border-color: #222;
}
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 18px;
}
.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: red;
}
.checkbox a {
    text-decoration: underline;
    color: #ea0f17;
}

/* //서브페이지 */

/* 푸터 */
footer {
    text-align: left;
    padding: 60px 0;
    background: #2c2c2c;
    color: #999;
}
#main_wrapper + footer {
    display: none;
}
footer .footer-logo {
}
footer .footer-logo h1 {
    margin: 0;
}
footer .footer-logo h1 > a {
    display: block;
}
footer .footer-logo h1 > a > img {
    display: block;
}
footer .footer-text {
}
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 {
    display: inline-block;
    margin: 0 7px;
    line-height: 1.8;
    letter-spacing: -0.03em;
}
footer .footer-text ul li address {
    margin-bottom: 0;
    line-height: 1.4;
}
footer .footer-text .copyrights {
    display: block;
    font-size: 12px;
    margin-top: 20px;
    color: #666;
}
/* //푸터 */

.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: 1140px;
    margin: 0 auto;
}

/* 2020-07-14 */
#Lagoon {
    height: calc(100vh - 81px);
    background: url(/public/img/sub/lagoon_bg.jpg) no-repeat center / cover;
    text-align: center;
}
#Lagoon .container {
}
#Lagoon .container h3 {
    color: #fff;
    font-size: 58px;
    font-weight: 400;
    margin-top: 75px;
    margin-bottom: 40px;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
}
#Lagoon .container h3 > b {
    color: #efe826;
}
#Lagoon .container h3 > small {
    display: block;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 38px;
}
#Lagoon .container h3 > small > b {
    font-weight: 500;
}
#Lagoon .container p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.06em;
    margin-bottom: 50px;
}
#Lagoon .container p > b {
    font-weight: 500;
}
#Lagoon .container .lagoon_link {
    display: block;
    padding: 5px 30px;
    color: #fff;
    font-size: 26px;
    border: 1px solid #fff;
    border-radius: 540px;
    width: 300px;
    margin: 40px auto 0;
}
#Lagoon .container .lagoon_link:hover {
    text-decoration: none;
    color: #000;
    background: #fff;
}
#Lagoon .container .lagoon_partner {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    display: inline-block;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
}

/* 2020-07-15 Project bbs inner */
.proj-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 14px;
    position: relative;
    line-height: 1;
    letter-spacing: -0.04em;
}
.proj-title::before {
    content: "";
    display: block;
    width: 5px;
    height: 24px;
    background: #404041;
    border-top: 8px solid #f34825;
    position: absolute;
    left: 0;
    top: 0;
}
.proj-li {
    font-size: 16px;
    border-bottom: 1px solid #e3e3e3;
    padding: 13px 0 13px 120px;
    position: relative;
    margin-bottom: 0;
    letter-spacing: -0.03em;
}
.proj-li > span {
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    padding: 8px 18px;
    color: #f34825;
    font-weight: 700;
    text-align: left;
    width: 100px;
}
#Proj02 .table_blog2 dd .inner .top a .thumb {
    height: 340px;
}
#Proj02 .bbs-area .table_blog2 > dd {
    width: 33.333%;
}

@media (max-width: 767px) {
    #site {
        padding-top: 87px;
    }
    /* nav */
    .navbar-header .navbar-brand {
        width: 160px;
        margin: 16px auto !important;
        float: none;
    }
    .navbar-header .navbar-brand img {
        margin: 0 auto;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #404041;
        background: #404041;
        position: absolute;
        right: 15px;
        top: 26px;
        margin: 0;
    }
    .navbar-inverse .navbar-collapse {
        border-top: 1px solid #ddd;
    }
    .navbar-right {
        float: none !important;
        margin: 0px;
    }
    .nav.navbar-nav > li > a {
        padding: 24px 0;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu {
        height: auto;
        padding: 10px;
        background: #f8f8f8;
        margin-bottom: 15px;
    }
    /* mainSlide */
    #mainCarousel .carousel-inner .item .carousel-caption {
        top: 40% !important;
        transform: translateY(-50%) !important;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 15vw;
    }
    #mainCarousel .carousel-inner .item .carousel-caption p {
        font-size: 7vw;
    }
    #mainCarousel .carousel-inner .item .carousel-caption p::before {
        display: none;
    }
    #mainCarousel .carousel-inner .item:nth-child(1) .carousel-caption h1 {
        font-size: 10vw;
    }
    #mainCarousel .carousel-inner .item:nth-child(1) .carousel-caption h1 .des {
        font-size: 8vw;
    }
    #mainCarousel .carousel-inner .item:nth-child(1) .carousel-caption h1 .title {
        font-size: 26vw;
    }
    #mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption {
        text-align: center;
    }
    #mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption p a {
        margin: 85px auto 0;
    }

    /* main */

    /* subPage */
    .subMenu {
        display: none;
    }
    .subContent_title {
        text-align: center;
        font-size: 11vw;
        margin: 45px 0;
    }
    #Comp01 .content.con1 .container {
        /* box-shadow: 16px 14px 0px rgba(0,0,0, 0.3); */
        padding: 40px 15px 60px;
    }
    #Comp01 .content .greet p:first-child {
        font-size: 25px;
    }
    #Comp01 .content .greet p {
        font-size: 17px;
    }
    #Comp01 .content .greet .ceo {
        padding-right: 0;
    }
    #Comp01 .subContent .content.con2 h4 {
        text-align: center;
    }

    #Comp02 .timeline-vt::before {
        left: 0;
    }
    #Comp02 .timeline-vt .timeline-item {
        width: 100%;
        padding-left: 50px !important;
        padding-right: 0 !important;
        float: none !important;
        margin-top: 30px !important;
    }
    #Comp02 .timeline-vt .timeline-item h5 {
        text-align: left;
    }
    #Comp02 .timeline-vt .timeline-item h5::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -45px;
        display: block;
        border-right: 0px;
        border-top: 1px solid #ea0e17;
        width: 26px;
    }
    #Comp02 .timeline-vt .timeline-item h5::after {
        content: "";
        position: absolute;
        top: 50%;
        left: -50px;
        transform: translate(-50%, -50%);
        display: block;
        width: 11px;
        height: 11px;
        border: 2px solid #ea0e17;
        border-radius: 50%;
        background: #fff;
    }
    #Comp02 .timeline-vt .timeline-item .list-timeline {
        text-align: left;
    }
    #Comp02 .timeline-vt .timeline-item .list-timeline dd > p {
        text-align: left;
        padding-right: 0;
        padding-left: 10px;
    }
    #Comp02 .timeline-vt .timeline-item .list-timeline dd > p::before {
        right: auto;
        left: 0;
    }
    #Comp02 .timeline-vt .timeline-item .list-timeline dd {
        padding-top: 30px;
        position: relative;
    }
    #Comp02 .timeline-vt .timeline-item .list-timeline dd .prod_link {
        float: none !important;
        position: absolute;
        top: 0;
        left: 0;
    }

    #Comp05 .con1 p {
        font-size: 17px;
    }
    #Comp05 .content .procedure_wrap .procedure_box {
        width: 100%;
        margin-bottom: 50px;
    }
    #Comp05 .content .procedure_wrap .procedure_box::after {
        top: auto;
        right: auto;
        left: 50%;
        bottom: -45px;
        transform: translateX(-50%) rotate(90deg);
    }

    #Comp04 .subContent .content h4 {
        text-align: center;
    }
    #Comp04 .content img {
        margin-bottom: 15px;
    }

    #Comp06 .content .li_location > li {
        border-bottom: 0;
        font-size: 16px;
    }
    #Comp06 .content .li_location > li > span {
        border-bottom: 0;
    }

    #Proj01 .table_blog2 dd {
        width: 100%;
    }
    #Proj02 .bbs-area .table_blog2 > dd {
        width: 100%;
    }
    #Lagoon .container h3 {
        font-size: 35px;
        margin-top: 43px;
        margin-bottom: 30px;
    }
    #Lagoon .container h3 > small {
        margin-bottom: 15px;
        font-size: 20px;
    }
    #Lagoon .container p {
        font-size: 16px;
        margin-bottom: 24px;
    }
    #Lagoon .container .lagoon_link {
        font-size: 21px;
    }
    #Lagoon .container .lagoon_partner {
        font-size: 21px;
    }
    .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;
    }
    #list_btn {
        display: none;
    }
    #write_btn {
        margin: 0;
    }
    /* footer */
}
@media (min-width: 768px) and (max-width: 991px) {
    #site {
    }
    /* nav */
    .navbar-right {
        margin-right: 0px;
    }
    .nav.navbar-nav li .dropdown-menu {
        height: auto;
        padding: 0;
        background: rgba(0, 0, 0, 0.6);
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .nav.navbar-nav > li > a {
        padding: 30px 16px;
        font-size: 16px;
    }
    .nav.navbar-nav li .dropdown-menu li a {
        color: #fff;
    }

    /* mainSlide */

    /* main */

    /* subPage */
    .subContent_title {
        margin: 55px 0 70px;
    }
    .subMenu .nav > li {
        min-width: 115px;
    }
    .subMenu .nav > li > a {
        font-size: 1.8vw;
    }

    #Comp01 .content .greet p:first-child {
        font-size: 28px;
    }
    #Comp01 .subContent .content.con2 h4 {
        text-align: center;
    }

    #Comp05 .content.con1 .inner p {
        text-align: center;
        padding: 60px 35px 60px;
    }
    #Comp05 .content .procedure_wrap {
        margin: 0 -15px;
        text-align: center;
    }
    #Comp05 .content .procedure_wrap .procedure_box {
        width: 33%;
        display: inline-block;
        float: none !important;
        vertical-align: middle;
        margin-bottom: 30px;
    }
    #Comp05 .content .procedure_wrap .procedure_box .li_procedure {
        text-align: left;
    }

    #Proj02 .bbs-area .table_blog2 > dd {
        width: 50%;
    }

    #Lagoon .container h3 {
        font-size: 42px;
    }
    #Lagoon .container h3 > small {
        font-size: 30px;
    }
    #Lagoon .container p {
        margin-bottom: 25px;
    }
    /* footer */
}
@media (min-width: 992px) and (max-width: 1199px) {
    #site {
    }
    /* nav */
    .nav.navbar-nav > li > a {
        padding: 30px 34px;
    }

    /* mainSlide */
    #mainCarousel .carousel-inner .item .carousel-caption {
        top: 45%;
    }

    /* main */

    /* subPage */
    #Comp05 .content.con1 .inner p {
        padding: 60px 45px 60px;
    }
    #Comp05 .content .procedure_wrap .procedure_box h5 {
        padding: 15px 20px;
    }
    #Comp05 .content .procedure_wrap .procedure_box .li_procedure {
        border-radius: 6px;
        min-height: 272px;
        z-index: -1;
        position: relative;
        margin: 7px 0 0;
        background: #f3f3f3;
        padding: 20px 15px 0 22px;
    }

    .table_blog2 dd .inner .bottom .info span {
        font-size: 12px;
    }

    /* footer */
}

/* 20250217 */
.dl-box {
    margin-top: 40px;
}

.dl-box dl {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 9fr);
    margin-bottom: 0;
}

.dl-box :is(dt, dd) {
    padding: 30px 20px;
    font-size: 16px;
}

.dl-box .btn {
    display: inline-block;
    margin-left: 5px;
    padding: 5px 10px;
    background-color: #214dbd;
    color: #fff;
}

.dl-box dt {
    border-top: 1px solid #222;
}
.dl-box dd {
    border-top: 1px solid #ccc;
}

.protect-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.protect-wrap .col {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    background-color: #f7f7f7;
}
.protect-wrap .icon {
    aspect-ratio: 1;
    border-radius: 9999px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    max-width: 100px;
    width: 100%;
}
.protect-wrap span.num {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    /* opacity: 0.5; */
    color: #c41036;
}
#site .protect-wrap p {
    font-size: 16px;
}

/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    .dl-box dl{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .protect-wrap{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
