@charset "utf-8";

/* reset */
html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: 0px;
    font-family: "Arial", "apple Gothic", "malgun Gothic", "sans-serif";
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline-style: none;
}

ol,
ul {
    list-style: none;
}

a,
a:link,
a:visited,
a:active {
    outline: 0;
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

p {
    margin: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}


/*로딩화면*/
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    background-color: #fff;
    z-index: 9999;
    text-align: center;
}

/*본문 기본*/


.wrapper {
    padding: 40px 0;
}

.wrapper2 {
    padding: 0px 0px 40px 0px;
}

div.gray {
    background-color: #eee;
    background-image: url(../img/common/bg_pattern1.png);
}

div.pattern2 {
    background-image: url(../img/common/bg_pattern2.png);
}

div.pattern3 {
    background-image: url(../img/common/bg_pattern3.png);
}

div.pattern4 {
    background-color: #f2f2f2;
    background-image: url(../img/common/bg_pattern4.png);
}

div.pattern5 {
    background-image: url(../img/common/bg_blue.png);
}

div.pattern6 {
    background-image: url(../img/common/bg_red.png);
}

div.pattern7 {
    background-image: url(../img/common/bg_green.png);
}


div.kor1 {
    background-image: url(../img/common/bg_kor1.png);
}

div.kor2 {
    background-image: url(../img/common/bg_kor2.png);
}

div.kor3 {
    background-image: url(../img/common/bg_kor3.png);
}

div.kor4 {
    background-image: url(../img/common/bg_kor4.png);
}

div.kor5 {
    background-image: url(../img/common/bg_kor5.png);
}

div.pw {
    background-image: url(../img/common/pw.png);
}

div.regal {
    background-image: url(../img/common/regal.png);
}

div.grey {
    background-image: url(../img/common/ptn_grey.png);
}
div.greyor {
    background-image: url(../img/common/ptn_grey_or.png);
}



div.x1 {
    background-image: url(../img/common/bg_x1.png);
}

div.x2 {
    background-image: url(../img/common/bg_x2.png);
}

div.x3 {
    background-image: url(../img/common/bg_x3.png);
}

div.x4 {
    background-image: url(../img/common/bg_x4.png);
}

div.bg_pattern5 {
    background-color: #eee;
    background-image: url(../img/common/bg_pattern5.png);
}

div.brown {
    background-color: #fcf9f1;
}

p {
    line-height: 1.6em;
    letter-spacing: -0.5px;
}

.center {
    text-align: center;
}

.col_1 {
    width: 100%;
}

.col_2 {
    width: 535px;
    display: inline-block;
    vertical-align: top;
}




.col_2.left {
    padding-right: 15px;
    width: 540px;
}

.col_2.right {
    padding-left: 15px;
    width: 540px;
}



.col_21.left {
    padding-right: 10px;
    width: 400px;
}

.col_21.right {
    padding-left: 10px;
    width: 400px;
}



.col_3.left {
    padding-right: 13px;
    width: 540px;
    display: inline-block;
    vertical-align: top;
}

.col_3.right {
    padding-left: 13px;
    width: 540px;
    display: inline-block;
    vertical-align: top;
}

.col_img.right {
    padding-left: -50px;
    width: 540px;
    display: inline-block;
    vertical-align: top;
}

.col_img_i {
    padding-left: -90px;
    padding-top: -50px;
    width: 540px;
    display: inline-block;
    vertical-align: top;
}


/*container 너비*/
.container_wide {
    max-width: 1220px;
    margin: 0 auto;
}

.max_600px {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.max_750px {
    width: 780px;
    margin-left: auto;
    margin-right: auto;    
}


.ml_10 {
    margin-left: 10px;
}



.mt_0 {
    margin-top: 0%;
}

.mt_3 {
    margin-top: 3%;
}

.mt_5 {
    margin-top: 5%;
}

.mt_6 {
    margin-top: 6%;
}

.mt_10 {
    margin-top: 10px;
}



.mb_3 {
    margin-bottom: 3%;
}

.mb_5 {
    margin-bottom: 5%;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_70 {
    margin-bottom: 70px;
}




.mt {
    margin-top: 40px;
}

.mt1 {
    margin-top: 20px;
}

.mb {
    margin-bottom: 40px;
}
.mt_1px {
    margin-top: 1px;
}
.mt_2px {
    margin-top: 2px;
}
.mt_8px {
    margin-top: 8px;
}

.mt_14px {
    margin-top: 14px;
}
.mt-20px {
    margin-top:20px;
}
.mt-30px {
    margin-top: 30px;
}
.mt-40px {
    margin-top: 40px;
}
.mt-50px {
    margin-top: 50px;
}
.mb_2px {
    margin-bottom: 2px;
}
.mb_20px {
    margin-bottom: 20px;
}



/*bg style*/
.bg_w {
    background-color:#fff;
    background-color:rgba(255,255,255,0.9);
}

/*padding*/
.pad_3 {
    padding:3%;
}

/*슬라이더*/
.lSSlideWrapper .lSAction > a {
    width: 36px;
}

.lSSlideWrapper .lSAction > .lSPrev {
    left: 0;
    opacity: 1;
}

.lSSlideWrapper .lSAction > .lSNext {
    right: 0;
    opacity: 1;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background: #fff !important;
}

.lSSlideOuter .lSPager.lSpg > li.active a {
    background: red !important;
}


/*people*/
.interview {
    font-size: 16px;
}

.col_2 .question,
.col_2 .answer {
    width: 520px;
}

.question {
    font-weight: 600;
    margin-left: 0;
    padding-left: 28px;
    font-size: 22px;
    line-height: 36px;
    color: #333;
    text-align: left;
}



.question span {
    border-bottom: 1px solid #ddd;
}

.question .box {
    width: 28px;
    text-align: center;
    margin-left: -28px;
    padding-right: 8px;
    margin-right: 0;
    border-bottom: 0;
    display: inline-block;
}

.answer {
    padding-left: 28px;
    margin-top: 8px;
}

.answer_news {
    padding-left: 14px;
    padding-right: 14px;
    text-align: justify;
    margin-top: 8px;
}

.answer_news1 {
    padding-left: 140px;
    padding-right: 140px;
    text-align: justify;
    margin-top: 8px;
}

.answer_news2 {
    color: #ffffff;
    padding-left: 140px;
    padding-right: 140px;
    text-align: justify;
    margin-top: 8px;
}

.answer_news3 {
    color: #000000;
    padding-left: 140px;
    padding-right: 140px;
    text-align: justify;
    margin-top: 8px;
}

.col_2.art p {
    width: 500px;
}

.col_2.art .art_title {
    font-weight: bold;
    font-size: 18px;
}

/*cpi page*/
.wrapper.cpi_bg {
    padding: 150px 0;
    background: url(../img/01_cpi/bg.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -70px;
}

.wrapper.cpi_bg .cpi_text {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px;
}


/*font-size*/
p.font-size-2 {
    font-size: 15px;
}

/*text-align*/
p.left {
    /*text-align:left;*/
}
p.right {
    text-align:right;
}
p.center {
    text-align:center;
}
p.justify {
    text-align:justify;
    word-break:break-all;
}
