@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* 스크롤 offset관련
.text {
position: fixed;
right: 0;
top: 0;
font-size: 50px;
z-index: 100;
color: red;
}
*/

/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    -webkit-text-size-adjust: none;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans KR';
    /* 그 외 다른 폰트 사용시
font-family: 'Nanum Pen Script', cursive;
*/
    font-size: 16px;
    color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol,
dl {
    list-style: none;
}

dd {
    color: #333;
}

img,
video {
    /*max-width:100%;*/
    border: 0;
    vertical-align: top;
}

a,
a:link {
    color: #171312;
    text-decoration: none;
    outline: none;
}

a:visited {
    color: #171312;
}

a:hover,
a:active {
    color: #171312;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}
thead{
	background-color:#fbfdeb;
}
td {
    padding: 20px;
    text-align:left;
    font-size: 1rem;
    line-height: 1.8rem;
    box-sizing:border-box;
    border-right:1px solid #e3dfdf;
}
td:first-child {
    word-break: keep-all;
}

td:last-child{
	border-right:none;

}

table>tbody>tr {
    border-bottom: 1px solid rgb(220,220,220);
    box-sizing: border-box;
    font-weight: 600;
}

span {
    font-size: 1rem;
    font-weight: 400;
}

tr:nth-of-type(even) {
    background: rgba(255, 255, 255, .1);
}

td b {
    font-size: 1rem;
}

td a {
    font-size: 1rem;
}

td i {
    font-size: .985rem;
    color: red;
    margin-left: 5px;
    cursor: pointer;
}

th {
    font-size: 1.2rem;
    color: #171312;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #9f9f9f;
    border-top: 3px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
}

th:last-child{
	border-right:none;
}
input,
select {
    vertical-align: middle;
}

label {
    cursor: pointer;
}

.blind,
legend,
hr,
caption {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -1000em;
}

i,
em,
address {
    font-style: normal;
    font-weight: normal;
}

button {
    border: 0 none;
    background: transparent;
    cursor: pointer;
}

.hidden {
    display: block;
    position: absolute;
    left: -1000%;
    top: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: #fff
}

p {
    line-height: 1.65rem;
    font-size: 1rem;
    color: rgba(0, 0, 0, .87);
}

p > span {
    display: block;
}

#wrap {
    overflow: hidden;
}

.container {
    width: calc(100% - 40px);
    max-width: 1170px;
    padding: 0 20px;
    margin: 0 auto;
}

/*헤더 영역*/
header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background:linear-gradient(-135deg, #159b9b0f, #aabcd51a, #02327314, #c486d11a);
        /*linear-gradient(-135deg, #159b9ba8, #1476faa6, #023273ad, #055ed6eb)*/;
    /*border-bottom: 1px solid #055ed638;*/
    /*1px solid rgba(0,0,0,.025)*/
    box-sizing: border-box;
}

.scroll_down{
	width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background:linear-gradient(-135deg, #159b9ba8, #1476faa6, #023273ad, #055ed6eb);
    border-bottom: 1px solid #055ed638;
    /*1px solid rgba(0,0,0,.025)*/
    box-sizing: border-box;
}

.headerInner {
    position: relative;
    height: 75px;
}

.headerInner h1 {
    float: left;
    width: 280px;
    height: 60px;
    margin: 10px 0 0 10px;
}

.headerInner h1 a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/mec_logo.png) 0 0 no-repeat;
}

#gnb {
    float: right;
    /*width: 500px;*/
    width: 25%; /* 20230721 수정 yj*/
    margin-right: 15px;
}

#gnb > ul {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

#gnb > ul > li {
    /*width: 33.33%;*/
    width: 25%; /* 20230721 수정 yj*/
    float: left;
}
#gnb ul.gnbBox.gnb-2025 li{
	float: right;
}

#gnb > ul > li > a {
    display: block;
    padding: 25px;
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
    color: #fff;
}

#gnb > ul > li > a::after {
    position: absolute;
    left: 50%;
    bottom: 15px;
    content: "";
    width: 1px;
    height: 3px;
    opacity: 0;
    margin-left: -40px;
}

