@charset "utf-8";

/* common */
main, .wrap {
    position: relative;
}

main .inner, .wrap .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    height: 100%
}

#container, .breadcrumb, .wrap > figure {
    min-width: 1200px;
}

dl, ul, ol, menu, li {
    list-style: none;
}

a {
    color: #222;
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: none;
}

/* header */
header {
    height: 111px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

header .inner_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: auto;
    background: #fff;
    z-index: 99999;
    -webkit-transform: translateZ(0);
    border-bottom: 1px solid #e2e2e2;
}

header h1 {
    float: left;
    margin-top: 38px;
    width: 20%;
    text-align: left;
}

header .inner {
    text-align: center;
}

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

header nav {
    display: inline-block;
    width: 53.5%;
    vertical-align: top;
}

header nav > ul {
    display: table;
    width: 100%;
}

header nav > ul > li {
    position: relative;
    display: table-cell;
    width: 33.3%;
    max-width: 214px;
    min-width: 100px;
}

header nav > ul > li a.on {
    border-bottom: 5px solid #263b85;
}

header nav > ul > li:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 32px;
    width: 1px;
    height: 52px;
    background: #e2e2e2;
}

header nav > ul > li:last-child:after {
    display: none;
}

header nav > ul > li > a {
    display: block;
    padding: 32px 0 30px;
    font-size: 19px;
    font-size: 1.26rem;
    font-weight: 700;
    letter-spacing: -1px;
    color: #555;
}

header nav > ul > li > a:before {
    content: '';
    display: inline-block;
    margin-bottom: 7px;
    width: 31px;
    height: 23px;
    background: url(../images/sp_main.png) no-repeat left top;
}

header nav > ul > li:nth-child(1) > a:before {
    background-position-x: 0;
}

header nav > ul > li:nth-child(2) > a:before {
    background-position-y: -48px;
}

header nav > ul > li:nth-child(3) > a:before {
    background-position-y: -95px;
}

header nav > ul > li:hover {
    background: #f5f5f5;
}

header nav > ul > li:hover > a {
    color: #222;
}

header nav > ul > li:hover > a:before {
    background-position-x: -56px;
}

header nav > ul > li > a > span {
    display: block;
}

header nav > ul > li:hover > .depth2 li a {
    color: #222;
}

header nav:hover > ul > li:after {
    display: none;
}

header .depth2 {
    height: 0;
    overflow: hidden;
}

/*header .depth2 li:nth-child(1) {margin-top:5px;}*/
/*header .depth2 li:last-child {margin-bottom:37px;}*/
header .depth2 li a {
    display: block;
    height: 29px;
    line-height: 29px;
    color: #555;
}

header nav > ul > li:hover > .depth2 {
    height: 300px;
}

header nav > ul > li:hover > .depth2 li a:hover {
    background: #263b85;
    color: #fff;
}

header .lang {
    float: right;
    margin-top: 53px;
}

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

header .lang li {
    float: left;
    padding-bottom: 6px;
}

header .lang li a {
    display: block;
    font-family: 'Montserrat';
    font-size: 13.5px;
    font-size: 0.9rem;
    color: #666;
}

header .lang li:nth-child(n+2) a:before {
    content: '';
    display: inline-block;
    border-left: 1px solid #e2e2e2;
    margin: 1px 10px 0;
    height: 13px;
    vertical-align: top;
}

header .lang li a span {
    display: inline-block;
    padding-bottom: 4px;
}

header .lang li:nth-child(1) a {
    border-left: 0 none;
}

header .lang li:hover a {
    color: #222;
}

header .lang li:hover a span {
    border-bottom: 2px solid #222;
}

header nav:hover .depth2 {
    height: auto;
}

/* footer */
footer {
    background: #1f1f1f;
    padding-bottom: 41px;
    min-width: 1200px
}

footer .inner {
    overflow: hidden;
}

footer span {
    display: block;
    float: left;
    margin-top: 41px;
}

footer div div {
    float: right;
    text-align: right;
    margin-top: 62px;
}

/*footer div ul {display:none; overflow:hidden;} 개인취급방침, 사이트맵 숨김처리*/
footer div ul li {
    float: left;
}

footer div ul li:nth-child(1) {
    margin-bottom: 5px;
}

footer div ul li:nth-child(1):after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #333;
    margin: 0 10px 0 13px;
}

footer div ul li a {
    color: #666;
    font-size: 13px;
    font-size: 0.86rem;
}

footer div ul li a:hover {
    color: #888;
}

footer div address {
    color: #666;
    font-family: 'Montserrat';
    font-size: 12px;
    font-size: 0.8rem;
}

/* skip nav */
a.skip {
    display: block;
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 0;
    height: 0;
    overflow: hidden;
    text-align: center;
}

a.skip:active, a.skip:focus {
    z-index: 999999;
    width: 100%;
    height: auto;
    background: #FFF;
    color: #000;
}

/* mission */
.mission {
    background-color: #F2F4FA;
}

