@charset 'utf-8';

/*****************************************************************
   deletion of the current branch prohibited
   powered by nnin ( http://www.nnin.com )
*****************************************************************/



/*****************************************************************
de01 : 슬라이드
*****************************************************************/
.de01 .carousel-inner {
    position: relative;
    z-index: 1;
}
.de01 .carousel-inner .item {
    height: 600px;/* 높이값 조절 */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.de01 .carousel-inner .item:before {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
   / background: rgba(0, 0, 0, 0.1);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}
.de01 .carousel-inner .item:hover:before {
    background:/* rgba(0, 0, 0, 0.3); overlay */
}

.de01 .carousel-caption {
    position: absolute;
    left: 50%;
    top: 53%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 0px;
/*    border: 1px solid #f00;*/
}
.de01 .carousel-caption .box {
    display: table-cell;
    animation-duration: 0.3s;
    animation-delay: 0.3s;
    text-align: center;/* left, center, right */
/*    border: 1px solid #000;*/
    
}

.de01 #myCarousel .carousel-control {
    z-index: 11;
    width: 7%;
}
.de01 #myCarousel .carousel-control .glyphicon-menu-left {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 20px;
    background-color: rgba(10, 10, 10, 0.85);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #fff;
}
.de01 #myCarousel .carousel-control .glyphicon-menu-right {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    right: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 20px;
    background-color: rgba(10, 10, 10, 0.85);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #fff;
}

.de01 #myCarousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(90, 90, 90, 0.8);
    border: 0px solid #888;
    border-radius: 0px;
}
.de01 #myCarousel .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: rgba(0, 0, 0, 0.9);
    border: 0px solid #000;
}


/* 제목 */
.de01 .carousel-caption .box h2 {
    letter-spacing: 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0);
    font-size: 2.5em;
    font-weight: 300;
    color: #fff;
}
/* 내용 */
.de01 .carousel-caption .box p {
   background-color: rgba(255, 255, 255, 0.4);
    border: 0px solid #000;
    border-radius: 10px;
    padding: 5px 0;
	line-height: 200%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0);
    font-size: 2.0em;
    font-weight: 300;
    color: #000;
}
/* 링크버튼 */
.de01 .box a.btn {
    background-color: rgba(255, 255, 255, 0.4);
    border: 0px solid #000;
    border-radius: 2px;
    font-weight: 300;
    font-size: 1.0em;
    color: #111;
}
.de01 .box a.btn:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 768px) {
    .de01 .carousel-inner .item {
        height: 400px;
    }
    .de01 .carousel-caption {
        padding: 0 50px;
    }
    .de01 .carousel-caption .box h2 {
        font-size: 2.0em;
        line-height: 110%;
    }
    .de01 .carousel-caption .box p {
        font-size: 1.0em;
        line-height: 110%;
    }
    .de01 #myCarousel .carousel-control .glyphicon-menu-left {
        left: 1%;
        padding: 5px;
    }
    .de01 #myCarousel .carousel-control .glyphicon-menu-right {
        right: 1%;
        padding: 5px;
    }
}

@media screen and (min-width: 767px) {
    .de01 .carousel-caption {
        padding: 0 100px;
    }
}

@media screen and (min-width: 1500px) {
    .de01 .carousel-caption {
        padding: 0 15px;
    }
}





/*****************************************************************
de02 : 슬라이드
*****************************************************************/
.de02 .carousel-inner {
    position: relative;
    z-index: 1;
}
.de02 .carousel-inner .item {
    height: 471px;/* 이미지 최대높이값 : 700px */
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
}
.de02 .carousel-inner .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}
.de02 .carousel-caption {
    position: absolute;
    right: 0%;
    left: 0%;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: 0 auto;
/*    max-width: 1300px;*/
    width: 100%;
    height: 100%;
    display: table;
    padding: 0 150px;
/*    border: 1px solid #f00;*/
}
.de02 .carousel-caption .box {
    display: table-cell;
    text-align: center;/* left, center, right */
    animation-duration: 1s;
    animation-delay: 1s;
/*    border: 1px solid #000;*/
    
}

.de02 #myCarousel2 .carousel-control {
    z-index: 11;
    width: 7%;
}
.de02 #myCarousel2 .carousel-control .glyphicon-menu-left {
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}
.de02 #myCarousel2 .carousel-control .glyphicon-menu-right {
    position: absolute;
    top: 50%;
    right: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}

.de02 #myCarousel2 .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(100, 100, 100, 0.6);
    border: 0px solid #888;
    border-radius: 0px;
}
.de02 #myCarousel2 .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 0px solid #000;
}


/* 제목 */
.de02 .carousel-caption .box h2 {
    letter-spacing: -1px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 2.5em;
    font-weight: 500;
    color: #fff;
}
/* 내용 */
.de02 .carousel-caption .box p {
    padding: 20px 0;
    line-height: 110%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 1.250em;
    font-weight: 100;
    color: #fff;
}
/* 링크버튼 */
.de02 .box a.btn {
    background-color: rgba(255, 255, 255, 0.75);
    border: 0px solid #000;
    font-size: 1.0em;
    color: #222;
}
.de02 .box a.btn:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 768px) {
    .de02 .carousel-inner .item {
        height: 500px;/* 높이값 조절 */
    }
    .de02 .carousel-caption {
        padding: 0 70px;
    }
    .de02 .carousel-caption .box h2 {
        font-size: 2.0em;
        line-height: 110%;
    }
    .de02 .carousel-caption .box p {
        font-size: 1.0em;
        line-height: 110%;
    }
    .de02 #myCarousel2 .carousel-control .glyphicon-menu-left {
        left: 1%;
        padding: 5px;
    }
    .de02 #myCarousel2 .carousel-control .glyphicon-menu-right {
        right: 1%;
        padding: 5px;
    }
}





/*****************************************************************
de03 : 슬라이드
*****************************************************************/
.de03 .carousel-inner {
    position: relative;
    z-index: 1;
}

.de03 #myCarousel3 .carousel-control {
    z-index: 11;
    width: 7%;
}

.de03 .carousel .carousel-inner img {
    width: 100%;
    height: auto;
}





/*****************************************************************
de04 : 추출게시물
*****************************************************************/
.de04 {
    border: 0px solid #f00;
}





/*****************************************************************
de05 : 추출게시물, 고객센터
*****************************************************************/
.de05 {
    border: 0px solid #f00;
}
.de05 .nm_customer {
    text-align: left;
}
.de05 .nm_customer li:first-child {
    background-color: #ffc728;
    border-radius: 3px;
    padding: 5px;
    text-align: left;
    color: #fff;
    font-size: 1.0em;
}
.de05 .nm_customer li:last-child {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    line-height: 25px;
}
.de05 .nm_customer li i {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    padding: 5px;
    margin-right: 10px;
    color: #fff;
}
.de05 .nm_customer li span {
/*    text-transform: uppercase;대문자로변경*/
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 1.150em;
}

@media screen and (max-width: 768px) {
    .de05 .row > div {
        margin: 0 0 25px;
    }
}





/*****************************************************************
de06 : 추출게시물
*****************************************************************/
.de06 {
    border: 0px solid #f00;
}





/*****************************************************************
de07 : 1단이미지
*****************************************************************/
.de07 {
    margin: 0px 0px;
    border: 0px solid #f00;
}
.de07 p {
    font-size: 0;
}
.de07 img {
    width: 100%;
}





/*****************************************************************
de08 : RECRUIT : 복리후생
*****************************************************************/
.de08 {
    margin: 0px 0px;
    border: 0px solid #f00;
    text-align: left;
}

.de08 .box {
    margin: 0 0 80px;
}
.de08 .box:hover {
    cursor: pointer;
}

.de08 .box .textArea {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 100%;
    position: relative;
}

.de08 .box .textArea p {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
    line-height: 50px;
    font-size: 1.500em;
    color: #fff;
    padding-left: 10px;
}
.de08 .box:hover .textArea p {
    padding-left: 20px;
}
.de08 .box:nth-child(1) .textArea p {
    background-color: rgba(147, 170, 161, 0.8);
}
.de08 .box:nth-child(2) .textArea p {
    background-color: rgba(175, 159, 145, 0.8);
}
.de08 .box:nth-child(3) .textArea p {
    background-color: rgba(142, 172, 186, 0.8);
}