.open,
.close {
    display: none;
    position: absolute;
    top: 19px;
    right: 15px;
    text-align: center;
}

.open img,
.close img {
    width: 80%;
    height: 100%;
}

#gnb > ul > li:hover a::after,
#gnb > ul > li:focus a::after,
#gnb > ul > li:active a::after {
    background: linear-gradient(272deg, #055ed6f2, #159b9b94, rgba(255, 255, 255, .8));
    opacity: 1;
    width: 80px;
    transition: all .5s;
}

.on {
    background: red;
}

.topMove {
    display: block;
    position: fixed;
    right: 25px;
    bottom: 80px;
    z-index: 8888;
    opacity: .75;
}

/*푸터 영역*/
footer {
    text-align: center;
    padding: 30px 0;
    color:#8f8f8f;
}

/* 컨텐츠 공통 */

.mainVisaul {
    width: 100%;
    height: 700px;
    background-image: url(/images/mv.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.mainVisaul.main_2025{
	 background-image: url(/images/top_bg.jpg?1);
	 background-attachment: inherit;
}
.mainVisaul.main_2025.main_202507{
     background-image: url(/images/top-bg_202507.jpg);
     background-attachment: inherit;
}

.mainVisaul.main_2025:before{
	background-image: linear-gradient(-135deg, #171312, #0e5b2c85, #07012e78, #20366280, #8787876e);
}
.mainVisaul.main_2025 .main_title{
	top: 20%;
    position: relative;
    margin: 0 auto;
    left: 0;
    height: 500px;
    overflow: hidden;
}
.mainVisaul.main_2025 .main_title p{
    text-shadow: 2px 2px 3px #0f242d;
    font-size: 6rem;
    line-height: 8rem;
}

.mainVisaul::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-135deg, #171312, #48027385, #07012e78, #06957b80, #8787876e);
    /*linear-gradient(-135deg,#cce1fe2e,#159b9b54,#4c05d647,#055ed673,#d605c642,#144b4b44);*/
    background-size: 400% 400%;
    animation: bg_gradient 12s ease infinite;
}

@keyframes bg_gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.mainVisaul .main_title {
    position: absolute;
    left: 40%;
    top: 50%;
    margin-left: -400px;
    margin-top: -140px;
}

.mainVisaul .main_title.ai-2025{
	left: 50%;
	top: 45%;
}

.mainVisaul .main_title p {
    font-size: 6.5rem;
    line-height: 8.25rem;
    color: #fff;
    text-align: center;
    font-weight: lighter;
}

.mainVisaul .main_title p span {
    display: block;
    font-size: 1.8rem;
    line-height: 2.25rem;
    margin-bottom: 30px;
    font-weight: bold;
}

.content > section {
    padding: 100px 0 60px;
}

.content_tit {
    font-size: 2.85rem;
    text-align: left;
    font-weight: normal;
    float: left;
    min-width: 278px;
    position: relative;
}

.content_tit::before {
    content: "";
    width: 80px;
    height: 8px;
    background: linear-gradient(272deg, #159b9b94, #055ed6f2);
    color: linear-gradient(272deg, #159b9b94, #055ed6f2);
    position: absolute;
    top: -30px;
}

.content_tit_center {
    font-size: 2.85rem;
    text-align: left;
    font-weight: normal;
    float: center;
    width: 100%;
    position: relative;
    padding: 60px 0;
    z-index: 5;
    background: rgba(255, 255, 255, .1);
}

/*
.content_tit_center::after {
content: "";
background: rgba(255, 255, 255, .5);
width: 340px;
height: 340px;
border-radius: 100%;
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
margin-left: -170px;
margin-top: -170px;
border: 2px solid rgba(255, 255, 255, .6);
box-sizing:border-box;
box-shadow: 0 0 1rem #fff;
}

.content_tit_center:hover::after, .content_tit_center:active::after, .content_tit_center:focus::after{
background: rgba(255, 255, 255, 1);
box-shadow: 0 0 3rem #fff;
}

*/

.content_tit span,
.content_tit_center span {
    display: block;
    font-size: 1rem;
    color: #333;
    line-height: 5rem;
}

.content_tit span.strong,
.content_tit_center span.strong {
    font-weight: bolder;
    font-size: 2.85rem;
    line-height: 2.85rem;
    color: #000;
}

/*영역별*/

.con1 {
    position: relative;
}

.con1 .con1_text {}

.con1 .con1_text dl {
    font-size: 1.125rem;
    margin: 40px 0;
    position: relative;
}

.con1 .con1_text dl dt {
    float: left;
    font-weight: bold;
}

.focus_info {
    position: relative;
}

.focus_info::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -6px;
    background: red;
    width: 6px;
    height: 6px;
    -webkit-animation: pulse 1.6s infinite ease-in-out;
    animation: pulse 1.6s infinite ease-in-out;
}

@-webkit-keyframes pulse {

    0%,
    100% {
        opacity: .5
    }

    50% {
        opacity: 0
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: .5
    }

    50% {
        opacity: 0
    }
}

.con1 .con1_text dl dd {
    padding-left: 180px;
    font-size: 1.085rem;
    text-align: justify;
    line-height: 1.85rem;
    position: relative;
}

.con1 .con1_text .text-indent dd{
	text-indent: -12px;
	 padding-left: 192px;
}

.con1 .con1_text dl:last-child dd::before {
    content: "- ";
    position: absolute;
    color: #333;
    width: 10px;
    height: 10px;
    left: 160px;
}
    dl.inquiry dd:before {
    display: none;
}

.imgList {}

.imgList img {
	margin-bottom:15px;
}

.con2 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 0 !important;
    position: relative;
    background: #3A68F9;
    /*linear-gradient(132deg, #159b9b94, #055ed6f2, #159b9b94,#cce1fe);*/
    /* background-size: 400% 400%;*/
    /* #cce1fe; url(/images/sign_bg.jpg);*/
    /* animation: bg_gradient 10s ease infinite;*/
}

.con2 .bg_banner {
    width: 100%;
    padding: 0;
    position: relative;
    bottom: -2px;
    z-index: 2;
}

.con2 .bg_banner img {
    width: 100%;
}

.bg_dot {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 1000px;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    background-image: url(/images/bg_dot.png);
    background-position: 50% 50%;
    background-size: 60px;
    background-attachment: scroll;
    opacity: 0.3;
    animation: pulse 12s infinite ease-in-out;
}

/*
.con2::after{
content: "";
background: url(http://academy.newdailybiz.com/images/bg_wb.png) 0 0 no-repeat;
position: absolute;
bottom: -230px;
left: 0;
width: 100%;
height: 100%;
}
*/

.con2 div h4 {
    text-align: center !important;
    position: relative;
    display: none;
}

.click_here {
    background: url(/images/icon_click.png) 0 0 no-repeat;
    position: absolute;
    z-index: 3;
    left: 50%;
    width: 60px;
    height: 70px;
    margin-left: -30px;
    top: 63%;
    margin-top: 50px;
    -webkit-animation: click_btn 1.6s infinite ease;
    animation: click_btn 1.6s infinite ease;
}

@-webkit-keyframes click_btn {

    0%,
    100% {
        background: url(/images/icon_click.png) 0 0 no-repeat;
        opacity: .2
    }

    50% {
        background: url(/images/icon_click_on.png) 0 0 no-repeat;
        opacity: .2
    }
}

@keyframes click_btn {

    0%,
    100% {
        background: url(/images/icon_click.png) 0 0 no-repeat;
        opacity: .2
    }

    50% {
        background: url(/images/icon_click_on.png) 0 0 no-repeat;
        opacity: .2
    }
}

.con3 {
    width: 100%;
    margin: 0 auto;
}

.con3 .program_list {}

.cons_content {
    width: calc(100% - 378px);
    margin: 0 0 0 auto;
}

.con3 .program_list ul li {
    margin: 3px 0;
}

.con3 .program_list ul li dl {
    position: relative;
    line-height: 2rem;
}

.con3 .program_list ul li dl::before,
.con1 .con1_text dl::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(242, 242, 242);
    position: absolute;
    left: 0;
    top: -20px;
}

.con3 .program_list ul li dl dt {
    font-weight: bold;
    font-size: 1.25rem;
    position: absolute;
    left: 0;
    top: 0;
}

.con3 .program_list ul li dl dt span {
    display: block;
    font-weight: bold;
    font-size: 1rem;
    color: #70757a;
    min-width:100px;
}

.con3 .program_list ul li dl dd span.hidden_date {
    display: none;
}

.special {
    position: relative;
}

.special::after {
    content: "특강";
    border: 1px solid red;
    padding: 2px 4px;
    font-size: 14px;
    color: red;
    font-weight: lighter;
    position: relative;
    top: 0px;
    left: 5px;
}


.con3 .program_list ul li dl dd {
    padding-left: 180px;
    font-size: 1.085rem;
}

.con3 .program_list ul li dl dd .speakers {
    color:#159b9b;
    position: relative;
    font-size: 16px;
    font-weight: normal;
}

.con3 .program_list ul li dl dd .speakers span {}

.notice {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    line-height: 1.5rem;
   /* border-top: 1px solid rgb(242, 242, 242);*/
    box-sizing: border-box;
}

.notice span {
    display: block;
    font-size: 14px;
}

/* ------- 시장경제 2023 국정감사 특강 추가 소스 20230721 ------ */
.program-title {
    text-align: center;
    background: #eaf8f8;
    padding: 20px 0;
    word-break: keep-all;
}
/* ------- // ------ */

/* 와이드 pc */
@media screen and (max-width:1440px) {
    #wrap {
        width: auto;
        margin: 0;
    }

    #gnb {
        float: right;
        /*width: 380px;*/
        width:42% ; /* 20230721 수정 yj*/
    }


    #gnb > ul > li > a {
        display: block;
        padding: 25px;
        font-size: 1.125rem;
        font-weight: bold;
        position: relative;
        color: #fff;
    }

}

