@charset "utf-8";

*::-webkit-scrollbar {width: 12px;}
/*  전체스크롤바 */
*::-webkit-scrollbar-track {background: transparent;}
/*  흰색바 */
*::-webkit-scrollbar-thumb {background: #E6E6E6; border-radius: 8px; border: 2px solid transparent; background-clip: padding-box;} 
/*  스크롤핸들 */
*::-webkit-scrollbar-button {display: none;}

html {
    padding: 0;
    margin: 0;
    height: 100%;
}

html, body {
    height: 100%;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
}

body {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 14px;
    color: #111;
    letter-spacing: -0.1em
}

html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, h1, h2, h3, h4, h5, h6,
header, footer, section, article, aside, nav, hgroup, details, figure, figcaption {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

table {
    width: 100%;
    table-layout: fixed;
    white-space: normal;
    empty-cells: show;
    border-spacing: 0;
}

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

a, button {
    outline: 0 none;
}

address, em, dfn {
    font-style: normal;
}

strong {
    font-weight: bold;
}

hr {
    display: none;
}

img {
    border: 0;
    vertical-align: middle;
}

mark {
    background: none;
}

tbody, tfoot, thead, tr, th, td {
    word-break: break-all;
}

caption {
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: static;
    left: 0;
    top: -999999px;
}

fieldset {
    border: none;
}

legend {
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: -999999px;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
    cursor: pointer;
    width: auto;
    overflow: visible;
    vertical-align: middle;
    background: none;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans KR", sans-serif;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="tel"],
input[type="datetime"] {
    width: 100%;
    height: 40px;
    font-size: 15px;
    color: #111;
    font-family: "Noto Sans KR", sans-serif;
    line-height: inherit;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    padding: 3px 15px;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b6b6b6
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-input-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
    color: #b6b6b6
}

input, button, select {
    vertical-align: middle;
    border: 0;
}

label {
    cursor: pointer;
}

input[type='radio'] {
    position: absolute;
    left: -6px;
    right: 0;
    top: -3px;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    width: 21px;
    height: 21px;
    letter-spacing: 0;
    border: none;
    background: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    vertical-align: middle;
}

input[type='radio'] + i {
    display: none;
}

input[type='radio']:checked + i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

input[type='radio']:checked + i {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    box-sizing: border-box;
    background-color: #000;
    left: 4px;
    top: 4px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox  */
input[type='number'] {
    -moz-appearance: textfield;
}

input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 0;
    border: none;
    vertical-align: middle;
    background: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    position: relative;
}


.en {
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 0 !important;
}

/*common*/
.mobile_only {
    display: none !important;
}

/* text */
.tal {text-align: left !important;}
.tac {
    text-align: center !important;
}

/*header*/
header {
    width: 100%;
    background: none;
    height: 104px;
    position: fixed;
    z-index: 10;
}

header.change {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    top: 0;
}

header .header_in {
    width: 1136px;
    margin: 0 auto;
    height: 104px;
    background: none;
}

header .header_in > h1 {
    display: inline-block;
    margin-top: 38px;
}

header .header_in > h1 a {
    width: 94px;
    height: 27px;
    display: inline-block;
    background: url("../img/logo_off.png") no-repeat;
    text-indent: -999999px;
}

header.change .header_in > h1 a {
    width: 94px;
    height: 27px;
    display: inline-block;
    background: url("../img/logo_on.png") no-repeat;
    text-indent: -999999px;
}

body.main {
    background: url("../img/main_bg.jpg") center 1552px no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: fixed;
    display: inline-block;
    margin-left: 518px;
    left: 50%;
    width: 50px;
    height: 26px;
    margin-top: 38px;
    z-index: 200;
}

.menu-trigger.change {
    top: 0;
}

.menu-trigger.change > span {
    background: #000;
}

.menu-trigger.change2 > span {
    background: #000;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 12px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active {
    width: 40px;
    height: 40px;
    margin-top: 34px;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(19px) rotate(-45deg);
    transform: translateY(19px) rotate(-45deg);
    background-color: #fff;
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-19px) rotate(45deg);
    transform: translateY(-19px) rotate(45deg);
    background-color: #fff;
}

/* all menus */
.cbp-spmenu {
    background: rgba(0, 0, 0, 0.95);
    position: fixed;
    padding-top: 10px;
}

.cbp-spmenu .menu_ar {
    width: 400px;
    margin: 200px auto 0;
}

.cbp-spmenu .menu_ar > a {
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
}

.cbp-spmenu .menu_ar > a:hover {
    color: #ededed;
}

.cbp-spmenu .cs_info {
    width: 600px;
    margin: 80px auto 0;
    text-align: center;
    color: #FFF;
}

.cbp-spmenu .cs_info > ul {
    width: 100%;
}

.cbp-spmenu .cs_info > ul > li {
    width: 100%;
    background: #000;
    margin-top: 8px;
    display: table;
    height: 100px;
    padding: 0 50px;
}

.cbp-spmenu .cs_info > ul > li:first-child {
    margin-top: 0;
}

.cbp-spmenu .cs_info > ul > li > span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.cbp-spmenu .cs_info > ul > li > span:first-child {
    width: 240px;
    font-size: 14px;
    letter-spacing: -0.4px;
    color: #aaa;
}

.cbp-spmenu .cs_info > ul > li > span > h5 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 29px;
}

.cbp-spmenu .cs_info > ul > li > span > p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    margin-top: 3px;
}

.cbp-spmenu .cs_info > ul > li > span > em {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    margin-top: 4px;
    display: block;
}

.cbp-spmenu .cs_info > ul > li > span > em > i {
    font-style: normal;
    padding-right: 5px;
}

.cbp-spmenu .down_ar {
    width: 600px;
    margin: 35px auto 0;
    text-align: center;
    color: #FFF;
    font-size: 0;
}

.cbp-spmenu .down_ar > a {
    width: 230px;
    height: 67px;
    display: inline-block;
    border: 1px solid #fff;
    margin: 8px auto 0;
    padding: 0 50px 0 25px;
    line-height: 65px;
    font-size: 16px;
    letter-spacing: -0.05em;
    text-align: left;
    color: #fff;
}

.cbp-spmenu .down_ar > a:first-child {
    background: url("../img/icon_download.png") 187px 24px no-repeat;
}

.cbp-spmenu .down_ar > a:last-child {
    background: url("../img/icon_link.png") 187px 24px no-repeat;
    margin-left: 8px;
}


/* [S] main */
.container {
    width: 100%;
    background: none;
    min-height: 100vh;
}

.container .main_slider {
    width: 100%;
    height: 690px;
    background-size: cover;
}

.container .main_slider .scrool_f {
    width: 28px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 14px;
    position: absolute;
    z-index: 10;
    display: inline-block; /* IE 10+ */
    left: 50%;
    margin-left: -14px;
    top: 715px;
}

.container .main_slider .sc {
    position: absolute;
    -webkit-animation: bounce 2s infinite ease-in-out; /* Safari 4+ */
    -moz-animation: bounce 2s infinite ease-in-out; /* Fx 5+ */
    -o-animation: bounce 2s infinite ease-in-out; /* Opera 12+ */
    animation: bounce 2s infinite ease-in-out;
    z-index: 10;
    left: 50%;
    margin-left: -5px
}

/* Green */
@-webkit-keyframes bounce {
    0% {
        top: 730px;
    }
    25% {
        top: 735px;
    }
    50% {
        top: 730px;
    }
    75% {
        top: 735px;
    }
    100% {
        top: 730px;
    }
}

@-moz-keyframes bounce {
    0% {
        top: 730px;
    }
    25% {
        top: 735px;
    }
    50% {
        top: 730px;
    }
    75% {
        top: 735px;
    }
    100% {
        top: 730px;
    }
}

@-o-keyframes bounce {
    0% {
        top: 730px;
    }
    25% {
        top: 735px;
    }
    50% {
        top: 730px;
    }
    75% {
        top: 735px;
    }
    100% {
        top: 730px;
    }
}

@keyframes bounce {
    0% {
        top: 730px;
    }
    25% {
        top: 735px;
    }
    50% {
        top: 730px;
    }
    75% {
        top: 735px;
    }
    100% {
        top: 730px;
    }
}


