
* { font-family: 'NanumSquare', sans-serif; -ms-overflow-style: none; overflow: -moz-scrollbars-none; }


#wrap { 
    position:relative; 
    width:100%; height:100%; 
}


/*긴급*/




/*탑*/
#wrap #top { 
    width:100%; 
/*    height:100%; */
/*    background:url(../img/back_co.jpg) center no-repeat;
    background-size:cover;*/
}
#wrap #top header { 
    position:fixed;
    z-index: 100; 
    width:100%; 
    height:auto;  
    padding-top:65px;
    transition: all 0.5s;
}
.header-fixed {
    background:#152054;
    margin-top:-25px;
    padding-bottom:25px;
    transition: all 0.5s;
}
#wrap #top header nav { 
    width:60%; 
}
#wrap #top header nav {  
    height:auto; 
    margin: 0 auto; 
}
#wrap #top header nav h1 { 
    width:185px; 
    float: left; 
    padding-top:3px;
}
#wrap #top header nav ul:nth-of-type(1) { 
    float: right; 
    font-size:23px; 
    font-weight:600;
}
#wrap #top header nav ul:nth-of-type(1) li {
    float: left;
    margin-right:35px; 
}
#wrap #top header nav ul:nth-of-type(1) li:last-child { 
    margin-right:0px; 
}
#wrap #top header nav ul:nth-of-type(1) li a { 
    color:white;
}
#wrap #top header nav button { 
    display: none;
    position:absolute; 
    width:21px; 
    height:16px; 
    z-index:100; 
    right:11%; 
    top:65px; 
    background:none; 
    border:none; 
    cursor:pointer; 
}
#wrap #top header nav button hr { 
    width:21px; 
    position:absolute; 
    border:none; 
    border-top:2px solid white;
    top:0; 
}
#wrap #top header nav button hr:nth-of-type(1) { top:0px; transition:all 0.5s; }
#wrap #top header nav button hr:nth-of-type(2) { top:6px; transition:all 0.5s; }
#wrap #top header nav button hr:nth-of-type(3) { top:12px; }
#wrap #top header nav button hr.view:nth-of-type(1) { top:6px; transform:rotate(45deg); transition:all 0.5s;}
#wrap #top header nav button hr.view:nth-of-type(2) { top:6px; transform:rotate(-45deg); transition:all 0.5s;}
#wrap #top header nav button hr.view:nth-of-type(3) { display:none; }	
#wrap #top #title { 
    width:100%;
    height:auto;
    float: left
}
#wrap #top #title img { 
    width:100%;

}
/*#wrap #top #title p { 
    font-size:29px; 
    color:#317fe4; 
    margin-bottom:5px;
}
#wrap #top #title hr { 
    border: 0; 
    height:2px; 
    background:#317fe4;
    width:97%; 
    margin: 0 auto;
}
#wrap #top #title #tri {
    width: 0px;
    height: 0px;
    border-top: 17px solid #317fe4;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid none;
    margin:0 auto 40px;
}
#wrap #top #title h2 { 
    font-size:120px; 
    font-weight:bold; 
    color:white; 
    margin-bottom:125px;
}
#wrap #top #title #con {
    position: relative;
    width:220px;
    height:60px;
    background: #002d7d;
    text-align: center;
    border-radius:60px;
    margin: 0 auto;
    color:#317fe4;
    font-size:27px;
    font-weight:900;
    line-height:60px;
    border:3px solid #317fe4;
    transition:0.5s all;       
}
#wrap #top #title #con a {
    color:#317fe4;     
}

#wrap #top #title #con:hover { background:white; color:#002d7d; border:3px solid white;}
#wrap #top #title #con:hover a {  color:#317fe4; }*/
/*탑끝*/




/*씬스*/
#wrap #since { 
    float: left;
    width:100%;
/*    height:auto; 
    padding-bottom:80px;*/
}
#wrap #since img { 
    width:100%;