/* 일반 pc */
@media screen and (max-width:1280px) {

    .content_tit {
        float: none;
        margin: 0 0 60px 120px;
    }

    .cons_content {
        width: calc(100% - 240px);
        margin: 0 auto;
    }

    .con2 {
        padding: 0 !important;
    }
     .mainVisaul.main_2025 .main_title p{
        font-size: 5rem;
        line-height: 7rem;
    }

}


/* 테블릿 */
@media screen and (max-width:1024px) {

    .headerInner {
        position: relative;
        height: 75px;
    }

    .headerInner h1 {
        float: left;
        width: 220px;
        height: 46px;
        margin: 15px 0 0 15px;
    }

    .headerInner h1 a {
        display: block;
        width: 100%;
        height: 100%;
        background: url(/images/e&p_logo_220.png) 0 0 no-repeat;
    }
    .headerInner h1.logo-2025{
        height: 48px;
    }
    .headerInner h1.logo-2025 a{
         background: url(/images/logo_2025_180.png) 0 0 no-repeat;
         background-size: 130px;
    }
    #gnb {
        margin-right: 0;
    }

    #gnb > ul > li > a {
        padding: 25px 20px;
        font-size: 1rem;
    }

    .content_tit {
        float: none;
        margin: 0 0 100px 40px;
    }

    .cons_content {
        width: calc(100% - 80px);
    }

    .mainVisaul .main_title {
        margin-left: -368px;
        margin-top: -230px;
        word-break:keep-all;
    }

    .mainVisaul .main_title p {
        font-size: 6rem;
        line-height: 8rem;
    }
    .mainVisaul.main_2025 .main_title{
        top:28%
    }
    .mainVisaul.main_2025 .main_title p{
	    font-size: 4rem;
	    line-height: 6rem;
    }
    .mainVisaul .main_title.ai-2025{
	    top: 50%;
	    left:45%;
    }
    .mainVisaul .main_title.ai-2025 p{
	    font-size:5.5rem;
    }

    .mainVisaul .main_title p span {
        margin-bottom: 24px;
    }

    .con1 .con1_text dl:last-child dd::before {
        left: 150px;
    }

    .con2 {
        background: rgba(0, 0, 0, 0);
    }

    .con3 .program_list ul li dl dt span {
        font-size: .85rem;
    }

    .con1 .con1_text dl {
        font-size: 1rem;
    }

    .con1 .con1_text dl dd,
    .con3 .program_list ul li dl dd {
        padding-left: 160px;
        font-size: 1rem;
    }
    .con1 .con1_text .text-indent dd{
     padding-left: 172px;
    }

    .click_here {
        display: none;
    }
}