.swiper-wrapper {
    width: 100%;
    height: 690px !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    width: 200px !important;
    left: 50% !important;
    margin-left: 368px !important;
    top: 592px !important;
    display: table;
    opacity: 1 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets > span {
    width: 40px;
    display: table-cell;
    height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets > span:first-child {
    background: url("../img/bullets_01.png") -5px top no-repeat;
}

.swiper-container-horizontal > .swiper-pagination-bullets > span:nth-child(2) {
    background: url("../img/bullets_02.png") -5px top no-repeat;
}

.swiper-container-horizontal > .swiper-pagination-bullets > span:nth-child(3) {
    background: url("../img/bullets_03.png") -5px top no-repeat;
}

.swiper-container-horizontal > .swiper-pagination-bullets > span:nth-child(4) {
    background: url("../img/bullets_04.png") -5px top no-repeat;
}

.swiper-container-horizontal > .swiper-pagination-bullets > span:nth-child(5) {
    background: url("../img/bullets_05.png") -5px top no-repeat;
}

.swiper-container-horizontal > .swiper-pagination-bullets > span:nth-child(6) {
    background: url("../img/bullets_06.png") -5px top no-repeat;
}

.swiper-container-horizontal > .swiper-pagination-bullets > span:nth-child(7) {
    background: url("../img/bullets_07.png") -5px top no-repeat;
}

.swiper-container-horizontal > .swiper-pagination-bullets > span:first-child.swiper-pagination-bullet-active {
    background: url("../img/bullets_01_on.png") -5px top no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.swiper-container-horizontal > .swiper-pagination-bullets > span:nth-child(2).swiper-pagination-bullet-active {
    background: url("../img/bullets_02_on.png") -5px top no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.swiper-container-horizontal > .swiper-pagination-bullets > span:nth-child(3).swiper-pagination-bullet-active {
    background: url("../img/bullets_03_on.png") -5px top no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.swiper-container-horizontal > .swiper-pagination-bullets > span:nth-child(4).swiper-pagination-bullet-active {
    background: url("../img/bullets_04_on.png") -5px top no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.swiper-container-horizontal > .swiper-pagination-bullets > span:nth-child(5).swiper-pagination-bullet-active {
    background: url("../img/bullets_05_on.png") -5px top no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.swiper-container-horizontal > .swiper-pagination-bullets > span:nth-child(6).swiper-pagination-bullet-active {
    background: url("../img/bullets_06_on.png") -5px top no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.swiper-container-horizontal > .swiper-pagination-bullets > span:nth-child(7).swiper-pagination-bullet-active {
    background: url("../img/bullets_07_on.png") -5px top no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff !important;
}

.swiper-slide .slide_box {
    width: 100%;
    height: 690px;
}

.swiper-slide .slide_box.slide_01 {
    background: url("../img/main_visual_01.jpg") center no-repeat;
    background-size: cover;
}

.swiper-slide .slide_box.slide_02 {
    background: url("../img/main_visual_02.jpg") center no-repeat;
    background-size: cover;
}

.swiper-slide .slide_box.slide_03 {
    background: url("../img/main_visual_03.jpg") center no-repeat;
    background-size: cover;
}

.swiper-slide .slide_box.slide_04 {
    background: url("../img/main_visual_04.jpg") center no-repeat;
    background-size: cover;
}

.swiper-slide .slide_box.slide_05 {
    background: url("../img/main_visual_05.jpg") center no-repeat;
    background-size: cover;
}

.swiper-slide .slide_box.slide_06 {
    background: url("../img/main_visual_06.png") center no-repeat;
    background-size: cover;
}

.swiper-slide .slide_box.slide_07 {
    background: url("../img/main_visual_09.jpg") center no-repeat;
    background-size: cover;
}

.swiper-slide .slide_box.slide_08 {
    background: url("../img/main_visual_08.jpg") center no-repeat;
    background-size: cover;
}

.swiper-slide .slide_box .main_info {
    width: 1136px;
    margin: 0 auto;
    padding-top: 315px;
}

.swiper-slide .slide_box .main_info > p {
    color: #fff;
    font-size: 42px;
    font-weight: 100;
    line-height: 1;
}

.swiper-slide .slide_box .main_info > h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
}

.swiper-slide .slide_box .main_info > span {
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: normal;
    line-height: 1;
    margin-top: 30px;
    display: block;
}

.swiper-slide .slide_box .main_info > a {
    display: inline-block;
    margin-top: 45px;
    width: 176px;
    height: 50px;
    line-height: 46px;
    border: 1px solid #fff;
    background: url("../img/icon_more.png") 151px 19px no-repeat;
    padding: 0 19px;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #fff;
}

.swiper-slide .slide_box .main_info2 {
    width: 1136px;
    margin: 0 auto;
    padding-top: 315px;
}

.swiper-slide .slide_box .main_info2 > p {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
    line-height: 1;
}

.swiper-slide .slide_box .main_info2 > h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
}

.swiper-slide .slide_box .main_info2 > span {
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: normal;
    line-height: 1;
    margin-top: 30px;
    display: block;
}

.swiper-slide .slide_box .main_info2 > a {
    display: inline-block;
    margin-top: 45px;
    width: 176px;
    height: 50px;
    line-height: 46px;
    border: 1px solid #fff;
    background: url("../img/icon_more.png") 151px 19px no-repeat;
    padding: 0 19px;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #fff;
}


.coop_intro {
    width: 100%;
    background: #fff;
}

.coop_intro .intro_inner {
    width: 1136px;
    margin: 0 auto;
    padding: 104px 0;
}

.coop_intro .intro_inner > h3 {
    font-size: 32px;
    color: #101010;
    text-align: center;
    line-height: 1;
}

.coop_intro .intro_inner .top_info {
    padding-top: 15px;
    font-size: 20px;
    letter-spacing: -0.05em;
    color: #777777;
    text-align: center;
}

.coop_intro .intro_inner .info_g {
    padding-top: 90px;
    width: 100%;
    text-align: center;
    line-height: 1;
}

.coop_intro .intro_inner .info_g .top_bar {
    width: 56px;
    height: 2px;
    background: #111111;
    display: inline-block;
    vertical-align: top;
}

.coop_intro .intro_inner .info_g .top_text {
    margin-top: 35px;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #111111;
    vertical-align: top;
}

.coop_intro .intro_inner .info_g .year {
    margin-top: 50px;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #666666;
    display: block;
}

.coop_intro .intro_inner .info_g > ul {
    width: 100%;
}

.coop_intro .intro_inner .info_g > ul > li {
    width: 25%;
    display: inline-block;
    margin-left: -4px;
    text-align: center;
    padding-top: 45px;
}

.coop_intro .intro_inner .info_g > ul > li:first-child {
    margin-left: 0;
}

.coop_intro .intro_inner .info_g > ul > li:nth-child(4) {
    margin-left: 0;
}

.coop_intro .intro_inner .info_g > ul > li > h4 {
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #101010;
}

.coop_intro .intro_inner .info_g > ul > li > h4 > span {
    font-size: 13px;
    display: inline-block;
    padding-left: 5px;
    color: #777777;
    font-weight: normal;
}

.coop_intro .intro_inner .info_g > ul > li .count {
    padding-top: 0;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #101010;
}


.coop_intro .intro_inner .info_g > ul > li .count .counter {
    font-size: 40px;
    font-weight: 500;
    display: inline-block;
    padding-right: 5px;
}

.coop_intro .intro_inner .info_g > ul > li .count .gray {
    font-size: 16px;
	color: #b3b3b3;
}


.blue {
    color: #00a8e1;
}

.green {
    color: #77b800;
}

.bg_ar01 {
    width: 100%;
    height: 240px;
    background: url("../img/main_bg_01.jpg") center no-repeat;
    background-size: cover;
}

.bg_ar02 {
    width: 100%;
    height: 240px;
    background: url("../img/main_bg_02.jpg") center no-repeat;
    background-size: cover;
}

.bg_ar02 > h3 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    line-height: 240px;
}

.business_ar {
    width: 100%;
}

.business_ar .business_inner {
    width: 1136px;
    margin: 0 auto;
    padding: 104px 0;
    border-bottom: 1px solid #dfdfdf;
}

.business_ar .business_inner > h3 {
    font-size: 32px;
    color: #101010;
    text-align: center;
    line-height: 1;
}

.business_ar .business_inner .top_info {
    padding-top: 15px;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #777777;
    text-align: center;
}

.business_ar .business_inner ul {
    width: 100%;
    padding-top: 50px;
    text-align: center;
}

.business_ar .business_inner ul li {
    width: 208px;
    padding: 0 16px;
    margin-left: 80px;
    display: inline-block;
}

.business_ar .business_inner ul li:first-child {
    margin-left: 0;
}

.business_ar .business_inner ul li > a > h4 {
    text-align: left;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #101010;
    background: url("../img/icon_more_2.png") 62px 9px no-repeat;
    margin-top: 30px;
}

.business_ar .business_inner ul li > a > p {
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #666666;
    line-height: 1.3;
    margin-top: 5px;
}

.business_ar .business_inner ul li > a:hover > p {
    text-decoration: underline;
}

.popol_ar {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding-bottom: 104px;
}

.popol_ar .more {
    width: 1136px;
    margin: 0 auto;
    padding: 40px 0 0;
    text-align: center;
}

.popol_ar .more > a {
    font-size: 16px;
    letter-spacing: -0.05em;
    display: inline-block;
    color: #101010;
    padding-right: 16px;
    background: url("../img/icon_more_2.png") right 4px no-repeat;
    line-height: 1;
}

.popol_ar .inner {
    width: 1136px;
    margin: 0 auto;
    padding-top: 104px;
}

.popol_ar .inner > h3 {
    font-size: 32px;
    color: #101010;
    text-align: center;
    line-height: 1;
}

.popol_ar .popol_inner {
    width: 1136px;
    margin: 50px auto 0;
    height: 424px;
    overflow: hidden;
}

.swiper-container2 {
    height: 424px;
}

.swiper-slide.popol {
    width: 272px;
    height: 424px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide.popol .popol_box {
    width: 100%;
    height: 424px;
}

.swiper-slide.popol .popol_box.bg_01 {
    background: url("../img/portfolio_01.jpg") no-repeat;
}

.swiper-slide.popol .popol_box.bg_02 {
    background: url("../img/portfolio_02.jpg") no-repeat;
}

.swiper-slide.popol .popol_box.bg_03 {
    background: url("../img/portfolio_03.jpg") no-repeat;
}

.swiper-slide.popol .popol_box.bg_04 {
    background: url("../img/portfolio_04.jpg") no-repeat;
}

.swiper-slide.popol .popol_box.bg_05 {
    background: url("../img/portfolio_05.jpg") no-repeat;
}

.swiper-slide.popol .popol_box.bg_06 {
    background: url("../img/portfolio_06.jpg") no-repeat;
}

.swiper-slide.popol .popol_box.bg_07 {
    background: url("../img/portfolio_07.jpg") no-repeat;
}

.swiper-slide.popol .popol_box.bg_08 {
    background: url("../img/portfolio_08.jpg") no-repeat;
}

.swiper-slide.popol .popol_box.bg_09 {
    background: url("../img/portfolio_09.jpg") no-repeat;
}

.swiper-slide.popol .popol_box.bg_10 {
    background: url("../img/portfolio_10.jpg") no-repeat;
}

.swiper-slide.popol .popol_box.bg_11 {
    background: url("../img/portfolio_11.jpg") no-repeat;
}

.swiper-slide.popol .popol_box > a {
    width: 272px;
    height: 424px;
    display: block;
}

.swiper-slide.popol .popol_box > a > h3 {
    padding: 64px 0 0 32px;
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: bold;
    color: #fff;
}

.swiper-slide.popol .popol_box > a > p {
    padding: 10px 10px 0 32px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
}

.swiper-container2 .swiper-button-next.son2 {
    top: 2850px;
    width: 37px;
    height: 37px;
    background: url("../img/son2_nex.png") no-repeat;
    left: 50%;
    margin-left: 521px;
    z-index: 5
}

.swiper-container2 .swiper-button-prev.son2 {
    top: 2850px;
    width: 37px;
    height: 37px;
    background: url("../img/son2_pre.png") no-repeat;
    left: 50%;
    margin-left: 452px;
    z-index: 5
}


.partner_ar {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.partner_ar .partner_inner {
    width: 1136px;
    margin: 0 auto;
    padding: 104px 0;
    text-align: center;
}

.partner_ar .partner_inner .partner_logo_02 {
    padding-top: 60px;
}

.partner_ar .partner_inner .btn_more {
    text-align: center;
    margin-top: 40px;
    display: inline-block;
    padding-right: 22px;
    background: url("../img/btn_more.png") right 8px no-repeat;
    font-size: 16px;
    letter-spacing: -0.05em;
    cursor: pointer;
}

.partner_ar .partner_inner .btn_more.on {
    background: url("../img/btn_more_on.png") right 8px no-repeat;
}


.subsidiary_ar {
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
    padding: 104px 0 104px;
}

.subsidiary_ar .subsidiary_inner {
    width: 1136px;
    margin: 0 auto;
}

.subsidiary_ar .subsidiary_inner > h3 {
    font-size: 32px;
    color: #101010;
    text-align: center;
    line-height: 1;
}

.subsidiary_ar .subsidiary_inner .top_info {
    padding-top: 15px;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #777777;
    text-align: center;
}

.subsidiary_ar .subsidiary_inner > ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 60px;
}

.subsidiary_ar .subsidiary_inner > ul > li {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-top: 16px;
}

.subsidiary_ar .subsidiary_inner > ul > li:first-child {
    margin-top: 0;
}

.subsidiary_ar .subsidiary_inner > ul > li .w_block {
    display: flex;
    align-items: center;
    width: 100%;
    height: 145px;
    line-height: 1;
}

.subsidiary_ar .subsidiary_inner > ul > li .w_block .top_in {
    font-size: 14px;
    letter-spacing: -0.05em;
    color: #111;
    line-height: 1;
}

.subsidiary_ar .subsidiary_inner > ul > li .w_block h3 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    color: #111;
    margin-bottom: 8px;
}

.subsidiary_ar .subsidiary_inner > ul > li .w_block .bt_in {
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #777;
}

/*20210308 수정 */
.subsidiary_ar .subsidiary_inner > ul > li .w_block > a {
    text-indent: -9999999px;
    margin-left: auto;
    width: 59px;
    height: 19px;
    background: url("../img/icon_link2.png") center right 40px no-repeat;
    background-size: 19px;
}

.subsidiary_ar .subsidiary_inner > ul > li:hover .w_block .top_in,
.subsidiary_ar .subsidiary_inner > ul > li:hover .w_block h3,
.subsidiary_ar .subsidiary_inner > ul > li:hover .w_block .bt_in {
    color: #fff;
}

.subsidiary_ar .subsidiary_inner > ul > li:hover .w_block > a {
    width: 59px;
    height: 19px;
    background: url("../img/icon_link.png") no-repeat;
}


.subsidiary_ar .subsidiary_inner > ul > li .w_block .logo_ar {
    width: 349px;
}

.subsidiary_ar .subsidiary_inner > ul > li.pays .w_block .logo_ar {
    text-indent: -9999999px;
    height: 36px;
    background: url("../img/logo_pays.png") center no-repeat;
}

.subsidiary_ar .subsidiary_inner > ul > li.booknlife .w_block .logo_ar {
    text-indent: -9999999px;
    height: 36px;
    background: url("../img/logo_booknlife.png") center no-repeat;
}

/*20210308 수정 */
.subsidiary_ar .subsidiary_inner > ul > li.fim .w_block .logo_ar {
    text-indent: -9999999px;
    height: 41px;
    background: url("../img/logo_fim.png") center no-repeat;
}

/*20210308 수정 */
.subsidiary_ar .subsidiary_inner > ul > li.cmap .w_block .logo_ar {
    text-align: center;
    height: 62px;
    background: url("../img/logo-cnap.svg") center no-repeat;
    text-indent: -9999999px;
    background-size: auto 62px;
}

/*20210308 수정 */
.subsidiary_ar .subsidiary_inner > ul > li.gru .w_block .logo_ar {
    text-align: center;
    height: 62px;
    background: url("../img/logo_gru.png") center no-repeat;
    text-indent: -9999999px;
}

/*20210308 수정 */
.subsidiary_ar .subsidiary_inner > ul > li.pays:hover .w_block {
    width: 100%;
    background: #ff4c50;
    line-height: 1;
    -webkit-transition: background-color 3s, -webkit-transform 3s;
    transition: background-color 3s, transform 3s;
}

.subsidiary_ar .subsidiary_inner > ul > li.booknlife:hover .w_block {
    width: 100%;
    background: #f93964;
    line-height: 1;
    -webkit-transition: background-color 3s, -webkit-transform 3s;
    transition: background-color 3s, transform 3s;
}

.subsidiary_ar .subsidiary_inner > ul > li.fim:hover .w_block {
    width: 100%;
    background: #00a8e1;
    line-height: 1;
    -webkit-transition: background-color 3s, -webkit-transform 3s;
    transition: background-color 3s, transform 3s;
}

.subsidiary_ar .subsidiary_inner > ul > li.cmap:hover .w_block {
    width: 100%;
    background: #77b800;
    line-height: 1;
    -webkit-transition: background-color 3s, -webkit-transform 3s;
    transition: background-color 3s, transform 3s;
}

.subsidiary_ar .subsidiary_inner > ul > li.gru:hover .w_block {
    width: 100%;
    background: #4972bb;
    line-height: 1;
    -webkit-transition: background-color 3s, -webkit-transform 3s;
    transition: background-color 3s, transform 3s;
}

.subsidiary_ar .subsidiary_inner > ul > li.pays:hover .w_block .logo_ar {
    text-align: center;
    height: 62px;
    background: url("../img/logo_pays2.png") center no-repeat;
}

.subsidiary_ar .subsidiary_inner > ul > li.booknlife:hover .w_block .logo_ar {
    text-align: center;
    height: 62px;
    background: url("../img/logo_booknlife2.png") center no-repeat;
}

/*20210308 수정 */
.subsidiary_ar .subsidiary_inner > ul > li.fim:hover .w_block .logo_ar {
    text-align: center;
    height: 62px;
    background: url("../img/logo_fim2.png") center no-repeat;
}

/*20210308 수정 */
.subsidiary_ar .subsidiary_inner > ul > li.cmap:hover .w_block .logo_ar {
    text-align: center;
    height: 62px;
    background: url("../img/logo-cnap2.png") center no-repeat;
    background-size: auto 62px;
}

/*20210308 수정 */
.subsidiary_ar .subsidiary_inner > ul > li.gru:hover .w_block .logo_ar {
    text-align: center;
    height: 62px;
    background: url("../img/logo_gru2.png") center no-repeat;
}


.cscsnter_ar {
    width: 100%;
    background: url("../img/bg_003.jpg") top repeat-x;
    height: 566px;
}

.cscsnter_ar .cs_inner {
    width: 100%;
    background: url("../img/cm_c_bg.jpg") center top no-repeat;
    height: 566px;
}

.cscsnter_ar .cs_inner .con_in {
    width: 1136px;
    margin: 0 auto;
}

.cscsnter_ar .cs_inner .con_in > h3 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding-top: 100px;
}

.cscsnter_ar .cs_inner .con_in .top_info {
    padding-top: 15px;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #acabab;
    text-align: center;
    line-height: 1;
}

.cscsnter_ar .cs_inner .con_in .content {
    padding-top: 65px;
    text-align: center;
}

.cscsnter_ar .cs_inner .con_in .content > a {
    display: inline-block;
    width: 220px;
    height: 220px;
    border: 2px solid #fff;
    border-radius: 50%;
    vertical-align: top;
    margin-left: 64px;
    color: #fff;
}

.cscsnter_ar .cs_inner .con_in .content > a:hover {
    background: #fff;
    color: #111111;
    -webkit-transition: background-color 2s, -webkit-transform 2s;
    transition: background-color 2s, transform 2s;
}

.cscsnter_ar .cs_inner .con_in .content > a:first-child {
    margin-left: 0;
}

.cscsnter_ar .cs_inner .con_in .content > a .m_text {
    width: 100%;
    text-align: center;
    padding-top: 80px;
}

.cscsnter_ar .cs_inner .con_in .content > a .m_text > h4 {
    font-size: 24px;
    font-weight: normal
}

.cscsnter_ar .cs_inner .con_in .content > a .m_text > p {
    font-size: 16px;
    letter-spacing: -0.05em;
}

.prcenter_ar {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 104px 0 104px;
}

.prcenter_ar .pr_inner {
    width: 1136px;
    margin: 0 auto;
}

.prcenter_ar .pr_inner > h3 {
    font-size: 32px;
    color: #101010;
    text-align: center;
    line-height: 1;
}

.prcenter_ar .pr_inner .top_info {
    padding-top: 15px;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #777777;
    text-align: center;
}

.prcenter_ar .pr_inner > ul {
    width: 100%;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.prcenter_ar .pr_inner > ul > li {
    width: 368px;
    display: inline-block;
    margin-left: 12px;
    vertical-align: top;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
}

.prcenter_ar .pr_inner > ul > li:first-child {
    margin-left: 0;
}

.prcenter_ar .pr_inner > ul > li .in_text_box {
    padding: 40px 32px;
    border-top: none;
}

.prcenter_ar .pr_inner > ul > li .in_text_box > p {
    font-size: 16px;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #888;
    font-weight: bold;
}

.prcenter_ar .pr_inner > ul > li .in_text_box > a {
    display: block;
    padding-top: 6px;
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: 1.5;
    color: #111111;
    word-break: keep-all;
}

.prcenter_ar .pr_inner > ul > li .in_text_box > a:hover {
    text-decoration: underline;
}

.prcenter_ar .pr_inner > ul > li .in_text_box > span {
    font-size: 13px;
    padding-top: 5px;
    color: #777777;
    display: block;
    text-align: right;
    font-weight: 100;
    letter-spacing: 0;
}

.prcenter_ar .pr_inner .more {
    width: 1136px;
    margin: 0 auto;
    padding: 40px 0 0;
    text-align: center;
}

.prcenter_ar .pr_inner .more > a {
    font-size: 16px;
    letter-spacing: -0.05em;
    display: inline-block;
    color: #101010;
    padding-right: 16px;
    background: url("../img/icon_more_2.png") right 4px no-repeat;
    line-height: 1;
}

/* [E] main */

/* [S] SUB */
.container.sub_con {
    width: 100%;
    background: #fff;
}

/* [S] WhoWeAre */

.whoweare_ar {
    width: 100%;
}

.whoweare_ar .whoweare_bg {
    background: url("../img/whoweare_bg.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
}

.whoweare_ar .coop_start {
    padding: 110px 72px 104px;
    width: 1136px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whoweare_ar .coop_start .title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 64px;
}

.whoweare_ar .coop_start .coop_info {
    max-width: 582px;
    text-align: center;
}

.whoweare_ar .coop_start .coop_info .mobile_img {
    margin-top: 48px;
}

.whoweare_ar .coop_start .coop_info p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.5;
}

.whoweare_ar .coop_start .coop_info img {
    width: 174px;
    height: auto;
}

.whoweare_ar .border_ar {
    border: 1px solid #1A1A1A;
    border-radius: 24px;
    width: 100%;
    padding-bottom: 80px;
    margin-top: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whoweare_ar .border_ar .item {
    margin-top: 80px;
    width: 853px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whoweare_ar .border_ar .item .tag_gray {
    display: inline-flex;
    font-size: 28px;
    height: 54px;
    line-height: 54px;
    padding: 0 28px;
    background-color: #F6F6F6;
    border-radius: 999px;
    letter-spacing: 0;
    font-family: "Pretendard", sans-serif;
}

.whoweare_ar .border_ar .item strong {
    margin: 24px 0 8px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.05em;
    color: #1A1A1A;
}

.whoweare_ar .border_ar .item p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.05em;
    color: #1A1A1A;
}

.whoweare_ar .border_ar .core_value_box li {
    display: flex;
    padding: 56px 0 56px 48px;
}

.whoweare_ar .border_ar .core_value_box li img{
    width: 120px;
    height: 120px;
}

.whoweare_ar .border_ar .core_value_box li .txt_ar {
    margin-left: 32px;
}

.whoweare_ar .border_ar .core_value_box li .txt_ar h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.05em;
    color: #1A1A1A;
}

.whoweare_ar .border_ar .core_value_box li .txt_ar p {
    color: #666;
    text-align: left;
    margin-top: 8px;
}


.whoweare_ar .intro_tit {
    padding: 140px 0 104px;
    width: 1136px;
    margin: 0 auto;
}

.whoweare_ar .intro_tit > h2 {
    font-size: 50px;
    font-weight: 100;
    color: #111111;
    line-height: 1;
}

.whoweare_ar .intro_tit > h2 > strong {
    font-weight: bold;
}

.whoweare_ar .intro_tit > p {
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #777777;
    padding-top: 11px;
}

.whoweare_ar .bg_title {
    width: 1136px;
    margin: 0 auto;
    height: 336px;
    background: url("../img/sub_bg_01.jpg") center top no-repeat;
    text-align: center;
    padding-top: 120px;
}

.whoweare_ar .bg_title > h3 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-weight: 500;
}

.whoweare_ar .bg_title .top_info {
    padding-top: 15px;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #cecdcd;
    text-align: center;
}

.whoweare_ar .infra {
    width: 1136px;
    margin: 0 auto;
    padding: 104px 0;
}

.whoweare_ar .infra .infre_inner {
    width: 100%;
    display: table;
}

.whoweare_ar .infra .infre_inner .title {
    width: 368px;
    display: table-cell;
    vertical-align: top;
    font-size: 40px;
    line-height: 1;
}

.whoweare_ar .infra .infre_inner .infre_info {
    width: 768px;
    display: table-cell;
    padding-left: 16px;
}

.whoweare_ar .infra .infre_inner .infre_info > ul {
    width: 100%;
}

.whoweare_ar .infra .infre_inner .infre_info > ul > li {
    display: inline-block;
    margin-left: 12px;
    width: 368px;
    padding-top: 64px;
    letter-spacing: -0.1em;
}

.whoweare_ar .infra .infre_inner .infre_info > ul > li:nth-child(1) {
    margin-left: 0;
    padding-top: 0;
}

.whoweare_ar .infra .infre_inner .infre_info > ul > li:nth-child(2) {
    padding-top: 0;
}

.whoweare_ar .infra .infre_inner .infre_info > ul > li:nth-child(3) {
    margin-left: 0;
}

.whoweare_ar .infra .infre_inner .infre_info > ul > li > h4 {
    padding-top: 30px;
    font-size: 20px;
    color: #101010;
    font-weight: normal;
}

.whoweare_ar .infra .infre_inner .infre_info > ul > li > p {
    padding-top: 10px;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #666666;
}

.whoweare_ar .history {
    width: 100%;
    background: #111111;
    padding: 104px 0;
}

.whoweare_ar .history .history_inner {
    width: 1136px;
    margin: 0 auto;
}

.whoweare_ar .history .history_inner .title_ar {
    width: 100%;
}

.whoweare_ar .history .history_inner .title_ar .tit {
    width: 100%;
}

.whoweare_ar .history .history_inner .title_ar .tit > h3 {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    letter-spacing: -0.1em;
    font-weight: 100;
    line-height: 1;
}

.whoweare_ar .history .history_inner .title_ar .tit > span {
    display: inline-block;
    padding-left: 20px;
}

.whoweare_ar .history .history_inner .title_ar > p {
    padding-top: 20px;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #fff;
}

.whoweare_ar .history .history_inner .history_slider {
    width: 100%;
    height: 566px;
    margin-top: 140px;
    overflow: hidden;
}

.swiper-slide.history_s {
    width: 368px;
}

.swiper-slide.history_s > h4 {
    font-size: 32px;
    line-height: 1;
    background: url("../img/his_line.png") center repeat-x;
}

.swiper-slide.history_s > h4 > span {
    background: #111;
    padding-right: 15px;
    display: inline-block;
    color: #fff;
    font-weight: normal;
}

.swiper-slide.history_s > ul {
    padding-top: 10px;
}

.swiper-slide.history_s > ul > li {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #999999;
}

#w2021 {
    width: 450px;
}

.swiper-container3 .swiper-button-next.history_s {
    top: 1750px;
    width: 37px;
    height: 37px;
    background: url("../img/his_nex.png") no-repeat;
    left: 50%;
    margin-left: 521px
}

.swiper-container3 .swiper-button-prev.history_s {
    top: 1750px;
    width: 37px;
    height: 37px;
    background: url("../img/his_pre.png") no-repeat;
    left: 50%;
    margin-left: 452px;
}


/** Custom Select **/
.custom-select-wrapper .custom-select .custom-select-trigger {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select-wrapper select:required:invalid {
    color: #000;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select-trigger {
    position: relative;
    display: block;
    width: 80px;
    padding: 0 0 0 0;
    font-size: 24px;
    color: #009b7b;
    line-height: 1;
    background: none;
    cursor: pointer;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    top: 50%;
    right: 0;
    margin-top: 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 1px 0;
    border-top: none;
    box-sizing: border-box;
    background: #111;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.option-hover:before {
    background: #111;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 0;
    font-size: 24px;
    color: #757a8a;
    line-height: 40px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    font-weight: 700;
}

.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

.custom-option:hover, .custom-option.selection {
    background: #111;
}


.intellectual_property {
    width: 100%;
    background: #FFF;
}

.intellectual_property .property_title {
    width: 1136px;
    padding: 104px 0 64px;
    margin: 0 auto;
    border-bottom: 1px solid #101010;
}

.intellectual_property .property_title > h3 {
    font-size: 40px;
    font-weight: normal;
    color: #101010;
    line-height: 1;
}

.intellectual_property .property_title > p {
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #777777;
    line-height: 1;
    padding-top: 20px;
}

.intellectual_property .patent {
    width: 1136px;
    padding: 48px 0;
    margin: 0 auto;
    border-bottom: 1px solid #101010;
}

.intellectual_property .patent .patent_title {
    width: 368px;
    display: inline-block;
    vertical-align: top;
}

.intellectual_property .patent .patent_title > h4 {
    font-size: 24px;
    line-height: 1;
    color: #111;
    font-weight: normal;
}

.intellectual_property .patent .patent_title > p {
    font-size: 14px;
    letter-spacing: -0.05em;
    color: #777777;
    line-height: 1.3;
    padding-top: 20px;
}

.intellectual_property .patent .patent_title > p > strong {
    font-weight: normal;
    color: #111;
}

.intellectual_property .patent .patent_info {
    width: 752px;
    margin-left: 12px;
    display: inline-block;
}

.intellectual_property .patent .patent_info > ul {
    width: 100%;
}

.intellectual_property .patent .patent_info > ul > li {
    width: 137px;
    display: inline-block;
    margin-left: 13px;
}

.intellectual_property .patent .patent_info > ul > li::before {
    content: " ";
    width: 137px;
    height: 192px;
    border: 1px solid #e2e3e3;
    position: absolute;
    box-sizing: border-box;
}

.intellectual_property .patent .patent_info > ul > li:first-child {
    margin-left: 0;
}

.intellectual_property .patent .patent_info > ul > li:nth-child(6) {
    margin-left: 0;
    margin-top: 16px;
}

.patent_top {
    width: 1136px;
    margin: 0 auto;
    padding: 32px 0;
    border-bottom: 1px solid #101010;
}

.patent_top .btn_open {
    display: inline-block;
    padding-right: 26px;
    background: url("../img/icon_down.png") right 7px no-repeat;
    font-size: 16px;
    letter-spacing: -0.05em;
    line-height: 1;
    cursor: pointer;
}

.patent_top.on {
    border-bottom: 1px solid #dfdfdf;
}

.patent_top.on .btn_open {
    display: inline-block;
    padding-right: 26px;
    background: url("../img/icon_up.png") right 7px no-repeat;
    font-size: 16px;
    letter-spacing: -0.05em;
    line-height: 1;
    cursor: pointer;
}

.patent_open {
    width: 100%;
    background: #fff;
    display: none;
}

.patent_open .top_th {
    width: 1136px;
    margin: 0 auto;
}

.patent_open .top_th > ul.dv_table {
    width: 100%;
    display: table;
}

.patent_open .top_th > ul.dv_table > li {
    display: table-cell;
    padding: 32px 0;
    font-size: 14px;
    letter-spacing: -0.05em;
    color: #777;
    text-align: left;
    vertical-align: middle;
    font-weight: 700;
}

.patent_open .top_th > ul.dv_table > li:nth-child(1) {
    width: 80px;
}

.patent_open .top_th > ul.dv_table > li:nth-child(2) {
    width: 576px;
    padding-left: 16px;
}

.patent_open .top_th > ul.dv_table > li:nth-child(3) {
    width: 192px;
    padding-left: 16px;
}

.patent_open .top_th > ul.dv_table > li:nth-child(4) {
    width: 288px;
    padding-left: 16px;
}

.patent_open .mid_con {
    width: 100%;
    background: #f6f6f6;
}

.patent_open .mid_con .patent_view {
    width: 1136px;
    margin: 0 auto;
}

.patent_open .mid_con .patent_view > ul.dv_table2 {
    width: 100%;
    display: table;
}

.patent_open .mid_con .patent_view > ul.dv_table2 > li {
    display: table-cell;
    padding: 32px 0;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #111;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
    border-bottom: 1px solid #dfdfdf;
}

.patent_open .mid_con .patent_view > ul.dv_table2 > li:nth-child(1) {
    width: 80px;
}

.patent_open .mid_con .patent_view > ul.dv_table2 > li:nth-child(2) {
    width: 576px;
    padding-left: 16px;
}

.patent_open .mid_con .patent_view > ul.dv_table2 > li:nth-child(3) {
    width: 192px;
    padding-left: 16px;
}

.patent_open .mid_con .patent_view > ul.dv_table2 > li:nth-child(4) {
    width: 288px;
    padding-left: 16px;
}

.patent_open .mid_con .patent_view > ul.dv_table2 > li > span {
    display: block;
    height: 22px;
    width: 100%;
    border: 1px solid #101010;
    border-radius: 11px;
    line-height: 18px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.05em;
    text-align: center;
}

.patent_open .mid_con .patent_view > ul.dv_table2 > li.none_line {
    border-bottom: none;
}

.patent_open .mid_con .patent_view > ul.dv_table2 > li.last_dv {
    font-weight: normal
}

.patent_open .mid_con .patent_view > ul.dv_table2 > li > p.lt_00 {
    letter-spacing: normal;
}

.map_area {
    width: 100%;
    background: #fff;
}

.map_area .map_title {
    width: 1136px;
    margin: 0 auto;
    padding: 104px 0 64px;
}

.map_area .map_title > h3 {
    font-size: 40px;
    color: #111;
    font-weight: normal;
}

.map_area .company_g {
    width: 100%;
    height: 380px;
    overflow: hidden;
    margin-bottom: 115px;
}

.swiper-container4 {
    height: 380px;
}

.swiper-container4 .swiper-wrapper {
    height: 380px !important;
}

.swiper-slide.company {
    width: 752px;
    height: 380px;
}

.swiper-container4 .swiper-button-next.company {
    width: 37px;
    height: 37px;
    background: url("../img/son2_nex.png") no-repeat;
    top: inherit;
    left: 50%;
    margin-left: 521px;
    margin-top: 25px;
    z-index: 9
}

.swiper-container4 .swiper-button-prev.company {
    width: 37px;
    height: 37px;
    background: url("../img/son2_pre.png") no-repeat;
    top: inherit;
    left: 50%;
    margin-left: 452px;
    margin-top: 25px;
    z-index: 9
}

.map_area .addres_ar {
    width: 1136px;
    margin: 0 auto;
    padding: 0 0 45px;
}

.map_area .addres_ar > p {
    margin-top: 15px;
    line-height: 1;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #101010;
}

.map_area .addres_ar > p:first-child {
    margin-top: 0;
}

.map_area .addres_ar > p > span {
    display: inline-block;
    padding-right: 20px;
}

.map_area .addres_ar > p > span > strong {
    display: inline-block;
    padding-right: 10px;
}

.map_area .map_api {
    width: 100%;
    height: 440px;
    overflow: hidden;
}


.careers_page_ar {
    background: url(../img/careers_page.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 340px;
}

.careers_page_ar > div {
    width: 1136px;
    margin: 0 auto;
    padding: 93px 0 105px;
}

.careers_page_ar > div .careers_title {
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.05em;
    font-weight: 400;
}

.careers_page_ar > div .careers_btn {
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.05em;
    padding: 16px 24px;
    display: inline-block;
    margin-top: 16px;
}


footer {
    width: 100%;
    background: #111111;
}

footer .foot_in {
    width: 1136px;
    margin: 0 auto;
}

footer .foot_in .foot_dv {
    width: 100%;
    display: table;
    padding: 73px 0;
    color: #fff;
}

footer .foot_in .foot_dv .logo_box {
    display: table-cell;
    width: 272px;
    vertical-align: top;
}

footer .foot_in .foot_dv .cs_info {
    display: table-cell;
    width: 576px;
    padding-left: 16px;
    vertical-align: top;
    line-height: 1;
    position: relative;
}

footer .foot_in .foot_dv .cs_info > p {
    font-size: 16px;
    letter-spacing: -0.05em;
    opacity: 0.6;
}

footer .foot_in .foot_dv .cs_info > p > button {
    width: 63px;
    height: 26px;
    border: 1px solid #404040;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
}

footer .foot_in .foot_dv .cs_info > h3 {
    padding-top: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

footer .foot_in .foot_dv .cs_info > h3.em {
    padding: 8px 0 24px;
    font-size: 24px;
}

footer .foot_in .foot_dv .cs_info > span.openTime {
    padding-top: 8px;
    opacity: 1;
    color: #8f8f8f;
    font-size: 14px;
}

footer .foot_in .foot_dv .cs_info > span.openTime > i {
    font-style: normal;
}

footer .foot_in .foot_dv .cs_info > h4 {
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
}

footer .foot_in .foot_dv .cs_info > h4 > span {
    padding-left: 10px;
}

footer .foot_in .foot_dv .cs_info > h4 > span > a {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;

}

footer .foot_in .foot_dv .cs_info > span {
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    display: block;
    letter-spacing: -0.5px;
}

footer .foot_in .foot_dv .cs_info .copy {
    padding-top: 8px;
    font-size: 12px;
    color: #8f8f8f;
}

footer .foot_in .foot_dv .cs_info .language {
    width: 136px;
    height: 40px;
    position: absolute;
    right: -288px;
    bottom: 0;
    z-index: 10;
}

footer .foot_in .foot_dv .quick_link {
    display: table-cell;
    width: 288px;
    padding-left: 16px;
    vertical-align: top;
    position: relative;
}

footer .foot_in .foot_dv .quick_link .quick_link_ar {
    position: relative;
}

footer .foot_in .foot_dv .quick_link .btn_site {
    height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    line-height: 1;
    background: url("../img/icon_plus.png") 251px 0 no-repeat;
    font-size: 16px;
    letter-spacing: -0.05em;
}

footer .foot_in .foot_dv .quick_link .btn_site.on {
    background: url("../img/icon_close.png") 251px 0 no-repeat;
}

footer .foot_in .foot_dv .quick_link .link_box {
    width: 272px;
    position: absolute;
    background: #fff;
    border: 1px solid #111;
    padding: 25px;
    font-size: 14px;
    letter-spacing: -0.05em;
    bottom: 50px;
    display: none;
}

footer .foot_in .foot_dv .quick_link .link_box > a {
    display: block;
    margin-top: 14px;
    color: #111;
}

footer .foot_in .foot_dv .quick_link .link_box > a:first-child {
    margin-top: 0;
}

footer .foot_in .foot_dv .quick_link .btn_site2 {
    height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    line-height: 1;
    background: url("../img/icon_plus.png") 251px 0 no-repeat;
    font-size: 16px;
    letter-spacing: -0.05em;
    margin-top: 20px;
}

footer .foot_in .foot_dv .quick_link .btn_site2.on {
    background: url("../img/icon_close.png") 251px 0 no-repeat;
}

footer .foot_in .foot_dv .quick_link .link_box2 {
    width: 272px;
    position: absolute;
    background: #fff;
    border: 1px solid #111;
    padding: 25px;
    font-size: 14px;
    letter-spacing: -0.05em;
    bottom: 50px;
    display: none;
}

footer .foot_in .foot_dv .quick_link .link_box2 > a {
    display: block;
    margin-top: 14px;
    color: #111;
}

footer .foot_in .foot_dv .quick_link .link_box2 > a:first-child {
    margin-top: 0;
}


.quick_sns {
    padding-top: 16px;
}

.quick_sns > a {
    margin-right: 4px;
}

/*소희 start*/

/* 플랫폼*/
.sub_con .platform_ar {
    width: 100%;
    padding-top: 104px;
}

.platform_ar .intro_tit {
    padding: 140px 0 48px;
    width: 1136px;
    margin: 0 auto;
}

.platform_ar .intro_tit > h2 {
    font-size: 54px;
    color: #111111;
    font-family: "Montserrat";
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.platform_ar .bg_full_title {
    width: 100%;
    background: url(../img/platform_01.jpg) center no-repeat;
    height: 300px;
    background-size: cover;
    text-align: center;
    padding-top: 85px;
}

.platform_ar .bg_full_title h3 {
    background: url(../img/logo_inumber.png) 0 0 no-repeat;
    width: 188px;
    height: 45px;
    text-indent: -9999px;
    margin: 0 auto;
}

.platform_ar .bg_full_title p {
    font-size: 20px;
    color: #fff;
    padding-top: 35px;
}

.platform_inumber .inumber_info_inner {
    width: 1136px;
    margin: 0 auto;
    padding: 104px 96px;
    box-sizing: border-box
}

.platform_inumber .inumber_info_inner .title {
    text-align: center;
    font-size: 24px;
    color: #111;
}

.platform_inumber .inumber_info_inner .title:after {
    content: "";
    display: block;
    height: 56px;
    width: 2px;
    background-color: #000;
    margin: 40px auto 73px;
}

.platform_inumber .inumber_info_inner .title strong {
    font-size: 32px;
    font-weight: 700
}

.platform_inumber .inumber_info_inner .inumber_info ul li {
    width: 176px;
    display: inline-block;
    text-align: center;
    margin-right: 204px;
    box-sizing: border-box
}

.platform_inumber .inumber_info_inner .inumber_info ul li:last-child {
    margin-right: 0
}

.platform_inumber .inumber_info_inner .inumber_info ul li .img_ar {
    height: 125px
}

.platform_inumber .inumber_info_inner .inumber_info ul li p {
    font-size: 20px;
    letter-spacing: -2.5px
}

.inumber_biz_inner {
    width: 100%;
    background-color: #f6f6f6;
    padding-top: 104px;
}

.inumber_biz_inner .title {
    text-align: center;
    font-size: 32px;
    color: #111;
}

.inumber_biz_inner .inumber_biz {
    width: 560px;
    margin: 0 auto;
    padding: 155px 95px 200px;
    box-sizing: border-box;
    text-align: center;
}

.inumber_biz_inner .inumber_biz ul {
    position: relative
}

.inumber_biz_inner .inumber_biz ul li {
    position: absolute;
    width: 218px;
    height: 93px;
    border: 8px solid #dfdfdf;
    border-radius: 50px;
    background-color: #fff;
    color: #111;
    padding-top: 8px;
}

.inumber_biz_inner .inumber_biz ul li p {
    font-size: 16px;
    letter-spacing: -0.05em;
    line-height: 1;
}

.inumber_biz_inner .inumber_biz ul li p strong {
    font-size: 20px
}

.inumber_biz_inner .inumber_biz ul li p a {
    background: url("../img/platform_icon_04.png") 100% 7px no-repeat;
    padding-right: 13px;
    color: #111;
}

.inumber_biz_inner .inumber_biz ul li:first-child {
    top: -325px;
    left: 75px;
}

.inumber_biz_inner .inumber_biz ul li:first-child:hover {
    background: #dfdfdf;
}

.inumber_biz_inner .inumber_biz ul li:nth-child(2) {
    left: -60px;
    border: 8px solid #c8c8c8;
}

.inumber_biz_inner .inumber_biz ul li:nth-child(2):hover {
    background: #c8c8c8;
}

.inumber_biz_inner .inumber_biz ul li:nth-child(3) {
    left: 215px;
    border: 8px solid #b1b1b1;
}

.inumber_biz_inner .inumber_biz ul li:nth-child(3):hover {
    background: #b1b1b1;
}

.inumber_biz_inner .inumber_biz ul li:after {
    content: "연동";
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.05em;
    position: relative;
    top: 35px;
    background-color: #f6f6f6;
    left: 1px;
}

.inumber_biz_inner .inumber_biz ul li:nth-child(2):after {
    top: -115px;
    left: 25px
}

.inumber_biz_inner .inumber_biz ul li:nth-child(3):after {
    top: -115px;
    left: -25px
}

.inumber_bt_img ul {
    font-size: 0
}

.inumber_bt_img ul li {
    display: inline-block;
    width: 33.333%;
    background-size: cover
}

.inumber_bt_img ul li img {
    background-size: cover;
    width: 100%
}

/*비즈니스- 솔루션*/

.sub_con .business_ar {
    width: 100%;
    padding-top: 104px;
}

.business_ar .intro_tit {
    padding: 140px 0 48px;
    width: 1136px;
    margin: 0 auto;
    display: table
}

.business_ar .intro_tit > h2 {
    font-size: 54px;
    color: #111111;
    font-family: "Montserrat";
    font-weight: 700;
    line-height: 1;
    display: table-cell;
    letter-spacing: 0;
}

.business_ar .intro_tit .tab_area {
    display: table-cell;
    text-align: right;
    vertical-align: middle
}

.business_ar .intro_tit .tab_area ul li {
    display: inline-block;
    padding-right: 77px
}

.business_ar .intro_tit .tab_area ul li a {
    font-size: 24px;
    color: #aaa;
    font-weight: 400;
    text-align: right;
}

.business_ar .intro_tit .tab_area ul li.active a {
    font-size: 24px;
    color: #111;
    font-weight: 700
}

.business_ar .intro_tit .tab_area ul li:last-child {
    padding-right: 0
}

.list_tab00 .solution_contents .bg_full_title {
    background: url(../img/solution_01.jpg) center center no-repeat;
    background-size: cover;
    height: 300px;
}

.solution_contents .bg_full_title {
    padding-top: calc(150px - 10px);
    font-size: 20px;
    color: #fff;
    text-align: center
}

.solution_contents .solution_con1 {
    position: relative;
    background: #fff url(../img/service_bg1.png) right 15px no-repeat
}

.solution_contents .solution_con1 .solution_con1_inner {
    width: 1136px;
    margin: 0 auto;
    padding: 104px 0 145px;
    display: table;
    background: #fff url(../img/service_bg2.png) 0 14px no-repeat
}

.solution_contents .solution_con1 .con_left {
    display: table-cell;
    width: 384px;
}

.solution_contents .solution_con1 .con_left h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
}

.solution_contents .solution_con1 .con_left p {
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: 300;
    padding-top: 25px;
    color: #7d7d7d
}

.solution_contents .solution_con1 .con_left img {
    padding-top: 57px;
}

.solution_contents .solution_con1 .con_right {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.solution_contents .solution_con1 .con_right h4 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 16px;
}

.solution_contents .solution_con1 .con_right ul {
    padding-top: 104px;
}

.solution_contents .solution_con1 .con_right ul li {
    display: inline-block;
    width: 223px;
    text-align: center;
    margin-right: 37px;
    vertical-align: top;
}

.solution_contents .solution_con1 .con_right ul li:last-child {
    margin-right: 0
}

.solution_contents .solution_con1 .con_right ul li h5 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #111;
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: 700
}

.solution_contents .solution_con1 .con_right ul li .right_img {
    height: 224px
}

.solution_contents .solution_con1 .con_right ul li .right_img img {
    padding-top: 80px
}

.solution_contents .solution_con1 .con_right ul li .int {
    display: inline;
    margin: 0 auto;
}

.solution_contents .solution_con1 .con_right ul li .int > p {
    font-size: 16px;
    text-align: center;
    padding-top: 8px;
}

.solution_contents .solution_con2 {
    width: 100%;
    background: #f6f6f6 url(../img/service_bg1.png) right 15px no-repeat
}

.solution_contents .solution_con2 .solution_con2_inner {
    width: 1136px;
    margin: 0 auto;
    padding: 104px 0 330px;
    display: table;
    background: #f6f6f6 url(../img/service_bg2.png) 0 14px no-repeat
}

.solution_contents .solution_con2 .con_left {
    display: table-cell;
    width: 384px;
}

.solution_contents .solution_con2 .con_left h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
}

.solution_contents .solution_con2 .con_left h3 span {
    font-size: 24px
}

.solution_contents .solution_con2 .con_left p {
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: 300;
    padding-top: 25px;
    color: #7d7d7d
}

.solution_contents .solution_con2 .con_left img {
    padding-top: 57px;
}

.solution_contents .solution_con2 .con_right h4 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 16px
}

.solution_contents .solution_con2 .con_right {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    position: relative
}

.solution_contents .solution_con2 .con_right .process_center {
    text-align: center;
    padding-top: 104px;
}

.solution_contents .solution_con2 .con_right ul li {
    width: 162px;
    height: 162px;
    border-radius: 50%;
    background-color: #aeaeae;
    position: absolute;
    bottom: -75px;
    left: 55px;
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: 700;
    color: #fff
}

.solution_contents .solution_con2 .con_right ul li:nth-child(1):before {
    content: "01.인증요청";
    display: block;
    font-size: 15px;
    color: #111;
    position: absolute;
    top: -68px;
    transform: rotate(-45deg);
    left: 70px;
    font-family: "Montserrat";
    width: 100%;
    letter-spacing: 0;
}

.solution_contents .solution_con2 .con_right ul li:nth-child(1):after {
    content: "04.인증회신";
    display: block;
    font-size: 15px;
    color: #111;
    position: absolute;
    top: -23px;
    transform: rotate(-45deg);
    left: 118px;
    font-family: "Montserrat";
    width: 100%
}

.solution_contents .solution_con2 .con_right ul li:nth-child(2) {
    bottom: -178px;
    left: 300px;
    border: 1px solid #111;
    background-color: #f6f6f6;
    color: #111
}

.solution_contents .solution_con2 .con_right ul li:nth-child(3):before {
    content: "02.발급조회요청";
    display: block;
    font-size: 15px;
    color: #111;
    position: absolute;
    top: -75px;
    transform: rotate(45deg);
    left: -67px;
    font-family: "Montserrat";
    width: 100%;
    letter-spacing: 0;
}

.solution_contents .solution_con2 .con_right ul li:nth-child(3):after {
    content: "03.발급확인회신";
    display: block;
    font-size: 15px;
    color: #111;
    position: absolute;
    top: -28px;
    transform: rotate(45deg);
    left: -116px;
    font-family: "Montserrat";
    width: 100%;
    letter-spacing: 0;
}

.solution_contents .solution_con2 .con_right ul li:nth-child(3) {
    bottom: -75px;
    left: 525px;
    background-color: #5a5a5a;
}

.solution_contents .solution_con2 .con_right ul li p {
    line-height: 162px;
}

.solution_contents .solution_con2 .con_right ul li .process_abs {
    position: absolute;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #111;
    font-weight: 400;
    padding-top: 14px;
}

.solution_contents .solution_con3 {
    width: 100%;
    background: #fff url(../img/service_bg1.png) right 15px no-repeat
}

.solution_contents .solution_con3 .solution_con3_inner {
    width: 1136px;
    margin: 0 auto;
    padding: 104px 0 130px;
    display: table;
    background: #fff url(../img/service_bg2.png) 0 14px no-repeat
}

.solution_contents .solution_con3 .con_left {
    display: table-cell;
    width: 384px;
}

.solution_contents .solution_con3 .con_left h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
}

.solution_contents .solution_con3 .con_left p {
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: 300;
    padding-top: 25px;
    color: #7d7d7d
}

.solution_contents .solution_con3 .con_left img {
    padding-top: 57px;
}

.solution_contents .solution_con3 .con_right {
    display: table-cell;
    text-align: center;
    position: relative;
    vertical-align: top;
}

.solution_contents .solution_con3 .con_right > div {
    padding-top: 134px
}

.solution_contents .solution_con3 .con_right h4 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 16px
}

.solution_contents .solution_con3 .con_right ul {
    display: inline-block;
    vertical-align: middle;
}

.solution_contents .solution_con3 .con_right ul li {
    width: 162px;
    height: 63px;
    background-color: #5a5a5a;
    color: #fff;
    border-radius: 30px;
}

.solution_contents .solution_con3 .con_right ul li p {
    line-height: 63px;
    font-size: 16px;
    letter-spacing: -0.05em;
    font-weight: 700;
    position: relative
}

.solution_contents .solution_con3 .con_right ul li:first-child p:before {
    content: "서비스 제공";
    display: block;
    position: absolute;
    top: 10px;
    left: 155px;
    color: #111;
    font-size: 15px;
    width: 100%
}

.solution_contents .solution_con3 .con_right ul li:first-child p:after {
    content: "APP";
    display: block;
    position: absolute;
    top: -10px;
    left: 155px;
    color: #111;
    font-size: 15px;
    width: 100%
}

.solution_contents .solution_con3 .con_right ul li:nth-child(2) {
    background-color: #aeaeae;
    color: #fff;
    margin-top: 78px
}

.solution_contents .solution_con3 .con_right ul li:nth-child(2) p:before {
    content: "오프라인";
    display: block;
    position: absolute;
    top: -10px;
    left: 155px;
    color: #111;
    font-size: 15px;
    width: 100%
}

.solution_contents .solution_con3 .con_right ul li:nth-child(2) p:after {
    content: "사용처 제공";
    display: block;
    position: absolute;
    top: 10px;
    left: 155px;
    color: #111;
    font-size: 15px;
    width: 100%
}

.solution_contents .solution_con3 .con_right .process_center {
    display: inline-block
}

.solution_contents .solution_con3 .con_right .process_center img {
    margin-left: -3px
}

.solution_contents .solution_con3 .con_right div > p {
    padding-top: 98px;
    font-size: 24px;
    font-weight: 400;
    color: #777;
}

.solution_contents .solution_con3 .con_right div > p > strong {
    color: #111
}

/*비즈니스- 서비스*/
.list_tab01 .service_contents .bg_full_title {
    background: url(../img/service_01.jpg) center center no-repeat;
    background-size: cover;
    height: 300px;
    padding-top: calc(150px - 10px);
    font-size: 20px;
    color: #fff;
    text-align: center
}

/*20210308 추가*/
.service_contents .service_con0 {
    position: relative;
    background: url(../img/service_bg1.png) right 15px no-repeat
}

.service_contents .service_con0 .service_con0_inner {
    width: 1136px;
    margin: 0 auto;
    padding: 104px 0 145px;
    display: table;
    background: url(../img/service_bg2.png) 0 14px no-repeat
}

.service_contents .service_con0 .con_left {
    display: table-cell;
    width: 384px;
}

.service_contents .service_con0 .con_left h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
}

