@charset "utf-8";
/*폰트연결*/
@font-face{
font-family:PlayfairDisplay-Black;
src:url('../font/PlayfairDisplay-Black.woff');
src:local(※), 
	url('../font/PlayfairDisplay-Black.woff') format('woff');
}

@font-face{
font-family:PlayfairDisplay-Bold;
src:url('../font/PlayfairDisplay-Bold.woff');
src:local(※), 
	url('../font/PlayfairDisplay-Bold.woff') format('woff');
}

@font-face{
font-family:NotoSansCJKkr-Medium;
src:url('../font/NotoSansCJKkr-Medium-Alphabetic.woff');
src:local(※), 
	url('../font/NotoSansCJKkr-Medium-Alphabetic.woff') format('woff');
}

@font-face{
font-family:NotoSansCJKkr-Bold;
src:url('../font/NotoSansCJKkr-Bold-Alphabetic.woff');
src:local(※), 
	url('../font/NotoSansCJKkr-Bold-Alphabetic.woff') format('woff');
}








/*reset*/

li {list-style: none;}
a { text-decoration: none; color: inherit;}
body { font: 18px 'NotoSansCJKkr-Medium'; color: #252561;}

/* color : #252561; 파*/
/* color : #f04a38; 주*/

/* 섹션1 (화면) */
.section1 {
    /*background-color: #333;*/
    /*background-image: url(../images/port_01.jpg);
    background-size: 100%;
    background-repeat: no-repeat;*/
}

/* 섹션2 */
.section2 {
    position: relative;
    /*background-color: #98C19F;*/
    /*background-image: url(../images/port_02.jpg);
    background-size: 100%;
    background-repeat: no-repeat;*/
}

/* 섹션3 */
.section3 {
    position: relative;
    /*background-color: #A199E2;*/
    /*background-image: url(../images/port_03.jpg);
    background-size: 100%;
    background-repeat: no-repeat;*/
}

/* 섹션4 */
.section4 {
    position: relative;
    /*background-color: #CC938E;*/
}

/* 섹션5 */
.section5 {
    position: relative;
    /*background-color: #D2C598;*/
}


span {
    font-size: 4em;
    font-style: normal;
    color: #000;
}


/* 섹션 1 설정*/
#logo {
    width: 270px;
    position: absolute;
    top: 70px;
    right: 115px;
    display: none;
    animation-name: logo_an;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

.m_text1 {
    position: absolute;
    top: 70px;
    left: 380px;
    display: none;
}

.m_text2 {
    position: absolute;
    top: 70px;
    left: 70px;
    display: none;
}

.m_text3 {
    position: absolute;
    bottom: 70px;
    left: 70px;
    display: none;
}

.pic {
    width: 290px;
    
}

#pic1 {
    position: absolute;
    left: 380px;
    bottom: 0px;
    display: none;
    /*animation-name: flicker1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;*/
}

#pic2 {
    position: absolute;
    left: 670px;
    bottom: 0px;
    display: none;
    /*animation-name: flicker2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-delay: 2s;*/
}

#pic3 {
    position: absolute;
    left: 960px;
    bottom: 0px;
    display: none;
    /*animation-name: flicker3;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-delay: 4s;*/
}



/* 섹션 2 설정*/
#ab_1 { 
    position: absolute;
    top: 260px;
    left: 192px;
    animation:ab_an 0.5s 0.2s infinite alternate;
    z-index: 30;
}
#ab_2 { 
    position: absolute;
    top: 185px;
    left: 297px;
}

#ab_3{
    position: absolute;
    top: 235px;
    left: 347px;
    transition: 0.4s;
}

#ab_3:hover { 
    opacity: 0.9;
}

.text_area { 
    overflow: hidden;
    width: 1005px;
    height: 400px;
    position: relative;
    top: 50%;
    left: 800px;
    transform: translateY(-50%);
    
    /*outline: 1px dotted red;*/
}
.text_area h2:first-child { 
    margin: 0;
    text-align: left;
    font:36px 'PlayfairDisplay-Black';
    color : #252561;
    /*outline: 1px dotted red;*/
    float: left;
    width: 137px;
}