/* 소형 테블릿 */
@media screen and (max-width:768px) {
    .content_tit {
        float: none;
        margin: 0 0 60px 20px;
        font-size: 2.5rem;
    }

    .mainVisaul .main_title {
        margin-left: -266px;
        margin-top: -224px;
    }
    .mainVisaul.main_2025{
        height:500px;
    }
    .mainVisaul.main_2025 .main_title p {
        font-size: 2.5rem;
        line-height: 3.8rem;
    }

    .mainVisaul .main_title p {
        font-size: 5rem;
        line-height: 6.85rem;
        text-align: center;
    }

     .mainVisaul .main_title.ai-2025{
        left:40%;
    }
    .mainVisaul .main_title.ai-2025 p{
        font-size:5rem;
    }

    .mainVisaul .main_title p span {
        font-size: 1.5rem;
    }

    .cons_content {
        width: calc(100% - 40px);
    }

    .con1 .con1_text dl dd,
    .con3 .program_list ul li dl dd {
        padding-left: 140px;
        line-height: 1.5rem;
        word-break: break-all;
    }
    .con1 .con1_text .text-indent dd{
     padding-left: 152px;
    }

    .con1 .con1_text dl:last-child dd::before {
        left: 130px;
    }

    .imgList img {
        width: 20%;
        min-width: 110px;
    }

    .content_tit span.strong,
    .content_tit_center span.strong {
        font-size: 2.5rem;
    }

    .v_middle{padding-top:10px;}

    #gnb {
        width:55%; /* 20230721 추가 yj*/
    }
}