.service_contents .service_con0 .con_left p {
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: 300;
    padding-top: 25px;
    color: #7d7d7d
}

.service_contents .service_con0 .con_left img {
    padding-top: 57px;
}

.service_contents .service_con0 .con_left > a {
    display: inline-block;
    width: 176px;
    line-height: 48px;
    height: 50px;
    border: 1px solid #111;
    margin: 32px 0 0;
    text-align: left;
    background: url(../img/contents_link.png) 140px center no-repeat;
    padding-left: 20px
}

.service_contents .service_con0 .con_right {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

.service_contents .service_con0 .con_right h4 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 16px
}

.service_contents .service_con0 .con_right ul {
    padding-top: 64px;
    width: 100%;
    display: table;
}

.service_contents .service_con0 .con_right ul li {
    display: table-cell;
    vertical-align: top;
    padding-right: 67px
}

.service_contents .service_con0 .con_right ul li:nth-child(3) {
    padding-right: 0
}

.service_contents .service_con0 .con_right ul li h5 {
    font-size: 16px;
    letter-spacing: -0.05em;
    font-weight: 700;
    text-align: left
}

.service_contents .service_con0 .con_right ul li .right_img {
    text-align: center;
    margin-bottom: 47px;
}

.service_contents .service_con0 .con_right ul li p {
    font-size: 16px;
    letter-spacing: -0.1em;
    text-align: left;
    padding-top: 10px;
}