/*    height:auto; 
    padding-bottom:80px;*/
}
/*#wrap #since #since_back { 
    width:100%;
    height:850px;
    background:url(../img/since_back.jpg) center fixed no-repeat;
}
#wrap #since #since_back #since_text { 
    width:570px;
    height:auto; 
    margin:0 auto;
    padding-top:170px;
    text-align:center;
}
#wrap #since #since_back #since_text p { 
    color:#002d7d;
    font-size:27px;
    font-weight:600;
}*/
/*#wrap #since #since_back #since_text hr { 
    border: 0; 
    height:2px; 
    background:#002d7d;
    width:97%; 
    margin: 0 auto;
}
#wrap #since #since_back #since_text #tri {
    width: 0px;
    height: 0px;
    border-top: 17px solid #002d7d;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid none;
    margin:0 auto 70px;
}
#wrap #since #since_back #since_text h2 { 
    color:#002d7d;
    font-size:110px;
    font-weight:800;
    letter-spacing :-5px;
}
#wrap #since #since_back #since_text #since_list { 
    color:#363636;
    font-size:20px;
    font-weight:800;
    line-height:60px;
    margin-bottom:80px;
}
#wrap #since #since_back #cards { 
    width:795px;
    height:380px;
    margin: 0 auto;
}
#wrap #since #since_back #cards div { 
    width:245px;
    height:100%;
    float: left;
    margin-right:30px;
    background:#002d7d;
    border-radius:20px;
    box-shadow: 5px 6px 5px 5px rgba(0, 0, 0, 0.15);
    text-align: center;
    color:white;
}
#wrap #since #since_back #cards div:last-child { 
    margin-right:0px;
}
#wrap #since #since_back #cards div p { 
    margin:50px 0 26px 0;
}
#wrap #since #since_back #cards div dl { 
    text-align: center;
}
#wrap #since #since_back #cards div dl dt { 
    font-size:26px;
    font-weight:800;
    margin-bottom:50px;
}
#wrap #since #since_back #cards div:last-child dl dt { 
    margin-bottom:25px;
}
#wrap #since #since_back #cards div dl dt span { 
    font-size:17px;
    font-weight:400;
}
#wrap #since #since_back #cards div dl dd { 
    font-size:19px;
    line-height:30px;
}
#wrap #since #since_back #cards div:last-child dl dd { 
    font-size:15px;
    line-height:20px;
}*/
/*씬스 끝*/



/*300*/

#wrap #plus { 
    float:left;
    width:100%;
/*    height:auto;
    background:url(../img/300.jpg)  ;
    text-align: center;
    padding:140px 0 140px 0 ;
    color:white;*/
}
#wrap #plus img { 
    width:100%;
}
/*#wrap #plus p.num { 
    font-size:160px;
    font-weight:800;
    letter-spacing:-5px;
    margin-bottom:60px;
}
#wrap #plus #numbox { 
    width:480px;
    margin:0 auto;
    height:auto;
}
#wrap #plus #numbox p.tx { 
    font-size:29.5px;
    margin-bottom:10px;
}
#wrap #plus #numbox hr { 
    border: 0; 
    height:2px; 
    background:white;
    width:97%; 
    margin: 0 auto;
}
#wrap #plus #numbox #tri {
    width: 0px;
    height: 0px;
    border-top: 17px solid white;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid none;
    margin:0 auto 40px;
}
#wrap #plus #numbox h3 {
    font-size:45px;
    font-weight:400;
    margin-bottom:10px;
}
#wrap #plus #numbox h2 {
    font-size:87px;
    font-weight:800;
}*/
/*300끝*/


/*포트시작*/