.de08 .box .textArea i {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 1.500em;
    color: #fff;
}

.de08 .box .textArea dl {
    margin: 10px 0 0;
}
.de08 .box .textArea dl dd {
    font-size: 1.0em;
    color: #555;
}

.de08 .box .imgArea {
    font-size: 0px;
    overflow: hidden;
}
.de08 .box .imgArea img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    width: 100%;
}
.de08 .box:hover .imgArea img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}





/*****************************************************************
de09 : 제휴사
*****************************************************************/
.de09 {
    border: 0px solid #f00;
}

.de09 .box {
    position: relative;
    overflow: hidden;
    margin: 0px 0;
}

.de09 .box .imgArea {
    position: relative;
    border: 0px solid #f00;
}
.de09 .box .imgArea span {
    display: block;
}
.de09 .box .imgArea a {
    display: block;
    overflow: hidden;
    border: 0px solid #f00;
}

.de09 .box .imgArea span.overlay {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;/* overlay color */
    border-radius: 0px;
    opacity: 0.1;
}
.de09 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

.de09 .box .imgArea img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    max-width: 100%;
}
.de09 .box:hover .imgArea img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.de09 .box .description {
    text-align: center;
    padding: 0px;
    position: absolute;
    top: 40%;
    left: 0px;
    z-index: 2;
    margin-top: -20px;
    height: 20px;
    display: block;
    width: 100%;
    opacity: 0;
}
.de09 .box .description a {
    font-size: 0.875em;
    font-weight: 700;
    word-break: break-all;
    background-color: #111;
    color: #f00;
    padding: 10px;
    display: block;
    border: 1px solid #333;
    border-radius: 0px;
    box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 1.0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}






/*****************************************************************
de10 : 예약문의(메인폼메일)
*****************************************************************/
.de10 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    max-width: 800px;/**/
/*    width: 100%;*/
}

.de10 .np_form input[class=formmail_border] {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: transparent;
}
.de10 .np_form td.formmail_title_bgcolor {
    background-color: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
.de10 .np_form td.formmail_cell_bgcolor {
    width: 80%;
    padding: 0px !important;
}
.de10 .np_form select {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: transparent;
    color: #fff;
}
.de10 .np_form select option {
    color: #000;
}
.de10 .np_form td.formmail_cell_bgcolor textarea {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: transparent;
    height: 100px !important;/*메세지 높이 */
}

/* 버튼(send) */
.de10 .np_form button {
    margin: 10px;
    width: 100px;
    background-color: #a00000;
    border: 0px;
    border-radius: 2px;
    font-size: 1.0em;
    color: #fff;
}
.de10 .np_form button:hover {
    background-color: #8b0000;
}






/*****************************************************************
de11 : RECRUIT : 채용안내
*****************************************************************/
.de11 {
    border: 0px solid #f00;
}
.de11 h3 {
    font-size: 1.5em;
    font-weight: 100;
    text-align: left;
    margin: 20px 0;
}
.de11 div div {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}
.de11 div div .imgArea {
    width: 40%;
    max-height: 200px;
    float: left;
}
.de11 div div .imgArea span {
    font-size: 0px;
    display: block;
}
.de11 div div .imgArea span img {
    width: 100%;
    min-height: 200px;
}

.de11 div div .textArea {
    width: 60%; height: 200px;
    float: left;
    border: 10px solid #eee;
    display: table;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.de11 div div:hover .textArea {
    border: 10px solid #ddd;
    background-color: #ddd;
}
.de11 div div .textArea p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.5em;
    color: #111;
    text-align: center;
    padding: 0 40px;
}
.de11 div div .textArea p i {
    display: block;
    padding-bottom: 10px;
    font-size: 2.0em;
    color: #aaa;
}
.de11 div div:hover .textArea p i {
    color: #fff;
}



/*****************************************************************
de12 : 3단아이콘
*****************************************************************/
.de12 {
}

.de12 .sec {
    margin: 10px auto;
    text-align: center;
}

.de12 .sec p.icon {
    display: inline-block;
    margin: 10px 0;
    background: #ddd;
    border: 10px solid #eee;
    border-radius: 100%;
}

.de12 .sec i.glyphicon {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: table-cell;
    vertical-align: middle;
    padding: 80px;
    font-size: 5em;
}
.de12 .sec:hover i.glyphicon {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #396b77;
}

.de12 .sec strong {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    padding: 10px;
    word-wrap: break-word;
    text-align: center;
    letter-spacing: -0.5px;
    font-size: 2.750em;
    color: #333;
}
.de12 .sec:hover strong {
    color: #0e8188;
}

.de12 .sec span {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.50em;
    color: #666;
    white-space: nowrap; /* 줄바꿈 방지 */
}

.de12 {
    margin-bottom: 60px; /* 하단 공간 확보 */
}

.de12 .sec {
    padding-bottom: 30px; /* 각 아이콘 블록 하단에 여유 */
}

.de12 .sec .item {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.2em;
  color: #666;
}


/*****************************************************************
de13 : 좌우6단
*****************************************************************/
.de13 {
    padding: 0px 0;
    overflow: hidden;
    border: 0px solid #f00;
}

.de13 .con_left {
    text-align: left;
    border: 0px solid #f00;
}
.de13 .con_right {
    text-align: left;
    border: 0px solid #f00;
}
.de13 .con {
    overflow: hidden;
    margin: 20px 0;
}

.de13 .con .glyphicon {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 50%;
    float: left;
    background-color: #ddd;
    border-radius: 3px;
    max-width: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 2.0em;
}
.de13 .con:hover .glyphicon {
    background-color: #333;
    font-size: 2.0em;
    color: #fff;
}

.de13 .con div {
    width: 80%;
    float: right;
    padding-left: 10px;
}

.de13 .con div h4 {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin: 10px 0;
    font-size: 1.250em;
    color: #333;
}
.de13 .con div:hover h4 {
    padding-left: 10px;
}

.de13 .con div p {
    text-align: left;
    font-size: 1.0em;
    color: #666;
}

.de13 .con div em {
    text-align: left;
    font-size: 0.875em;
    color: #aaa;
}





/*****************************************************************
de14 : 아코디언(고객센터)
*****************************************************************/
.de14 {
    text-align: left;
    border: 0px solid #f00;
}
.de14 .panel {
    position: relative;
}
.de14 .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e258";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.0em;
    color: #fff;
}
.de14 .accordion-toggle.collapsed:after {
    content: "\e259";
    color: #ddd;
}

.de14 .panel-heading {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #333;
}
.de14 .panel-heading.collapsed {
    background-color: #666;
}

.de14 .panel-heading h4 {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding-left: 10px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
}
.de14 .panel-heading.collapsed h4 {
    padding-left: 0px;
    color: #ddd;
}

.de14 .panel-body {
    color: #888;
}





/*****************************************************************
de15 : 불규칙블록
*****************************************************************/
.de15 {
    text-align: left;
}
.de15 .row > div {
/*    padding: 5px;*/
}
.de15 .con {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin: 0 0 0px;
    border: 3px solid #fff;
}
.de15 .con_txt {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: rgba(0, 0, 0, 0.2);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 200px;
}
.de15 .con_txt:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.de15 .con span {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: inline-block;
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}
.de15 .con:hover span {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
}





/*****************************************************************
de16 : 롤오버6단
*****************************************************************/
.de16 {
    border: 0px solid #f00;
}

.de16 > .row > .col-md-4 {
    padding: 15px;
}

.de16 .box {
    position: relative;
    overflow: hidden;
/*    font-size: 0px;*/
/*    margin-bottom: 30px;*/
}

.de16 .box .description {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 10%;
    position: absolute;
    bottom: -50px;
/*    left: 0px;*/
    z-index: 2;
    opacity: 0;
}

.de16 .box .description h3 {
    font-size: 1.5em;
    color: #fff;
    font-weight: 700;
}