.service_contents .service_con0 .con_right .con_bottom {
    text-align: center;
    padding-top: 80px;
}

.service_contents .service_con0 .con_right .con_bottom p {
    font-size: 24px;
    color: #777
}

.service_contents .service_con0 .con_right .con_bottom p strong {
    color: #111
}

/*//20210308 추가*/

.service_contents .service_con1 {
    position: relative;
    background: #f6f6f6 url(../img/service_bg1.png) right 15px no-repeat
}

.service_contents .service_con1 .service_con1_inner {
    width: 1136px;
    margin: 0 auto;
    padding: 104px 0 145px;
    display: table;
    background: url(../img/service_bg2.png) 0 14px no-repeat
}

.service_contents .service_con1 .con_left {
    display: table-cell;
    width: 384px;
}

.service_contents .service_con1 .con_left h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
}

.service_contents .service_con1 .con_left p {
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: 300;
    padding-top: 25px;
    color: #7d7d7d
}

.service_contents .service_con1 .con_left img {
    padding-top: 57px;
}

.service_contents .service_con1 .con_left > a {
    display: inline-block;
    width: 176px;
    line-height: 48px;
    height: 50px;
    border: 1px solid #111;
    margin: 32px 0 0;
    text-align: left;
    background: url(../img/contents_link.png) 140px center no-repeat;
    padding-left: 20px
}

