/* - - - - - - - - - - 공통 - - - - - - - - - - */

.inner { width: 100%; }


/* - - - - - - - - - - 헤더 - - - - - - - - - - */

#top_navi { padding: 0px 20px; }
#gnb_wrap { padding: 15px 0 0; }

h1 {
    margin-left: 20px;
    margin-bottom: 10px;
}

h1 a { margin-top: 0; }

#gnb {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e1e4eb;
    overflow: hidden;
}

#gnb ul {
    display: flex;
    justify-content: space-evenly;
}

#gnb .bmenu { margin: 10px 15px; }

#gnb .bmenu:after {
    display: none;
    bottom: -29px;
}

#gnb .bmenu:hover:after {
    display: none;
    bottom: -12px;
}

.side_ico {
    position: absolute;
    top: 16px;
    right: 15px;
    left: unset;
    margin-left: 0;
}

#pop_sform { top: 128px; }
#pop_sform.on { top: 138px; }


/* - - - - - - - - - - 메인 - - - - - - - - - - */

/* 공통 */
.more { top: 4px; }

.more a {
    width: 42px;
    height: 42px;
    background-size: 16px;
}

h3 {
    margin-bottom: 15px;
    font-size: 26px;
}

/* 핫뉴스 */
.section1_bg { padding: 0; }

#section1 .image {
    margin-right: 0;
    width: 60%;
}

#section1 .text_area {
    display: table-cell;
    float: left;
    padding: 35px 20px;
    width: 40%;
    bottom: 15%;
    vertical-align: middle;
}

#section1 .title {
    font-size: 34px;
    line-height: 40px;
}

#section1 .btn_view {
    margin-top: 40px;
    padding: 11px 60px 11px 20px;
    font-size: 18px;
}

#section1 .btn_view:before { top: 16px; }
#section1 .btn_view:after { top: 25px; }
#section1 .control { bottom: 20px; left: 20px; }

.bg_section1 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -400px;
    width: 380px;
    height: 380px;
    background-size: 280px auto;
    background-position: center top -160px;
}

.bg_section2 {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -280px;
    width: 240px;
    height: 240px;
    background-size: 240px;
}

.bg_section3 { display: none; }

/* 언론 속 KOREATECH */
.section2_bg { padding: 40px 20px 0; }
#section2 .section_article li { padding: 20px; }

#section2 .date {
    margin-right: 15px;
    padding-top: 4px;
    width: 60px;
    height: 60px;
    font-size: 12px;
}

#section2 .date span {
    font-size: 32px;
    line-height: 38px;
}

#section2 .title {
    padding-top: 5px;
    font-size: 20px;
    line-height: 25px;
}

/* 바로가기 */
.section3_bg {
    margin-top: -56px;
    padding-top: 56px;
    padding-bottom: 0;
}

#section3 li { padding: 30px 0; }
#section3 a { line-height: 50px; }

#section3 img {
    width: 60px;
    height: 60px;
}

#section3 a span {
    margin-left: 15px;
    font-size: 20px;
    line-height: 60px;
}

#section3 .letter span { line-height: 25px; }

/* 보도자료 */
.section4_bg { padding: 0 20px; }
#section4 { width: 64%; }

#section4 .title {
    font-size: 20px;
    line-height: 26px;
}

/* 많이 본 기사 */
#section5 { width: 32%; }

#section5 .section_article li { margin-top: 10px; }

#section5 .title {
    margin-top: 2px;
    font-size: 19px;
    line-height: 26px;
}

/* 동문 인터뷰 */
.section6_bg {
    margin-top: 40px;
    padding: 40px 20px;
}

#section6 {
    margin-right: 4%;
    width: 70%;
    max-width: 900px;
}

#section6 a { position: relative; }
#section6 .image { width: 60%; }
#section6 .text_area_wrap { width: 40%; }

#section6 .title1 {
    font-size: 18px;
    line-height: 24px;
}

#section6 .title2 { margin-top: 4px; }

#section6 .title2 span {
    font-size: 18px;
    line-height: 24px;
}

#section6 .name {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 44px;
}

#section6 .info1 {
    font-size: 18px;
    line-height: 24px;
}

#section6 .info2 {
    font-size: 18px;
    line-height: 24px;
}