.text_area h2:nth-child(2) { 
    /*outline: 1px dotted red;*/
    float: left;
    width: 868px;
    height: 10px;
    border-bottom: 2px solid #252561; 
}

/*font-family:'NotoSansCJKkr-Medium';*/

.profile1 { 
    float: left;
    width: 70px;
    height: 342px;
    margin-right: 30px;
    /*outline: 1px dotted red;*/
    font-weight: bold;
    padding-top:10px;
    text-align: left;
}

.profile2 { 
    float: left;
    width: 240px;
    height: 342px;
    /*outline: 1px dotted red;*/
    font:20px/1 'NotoSansCJKkr-Bold';
    font-weight: bold;
    padding-top:10px;
    text-align: left;
}

.profile1 p { 
    margin-bottom: 30px;
}

.profile2 p { 
    margin-bottom: 37px;
}
.profile2 a {
    display: block;
    font-size: 18px;
    width: 130px;
    padding-bottom: 10px;
    border-bottom: 1px solid currentColor;
}

.profile3 { 
    float: left;
    width: 50px;
    height: 342px;
    margin-left: 110px;
    /*outline: 1px dotted red;*/
    font-weight: bold;
    padding-top:10px;
    text-align: left;
}

.profile4 { 
    float: left;
    width: 420px;
    height: 342px;
    /*outline: 1px dotted red;*/
    font-weight: bold;
    padding-top:10px;
    text-align: left;
    
}

 .profile4 div {
    position: relative;
    top: 30px;
    width: 120px;
    height: 120px;
    /*outline: 1px dotted red;*/
    float: left;
    margin: 0 20px 33px 0;
}

.profile4 div span { 
    position: absolute;
    font-size: 16px;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.profile4 div img:first-child { 
    position: absolute;
    top:0;
    left:0;
    z-index:20; 
}


.profile4 div img:last-child { 
    position: absolute;
    top:0;
    left:0;
    z-index:30; 
    
}
/* 원 회전*/
.section2:hover .ro_ci {
    animation-name: ro_c;
    animation-duration: 1.5s;
    animation-iteration-count: 3;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-delay: 0.7s;
}


/* 섹션 3*/
.section3 {}
.section3>img { 
    position: absolute;
    top:100px;
    left:115px;
    animation:work_an 0.5s 0.3s infinite alternate;
}
#graphic { 
    position: absolute;
    top:230px;
    left:445px;
    text-align: left;
    font:36px 'PlayfairDisplay-Bold';
    color : #f04a38;
}

.section3 .line { 
    /*outline: 1px dotted red;*/
    position: absolute;
    top:280px;
    right:115px;
    width: 1045px;
    height: 15px;
    border-bottom: 2px solid #f04a38; 
}

.section3 #graphic_img_box { 
    position: absolute;
    top:350px;
    right:115px;
    width: 1270px;
    height: 585px;
    /*outline: 1px dotted blue;*/
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

/*그리드*/
.bo1 { 
    grid-column: 1/2;
    grid-row: 1/3;
    position: relative;
    overflow: hidden; 
}

.bo2{
    grid-column: 2/3;
    grid-row: 1/2;
    position: relative;
    overflow: hidden; 
}

.bo3{
    grid-column: 3/4;
    grid-row: 1/2;
    position: relative;
    overflow: hidden; 
}

.bo4{
    grid-column: 4/5;
    grid-row: 1/2; 
    position: relative;
    overflow: hidden; 
}

.bo5{
    grid-column: 2/3;
    grid-row: 2/3;
    position: relative;
    overflow: hidden; 
}

.bo6 {
    grid-column: 3/5;
    grid-row: 2/3; 
    position: relative;
    overflow: hidden; 
}


#graphic_img_box>div { 
    /*outline: 1px dotted green;*/
    text-align: center;
    font:30px 'NotoSansCJKkr-Medium';
    font-weight: bold;
    color: #fff;
    line-height: 585px;
}

#graphic_img_box>div:not(:first-child){
    line-height:300px;
}

.co_bo1, .co_bo4, .co_bo5 { 
    width: 100%;
    height: 100%;
    background:rgba(223,73,56,1);
}

.co_bo2, .co_bo3, .co_bo6 { 
    width: 100%;
    height: 100%;
    background:rgba(37,37,97,1);
}