.service_contents .service_con1 .con_right {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

.service_contents .service_con1 .con_right h4 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 16px
}

.service_contents .service_con1 .con_right ul {
    padding-top: 64px;
}

.service_contents .service_con1 .con_right ul li {
    display: inline-block;
    vertical-align: top;
    padding-right: 67px
}

.service_contents .service_con1 .con_right ul li:last-child {
    padding-right: 0
}

.service_contents .service_con1 .con_right ul li h5 {
    font-size: 16px;
    letter-spacing: -0.05em;
    font-weight: 700;
    text-align: left
}

.service_contents .service_con1 .con_right ul li .right_img {
    text-align: center;
    margin-bottom: 47px;
}

.service_contents .service_con1 .con_right ul li p {
    font-size: 16px;
    letter-spacing: -0.05em;
    text-align: left;
    padding-top: 10px;
}

.service_contents .service_con1 .con_right .con_bottom {
    text-align: center;
    padding-top: 80px;
}

.service_contents .service_con1 .con_right .con_bottom p {
    font-size: 24px;
    color: #777
}

.service_contents .service_con1 .con_right .con_bottom p strong {
    color: #111
}

.service_contents .service_con2 {
    position: relative;
    background: #f6f6f6 url(../img/service_bg1.png) right 15px no-repeat
}

.service_contents .service_con2 .service_con2_inner {
    width: 1136px;
    margin: 0 auto;
    padding: 104px 0 145px;
    display: table;
    background: #f6f6f6 url(../img/service_bg2.png) 0 14px no-repeat
}

.service_contents .service_con2 .con_left {
    display: table-cell;
    width: 384px;
}

.service_contents .service_con2 .con_left h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
}

.service_contents .service_con2 .con_left p {
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: 300;
    padding-top: 25px;
    color: #7d7d7d
}

.service_contents .service_con2 .con_left img {
    padding-top: 57px;
}

.service_contents .service_con2 .con_left > a {
    display: block;
    width: 176px;
    line-height: 48px;
    height: 50px;
    border: 1px solid #111;
    margin: 32px 0 0;
    text-align: left;
    background: url(../img/contents_link.png) 140px center no-repeat;
    padding-left: 20px
}

.service_contents .service_con2 .con_right {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

.service_contents .service_con2 .con_right h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 16px
}

.service_contents .service_con2 .con_right .con_right_inner {
    padding-top: 64px
}

.service_contents .service_con2 .con_right .con_right_inner > p {
    width: 560px;
    margin: 0 auto;
    border: 10px solid #e7e7e7;
    box-sizing: border-box;
    height: 84px;
    line-height: 60px;
    font-size: 18px;
    letter-spacing: -0.05em;
}

.service_contents .service_con2 .con_right .con_right_inner ul li {
    display: inline-block;
    padding-right: 72px;
    position: relative
}

.service_contents .service_con2 .con_right .con_right_inner ul li:first-child:after {
    content: "";
    display: block;
    width: 133px;
    border: 1px solid #111;
    position: absolute;
    top: 43%;
    left: 120px;
}

.service_contents .service_con2 .con_right .con_right_inner ul li:nth-child(2) {
    padding-right: 55px
}

.service_contents .service_con2 .con_right .con_right_inner ul li:nth-child(2):after {
    content: "";
    display: block;
    width: 133px;
    border: 1px solid #111;
    position: absolute;
    top: 43%;
    left: 135px;
}

.service_contents .service_con2 .con_right .con_right_inner ul li:last-child {
    padding-right: 0
}

.service_contents .service_con2 .con_right .con_right_inner ul li h5 {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background-color: #111;
    margin: 40px auto 25px;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #fff;
    font-weight: 400;
    line-height: 108px;
}

.service_contents .service_con2 .con_right .con_right_inner ul li p {
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #666;
}

.service_contents .service_con2 .con_right .con_right_inner ul li p strong {
    color: #111;
}

.service_contents .service_con2 .con_right .con_right_inner .con_bottom {
    padding-top: 80px
}

.service_contents .service_con2 .con_right .con_right_inner .con_bottom p {
    font-size: 24px;
    color: #777
}

.service_contents .service_con2 .con_right .con_right_inner .con_bottom p strong {
    color: #111
}

.service_contents .service_con3 {
    width: 100%;
    font-size: 0;
    background: #f6f6f6;
    background-size: 100%;
}

.service_contents .service_con3 .service_con3_inner {
    width: 1136px;
    margin: 0 auto
}

.service_contents .service_con3 .con_left {
    display: inline-block;
    width: 50%;
    padding-top: 104px
}

.service_contents .service_con3 .con_left h3 {
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 25px;
    line-height: 1
}

.service_contents .service_con3 .con_left p {
    font-size: 18px;
    font-weight: 300;
    color: #727272;
    padding-bottom: 37px
}

.service_contents .service_con3 .con_left img {
    padding-left: 288px
}

.service_contents .service_con3 .con_right {
    display: inline-block;
    width: 50%;
    padding-left: 73px;
    padding-top: 104px;
    border-left: 1px solid #f1f1f1;
}

.service_contents .service_con3 .con_right h3 {
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 25px;
    line-height: 1
}

.service_contents .service_con3 .con_right p {
    font-size: 18px;
    font-weight: 300;
    color: #727272;
    padding-bottom: 37px
}

.service_contents .service_con3 .con_right img {
    padding-left: 288px
}

/*비즈니스- 콘텐츠*/

/*탭메뉴*/
#tab_cash {
    display: none
}

.content_contents > div > h4 {
    text-align: center;
    font-size: 32px;
    color: #111;
    line-height: 1;
    padding-bottom: 24px
}

.content_contents > div > p {
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #777;
    padding-bottom: 65px;
    line-height: 1
}

.content_contents .bg_full_title {
    background: url(../img/contents_01.jpg) center center no-repeat;
    background-size: cover;
    height: 300px;
    padding-top: calc(150px - 10px);
    font-size: 20px;
    text-align: center
}