.de16 .box .description p {
    font-size: 0.875em;
    color: #fff;
}

.de16 .box .description span {
    display: block;
    padding-top: 10px;
}
.de16 .box .description span a {
    font-size: 0.875em;
}

.de16 .box .imgArea {
/*    border: 10px solid #fff;*/
    box-sizing: border-box;
    font-size: 0;
    position: relative;
}
.de16 .box .imgArea span.overlay {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.de16 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

.de16 .box .imgArea img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    width: 100%;
}
.de16 .box:hover .imgArea img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width: 768px) {
    .de16 .box .description {
        padding-bottom: 10%;
    }
}






/*****************************************************************
de17 : 롤오버(4단)
*****************************************************************/
.de17 {
    border: 0px solid #f00;
}
.de17 .box {
}

.de17 .box .imgArea {
    position: relative;
    overflow: hidden;
}

.de17 .box .imgArea span.overlay {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.de17 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

.de17 .box .imgArea img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    width: 100%;
}
.de17 .box:hover .imgArea img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

.de17 .box .description {
    padding: 10px 0 30px;
    position: relative;
    top: 10px;
    left: 0px;
    z-index: 2;
    text-align: justify;
    opacity: 0.8;
    border: 0px solid #f00;
}

.de17 .box .description h3 {
    font-size: 1.250em;
    color: #000;
}

.de17 .box .description p {
    padding: 10px 0;
    text-align: left;
    font-size: 1.0em;
    color: #000;
}

.de17 .box .description span {
    display: block;
}






/*****************************************************************
de18 : 4단블럭
*****************************************************************/
.de18 {
    border: 0px solid #f00;
}
.de18 ul {
    overflow: hidden;
    height: 600px;/**/
}
.de18 ul li {
    float: left;
    width: 100%;/**/
    height: 25%;/**/
    background-size: cover !important;
    background-position: center center;
    
}

.de18 ul li .box {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table;
    width: 100%;
    height: 100%;
    
}

.de18 ul li .box.color01 {
    background-color: rgba(13, 49, 65, 0.5);
}
.de18 ul li .box.color02 {
    background-color: rgba(57, 45, 74, 0.5);
}
.de18 ul li .box.color03 {
    background-color: rgba(39, 64, 54, 0.5);
}
.de18 ul li .box.color04 {
    background-color: rgba(65, 62, 42, 0.5);
}

.de18 ul li:hover .box.color01 {
    background-color: #4296d2
}
.de18 ul li:hover .box.color02 {
    background-color: #4296d2
}
.de18 ul li:hover .box.color03 {
    background-color: #4296d2
}
.de18 ul li:hover .box.color04 {
    background-color: #4296d2
}