#wrap #port { 
    background:url(../img/port_short.png) right no-repeat;
    float: left;
    width:100%; 
    height:auto;
    padding:200px 0 220px 0;
    text-align: center;
}
#wrap #port img { 
    width:100%; 
}
/*#wrap #port #port_box { 
    width:640px;
    height:auto;
    margin:0 auto;
}
#wrap #port #port_box p { 
    width:100%;
    height:auto;
    font-size:74px;
    color:#5da4ff;
    margin-bottom:5px;
    font-weight:800;
}
#wrap #port #port_box hr { 
    border: 0; 
    height:2px; 
    background:#5da4ff;
    width:97%; 
    margin: 0 auto;
}
#wrap #port #port_box #tri {
    width: 0px;
    height: 0px;
    border-top: 17px solid #5da4ff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid none;
    margin:0 auto 80px;
}
#wrap #port #port_list {
    width:1000px;
    height:auto;
    margin:0 auto;
}
#wrap #port #port_list .wrap_list {
    width:100%;
    height:auto;
    background:#ebebeb;
    padding:50px 0 50px 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-bottom:40px;
}
#wrap #port #port_list .wrap_list #circle {
    display: flex;
    align-items: center;
    float:left;
    margin:0 125px 0 40px;
}
#wrap #port #port_list .wrap_list #circle div:nth-of-type(1) {
    float:left;
    width:190px;
    height:190px;
    border-radius:190px;
    background:#5da4ff;
    color:white;
    font-weight:800;
    font-size:30px;
    display: table;
}
#wrap #port #port_list .wrap_list #circle div:nth-of-type(1) p {
    display: table-cell;
    vertical-align: middle;
}
#wrap #port #port_list .wrap_list #circle div:nth-of-type(2) {
    float:left;
    width:45px;
    height:3px;
    background:#5da4ff;
    line-height: 190px;
}
#wrap #port #port_list .wrap_list #circle div:nth-of-type(3) {
    float:left;
    width:18px;
    height:18px;
    background:#5da4ff;
    border-radius:18px;
}
#wrap #port #port_list .wrap_list #list_up {
    font-size:23px;
    color:252525;
    text-align: left;
    line-height:45px;
}
#wrap #port #port_list .wrap_list:nth-of-type(2) #circle div:nth-of-type(1) {
    background:#5d83ff;
}
#wrap #port #port_list .wrap_list:nth-of-type(2) #circle div:nth-of-type(2) {
    background:#5d83ff;
}
#wrap #port #port_list .wrap_list:nth-of-type(2) #circle div:nth-of-type(3) {
    background:#5d83ff;
}
#wrap #port #port_list .wrap_list:nth-of-type(3) #circle div:nth-of-type(1) {
    background:#5d5dff;
}
#wrap #port #port_list .wrap_list:nth-of-type(3) #circle div:nth-of-type(2) {
    background:#5d5dff;
}
#wrap #port #port_list .wrap_list:nth-of-type(3) #circle div:nth-of-type(3) {
    background:#5d5dff;
}
#wrap #port #port_list .wrap_list:nth-of-type(4) #circle div:nth-of-type(1) {
    background:#7f5dff;
}
#wrap #port #port_list .wrap_list:nth-of-type(4) #circle div:nth-of-type(2) {
    background:#7f5dff;
}
#wrap #port #port_list .wrap_list:nth-of-type(4) #circle div:nth-of-type(3) {
    background:#7f5dff;
}*/
/*포트끝*/



/*씨이오*/
#wrap #ceo { 
    float:left;
    width:100%;
/*    background:url(../img/ceo_back.jpg) center fixed;
    padding:180px 0 150px 0;*/
}
#wrap #ceo img { 
    width:100%;
}
/*#wrap #ceo #ceo_title { 
    width:400px;
    height:auto;
    margin:0 auto;
    text-align: center;
    color:111111;
}
#wrap #ceo #ceo_title p {
    font-size:30px;
}
#wrap #ceo #ceo_title h2 {
    font-size:70px;
}
#wrap #ceo #ceo_title hr { 
    border: 0; 
    height:2px; 
    background: #111111;
    width:97%; 
    margin: 0 auto;
}
#wrap #ceo #ceo_title #tri {
    width: 0px;
    height: 0px;
    border-top: 17px solid #111111;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid none;
    margin:0 auto 70px;
}
#wrap #ceo #song_txt {
    width:1100px;
    height:auto;
    background:url(../img/song_back.jpg) right;
    margin:0 auto;
    padding:55px 0 50px 0;
}
#wrap #ceo #song_txt dl {
    margin-left: 40px;
    text-align: left;
}
#wrap #ceo #song_txt dl dt {

}
#wrap #ceo #song_txt dl dd {
    margin-top:25px;
    color:555555;
    font-size:21px;
    line-height:30px;
}
#wrap #ceo p.last_txt {
    font-size:30px;
    text-align: center;
    margin-top:100px;
    font-weight:600;
}*/