.content_contents .bg_full_title > p {
    color: #fff;
    font-size: 20px;
}

.content_contents .content_con1 {
    text-align: center;
    padding: 105px 0
}

.content_contents .content_con1 > ul {
    font-size: 0
}

.content_contents .content_con1 > ul > li {
    display: inline-block;
    margin-right: 16px;
    text-align: left;
    color: #fff;
    padding: 42px;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    font-size: 16px;
    letter-spacing: -0.05em;
}

.content_contents .content_con1 > ul > li.con1_crm {
    background: url(../img/contents_02.jpg) 0 0 no-repeat;
    width: 368px;
    height: 430px;
    position: relative;
}

.content_contents .content_con1 > ul > li.con1_branding {
    background: url(../img/contents_03.jpg) 0 0 no-repeat;
    width: 368px;
    height: 430px
}

.content_contents .content_con1 > ul > li.con1_ecommerce {
    background: url(../img/contents_04.jpg) 0 0 no-repeat;
    width: 368px;
    height: 430px;
    margin-right: 0
}

.content_contents .content_con1 > ul > li > p {
    font-family: "Montserrat";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    padding-bottom: 38px
}

.content_contents .content_con1 > ul > li > div h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 19px
}

.content_contents .content_con1 > ul > li > div p {
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: 400;
    color: #cbcbcb;
    line-height: 1.3;
}

.content_contents .content_con1 > ul > li > ul {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
}

.content_contents .content_con1 > ul > li > ul > li {
    display: inline-block;
    line-height: 1;
    margin-right: 35px
}

.content_contents .content_con1 > ul > li.con1_crm ul li:first-child {
    background: url(../img/contents_02_1.png) center 0 no-repeat;
    padding-top: 46px;
}

.content_contents .content_con1 > ul > li.con1_crm ul li:nth-child(2) {
    background: url(../img/contents_02_2.png) center 0 no-repeat;
    padding-top: 46px;
}

.content_contents .content_con1 > ul > li.con1_crm ul li:nth-child(3) {
    background: url(../img/contents_02_3.png) center 0 no-repeat;
    padding-top: 43px;
    margin-right: 0;
}

.content_contents .content_con1 > ul > li.con1_branding {
    background: url(../img/contents_03.jpg) 0 0 no-repeat;
    width: 368px;
    height: 430px
}

.content_contents .content_con1 > ul > li.con1_branding ul li:first-child {
    background: url(../img/contents_03_1.png) center 0 no-repeat;
    padding-top: 46px;
    margin-right: 0;
}

.content_contents .content_con1 > ul > li.con1_ecommerce {
    background: url(../img/contents_04.jpg) 0 0 no-repeat;
    width: 368px;
    height: 430px;
    margin-right: 0
}

.content_contents .content_con1 > ul > li.con1_ecommerce ul li:first-child {
    background: url(../img/contents_04_1.png) center 0 no-repeat;
    padding-top: 45px;
}

.content_contents .content_con1 > ul > li.con1_ecommerce ul li:nth-child(2) {
    background: url(../img/contents_04_2.png) center 0 no-repeat;
    padding-top: 45px;
}

.content_contents .content_con1 > ul > li.con1_ecommerce ul li:nth-child(3) {
    background: url(../img/contents_04_3.png) center 0 no-repeat;
    padding-top: 45px;
    margin-right: 0;
}

.content_contents .content_con2 {
    background-color: #f6f6f6;
    padding: 105px 0;
}

.content_contents .content_con2 .tab_area ul li a {
    position: absolute;
    top: 123px;
    left: 853px;
    width: 96px;
    height: 42px;
    line-height: 37px;
    border-radius: 25px;
    text-align: center;
    margin-right: 5px;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #919191;
    background: #dfdfdf
}

.content_contents .content_con2 .tab_area ul li.active a {
    background-color: #111111;
    color: #fff
}

.content_contents .content_con2 .tab_area ul li:nth-child(2) a {
    top: 123px;
    left: 957px;
}

.content_contents .content_con2 .content_view {
    position: relative;
    width: 1136px;
    margin: 0 auto;
}

.content_contents .content_con2 .content_view .content_tab01 {
    display: none;
}

.content_contents .content_con2 .content_view .content_tab00 > p, .content_contents .content_con2 .content_view .content_tab01 > p {
    position: absolute;
    top: 189px;
    left: 752px;
    color: #111;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.5px;
    width: 384px;
    text-align: center;
}

.content_contents .content_con2 .content_view .content_tab00 p > span, .content_contents .content_con2 .content_view .content_tab01 p > span {
    font-size: 16px
}

.content_contents .content_con3 {
    text-align: center;
    padding: 105px 0 115px
}

.content_contents .content_con4 {
    text-align: center;
    padding-top: 105px;
    background-color: #f6f6f6
}

.content_contents .content_con4 > img {
    width: 550px;
}

.content_contents > div.content_con4 > p {
    line-height: 1.5 !important
}

.content_contents .content_con5 {
    text-align: center;
    padding: 105px 0;
    background: #f6f6f6;
}

.content_contents .content_con5 .process_info_txt {
    display: table;
    width: 944px;
    margin: 0 auto 73px
}

.content_contents .content_con5 .process_info_txt p {
    display: table-cell;
    width: 177px;
    height: 62px;
    line-height: 62px;
    border: 1px solid #ebebeb;
    font-size: 16px;
    letter-spacing: -0.05em;
    background-color: #ebebeb;
    color: #111;
    font-weight: 700;
    border-right: 0;
}

.content_contents .content_con5 .process_info_txt ul {
    display: table-cell;
    width: 770px;
    height: 62px;
    line-height: 62px;
    border: 1px solid #ebebeb;
    font-size: 15px;
    margin-left: -1px;
    background: #fff;
}

.content_contents .content_con5 .process_info_txt ul li {
    display: inline-block
}

.content_contents .content_con5 .process_info_txt ul li strong {
    font-family: "Montserrat";
    font-weight: 700;
    letter-spacing: 0;
    padding-right: 10px;
    display: inline-block;
}

.content_contents .content_con5 .process_info_txt ul li:first-child {
    background: url(../img/contents_step.png) right center no-repeat;
    padding-right: 34px;
    margin-right: 20px
}

.content_contents .content_con5 .process_info_txt ul li:nth-child(2) {
    background: url(../img/contents_step.png) right center no-repeat;
    padding-right: 34px;
    margin-right: 20px
}

.content_contents .content_con5 .process_info_img ul {
    width: 895px;
    margin: 0 auto;
    font-size: 0;
}

.content_contents .content_con5 .process_info_img ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -0.05em;
    line-height: 1
}

.content_contents .content_con5 .process_info_img ul li p {
    padding-top: 15px;
    font-weight: 600;
}

.content_contents .content_con5 .process_info_img ul li:first-child {
    margin-right: 80px;
}

.content_contents .content_con5 .process_info_img ul li:first-child > img {
    width: auto;
    height: 208px;
}

.content_contents .content_con5 .process_info_img ul li:nth-child(2) {
    margin-right: 95px;
}

.content_contents .content_con5 .process_info_img ul li:nth-child(2) p {
    font-size: 24px;
    line-height: 1;
    padding-top: 27px
}

.content_contents .content_con5 .process_info_img ul li:nth-child(3) {
    vertical-align: bottom;
}

.content_contents .content_con6 {
    text-align: center;
    padding: 105px 0 133px;
    /* background-color: #f6f6f6 */
}

.content_contents .content_con6 ul {
    font-size: 0
}

.content_contents .content_con6 ul li {
    display: inline-block;
    padding-right: 15px
}

.content_contents .content_con6 ul li:last-child {
    padding-right: 0
}

.content_contents .content_con6 > a {
    display: inline-block;
    line-height: 48px;
    width: 176px;
    height: 50px;
    background: url(../img/contents_link.png) 140px center no-repeat;
    border: 1px solid #111;
    text-align: left;
    padding-left: 19px;
    margin-bottom: 80px
}

.content_contents .content_con6 > p {
    padding-bottom: 40px
}

.content_contents .content_con7 {
    text-align: center;
    padding: 105px 0 147px;
    background-color: #f6f6f6
}

.content_contents .content_con7 ul {
    width: 752px;
    margin: 0 auto
}

.content_contents .content_con7 ul li {
    display: inline-block;
    width: 33%;
    padding-bottom: 50px;
    line-height: 1;
}

.content_contents .content_con7 ul li:nth-child(4) {
    padding-bottom: 0
}

.content_contents .content_con7 ul li:nth-child(5) {
    padding-bottom: 0
}

.content_contents .content_con7 ul li:nth-child(6) {
    padding-bottom: 0
}

.content_contents .content_con8 {
    text-align: center;
    padding: 105px 0
}

.content_contents .content_con8 > p {
    padding-bottom: 40px
}

.content_contents .content_con8 > p.tmg50 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.content_contents .content_con8 .txt_info {
    font-size: 20px;
    line-height: 1.8;
    color: #111111;
    padding-top: 50px;
}

.content_contents .content_con8 > a {
    display: inline-block;
    line-height: 48px;
    width: 176px;
    height: 50px;
    background: url(../img/contents_link.png) 140px center no-repeat;
    border: 1px solid #111;
    text-align: left;
    padding-left: 19px;
    margin-bottom: 80px
}

.content_contents .content_con8 ul {
    font-size: 0
}

.content_contents .content_con8 ul li {
    display: inline-block;
    padding-right: 15px
}

.content_contents .content_con8 ul li:last-child {
    padding-right: 0
}

.content_contents .content_con9 {
    text-align: center;
    padding: 105px 0
}

.content_contents .content_con9 > p {
    padding-bottom: 40px
}

.content_contents .content_con9 > p.tmg50 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.content_contents .content_con9 .text_info {
    margin-top: 50px;
    font-size: 18px;
    line-height: 26px;
    color: #777;
    letter-spacing: -0.5px;
}

.content_contents .content_con9 .text_info > b {
    font-weight: 700;
}

.content_contents .content_con9 .txt_info {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.5px;
    color: #111111;
    padding-top: 24px;
}

.content_contents .content_con9 > a {
    display: inline-block;
    line-height: 48px;
    width: 250px;
    height: 50px;
    background: url(../img/contents_link.png) 215px center no-repeat;
    border: 1px solid #111;
    text-align: left;
    padding-left: 19px;
    margin-bottom: 80px;
    font-size: 16px;
}

.content_contents .content_con9 .con9_img {
    width: 650px;
    margin: 0 auto;
}

.content_contents .content_con9 .con9_img > ul {
    width: 100%;
}

.content_contents .content_con9 .con9_img > ul > li {
    width: 100%;
    margin-top: 48px;
}

.content_contents .content_con9 .con9_img > ul > li:first-child {
    margin-top: 0;
}

.content_contents .content_con9 .con9_img > ul > li .img_box {
    width: 100%;
}

.content_contents .content_con9 .con9_img > ul > li .img_box > img {
    width: 100%;
}

.content_contents .content_con9 .con9_img > ul > li > span {
    display: inline-block;
    margin-top: 8px;
    padding: 0 19px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
    background: #f6f6f6;
    border-radius: 18px;
    color: #777;
}


/*포트폴리오*/
.tab-button-outer {
    display: none;
}

.sub_con .portfolio_ar {
    width: 100%;
    padding-top: 104px;
    background-color: #f6f6f6
}

.portfolio_ar .intro_tit {
    padding: 140px 0 64px;
    width: 1136px;
    margin: 0 auto;
}