.de18 .box .textArea {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.de18 .box .textArea:hover {
    padding-right: 20px;
}

.de18 .box .textArea i {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 2.0em;
    color: #fff;
}
.de18 .box .textArea p {
    text-align: center;
    font-weight: 400;
    font-size: 1.150em;
    color: #fff;
}

.de18 .box p.imgArea {
    font-size: 0px;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .de18 ul {
        height: 400px; /*300*/
    }
    .de18 ul li {
        width: 50%;
        height: 50%;/* 1/n */
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 768px) {
    .de18 ul {
        height: 400px;/*700*/
    }
    .de18 ul li {
        width: 100%;
        height: 25%;/* 1/n */
        margin-bottom: 0px;
    }
}





/*****************************************************************
de19 : 1단형텍스트
*****************************************************************/
.de19 {
    margin: 0 auto;
    background-color: transparent;/**/
    display: table;
    width: 100%;
}

.de19 .section {
    height: 400px;/**/
    border: 0px solid #fff;
    padding: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.de19 .section h3 {
    text-align: center;
    font-weight: 700;
    font-size: 3.9em; /* 기본 폰트 크기 */
}

.de19 .section p {
    padding: 30px;
    text-align: center;
    font-weight: 100;
    font-size: 2.55rem; /* 기본 폰트 크기 */
}

.de19 .section a {
    background-color: #a71a00;
    border-radius: 25px;
    max-width: 200px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    font-size: 1.15rem;
    color: #fff;
}

.de19 .section a:hover {
    background-color: #801400;
    color: #fff;
}

/* 반응형 폰트 크기 조절 */
@media (max-width: 1024px) {
    .de19 .section h3 {
         font-size: 1.89em;
    }
    .de19 .section p {
        font-size: 1.19em;
    }
    .de19 .section a {
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    .de19 .section h3 {
        font-size: 1.89em;
    }
    .de19 .section p {
        font-size: 1.19em;
    }
    .de19 .section a {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .de19 .section h3 {
        font-size: 1.89em;
    }
    .de19 .section p {
        font-size: 1.49em;
    }
    .de19 .section a {
        font-size: 1.29rem;
    }
}





/*****************************************************************
de20 : 인사말
*****************************************************************/
.de20 {
    border: 0px solid #f00;
    overflow: hidden;
    text-align: left;
}

.de20 .slogan {
    font-size: 2.5em;
    font-weight: 100;
    color: #5b95c9;
    padding-top: 20px;
    text-align: left;
}
.de20 dl {
    
}
.de20 dl dt {
    font-size: 1.250em;
    font-weight: 400;
    color: #222;
    padding: 50px 0 10px;
}
.de20 dl dd {
    font-size: 1.0em;
    line-height: 2.5em;
    color: #666;
    text-align: justify;
}
.de20 p.sign {
    float: right;
    padding: 50px 0 20px;
    font-size: 1.0em;
}
.de20 p.sign span {
    float: right;
    display: inline-block;
    font-size: 1.6em;
    padding: 0px;
}

@media screen and (max-width: 768px) {
    .de20 .slogan {
        font-size: 2.0em;
    }
}



/*****************************************************************
de21 : 회사소개 (반응형 폰트 적용 + 중앙 정렬 + PC 세로 정렬)
*****************************************************************/
.de21 {
    border: 0px solid #f00;
    text-align: left;
    font-size: 1.23rem;
}

.de21 .box {
    display: flex; /* ✅ flex 적용으로 좌우 배치 */
    align-items: center; /* ✅ 세로 중앙 정렬 */
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow: hidden;
    margin-bottom: 40px;
    padding-top: 20px;
    border-top: 1px dotted #aaa;
}

.de21 .box .txtArea {
    width: 55%;
    text-align: center; /* ✅ 텍스트 중앙 정렬 */
}

.de21 .box .imgArea {
    width: 40%;
    overflow: hidden;
    font-size: 0;
    border-radius: 20px;
}

.de21 .box .txtArea h3 {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 20px 0 10px;
    font-size: 2.98em;
    font-weight: 600;
    color: #000;
    text-align: center;
	 margin-bottom: 30px;
}

.de21 .box:hover .txtArea h3 {
    padding: 20px 0 10px 5px;
    color: #000;
}

.de21 .box .txtArea p {
    padding: 10px 0;
    font-weight: 300;
    font-size: 1.89em;
    color: #666;
    /* 상위 요소가 center 정렬이므로 따로 text-align 필요 없음 */
}

.de21 .box .txtArea em {
    display: block;
    font-weight: 300;
    font-size: 1rem;
    color: #aaa;
}

.de21 .box .imgArea img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    width: 100%;
}

.de21 .box:hover .imgArea img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* 반응형 레이아웃 */
@media (max-width: 768px) {
    .de21 .box {
        display: block; /* ✅ 모바일에서는 flex 해제 */
    }

    .de21 .box .txtArea {
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    .de21 .box .imgArea {
        display: block;
        width: 100%;
    }
}

/* 반응형 폰트 조정 */
@media (max-width: 1024px) {
    .de21 .box .txtArea h3 {
        font-size: 1.69em;
        text-align: center;
		 font-weight: 500;
		 margin-bottom: 10px;
    }

    .de21 .box .txtArea p {
        font-size: 1.19em;
    }

    .de21 .box .txtArea em {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .de21 .box .txtArea h3 {
        font-size: 1.69em;
        text-align: center;
		 font-weight: 500;
    }

    .de21 .box .txtArea p {
        font-size: 1.19em;
    }

    .de21 .box .txtArea em {
        font-size: 1.29rem;
    }
}

@media (max-width: 480px) {
    .de21 .box .txtArea h3 {
        font-size: 1.69em;
        text-align: center;
		 font-weight: 500;
    }

    .de21 .box .txtArea p {
        font-size: 1.19em;
    }

    .de21 .box .txtArea em {
        font-size: 0.85rem;
    }
}


/*****************************************************************
de22 : 회사연역
*****************************************************************/
.de22 {
    border: 0px solid #f00;
    text-align: left;
}
.de22 .sec {
    margin-bottom: 30px;
    border-bottom: 1px dotted #aaa;
}
.de22 .sec p {
    font-size: 1.0em;
    padding: 10px 0;
    text-align: left;
}
.de22 dl {}
.de22 dl dt {
    font-size: 2.0em;
    color: #222;
    font-weight: 700;
    margin: 10px 0;
}
.de22 dl dd {
    font-size: 1.0em;
    color: #333;
    font-weight: 400;
    padding: 7px 0;
    cursor: pointer;
}
.de22 dl dd span {
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
    padding: 5px 10px 5px 15px;
    margin-right: 10px;
    background-color: #888;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.de22 dl dd:hover span {
    padding: 5px 10px 5px 35px;
    background-color: #111;
}

@media (max-width:768px) {
    .de22 dl dd span {
        display: block;
        width: 100%;
    }
}





/*****************************************************************
de23 : 동영상
*****************************************************************/
.de23 {
    border: 0px solid #f00;
}
.de23 .movie {
    width: 100%;
}






/*****************************************************************
de24 : CLICK HERE : 모달팝업
*****************************************************************/
.de24 {
    border: 0px solid #f00;
}
.de24 .box {
    position: relative;
}
.de24 .box .title {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -0.8em;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 5px;
    font-size: 1.5em;
    color: #fff;
    overflow: hidden;
}
.de24 .box:hover .title {
    color: #d38a00;
}
.de24 .box img {
    width: 100%;
    height: auto;
}

.de24 .modal-body p {
    text-align: left;
}






/*****************************************************************
de25 : 사이트맵
*****************************************************************/
.de25 {
    text-align: left;
    border: 0px solid #f00;
}
.de25 .sitemap {
    border: 0px solid #ddd;
    font-size: 0.875em;
}
.de25 .sitemap ul {
    overflow: hidden;
}


/* grid : 가로갯수 */
.de25 .sitemap ul.grid3 li:nth-child(3n+1) {
    clear: both;
}
.de25 .sitemap ul.grid4 li:nth-child(4n+1) {
    clear: both;
}
.de25 .sitemap ul.grid5 li:nth-child(5n+1) {
    clear: both;
}

.de25 .sitemap ul.grid3 li.m1 {
    width: 33.33% !important;
}
.de25 .sitemap ul.grid4 li.m1 {
    width: 25% !important;
}
.de25 .sitemap ul.grid5 li.m1 {
    width: 20% !important;
}




.de25 .sitemap ul li.m1 {
    float: left;
    padding: 1px;
    margin-bottom: 30px;
    border: 0px solid #f00;
}

.de25 .sitemap ul li.m1 > a {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    background-color: #ddd;
    color: #222;
}
.de25 .sitemap ul li.m1:hover > a {
    background-color: #333;
    color: #fff;
}

.de25 .sitemap ul li dl {
    margin: 5px 0 0;
}
.de25 .sitemap ul li dl dd.m2 {
    
}
.de25 .sitemap ul li dl dd.m2 > a {
    padding: 5px 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    position: relative;
}
.de25 .sitemap ul li dl dd.m2:hover > a {
/*    background-color: #ddd;*/
    padding-left: 20px;
    font-weight: 700;
    color: #000;
}
.de25 .sitemap ul li dl dd.m2:hover > a:before {
    position: absolute;
    top: 13px;
    left: 0px;
    content: '';
    background-color: #111;
    width: 7px;
    height: 1px;
}

@media screen and (max-width: 768px) {
    .de25 .sitemap ul li.m1 {
        width: 100% !important;
    }
}






/*****************************************************************
de26 : 사업분야1
*****************************************************************/
.de26 {
    border: 0px solid #f00;
}
.de26 > div {
    margin-bottom: 50px;
    position: relative;
}
.de26 .iconArea {
    z-index: 1;
    position: absolute;
    top: 10%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
}
.de26 .iconArea h3 {
    font-size: 4.0em;
    font-weight: 100;
    color: #fff;
    margin: 20px 0 10px;
    text-align: center;
}
.de26 .iconArea h3 em {
    font-size: 0.5em;
    color: #fff;
}
.de26 .iconArea ul {
    overflow: hidden;
    text-align: center;
}
.de26 .iconArea ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
    width: 180px; height: 180px;
    background-color: #eee;
    border: 1px solid #fff;
    border-radius: 90px;
    padding-top: 55px;
    margin: 10px 5px;
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.de26 .iconArea ul li:hover {
    background-color: #fff;
    opacity: 1.0;
}
.de26 .iconArea ul li i {
    background-color: #888;
    font-size: 1.500em;
    color: #fff;
    padding: 10px;
/*    margin-right: 5px;*/
    display: inline-block;
    border-radius: 5px;
    word-wrap: break-word;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.de26 .iconArea ul li:hover i {
    background-color: #333;
}
.de26 .iconArea ul li span {
    display: block;
    font-size: 1.250em;
    font-weight: 300;
    color: #111;
    padding: 5px 0;
}

.de26 .imgArea {
    
}
/*추가설정 : overlay 배경컬러*/
.de26 .sec01 .imgArea span:before {
    background: rgba(11, 39, 57, 0.7);
}
.de26 .sec02 .imgArea span:before {
    background: rgba(48, 16, 49, 0.7);
}
.de26 .sec03 .imgArea span:before {
    background: rgba(49, 49, 20, 0.7);
}

.de26 .imgArea strong {
    font-size: 1.750em;
    font-weight: 100;
    color: #bbb;
    display: block;
}
.de26 .imgArea span {
    font-size: 0;
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.de26 .imgArea span:before {
    content:'';
    position: absolute;
    top: 0px; left: 0px;
    width: 100%; height: 100%;
    display: inline-block;
    border-radius: 5px;
}

.de26 .imgArea span img {
    width: 100%; height: 600px;
    display: inline-block;
}

.de26 .imgArea p {
    font-size: 1.500em;
    text-align: center;
}
    
@media (max-width: 424px) {
    .de26 .iconArea h3 {
        font-size: 3.0em;
    }
    .de26 .imgArea p {
        font-size: 1.250em;
    }
    .de26 .iconArea ul li {
        display: none;
    }
    .de26 .iconArea ul li:nth-child(-n+2) {
        display: block;
        margin: 10px auto;
    }
}

@media (min-width: 425px) and (max-width: 606px) {
    .de26 .iconArea ul li {
        display: none;
    }
    .de26 .iconArea ul li:nth-child(-n+4) {
        display: inline-block;
    }
}






/*****************************************************************
de27 : 사업분야2
*****************************************************************/
.de27 {
    border: 0px solid #f00;
}
.de27 > div {margin-bottom: 130px;}

.de27 .imgArea {
    position: relative;
}
.de27 .imgArea .tit {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 40px;
}
.de27 .imgArea h3 {
    font-size: 5.0em;
    font-weight: 300;
    color: #fff;
    margin: 20px 0 10px;
    display: inline-block;
}
.de27 .imgArea em {
    font-size: 1.5em;
    color: #fff;
}
.de27 .imgArea span {
    font-size: 0;
    display: block;
    position: relative;
    width: 100%; height: 100px;
    overflow: hidden;
    border-radius: 10px;
}
.de27 .imgArea span:before {
    content:'';
    position: absolute; z-index: 1;
    top: 0px; left: 0px;
    width: 100%; height: 100%;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
}
.de27 .imgArea span img {
    width: 100%; height: auto;
}
.de27 .imgArea p {
    margin: 20px 0;
}

/*추가설정 : 배경이미지 위치*/
.de27 .sec01 .imgArea span img {
    margin: 0px 0 0 0px;
}
.de27 .sec02 .imgArea span img {
    margin: -100px 0 0 0px;
}
.de27 .sec03 .imgArea span img {
    margin: -200px 0 0 0px;
}
/*추가설정 : overlay 배경컬러*/
.de27 .sec01 .imgArea span:before {
    background: rgba(74, 93, 96, 0.5);
}
.de27 .sec02 .imgArea span:before {
    background: rgba(82, 71, 88, 0.5);
}
.de27 .sec03 .imgArea span:before {
    background: rgba(77, 78, 59, 0.5);
}

.de27 .iconArea ul {
    overflow: hidden;
    text-align: center;
}
.de27 .iconArea ul li {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: inline-block;
    text-align: center;
    width: 220px;
    height: 220px;
    background-color: #eee;
    border: 1px solid #fff;
    border-radius: 30px;
    padding-top: 75px;
    margin: 10px 10px 0px 0;
    cursor: pointer;
}
.de27 .iconArea ul li:nth-child(odd) {
    background-color: #d6dce0;
}
.de27 .iconArea ul li:hover {
    background-color: #fff;
    border: 1px solid #ddd;
}
.de27 .iconArea ul li i {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2 ease-out;
    background-color: #888;
    font-size: 1.500em;
    color: #fff;
    padding: 10px;
/*    margin-right: 5px;*/
    display: inline-block;
    border-radius: 5px;
    word-wrap: break-word;
}
.de27 .iconArea ul li:hover i {
    background-color: #333;
}
.de27 .iconArea ul li span {
    display: block;
    font-size: 1.250em;
    font-weight: 300;
    color: #111;
    padding: 5px 0;
}

@media (max-width: 493px) {
    .de27 .imgArea h3 {
        font-size: 3.0em;
    }
    .de27 .iconArea ul li {
        display: none;
    }
    .de27 .iconArea ul li:nth-child(-n+3) {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}






/*****************************************************************
de28 : 시설안내 : 탭기능
*****************************************************************/
.de28 {
    text-align: left;
    border: 0px solid #f00;
}

.de28 h3 {
    font-size: 2.5em;
    color: #000;
    margin: 50px 0 20px;
}

.de28 .sec01 {}

.de28 .sec01 strong {
    font-size: 1.750em;
    font-weight: 100;
    color: #bbb;
}

.de28 .sec01 p {
    margin-top: 20px;
    text-align: left;
}

.de28 .sec02 {
    margin-top: 30px;
}
.de28 .sec02 .imgArea {}
.de28 .sec02 .imgArea img {
    max-width: 100%;
}
.de28 .sec02 .txtArea {
    margin: 30px 0;
}
.de28 .sec02 .txtArea table {
    width: 100%;
    border-top: 3px solid #5b95c9;
    border-collapse: collapse;
    table-layout: fixed;
}
.de28 .sec02 .txtArea table caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.de28 .sec02 .txtArea table tbody {
    vertical-align: middle;
}
.de28 .sec02 .txtArea table th,
.de28 .sec02 .txtArea table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 20px;
}
.de28 .sec02 .txtArea table th {
    background-color: #f0f0f0;
    text-align: center;
    word-break: break-all;
}
.de28 .sec02 .txtArea table td {
    background-color: #fff;
    text-align: left;
    word-break: break-all;
}

.de28 .sec02 .txtArea p {
    background-color: #fff;
    text-align: left;
    
}

.de28 .sec02 p {
    overflow: hidden;
    margin: 20px 0;
}

.de28 .sec02 p i {
    font-size: 4.0em;
    font-weight: 500;
    color: #fff;
    vertical-align: top;
    margin-right: 15px;
    padding: 30px;
    display: block;/*none*/
    float: left;
    background-color: #bbc8d6;
}

.de28 .sec03 {}

.de28 img {
    width: 100%;
}

@media (max-width: 768px) {
    .de28 .nav-tabs a {
        font-size: 0.875em;
        padding: 15px 10px;
    }
}





/*****************************************************************
de29 : 조직도
*****************************************************************/
.de29 {
    border: 0px solid #f00;
}

/* 767px이하 본문이미지 */
@media (max-width:425px) {
    .de29 .pc_view {
        display: none
    }
    .de29 .mo_view {
        display: block
    }
}

/* 768px이상 본문이미지 */
@media (min-width:426px) {
    .de29 .pc_view {
        display: block
    }
    .de29 .mo_view {
        display: none
    }
}





/*****************************************************************
de30 : 구글지도
*****************************************************************/
.de30 {
    border: 0px solid #f00;
}

.de30 .map_google {
    width: 100%;
    height: 600px;
    border: 0;
}
.de30 .map_google iframe{
    display: block;
    width: 100%;
    position: relative;
    pointer-events: none;
}
.de30 .map_google iframe.clicked{
    pointer-events: auto;
}

/* 본사위치, 주변지하철등 */
.n_map_text {
    overflow: hidden;
    text-align: left;
}
.n_map_text div {
    margin-top: 20px;
}
.n_map_text div dl {
    margin-bottom: 30px;
}

.n_map_text div dl dt {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 10px 10px 10px 20px;
    margin-bottom: 10px;
    background-color: #aaa;
    border-radius: 2px;
    display: block;
    font-size: 1.0em;
    color: #fff;
}
.n_map_text div dl:hover dt {
    padding: 10px 10px 10px 30px;
    background-color: #111;
}

.n_map_text div dl dd {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}







/*****************************************************************
de31 : 아이콘모음
*****************************************************************/
.de31 {}

.de31 ul {
    margin: 20px 0;
    text-align: center;
    overflow: hidden;
}

.de31 ul li {
    float: left;
    background-color: #ddd;
    border: 1px solid #fff;
    padding: 30px 10px 10px;
    width: 25%;
    height: 120px;
    overflow: hidden;
    line-height: 1.4;
    word-wrap: break-word;
    /*    word-break: break-all;*/
}

.de31 ul li:hover {
    background-color: #555;
    color: #fff;
}

.de31 span.glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.5em;
}

.de31 span.glyphicon-class {
    display: block;
    font-size: 1.0em;
}

@media (max-width: 767px) {
    .de31 ul li {
        width: 50%;
        font-size: 12px;
    }
}


/*****************************************************************
de32 : 우측배너
*****************************************************************/
.de32 {
    position: fixed;
    top: 340px;
    left: 50%;
    margin-left: 650px;
    z-index: 100;
}
.de32 .con {
}
.de32 .con ul {
    width: 150px;
}
.de32 .con ul li {
    overflow: hidden;
}
.de32 .con ul li:last-child {
    margin: px;
}
.de32 .con ul li a {
    display: block;
    height: 490px;
    line-height: 750px;
    background-color: #fff;
    color: #fff;
    font-size: 0;
}
.de32 .con ul li img {
    width: 100%;
}
.de32 .con ul li:hover img {
    width: 100%;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .de32 {
        display: none;
    }
}


/*****************************************************************
de281 : 시설안내 : 탭기능
*****************************************************************/
.de281 {
    text-align: left;
    border: 0px solid #f00;
}

.de281 h3 {
    font-size: 2.5em;
    color: #000;
    margin: 50px 0 20px;
}

.de281 .sec01 {}

.de281 .sec01 strong {
    font-size: 1.750em;
    font-weight: 100;
    color: #bbb;
}

.de281 .sec01 p {
    margin-top: 20px;
    text-align: left;
}

.de281 .sec02 {
    margin-top: 0px;
}
.de281 .sec02 .imgArea {}
.de281 .sec02 .imgArea img {
    max-width: ;
}
.de281 .sec02 .txtArea {
    margin: 10px 0;
}
.de281 .sec02 .txtArea table {
    width: 100%;
    border-top: 3px solid #5b95c9;
    border-collapse: collapse;
    table-layout: fixed;
}
.de281 .sec02 .txtArea table caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 10;
    line-height: 0;
}
.de281 .sec02 .txtArea table tbody {
    vertical-align: middle;
}
.de281 .sec02 .txtArea table th,
.de281 .sec02 .txtArea table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 20px;
	
}
.de281 .sec02 .txtArea table th {
    background-color: #f0f0f0;
    text-align: center;
    word-break: break-all;
}
.de281 .sec02 .txtArea table td {
    background-color: #fff;
    text-align: left;
    word-break: break-all;
}

.de281 .sec02 .txtArea p {
    background-color: #fff;
    text-align: left;
    
}

.de281 .sec02 p {
    overflow: hidden;
    margin: 30px 0;
}

.de281 .sec02 p i {
    font-size: 3.0em;
    font-weight: 500;
    color: #fff;
    vertical-align: top;
    margin-right: 15px;
    padding: 20px;
    display: block;/*none*/
    float: left;
    background-color: #bbc8d6;
}

.de281 .sec03 {}

.de281 img {
    width: 100%;
}

@media (max-width: 768px) {
    .de281 .nav-tabs a {
        font-size: 0.875em;
        padding: 15px 10px;
    }
}



/*****************************************************************
de160 : 롤오버6단
*****************************************************************/
.de160 {
    border: 0px solid #f00;
}

.de160 > .row > .col-md-4 {
    padding: 15px;
}

.de160 .box {
    position: relative;
    overflow: hidden;
/*    font-size: 0px;*/
/*    margin-bottom: 30px;*/
}

.de160 .box .description {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 10%;
    position: absolute;
    bottom: -50px;
/*    left: 0px;*/
    z-index: 2;
    opacity: 0;
}

.de160 .box .description h3 {
    font-size: 1.9em;
    color: #fff;
    font-weight: 700;
}

.de160 .box .description p {
    font-size: 0.955em;
    color: #fff;
}

.de160 .box .description span {
    display: block;
    padding-top: 10px;
}
.de160 .box .description span a {
    font-size: 0.875em;
}

.de160 .box .imgArea {
/*    border: 10px solid #fff;*/
    box-sizing: border-box;
    font-size: 0;
    position: relative;
}
.de160 .box .imgArea span.overlay {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background-color: #256cdc;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.de160 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

.de160 .box .imgArea img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    width: 100%;
}
.de160 .box:hover .imgArea img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width: 768px) {
    .de160 .box .description {
        padding-bottom: 10%;
    }
}


/*****************************************************************
de117 : 롤오버(4단)
*****************************************************************/
.de117 {
    border: 0px solid #f00;
}
.de117 .box {
}

.de117 .box .imgArea {
    position: relative;
    overflow: hidden;
}

.de117 .box .imgArea span.overlay {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.de117 .box:hover .imgArea span.overlay {
    opacity: 0.8;
}

.de117 .box .imgArea img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    width: 100%;
}
.de117 .box:hover .imgArea img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

.de117 .box .description {
    padding: 10px 0 30px;
    position: relative;
    top: 10px;
    left: 0px;
    z-index: 2;
    text-align: justify;
    opacity: 0.8;
    border: 0px solid #f00;
}

.de117 .box .description h3 {
    font-size: 1.250em;
    color: #000;
}

.de17 .box .description p {
    padding: 10px 0;
    text-align: left;
    font-size: 1.0em;
    color: #000;
}

.de117 .box .description span {
    display: block;
}




/*****************************************************************
de227 : 사업분야2
*****************************************************************/
.de227 {
    border: 0px solid #f00;
}
.de227 > div {margin-bottom: 130px;}

.de227 .imgArea {
    position: relative;
}
.de227 .imgArea .tit {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 40px;
}
.de227 .imgArea h3 {
    font-size: 5.0em;
    font-weight: 300;
    color: #fff;
    margin: 20px 0 10px;
    display: inline-block;
}
.de227 .imgArea em {
    font-size: 1.5em;
    color: #fff;
}
.de227 .imgArea span {
    font-size: 0;
    display: block;
    position: relative;
    width: 100%; height: 100px;
    overflow: hidden;
    border-radius: 10px;
}
.de227 .imgArea span:before {
    content:'';
    position: absolute; z-index: 1;
    top: 0px; left: 0px;
    width: 100%; height: 100%;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
}
.de227 .imgArea span img {
    width: 100%; height: auto;
}
.de227 .imgArea p {
    margin: 20px 0;
}

/*추가설정 : 배경이미지 위치*/
.de227 .sec01 .imgArea span img {
    margin: 0px 0 0 0px;
}
.de227 .sec02 .imgArea span img {
    margin: -100px 0 0 0px;
}
.de227 .sec03 .imgArea span img {
    margin: -200px 0 0 0px;
}
/*추가설정 : overlay 배경컬러*/
.de227 .sec01 .imgArea span:before {
    background: rgba(74, 93, 96, 0.5);
}
.de227 .sec02 .imgArea span:before {
    background: rgba(82, 71, 88, 0.5);
}
.de227 .sec03 .imgArea span:before {
    background: rgba(77, 78, 59, 0.5);
}

.de227 .iconArea ul {
    overflow: hidden;
    text-align: center;
}
.de227 .iconArea ul li {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: inline-block;
    text-align: center;
    width: 220px;
    height: 100px;
    background-color: #eee;
    border: 1px solid #fff;
    border-radius: 10px;
    padding-top: 15px;
    margin: 10px 10px 0px 0;
    cursor: pointer;
}
.de227 .iconArea ul li:nth-child(odd) {
    background-color: #d6dce0;
}
.de227 .iconArea ul li:hover {
    background-color: #fff;
    border: 1px solid #ddd;
}
.de227 .iconArea ul li i {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1 ease-out;
    background-color: #888;
    font-size: 1.500em;
    color: #fff;
    padding: 10px;
/*    margin-right: 5px;*/
    display: inline-block;
    border-radius: 5px;
    word-wrap: break-word;
}
.de227 .iconArea ul li:hover i {
    background-color: #333;
}
.de227 .iconArea ul li span {
    display: block;
    font-size: 1.250em;
    font-weight: 00;
    color: #111;
    padding: 5px 0;
}

@media (max-width: 493px) {
    .de227 .imgArea h3 {
        font-size: 3.0em;
    }
    .de227 .iconArea ul li {
        display: none;
    }
    .de227 .iconArea ul li:nth-child(-n+3) {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}


/*****************************************************************
de281 : 시설안내 : 탭기능
*****************************************************************/
.de281 {
    text-align: left;
    border: 0px solid #f00;
}

.de281 h3 {
    font-size: 2.0em;
    color: #000;
    margin: 20px 0 20px;
}

.de281 .sec01 {}

.de281 .sec01 strong {
    font-size: 1.750em;
    font-weight: 100;
    color: #bbb;
}

.de281 .sec01 p {
    margin-top: 20px;
    text-align: left;
}

.de28 .sec02 {
    margin-top: 20px;
}
.de281 .sec02 .imgArea {}
.de281 .sec02 .imgArea img {
    max-width: 100%;
}
.de281 .sec02 .txtArea {
    margin: 30px 0;
}
.de281 .sec02 .txtArea table {
    width: 100%;
    border-top: 3px solid #5b95c9;
    border-collapse: collapse;
    table-layout: fixed;
}
.de281 .sec02 .txtArea table caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.de281 .sec02 .txtArea table tbody {
    vertical-align: middle;
}
.de281 .sec02 .txtArea table th,
.de281 .sec02 .txtArea table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 20px;
}
.de281 .sec02 .txtArea table th {
    background-color: #f0f0f0;
    text-align: center;
    word-break: break-all;
}
.de281 .sec02 .txtArea table td {
    background-color: #fff;
    text-align: left;
    word-break: break-all;
}

.de281 .sec02 .txtArea p {
    background-color: #fff;
    text-align: left;
    
}

.de281 .sec02 p {
    overflow: hidden;
    margin: 20px 0;
}

.de281 .sec02 p i {
    font-size: 4.0em;
    font-weight: 500;
    color: #fff;
    vertical-align: top;
    margin-right: 15px;
    padding: 30px;
    display: block;/*none*/
    float: left;
    background-color: #bbc8d6;
}

.de281 .sec03 {}

.de281 img {
    width: 100%;
}

@media (max-width: 768px) {
    .de28 .nav-tabs a {
        font-size: 0.875em;
        padding: 15px 10px;
    }
}





/*****************************************************************
de025 : 슬라이드
*****************************************************************/
.de025 .carousel-inner {
    position: relative;
    z-index: 1;
}
.de025 .carousel-inner .item {
    height: 330px;/* 이미지 최대높이값 : 700px */
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
}
.de025 .carousel-inner .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}
.de025 .carousel-caption {
    position: absolute;
    right: 0%;
    left: 0%;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: 0 auto;
/*    max-width: 1300px;*/
    width: 100%;
    height: 1000%;
    display: table;
    padding: 0 150px;
/*    border: 1px solid #f00;*/
}
.de025 .carousel-caption .box {
    display: table-cell;
    text-align: center;/* left, center, right */
    animation-duration: 1s;
    animation-delay: 1s;
/*    border: 1px solid #000;*/
    
}

.de025 #myCarousel2 .carousel-control {
    z-index: 11;
    width: 7%;
}
.de025 #myCarousel2 .carousel-control .glyphicon-menu-left {
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}
.de025 #myCarousel2 .carousel-control .glyphicon-menu-right {
    position: absolute;
    top: 50%;
    right: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}