/*씨이오끝*/


/*파트너*/
#wrap #part {
    width:100%;
    float: left;
    background:white;
    padding:295px 0 120px 0 ;
}
#wrap #part img {
    width:100%;
}
/*#wrap #part #part_title {
    color:#002d7d;
    text-align: center;
    width:575px;
    margin: 0 auto;
}
#wrap #part #part_title h2 {
    font-size:75px;
    font-weight:800;
}
#wrap #part #part_title hr { 
    border: 0; 
    height:2px; 
    background: #002d7d;
    width:97%; 
    margin: 0 auto;
}
#wrap #part #part_title #tri {
    width: 0px;
    height: 0px;
    border-top: 17px solid #002d7d;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid none;
    margin:0 auto 170px;
}
#wrap #part .grey_tt {
    text-align: center;
    color:#636363;
}
#wrap #part .grey_tt:last-child {
    margin-top:120px;
}
#wrap #part .grey_tt h3.global {
    font-size:35px;
    margin-bottom:50px;
}
#wrap #part .gery_box {
    width:1090px;
    overflow: hidden;
    margin:0 auto;
}
#wrap #part .gery_box div {
    float:left;
    width:248px;
    height:107px;
    background:white;
    border:1px solid #d7d7d7;
    margin:0 30px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#wrap #part .gery_box div:nth-of-type(4) {
    margin-right:0;
}
#wrap #part .gery_box div:nth-of-type(8) {
    margin-right:0;
}
#wrap #part .gery_box div:nth-of-type(12) {
    margin-right:0;
}*/
/*파트너 끝*/


/*컨텍트*/
#wrap #contact {
    width:100%;
    float: left;
    height:auto;
    padding:70px 0 120px 0 ;
    background-color:#002d7d;
    background:url(../img/cont_deco.jpg) bottom no-repeat;
    background-size:100%;
}
#wrap #contact {
    width:100%;
    float: left;
    height:auto;
    padding:70px 0 120px 0 ;
    background-color:#002d7d;
}
#wrap #contact #con_title {
    width:335px;
    color:white;
    text-align: center;
    margin:0 auto;
}
#wrap #contact #con_title h2 {
    font-size:70px;
    font-weight:800;
}
#wrap #contact #con_title hr { 
    border: 0; 
    height:2px; 
    background: white;
    width:97%; 
    margin: 0 auto;
}
#wrap #contact #con_title #tri {
    width: 0px;
    height: 0px;
    border-top: 17px solid white;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid none;
    margin:0 auto 50px;
}
#wrap #contact #form_box { 
    width:1000px;
    overflow: hidden;
    padding:50px 0 70px;
    background:white;
    margin:0 auto;
    border-radius: 20px;
    box-shadow: 5px 6px 5px 5px rgba(0, 0, 0, 0.15);
}
#wrap #contact #form_box #center_box { 
    width:850px;
    margin:0 auto;
}
#wrap #contact #form_box form ul { 
    float: left;
    width:430px;
    height:auto; 
}
#wrap #contact #form_box form ul li { 
    position: relative;
    width:100%;
    height:85px;
}
#wrap #contact #form_box form ul li:last-child { 
    margin-top:40px;
}
#wrap #contact #form_box form ul li span { 
    position: absolute;
    color: #898989;
    font-size:26px;
    line-height:-50px;
}
#wrap #contact #form_box form ul li input { 
    width:100%;
    height:50px;
    border: none;
    border-bottom:1px solid #898989;
    font-size:26px;

}
#wrap #contact #form_box form ul li input:focus { 
    outline: none;
}
#wrap #contact #form_box form ul li textarea { 
    width:100%;
    border:1px solid #898989;
    resize: none;
}
#wrap #contact #form_box form ul li textarea:focus { 
    outline: none;
}
#wrap #contact #form_box #con_line { 
    width:2px;
    height:250px;
    background:#898989;
    float: left;
    margin:0 13px 0 43px;
}
#wrap #contact #form_box .info { 
    color:#898989;
    font-size:26px;
    font-weight:200;
    margin-bottom:24px;
}
#wrap #contact #form_box .info span { 
    font-size:23px;
    margin-left:8px;
}
#wrap #contact #form_box #button { 
    float:right;
    margin:100px 50px 0 0;
}
#wrap #contact #form_box #button input { 
    width:230px;
    height:65px;
    background:#898989;
    border:none;
    color:white;
    font-size:30px;
    border-radius:50px;
    transition: 0.5s all;
    cursor: pointer;
}

