@charset "utf-8";

/* 
SUMMARY :

01 
*/

/* 소개 */

.intro {
    background: #f6f6f6 url(../img/magician.png) no-repeat 96% 100%
}

.intro dl dt+dd {
    padding: 0 0 40px
}

.intro dl dd {
    margin: 20px 0 0;
    font-size: 14px;
    color: #4d4d4d;
    line-height: 24px
}

/* 포트폴리오 */

.year_box_wrap {
    margin: 30px auto;
}

.year_box.on {
    background: url(../img/box_01.png);
}

.year_box {
    background: url(../img/box_02.png);
}

.year_box {
    position: relative;
    width: 91px;
    height: 91px;
}

.year_box .lt {
    position: absolute;
    left: 16px;
    top: 20px;
}

.year_box .rt {
    position: absolute;
    right: 14px;
    bottom: 17px;
}

.page .year_link {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff
}

.page .year_link:hover {
    background: url(../img/box_01.png);
    color: #fff
}

.awards_wrap {
    position: relative;
    margin: 0 0 50px;
    border-top: 3px solid #000;
    border-bottom: 1px solid #d1d1d1
}

.awards {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transform: translateX(300px);
}

/* .awards.year_1 {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
} */

.awards .year {
    border-top: 1px solid #d1d1d1
}

.awards .year th {
    width: 90px;
    padding: 34px 0;
    font-size: 27px;
    vertical-align: top
}

/* E + F - E 요소를 뒤의 F 요소 선택 */

.awards .year th+td {
    background: url(../img/line_bar.gif) no-repeat 0 45px
}

.awards .year th+td,
.awards tr>td:first-child {
    width: 80px;
    font-size: 15px;
    text-align: center;
}

.awards .year td {
    padding-top: 35px
}

.awards td {
    padding-bottom: 10px
}

.awards tr.last_row td {
    padding-bottom: 35px
}

/* 비전 */

.page-id-1138 .vision h3 {
    background-color: #ff5546;
    font-size: 18px;
    letter-spacing: -0.4px;
}

.vision_arrow {
    display: block;
    width: 21px;
    height: 28px;
    margin: 37px auto 20px;
    background: url(../img/vision_arrow.gif) no-repeat
}

.lst_vision {
    margin: 40px 0
}

.lst_vision li:first-child {
    border-left: 1px solid #ddd
}

.lst_vision li {
    width: 33.1%;
    height: 114px;
    border: 1px solid #ddd;
    border-left: 0;
    color: #555;
    text-align: center
}

.lst_vision li>span {
    font-size: 17px;
    color: #ff3d33
}

/* 사회공헌 */

.social .main_txt {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 24px
}

.social .social_image {
    overflow: hidden;
    margin: 0 0 50px;
}

.social .box_type {
    height: 140px;
    padding-right: 2%;
    font-size: 15px;
    line-height: 24px;
}

.social em.col_num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #4c4c4c;
    color: #fff;
}

.social .box_type span {
    color: #ff3d33
}

/* 조직도 */

.orga_wrap {
    position: relative;
    height: 612px;
    margin: 60px 0;
    background: url(../img/line_orga.gif) 100px center no-repeat
}

.orga_depth1 li {
    overflow: hidden;
}

#orga p {
    margin: 0 auto;
    font-size: 14px;
}

/* 위치 - 고정 */

.orga_depth1 li p,
.orga_depth2,
.orga_depth3 li {
    position: absolute;
    line-height: 47px;
    text-align: center;
}

.orga_depth1 li p {
    display: block;
    width: 100px;
    height: 47px;
}

.orga_depth1>li>p {
    top: 282px;
    background-color: #ff5546;
    color: #fff;        
}

.orga_depth2>li>p {
    left: 260px;
    background-color: #4c4c4c;
    color: #fff;
}

.orga_depth3 {
    overflow: hidden;
}

.orga_depth3>li:first-child {
    left: 484px;
}

.orga_depth3>li {
    background-color: #e2e0e0;
    color: #555454
}

.orga_depth3 li {
    width: 95px;
    height: 47px;
    font-size: 14px
}

.orga_depth3>li:first-child+li {
    left: 587px
}

.orga_depth3>li:first-child+li+li {
    left: 690px
}