.de025 #myCarousel2 .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(100, 100, 100, 0.6);
    border: 0px solid #888;
    border-radius: 0px;
}
.de025 #myCarousel2 .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 0px solid #000;
}


/* 제목 */
.de025 .carousel-caption .box h2 {
    letter-spacing: -1px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 2.5em;
    font-weight: 500;
    color: #fff;
}
/* 내용 */
.de025 .carousel-caption .box p {
    padding: 20px 0;
    line-height: 110%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 1.250em;
    font-weight: 100;
    color: #fff;
}
/* 링크버튼 */
.de025 .box a.btn {
    background-color: rgba(255, 255, 255, 0.75);
    border: 0px solid #000;
    font-size: 1.0em;
    color: #222;
}
.de025 .box a.btn:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 768px) {
    .de025 .carousel-inner .item {
        height: 350px;/* 높이값 조절 */
    }
    .de025 .carousel-caption {
        padding: 0 70px;
    }
    .de025 .carousel-caption .box h2 {
        font-size: 2.0em;
        line-height: 110%;
    }
    .de025 .carousel-caption .box p {
        font-size: 1.0em;
        line-height: 110%;
    }
    .de025 #myCarousel2 .carousel-control .glyphicon-menu-left {
        left: 1%;
        padding: 5px;
    }
    .de025 #myCarousel2 .carousel-control .glyphicon-menu-right {
        right: 1%;
        padding: 5px;
    }
}