#wrap #contact #form_box #button input:hover { 
    background:#002d7d;
    transition: 0.5s all;
}
/*컨텍트끝*/

/*푸터*/
#wrap footer {
    float: left;
    width:100%;
    height:auto;
    background:#252525;
    padding:125px 0 125px 0;
}
#wrap footer #foot_box {
    width:1000px;
    overflow: hidden;
    margin:0 auto;
}
#wrap footer #foot_box dl {
    float: left;
    color:#636363;
}
#wrap footer #foot_box dl:nth-of-type(1) dt {
    float:left;
    font-size:44px;
    font-weight:800;
    line-height:70px;
}
#wrap footer #foot_box dl:nth-of-type(1) dd:nth-of-type(1) {
    float:left;
    width:1px; 
    height:70px;
    background:#636363;
    margin:0 20px 0 20px;
}
#wrap footer #foot_box dl:nth-of-type(2) dt {
    font-size:24px;
    margin-bottom:20px;
}
#wrap footer #foot_box dl:nth-of-type(2) dd {
    float:left;
    font-size:18px;
    margin-right:20px;
}
#wrap footer #foot_box dl:nth-of-type(2) a {
    color:#636363;
}
#wrap footer #foot_box #line {
    float: left;
    width:100%;
    height:1px;
    background:#636363;
    margin: 35px 0;
}
#wrap footer #foot_box ul {
    float: right;
    color:#555555;
    margin-bottom:8px;
}
#wrap footer #foot_box ul li {
    float: left;
}
#wrap footer #foot_box ul li::before {
    content:"|";
    margin: 0 10px;
}
#wrap footer #foot_box ul li:nth-of-type(1)::before {
    content:none;
}
#wrap footer #foot_box address {
    clear: both;
    color:#555555;    
    text-align: right;
    margin-bottom:8px;
}
#wrap footer #foot_box p {
    clear: both;
    color:#555555;    
    text-align: right;
    margin-bottom:8px;
}
#wrap footer #foot_box p#copy {
    font-size:14px;
}

/*푸터끝*/
/*	#box { width:100px; height:100px; background:blue; }*/





/*모바일구간*/
#mobileUx { 
    position:fixed; 
    width:100%; 
    height:100%; 
    background:rgba(0,0,0,0.8); 
    z-index:90; 
    top:0; 
    left:0; 
    font-size:22px; 
    display:none; 
}
#mobileUx ul { 
    margin-top:40%; 
    text-align:center; 
}
#mobileUx ul li { 
    margin-top:10%; 
}
#mobileUx ul li a { 
    color:white; 
}



/*
@media all and ( max-width:1600px ) {
    
    #wrap #top header nav { width:70%;  }
    #wrap #top #title { padding-top:25%;}
    
}
@media all and ( max-width:1140px ) {
    
    
    #wrap #top #title { padding-top:30%;}
    #wrap #ceo #song_txt {
        width:900px;
    }
    #wrap #ceo #song_txt dl dt img { 
        width:50%;

    }
    #wrap #ceo #song_txt dl dd {
        font-size:17px;
    }
    #wrap #part .gery_box {
        width:810px;
    }
    #wrap #part .gery_box div:nth-of-type(4) {
        margin-right:30px;
    }
    #wrap #part .gery_box div:nth-of-type(8) {
        margin-right:30px;
    }
    #wrap #part .gery_box div:nth-of-type(12) {
        margin-right:30px;
    }
    #wrap #part .gery_box div:nth-of-type(3) {
        margin-right:0;
    }
    #wrap #part .gery_box div:nth-of-type(6) {
        margin-right:0;
    }
    #wrap #part .gery_box div:nth-of-type(9) {
        margin-right:0;
    }
        #wrap #part .gery_box div:nth-of-type(12) {
        margin-right:0;
    }
    #wrap #top { 
        background-size:cover;
    }
    #wrap #port #port_list .wrap_list #circle {
        margin:0 80px 0 40px;
}
    
    
}
*/