/* 모바일 */
@media screen and (max-width:640px) {

    #gnb {
        position: absolute;
        top: 76px;
        right: -100%;
        opacity: 1;
        width: 100%;
        margin-right: 0;
        background: rgba(255, 255, 255, .925)
            /*linear-gradient(272deg, #159b9bb5, #055ed6f5);*/
    }

    #gnb > ul > li {
        float: none;
        width: 100%;
        border-bottom: 1px solid #055ed636;
        box-sizing: border-box;
    }

    #gnb > ul > li > a {
        padding: 30px;
        font-size: 1.5rem;
        color: #333;
        ;
    }

    #gnb > ul > li:hover a::after,
    #gnb > ul > li:focus a::after,
    #gnb > ul > li:active a::after {
        width: 85px;
    }

    a.open {
        display: block;
    }

    .content_tit {
        margin: 0 0 60px 0px;
        font-size: 2rem;
    }

    .content_tit span.strong,
    .content_tit_center span.strong {
        font-size: 2rem;
        line-height: 2.25rem;
    }

    .cons_content {
        width: 100%;
    }

    table.cons_content th {
    font-size: 1rem;
    display:none;
    }

    td {
    font-size: 1.1rem;
    display:block;
    border-right:none;
    }

    td#sortation {
    box-sizing: border-box;
    border-top: 2px solid #484747;
    td span {
    font-size: 0.85rem;
    }

    .mainVisaul .main_title {
        margin-left: -207px;
    }

    .mainVisaul .main_title p {
        font-size: 4.5rem;
        line-height: 6rem;
    }

    .mainVisaul .main_title p span {
        font-size: 1.35rem;
        line-height: 1.85rem;
    }

    .con1 .con1_text dl {
        position: static;
    }

    .con1 .con1_text dl::before {
        display: none;
    }

    .con1 .con1_text dl dt {
        float: none;
        position: relative;
        padding: 6px 0 6px 6px;
        margin-bottom: 12px;
        font-size: 1.125rem;
        font-weight: bold;
        /*background: #f2f7fd;*/
        border-bottom: 1px solid rgb(242, 242, 242);
        box-sizing: border-box;
    }

    .con1 .con1_text dl dd {
        padding-left: 0;
    }
    .con1 .con1_text .text-indent dd{
     padding-left: 0px;
    }
    .con1 .con1_text dl:last-child dd {
        padding: 0 0 0 10px;
    }

    .con1 .con1_text dl:last-child dd::before {
        display: block !important;
        left: 0px;
    }


    /*
.content_tit_center::after{
background: rgba(255, 255, 255, 1);
box-shadow: 0 0 3rem #fff;
}
*/
    .con3 .program_list ul li {
        margin: 60px 0;
    }



    .con1 .con1_text dl dd,
    .con3 .program_list ul li dl dd {
        font-size: .95rem;
        letter-spacing: -.5px;
        padding: 0 0 0 4px;
        line-height: 1.85rem;
    }

    .con3 .program_list ul li dl dt {
        position: static;
        margin-bottom: 20px;
        color: #055ed6;
    }

    .con3 .program_list ul li dl dt span {
        line-height: 1.5rem;
        color: #878787;
        /*#159b9b*/;
        min-width:0;
        font-weight: lighter;
    }

    .notice span {
        font-size: 13px;
    }

    .con3 .program_list ul li dl dt span {
        display: inline-block;
    }

    /*
.con3 .program_list ul li dl dd span.hidden_date {
display: block;
font-weight: bold;
color: rgba(0, 0, 0, .67);
font-size: 1.25rem;
margin-bottom: 20px;
}
*/
    .con3 .program_list ul li dl dd {
        padding-left: 0px;
    }

    .con3 .program_list ul li dl dt span {
        position: absolute;
        right: 0;
        border-bottom: 1px solid;
        padding: 0px 3px;
    }

    .con3 .program_list ul li dl dd .speakers {
        font-size: .9rem;
        letter-spacing: -.5px;
    }

    .special::after {
        content: "특강";
        border: 1px solid #159b9b;
        padding: 1px 6px;
        font-size: 14px;
        color: #fff;
        font-weight: lighter;
        top: 0;
        margin-left: 6px;
        background: #159b9b;
        font-weight: bold;
    }

    .focus_info::before {
        opacity: 0;
        display: none;
    }
    ul.cons_content.border-2 {
        border-top: 2px solid #000;
    }


}