/*****************************************************************
de01 : 슬라이드
*****************************************************************/
.de101 .carousel-inner {
    position: relative;
    z-index: 1;
}
.de101 .carousel-inner .item {
    height: 500px;/* 높이값 조절 */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.de101 .carousel-inner .item:before {
    -webkit-transition: all 0.0s ease-out;
    transition: all 0.0s ease-out;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
   / background: rgba(0, 0, 0, 0.1);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}
.de101 .carousel-inner .item:hover:before {
    background: /* overlay */
}

.de101 .carousel-caption {
    position: absolute;
    left: 50%;
    top: 53%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 0px;
/*    border: 1px solid #f00;*/
}
.de101 .carousel-caption .box {
    display: table-cell;
    animation-duration: 0.3s;
    animation-delay: 0.3s;
    text-align: center;/* left, center, right */
/*    border: 1px solid #000;*/
    
}

.de101 #myCarousel .carousel-control {
    z-index: 11;
    width: 7%;
}
.de101 #myCarousel .carousel-control .glyphicon-menu-left {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 20px;
    background-color: rgba(10, 10, 10, 0.85);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #fff;
}
.de101 #myCarousel .carousel-control .glyphicon-menu-right {
/*    visibility: hidden;*/
    position: absolute;
    top: 50%;
    right: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 20px;
    background-color: rgba(10, 10, 10, 0.85);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #fff;
}