.orga-depth2_2>li>p,
.orga-depth3_2>li {
    top: 141px
}

.orga-depth2_3>li>p,
.orga-depth3_3>li {
    top: 282px
}

.orga-depth2_4>li>p,
.orga-depth3_4>li {
    top: 423px
}

.orga-depth2_5>li>p,
.orga-depth3_5>li {
    top: 564px
}

.orga_depth3>.acc {
    left: 484px;
    top: 195px
}

/* 약도 */

.map_page .map_title {
    margin: 40px 0;
    font-size: 16px;
    text-align: center
}

.map_page .map_title:after {
    display: block;
    clear: both;
    content: ''
}

.map_page .map_title .select_map {
    border: 1px solid #ff5546;
    background-color: #ff5546
}

.map_page .map_col {
    float: left;
    width: 50%;
    height: 52px;
    border: 1px solid #d2d2d2
}

.select_map>a {
    color: #fff
}

.select_map>a:hover {
    color: #fff
}

.map_page .map_col>a {
    display: block;
    height: 52px;
    line-height: 52px
}

.map_area {
    margin: 0 0.4% 35px;
    padding-bottom: 35px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6
}

.map_area:after {
    display: block;
    clear: both;
    content: ''
}

.map_area a:first-child {
    position: relative;
    top: -52px
}

.map_area .area_section {
    float: left;
    width: 48%;
    border-top: 2px solid #000
}

.map_area .area_section h3 {
    margin: 33px 0;
    padding-left: 25px;
    background: url(../img/ico_map.png) no-repeat center left;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -0.7px
}

.map_info {
    position: relative;
    min-height: 225px;
    font-size: 14px
}

.map_info:after {
    display: block;
    clear: both;
    content: ''
}

/* clear: left; float 속성으로 인해 변화된 흐름을 원상태로 되돌린다. // left : 좌측면의 흐름을 제거한다. */

.page .map_info dt {
    clear: left;
    min-width: 47px;
    margin-bottom: 8px
}

.map_info dt,
.map_info dd {
    float: left
}

.map_address {
    color: #ff3d33
}

.traffic {
    margin: 40px 0 10px;
    padding: 15px 0 0;
    background: url(../img/red_bar.gif) no-repeat top left;
    font-size: 15px
}

.traffic+dd {
    float: none;
    clear: both;
    color: #888;
    line-height: 24px
}

.map_area .google_map {
    float: right;
    width: 48%
}

/* selectric */

.selectric {
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    -webkit-transition: border 300ms, background 300ms;
    transition: border 300ms, background 300ms
}

.selectric-hover .selectric,
.selectric-focus .selectric {
    border-color: #f5f5f5
}

.selectric .label {
    height: 52px;
    margin: 0 36px 0 18px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 52px
}

.selectric .button {
    width: 44px;
    height: 54px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s
}

.selectric-items ul,
.selectric-items li {
    width: 100%;
    font-size: 15px
}