/* 최소 사이즈 처리! 안건듦 */
@media screen and (max-width:480px) {
    #wrap {
        min-width: 320px;
    }

    .headerInner {
        position: relative;
        height: 68px;
    }

    .headerInner h1 {
        float: left;
        width: 180px;
        height: 38px;
        margin: 15px 0 0 15px;
    }

    .headerInner h1 a {
        display: block;
        width: 100%;
        height: 100%;
        background: url(/images/e&p_logo_180.png) 0 0 no-repeat;
    }

    #gnb {
        top: 68px;
    }

    .content_tit::before {
        width: 40px;
        height: 5px;
        top:-20px;
    }
    .mainVisaul {
	    height: 500px;
    }
	.mainVisaul .main_title {
        margin-left: -148px;
        margin-top: -115px;
    }



    .mainVisaul .main_title p {
        font-size: 3rem;
        line-height: 4.25rem;
        word-break: keep-all;
        line-height: 3.7rem;
    }
	.mainVisaul.main_2025 .main_title{
	   top:	35%;
    }
    .mainVisaul.main_2025 .main_title p {
        font-size: 1.8rem;
        line-height: 3rem;
    }


     .mainVisaul .main_title.ai-2025{
        top:50%;
    }
    .mainVisaul .main_title.ai-2025 p{
        font-size:3rem;
      }

    .mainVisaul .main_title p span {
        font-size: 1.125rem;
        margin-bottom: 3px;
    }

    .imgList img {
        width: 20%;
        min-width: 100px;
    }

}