/*@media all and ( max-width:1040px ) {

    #wrap #top header nav ul:nth-of-type(1) {  
        display: none;
    }
    #wrap #top header nav button { 
        display: block;
    }

    #wrap #port #port_list {
        width:95%;
    }
    #wrap #ceo #song_txt {
        width:95%;
    }
    #wrap #contact #form_box { 
        width:90%;
    }
    #wrap footer #foot_box {
        width:90%;
    }

}

@media all and ( max-width:599px ) {
    
    #wrap #top #title { padding-top:55%;}

    #wrap #top #title { 
        width:80%;
    }
    #wrap #top #title p { 
        font-size:1.3em; 
    }
    #wrap #top #title h2 { 
        font-size:5.1em; 
    }
    #wrap #since #since_back #cards { 
        width:60%;
        height:380px;
        margin: 0 auto;
    }
    #wrap #port #port_box { 
        width:95%;
    }
    #wrap #port #port_list {
        width:100%;
    }
    #wrap #ceo #song_txt {
        width:100%;
    }
    #wrap #part .gery_box {
        width:100%;
    }
    #wrap #contact #form_box { 
        width:100%;
    }
    #wrap footer #foot_box {
        width:100%;
    }
    #wrap #part #part_title {
        width:100%;
    }
    #wrap #since #since_back #since_text { 
        width:90%;
    }
    #wrap #port #port_list .wrap_list #circle {
    }
    #wrap #plus #numbox { 
        width:86%;
    }
#wrap #since #since_back #cards div dl dd { 
    clear: both;
}
    #wrap #since #since_back #since_text h2 { 
    font-size:100px;
}
    #wrap #since #since_back #cards div { 
    width:100%;
    margin-top:5px;
}
    #wrap #port #port_box p { 
    font-size:64px;
}
#wrap #port #port_list .wrap_list #circle div:nth-of-type(2) {
    display: none;
}
#wrap #port #port_list .wrap_list #circle div:nth-of-type(3) {
    display: none;
}
    #wrap #port #port_list .wrap_list #circle div:nth-of-type(1) {
    width:120px;
    height:120px;
        font-size:20px;

}
    #wrap #port #port_list .wrap_list #list_up {
    font-size:19px;
    color:252525;
    text-align: left;
    line-height:45px;
}
    #wrap #port #port_list .wrap_list {
    padding:20px 0 20px 0;
}
        #wrap #port #port_list .wrap_list #circle {
        margin:0 30px 0 40px;
}
    #wrap #ceo p.last_txt {
    font-size:22px;
}
    #wrap #contact #form_box #con_line { 
    display: none;
}
#wrap #contact #form_box .info { 
        display: none;
}
    #wrap #contact #form_box form ul { 
            float:left;
    width:100%;
    overflow: hidden;
        margin:0l
}
    
    #wrap #contact #form_box #button { 
    float:left;
        margin-left:50px;
}*/


/* 파트너추가 */
#wrap #part  {
    width: 100%;
    float: left;
    background: white;
    padding: 150px 0 120px 0;
    
}
#wrap #part .part_img_box  {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top:50px;
}
#wrap #part .part_img_box h4 {
    font-size: 28px;
    color:#636363;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    
}
#wrap #part .part_img_box #ex_wrap  {
    width:800px;
    margin-bottom:50px;
}
#wrap #part .part_img_box #ex_wrap ul  {
    width:100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#wrap #part .part_img_box #ex_wrap ul li {
    width:22%;
    height:70px;
    border: 1px solid silver;
}
#wrap #part .part_img_box #ex_wrap ul li.last {
    border: 1px solid white;
}
#wrap #part .part_img_box #ex_wrap ul li img {
    height:100%;
}
#wrap #part .part_img_box #ex_wrap p {
    line-height:70px;
    color:#959595;
    font-size:20px;
    text-align: right;
}