.selectric-items {
    background: #fff;
    border: none;
    box-shadow: none;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.selectric-items li {
    padding: 13px 18px;
    border: solid #e6e6e6;
    border-width: 0 1px 1px 1px;
    color: #666;
    -webkit-transition: background 300ms;
    transition: background 300ms
}

.selectric-items li:hover {
    background: #eef9ff;
}

.selectric-items li.selected {
    border-color: #1c9ad6;
    background: #1c9ad6;
    color: #fff
}

.selectric-open .selectric {
    border-color: #1c9ad6;
    background: #fff
}

.selectric-open .selectric .button {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.selectric-open .selectric-items {
    opacity: 1
}

/* 하드디스크 */

.hdd {
    overflow: hidden;
    width: 100%;
    min-height: 450px;
    margin: 10px 0 30px;
}

.hdd>div {
    width: 143px;
    height: 143px;
    background-color: #ff5546;
}

.hdd>div p {
    font-size: 18px;
}

.hdd>ul>li {
    overflow: hidden;
    margin-bottom: 20px
}

.hdd>ul>li>div {
    overflow: hidden;
    background-color: #fff
}

.hdd>ul>li p {
    min-height: 20px;
    margin: 0;
    padding: 11px 0 9px;
    background-color: #4c4c4c;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.hdd>ul>li:first-child ul,
.hdd>ul>li.h05 ul {
    border-left: 1px solid #dedede
}

.hdd>ul>li ul {
    min-height: 65px;
    padding: 13px 20px 0;
    border: 1px solid #dedede;
    border-width: 0 1px 1px 0
}

.hdd>ul>li li {
    padding-left: 8px;
    background: url(../img/bu_bar.gif) 0 12px no-repeat;
    line-height: 24px
}

.hdd>ul>li.h02 p {
    background-color: #656565
}

.hdd>ul>li.h03 p {
    background-color: #4c4c4c
}

.hdd>ul>li.h04 p {
    background-color: #656565
}

.hdd>ul>li.h05 p {
    background-color: #e5e6e8;
    color: #493431
}

/* 그래픽카드 */

.page .graphic {
    overflow: hidden;
    position: relative;
    margin: 30px 0
}

.graphic .fl {
    position: absolute;
    width: 125px;
    height: 125px;
    background-color: #ff5546;
}

.graphic .fl .tit {
    font-size: 18px;
    color: #fff;
}

.graphic .fl .tit span {
    position: absolute;
    top: 1.5px;
    left: 148px;
    width: 68px;
    height: 125px;
    background: url(../img/line_arrow.png) no-repeat 0 0
}

.graphic .fr {
    overflow: hidden;
    margin-left: 242px
}

.graphic .fr>div {
    padding: 19px 29px 14px;
    border: 1px solid #e2e2e2;
    background: #fcfcfc
}

.graphic .fr>div>p {
    margin-bottom: 12px;
    font-size: 14px
}

.graphic .fr>div .bul_dot {
    margin-bottom: 0 !important
}

.bul_dot>li {
    padding-left: 12px;
    background: url(../img/bul_dot.gif) 0 11px no-repeat;
    line-height: 24px
}

.bul_bar {
    margin: 6px 0 8px
}

.bul_bar>li {
    padding-left: 10px;
    background: url(../img/bul_bar.gif) 2px 12px no-repeat;
    color: #4d4d4d;
    line-height: 24px
}

.graphic.g02 .fl {
    background-color: #4c4c4c
}

/* 램 */

.page .ram {
    margin-bottom: 70px;
    padding-left: 1px
}

.ram>li div {
    margin-left: -1px;
    padding: 15px 15px 35px;
    border: 1px solid #e2e2e2
}

.ram>li div p {
    overflow: hidden
}

.ram>li div p span.per {
    background-color: #ff5546
}

.ram>li div p span {
    display: block;
    width: 74px;
    height: 20px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}

.ram>li div p+p {
    margin-top: 15px;
    font-size: 14px
}

.ram>li div+div {
    border-top: none;
    border-bottom: 1px solid #e2e2e2;
    background: #f2f2f2
}

.ram>li div+div li {
    padding-left: 8px
}

.ram>li.r04,
.ram>li.r05,
.ram>li.r06 {
    margin-top: 30px
}

/* 경영이념 */

.philosophy {
    overflow: hidden;
    position: relative;
    width: 87%;
    margin: 50px auto;
}

.philosophy .fl,
.philosophy .fr {
    width: 230px;
    height: 230px;
}

.philosophy .fl {
    background-color: #4c4c4c
}

.philosophy p {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
}

.philosophy span {
    display: block;
    font-size: 14px;
    color: #909498
}

.philosophy .fc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 258px;
    height: 150px;
    margin: auto;
    background: url(../img/ico_circle.jpg)
}

.philosophy .fc span {
    color: #000;
}

.philosophy .fr {
    background-color: #ff5546
}

.philosophy .fr span {
    color: #f3a7a8;
}

/* 경영원칙 */

.management {
    margin: 0 0 30px;
}

.quality_depth1_1 .quality_heading {
    border: 1px solid #e5e5e5;
    border-width: 1px 0 1px 1px;
    background-color: #f6f6f6
}

.quality_depth1_2 .quality_heading {
    border: 1px solid #e5e5e5;
    border-width: 1px 0 1px 1px;
    background-color: #f6f6f6
}

.quality_depth1_3 .quality_heading {
    border: 1px solid #e5e5e5;
    background-color: #f6f6f6
}

.quality_heading .centered {
    height: 122px;
    font-size: 24px;
    color: #555;
    text-align: center;
    line-height: 122px
}

.management ol {
    list-style: none
}

.management .quality_depth2_1 {
    min-height: 350px;
    padding: 42px 0 6px 55px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: url(../img/bg_dot.gif) repeat-y 35px
}

.quality_depth1_3 .quality_depth2_1 {
    border-right: 1px solid #e5e5e5
}

.quality_depth2_1>li {
    min-height: 58px
}

.management .quality_depth2_1 h4 {
    position: relative;
    font-size: 15px;
    color: #555
}

.management .quality_depth2_1 i {
    position: absolute;
    left: -41px;
    font-style: normal
}

.management .quality_depth2_1 ul {
    margin: 0 0 38px
}

.management .quality_depth2_1 ul li {
    margin-top: 4px;
    font-size: 14px;
    color: #888
}

/* 핵심가치 */

.corevalue {
    max-width: 940px;
    margin: 0 auto 30px;
    text-align: center
}

.corevalue,
.box_content.n02 {
    overflow: hidden
}

.box_content.n01 {
    width: 100%;
    height: 195px;
    background-color: #f6f6f6
}

.corevalue .box_content.n01 .box_content_title {
    padding: 20px 0;
    font-size: 24px;
    letter-spacing: -0.5px;
}

.box_content.n01 .box_paragraph {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.5px;
}

.box_content.n02,
.box_content.n02 figure {
    height: 195px;
}

.box_content.n02 .box_content_title {
    height: -webkit-fill-available;
    background-color: #ff5546;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.break_line {
    display: none
}

/* 인사제도 */

.person {
    position: relative
}

.person h2.heading {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 220px;
    margin: -110px 0 0 -110px;
    background: url(../img/person_circle.png);
}

.person h2.heading span {
    display: table-cell;
    font-size: 22px;
    color: #222;
    line-height: 28px;
    vertical-align: middle
}

.person .personbox {
    height: 197px;
    padding-top: 52px
}

.person .person_box1,
.person .person_box4 {
    background-color: #4c4c4c
}

.person .person_box2,
.person .person_box3 {
    background-color: #e5e5e5
}

.person .personbox h3 {
    margin-bottom: 15px;
    padding-left: 40px;
    font-size: 18px;
    font-weight: normal
}

.person .person_box1 h3,
.person .person_box4 h3 {
    color: #fff
}

.person .person_box2 h3,
.person .person_box3 h3 {
    color: #333
}

.person .personbox p {
    padding-left: 40px
}

.person .person_box1 p,
.person .person_box4 p {
    color: #a1a2a7
}

.person .person_box2 p,
.person .person_box3 p {
    color: #777
}

.person .person_box1 p:before,
.person .person_box4 p:before {
    display: inline-block;
    position: relative;
    top: -4px;
    width: 6px;
    height: 1px;
    margin-right: 7px;
    background-color: #a1a2a7;
    content: ''
}

.person .person_box2 p:before,
.person .person_box3 p:before {
    display: inline-block;
    position: relative;
    top: -4px;
    width: 6px;
    height: 1px;
    margin-right: 7px;
    background-color: #777;
    content: ''
}

.person .person_box2 h3,
.person .person_box4 h3 {
    padding-left: 100px
}

.person .person_box2 p,
.person .person_box4 p {
    padding-left: 100px
}

.promotion {
    margin: 50px 0
}

.promotion>div:first-child+div {
    margin-left: -1px;
    border-left: 1px solid #dddedf
}

.promotion h3 {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: normal
}

.promotion>div:first-child+div h3 {
    padding: 0 25px
}

.promotion ul {
    padding: 0 25px
}

.promotion p,
.promotion li {
    padding: 0 25px 0 0;
    color: #777;
    line-height: 25px;
    letter-spacing: 0.6px
}

.promotion li {
    position: relative;
    padding: 0 0 0 13px
}

.promotion li:before {
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 6px;
    height: 1px;
    content: '';
    background-color: #777
}

/* 복리후생 */

.lst_benefit {
    overflow: hidden;
    margin: 0 0 30px;
    text-align: center
}

.lst_benefit li {
    height: 260px;
    padding: 40px 0 45px;
    background-color: #fafafa
}

.lst_benefit .box1,
.lst_benefit .box3,
.lst_benefit .box6,
.lst_benefit .box8 {
    background-color: #f0f0f0
}

.lst_benefit li span {
    display: inline-block;
    width: 90px;
    height: 90px;
    background-image: url(../img/sp_nyj.png)
}

.lst_benefit li strong {
    display: block;
    margin: 24px 0 17px;
    font-size: 16px;
    font-weight: normal
}

.symbol2 {
    background-position: -90px 0
}

.symbol3 {
    background-position: -180px 0
}

.symbol4 {
    background-position: -270px 0
}

.symbol5 {
    background-position: -360px 0
}

.symbol6 {
    background-position: -450px 0
}

.symbol7 {
    background-position: -540px 0
}

.symbol8 {
    background-position: -630px 0
}

/* 채용공고 */

.lst_recruit {
    margin: 0 0 30px
}

.lst_recruit li {
    position: relative;
    width: 17.448%;
    height: 134px;
    color: #fff
}

.recuit_list1,
.recuit_list2,
.recuit_list3,
.recuit_list4,
.recuit_list5 {
    background-color: #4c4c4c
}

.lst_recruit li>span {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 22px
}

.recuit_list img {
    display: block;
    margin: 12px auto 14px
}

.lst_recruit .gray_arrow {
    display: inline-block;
    width: 3.19%;
    background: url(../img/recuit_arrow.gif) no-repeat center center
}

/* 고객센터 */

.help_page .help_txt {
    width: 100%;
    font-size: 15px;
    line-height: 24px
}

.help_page .lst_service {
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0
}

.help_page .lst_service li {
    width: 18%;
    margin: 0 1% 25px
}

.help_page .lst_service .bg_main {
    display: inline-block;
    width: 100%;
    padding: 95px 0 15px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    font-size: 14px;
    color: #fff;
    text-align: center
}

.help_page .lst_service .link_item {
    color: #000
}

/* 연혁 - 비공개 */

.organize {
    width: 708px;
    margin: 0 auto
}

.module {
    overflow: hidden;
    margin-bottom: 60px
}

.module li {
    font-size: 16px;
    text-align: center
}

.module li .note {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #757271
}

.module li div {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    vertical-align: middle
}

/* 1번 */

.module>ul>li:first-child {
    position: relative;
    width: 124px;
    height: 124px;
    margin: 0 auto 29px;
    border-radius: 50%;
    background-color: #ff5546;
    color: #fff;
    line-height: 124px;
    -ms-border-radius: 50%-webkit-border-radius:50%;
    -moz-border-radius: 50%;
}

.module>ul>li:first-child:after {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 29px;
    background-color: #d4d4d4;
    content: ""
}

.module>ul>li:first-child .note {
    color: #f3a7a8
}

/* 2번 */

.module>ul>li:first-child+li div {
    position: relative;
    width: 150px;
    height: 59px;
    margin: 0 auto 68px;
    padding-top: 15px;
    border: 1px solid #d4d4d4;
    border-top: 2px solid #ff5546;
    color: #3a3635
}

.module>ul>li:first-child+li div:after {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 70px;
    background-color: #d4d4d4;
    content: ""
}

/* 3번 */

.module>ul>li:first-child+li ul li {
    float: left;
    width: 128px;
    height: 100px;
    margin-left: 14px;
    padding-top: 32px;
    border: 1px solid #d4d4d4;
    color: #3a3635
}

.module>ul>li:first-child+li ul:before {
    display: block;
    position: absolute;
    top: -28px;
    left: 50%;
    width: 576px;
    height: 1px;
    margin-left: -288px;
    background-color: #d4d4d4;
    content: ""
}

.module>ul>li:first-child+li ul li,
.module>ul>li:first-child+li ul {
    position: relative
}

.module>ul>li:first-child+li ul li .note {
    margin-top: 8px
}

.module>ul>li:first-child+li ul li:first-child {
    margin-left: 0
}

.module>ul>li:first-child+li ul li:nth-child(even) {
    background-color: #f3f3f3
}

.module>ul>li:first-child+li ul li:before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 1px;
    height: 29px;
    background-color: #d4d4d4;
    content: ""
}

.module>ul>li:first-child+li ul li:first-child+li+li:before {
    display: none
}