@charset "utf-8";

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0
}

body, input, textarea, select, button, table {
    font-size: 14px;
    line-height: 1;
    font-family: NanumBarunGothic, Helvetica,  sans-serif;
    color: #000;
}

body {
    position: relative;
    -webkit-text-size-adjust: none;
}

img, fieldset {
    border: 0;
}

ul, ol {
    list-style: none;
}

em, address {
    font-style: normal;
}

a {
    text-decoration: none;
}

button {
    border: 0;
    background: none;
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

hr {
    display: none !important;
}

.u_skip, .blind{
    position:absolute;
    overflow:hidden;
    width:1px;
    height:1px;
    margin:-1px;
    clip:rect(0,0,0,0);
}
.content{
    min-width:1200px;
    margin:0 auto;
}
.content .inner{
    overflow:hidden;
    width:1200px;
    margin:0 auto;
}

.header_title{
    font-family:NanumBarunGothicBold,NanumBarunGothic, Helvetica, sans-serif;
}
.btn_link{
    display: block;
    width: 400px;
    height: 78px;
    margin: 60px auto 80px;
    background-color: #00338f;
    font-size: 23px;
    text-align: center;
    line-height: 77px;
    color: #fff;
    letter-spacing: -0.5px;
}
.btn_link strong{
    font-family:NanumBarunGothicBold,NanumBarunGothic, Helvetica, sans-serif;
}
.btn_link .arrow{
    display:inline-block;
    vertical-align: 5px;
    width:42px;
    height:8px;
    margin-left:18px;
    background:url(../img/arrow.png) no-repeat 50% ;
    background-size:42px 9px;
}
.btn_link:hover {
    background-color:#002464;
}
.section_spot{
    height:808px;
    background:url(../img/bg_spot.png) no-repeat 50%;
    background-size:cover;
    text-align:center;
    color:#fff;
}
.section_spot .inner{
    overflow:hidden;
}
.section_spot .header{
    position:relative;
}
.section_spot .header .logo{
    height:110px;
}
.section_spot .header .logo .link{
    position:absolute;
    top:41px;
    left:40px;
    width:224px;
    height:28px;
    background:url(../img/foundation_logo.png) no-repeat 50%;
}
.section_spot .header .project_logo{
    position:absolute;
    top:41px;
    right:41px;
    width:192px;
    height:26px;
    background:url(../img/project_logo.png) no-repeat 50%;
}

.section_spot .header_title{
    margin-top:159px;
    font-size:48px;
    letter-spacing:-0.52px;
}
.section_spot .header_title .point_cl{
    color:#24fff8;
}
.section_spot .header_title .custom{
    display:block;
    margin-top:26px;
    font-size:60px;
    letter-spacing:-0.64px;
}
.section_spot .section_text{
    margin-top:74px;
    font-size:24px;
    line-height:40px;
    font-weight:300;
    letter-spacing:-0.34px;
}
.section_spot .section_text .custom{
    display:block;
}

/*section speech*/
.section_speech{
    background-color:#f4f6fa;
}
.section_speech .inner{
    padding: 80px 0;
}
.section_speech .header_title{
    font-family:NanumBarunGothicBold,NanumBarunGothic, Helvetica, sans-serif;
    font-size:46px;
    line-height:46px;
    text-align:center;
    color:#00428f;
}
.section_speech .arti_speaker{
    margin-top:50px;
}
.section_speech .speaker_list{
    overflow:hidden;
    width:964px;
    margin:0 auto;
}
.section_speech .speaker_list .item{
    overflow:hidden;
    display:table;
}
.section_speech .speaker_list .item + .item{
    margin-top:50px;
}
.section_speech .speaker_list .img_wrap{
    display:table-cell;

}
.section_speech .speaker_list .img_wrap .link{
    display:block;
    overflow:hidden;
    width:210px;
    height:210px;
    border-radius:105px;
    -webkit-border-radius:105px;
    -moz-border-radius:105px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.section_speech .speaker_list .img_wrap .thumb{
    display:block;
    height:100%;
    background-size:210px !important;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}
.section_speech .speaker_list .img_wrap:hover .thumb{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.section_speech .speaker_list .item:last-child{
    margin-right:0;
}
.section_speech .speaker_list .info_wrap {
    overflow:hidden;
    display:table-cell;
    vertical-align:middle;
    padding-left:50px;
}
.section_speech .speaker_list .info_wrap dt{
    display:inline-block;
    font-family:NanumBarunGothicBold,NanumBarunGothic, Helvetica, sans-serif;
    font-size:24px;
    margin-right:9px;
}
.section_speech .speaker_list .info_wrap dd{
    font-family:NanumBarunGothic, Helvetica, sans-serif;
    display:inline-block;
    padding-top:4px;
    font-size:18px;
    line-height:20px;
    letter-spacing:0;
    color:#00428f;
}
.section_speech .speaker_list .info_wrap dd + dd:before{
    content:'';
    display:inline-block;
    width:1px;
    height:17px;
    margin:0 9px 0 7px;
    background-color:#00428f;
    opacity:.6;
    vertical-align:top;
}
.section_speech .speaker_list .info_wrap p{
    margin-top:15px;
    font-family:NanumBareunGothicLight;
    font-size:22px;
    line-height:33px;
    letter-spacing:0;
}
.section_speech .arti_video{
    margin-top:60px;
}
.section_speech .arti_video .video_box{
    width:964px;
    height:542px;
    background:black;
    margin:0 auto;
}
.section_speech .arti_refbook{
    margin-top:60px;
}
.section_speech .arti_refbook .book_list{
    width:964px;
    margin:0 auto;
}
.section_speech .arti_refbook .book_list .item{
    position:relative;
    padding:40px 0 36px 66px;
    box-sizing:border-box;
    background:#e9ecf1;
}
.section_speech .arti_refbook .book_list .item+.item{
    margin-top:40px;
}
.section_speech .arti_refbook .book_list .item .list_title{
    font-family:NanumSquareR,NanumBarunGothic, Helvetica, sans-serif;
    font-size:22px;
}
.section_speech .arti_refbook .book_list .item .list_title span{
    display:block;
    width:86px;
    height:28px;
    margin-bottom:16px;
    border:1px solid #4a6e9d;
    font-size:17px;
    line-height:29px;
    text-align:center;
    color:#4a6e9d;
}
.section_speech .arti_refbook .book_list .item .list_text{
    margin-top:20px;
    font-size:20px;
    font-family:NanumBareunGothicLight, NanumBarunGothic, Helvetica, sans-serif;
    line-height:34px;
}
.section_speech .arti_refbook .book_list .item .img_wrap{
    background:url(../img/sp_book.png) no-repeat;
}
.section_speech .arti_refbook .book_list .item.book1 .img_wrap{
    position:absolute;
    width:246px;
    height:168px;
    top:78px;
    right:55px;
    background-position:0 0;
}
.section_speech .arti_refbook .book_list .item.book2 .img_wrap{
    position:absolute;
    right:85px;
    top:57px;
    width:176px;
    height:180px;
    background-position:0 -168px;
}
.section_speech .arti_refbook .book_list .item .img_wrap .link{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    font-size:20px;
    line-height:160px;
    color:#fff;
    text-align:center;
}
.section_speech .arti_refbook .book_list .item .img_wrap .link span{
    display:none;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.section_speech .arti_refbook .book_list .item .img_wrap .link span:after{
    display:inline-block;
    background:url(../img/ico_plus.png) no-repeat 50%;
    width:14px;
    height:14px;
    margin-left:6px;
    vertical-align:middle;
    content:'';
}
.section_speech .arti_refbook .book_list .item.book1 .img_wrap:hover{
    background-position:-246px 0;
}
.section_speech .arti_refbook .book_list .item.book2 .img_wrap:hover{
    background-position:-175px -168px;
}
.section_speech .arti_refbook .book_list .item .img_wrap:hover .link span{
    display:block;
}
.section_dasan{
    background:url(../img/bg_dasan.png) no-repeat 50% 0;
    background-size:cover;
    text-align:center;
}
.section_dasan .inner{
    padding:80px 0 51px;
}
.section_dasan .header_title{
    font-size:54px;
    color:#00428f;
}
.section_dasan .header_text{
    margin-top:19px;
    font-size:42px;
    line-height:52px;
}
.section_dasan .header_text span{
    display:block;
}
.section_dasan .quote_list{
    margin-top:60px;
    margin-right:-30px;
}
.section_dasan .quote_list .item{
    position:relative;
    float:left;
    margin: 0 30px 30px 0;
    padding:49px 16px 0;
    width:380px;
    height:454px;
    background-color:#f4f6fa;
    box-sizing:border-box;
}
.section_dasan .quote_list .item_quote{
    font-family:NanumBareunGothicLight, NanumBarunGothic, Helvetica, sans-serif;
    margin-top:30px;
    letter-spacing:-2px;
    font-size:20px;
    line-height:30px;
    color:#9fa8ba;
}
.section_dasan .quote_list .item_text{
    margin-top:25px;
    font-size:20px;
    line-height:32px;
    font-family:NanumBareunGothicLight, NanumBarunGothic, Helvetica, sans-serif;
    letter-spacing:-0.5px;
}
.section_dasan .quote_list .link{
    position:absolute;
    bottom:50px;
    width:164px;
    left:50%;
    margin-left:-82px;
    font-size:18px;
    line-height:48px;
    border:1px solid #00338f;
    color:#00338f;
}
.section_dasan .quote_list .link:hover{
    background-color:#00338f;
    color:#fff;
}
.section_project{
    background-color:#f4f6fa;
    text-align:center;
}
.section_project .inner{
    padding:80px 0;
}
.section_project .header_title{
    font-size:54px;
    color:#00428f;
}
.section_project .header_text{
    margin-top:15px;
    font-size:42px;
}
.section_project .header_text_sub{
    margin-top:30px;
    font-size:22px;
    line-height:33px;
    font-family:NanumBareunGothicLight, NanumBarunGothic, Helvetica, sans-serif;
}
.section_project .bg_wrap{
    background:url(../img/diagram.png) no-repeat 50%;
    width:824px;
    height:241px;
    margin: 67px auto 0;
}
.section_project .area_depth{
    margin-top:70px;
}
.section_project .info_title{
    font-family:NanumBarunGothicBold,NanumBarunGothic, Helvetica, sans-serif;
    font-size:25px;
}
.section_project .info_text{
    margin-top:18px;
    font-size:22px;
    line-height:33px;
    font-family:NanumBareunGothicLight, NanumBarunGothic, Helvetica, sans-serif;
}
.section_project .link_area{
    margin-top:40px;
}
.section_project .link_area ul{
    overflow:hidden;
    width:830px;
    margin:0 auto;
}
.section_project .link_area li {
    float:left;
}
.section_project .link_area li + li{
    margin:0 0 0 30px;
}
.section_project .btn_link{
    margin: 0 auto;
}

.section_footer{
    font-family: NanumSquareR,Helvetica, sans-serif;
    padding:80px 0 100px;
    background-color:#10203b;
    font-size:24px;
    text-align:center;
    color:#fff;
}
.section_footer .link{
    color:#fff;
}
.section_footer h4{
    display:inline-block;
    margin-right:25px;
}
.section_footer h4 .link{
    font-weight:normal;
    color:#b8cfff;
}
.section_footer .link_list{
    display:inline-block;
}
.section_footer .link_list .item{
    display:inline-block;
}
.section_footer .link_list .item+.item:before{
    content:'';
    display:inline-block;
    vertical-align:middle;
    width:1px;
    height:16px;
    margin:0 31.5px 0 26.5px;
    background:url(../img/footer_line.png) no-repeat 50%;
}
.section_footer p{
    opacity:.5;
    margin-top:60px;
}
.section_footer .address{
    opacity:.5;
    margin-top:20px;
    font-size:16px;
}