/* 호버시 오퍼시티 0.5 , 이미지보임*/

.gr_img { 
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 310px;
    z-index: 20;
}

#ex_gr_img { width: 640px;}

.co_bo { 
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    transition: 0.5s;
}


#graphic_img_box>div:hover .co_bo { 
    background:rgba(37,37,97,0);
}



/*section4*/

#Web, #Product { 
    position: absolute;
    top:80px;
    left:510px;
    text-align: left;
    font:36px 'PlayfairDisplay-Bold';
    color : #f04a38;

}

#Product { 
    left:320px;
}

.section4 .line, .section5 .line { 
    position: absolute;
    top:130px;
    right:115px;
    width: 1045px;
    height: 15px;
    border-bottom: 2px solid #f04a38; 
}

.w_box { 
    /*outline: 1px dotted red;*/
    position: absolute;
    top:300px;
    right:115px;
    width: 1680px;
    height: 600px;
    overflow: hidden;
}

.w_box > li { 
    width: 320px;
    height: 600px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
    position:relative;
    z-index: 5;
}

.w_box > li > a > div { 
    position: absolute;
    top:0;
    right:0;
    width: 320px;
    height: 600px;
    background: #f04a38;
    z-index: 10;
    opacity: 0;
    transition: 0.4s;
    text-align: center;
    color: #fff;
    padding: 160px 60px;
    
    box-sizing: border-box;
}

.w_box > li > a > div > p { 
    font:600 25px 'NotoSansCJKkr-Bold';
    letter-spacing: -0.05em;
}

.w_box > li > a > div > p:last-child { 
    margin-top: 100px;
    font:100 15px 'NotoSansCJKkr-Medium';
    border: 1px solid #fff;
    letter-spacing: -0.1em;
    padding: 10px 0;
}

.w_box > li > a { 
    display: block;
}

.w_box > li:last-child { margin: 0;}
.w_box > li > a > img { transition: 0.4s;}
.w_box > li:hover > a > img { transform: scale(1.02);}
.w_box > li:hover > a > div { 
    opacity: 0.9;
}
/*section5*/

.section5 ul {
    width: 100%;}
.section5 ul li { overflow: hidden;}
.section5 ul li:nth-child(1) {
    position: absolute;
    bottom: 50px;
    left: 70px;
    width: 840px;
}

.section5 ul li:nth-child(2) {
    position: absolute;
    top: 200px;
    right: 115px;
}

.section5 ul li:nth-child(3) {
    position: absolute;
    top: 500px;
    right: 500px;
}

.section5 ul li:nth-child(4) small {
    position: absolute;
    bottom: 50px;
    right: 115px;
    font:13px "돋움",dotum,sans-serif;
    color: #777;
    text-align: right;
}

.section5 ul > li > a > img {
    z-index: 10;
    transition: 0.4s;
}
.section5 ul > li:hover > a > img { 
    opacity: 0.5;
    transform: scale(1.02);
}

.section5 ul > li > a > div {
    text-align: center;
    opacity: 0;
    font:600 16px 'NotoSansCJKkr-Bold';
    z-index: 20;
    padding: 8px 25px;
    border: 1px solid #252561;
    color: #252561;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.6s;
}

.section5 ul > li:hover > a > div { opacity: 1;}








/* 애니메이션 */
@-webkit-keyframes logo_an {
    0% {
        top: 60px;
    }

    100% {
        top: 90px;
    }
}

@-webkit-keyframes ab_an {
    0% {
        top: 260px;
    }

    100% {
        top: 270px;
    }
}

/*@-webkit-keyframes flicker1 {
    0% {
        opacity: 1;
    }
    
    50%{
        
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flicker2 {
    0% {
        opacity: 1;
    }
    
    50%{
        
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flicker3 {
    0% {
        opacity: 1;
    }
    
    50%{
        
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}*/

@-webkit-keyframes ro_c {
    0% {
        transform:rotate(0);
        transform-origin: 50% 50%;
        transition: ease;
    }
    100% {
        transform:rotate(360deg);
        transform-origin: 50% 50%;
        transition: ease;
    }
}

@-webkit-keyframes work_an {
    0% {
        top: 60px;
    }

    100% {
        top: 90px;
    }
}
    