/* breadcrumb */
.breadcrumb {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.breadcrumb ul {
    overflow: hidden;
    display: inline-block;
}

.breadcrumb ul li {
    float: left;
}

.breadcrumb ul li:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    margin: 0 10px;
    background: url(../images/bul_breadcrumb.jpg) no-repeat left top;
    vertical-align: middle;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

.breadcrumb ul li:last-child {
    font-weight: bold;
    color: #000000;
}

.breadcrumb ul li a {
    display: inline-block;
    color: #666;
}

/* sub visual */
figure {
    min-width: 1200px;
}

.subvisual {
    height: 155px;
    padding-top: 115px;
    background: url(../images/bg_subvisual.jpg) repeat-x center top;
}

.biz_energy {
    height: 155px;
    padding-top: 115px;
    background: url(../images/biz_energy.jpg) repeat-x center top;
    background-size: cover;
}

.biz_IoTSignage {
    height: 155px;
    padding-top: 115px;
    background: url(../images/bg_smart-signage.png) repeat-x center top;
    background-size: cover;
}

.biz_security {
    height: 155px;
    padding-top: 115px;
    background: url(../images/biz_security.png) repeat-x center top;
    background-size: cover;
}

.biz_SI {
    height: 155px;
    padding-top: 115px;
   /* background: url(../images/biz_SI.jpg) repeat-x center top;*/
    background: url(../images/biz_SI2.png) repeat-x center top;
    background-size: cover;
}

.biz_commerce {
    height: 155px;
    padding-top: 115px;
    background: url(../images/biz_commerce.jpg) repeat-x center top;
    background-size: cover;
}

.biz_recognition {
    height: 155px;
    padding-top: 115px;
    background: url(../images/biz_video.png) repeat-x center top; /*biz_recognition.png*/
    background-size: cover;
}

.biz_access {
    height: 155px;
    padding-top: 115px;
    background: url(../images/biz_access.png) repeat-x center top; /*biz_recognition.png*/
    background-size: cover;
}

.biz_healthcare {
    height: 155px;
    padding-top: 115px;
    background: url(../images/biz_healthcare.png) repeat-x center top;
    background-size: cover;
}

.biz_guardian {
    height: 155px;
    padding-top: 115px;
    background: url(../images/bg_sub_guardian2.png) repeat-x center top;
    background-size: cover;
}

.biz_overseas {
    height: 155px;
    padding-top: 115px;
    background: url(../images/biz_overseas.png) repeat-x center top;
    background-size: cover;
}

.biz_llm {
    height: 155px;
    padding-top: 115px;
    background: url(../images/bg_LLM.png) repeat-x center top;
    background-size: cover;
}

.subvisual_news {
    height: 155px;
    padding-top: 115px;
    background: url(../images/bg_subvisual_news.jpg) repeat-x center top;
    background-size: cover;
}

.subvisual_talent {
    height: 155px;
    padding-top: 115px;
    background: url(../images/bg_subvisual_talent.jpg) repeat-x center top;
    background-size: cover;
}

.subvisual_ceo {
    height: 155px;
    padding-top: 115px;
    background: url(../images/bg_subvisual_ceo.jpg) repeat-x center top;
    background-size: cover;
}

.subvisual_mission {
    height: 155px;
    padding-top: 115px;
    background: url(../images/missionandculture.png) repeat-x center top;
    background-size: cover;
}

.system_development_principles {
    height: 155px;
    padding-top: 115px;
    background: url(../images/bg_system_development_principles.png) repeat-x center top;
    background-size: cover;
}

.subvisual_ci {
    height: 155px;
    padding-top: 115px;
    background: url(../images/bg_subvisual_ci.jpg) repeat-x center top;
    background-size: cover;
}

.subvisual_careers {
    height: 155px;
    padding-top: 115px;
    background: url(../images/bg_subvisual_careers.jpg) repeat-x center top;
    background-size: cover;
}

.subvisual_book {
    height: 155px;
    padding-top: 115px;
    background: url(../images/bg_subvisual_book.png) repeat-x center top;
    background-size: cover;
}

.subvisual_knowledge {
    height: 155px;
    padding-top: 115px;
    background: url(../images/bg_subvisual_knowledge.png) repeat-x center top;
    background-size: cover;
}

.subvisual_culture {
    height: 155px;
    padding-top: 115px;
    background: url(../images/bg_subvisual_culture.png) repeat-x center top;
    background-size: cover;
}

/* heading */
h2 {
    font-size: 48px;
    text-align: center;
    color: #fff;
}

h3 {
    font-size: 36px;
    text-align: center;
}

h3:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #222;
    border-radius: 2px;
    margin: 30px auto 0;
}

h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 1%;
}


/* btn common */
.btn_wrap a {
    display: inline-block;
    width: 123px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-size: 0.93rem;
    text-align: center;
}

.btn_wrap a.black {
    display: inline-block;
    background: #000;
    color: #fff;
}

.btn_wrap a.blue {
    display: inline-block;
    background: #1b57bb;
    color: #fff;
}

/* bxslider */
.bx-wrapper .bx-viewport {
    box-shadow: none;
    left: auto;
    border: 0 none;
    background: transparent;
}


/*contact us*/
.contact {
    background: url(../images/bg_main_contactus.jpg) repeat-x center top;
    background-size: cover;
    min-width: 1200px;
}