.portfolio_ar .intro_tit > h2 {
    font-size: 54px;
    color: #111111;
    font-family: "Montserrat";
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.portfolio_ar .intro_tit > p {
    padding-top: 24px;
    line-height: 1;
    color: #777;
    font-size: 16px;
    letter-spacing: -0.05em;
}

.portfolio_ar .tab_area {
    width: 1136px;
    margin: 0 auto;
    padding: 25px 0 25px 33px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf
}

.portfolio_ar .tab_area ul li {
    display: inline-block;
    padding-right: 40px
}

.portfolio_ar .tab_area ul li a {
    font-size: 18px;
    color: #666;
}

.portfolio_ar .tab_area ul li.is-active a {
    border-bottom: 3px solid #111;
    padding-bottom: 24px;
    color: #111;
    font-weight: 700;
    font-size: 18px
}

.portfolio_ar .portfolio_contents .list_tab01, .portfolio_ar .portfolio_contents .list_tab02, .portfolio_ar .portfolio_contents .list_tab03 {
    display: none
}

.portfolio_ar .portfolio_contents {
    width: 1136px;
    margin: 0 auto;
}

.portfolio_ar .portfolio_contents ul {
    padding-bottom: 185px
}

.portfolio_ar .portfolio_contents ul li {
    width: 100%;
    padding: 40px 0;
    display: table;
    border-bottom: 1px solid #dfdfdf;
}

.portfolio_ar .portfolio_contents ul li .img_wrap {
    width: 312px
}

.portfolio_ar .portfolio_contents ul li img {
    display: table-cell;
    width: 272px;
    height: 272px;
    background-size: 100%;
}

.portfolio_ar .portfolio_contents ul li div {
    display: table-cell;
    vertical-align: top;
}

.portfolio_ar .portfolio_contents ul li p {
    line-height: 1
}

.portfolio_ar .portfolio_contents ul li p.list_corp {
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: 700;
    padding-bottom: 13px;
    padding-top: 24px;
}

.portfolio_ar .portfolio_contents ul li p.list_title {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 27px
}

.portfolio_ar .portfolio_contents ul li p.list_info {
    font-size: 16px;
    letter-spacing: -0.05em;
    font-weight: 400
}

.page-area {
    text-align: center;
    padding: 25px 0 100px
}

.page-area nav span {
    background: url(../img/icon_prev.png) center 50% no-repeat;
    display: inline-block;
    width: 9px;
    text-indent: -9999px;
    overflow: -moz-hidden-unscrollable;
}

.page-area nav .on {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #c8c8c8;
    border-radius: 50%
}

.page-area nav a {
    color: #111;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    font-family: "Montserrat";
    font-weight: 600;
    margin-right: 10px;
    letter-spacing: 0;
}

.page-area .prev {
    background: url(../img/icon_prev.png) center 50% no-repeat;
    width: 9px;
}

.page-area .next {
    background: url(../img/icon_next.png) center 50% no-repeat;
    width: 9px;
}


/*pr center*/
.sub_con .pr_center_ar {
    width: 100%;
    padding-top: 104px;
}

.pr_center_ar .intro_tit {
    padding: 140px 0 48px;
    width: 1136px;
    margin: 0 auto;
    position: relative;
}

.pr_center_ar .intro_tit > h2 {
    font-size: 54px;
    color: #111111;
    font-family: "Montserrat";
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.pr_center_list {
    width: 1136px;
    margin: 0 auto;
    display: table;
    padding-bottom: 50px;
}

.pr_center_list ul {
    border-top: 1px solid #dfdfdf;
}

.pr_center_list ul > li {
    border-bottom: 1px solid #dfdfdf;
}

.pr_center_list ul > li .on {
    background: url(../img/prcenter_close.png) right center no-repeat
}

.pr_center_list ul > li .on h3 {
    font-weight: 700
}

.pr_center_list p {
    display: none;
    padding: 25px 0;
}

.pr_center_list p strong {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: left;
}

.pr_center_list p span {
    margin-bottom: 20px;
    display: inline-block
}

.pr_center_list ul li a {
    width: 100%;
    display: block;
    font-size: 18px;
    background: url(../img/prcenter_open.png) right center no-repeat;
}

.pr_center_list .list_title {
    display: inline-block;
    width: calc(100% - 250px);
    vertical-align: middle;
    padding: 50px 0;
}

.pr_center_list .list_title h3 {
    color: #111;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 19px;
    width: 730px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.pr_center_list .list_title span {
    color: #acacac;
    font-weight: 400;
    font-size: 14px;
    font-family: "Montserrat";
    display: block;
    line-height: 1;
    letter-spacing: 0;
}

.pr_center_list .list_logo {
    display: inline-block;
    width: 200px;
    text-align: center;
    vertical-align: middle
}

.pr_center_list .pr_center_view {
    background-color: #f6f6f6;
    padding: 64px 33px
}

.pr_center_list .pr_center_view > em {
    display: block;
    margin-top: 30px;
}

.pr_center_list .pr_center_view > em > a {
    display: inline-block;
    width: auto;
    padding-right: 30px;
    background: url("../img/icon_link2.png") right no-repeat;
    font-size: 16px;
    font-weight: bold;
}

.pr_center_list .pr_center_view > span {
    text-align: center;
    display: block;
}

.pr_center_list .pr_center_view > span:first-child {
    margin-top: 40px;
}

.pr_center_list .pr_center_view > span > em {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.pr_center_list .pr_center_view > span > b {
    display: block;
    text-align: center;
    font-size: 20px;
}

.pr_center_list .pr_center_view > span > img {
    width: 50%;
}

.pr_center_list .pr_center_view > span > i {
    display: block;
    margin: 10px auto 0;
    font-style: normal;
    font-size: 13px;
    width: 50%;
}

/*소희 end*/

/* 퀵메뉴 */
#followquick {
    right: 20px;
    z-index: 99999;
    position: fixed;
    bottom: 10%;
    text-align: center;
}

#followquick .q_link {
    width: 88px;
    height: 88px;
    border: 0;
    border-radius: 44px;
    background: #f5f5f5;
    padding: 14px 0 0;
    text-align: center;
}

#followquick .q_link .send_q {
    display: block;
    padding-top: 40px;
    background: url("../img/icon_mail.png") top center no-repeat;;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}

#followquick .q_link .cs_q {
    display: block;
    padding-top: 40px;
    background: url("../img/icon_cs.png") top center no-repeat;;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    height: 100%;
    
}

#followquick .btn_top {
    width: 36px;
    height: 36px;
    background: url("../img/btn_top.png") no-repeat;
    margin: 10px auto 0;
}

.send_info {
    padding-right: 16px;
    background: url("../img/send_info_bg.png") right 100px no-repeat;
    width: 340px;
    position: fixed;
    right: 110px;
    bottom: 13%;
    display: none;
    z-index: 14;
}

.send_info.on {
    display: block;
}

.send_info .send_inner {
    background: #cdcdcd;
    padding: 30px;
    border-radius: 15px;
}

.send_info .send_inner > p {
    font-size: 14px;
    color: #111111;
}

.send_info .send_inner > h5 {
    font-size: 14px;
    color: #111111;
    padding: 20px 0 12px;
    line-height: 1;
}

.send_info .send_inner > h4 {
    font-size: 18px;
    color: #111111;
    padding-bottom: 4px;
    line-height: 1;
}

.send_info .send_inner > h4.em {
    font-size: 18px;
    padding-bottom: 0;
}

.send_info .send_inner > span {
    font-size: 14px;
    color: #111111;
}


@media screen and (max-width: 1136px) {
    .popol_ar .popol_inner {
        width: 100%;
        margin-top: 50px;
        height: 424px;
        margin-left: 40px
    }
}

@media screen and (min-width: 640px) {
    .tab-button-outer {
        display: block;
    }

    .tab-select-outer {
        display: none;
    }
}

/* 20210325 추가 */
.ft_banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 0.85;
    z-index: 500;
    height: 80px;
    background: #004167;
}

.ft_banner .img_inner {
    width: 1280px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -640px;
    height: 80px;
    background: url(../img/banner_top.jpg) no-repeat;
    background-size: auto 100%;
}

.ft_banner .img_inner .closer {
    position: absolute;
    color: #fff;
    display: inline-block;
    top: 15px;
    z-index: 501;
    padding-right: 20px;
    width: 1280px;
    right: 0;
    text-align: right;
}

.ft_banner .img_inner .closer a {
    vertical-align: top;
    position: relative;
    color: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/btn_top_X.png) no-repeat;
    background-size: 100%;
    font-size: 0;
}

.ft_banner .img_inner .closer > div {
    margin-top: 15px;
}

.ft_banner .img_inner .closer > div > label {
    font-size: 14px;
}


/* 파트너쉽 */
.partnership_contents .bg_full_title {
    background: url(../img/partnership-img-01.png) center center no-repeat;
    background-size: cover;
    height: 300px;
    padding-top: calc(150px - 10px);
    font-size: 20px;
    color: #fff;
    text-align: center
}

.partnership_contents .bg_full_title.t02 {
    background: url(../img/partnership-img-02.jpg) center center no-repeat;
    background-size: cover;
    height: 300px;
    padding-top: calc(150px - 10px);
    font-size: 20px;
    color: #fff;
    text-align: center
}
.partnership_contents .bg_full_title.t03 {
    background: url(../img/partnership-img-03.jpg) center center no-repeat;
    background-size: cover;
    height: 300px;
    padding-top: calc(150px - 10px);
    font-size: 20px;
    color: #fff;
    text-align: center
}

.partnership_contents .partnership_contents_01 {
    width: 100%;
    text-align: center;
}

.partnership_contents .partnership_contents_01 .stap_area {
    width: 1136px;
    margin: 0 auto;
    padding: 104px 0;
}

.partnership_contents .partnership_contents_01 .stap_area > h4 {
    font-size: 28px;
    line-height: 41px;
    letter-spacing: -0.5px;
    color: #111;
}

.partnership_contents .partnership_contents_01 .stap_area > ul {
    margin-top: 50px;
    width: auto;
    font-size: 0;
}

.partnership_contents .partnership_contents_01 .stap_area > ul > li {
    width: 209px;
    padding-left: 39px;
    background: url(../img/triangle_stap.svg) 14px center no-repeat;
    background-size: 12px;
    display: inline-block;
}

.partnership_contents .partnership_contents_01 .stap_area > ul > li:first-child {
    width: 170px;
    padding-left: 0;
    background: none;
}

.partnership_contents .partnership_contents_01 .stap_area > ul > li > span {
    display: block;
    width: 170px;
    height: 88px;
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.4px;
    border-radius: 16px;
    border: 1px solid #e8e8e8;
}

.partnership_contents .partnership_contents_01 .content_partnership_01 {
    width: 100%;
    background: #f6f6f6;
    padding: 104px 0;
}

.partnership_contents .partnership_contents_01 .content_partnership_01 > h2 {
    font-size: 28px;
    line-height: 48px;
    letter-spacing: -0.5px;
}

.partnership_contents .partnership_contents_01 .content_partnership_01 > p {
    font-size: 16px;
    color: #777;
    line-height: 24px;
    letter-spacing: -0.5px;
    padding: 24px 0 10px;
}

.info_input_area {
    width: 1136px;
    margin: 0 auto;
    padding: 70px 148px 0;
}

.info_input_area > h3 {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.5px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #111;
    width: 100%;
    position: relative;
    padding-bottom: 15px;
}

.info_input_area > h3 > span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding-left: 14px;
    background: url(../img/point_star.svg) left center no-repeat;
    position: absolute;
    right: 0;
    bottom: 8px;
    color: #ff4c50;
    font-weight: normal;
}

.info_input_area > ul {
    width: 100%;
    margin-top: 36px;
    padding: 0 20px;
}

.info_input_area > ul > li {
    width: 100%;
    font-size: 0;
    margin-top: 40px;
    text-align: left;
}

.info_input_area > ul > li:first-child {
    margin-top: 0;
}

.info_input_area > ul > li > div {
    text-align: left;
    vertical-align: middle;
}

.info_input_area > ul > li > div.helf {
    width: 50%;
    padding-right: 20px;
    display: inline-block;
}

.info_input_area > ul > li > div.helf2 {
    width: 50%;
    padding-left: 20px;
    display: inline-block;
}

.info_input_area > ul > li > div > h5 {
    width: 100%;
    position: relative;
}

.info_input_area > ul > li > div > h5 > span {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.4px;
    font-weight: 700;
    padding-right: 14px;
    background: url(../img/point_star.svg) right center no-repeat;
    text-align: left;
}

.info_input_area > ul > li > div > h5 > i {
    position: absolute;
    font-size: 14px;
    right: 0;
    bottom: 0;
    line-height: 18px;
    letter-spacing: -0.4px;
    color: #777;
    font-weight: normal;
    font-style: normal;
}

.info_input_area > ul > li .inp_inline {
    width: 100%;
    font-size: 0;
    margin-top: 8px;
    position: relative;
}

.info_input_area > ul > li .inp_inline.wmd{
    width: 326px;
    display: inline-block;
}

.info_input_area > ul > li .inp_inline.wlg {
    width: calc(100% - 326px);
    padding-left: 8px;
    display: inline-block;
}

.info_input_area > ul > li .inp_inline input {
    width: 100%;
    font-size: 16px;
    padding: 3px 18px;
    letter-spacing: -0.4px;
    height: 46px;
    border-radius: 23px;
    border: 0;
}

.info_input_area > ul > li .inp_inline .inp_sm {
    display: inline-block;
    width: 112px;
    vertical-align: middle;
}

.info_input_area > ul > li .inp_inline .inp_md {
    display: inline-block;
    width: 188px;
    vertical-align: middle;
}

.info_input_area > ul > li .inp_inline .inp_lg {
    display: inline-block;
    width: 240px;
    vertical-align: middle;
}

.info_input_area > ul > li .inp_inline .dash {
    display: inline-block;
    width: 22px;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
}

.info_input_area > ul > li .inp_inline .alp {
    display: inline-block;
    width: 29px;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
}

.info_input_area > ul > li .inp_inline .dv3 {
    width: calc((100% - 44px) / 3);
    display: inline-block;
}

.info_input_area > ul > li .inp_inline .inp_lg2 {
    display: inline-block;
    width: 246px;
    vertical-align: middle;
}

.info_input_area > ul > li .inp_inline .nice-select {
    width: 100%;
    font-size: 16px;
    letter-spacing: -0.4px;
    height: 46px;
    border-radius: 23px;
    background: #fff;
    border: 0;
    color: #111;
}

.info_input_area > ul > li .inp_inline .nice-select .current {
    width: 100%;
    color: #111;
    height: 46px;
}

.info_input_area > ul > li .inp_inline .nice-select .list li {
    font-size: 16px !important;
    padding: 3px 18px;
}

.info_input_area > ul > li .inp_inline .nice-select:after {
    background: url(../img/icon-arrow-btm.svg) no-repeat;
    width: 10px;
    height: 6px;
    right: 18px;
}

.info_input_area > ul > li .inp_inline textarea {
    width: 100%;
    background: #fff;
    height: 124px;
    padding: 14px 20px;
    box-sizing: border-box;
    border: 0;
    border-radius: 8px;
}

.info_input_area > ul > li .inp_inline textarea.hsm {
    height: 90px;
}

.info_input_area > ul > li .inp_inline .sh_btn {
    width: 22px;
    height: 22px;
    background: url(../img/sh_btn.svg) no-repeat;
    position: absolute;
    right: 20px;
    top: 11px;
}

.agree_area {
    width: 1136px;
    margin: 0 auto;
    padding: 80px 148px 0;
    text-align: left;
}

.agree_area .point_info {
    padding: 15px 20px;
    text-align: center;
    border: 1px dashed #ff4c50;
    border-radius: 8px;
}

.agree_area .point_info > h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.3px;
    color: #ff4c50;
}

.agree_area .point_info > p {
    margin-top: 2px;
    font-size: 13px;
    line-height: 19px;
    color: #111;
}

.check_box_all {
    width: auto;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.check_box_all input[type="checkbox"] + label {
    display: inline-block;
    background: url("../img/button-checkbox-large-off.svg") no-repeat;
    background-size: 24px auto;
    background-position: left top;
    padding: 0 0 0 36px;
    font-size: 15px;
    line-height: 24px;
    color: #111;
    height: 24px;
    font-weight: 700;
}

.check_box_all input[type="checkbox"]:checked + label {
    background: url("../img/button-checkbox-large-on.svg") no-repeat;
    background-size: 24px auto;
    background-position: left top;
    font-size: 15px;
    line-height: 24px;
    color: #111;
    height: 24px;
    font-weight: 700;
}

.partnership_contents .partnership_contents_01 .content_partnership_01 .agree_area .agree_info {
    width: 100%;
    margin-top: 12px;
    background: #ededed;
    padding: 24px;
}

.partnership_contents .partnership_contents_01 .content_partnership_01 .agree_area .agree_info .info_inner {
    width: 100%;
    height: 72px;
}

.partnership_contents .partnership_contents_01 .content_partnership_01 .btm_btn {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.partnership_contents .partnership_contents_01 .content_partnership_01 .btm_btn > a {
    width: 230px;
    height: 60px;
    background: #111;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    display: inline-block;
}

.hp_pass_select {
    margin: 80px auto 0;
    width: 840px;
    text-align: center;
}

.hp_pass_select > h5 {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.5px;
    font-weight: 700;
    text-align: left;
}

.hp_pass_select .hp_ar {
    width: 100%;
    font-size: 0;
    margin-top: 30px;
}

.hp_pass_select .hp_ar .radio_box {
    position: relative;
    display: inline-block;
    width: 120px;
    margin-left: 100px;
    vertical-align: top;
}

.hp_pass_select .hp_ar > span:first-child {
    margin-left: 0;
}

.hp_pass_select .hp_ar .radio_box > input[type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 0;
    border: none;
    background: none;
    vertical-align: middle;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.hp_pass_select .hp_ar .radio_box > input[type="radio"] + label {
    display: block;
    width: 100%;
    text-align: center;
}

.hp_pass_select .hp_ar .radio_box > input[type="radio"] + label .img_ar {
    width: 100%;
}

.hp_pass_select .hp_ar .radio_box > input[type="radio"] + label .img_ar > img {
    width: 100%;
}

.hp_pass_select .hp_ar .radio_box > input[type="radio"] + label > p {
    font-size: 14px;
    margin-top: 10px;
    height: 20px;
}

.hp_pass_select .hp_ar .radio_box > input[type="radio"] + label > span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/button-checkbox-large-off.svg) no-repeat;
    background-size: 24px;
    margin-top: 8px;
}


.hp_pass_select .hp_ar .radio_box > input[type="radio"]:checked + label > p {
    font-weight: 700;
}

.hp_pass_select .hp_ar .radio_box > input[type="radio"]:checked + label > span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/button-checkbox-large-on.svg) no-repeat;
    background-size: 24px;
}


