467 lines
15 KiB
CSS
467 lines
15 KiB
CSS
@charset "UTF-8";
|
|
/*일반현황*/
|
|
.index_tap {
|
|
width: 100%;
|
|
height: 35px;
|
|
border-bottom: 1px solid #eee;
|
|
background-color: #ffffff; }
|
|
.index_tap > p {
|
|
margin: 0 auto;
|
|
width: 1000px;
|
|
font-size: 13px;
|
|
line-height: 35px;
|
|
text-align: right;
|
|
color: #333; }
|
|
.index_tap > p > em {
|
|
padding: 0 3px;
|
|
font-weight: 900;
|
|
color: #ffc700; }
|
|
.index_tap > p > span > a {
|
|
color: #222;
|
|
font-weight: 900; }
|
|
.index_tap > p > span > a:hover {
|
|
text-decoration: underline; }
|
|
|
|
.index_tap2 {
|
|
background-color: transparent;
|
|
border-bottom: 1px solid #e1e1e1; }
|
|
|
|
#status {
|
|
width: 100%;
|
|
margin-bottom: 60px;
|
|
height: 1300px;
|
|
background-color: #fff; }
|
|
#status > .status {
|
|
position: relative;
|
|
width: 1000px;
|
|
margin: 0 auto 100px; }
|
|
#status > .status > ul {
|
|
margin-top: 60px;
|
|
width: 100%; }
|
|
#status > .status > ul > li {
|
|
margin-top: 20px;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
color: #333;
|
|
line-height: 2em; }
|
|
#status > .status > ul > li.status_info_main {
|
|
position: relative;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
color: #1e3571;
|
|
margin-bottom: 70px;
|
|
line-height: 1.3em; }
|
|
#status > .status > ul > li.status_info_main:after {
|
|
position: absolute;
|
|
top: 85px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
background-color: #ddd;
|
|
content: ''; }
|
|
#status > .status > ul > li > em {
|
|
color: #eee; }
|
|
#status > .status > ul > li > span {
|
|
font-size: 20px; }
|
|
#status > .status > ol {
|
|
margin-top: 50px;
|
|
color: #bbb;
|
|
line-height: 1.4em; }
|
|
#status > .status > ol > li {
|
|
font-size: 13px; }
|
|
#status > .status > ol > li:first-child {
|
|
font-size: 18px;
|
|
margin-bottom: 10px; }
|
|
#status > .status:after {
|
|
position: absolute;
|
|
top: 120px;
|
|
right: 0;
|
|
width: 260px;
|
|
height: 345px;
|
|
background-image: url(../images/company_3.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 0 100%;
|
|
background-size: contain;
|
|
content: ''; }
|
|
#status > .organiz {
|
|
width: 100%;
|
|
height: 700px; }
|
|
#status > .organiz > .inner {
|
|
position: relative;
|
|
width: 1000px;
|
|
height: 700px;
|
|
background-image: url(../images/organiz.jpg);
|
|
background-size: contain;
|
|
background-position: 50% 20%;
|
|
background-repeat: no-repeat; }
|
|
#status > .organiz > .inner > h2 {
|
|
width: 1000px;
|
|
margin: 0 auto;
|
|
text-align: left;
|
|
font-size: 35px;
|
|
color: #1e3571;
|
|
margin-bottom: 0px; }
|
|
#status > .organiz > .inner:after {
|
|
position: absolute;
|
|
top: 60px;
|
|
width: 1000px;
|
|
height: 1px;
|
|
background-color: #ddd;
|
|
content: ''; }
|
|
|
|
/*연혁*/
|
|
#since {
|
|
width: 100%;
|
|
margin-bottom: 60px;
|
|
height: 1050px;
|
|
background-color: #fff; }
|
|
#since > .since {
|
|
position: relative;
|
|
width: 1000px;
|
|
margin: 0 auto; }
|
|
#since > .since > ul {
|
|
margin-top: 80px;
|
|
width: 100%; }
|
|
#since > .since > ul > li {
|
|
margin-top: 20px;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
color: #333;
|
|
line-height: 2em; }
|
|
#since > .since > ul > li.status_info_main {
|
|
position: relative;
|
|
font-size: 30px;
|
|
font-weight: 700;
|
|
color: #1e3571;
|
|
margin-bottom: 55px;
|
|
line-height: 1.3em;
|
|
/* &:before {
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 30px;
|
|
width: 50px;
|
|
height: 50px;
|
|
background-image: url(../images/house.png);
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
background-position: 50% 50%;
|
|
content: '';
|
|
}//house
|
|
*/ }
|
|
#since > .since > ul > li.status_info_main:after {
|
|
position: absolute;
|
|
top: 65px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
background-color: #ddd;
|
|
content: ''; }
|
|
#since > .since > ul > li > em {
|
|
color: #ffc700; }
|
|
#since > .since > ul > li > span {
|
|
font-size: 20px; }
|
|
#since > .since > .since_info {
|
|
width: 100%; }
|
|
#since > .since > .since_info > h2 {
|
|
font-size: 50px;
|
|
font-weight: 900;
|
|
font-style: italic;
|
|
letter-spacing: -4px;
|
|
color: #444; }
|
|
#since > .since > .since_info > div {
|
|
width: 100%;
|
|
margin: 50px auto 0;
|
|
border-bottom: 1px dotted #ddd; }
|
|
#since > .since > .since_info > div > ul {
|
|
padding-left: 150px;
|
|
width: 100%; }
|
|
#since > .since > .since_info > div > ul > li {
|
|
float: left;
|
|
margin-left: 130px;
|
|
line-height: 2.5em; }
|
|
#since > .since > .since_info > div > ul > li:first-child {
|
|
font-size: 40px;
|
|
font-weight: 900;
|
|
color: #ddd; }
|
|
#since > .since > .since_info > div > ul > li > dl {
|
|
padding: 35px 0;
|
|
width: 100%; }
|
|
#since > .since > .since_info > div > ul > li > dl > dd {
|
|
position: relative;
|
|
font-size: 16px;
|
|
font-weight: 600; }
|
|
#since > .since > .since_info > div > ul > li > dl > dd:after {
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
left: -20px;
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 15px;
|
|
background-color: #ffc700;
|
|
content: ''; }
|
|
|
|
/*보유인증현황*/
|
|
#certificate {
|
|
width: 100%;
|
|
margin-bottom: 60px;
|
|
height: 1700px;
|
|
background-color: #fff; }
|
|
#certificate > .certificate {
|
|
position: relative;
|
|
width: 1000px;
|
|
margin: 0 auto; }
|
|
#certificate > .certificate > ul {
|
|
margin-top: 80px;
|
|
width: 100%; }
|
|
#certificate > .certificate > ul > li {
|
|
margin-top: 20px;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
color: #333;
|
|
line-height: 2em; }
|
|
#certificate > .certificate > ul > li.status_info_main {
|
|
position: relative;
|
|
font-size: 30px;
|
|
font-weight: 700;
|
|
color: #1e3571;
|
|
margin-bottom: 55px;
|
|
line-height: 1.3em; }
|
|
#certificate > .certificate > ul > li.status_info_main:after {
|
|
position: absolute;
|
|
top: 65px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
background-color: #ddd;
|
|
content: ''; }
|
|
#certificate > .certificate > ul > li > em {
|
|
color: #ddd; }
|
|
#certificate > .certificate > ul > li > span {
|
|
font-size: 20px; }
|
|
#certificate > .certificate > .certificate_info {
|
|
width: 100%; }
|
|
#certificate > .certificate > .certificate_info > div {
|
|
width: 100%; }
|
|
#certificate > .certificate > .certificate_info > div > ul > li {
|
|
float: left;
|
|
margin: 0 47px 50px 0;
|
|
width: 300px;
|
|
height: 400px;
|
|
border: 1px dotted #eee; }
|
|
#certificate > .certificate > .certificate_info > div > ul > li:last-child {
|
|
margin-right: 0; }
|
|
#certificate > .certificate > .certificate_info > div > ul > li > dl > dt {
|
|
width: 100%;
|
|
height: 350px;
|
|
text-indent: -99999px;
|
|
background-position: 50% 50%;
|
|
background-repeat: no-repeat;
|
|
background-size: cover; }
|
|
#certificate > .certificate > .certificate_info > div > ul > li > dl > dd {
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
line-height: 50px; }
|
|
#certificate > .certificate > .certificate_info > .sect01 > ul > li:nth-child(1) > dl > dt {
|
|
background-image: url(../images/certificate_01.png); }
|
|
#certificate > .certificate > .certificate_info > .sect01 > ul > li:nth-child(2) > dl > dt {
|
|
background-image: url(../images/certificate_02.png); }
|
|
#certificate > .certificate > .certificate_info > .sect01 > ul > li:nth-child(3) > dl > dt {
|
|
background-image: url(../images/certificate_03.png); }
|
|
#certificate > .certificate > .certificate_info > .sect02 > ul > li:nth-child(1) > dl > dt {
|
|
background-image: url(../images/certificate_04.png); }
|
|
#certificate > .certificate > .certificate_info > .sect02 > ul > li:nth-child(2) > dl > dt {
|
|
background-image: url(../images/certificate_05.png); }
|
|
#certificate > .certificate > .certificate_info > .sect02 > ul > li:nth-child(3) > dl > dt {
|
|
background-image: url(../images/certificate_06.png); }
|
|
#certificate > .certificate > .certificate_info > .sect03 > ul > li:nth-child(1) > dl > dt {
|
|
background-image: url(../images/certificate_07.png); }
|
|
#certificate > .certificate > .certificate_info > .sect03 > ul > li:nth-child(2) > dl > dt {
|
|
background-size: contain;
|
|
background-image: url(../images/certificate_08.png);
|
|
background-position: 50% 50%; }
|
|
|
|
#business {
|
|
width: 100%;
|
|
background-color: white; }
|
|
#business > .inner {
|
|
height: 100px;
|
|
padding-top: 130px;
|
|
margin: 0 auto 130px; }
|
|
#business > .inner > h2 {
|
|
position: relative;
|
|
text-align: center;
|
|
font-size: 35px;
|
|
font-weight: 600;
|
|
margin-bottom: 50px; }
|
|
#business > .inner > h2:after {
|
|
position: absolute;
|
|
top: 60px;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 120px;
|
|
height: 4px;
|
|
border: 3px dotted #ffc700;
|
|
content: ''; }
|
|
#business > .inner p {
|
|
text-align: center;
|
|
font-size: 17px;
|
|
letter-spacing: -1px;
|
|
color: #999;
|
|
line-height: 1.45em; }
|
|
#business > .category {
|
|
width: 100%;
|
|
border-bottom: 1px solid #eee; }
|
|
#business > .category > ul {
|
|
margin: 0 auto;
|
|
width: 850px; }
|
|
#business > .category > ul > li {
|
|
float: left;
|
|
width: 24%;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
font-weight: 600;
|
|
margin-right: 3px;
|
|
background-color: #ddd;
|
|
color: #555;
|
|
cursor: pointer; }
|
|
#business > .category > ul > li:last-child {
|
|
margin-right: 0; }
|
|
#business > .category > ul > li:hover {
|
|
color: #fff;
|
|
background-color: #1e3571; }
|
|
#business > .category > ul > li.on {
|
|
color: #fff;
|
|
background-color: #1e3571; }
|
|
#business > .business {
|
|
padding-top: 130px;
|
|
width: 100%;
|
|
background-image: url(../images/bus_bg.jpg); }
|
|
#business > .business > div {
|
|
width: 100%; }
|
|
#business > .business > div > ul > li {
|
|
float: left;
|
|
width: 50%;
|
|
height: 450px;
|
|
background-size: contain;
|
|
background: no-repeat;
|
|
background-position: 50% 50%; }
|
|
#business > .business > div > ul > li:first-child {
|
|
text-indent: -99999px; }
|
|
#business > .business > div > ul > li:last-child {
|
|
height: 240px;
|
|
margin-top: 120px; }
|
|
#business > .business > div > ul > li:last-child > dl {
|
|
padding-left: 100px; }
|
|
#business > .business > div > ul > li:last-child > dl > dt {
|
|
position: relative;
|
|
font-size: 40px;
|
|
font-weight: 600;
|
|
margin-bottom: 30px;
|
|
color: #333; }
|
|
#business > .business > div > ul > li:last-child > dl > dt:after {
|
|
position: absolute;
|
|
top: 60px;
|
|
left: 0;
|
|
width: 60px;
|
|
height: 4px;
|
|
background-color: #ffc700;
|
|
content: ''; }
|
|
#business > .business > div > ul > li:last-child > dl > dt > span {
|
|
padding-left: 4px;
|
|
font-size: 16px;
|
|
color: #1e3571;
|
|
font-weight: 500; }
|
|
#business > .business > div > ul > li:last-child > dl > dd {
|
|
position: relative;
|
|
line-height: 2em;
|
|
padding-left: 20px;
|
|
color: #aaa; }
|
|
#business > .business > div > ul > li:last-child > dl > dd:after {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 5px;
|
|
transform: translateY(-50%);
|
|
width: 5px;
|
|
height: 5px;
|
|
background-color: #1e3571;
|
|
border-radius: 7px;
|
|
content: ''; }
|
|
#business > .business > div.business_01 > ul > li:first-child {
|
|
background-image: url(../images/business_ai2.png);
|
|
background-size: contain; }
|
|
#business > .business > div.business_02 > ul > li:first-child {
|
|
background-image: url(../images/bigdata.jpg);
|
|
background-size: contain; }
|
|
#business > .business > div.business_03 > ul > li:first-child {
|
|
background-image: url(../images/soc.jpg);
|
|
background-size: contain;
|
|
background-repeat: no-repeat; }
|
|
#business > .business > div.business_04 {
|
|
padding-bottom: 100px; }
|
|
#business > .business > div.business_04 > ul > li:first-child {
|
|
background-image: url(../images/si.jpg);
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: 0 88%; }
|
|
|
|
#faq {
|
|
width: 100%;
|
|
margin-bottom: 60px;
|
|
height: 500px;
|
|
background-color: #fff; }
|
|
#faq > .faq_info {
|
|
position: relative;
|
|
width: 1000px;
|
|
margin: 0 auto; }
|
|
#faq > .faq_info > ul {
|
|
margin-top: 80px;
|
|
width: 100%; }
|
|
#faq > .faq_info > ul > li {
|
|
margin-top: 20px;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: #333;
|
|
line-height: 1.7em; }
|
|
#faq > .faq_info > ul > li > span {
|
|
font-size: 20px;
|
|
font-weight: 600; }
|
|
#faq > .faq_info > ul > li > em {
|
|
color: #eee; }
|
|
#faq > .faq_info > ul > li.faq_info_main {
|
|
position: relative;
|
|
font-size: 30px;
|
|
font-weight: 700;
|
|
color: #1e3571;
|
|
margin-bottom: 55px;
|
|
line-height: 1.3em; }
|
|
#faq > .faq_info > ul > li.faq_info_main:after {
|
|
position: absolute;
|
|
top: 65px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
background-color: #ddd;
|
|
content: ''; }
|
|
#faq > .faq_info:after {
|
|
position: absolute;
|
|
top: 115px;
|
|
right: 50px;
|
|
width: 130px;
|
|
height: 130px;
|
|
background-image: url(../images/q_icon.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 50% 50%;
|
|
background-size: cover;
|
|
content: ''; }
|
|
|
|
/*반응형*/
|
|
.pos_right {
|
|
background-color: red; }
|
|
.pos_right > dl > dt:after {
|
|
left: 200px; }
|
|
|
|
/*# sourceMappingURL=style.css.map */
|