/*   Main   */
/* form */
select { width: 250px; /*padding: .58em .5em;  */ padding-left: 15px; font-family: inherit; border: 1px solid #ccc; background: url(../_images/_form/select.png) no-repeat right center #fff; background-size: contain; vertical-align: middle; height: 45px; border-radius: 0px; -moz-appearance: none; -webkit-appearance: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

select::-ms-expand { display: none; }

@media screen and (max-width: 960px) { select { padding-left: 10px; height: 40px; } }
input[type="text"], input[type="password"], input[type="tel"], input[type="email"] { line-height: 43px; height: 45px; text-indent: 20px; width: 400px; font-size: 20px; border: 1px solid #ccc; vertical-align: middle; padding-left: 5px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -moz-appearance: none; -webkit-appearance: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 960px) { input[type="text"], input[type="password"], input[type="tel"], input[type="email"] { line-height: 38px; height: 40px; text-indent: 10px; font-size: 16px; } }
input[type="button"] { height: 30px; line-height: 30px; background: #005891; color: #fff; text-align: center; min-width: 130px; border: none; font-size: 14px; cursor: pointer; margin: 0 2px; -moz-appearance: none; -webkit-appearance: none; }

a.file { background: url(../_images/common/btn_file.png) no-repeat 10px center; line-height: 28px; color: #005891; padding-left: 35px; padding-right: 10px; display: inline-block; }

textarea { width: 100%; height: 350px; padding: 20px; border: 1px solid #e5e5e5; color: #666; margin-top: 40px; line-height: 24px; vertical-align: baseline; -moz-appearance: none; -webkit-appearance: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 960px) { a.file { font-size: 12px; padding-left: 30px; }
  textarea { height: 220px; padding: 15px; margin-top: 10px; line-height: 17px; font-size: 12px; } }
.checks input[type="radio"], .checks input[type="checkbox"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.checks input[type="radio"]:focus, .checks input[type="checkbox"]:focus { width: 20px; height: 20px; outline: solid; }
.checks input[type="radio"]:focus + label, .checks input[type="checkbox"]:focus + label { border: 1px dotted #000; }
.checks input[type="radio"] + label { display: inline-block; position: relative; padding-left: 35px; cursor: pointer; color: #666; min-width: 0; line-height: 25px; text-align: left; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; margin-right: 40px; position: relative; }
.checks input[type="radio"] + label:before { position: absolute; left: 0; top: 0; display: inline-block; content: ""; width: 25px; height: 25px; vertical-align: middle; margin-right: 10px; background: url(../_images/_form/radio.png) no-repeat left bottom; }
.checks input[type="radio"] + label:last-of-type { margin: 0; }
.checks input[type="checkbox"] + label { display: inline-block; position: relative; padding-left: 35px; cursor: pointer; color: #666; min-width: 0; line-height: 25px; text-align: left; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.checks input[type="checkbox"] + label:before { position: absolute; left: 0; top: 0; display: inline-block; content: ""; width: 25px; height: 25px; vertical-align: middle; margin-right: 10px; background: url(../_images/_form/checkbox.png) no-repeat left bottom; }
.checks input[type="radio"]:checked + label:before, .checks input[type="checkbox"]:checked + label:before { background-position: left top; }

@media screen and (max-width: 960px) { .checks input[type="radio"] + label, .checks input[type="checkbox"] + label { padding-left: 30px; font-size: 12px; line-height: 20px; }
  .checks input[type="radio"] + label:before, .checks input[type="checkbox"] + label:before { height: 20px; width: 20px; background-size: 20px; }
  .checks input[type="radio"] + label { margin-right: 30px; }
  .checks input[type="radio"] + label:last-of-type { margin: 0; } }
input[type="file"] { padding: 0; margin: 0px; background: #f5f5f5; border: 1px solid #e5e5e5; width: 400px; }

input[type="file"]::-webkit-file-upload-button { appearance: none; -webkit-appearance: none; -moz-appearance: none; box-sizing: border-box; color: #fff; border: 0; background: #343f4e; line-height: 45px; margin: 0px; width: 100px; cursor: pointer; }

input[type="file"]::-ms-value { border: 0; height: 45px; }

input[type="file"]::-ms-browse { color: #fff; border: 0; background: #343f4e; width: 100px; }

@media screen and (max-width: 960px) { input[type="file"] { width: 100%; } }
/* Layout */
.container-full { width: 100%; }

.container { max-width: 1170px; width: 100%; margin: 0 auto; padding: 0 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.posco_section .container { /*padding-top: 100px; box-sizing: border-box;*/ }

.hidden { width: 1px; height: 1px; position: absolute; left: -9999px; top: -9999px; overflow: hidden; }

.foot-news section { padding-bottom: 0; }

section { padding-top: 100px; padding-bottom: 150px; }
.main section { padding-top: 80px; padding-bottom: 0; }
section.posco_section { width: 100%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; background-color: #fff; position: relative; overflow: hidden; z-index: 2; }

@media screen and (max-width: 1280px) { .container { padding: 0 10px; } }
@media screen and (max-width: 960px) { .container { padding: 0 21px; }
  .container.foot { padding: 0; }
  section { padding-top: 60px; padding-bottom: 80px; } 
  .main section { padding-top: 60px; padding-bottom: 0;}
  }

/* Skip nav */
#skip-nav a { display: block; line-height: 50px; color: #fff; font-size: 16px; text-indent: 20px; background: #005891; width: 0; height: 0; position: absolute; left: 0; overflow: hidden; z-index: 100; }
#skip-nav a:focus { width: 200px; height: 50px; }

/* ListStyle */
.list-style01 { margin-top: 20px; }
.list-style01 > li { line-height: 24px; padding-left: 10px; text-align: left; background: url("../_images/common/bu_line.png") no-repeat 0 12px; font-size: 15px; font-weight: normal; margin-bottom: 10px; }

.list-style02 { margin-top: 20px; }
.list-style02 > li { line-height: 24px; padding-left: 10px; text-align: left; background: url("../_images/common/bu_box.png") no-repeat 0 12px; font-size: 15px; color: #444; }
.list-style02 > li p { font-weight: normal; line-height: 26px; margin-bottom: 10px; }

.list-style03 { margin-top: 40px; }
.list-style03 > li { list-style: decimal; margin-left: 20px; line-height: 24px; margin-bottom: 10px; }

.list-style04 { margin-top: 20px; }
.list-style04 > li { position: relative; padding-left: 20px; line-height: 24px; font-size: 15px; }
.list-style04 > li span { position: absolute; top: 0; left: 0; font-size: 15px; }

.list-style05 { margin-top: 20px; }
.list-style05 > li { position: relative; padding-left: 40px; margin-bottom: 10px; font-size: 15px; }
.list-style05 > li span { position: absolute; top: 0; left: 0; color: #3171c0; padding-right: 10px; border-right: 1px solid #e5e5e5; }

hr { border: none; border-top: 1px solid #e5e5e5; }

.point { color: #005891; }
.hide { font-size: 0; height: 0; line-height: 0; width: 0; overflow: hidden; }

@media screen and (max-width: 960px) { .list-style01 { margin-top: 10px; }
  .list-style01 > li { line-height: 18px; padding-left: 8px; text-align: left; background: url("../_images/common/bu_line.png") no-repeat 0 8px; font-size: 12px; margin-bottom: 5px; }
  .list-style01 > li span { font-size: 12px; }
  .list-style02 > li { line-height: 24px; padding-left: 8px; text-align: left; background: url("../_images/common/bu_box.png") no-repeat 0 11px; font-size: 12px; }
  .list-style02 > li p { font-size: 12px; line-height: 17px; margin-bottom: 10px; }
  .list-style03 { margin-top: 10px; }
  .list-style03 > li { font-size: 12px; margin-left: 10px; line-height: 17px; margin-bottom: 5px; }
  .list-style04 { margin-top: 10px; }
  .list-style04 > li { position: relative; padding-left: 15px; line-height: 17px; font-size: 12px; margin-bottom: 5px; }
  .list-style04 > li span { font-size: 12px; }
  .list-style05 { margin-top: 10px; }
  .list-style05 > li { font-size: 12px; margin-left: 15px; line-height: 17px; margin-bottom: 5px; } }




/* Responsive */
.mobile-only { display: none; }
.mobile { display: none; }
@media screen and (max-width: 1170px) {
    .only-pc { display:none; }
}
@media screen and (max-width: 960px) {
    .mobile-hide { display: none !important; }
    .mobile-only { display: block; } }
@media screen and (max-width: 490px) { 
    .only-mobile-hide { display: none !important; }}





/*  GNB  */
header { background: #fff; min-height: 80px; position: fixed; left: 0; top: 0; z-index: 10; border-bottom: 1px #ddd solid; }
header .container { position: relative; }
header h1 { position: absolute; left: 15px; top: 0; width: 110px; height: 80px; }
header h1 a { display: block; width: 100%; height: 100%; background: url(../_images/common/header_ci.png) no-repeat 0 0; text-indent: -9999px; }
header #util { position: absolute; right: 0; top: 30px; }
header #util:after { content: ""; display: block; clear: both; }
header #util > div { float: left; }
header #util > div a { width: 20px; height: 20px; display: block; text-indent: -9999px; }
header #util > div.search a { background: url(../_images/common/header_util.png) no-repeat -20px 0; }
header #util > div.login { margin-left: 20px; }
header #util > div.login a { background: url(../_images/common/header_util.png) no-repeat -40px 0; }
header #util > div.language { margin-left: 20px; margin-right: 230px; }
header #util > div.language a { background: url(../_images/common/header_util.png) no-repeat -60px 0; }
header #util .quick { position: absolute; right: 0; top: -30px; }
header #util .quick a { display: block; width: 150px; height: 80px; background: #008bca; color: #fff; font-size: 16px; font-weight: 500; text-align: center; line-height: 80px; text-indent: 0; }
header #util .quick a:after { display: inline-block; width: 9px; height: 14px; vertical-align: middle; content: ""; background: url(../_images/common/quick_ico.jpg) no-repeat center/contain; margin-left: 5px; }
header #util .quick-act { position: fixed; right: 0; top: 0; background: rgba(0, 0, 0, 0.7); width: 100%; height: 100vh; display: none; z-index: 10; }
header #util .quick-act .quick-wrap { width: 370px; position: absolute; right: 0; top: 0; }
header #util .quick-act .quick-wrap .quick-close { width: 80px; height: 80px; background: url(../_images/common/quick_close.jpg) no-repeat center/contain; position: absolute; top: 0; right: 0; }
header #util .quick-act .quick-wrap .top { color: #fff; font-weight: 500; font-size: 20px; text-indent: 20px; line-height: 80px; background: #008bca; }
header #util .quick-act .quick-wrap ul { height: calc(100vh - 80px); width: 100%; }
header #util .quick-act .quick-wrap ul li { height: calc(100% / 4); display: table; width: 100%; }
header #util .quick-act .quick-wrap ul li:nth-child(1) { background: url(../_images/common/quick1.jpg) no-repeat center/cover; }
header #util .quick-act .quick-wrap ul li:nth-child(2) { background: url(../_images/common/quick2.jpg) no-repeat center/cover; }
header #util .quick-act .quick-wrap ul li:nth-child(3) { background: url(../_images/common/quick3.jpg) no-repeat center/cover; }
header #util .quick-act .quick-wrap ul li:nth-child(4) { background: url(../_images/common/quick4.jpg) no-repeat center/cover; }
header #util .quick-act .quick-wrap ul li:nth-child(5) { background: url(../_images/common/quick5.jpg) no-repeat center/cover; }
header #util .quick-act .quick-wrap ul li a { width: 100%; height: 100%; color: #fff; font-size: 24px; font-weight: 700; text-align: center; display: table-cell; text-indent: 0; vertical-align: middle; }
header #util .quick-act .quick-wrap ul li a:hover { border: 5px #fff solid; }
header #util .quick-act .quick-wrap ul li a:hover:after { display: inline-block; width: 24px; height: 18px; content: ""; margin-left: 5px; background: url(../_images/common/quick_arrow.png) no-repeat center/contain; }
header #util .quick-act.on { display: block; }
header #util .search-act { width: 100%; height: 120px; background: #f5f5f5; position: fixed; left: 0; top: 80px; display: none; border-bottom: 1px solid #ccc; }
header #util .search-act .container { text-align: center; padding-top: 30px; position: relative; }
header #util .search-act .container .form { display: inline-block; height: 60px; background: #fff; width: 570px; text-align: left; }
header #util .search-act .container .form input[type="text"] { line-height: 60px; font-size: 20px; font-weight: 700; text-indent: 30px; height: 60px; width: 500px; border: none; }
header #util .search-act .container .form button { float: right; width: 60px; height: 60px; background: url(../_images/common/header_btn_search.png) no-repeat center; }
header #util .search-act .container .search-close { position: absolute; right: 0; width: 21px; height: 21px; background: url(../_images/common/header_close.png) no-repeat center; top: 50px; text-indent: -9999px; }
header #gnb { float: left; }
header #gnb .menu li { float: left; }
header #gnb .menu li > a { padding: 0 20px; display: block; line-height: 80px; color: #222; font-size: 18px; font-weight: 500; float: left; top: 0; }
header #gnb .menu li > a.on { color: #005891; border-bottom: 2px solid #005891; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 78px; }
header #gnb .menu li > a.line2 { line-height: 22px; padding: 16px 20px; }
header #gnb .menu li:nth-child(1) > a { margin-left: 180px; }
header #gnb .menu li .bg { position: fixed; width: 100%; top: 80px; left: 0; background: #fff; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #ccc; display: none; }
header #gnb .menu li .bg .container { display: table; position: relative; }
header #gnb .menu li .bg .container .col { display: table-cell; width: 25%; padding: 40px 0; }
header #gnb .menu li .bg .container .col dt { margin-bottom: 20px; }
header #gnb .menu li .bg .container .col dt a { font-size: 16px; color: #333; font-weight: 700; }
header #gnb .menu li .bg .container .col dd { margin-bottom: 17px; }
header #gnb .menu li .bg .container .col dd a { color: #333; }
header #gnb .menu li .bg .container .col a:hover { text-decoration: underline; }
header #gnb .menu li .bg .container .col.col2 { width: 50%; }
header #gnb .menu li .bg .container .col.col2 dl { content: ""; display: block; clear: both; }
header #gnb .menu li .bg .container .col.col2 dt { width: 100%; float: left; }
header #gnb .menu li .bg .container .col.col2 dd { width: 50%; float: left; }
header #gnb .menu li .bg .container .menu-close { width: 21px; height: 21px; display: block; position: absolute; top: 30px; right: 15px; background: url(../_images/common/header_close.png) no-repeat center; }
header #all-menu { position: absolute; right: 190px; top: 30px; }
header #all-menu .btn-all-menu { width: 20px; height: 20px; display: block; background: url(../_images/common/header_util.png) no-repeat 0 0; }
header #all-menu .bg { width: 100%; background: #fff; position: fixed; top: 0; left: 0; border-bottom: 1px solid #ccc; z-index: 1; display: none; }
header #all-menu .bg .top { border-bottom: 1px solid #e5e5e5; }
header #all-menu .bg .top .container { position: relative; }
header #all-menu .bg .top .container:after { content: ""; display: block; clear: both; }
header #all-menu .bg .top .container h1 { position: absolute; left: 0; top: 0; width: 110px; height: 80px; margin-left: 15px; }
header #all-menu .bg .top .container h1 a { display: block; width: 100%; height: 100%; background: url(../_images/common/header_ci.png) no-repeat 0 0; }
header #all-menu .bg .top .container .title { line-height: 80px; font-size: 15px; color: #222; font-weight: 700; float: left; }
header #all-menu .bg .top .container .submenu { line-height: 80px; font-size: 15px; padding-right: 18px; color: #222; background: url(../_images/common/header_btn_submenu.png) no-repeat right top; float: right; margin-right: 60px; }
header #all-menu .bg .top .container .submenu.on { background-position: right bottom; }
header #all-menu .bg .all-menu-body { height: 500px; overflow-y: auto; }
header #all-menu .bg .all-menu-body a:hover { text-decoration: underline; }
header #all-menu .bg .all-menu-body .container { padding-top: 40px; display: table; table-layout: fixed; }
header #all-menu .bg .all-menu-body .container .col { display: table-cell; width: 25%; }
header #all-menu .bg .all-menu-body .container .col dt { margin-bottom: 30px; }
header #all-menu .bg .all-menu-body .container .col dt a { color: #005891; font-size: 16px; font-weight: 700; line-height: 20px;}
header #all-menu .bg .all-menu-body .container .col dt.gnb_citizenship { margin-top: 50px; }
header #all-menu .bg .all-menu-body .container .col dd { margin-bottom: 20px; }
header #all-menu .bg .all-menu-body .container .col dd > a { color: #333; font-size: 16px; font-weight: 500; }
header #all-menu .bg .all-menu-body .container .col dd ul { margin-top: 15px; display: none; }
header #all-menu .bg .all-menu-body .container .col dd ul li { margin-bottom: 10px; }
header #all-menu .bg .all-menu-body .container .col dd ul li a { font-size: 15px; line-height: 24px; padding-left: 10px; text-align: left; background: url("../_images/common/bu_line.png") no-repeat 0 12px; }
header #all-menu .bg .all-menu-body .container .col dd ul.on { display: block; }
header #all-menu .bg .all-menu-close { position: absolute; right: 50%; margin-right: -564px; width: 21px; height: 21px; background: url(../_images/common/header_close.png) no-repeat center; top: 30px; }
header .withposco { position: absolute; right: -180px; top: 23px; }
@media screen and (max-width: 1200px) { header #all-menu { right: 190px; }
  header #all-menu .bg .all-menu-close { right: 20px; margin-right: 0; }
  header #util { right: 0; }
  header #gnb .menu li a { padding: 0 10px; }
  header #gnb .menu li:nth-child(1) > a { margin-left: 140px; } 
  header #gnb .menu li > a { font-size: 16px; }
}
@media screen and (max-width: 960px) { header { min-height: 60px; }
  header h1 { width: 80px; height: 60px; margin-left: -40px; left: 50%; }
  header h1 a { background-size: contain; }
  header #all-menu { width: 60px; height: 60px; }
  header #util { right: 0px; top: 0; }
  header #util > div a { width: 60px; height: 60px; }
  header #util > div.search a { background: url(../_images/common/mobile_btn_search.png) no-repeat center/cover; margin-right: 50px; }
  header #util .quick { top: 0; right: 10px; }
  header #util .quick a { width: 40px; height: 60px; background: url(../_images/common/mobile_btn_quick.png) no-repeat center/cover; line-height: 1; text-indent: -9999px; }
  header #util .quick a:after { display: none; }
  header #util .quick-act .quick-wrap { width: 100%; }
  header #util .quick-act .quick-wrap .quick-close { width: 60px; height: 60px; }
  header #util .quick-act .quick-wrap .top { line-height: 60px; }
  header #util .quick-act .quick-wrap ul { height: calc(100vh - 60px); width: 100%; }
  header #util .search-act { width: 100%; height: 80px; top: 60px; display: none; border-bottom: 1px solid #ccc; }
  header #util .search-act .container { padding-top: 20px; }
  header #util .search-act .container .form { height: 40px; width: 275px; }
  header #util .search-act .container .form input[type="text"] { line-height: 40px; font-size: 15px; text-indent: 15px; height: 40px; width: 200px; }
  header #util .search-act .container .form button { width: 40px; height: 40px; background-size: contain; }
  header #util .search-act .container .search-close { top: 30px; right: 15px; }
  header #gnb .menu { display: none; }
  header #all-menu { left: 0; top: 0; }
  header #all-menu .btn-all-menu { width: 60px; height: 60px; background: url(../_images/common/mobile_btn_menu.png) no-repeat 0 0; background-size: contain; }
  header #all-menu .bg { height: 100%; }
  header #all-menu .bg .top { border-bottom: 1px solid #e5e5e5; height: 60px; }
  header #all-menu .bg .top .container h1 { position: absolute; left: 21px; top: 0; width: 80px; height: 60px; margin-left: 0; }
  header #all-menu .bg .top .container h1 a { background-size: contain; }
  header #all-menu .bg .top .container .title { display: none; }
  header #all-menu .bg .top .container .submenu { display: none; }
  header #all-menu .bg .all-menu-body { height: calc(100% - 60px); overflow-y: auto; padding-bottom: 50px; }
  header #all-menu .bg .all-menu-body .mobile-only .top { background: #f5f5f5; height: 50px; }
  header #all-menu .bg .all-menu-body .mobile-only .top:after { content: ""; display: block; clear: both; }
  header #all-menu .bg .all-menu-body .mobile-only .top .login { float: left; padding-top: 21px; padding-left: 21px; }
  header #all-menu .bg .all-menu-body .mobile-only .top .login .in a:first-child { padding-right: 10px; margin-right: 10px; border-right: 1px solid #ccc; font-weight: 700; }
  header #all-menu .bg .all-menu-body .mobile-only .top .login a { font-size: 12px; display: block; float: left; }
  header #all-menu .bg .all-menu-body .mobile-only .top .language { float: right; padding-top: 21px; padding-right: 21px; }
  header #all-menu .bg .all-menu-body .mobile-only .top .language a { font-size: 12px; display: block; padding-left: 10px; border-left: 1px solid #ccc; }
  header #all-menu .bg .all-menu-body .mobile-menu > ul > li { border-bottom: 1px solid #e5e5e5; line-height: 45px; text-indent: 15px; }
  header #all-menu .bg .all-menu-body .mobile-menu > ul > li > a { font-size: 15px; display: block; width: 100%; height: 100%; background: url(../_images/common/mobile_1depth.png) no-repeat right top; background-size: 45px; }
  header #all-menu .bg .all-menu-body .mobile-menu > ul > li > a.on { background-position: right bottom; }
  header #all-menu .bg .all-menu-body .mobile-menu > ul > li > ul { display: none; background: #f5f5f5; }
  header #all-menu .bg .all-menu-body .mobile-menu > ul > li > ul > li { line-height: 40px; text-indent: 30px; }
  header #all-menu .bg .all-menu-body .mobile-menu > ul > li > ul > li.has > a { background: url(../_images/common/mobile_2depth.png) no-repeat right top; background-size: 40px; }
  header #all-menu .bg .all-menu-body .mobile-menu > ul > li > ul > li.has > a.on { background-position: right bottom; }
  header #all-menu .bg .all-menu-body .mobile-menu > ul > li > ul > li > a { font-size: 13px; display: block; width: 100%; height: 100%; }
  header #all-menu .bg .all-menu-body .mobile-menu > ul > li > ul > li ul { display: none; }
  header #all-menu .bg .all-menu-body .mobile-menu > ul > li > ul > li ul li { margin-bottom: 0; line-height: 30px; text-indent: 40px; }
  header #all-menu .bg .all-menu-body .mobile-menu > ul > li > ul > li ul li a { font-size: 13px; padding: 0; display: block; width: 100%; height: 100%; }
  header #all-menu .bg .all-menu-body .mobile-menu > ul dd.on { display: block; }
  header #all-menu .bg .all-menu-close { position: absolute; right: 21px; margin-right: 0; top: 20px; } }





/*  FOOTER  */
footer { border-top: 1px solid #ccc; position: relative; z-index: 2; }
footer .container:after { content: ""; display: block; clear: both; }
footer .container .sitemap dl { width: 50%; float: left; margin-top: 30px; }
footer .container .sitemap dl:after { content: ""; display: block; clear: both; }
footer .container .sitemap dl dt { color: #333; font-weight: 700; margin-bottom: 25px; float: left; width: 100%; }
footer .container .sitemap dl dd { float: left; width: 50%; font-size: 15px; margin-bottom: 15px; }
footer .container .sitemap dl dd img { margin-left: 8px; }

footer .container .sitemap .list_Nfoot {width: 25%; float: left; margin-top: 30px;}
footer .container .sitemap .list_Nfoot > dt { color: #333; font-weight: 700; margin-bottom: 25px; float: left; width: 100%; }
footer .container .sitemap .list_Nfoot > div > dd { float: none; font-size: 15px; margin-bottom: 15px; width:100%; }


footer .container .foot-links { padding-top: 30px; }
footer .container .foot-links:after { content: ""; display: block; clear: both; }
footer .container .foot-links div { float: left; }
footer .container .foot-links div li { float: left; padding-right: 10px; margin-right: 10px; border-right: 1px solid #e5e5e5; }
footer .container .foot-links div li strong { color: #333; }
footer .container .foot-links div:last-of-type, footer .container .foot-links div li:last-of-type { border: none; padding-right: 0; margin-right: 0; }
footer .container .address { margin-top: 20px; }
footer .container .copyright { margin-top: 10px; margin-bottom: 30px; }

@media screen and (max-width: 960px) { footer { border-top: 1px solid #ccc; position: relative; z-index: 2; }
  footer .container .sitemap dl { width: 100%; float: none; margin-top: 0; background: #f5f5f5; text-indent: 21px; }
  footer .container .sitemap dl dt { color: #333; font-weight: 700; margin-bottom: 0; float: none; line-height: 40px; background: #fff; background: url(../_images/common/mobile_footer_accodion.png) no-repeat right top #fff; background-size: 40px; font-size: 12px; cursor: pointer; }
  footer .container .sitemap dl dt.on { background-position: right bottom; }
  footer .container .sitemap dl div { margin-top: 20px; display: none; }
  footer .container .sitemap dl dd { font-size: 12px; }
  footer .container .sitemap.on dl div { display: block; }

  footer .container .sitemap .list_Nfoot {width: 100%; float: none; margin-top: 0; height: 100%;}
  footer .container .sitemap .list_Nf02 {border-top: 1px solid rgb(229, 229, 229);}
  footer .container .sitemap .list_Nfoot > dt {color: #333; font-weight: 700; margin-bottom: 0; float: none; line-height: 40px; background: #fff; background: url(../_images/common/mobile_footer_accodion.png) no-repeat right top #fff; background-size: 40px; font-size: 12px; cursor: pointer; }
  footer .container .sitemap .list_Nfoot > dt.on { background-position: right bottom; }
  footer .container .sitemap .list_Nfoot > div > dd { font-size: 12px; }
  footer .container .sitemap .list_Nfoot.on > div { display: block; }

  footer .container .foot-links { padding-top: 10px; padding-left: 21px; border-top: 1px solid #e5e5e5; }
  footer .container .foot-links div { margin-top: 10px; width: 100%; }
  footer .container .foot-links div li a { font-size: 12px; line-height: 20px; }
  footer .container .foot-links div li a strong { font-size: 12px; }
  footer .container .address { padding-left: 21px; }
  footer .container .address li { line-height: 17px; font-size: 12px; }
  footer .container .copyright { padding-left: 21px; margin-top: 10px; margin-bottom: 30px; font-size: 12px; } }





#contents { /*background: #e9f0f5;*/ background: #fff; }





#visual { width: 100%; height: 100%; position: relative; }
#visual video { /*position: fixed; top: 50%; left: 50%; z-index: 1;*/ min-width: 100%; min-height: 100%; width: auto; height: auto; /*transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);*/}
#visual .video_txt { width: 100%; position: absolute; top: 50%; text-align: center; margin-top: -103px; }
#visual .video_txt img { margin-bottom: 10px; }
#visual .video_txt p { font-weight: 800; font-size: 60px; color: #fff; line-height: 50px; }
#visual .video_txt span { font-size: 50px; font-weight: 800; color: #f08900; }

#visual .video_txt .video_btn { width: 965px; margin: 30px auto;  }
#visual .video_txt .video_btn > a { float: right; }
#visual .video_txt .video_btn > a > p > img { margin-right: 10px; }
#visual .video_txt .video_btn > a > p { float: left; font-weight: 600; font-size: 22px; line-height: 40px; }

.down img { z-index: 15; position: absolute; width: 46px; height: 70px; bottom: 7%; left: 50%; margin-left: -23px; animation-duration: 1.5s; animation-name: down; animation-iteration-count: infinite; }
@keyframes down{from{transform: translateY(0px)}
                             50%{transform:translateY(30px)}
                              to{transform:translateY(0px)}}

.dot_menu { position:fixed; bottom: 50%; right: 30px; margin-top: 46px; z-index:99; }
.dot_menu li { margin-bottom: 12px; }
.dot_menu li:last-child { margin-bottom: 0px; }
.dot_menu li a { display:block; width:14px; height:14px; border:1px solid #222; background:#fff; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.dot_menu li a:hover { background:#f08900; }
.dot_menu li.on a { background:#222; }

@media screen and (max-width: 1170px) { /* PC 태블릿 가로 */
	#visual .video_txt { top: 25%; margin-top:0; }
	#visual .video_txt img { width: 80.3%; }
	#visual .video_txt p { font-size: 30px; line-height: 40px; }
	#visual .video_txt span { font-size: 30px; }
	#visual .video_txt .video_btn { width: 100%; margin: 20px auto; }
	#visual .video_txt .video_btn > a { float: none; text-align: center; margin: 0 auto; display: inline-block; }
	#visual .video_txt .video_btn > a > p > img { width: 100%; margin-right: 10px; }
	#visual .video_txt .video_btn > a > p { font-size: 20px; line-height: 30px; }

	.down img { z-index: 15; position: absolute; width: 46px; height: 70px; bottom: 7%; left: 50%; margin-left: -23px; animation-duration: 1.5s; animation-name: down; animation-iteration-count: infinite; }
	.dot_menu { position: fixed; bottom: 3%; right: 5%; }
	.dot_menu li { margin-bottom: 7px; }
	.dot_menu li a { width:8px; height:8px; border:1px solid #222; background:#fff; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
	.dot_menu li.on a { background:#222; }
	.dot_menu li:nth-child(1).on a { border: 1px solid #fff; }
}

@media screen and (max-width: 490px) { /* 모바일 */
    #visual .video_txt p.posco_txt { font-size: 16px; }
    #visual .video_txt img {width: 95%;}
    #visual .video_txt .video_btn > a > p > img { width: 85%; }
}





/*********** poscoMovie_popup ***********/
  .posco_popup{display: none; position: fixed; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 0;}
  .posco_popup.popup_move {display: block; z-index: 99; opacity: 1; overflow: auto;}
  .posco_popup_box {position: fixed; top: 50%; left: 50%; margin-left: -440px; margin-top:-293px; width: 880px; padding: 0 40px; background: #fff; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: hidden;}
  .posco_popup_close { display: block; width: 21px; height: 21px; position:absolute; top: 20px; right: 20px; background: url('http://www.posco.co.kr/homepage/docs/kor6/jsp/_images/common/header_close.png') no-repeat 0 0; background-size: contain; }
  .posco_popup_title { font-size: 26px; font-weight: 700; color: #222; text-align: center; margin: 40px 0 30px; letter-spacing: -1px;}
  .posco_popup_movie {position: relative; width: 100%; height: auto; padding-bottom: 56.25%; overflow: hidden; margin-bottom: 40px; }
  .posco_popup_movie .posco_popup_url {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

  @media screen and (max-width: 1170px) {
	  .posco_popup_box {position: fixed; top: 50%; left: 50%; width: 90%; margin-top: -33.3%; margin-left: -44.5%; padding: 0px; }
	  .posco_popup_close { width: 14px; height: 14px; top: 15px; right: 15px; }
	  .posco_popup_title { font-size: 20px; margin: 30px 0 20px; line-height: 25px; padding: 0 15px; }
	  .posco_popup_movie { margin-bottom: 20px; }
}



/* 200303 .container_wrap 추가 */ 
.posco_section .products_wrap .container .container_wrap { position:relative; width:100%; height: 100%; }

/*********** POSCO Media ***********/

.posco_section .container .title { font-size: 30px; color: #333; font-weight: 700; text-align: center; }
.posco_section .container .orangebar { text-align: center; margin-top: 10px; }
.posco_section .container .orangebar span {display: inline-block; width: 48px; height: 6px; background-color: #f08900; }
.posco_section .container .text { font-size: 16px; color:#333; text-align: center; line-height: 20px; font-weight: 500; margin-top: 10px; }

.posco_section .media_wrap .container { position: absolute; top: 50%; left: 50%; margin-left: -585px; margin-top: -296px; width: 100%; height: 792px; }
.posco_section .media_wrap .container .media_list { width: 100%; margin-top: 10px; }
.posco_section .media_wrap .container .media_list ul { width: 1010px; margin: 0 auto; }
.posco_section .media_wrap .container .media_list ul li { float: left; width: 500px; height: 225px; position: relative; overflow: hidden; margin-right: 10px; margin-bottom: 10px; }
.posco_section .media_wrap .container .media_list ul li:nth-child(2), .posco_section .media_wrap .container .media_list ul li:nth-child(4) { margin-right: 0px; }
.posco_section .media_wrap .container .media_list ul li:nth-child(3), .posco_section .media_wrap .container .media_list ul li:nth-child(4) { margin-bottom: 0px; }
.posco_section .media_wrap .container .media_list ul li > a > img { width: 100%; transition: all 1s; transform: scale(1); }
.posco_section .media_wrap .container .media_list ul li .cap { position: absolute; bottom:0; right:0; width: 190px; height: 100%; background: rgba(0,0,0,0.7); transition: all 1s; }
.posco_section .media_wrap .container .media_list ul li .cap .caption { position: absolute; top: 27px; left: 14px; }
.posco_section .media_wrap .container .media_list ul li .cap .ico_media { position: absolute; top: 27px; right: 18px; }
.posco_section .media_wrap .container .media_list ul li .cap div { width: 100%; position: absolute; bottom:0; padding: 15px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.posco_section .media_wrap .container .media_list ul li .cap div .date { color: #fff; font-size: 11px; margin-bottom: 5px; }
.posco_section .media_wrap .container .media_list ul li .cap div .title { color: #fff; font-size: 14.5px; line-height: 23px; text-align: left; font-weight: 500; }
.posco_section .media_wrap .container .media_list ul li .cap div .title span { display: inline-block; width: 96px; height: 10px; margin-left: 5px; background: url(../_images/main/arrow.png) no-repeat; }

.posco_section .media_wrap .container .media_list ul:after { content: ""; display: block; clear: both; }


/* 200303 media_sns */

.posco_section .media_wrap .container .container_wrap .media_sns {position:relative; width:90%;  max-width:1010px; margin: 20px auto 0; }
.posco_section .media_wrap .container .container_wrap .media_sns:after { content: " "; display: block; clear: both; }
.posco_section .media_wrap .container .container_wrap .media_sns div {float: left; margin-top: 5px;}
.posco_section .media_wrap .container .container_wrap .media_sns div img { width: 100%;}
.posco_section .media_wrap .container .container_wrap .media_sns ul { float: right; }
.posco_section .media_wrap .container .container_wrap .media_sns ul li { float: left;  width: 25px; height: 25px; padding: 0 7px; }
.posco_section .media_wrap .container .container_wrap .media_sns ul li:last-child { padding-right: 0px; }
.posco_section .media_wrap .container .container_wrap .media_sns ul li img { width: 100%; }


/*
.posco_section .media_wrap .container .media_sns { width: 100%; margin-top: 15px; }
.posco_section .media_wrap .container .media_sns:after { content: ""; display: block; clear: both; }
.posco_section .media_wrap .container .media_sns ul { width: 1010px; margin: 0 auto; }
.posco_section .media_wrap .container .media_sns ul li { float:left; width: 20%; }
.posco_section .media_wrap .container .media_sns ul li img { width: 100%; }
*/


#media { background: url(../_images/main/media_back.jpg) no-repeat; background-size: cover; border-bottom: 1px solid #eaeaea; }

@media screen and (min-width: 1170px) {
	.posco_section .media_wrap .container .media_list ul li:hover > a > img { transform: scale(1.1); }
	.posco_section .media_wrap .container .media_list ul li:hover .cap { width: 240px; background: rgba(0,0,0,0.9); }
}

@media screen and (max-width: 1170px) {
	.posco_section .container .title { font-size: 25px; }
	.posco_section .container .orangebar { margin-top: 5px; }
	.posco_section .container .orangebar span { width: 30px; height: 5px; }
	.posco_section .container .text { font-size: 12px; line-height: 15px; }

    .posco_section .media_wrap .container { top: 50%; left: 0%; margin-left: 0px; margin-top: -261px; width: 100%; height: auto; }
    .posco_section .media_wrap .container .media_list { width: 80%; margin: 10px auto 0; }
	.posco_section .media_wrap .container .media_list ul { width: 100%; }
	.posco_section .media_wrap .container .media_list ul li { width: 49%; height: auto; margin-right: 1%; }
	.posco_section .media_wrap .container .media_list ul li .cap { bottom:0; width: 100%; height: 45%; padding-top: 5px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	.posco_section .media_wrap .container .media_list ul li .cap .caption { top:7px; left:7px; width: 100px; }
	.posco_section .media_wrap .container .media_list ul li .cap > div { position: absolute; top: 0; width: 100%; padding: 5px;  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	.posco_section .media_wrap .container .media_list ul li .cap div .date { position:absolute; top:7px; right:7px; font-size: 12px; margin:0; }
	.posco_section .media_wrap .container .media_list ul li .cap div .title { position:absolute; top:40%; font-size: 16px; line-height: 20px; width: 85%; }
	.posco_section .media_wrap .container .media_list ul li .cap div .title span { width: 70px; height: 7px; margin-left: 10px; background-size: cover; }
    
    /* 200303 media_sns*/
    .posco_section .media_wrap .container .container_wrap .media_sns { width: 80%; }
    .posco_section .media_wrap .container .container_wrap .media_sns ul { margin-right:1%;}
    
    /*
	.posco_section .media_wrap .container .media_sns { width: 80%; margin:15px auto 0; }
	.posco_section .media_wrap .container .media_sns ul { width: 100%; }
	.posco_section .media_wrap .container .media_sns ul li { float:left; width: 16.67%; }
	.posco_section .media_wrap .container .media_sns ul li:first-child { width: 33.3%; }
	.posco_section .media_wrap .container .media_sns ul li img { width: 100%; }
    */
}

@media screen and (max-width: 960px) {
    .pc { display: none; }
    .mobile { display: block; }
    
    .posco_section .media_wrap .container { margin-top: -50%; }
    .posco_section .media_wrap .container .media_list { width: 80%; }
    .posco_section .media_wrap .container .media_list ul li .cap > div { padding:0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
    .posco_section .media_wrap .container .media_list ul li .cap div .date { font-size: 12px; }
    .posco_section .media_wrap .container .media_list ul li .cap div .title { width: 90%; margin-left: 5%; }
    
    /*
    .posco_section .media_wrap .container .media_sns { width: 80%; }
    */
    
    #media { background: url(../_images/main/mobile_back.jpg) no-repeat; background-size: cover; border-bottom: 1px solid #eaeaea; }
    }
@media screen and (max-width: 490px) {
    .posco_section .media_wrap .container { margin-top: -60%; }
    .posco_section .media_wrap .container .media_list { width: 95%; margin: 5px auto 0;}
    .posco_section .media_wrap .container .media_list ul li .cap .caption { width: 40%; }
    .posco_section .media_wrap .container .media_list ul li .cap div .date { font-size: 10px; }
    .posco_section .media_wrap .container .media_list ul li .cap div .title { top: 35%; font-size: 12px; line-height: 15px; font-weight: 400; }
    
    /* 200303 media_sns */
    .posco_section .media_wrap .container .container_wrap .media_sns { width: 95%;}
    .posco_section .media_wrap .container .container_wrap .media_sns div { width:50%; margin-top:2px; }
    .posco_section .media_wrap .container .container_wrap .media_sns div img { width: 80%;}
    .posco_section .media_wrap .container .container_wrap .media_sns ul { width: 40%; }
    .posco_section .media_wrap .container .container_wrap .media_sns ul li { width: 20%;  padding: 0 3.33%; }
    .posco_section .media_wrap .container .container_wrap .media_sns ul li:first-child {padding: 0 3.33% 0 0;}
    .posco_section .media_wrap .container .container_wrap .media_sns ul li:last-child {padding-right:0;}
    .posco_section .media_wrap .container .container_wrap .media_sns ul li img { width: 80%; float:right;}

    
    /*
    .posco_section .media_wrap .container .media_sns { width: 95%; }
    */
}



/*********** POSCO Products ***********/
.posco_section .products_wrap .container { position: absolute; top: 50%; left: 50%; margin-left: -585px; margin-top: -270px; width: 100%; height: 541px; }
.posco_section .products_wrap .container .learnmore img { float: right; }
.posco_section .products_wrap .container .learnmore:after { content: ""; display: block; clear: both; }
.posco_section .products_wrap .container .products_list { width: 100%; margin-top: 10px; }
.posco_section .products_wrap .container .products_list ul { width: 100%; }
.posco_section .products_wrap .container .products_list ul li { float: left; width: 20%; height: auto; position: relative; overflow: hidden; }
.posco_section .products_wrap .container .products_list ul li > a > img { transition: all 1s; transform: scale(1); }
.posco_section .products_wrap .container .products_list ul li .cap { position: absolute; top:0; left:0; width: 100%; height: 100%; background: rgba(0,0,0,0); transition: all 1s; }
.posco_section .products_wrap .container .products_list ul li .cap .products_gnb { position: absolute; top:26px; left:20px; color:#fff; font-size: 20px; font-weight: 350; line-height: 25px; }
.posco_section .products_wrap .container .products_list ul li .cap .ico_zoom { position: absolute; top: 50%; left: 50%; margin-top: -33px; margin-left: -33px; transition: all 0.5s; }
.posco_section .products_wrap .container .products_list ul li .cap .viewmore { position: absolute; top: 250px; left: 50%; margin-left: -49px; }

.posco_section .products_wrap .container .products_list ul:after { content: ""; display: block; clear: both; }
#products { background: url(../_images/main/products_back.jpg) no-repeat; background-size: cover; background-position: center; border-bottom: 1px solid #eaeaea; }

@media screen and (min-width: 1170px) {
		.posco_section .products_wrap .container .products_list ul li:hover > a > img { transform: scale(1.1); }
		.posco_section .products_wrap .container .products_list ul li:last-child:hover > a > img { transform: scale(1); }
		.posco_section .products_wrap .container .products_list ul li:last-child:hover .cap .ico_zoom { transform: scale(1.15); }
		.posco_section .products_wrap .container .products_list ul li:hover .cap { background: rgba(0,0,0,0.2); }
		.posco_section .products_wrap .container .products_list ul li:last-child:hover .cap { background: rgba(0,0,0,0); }
}

  @media screen and (max-width: 1170px) {
		.posco_section .products_wrap .container { top: 50%; left: 0%; margin-left: 0px; margin-top: -217px; width: 100%; height: auto; }
		.posco_section .products_wrap .container .learnmore { margin-top: 10px; margin-left: 10%; }
        .posco_section .products_wrap .container .learnmore img { margin-right: 5%; }
		.posco_section .products_wrap .container .products_list { width: 90%; margin: 10px auto 0; }
		.posco_section .products_wrap .container .products_list ul li { width: 20%; }
		.posco_section .products_wrap .container .products_list ul li > a > img { width: 100%; }
		.posco_section .products_wrap .container .products_list ul li .cap .products_gnb { top:10px; left:10px; font-size: 15px; line-height: 20px; }
		.posco_section .products_wrap .container .products_list ul li .cap .ico_zoom { width: 40px; margin-top: -20px; margin-left: -20px; }
		.posco_section .products_wrap .container .products_list ul li .cap .viewmore { position: absolute; top: 250px; left: 50%; margin-left: -49px; }
		.posco_section .products_wrap .container .products_list ul li:last-child .cap .products_gnb { bottom:10px; right:10px; font-weight: 450;}

		.posco_section .products_wrap .container .products_list ul:after { content: ""; display: block; clear: both; }
		#products { background: url(../_images/main/products_back_m.jpg) no-repeat; background-size: cover; background-position: center; border-bottom: 1px solid #eaeaea; }
	}
@media screen and (max-width: 960px) {
    .posco_section .products_wrap .container { /*margin-top: -398px;*/margin-top: -50%; }
    .posco_section .products_wrap .container .learnmore { margin-left: 10%; }
    .posco_section .products_wrap .container .products_list { width: 80%; }
    .posco_section .products_wrap .container .products_list ul li { width: 50%; }
    .posco_section .products_wrap .container .products_list ul li:last-child { width: 100%; }
	.posco_section .products_wrap .container .learnmore img { float: left; width: 100px; }
}
@media screen and (max-width: 490px) {
    .posco_section .products_wrap .container { margin-top: -60%; }
    .posco_section .products_wrap .container .products_list { width: 95%; }
    .posco_section .products_wrap .container .learnmore { margin-left: 2%; }
}

/*********** About POSCO ***********/
.posco_section .about_wrap .container { position: absolute; top: 50%; left: 50%; margin-left: -585px; margin-top: -263px; width: 100%; height: 526px; }
.posco_section .about_wrap .container .about_list { width: 100%; margin-top: 40px; }
.posco_section .about_wrap .container .about_list ul { width: 1150px; margin: 0 auto; padding: 0 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.posco_section .about_wrap .container .about_list ul li { float: left; width: 33.3%; text-align:center; position: relative; }
.posco_section .about_wrap .container .about_list ul li div { padding-top: 150px; margin: 0 auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; top:0; left:20px; }
.posco_section .about_wrap .container .about_list ul li div .title { font-size: 18px; line-height:22px; text-align: center; font-weight: 800; }
.posco_section .about_wrap .container .about_list ul li div .text { font-size: 15.5px; text-align: center; margin-top: 20px; color: #666; }
.posco_section .about_wrap .container .about_list ul li div > a { display: block; text-align: center; margin-top: 40px; }
.posco_section .about_wrap .container .about_list ul:after { content: ""; display: block; clear: both; }

#about { background: url(../_images/main/media_back.jpg) no-repeat; background-size: cover; }

@media screen and (min-width: 1170px) {
	.posco_section .about_wrap .container .about_list ul li div { width: 329px; height: 401px; }
}

@media screen and (max-width: 1170px) {
	.posco_section .about_wrap .container { top: 50%; left: 0%; margin-left: 0px; margin-top: -226px; width: 100%; height: auto; }
	.posco_section .about_wrap .container .subject .text { margin-top: 20px; }
	.posco_section .about_wrap .container .about_list { width: 80%; margin: 25px auto 0; }
	.posco_section .about_wrap .container .about_list ul { width: 100%; padding:0;}
	.posco_section .about_wrap .container .about_list ul li { width: 33.3%; height: auto; margin-bottom: 20px; }
	.posco_section .about_wrap .container .about_list ul li img { width: 100%; }
	.posco_section .about_wrap .container .about_list ul li div { width: 90%; margin: 40% auto 0; padding: 0; }
    .posco_section .about_wrap .container .about_list ul li div .title { margin-top: 10%; margin-left: -5%; font-size: 16px; font-weight: 600; line-height: 22px; }
    .posco_section .about_wrap .container .about_list ul li div .text { font-size: 15px; line-height: 18px; margin-top:5px; margin-left: -14px; font-weight: 400; }
    .posco_section .about_wrap .container .about_list ul li div > a { width: 100%; margin-top: 10px; }
	.posco_section .about_wrap .container .about_list ul li div > a > img { width: 50%; }
	.posco_section .about_wrap .container .about_list ul:after { content: ""; display: block; clear: both; }
    
	#about { background: url(../_images/main/mobile_back.jpg) no-repeat; background-size: cover; }
}

@media screen and (max-width: 960px) {
    .posco_section .about_wrap .container { /*margin-top: -421px;*/margin-top: -50%; }
	.posco_section .about_wrap .container .about_list { width: 80%; margin: 25px auto 0; }
    .posco_section .about_wrap .container .about_list ul li { width: 100%; }
	.posco_section .about_wrap .container .about_list ul li div { width: 50%; top:0; left: 50%; height: 100%; margin-top: 40px; }
    .posco_section .about_wrap .container .about_list ul li div .text { font-size: 16px; line-height: 20px; margin-top:0; margin-left: 0;}
	.posco_section .about_wrap .container .about_list ul li div > a { margin-top: 40px; top: 50%; left:0%; margin-top:-15px; position: absolute; }
	.posco_section .about_wrap .container .about_list ul li div > a > img { width: 50%; }
}
@media screen and (max-width: 490px) {
    .posco_section .about_wrap .container { margin-top: -70%; }
    .posco_section .about_wrap .container .about_list { width: 95%; }
    .posco_section .about_wrap .container .about_list ul li div { margin-top: 0;}
    .posco_section .about_wrap .container .about_list ul li div > a { margin-top: -15px; }
    .posco_section .about_wrap .container .about_list ul li div > a > img { width: 80%; }
}


/*   기존 사이즈(Big) 팝업 한개 Start  *
#modal-wrap { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: fixed; z-index: 100; left: 0; top: 0; display: none; }
#modal-wrap .modal-con { border: 4px solid #222; padding: 0 40px; position: absolute; left: 50%; top: 50%; background: #fff; display: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#modal-wrap .modal-con .modal-close { display: block; width: 21px; height: 21px; position: absolute; top: 30px; right: 30px; background: url(../_images/common/header_close.png) no-repeat 0 0; }
@media screen and (max-width: 960px) { #modal-wrap .modal-con { padding: 0; }
  #modal-wrap .modal-con .modal-close { width: 14px; height: 14px; position: absolute; top: 15px; right: 15px; background-size: contain; } }
.movie-con-wrap { width: 788px; }
.movie-con-wrap .top p { font-size: 26px; font-weight: 700; color: #222; text-align: center; margin: 60px 0 30px 0; }
.movie-con-wrap .movie-con { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.movie-con-wrap .movie-con iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.movie-con-wrap .narration { margin-top: 30px; margin-bottom: 15px; color: #333; font-weight: 700; }
.movie-con-wrap .scroll-con { border-top: 1px solid #e5e5e5; overflow-y: auto; height: 160px; padding: 20px 0; line-height: 24px; }
@media screen and (max-width: 960px) { .movie-con-wrap { width: 90%; }
  .movie-con-wrap .top p { font-size: 20px; margin: 50px 0 30px; line-height: 26px; padding: 0 20px; }
  .movie-con-wrap .narration { margin: 30px 0 15px 20px; font-size: 12px; }
  .movie-con-wrap .scroll-con { padding: 20px; line-height: 17px; font-size: 12px; } }
/*   Modal   *
.main-modal { position: absolute; left: 50%; top: 50%; margin-left: -250px; margin-top: -285px; }
.main-modal .foot-close { height: 50px; line-height: 50px; background: #222; }
.main-modal .foot-close .input { float: left; margin-left: 20px; }
.main-modal .foot-close .input label { color: #fff; margin-left: 10px; }
.main-modal .foot-close a { float: right; color: #fff; padding: 0 20px; }
@media screen and (max-width: 600px) { .main-modal { width: 80%; margin-left: -40%; margin-top: -40%; }
  .main-modal img { width: 100%; } } */


/*스크롤탑 버튼*/

.top-btn { width:52px; height:68px; position:fixed; right: 20px; bottom: 7%; display: none; z-index:1;}
.top-btn > a { width: 100%; height: 100%; display: block; }
.top-btn > a > img { width:100%; height: auto;}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-btn { right: 3%; bottom: 12vh; }
}
@media (min-width: 481px) and (max-width: 767px) {
  .top-btn { right: 3%; bottom: 11vh; }
}
@media screen and (max-width: 480px) {  
  .top-btn { right: 1%; bottom: 15%; }
}



/*   기존 사이즈(Big) 팝업 한개 End  */

/*  200228 NEW SIZE 팝업한개 Start  */
/*.main-modal { position: absolute; left: 15%; top: 50%; margin-top: -150px; z-index: 100; box-shadow: 1px 1px 5px #363636; }
.main-modal .foot-close { height: 50px; line-height: 50px; background: #222; }
.main-modal .foot-close .input { float: left; /* check 박스 삭제 margin-left: 20px;*/ }
/*.main-modal .foot-close .input label { color: #fff; margin-left: 10px; }
.main-modal .foot-close a { float: right; color: #fff; padding: 0 20px; }
@media screen and (max-width: 600px) { .main-modal { width: 80%; left: 50%; margin-left: -40%; margin-top: -40%; }
  .main-modal img { width: 100%; } }
/*   200228 NEW SIZE 팝업한개 End   */

/*   팝업두개 수정부분 181018 Start   
#modal-wrap { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.25); position: fixed; z-index: 100; left: 0; top: 0; display: none; }
#modal-wrap .modal-con { border: 4px solid #222; padding: 0 40px; position: absolute; left: 50%; top: 50%; background: #fff; display: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#modal-wrap .modal-con .modal-close { display: block; width: 21px; height: 21px; position: absolute; top: 30px; right: 30px; background: url(../_images/common/header_close.png) no-repeat 0 0; }
#modal-wrap02 { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.25); position: fixed; z-index: 100; left: 0; top: 0; display: none; }
#modal-wrap02 .modal-con { border: 4px solid #222; padding: 0 40px; position: absolute; left: 50%; top: 50%; background: #fff; display: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#modal-wrap02 .modal-con .modal-close { display: block; width: 21px; height: 21px; position: absolute; top: 30px; right: 30px; background: url(../_images/common/header_close.png) no-repeat 0 0; }
@media screen and (max-width: 960px) { #modal-wrap .modal-con { padding: 0; }
  #modal-wrap .modal-con .modal-close { width: 14px; height: 14px; position: absolute; top: 15px; right: 15px; background-size: contain; } 
  #modal-wrap02 .modal-con .modal-close { width: 14px; height: 14px; position: absolute; top: 15px; right: 15px; background-size: contain; } }
.movie-con-wrap { width: 788px; }
.movie-con-wrap .top p { font-size: 26px; font-weight: 700; color: #222; text-align: center; margin: 60px 0 30px 0; }
.movie-con-wrap .movie-con { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.movie-con-wrap .movie-con iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.movie-con-wrap .narration { margin-top: 30px; margin-bottom: 15px; color: #333; font-weight: 700; }
.movie-con-wrap .scroll-con { border-top: 1px solid #e5e5e5; overflow-y: auto; height: 160px; padding: 20px 0; line-height: 24px; }
@media screen and (max-width: 960px) { .movie-con-wrap { width: 90%; }
  .movie-con-wrap .top p { font-size: 20px; margin: 50px 0 30px; line-height: 26px; padding: 0 20px; }
  .movie-con-wrap .narration { margin: 30px 0 15px 20px; font-size: 12px; }
  .movie-con-wrap .scroll-con { padding: 20px; line-height: 17px; font-size: 12px; } }
/*     Modal     
.main-modal { position: absolute; left: 50%; top: 50%; margin-left: -505px; margin-top: -285px; z-index:200;}
.main-modal .foot-close { height: 50px; line-height: 50px; background: #222; }
.main-modal .foot-close .input { float: left; margin-left: 20px; }
.main-modal .foot-close .input label { color: #fff; margin-left: 10px; }
.main-modal .foot-close a { float: right; color: #fff; padding: 0 20px; }
.main-modal02 { position: absolute; left: 50%; top: 50%; margin-left: 5px; margin-top: -285px; z-index:200;}
.main-modal02 .foot-close { height: 50px; line-height: 50px; background: #222; }
.main-modal02 .foot-close .input { float: left; margin-left: 20px; }
.main-modal02 .foot-close .input label { color: #fff; margin-left: 10px; }
.main-modal02 .foot-close a { float: right; color: #fff; padding: 0 20px; }
@media screen and (max-width: 1020px) { 
	.main-modal02 {display: none!important;}
	.main-modal {left: 50%; top: 50%; margin-left:-250px; margin-top: -285px;}
	#modal-wrap02 {display: none!important;} }
@media screen and (max-width: 600px) { 
.main-modal { width: 80%; margin-left: -40%; margin-top: -40%; }
.main-modal img { width: 100%; } }
/*   팝업두개 수정부분 181018 End   */

/*   모바일 팝업 안뜨게 Start   
@media screen and (max-width: 960px) { 
	#modal-wrap {display: none!important;} 
	#modal-wrap02 {display: none!important;} 
	.main-modal02 {display: none!important;}
	.main-modal {display: none!important;}
	.main-modal {left: 50%; top: 50%; margin-left:-250px; margin-top: -285px;}
/*   모바일 팝업 안뜨게 End   */