.modal_pop {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 2500;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    display: none;
}

.modal_pop.active {
    display: table;
}

.modal_pop .pop_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.modal_pop .pop_inner .pop_content {
    width: 340px;
    background: #fff;
    padding: 40px 40px 0 40px;
    border-radius: 16px;
    display: inline-block;
}

.modal_pop .pop_inner .pop_content > h5 {
    font-size: 18px;
    letter-spacing: -0.4px;
    font-weight: 700;
    line-height: 27px;
}

.modal_pop .pop_inner .pop_content > p {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: -0.28px;
    line-height: 19px;
}

.modal_pop .pop_inner .pop_content > span {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: -0.26px;
    line-height: 18px;
    color: #aaa;
}

.modal_pop .pop_inner .pop_content .btn_box {
    margin-top: 20px;
    padding-bottom: 30px;
}

.modal_pop .pop_inner .pop_content .btn_box .btn_submit {
    width: 100%;
    height: 58px;
    background: #111;
    color: #fff;
    font-size: 16px;
}

.modal_pop .pop_inner .pop_content .btn_box .gr_btn {
    width: 100%;
    height: 58px;
    background: #f6f6f6;
    color: #111;
    font-size: 16px;
}

.modal_pop .pop_inner .pop_content .btn_box .line_btn {
    margin-top: 20px;
    line-height: 20px;
    padding: 0;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    color: #aaa;
}







.modal_pop .pop_search {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


.modal_pop .pop_search .pop_content {
    width: 480px;
    height: 517px;
    background: #f6f6f6;
    padding: 30px 24px 0 24px;
    border-radius: 16px;
    display: inline-block;
    text-align: left;
    position: relative;
}

.pop_search .pop_content > h5 {
    font-size: 18px;
    letter-spacing: -0.4px;
    font-weight: 700;
    line-height: 27px;
}

.pop_search .pop_content > .btn_X {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 999;
    width: 18px;
    height: 18px;
    background: url("../img/btn_close.svg") no-repeat;
    background-size: 18px;
}

.pop_search .pop_content .btn_box {
    margin-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}

.pop_search .pop_content .table_box {
    margin-top: 16px;
    width: 100%;
    height: 288px;
    background-color: #fff;
    border-radius: 8px;
    padding: 24px 20px 20px;
}

.pop_search .pop_content .table_box thead{text-align: center;}

.pop_search .pop_content .table_box thead th {
    font-size: 14px;
    letter-spacing: -0.3px;
    color: #111;
    padding-bottom: 10px;
    border-bottom: 1px solid #111;
}
.pop_search .pop_content .table_box table tbody td{font-size: 13px; vertical-align: top;}
.pop_search .pop_content .table_box table tbody tr:nth-child(odd) td {padding: 16px 0 3px;}
.pop_search .pop_content .table_box table tbody tr:nth-child(odd) td:last-child {border-bottom: 1px solid #dfdfdf; vertical-align: middle; padding: 0 0 0;}
.pop_search .pop_content .table_box table tbody tr:nth-child(even) td{border-bottom: 1px solid #dfdfdf; padding: 3px 0 16px;}

.pop_search .pop_content #mCSB_1_container {height: 100%}
.pop_search .pop_content .table_box .result_none {width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}

.underline {text-decoration: underline;}

.pop_search .pop_content .table_box table tbody td:last-child{
    text-align: center;
}

.pop_search .pop_content .table_box table tbody td p{
    padding: 3px 0;
}

.pop_search .pop_content .btn_box .gr_btn {
    width: 100px;
    height: 40px;
    background: #111;
    color: #fff;
    font-size: 14px;
}

.pop_search .pop_content .btn_box .line_btn {
    margin-top: 20px;
    line-height: 20px;
    padding: 0;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    color: #aaa;
}

.pop_search .inp_inline {
      width: 100%;
      font-size: 0;
      margin-top: 16px;
      position: relative;
}

.pop_search .inp_inline input{
      width: 100%;
      font-size: 16px;
      padding: 3px 18px;
      letter-spacing: -0.4px;
      height: 46px;
      border-radius: 23px;
      border: 0;
  }

.pop_search .sh_btn {
      width: 22px;
      height: 22px;
      background: url(../img/sh_btn.svg) no-repeat;
      position: absolute;
      right: 20px;
      top: 11px;
  }

.main_s_foot{width: 100%; padding: 24px 0; background: #00a8e1;}
.main_s_foot .in_foot{display: flex; flex-direction: column; align-items: center; justify-content: center;}
.main_s_foot .in_foot .title_f{display: flex; vertical-align: middle; margin-bottom: 16px; font-size: 20px; font-weight: 700; letter-spacing: -0.5px; color: #fff;}
.main_s_foot .in_foot .in_div{display: flex; vertical-align: middle;}
.main_s_foot .in_foot .in_div > ul{width: 100%; font-size: 0;}
.main_s_foot .in_foot .in_div > ul > li{width: 200px; display: inline-block; vertical-align: middle; margin-left:68px;}
.main_s_foot .in_foot .in_div > ul > li:first-child{margin-left: 0;}
.main_s_foot .in_foot .in_div > ul > li > h5{font-size: 14px; text-align: center; line-height: 18px; letter-spacing: -0.5px; color: #fff; font-weight: 500;}
.main_s_foot .in_foot .in_div > ul > li > a{display: block; width: 100%; height: 40px; background: rgba(0, 0, 0, 0.08); border-radius: 6px; text-align: center; margin-top: 14px;}
.main_s_foot .in_foot .in_div > ul > li > a > span{display: inline-block; padding-right: 14px; background: url(../img/icon-arrow-right_w.svg) right center no-repeat; font-size: 16px; font-weight: 700; color: #fff; line-height: 37px; letter-spacing: 0;}


footer .foot_in .foot_dv .cs_info .down_btn {
    padding-top: 17px;
    text-align: left;
}

footer .foot_in .foot_dv .cs_info .down_btn > a{
    width: 110px;
    height: 36px;
    display: inline-block;
    border: 1px solid #3f3f3f;
    margin: 8px auto 0;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: -0.05em;
    text-align: center;
    color: #fff;}


    footer .foot_in .foot_dv .cs_info .down_btn > a > span{
        display: inline-block; 
        padding-right: 25px;
        background: url("../img/icon_download.png") right center no-repeat;
        background-size: 13px;}


.pop_wrap{width: 100%;}
.pop_wrap .pop_header{width: 100%; position: fixed; background: #fff;}
.pop_wrap .pop_header > h2{padding-top: 36px; font-size: 18px; text-align: center; font-weight: 700; color: #111;}
.pop_wrap .pop_header .sel_ar{width: 100%; padding: 20px 30px 30px; display: table;}
.pop_wrap .pop_header .sel_ar > span{width: 50%; display: table-cell; text-align: right;}
.pop_wrap .pop_header .sel_ar > span:first-child{text-align: left;}
.pop_wrap .pop_header .sel_ar > span:first-child .nice-select{background: #fff; width: 179px; display: inline-block; float: none; border: 1px solid #dfdfdf;}
.pop_wrap .pop_header .sel_ar > span .nice-select{background: #f6f6f6; width: 135px; display: inline-block; float: none;}
.pop_wrap .pop_header .sel_ar > span .nice-select::after{
    background: url(../img/icon-arrow-btm.svg) no-repeat;
    width: 10px;
    height: 6px;
    right: 18px;}
.pop_wrap .pop_header .sel_ar > span .nice-select .current{color: #111; font-size: 13px;}
.pop_contenter{padding: 158px 30px 0;}
.pop_contenter .inner_text div {display: none;}
.pop_contenter .inner_text div.on {display: block;}
.pop_contenter p{line-height: 1.4; margin-top: 7px; font-size: 14px;}
.pop_contenter table{width: 100%; border-top: 1px solid #dfdfdf;}
.pop_contenter table th{padding: 5px; background: #efefef; text-align: center; font-size: 14px; font-weight: 700; border-bottom: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf;}
.pop_contenter table th:first-child{border-left: none;}
.pop_contenter table td{padding: 4px; text-align: left; font-size: 14px; border-bottom: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf;}
.pop_contenter table td:first-child{border-left: none;}



/*20241218 추가 */
.pr_center_ar .intro_tit .tab_link {position: absolute; right: 0; bottom: 59px;}
.pr_center_ar .intro_tit .tab_link > a{font-size: 24px; line-height: 32px; letter-spacing: -0.5%; font-weight: 400; margin-left: 72px; display: inline-block; vertical-align: middle; color: rgba(179, 179, 179, 1);}
.pr_center_ar .intro_tit .tab_link > a:first-child{margin-left: 0;}
.pr_center_ar .intro_tit .tab_link > a.active{font-weight: 700; color: rgba(26, 26, 26, 1);}

.mainpop{width: 100%; height: 100vh; position: fixed; text-align: center; background: rgba(0, 0, 0, 0.6); display: flex; align-items: center; justify-content: center; z-index: 999; top: 0; left: 0;}
.mainpop .popinner.bd20{width: 640px; background: #fff; border: 20px solid rgba(50, 48, 67, 1); border-radius: 16px; position: relative;}
.mainpop .popinner{width: 640px; background: #fff; border-radius: 16px; position: relative;}
.mainpop .popinner .top_p{height: 70px; background: url(../img/Polygon_top.png) no-repeat top center; background-size: auto 70px; width: 100%; display: block; margin-top: -1px; }
.mainpop .popinner .bottom_p{height: 70px; background: url(../img/Polygon_bottom.png) no-repeat top center; background-size: auto 70px; width: 100%; display: block;}
.mainpop .popinner .icon_mad{display: inline-block; position: absolute; background: url(../img/pop_iocn_mad.png) no-repeat; background-size: 62px; width: 62px; height: 90px; top: 36px; left: 50%; margin-left: -31px;}
.popinner_in{padding: 80px 54px 35px; text-align: center;}
.popinner_in.pdt50{padding-top: 50px;}
.popinner_in.pdb50{padding-bottom: 50px;}
.popinner_in .logo{width: 95px;}
.popinner_in .title{margin:20px 0 12px;}
.popinner_in .title > h3{font-size: 14px; line-height: 20px; letter-spacing: -0.5px; color: rgba(91, 106, 215, 1); font-weight: 700;}
.popinner_in .title > h2{font-size: 18px; font-weight: 700; line-height: 26px; letter-spacing: -0.5px; color: rgba(26, 26, 26, 1);}
.popinner_in .go_link{margin-top: 32px; display: inline-block; padding: 10px 24px;  border-radius: 4px; background: rgba(26, 26, 26, 1);}
.popinner_in .go_link > span{line-height: 20px; font-size: 14px; font-weight: 700; color: #fff; background: url(../img/icon_more.png) no-repeat center right; background-size: 6px; padding-right: 13px; margin-top: 0;}
.popinner_in p{margin-top: 8px; font-size: 14px; line-height: 20px; letter-spacing: -0.5px; color: rgba(26, 26, 26, 1); font-weight: 400}
.popinner_in p > i{color: rgba(250, 109, 9, 1); font-weight: 500; font-style: normal;}
.popinner_in span{display: inline-block; margin-top: 20px; font-size: 14px; line-height: 20px; letter-spacing: -0.5px; color: rgba(102, 102, 102, 1);}

.popinner_in .notice-box {margin-top: 20px; border: 1px solid #E6E6E6; border-radius: 10px; padding: 6px 2px 16px 6px;}
.popinner_in .notice-box > div {max-height: 310px; overflow-y: scroll; text-align: left; padding: 10px 0 0 10px;}
.popinner_in .notice-box > div li {margin-top: 16px;}
.popinner_in .notice-box > div .bold {font-weight: 700; margin-bottom: 6px;}
.popinner_in .notice-box > div p {font-size: 14px; line-height: 20px; letter-spacing: -0.07px; color: #1A1A1A; margin: 0;}
.popinner_in .notice-box > div .red {color: #FF4C50 !important; margin-top: 0;}
.popinner_in .notice-box > div .gray {color: #666666 !important; margin-top: 0;}
.popinner_in .btn-box {width: 100%; display: flex; align-items: center; justify-content: center;}

.popinner_in .download-btn {display: flex !important; align-items: center; justify-content: center; margin-top: 32px; display: inline-block; padding: 10px 24px; border-radius: 4px; background: rgba(26, 26, 26, 1); font-size: 14px; font-weight: 700; line-height: 20px; letter-spacing: -0.07px; color: #fff;}
.popinner_in .download-btn::after {content: ''; display: block; width: 20px; height: 20px; margin-left: 4px;  background: url(../img/icon_download.png) center / 12.5px no-repeat;}

.pop_outer .closer {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    margin-top: 12px;
}

.pop_outer .closer a {
    vertical-align: top;
    position: relative;
    color: #fff;
    display: inline-block;
    width: 74px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    font-size: 14px;
    color: rgba(26, 26, 26, 1);
    text-align: center; line-height: 40px;
}

.pop_outer .closer > div {
    position: relative;
}
.pop_outer .closer .right_btn{margin-left: auto;}

.pop_outer .closer > div > label {
    font-size: 14px; color: #fff; font-weight: 400; line-height: 20px;
}