.de101 #myCarousel .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(90, 90, 90, 0.8);
    border: 0px solid #888;
    border-radius: 0px;
}
.de101 #myCarousel .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: rgba(0, 0, 0, 0.9);
    border: 0px solid #000;
}


/* 제목 */
.de01 .carousel-caption .box h2 {
    letter-spacing: 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0);
    font-size: 2.5em;
    font-weight: 300;
    color: #fff;
}
/* 내용 */
.de101 .carousel-caption .box p {
   background-color: rgba(255, 255, 255, 0.4);
    border: 0px solid #000;
    border-radius: 10px;
    padding: 5px 0;
	line-height: 200%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0);
    font-size: 2.0em;
    font-weight: 300;
    color: #000;
}
/* 링크버튼 */
.de101 .box a.btn {
    background-color: rgba(255, 255, 255, 0.4);
    border: 0px solid #000;
    border-radius: 2px;
    font-weight: 300;
    font-size: 1.0em;
    color: #111;
}
.de101 .box a.btn:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 768px) {
    .de101 .carousel-inner .item {
        height: 400px;
    }
    .de101 .carousel-caption {
        padding: 0 50px;
    }
    .de101 .carousel-caption .box h2 {
        font-size: 2.0em;
        line-height: 110%;
    }
    .de101 .carousel-caption .box p {
        font-size: 1.0em;
        line-height: 110%;
    }
    .de101 #myCarousel .carousel-control .glyphicon-menu-left {
        left: 1%;
        padding: 5px;
    }
    .de101 #myCarousel .carousel-control .glyphicon-menu-right {
        right: 1%;
        padding: 5px;
    }
}

@media screen and (min-width: 767px) {
    .de101 .carousel-caption {
        padding: 0 100px;
    }
}

@media screen and (min-width: 1500px) {
    .de101 .carousel-caption {
        padding: 0 15px;
    }
}





/*****************************************************************
de025 : 슬라이드
*****************************************************************/
.de300 .carousel-inner {
    position: relative;
    z-index: 1;
}
.de300 .carousel-inner .item {
    height: 330px;/* 이미지 최대높이값 : 700px */
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
}
.de300 .carousel-inner .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);/* overlay */
    width: 100%;
    height: 100%;
    z-index: 2;
}
.de300 .carousel-caption {
    position: absolute;
    right: 0%;
    left: 0%;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: 0 auto;
/*    max-width: 1300px;*/
    width: 100%;
    height: 1000%;
    display: table;
    padding: 0 150px;
/*    border: 1px solid #f00;*/
}
.de300 .carousel-caption .box {
    display: table-cell;
    text-align: center;/* left, center, right */
    animation-duration: 1s;
    animation-delay: 1s;
/*    border: 1px solid #000;*/
    
}

.de300 #myCarousel2 .carousel-control {
    z-index: 11;
    width: 7%;
}
.de300 #myCarousel2 .carousel-control .glyphicon-menu-left {
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}
.de300 #myCarousel2 .carousel-control .glyphicon-menu-right {
    position: absolute;
    top: 50%;
    right: 30%;
    z-index: 5;
    margin-top: -10px;
    display: inline-block;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    text-shadow: none;
    padding: 10px;
    color: #111;
}

.de300 #myCarousel2 .carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(100, 100, 100, 0.6);
    border: 0px solid #888;
    border-radius: 0px;
}
.de300 #myCarousel2 .carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: #000;
    border: 0px solid #000;
}