.contact .inner {
    text-align: center;
    padding: 70px 40px;
}

.contact h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
}

.contact h2:after {
    content: '';
    display: block;
    width: 2.5%;
    height: 3px;
    background: #fff;
    margin: 2.5% auto;
    border-radius: 2px;
}

.contact p {
    color: #fff;
    opacity: 0.5;
    font-size: 16px;
    font-size: 1.06rem;
    line-height: 27px;
    margin-bottom: 2.5%;
}

.contact .btn_wrap a:nth-child(n) {
    margin-right: 6px;
}

/* input */

::-ms-clear {
    display: none;
}

/* 추가 셀렉트 박스 디자인 변경 */
.selectric {
    border-color: #ddd;
    background: #fff;
    margin-bottom: 26px;
}

.selectric .label {
    height: 52px;
    line-height: 52px;
    font-size: 15px;
    font-size: 1rem;
    margin-left: 20px;
}

.selectric .button {
    background: #fff url("../images/input_arrow_trans.png") no-repeat scroll center;
    text-indent: -9999px;
    height: 100%;
}

.selectric .button:after {
    content: none
}

.selectric-items li {
    font-size: 15px;
    font-size: 1rem;
}

.selectric-above .selectric-items {
    top: 52px;
}


/* footer channel css */
.channel_btn_wrap {
    margin-top: 25px
}

.channel {
    margin: 5px;
    cursor: pointer;
    display: inline-block;
}

.hoverImg {
    display: none;
}

.channel:hover .defaultImg {
    display: none;
}

.channel:hover .hoverImg {
    display: inline;
}

.bubble {
    display: none;
}

.blogBtn:hover .bubble {
    display: inline;
}

.bubble {
    position: relative;
}

.bubble .label {
    color: #ffffff;
    background-color: white;
    padding: 5px;
    position: absolute;
    margin-top: 10px;
    width: 120px;
    left: -80px;
    opacity: 1;
}

.bubble .label a {
    display: block;
    font-size: 0.93rem;
}

.bubble .tail {
    left: -18px;
    margin-left: -6px;
    border-right: 7px solid transparent;
    border-top: 10px solid white;
    border-left: 7px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    transform: rotate(180deg);
}

.bubble .label a:hover {
    color: #1b57bb;
}

.bubbleLeftLaebl {
    float: left;
    margin-left: 5px;
}

.detail_btn_wrap a {
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 1.3rem;
    text-align: center;
    border: white 1px solid;
    margin-top: 39%;
    color: white;
}

.detail_btn_wrap a:hover {
    background-color: #ffffff69;
}

.boldLi {
    font-weight: 500 !important;
    color: #dadada !important;
    text-decoration: underline !important;
}

.privacy_info {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
    gap: 20px;
    height: 250px;
    overflow-y: auto;
}

.privacy_info span {
    color: #4e4e4e;
    font-size: 0.9em;
    line-height: 1.2;
}

.privacy_info div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.privacy_info_line {
    border-right: 1px solid #ddd;
}

.privacy_info_title {
    font-size: 1em !important;
    color: black !important;
}

.privacy_info_margin_box {
    margin-top: 10px;
}

.privacy_info_width {
    width: 30%;
}

.privacy_info_text {
    font-weight: 700;
    font-size: 17px;
    margin: 30px 0 20px;
}

.privacy_chk {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.privacy_chk input {
    width: auto !important;
    height: auto !important;
    cursor: pointer;
}

.privacy_chk label {
    cursor: pointer;
}

.contact_privacy {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact_privacy h4 {
    font-size: 22px;
    font-weight: 700;
    color: black;
    margin: 40px auto 10px;
}

.contact_privacy input {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 5px;
    padding: 10px 20px;
    height: 32px;
    width: 45%;
    outline: none;
}

.contact_privacy_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact_privacy_between {
    display: flex;
    justify-content: space-between;
}

.contact_privacy_select {
    width: 48.5%;
    height: 52px;
}

.contact_privacy textarea {
    height: 240px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 20px;
    line-height: 23px;
    outline: none;
}

.contact_privacy_btn {
    background-color: #566493;
    color: #ffffff;
    border: 1px solid #263b85;
    padding: 20px 80px;
    width: fit-content;
    margin: 20px auto 40px;
}

.necessary {
    color: #fb8550;
}

.marginLeft5 {
    margin-left: 5px;
}

.marginLeft15 {
    margin-left: 15px;
}

.marginLeft25 {
    margin-left: 25px;
}

#topBtn {
    position: fixed;
    bottom: 38px;
    right: 37px;
    z-index: 999;
    background-color: #F2F2F2;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    padding: 10px 10px 7px;
    transition: opacity 0.3s ease;
    opacity: 0;
}
#topBtn img {
    width: 32px;
    height: 32px;
}

#topBtn.show {
    opacity: 1;
}

#topBtn:hover img {
    opacity: 0.8;
}
.darkblue {
    color: #253C8E;
}
.white {
    color: #FFFFFF;
}
.fs-14 {
    font-size: 14px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fw-bold {
    font-weight: 700;
}
.ta-left {
    text-align: left;
}