/* 소식지 */
#section7 { width: 26%; }

#section7 .btn_view {
    max-width: 90%;
    font-size: 18px;
    line-height: 24px;
}

#section7 .image {
    width: 90%;
    height: auto;
    max-height: 405px;
}

#section7 .section_article a:after { right: 0; }

/* 기획 */
.section8_bg {
    margin-top: 40px;
    padding: 0 15px;
}

#section8 { width: 48%; }

#section8 .title {
    margin-top: 15px;
    font-size: 20px;
    line-height: 26px;
}

/* 산학협력 */
#section9 { width: 48%; }

#section9 .title {
    margin-top: 15px;
    font-size: 20px;
    line-height: 26px;
}


/* - - - - - - - - - - 서브 - - - - - - - - - - */

#sub_container { padding: 15px 15px 0; }
#sub_container:after { height: 90px; }

#cont_tit h3 {
    font-size: 28px;
    line-height: 34px;
}

#cont_tit .loc li { padding: 7px 0 7px 32px; }


/* 기사보기 */
#article_view_content img { max-width: 100%; }

#article_view .title {
    font-size: 40px;
    line-height: 48px;
}

#article_view .stitle {
    font-size: 26px;
    line-height: 34px;
}

.letter_guide { padding: 20px; }
.letter_guide .letter_ico { float: left; }

.letter_guide .letter_wrap {
    margin-left: 130px;
    display: table-cell;
}

.letter_guide .letter_tit {
    font-size: 24px;
    line-height: 32px;
}


/* 중그룹 기사목록 : 갤러리 */
#photo_article .section_article ul { padding-top: 30px; }
#photo_article .section_article li { margin-bottom: 30px; }

#photo_article .title {
    font-size: 20px;
    line-height: 28px;
}


/* 중그룹 기사목록 : 최신호 강조 */
#point_article .section_article ul { padding-top: 30px; }
#point_article .section_article li { margin-bottom: 30px; }

#point_article .section_article li .title {
    font-size: 20px;
    line-height: 28px;
}

#point_article .newest a { padding: 30px 0; }

#point_article .newest .title {
    font-size: 26px;
    line-height: 34px;
}

#point_article .newest .stitle {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
}

#point_article .newest .text {
    margin-top: 10px;
    -webkit-line-clamp: 2;
}

#point_article .newest .btn_wrap { margin-top: 10px; }
#point_article .newest a:hover .btn_wrap { margin-top: 5px; margin-bottom: 5px; }


/* 뉴스레터목록 */
#letter_article .section_article ul { padding-top: 30px; }
#letter_article .section_article li { margin-bottom: 30px; }


/* 뉴스레터목록2 */
#letter_article2 .section_article ul { padding-top: 30px; }
#letter_article2 .section_article li { margin-bottom: 30px; }

#letter_article2 .bg_section1 {
    top: auto;
    bottom: -6%;
    margin-left: -500px;
    width: 360px;
    height: 360px;
    background-size: 360px;
}

#letter_article2 .bg_section2 {
    top: auto;
    bottom: 30%;
    margin-left: -400px;
    width: 320px;
    height: 320px;
    background-size: 320px;
}

#letter_article2 .bg_section3 {
    display: block;
    right: -80px;
    margin-left: auto;
    width: 400px;
    height: 400px;
    background-size: 400px;
}

#letter_article2 .newest .title {
    font-size: 26px;
    line-height: 34px;
}


/* 구독신청해지 */
#subscription .bg_section1 {
    right: 210px;
    background-position: center bottom;
}

#subscription .bg_section2 { right: 100px; }


/* - - - - - - - - - - 푸터 - - - - - - - - - - */
.footer_bg {
    margin-top: 50px;
    padding: 30px 15px 32px;
}

.btm_logo a {
    width: 156px;
    height: 50px;
    background-size: auto 50px;
}

.btm_info { margin-top: 4px; }

.btm_info .address {
    margin-right: 0;
    padding-right: 0;
}

.btm_info .address:after { display: none; }
.btm_info .tel { display: block; }

.btm_sns {
    float: left;
    margin-top: 20px;
    margin-left: 292px;
}

.btm_sns li {
    margin-left: 0;
    margin-right: 10px;
}