#wrap #part .part_img_box #ko_wrap  {
    width:800px;
    margin-bottom:50px;
}
#wrap #part .part_img_box #ko_wrap ul  {
    width:100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#wrap #part .part_img_box #ko_wrap ul li {
    width:22%;
    height:70px;
    border: 1px solid silver;
}
#wrap #part .part_img_box #ko_wrap ul li a {
    width:100%;
    height:100%;
    
}
#wrap #part .part_img_box #ko_wrap ul li.last {
    border: 1px solid white;
}
#wrap #part .part_img_box #ko_wrap ul li img {
    height:100%;
    height: 100%;
}
#wrap #part .part_img_box #ko_wrap p {
    line-height:70px;
    color:#959595;
    font-size:20px;
    text-align: right;
}


@media all and ( max-width:1000px ) {

    
}

@media all and ( max-width:560px ) {

    #wrap footer #foot_box {
        width:90%;  
    }
    #wrap #contact #form_box {
        width:90%;
        padding: 50px 10px 70px;
    }
    #wrap #port {
        padding: 80px 0 80px 0;
    }
    #wrap #part {
        padding:80px 0;
        width:100%;
    }
    #wrap #contact #con_title h2 {
        font-size: 50px;
    }
    #wrap #contact #con_title hr {
        width:66%;
    }
    #wrap footer #foot_box dl:nth-of-type(1) dt {
        font-size:30px;
    }
    #wrap footer #foot_box dl:nth-of-type(1) dd:nth-of-type(1) {
        display: none;
    }
    #wrap footer #foot_box dl:nth-of-type(2) dt {
        font-size: 14px;
    }
    #wrap footer #foot_box dl:nth-of-type(2) dd {
        font-size: 12px;
    }
    #wrap footer #foot_box ul {
        font-size:12px;
    }

    #wrap footer #foot_box address {
        font-size:12px;
    }
    #wrap footer #foot_box p {
        font-size:12px;
    }
    #wrap footer #foot_box p#copy {
        font-size: 12px;
    }
    #wrap #contact #form_box form ul li span {
        font-size:20px;
    }
    #wrap #contact #form_box #center_box {
        width:100%;
    }
    #wrap #contact #form_box form ul {
        width:100%;
    }
    #wrap #contact #form_box #con_line {
        display: none;
    }
    #wrap #contact #form_box .info {
        font-size:18px;
    }
    #wrap #contact #form_box .info span {
        font-size: 18px;
    }
    #wrap #contact #form_box #button {
        margin:10px 100px 0 0;
    }
    #wrap #contact #form_box #button input {
        width:180px;
        height:50px;
        font-size: 25px;
    }
    #wrap #top header nav ul:nth-of-type(1) li {
        float: left;
        margin-right: 10px;
    }
    #wrap #top header {
        padding-top:55px;
    }
    #wrap #top header nav ul:nth-of-type(1) {
        font-size:12px;
    }
    #wrap #top header nav {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #wrap #top #title {
        width: 100%;
        height: auto;
        float: left;
        padding-top:80px;
        background:#152054;
    }
    #wrap #part .part_img_box #ex_wrap {
        width: 100%;
    }
    #wrap #part .part_img_box #ex_wrap ul li {
        width: 22%;
        height: 40px;
        border: 1px solid silver;
    }
    #wrap #part .part_img_box #ex_wrap ul {
        width: 97%;
        display: flex;
        justify-content: space-between;
        margin:0 auto 20px;
    }
    #wrap #part .part_img_box #ex_wrap p {
        text-align:center;
    }
    #wrap #part .part_img_box #ko_wrap {
        width: 100%;
    }
    #wrap #part .part_img_box #ko_wrap ul li {
        width: 22%;
        height: 40px;
        border: 1px solid silver;
    }
    #wrap #part .part_img_box #ko_wrap ul {
        width: 97%;
        display: flex;
        justify-content: space-between;
        margin:0 auto 20px;
    }
    #wrap #part .part_img_box #ko_wrap p {
        text-align:center;
    }
}