/* 제목 */
.de300 .carousel-caption .box h2 {
    letter-spacing: -1px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 2.5em;
    font-weight: 500;
    color: #fff;
}
/* 내용 */
.de300 .carousel-caption .box p {
    padding: 20px 0;
    line-height: 110%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 1.250em;
    font-weight: 100;
    color: #fff;
}
/* 링크버튼 */
.de300 .box a.btn {
    background-color: rgba(255, 255, 255, 0.75);
    border: 0px solid #000;
    font-size: 1.0em;
    color: #222;
}
.de300 .box a.btn:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 768px) {
    .de300 .carousel-inner .item {
        height: 350px;/* 높이값 조절 */
    }
    .de300 .carousel-caption {
        padding: 0 70px;
    }
    .de300 .carousel-caption .box h2 {
        font-size: 2.0em;
        line-height: 110%;
    }
    .de300 .carousel-caption .box p {
        font-size: 1.0em;
        line-height: 110%;
    }
    .de300 #myCarousel2 .carousel-control .glyphicon-menu-left {
        left: 1%;
        padding: 5px;
    }
    .de300 #myCarousel2 .carousel-control .glyphicon-menu-right {
        right: 1%;
        padding: 5px;
    }
}


/* sub01_03  */
/* sub01_03 */
/* 전체 텍스트 영역 */
.intro-text {
    max-width: 1000px;
    margin: 80px auto;
    padding: 0 20px;
    text-align: center;
    font-family: '', sans-serif;
    color: #fff;
}


/* 메인 타이틀 */
.intro-text h1 {
    font-size: 4.1em;
    font-weight: 700;
    margin-bottom: 40px; /* h1과 h2 사이 간격 작게 */
}

/* 서브 타이틀 */
.intro-text h2 {
    font-size: 3.1em;
    font-weight: 700;
    margin-bottom: 60px; /* h2와 p 그룹 사이 간격 크게 */
}

/* 일반 문장 (p, .bold 포함) */
.intro-text p {
    font-size: 2.70em;
    font-weight: 400;
    margin: 10px 0; /* 기본 간격: 위아래 30px */
    color: #fff;
}

/* 첫 번째 p만 위쪽 간격 40px 적용 */
.intro-text p:first-of-type {
    margin-top: 60px;
}

/* 강조 문장: 스타일만 강조, 간격은 일반 문장과 동일하게 유지 */
.intro-text .bold {
    font-weight: 700;
}

/* 체크 아이콘 */
.intro-text .check {
    color: #fff;
    font-size: 1em;
    vertical-align: middle;
    margin-left: 10px;
}

/* 물흐르듯 등장 애니메이션 */
.fade-text {
    opacity: 30;
    transform: translateY(60px);
    animation: fadeUp 0.8s ease-out forwards;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.5s; }
.delay-4 { animation-delay: 0.7s; }
.delay-5 { animation-delay: 0.9s; }

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 반응형 */
@media (max-width: 768px) {
    .intro-text h1 {
        font-size: 2em;
    }
    .intro-text h2 {
        font-size: 1.50em;
    }
    .intro-text p {
        font-size: 1.1em;
    }
}
 .intro-text p1 {
        font-size: 1em;
    }
}






/* 생기부관리 메인 페이지 */

.activity-highlight {
  text-align: center;
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  margin: 60px auto;
  padding: 0 20px;
  max-width: 1200px;
  color: #222;
}

/* 메인 타이틀 */
.activity-highlight h1 {
  font-size: 4.8em;
  font-weight: 800;
  margin: 60px auto;
  margin-bottom: 40px;
}

/* 문장 공통 스타일 */
.activity-highlight p {
  font-size: 3.8em;
  font-weight: 600;
  margin: 10px 0;
  color: #2a1a1a;
}

/* 밑줄 강조 */
.activity-highlight .underline {
  position: relative;
  display: inline-block;
}

.activity-highlight .underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.05em;
  width: 100%;
  height: 8px;
  background-color: #4ed4ea;
  z-index: -1;
  border-radius: 4px;
}

/* 마지막 문장 */
.activity-highlight .last {
  font-size: 3.8em;
  font-weight: 700;
  margin-top: 50px;
    margin-bottom: 60px; /* �� 하단 간격 추가 */
}

.activity-highlight .aiblue {
  color: #4ed4ea;
  font-weight: 900;
}

/* �� CSS 애니메이션 */
.fade-text {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease-out forwards;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.5s; }
.delay-4 { animation-delay: 0.7s; }
.delay-5 { animation-delay: 0.9s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .activity-highlight h1 {
    font-size: 2.00em;
  }
  .activity-highlight p {
    font-size: 1.8em;
  }
  .activity-highlight .last {
    font-size: 1.89em; /* ← 적절한 크기로 조정 */
  }
}








/* ✅ 나만의 생기부를 차별화하는 AI 활동을 해 보세요!!  */
.aicc-highlight {
  text-align: center;
  font-family: sans-serif;
  padding: 60px 20px;
  color: #1a0e0e;
  overflow: hidden;
}

.aicc-highlight .sub-title {
  font-size: 3.3em;
  font-weight: 600;
  color: #2a1a1a;
  margin-bottom: 10px;
}

.aicc-highlight .main-title {
  font-size: 4.8em;
  font-weight: 900;
  color: #1a0e0e;
  margin: 30px 0 30px;
}

.aicc-highlight .main-title span {
  font-weight: 900;
}

.aicc-highlight .desc {
  font-size: 2.9em;
  font-weight: 300;
  color: #333;
    margin: 30px 0 0px;
}

/* ✅ 애니메이션 효과 */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease-out forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.5s; }
.delay-3 { animation-delay: 0.8s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ✅ 반응형 */
@media (max-width: 768px) {
  .aicc-highlight .sub-title {
    font-size: 1.49em;
  }
  .aicc-highlight .main-title {
    font-size: 2.39em;
  }
  .aicc-highlight .desc {
    font-size: 1.43em;
	 margin: 30px 0 0px;
  
	
  }
}



/*AI 교육 전문 와이즈교육이 수행합니다 타이틀 */
.edu-title-section {
  text-align: center;
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  padding: 60px 20px;
  color: #1a0e0e;
  overflow: hidden;
}

.edu-title-section h2 {
  font-size: 4.1em;
  font-weight: 800;
  margin-bottom: 20px;
  color: #111;
  max-width: 1200px;
}

.edu-title-section h2 strong {
  font-weight: 900;
  color: #000;
}

.edu-title-section p {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.6;
  color: #444;
  margin: 0;
  max-width: 2000px;
}





/*  */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease-out forwards;
}

.delay-1 { animation-delay: 0.3s; }
.delay-2 { animation-delay: 0.6s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ✅ 반응형 서브타이틀 */
@media (max-width: 768px) {
  .edu-title-section h2 {
    font-size: 1.8em;
  }
  .edu-title-section p {
    font-size: 1em;
  }
}


/* 왜학생부종합전형 */
.\34 00 {
  text-align: center;
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  padding: 80px 20px;
  color: #ffffff;
  background-color: #000000;
  overflow: hidden;
}

.\34 00 h2 {
  font-size: 4.1em;
  font-weight: 800;
  margin-bottom: 30px ;
  color: #ffffff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.\34 00 h2 strong {
  font-weight: 900;
  color: #ffffff;
}

.\34 00 p {
  font-size: 2.6em;
  font-weight: 400;
  line-height: 2.6;
  color: #dddddd;
  margin: 20 auto;
  max-width: 2000px;
}

/* 애니메이션 */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease-out forwards;
}

.delay-1 { animation-delay: 0.3s; }
.delay-2 { animation-delay: 0.6s; }
.delay-3 { animation-delay: 0.9s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 화살표 둥둥 떠다니는 애니메이션 */
.arrow {
  display: inline-block;
  animation: floatArrow 2s ease-in-out infinite;
}

@keyframes floatArrow {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

/* 반응형 */
@media (max-width: 768px) {
  .\34 00 h2 {
    font-size: 1.8em;
  }
  .\34 00 p {
    font-size: 1em;
  }
}


/* des01 : 동영상 영역 */
.des01 {
  padding: 40px 20px;
  background-color: #000; /* 배경색 검정 */
  text-align: center;
}

/* 반응형 유튜브 동영상 */
.des01 .embed-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 비율 */
  height: 0;
  overflow: hidden;
}

.des01 .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 반응형 여백 조정 */
@media (max-width: 768px) {
  .des01 {
    padding: 30px 10px;
  }
}




/*****************************************************************
동영상 
*****************************************************************/


.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 비율 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}