908 lines
29 KiB
CSS
908 lines
29 KiB
CSS
.clearfix {
|
|
*zoom: 1; }
|
|
.clearfix:after {
|
|
display: block;
|
|
clear: both;
|
|
content: ''; }
|
|
|
|
.sr_only {
|
|
position: absolute;
|
|
left: -99999px; }
|
|
|
|
.inner {
|
|
width: 1200px;
|
|
margin: 0 auto; }
|
|
|
|
#wrap {
|
|
width: 100%;
|
|
background-color: #f1f1f1; }
|
|
|
|
.upArrow {
|
|
display: none;
|
|
position: fixed;
|
|
bottom: 50px;
|
|
right: 50px;
|
|
width: 40px;
|
|
height: 40px;
|
|
background-color: #263d78;
|
|
border-radius: 50px;
|
|
cursor: pointer;
|
|
z-index: 9000; }
|
|
.upArrow:after {
|
|
position: absolute;
|
|
top: 10px;
|
|
left: 50%;
|
|
width: 2px;
|
|
height: 22px;
|
|
background-color: #fff;
|
|
content: ''; }
|
|
.upArrow:before {
|
|
position: absolute;
|
|
transform: rotate(45deg);
|
|
top: 10px;
|
|
left: 40%;
|
|
width: 2px;
|
|
height: 10px;
|
|
background-color: #fff;
|
|
content: ''; }
|
|
|
|
body {
|
|
overflow-x: hidden; }
|
|
|
|
h3 {
|
|
font-size: 30px; }
|
|
|
|
::-webkit-scrollbar {
|
|
width: 8px;
|
|
height: 8px;
|
|
border: 3px solid #fff; }
|
|
|
|
::-webkit-scrollbar-button:start:decrement,
|
|
:-webkit-scrollbar-button:end:increment {
|
|
display: block;
|
|
height: 10px;
|
|
background: url("./images/bg.png") #efefef; }
|
|
|
|
::-webkit-scrollbar-track {
|
|
background: #efefef;
|
|
-webkit-border-radius: 10px;
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
height: 50px;
|
|
width: 50px;
|
|
background: rgba(0, 0, 0, 0.2);
|
|
-webkit-border-radius: 8px;
|
|
border-radius: 8px;
|
|
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1); }
|
|
|
|
/*------- standard set -----------*/
|
|
header {
|
|
position: fixed;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 70px;
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
z-index: 99999;
|
|
transition: .3s; }
|
|
header > .inner {
|
|
position: relative; }
|
|
header > .inner > h1 {
|
|
position: absolute;
|
|
width: 200px;
|
|
height: 70px;
|
|
text-indent: -99999px;
|
|
background-image: url(../images/logo.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 50% 50%;
|
|
background-size: 50%; }
|
|
header > .inner > h1 > a {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%; }
|
|
header > .inner > .gnb {
|
|
position: absolute;
|
|
right: 0;
|
|
width: 500px; }
|
|
header > .inner > .gnb > ul > li {
|
|
float: left;
|
|
width: 100px; }
|
|
header > .inner > .gnb > ul > li > a {
|
|
display: block;
|
|
height: 70px;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
line-height: 70px;
|
|
text-align: center; }
|
|
header > .inner > .gnb > ul > li > a.on {
|
|
color: white; }
|
|
header > .inner > .gnb > ul > li > a:hover {
|
|
color: white; }
|
|
header > .inner > .gnb > ul > li > .sub {
|
|
position: absolute;
|
|
bottom: -40px;
|
|
width: 100%;
|
|
z-index: 5000;
|
|
display: none; }
|
|
header > .inner > .gnb > ul > li > .sub.sub01 {
|
|
position: absolute;
|
|
left: 0; }
|
|
header > .inner > .gnb > ul > li > .sub.sub01 > .subcontainer > ul {
|
|
margin-left: 30px; }
|
|
header > .inner > .gnb > ul > li > .sub.sub01 > .subcontainer > ul > li {
|
|
margin-left: 20px; }
|
|
header > .inner > .gnb > ul > li > .sub.sub02 {
|
|
position: absolute;
|
|
left: 0; }
|
|
header > .inner > .gnb > ul > li > .sub.sub02 > .subcontainer > ul > li {
|
|
margin-left: 20px; }
|
|
header > .inner > .gnb > ul > li > .sub.sub03 {
|
|
position: absolute;
|
|
left: 0; }
|
|
header > .inner > .gnb > ul > li > .sub.sub03 > .subcontainer > ul > li {
|
|
margin-left: 70px; }
|
|
header > .inner > .gnb > ul > li > .sub.sub04 {
|
|
position: absolute;
|
|
left: 0; }
|
|
header > .inner > .gnb > ul > li > .sub.sub04 > .subcontainer > ul {
|
|
margin-left: 300px; }
|
|
header > .inner > .gnb > ul > li > .sub.sub04 > .subcontainer > ul > li {
|
|
margin-left: 20px; }
|
|
header > .inner > .gnb > ul > li > .sub > .subcontainer > ul > li {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
float: left;
|
|
font-size: 16px;
|
|
margin-left: 20px; }
|
|
header > .inner > .gnb > ul > li > .sub > .subcontainer > ul > li > a {
|
|
display: block;
|
|
font-weight: 600;
|
|
color: #333; }
|
|
header > .inner > .gnb > ul > li > .sub > .subcontainer > ul > li > a:hover {
|
|
color: #ffc700; }
|
|
header > .inner > .gnb .lang {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 30px;
|
|
width: 80px;
|
|
height: 70px;
|
|
text-align: center;
|
|
line-height: 70px;
|
|
color: rgba(255, 255, 255, 0.7);
|
|
font-weight: 600;
|
|
cursor: pointer; }
|
|
header > .inner > .gnb .lang:hover {
|
|
color: white; }
|
|
header > .inner > .gnb .lang > ul {
|
|
display: none;
|
|
width: 100%;
|
|
background-color: rgba(0, 0, 0, 0.5); }
|
|
header > .inner > .gnb .lang > ul > li {
|
|
line-height: 40px; }
|
|
header > .inner > .gnb .lang > ul > li:hover a {
|
|
color: #ffc700; }
|
|
header > .inner > .gnb .lang > ul > li > a {
|
|
color: #fff; }
|
|
header > .sub_bg {
|
|
display: none;
|
|
position: absolute;
|
|
top: 70px;
|
|
width: 100%;
|
|
height: 40px;
|
|
background-color: white;
|
|
border-bottom: 1px solid #eee; }
|
|
|
|
#mVisual {
|
|
position: relative;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: 100vh; }
|
|
#mVisual > .mVisual_img {
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: -1; }
|
|
#mVisual > .mVisual_img > ul > li {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
text-indent: -99999px;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: 50% 50%; }
|
|
#mVisual > .mVisual_img > ul > li:nth-child(1) {
|
|
background-image: url(../images/img01.jpg); }
|
|
#mVisual > .mVisual_img > ul > li:nth-child(2) {
|
|
background-image: url(../images/mVisual02.jpg);
|
|
background-position: 50% 80%; }
|
|
#mVisual > .mVisual_img > ul > li:nth-child(3) {
|
|
background-image: url(../images/mVisual08.jpg); }
|
|
#mVisual > .mVisual_img > ul > li:nth-child(4) {
|
|
background-image: url(../images/mVisual04.jpg); }
|
|
#mVisual > .mVisual_txt {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 600px;
|
|
height: 200px;
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
transition: .5s;
|
|
z-index: 5000; }
|
|
#mVisual > .mVisual_txt > ul > li {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 100%;
|
|
height: 100%;
|
|
transform: translate(-50%, -30%);
|
|
height: 100%;
|
|
text-align: center; }
|
|
#mVisual > .mVisual_txt > ul > li > dl > dt {
|
|
position: relative;
|
|
margin-bottom: 25px;
|
|
font-size: 35px;
|
|
font-weight: 600;
|
|
color: #fff; }
|
|
#mVisual > .mVisual_txt > ul > li > dl > dt:after {
|
|
position: absolute;
|
|
bottom: -15px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
width: 120px;
|
|
height: 3px;
|
|
background-color: #ffc700;
|
|
content: ''; }
|
|
#mVisual > .mVisual_txt > ul > li > dl > dd {
|
|
letter-spacing: 2px;
|
|
line-height: 1.4em;
|
|
font-size: 16px;
|
|
color: #fff; }
|
|
#mVisual > .mVisual_indicator {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 600px;
|
|
height: 200px;
|
|
z-index: 6000; }
|
|
#mVisual > .mVisual_indicator:after {
|
|
position: absolute;
|
|
bottom: 24px;
|
|
right: 54px;
|
|
width: 6px;
|
|
height: 6px;
|
|
background-color: #ffc700;
|
|
border-radius: 5px;
|
|
content: ''; }
|
|
#mVisual > .mVisual_indicator > p {
|
|
display: block;
|
|
position: absolute;
|
|
bottom: 20px;
|
|
width: 17px;
|
|
height: 15px;
|
|
text-indent: -99999px;
|
|
transition: .4s;
|
|
cursor: pointer;
|
|
background-repeat: no-repeat;
|
|
background-size: cover; }
|
|
#mVisual > .mVisual_indicator > p.mVisual_prev_btn {
|
|
background-image: url(../images/prev_btn.png);
|
|
right: 80px; }
|
|
#mVisual > .mVisual_indicator > p.mVisual_prev_btn:hover {
|
|
background-image: url(../images/prev_btn_hover.png); }
|
|
#mVisual > .mVisual_indicator > p.mVisual_next_btn {
|
|
background-image: url(../images/next_btn.png);
|
|
right: 20px; }
|
|
#mVisual > .mVisual_indicator > p.mVisual_next_btn:hover {
|
|
background-image: url(../images/next_btn_hover.png); }
|
|
#mVisual > .downArrow {
|
|
position: absolute;
|
|
bottom: 20px;
|
|
left: 50%;
|
|
transform: translateX(-50%) rotate(90deg);
|
|
width: 50px;
|
|
height: 50px;
|
|
cursor: pointer;
|
|
background-image: url(../images/next_btn.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 50% 50%;
|
|
animation: downArrow 0.9s infinite; }
|
|
|
|
#company {
|
|
position: relative;
|
|
width: 100%; }
|
|
#company > .inner {
|
|
/* >.company_info {
|
|
//float: left;
|
|
width: 600px;
|
|
height: 500px;
|
|
margin-top: 45px;
|
|
//background-color: red;
|
|
|
|
>ul {
|
|
margin : 50px 0 0 10px;
|
|
>li {
|
|
margin-top : 20px;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
letter-spacing: 0px;
|
|
color: #333;
|
|
|
|
>em {
|
|
color: #fc4040;
|
|
}//end of em
|
|
|
|
&:nth-child(5) {
|
|
line-height: 1.5em;
|
|
}//end of li:nth-child(5)
|
|
|
|
>dl {
|
|
>dt {
|
|
margin-top: 40px;
|
|
font-size: 25px;
|
|
color: #aaa;
|
|
}//end of dt
|
|
>dd {
|
|
margin-top: 10px;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: #bbb;
|
|
letter-spacing: 0px;
|
|
line-height: 1.7em;
|
|
}//end of dd
|
|
}//end of dl
|
|
}//end of li
|
|
}//end of ul
|
|
}//end of company_info
|
|
|
|
*/ }
|
|
#company > .inner > h3 {
|
|
position: relative;
|
|
padding: 50px 0 0;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
color: #222;
|
|
text-transform: uppercase; }
|
|
#company > .inner > h3:after {
|
|
position: absolute;
|
|
bottom: -20px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
font-size: 13px;
|
|
font-weight: 800;
|
|
color: #263d78;
|
|
letter-spacing: -0.5px;
|
|
content: "company Status"; }
|
|
#company > .inner > .company_img {
|
|
width: 100%;
|
|
height: 500px;
|
|
margin: 80px 0 50px;
|
|
background-image: url(../images/intro.png);
|
|
background-position: 50% 50%;
|
|
background-size: cover;
|
|
background-repeat: no-repeat; }
|
|
#company > .inner > .company_intro {
|
|
margin: 50px 0 50px;
|
|
text-align: left;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
line-height: 1.9em; }
|
|
#company > .inner > .company_intro > .company_l {
|
|
position: relative;
|
|
float: left;
|
|
width: 600px;
|
|
margin-top: 25px;
|
|
text-align: right; }
|
|
#company > .inner > .company_intro > .company_l:after {
|
|
position: absolute;
|
|
top: -23px;
|
|
right: 0;
|
|
width: 2px;
|
|
height: 240px;
|
|
background-color: #ddd;
|
|
content: ''; }
|
|
#company > .inner > .company_intro > .company_l > ul {
|
|
padding-right: 30px; }
|
|
#company > .inner > .company_intro > .company_l > ul > li > dl > dt {
|
|
font-size: 17px;
|
|
color: #6c6c6c; }
|
|
#company > .inner > .company_intro > .company_l > ul > li > dl > dd {
|
|
font-size: 27px;
|
|
font-weight: 900;
|
|
color: #263d78; }
|
|
#company > .inner > .company_intro > .company_l > ol {
|
|
font-size: 16px;
|
|
margin-top: 35px;
|
|
padding-right: 30px;
|
|
font-weight: 600; }
|
|
#company > .inner > .company_intro > .company_l > ol > li {
|
|
line-height: 1.7em; }
|
|
#company > .inner > .company_intro > .company_l > ol > li > dl > dd > em {
|
|
color: #eeba01; }
|
|
#company > .inner > .company_intro > .company_r {
|
|
float: left;
|
|
width: 600px;
|
|
text-align: left; }
|
|
#company > .inner > .company_intro > .company_r > ul {
|
|
padding-left: 30px;
|
|
height: 260px; }
|
|
#company > .inner > .company_intro > .company_r > ul > li {
|
|
margin-bottom: 10px;
|
|
width: 200px;
|
|
background-color: #263d78;
|
|
border-radius: 6px;
|
|
transition: .2s;
|
|
height: 40px; }
|
|
#company > .inner > .company_intro > .company_r > ul > li > a {
|
|
display: block;
|
|
padding-left: 10px;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
letter-spacing: 1px;
|
|
line-height: 38px;
|
|
height: 42px;
|
|
color: #fff;
|
|
transition: .2s; }
|
|
#company > .inner > .company_intro > .company_r > ul > li:hover {
|
|
background-color: #f1f1f1;
|
|
border: 1px solid #263d78;
|
|
box-sizing: border-box;
|
|
border-radius: 6px; }
|
|
#company > .inner > .company_intro > .company_r > ul > li:hover a {
|
|
color: #263d78;
|
|
font-weight: 600; }
|
|
|
|
#service {
|
|
margin-top: 20px;
|
|
width: 100%;
|
|
height: 600px;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: 50% 70%; }
|
|
#service > .inner {
|
|
position: relative;
|
|
/*indicator position*/ }
|
|
#service > .inner > h3 {
|
|
position: relative;
|
|
padding: 50px 0 0;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
color: #333;
|
|
text-transform: uppercase; }
|
|
#service > .inner > h3:after {
|
|
position: absolute;
|
|
bottom: -20px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
font-size: 15px;
|
|
font-weight: 800;
|
|
color: #263d78;
|
|
letter-spacing: 0px;
|
|
content: "BUSINESS AREA"; }
|
|
#service > .inner > .service_box {
|
|
position: relative;
|
|
/*service_container position*/
|
|
overflow: hidden;
|
|
width: 1200px;
|
|
height: 402px;
|
|
margin: 50px auto 0; }
|
|
#service > .inner > .service_box > .service_container {
|
|
position: absolute;
|
|
top: 1px;
|
|
left: 0;
|
|
width: 5000px; }
|
|
#service > .inner > .service_box > .service_container > div {
|
|
float: left;
|
|
width: 1200px;
|
|
height: 100%; }
|
|
#service > .inner > .service_box > .service_container > div > ul {
|
|
width: 1200px;
|
|
margin: 0 auto; }
|
|
#service > .inner > .service_box > .service_container > div > ul > li {
|
|
position: relative;
|
|
float: left;
|
|
margin-left: 20px;
|
|
width: 275px;
|
|
height: 370px;
|
|
transition: .5s;
|
|
background-color: #fff;
|
|
border-radius: 5px; }
|
|
#service > .inner > .service_box > .service_container > div > ul > li:after {
|
|
opacity: 0;
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 5px;
|
|
width: 260px;
|
|
height: 360px;
|
|
border: 2px solid #263d78;
|
|
transition: .3s;
|
|
content: ''; }
|
|
#service > .inner > .service_box > .service_container > div > ul > li:hover:after {
|
|
opacity: 1; }
|
|
#service > .inner > .service_box > .service_container > div > ul > li > dl > dt {
|
|
margin: 50px auto 0px;
|
|
width: 120px;
|
|
height: 120px;
|
|
background-position: 50% 50%;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
transition: .4s; }
|
|
#service > .inner > .service_box > .service_container > div > ul > li > dl > dt > p {
|
|
display: block;
|
|
text-indent: -99999px;
|
|
margin: 0px auto;
|
|
padding-top: 40px;
|
|
width: 90px;
|
|
height: 90px;
|
|
background-position: 50% 50%;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
transition: .6s; }
|
|
#service > .inner > .service_box > .service_container > div > ul > li > dl > .topic {
|
|
margin: 0px 0;
|
|
width: 100%;
|
|
height: 33px;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
transition: .6s;
|
|
color: #222; }
|
|
#service > .inner > .service_box > .service_container > div > ul > li > dl > .info {
|
|
width: 100%;
|
|
min-height: 100px;
|
|
line-height: 1.6em;
|
|
letter-spacing: -1px;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
text-align: center;
|
|
transition: .6s;
|
|
color: #aaa; }
|
|
#service > .inner > .service_box > .service_container > div > ul > li > dl > .more {
|
|
position: relative;
|
|
display: block;
|
|
width: 30px;
|
|
height: 30px;
|
|
margin: 5px auto 0;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
font-weight: 600;
|
|
border-radius: 15px;
|
|
background-color: #263d78;
|
|
z-index: 4000; }
|
|
#service > .inner > .service_box > .service_container > div > ul > li > dl > .more > a {
|
|
display: block;
|
|
color: #fff; }
|
|
#service > .inner > .service_box > .service_container > .service_1 > ul > li:nth-child(1) p {
|
|
background-image: url(../images/icon_4.png); }
|
|
#service > .inner > .service_box > .service_container > .service_1 > ul > li:nth-child(2) p {
|
|
background-image: url(../images/icon_2.png); }
|
|
#service > .inner > .service_box > .service_container > .service_1 > ul > li:nth-child(3) p {
|
|
background-image: url(../images/icon_1.png); }
|
|
#service > .inner > .service_box > .service_container > .service_1 > ul > li:nth-child(4) p {
|
|
background-image: url(../images/icon_7.png); }
|
|
#service > .inner > .service_box > .service_container > .service_2 {
|
|
display: none; }
|
|
#service > .inner > .service_box > .service_container > .service_2 > ul > li {
|
|
background-size: 20%; }
|
|
#service > .inner > .service_indicator {
|
|
position: absolute;
|
|
bottom: -35px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
width: 100px;
|
|
height: 20px; }
|
|
#service > .inner > .service_indicator > ul > li {
|
|
float: left;
|
|
margin-left: 20px;
|
|
width: 20px;
|
|
height: 20px;
|
|
background-color: #333;
|
|
border-radius: 20px;
|
|
cursor: pointer; }
|
|
#service > .inner > .service_indicator > ul > li.on {
|
|
background-color: #fff; }
|
|
#service > .inner > .service_RL_btn {
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 100%; }
|
|
#service > .inner > .service_RL_btn > p {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 40px;
|
|
height: 40px;
|
|
text-indent: -99999px;
|
|
cursor: pointer; }
|
|
#service > .inner > .service_RL_btn > .prev {
|
|
position: absolute;
|
|
left: -20px; }
|
|
#service > .inner > .service_RL_btn > .prev:after {
|
|
position: absolute;
|
|
top: 25%;
|
|
left: -10px;
|
|
transform: rotate(-45deg);
|
|
width: 25px;
|
|
height: 2px;
|
|
background-color: #263d78;
|
|
content: ''; }
|
|
#service > .inner > .service_RL_btn > .prev:before {
|
|
position: absolute;
|
|
bottom: 25%;
|
|
left: -10px;
|
|
transform: rotate(45deg);
|
|
width: 25px;
|
|
height: 2px;
|
|
background-color: #263d78;
|
|
content: ''; }
|
|
#service > .inner > .service_RL_btn > .next {
|
|
position: absolute;
|
|
right: -20px; }
|
|
#service > .inner > .service_RL_btn > .next:after {
|
|
position: absolute;
|
|
top: 25%;
|
|
left: 25px;
|
|
transform: rotate(45deg);
|
|
width: 25px;
|
|
height: 2px;
|
|
background-color: #263d78;
|
|
content: ''; }
|
|
#service > .inner > .service_RL_btn > .next:before {
|
|
position: absolute;
|
|
bottom: 25%;
|
|
left: 25px;
|
|
transform: rotate(-45deg);
|
|
width: 25px;
|
|
height: 2px;
|
|
background-color: #263d78;
|
|
content: ''; }
|
|
|
|
#company_m_info {
|
|
width: 100%;
|
|
height: 240px;
|
|
background-image: url(../images/bg_1.jpg);
|
|
background-attachment: fixed;
|
|
background-repeat: no-repeat;
|
|
background-position: 90% 50%;
|
|
background-size: cover; }
|
|
#company_m_info > .inner {
|
|
padding-top: 90px; }
|
|
#company_m_info > .inner > ul {
|
|
width: 100%;
|
|
height: 100px; }
|
|
#company_m_info > .inner > ul > li {
|
|
width: 300px;
|
|
float: left;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 20px; }
|
|
#company_m_info > .inner > ul > li:nth-child(1) {
|
|
margin-left: 150px; }
|
|
#company_m_info > .inner > ul > li:nth-child(2) {
|
|
position: relative; }
|
|
#company_m_info > .inner > ul > li:nth-child(2):after {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
width: 1px;
|
|
height: 15px;
|
|
background-color: #888;
|
|
content: ''; }
|
|
#company_m_info > .inner > ul > li:nth-child(2):before {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 0;
|
|
width: 1px;
|
|
height: 15px;
|
|
background-color: #888;
|
|
content: ''; }
|
|
#company_m_info > .inner > ul > li:nth-child(2) > dl > dt {
|
|
letter-spacing: -3px; }
|
|
#company_m_info > .inner > ul > li > dl > dt {
|
|
font-size: 40px;
|
|
font-weight: 500;
|
|
color: #ffc700;
|
|
margin-bottom: 10px; }
|
|
#company_m_info > .inner > ul > li > dl > dt > span {
|
|
font-size: 17px; }
|
|
#company_m_info > .inner > ul > li > dl > dd {
|
|
font-size: 17px; }
|
|
|
|
#partner {
|
|
width: 100%;
|
|
height: 400px;
|
|
background-repeat: no-repeat;
|
|
background-position: 90% 50%; }
|
|
#partner > h3 {
|
|
padding: 50px 0 0;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
color: #222;
|
|
text-transform: uppercase; }
|
|
#partner > .inner > ul {
|
|
margin: 60px auto 0;
|
|
width: 500px;
|
|
height: 100px;
|
|
background-color: green; }
|
|
#partner > .inner > ul > li {
|
|
float: left;
|
|
width: 20%;
|
|
height: 100%;
|
|
background-color: pink; }
|
|
#partner > .inner > ol {
|
|
margin: 10px auto 0;
|
|
width: 500px;
|
|
height: 100px;
|
|
background-color: green; }
|
|
#partner > .inner > ol > li {
|
|
float: left;
|
|
width: 33.33%;
|
|
height: 100%;
|
|
background-color: pink; }
|
|
|
|
#contact {
|
|
width: 100%;
|
|
height: 600px;
|
|
background-color: #263d78; }
|
|
#contact > h3 {
|
|
position: relative;
|
|
padding: 50px 0 0;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
color: #fff;
|
|
text-transform: uppercase; }
|
|
#contact > h3:after {
|
|
position: absolute;
|
|
bottom: -20px;
|
|
left: 50.2%;
|
|
transform: translateX(-50%);
|
|
font-size: 15px;
|
|
font-weight: 800;
|
|
color: #111;
|
|
letter-spacing: 4px;
|
|
content: "How to come"; }
|
|
#contact > .mapContainer {
|
|
width: 600px;
|
|
height: 300px;
|
|
margin: 60px auto 40px; }
|
|
#contact > .mapContainer > .map > iframe {
|
|
width: 600px;
|
|
height: 300px;
|
|
frameborder: 0;
|
|
border: 0 allowfullscreen; }
|
|
#contact > .mapInfo {
|
|
position: relative;
|
|
width: 100%;
|
|
text-align: center; }
|
|
#contact > .mapInfo:after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 30%;
|
|
width: 35px;
|
|
height: 30px;
|
|
background-image: url(../images/bg_quote.png);
|
|
background-position: 0 50%;
|
|
content: ''; }
|
|
#contact > .mapInfo:before {
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 30%;
|
|
width: 35px;
|
|
height: 30px;
|
|
background-image: url(../images/bg_quote.png);
|
|
background-position: -35px 50%;
|
|
content: ''; }
|
|
#contact > .mapInfo > .inner > ul > li {
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
line-height: 1.8em; }
|
|
#contact > .mapInfo > .inner > ul > li > span {
|
|
color: #111;
|
|
font-weight: 900; }
|
|
|
|
footer {
|
|
width: 100%;
|
|
height: 160px;
|
|
background-color: #333; }
|
|
footer > .inner {
|
|
position: relative;
|
|
padding-top: 20px; }
|
|
footer > .inner > h1 {
|
|
float: left;
|
|
margin-left: 40px;
|
|
width: 120px;
|
|
height: 40px;
|
|
text-indent: -99999px;
|
|
background-image: url(../images/logo.png);
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
background-position: 50% 50%; }
|
|
footer > .inner > address {
|
|
float: left;
|
|
margin-top: 10px;
|
|
margin-left: 30px;
|
|
width: 350px; }
|
|
footer > .inner > address > ul {
|
|
width: 350px; }
|
|
footer > .inner > address > ul > li {
|
|
margin-left: 25px;
|
|
width: 300px;
|
|
text-align: center; }
|
|
footer > .inner > address > ul > li:nth-child(1) dl dt {
|
|
background-image: url(../images/f_icon_mail.png); }
|
|
footer > .inner > address > ul > li:nth-child(2) dl dt {
|
|
background-image: url(../images/f_icon_tel.png); }
|
|
footer > .inner > address > ul > li:nth-child(3) dl dt {
|
|
background-image: url(../images/f_icon_location.png); }
|
|
footer > .inner > address > ul > li > dl > dt {
|
|
margin: 0 auto;
|
|
width: 50px;
|
|
height: 50px;
|
|
text-indent: -99999px;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: 50% 50%; }
|
|
footer > .inner > address > ul > li > dl > dd {
|
|
text-align: left;
|
|
margin-top: 8px;
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
line-height: 1.2em;
|
|
color: #fff; }
|
|
footer > .inner > address > ul > li > dl > dd:nth-child(2) {
|
|
font-weight: 700; }
|
|
footer > .inner > address > ul > li > dl > dd:nth-child(3) {
|
|
color: #909090; }
|
|
footer > .inner > address > ul > li > dl > dd > a {
|
|
font-size: 13px;
|
|
color: #909090; }
|
|
footer > .inner > address > ul > li > dl > dd > a:hover {
|
|
text-decoration: underline; }
|
|
footer > .inner > .f_nav {
|
|
float: right;
|
|
margin-top: 0px;
|
|
width: 250px; }
|
|
footer > .inner > .f_nav > ul > li {
|
|
float: left;
|
|
margin-right: 11px;
|
|
padding-right: 11px;
|
|
background-image: url(../images/f_right.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 100% 73%; }
|
|
footer > .inner > .f_nav > ul > li:last-child {
|
|
margin-right: none;
|
|
background-image: none; }
|
|
footer > .inner > .f_nav > ul > li > a {
|
|
font-size: 13px;
|
|
color: #fff; }
|
|
footer > .inner > .copyright {
|
|
position: absolute;
|
|
top: 120px;
|
|
right: -140px;
|
|
transform: translateX(-50%);
|
|
width: 315px;
|
|
font-size: 13px;
|
|
letter-spacing: 1px;
|
|
color: #fff; }
|
|
footer > .inner:after {
|
|
position: absolute;
|
|
top: 30px;
|
|
left: 200px;
|
|
transform: translateX(-50%);
|
|
width: 1px;
|
|
height: 110px;
|
|
background-color: #fff;
|
|
content: ''; }
|
|
|
|
@keyframes downArrow {
|
|
0% {
|
|
bottom: 40px; }
|
|
100% {
|
|
bottom: 20px; } }
|
|
|
|
/*# sourceMappingURL=common.css.map */
|