@charset "utf-8";

html {
    padding: 0;
    margin: 0;
    height: 100%;
}

html, body {
    height: 100%;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #111;
}

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: "Montserrat", 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: "Montserrat", 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;
}

input[type="radio"],
input[type="checkbox"] {
}

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;
}

.en {
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 0 !important;
}

/* text */
.bold {font-weight: 700 !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: 104px;
}

.cbp-spmenu .menu_ar {
    width: 400px;
    margin: 0 auto;
}

.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: 400px;
    margin: 80px auto 0;
    text-align: center;
    color: #FFF;
}

.cbp-spmenu .cs_info > p {
    font-size: 16px;
    letter-spacing: 0;
    color: #aaaaaa;
}

.cbp-spmenu .cs_info .phone {
    font-size: 24px;
    margin-top: 15px;
}

.cbp-spmenu .cs_info .email {
    font-size: 24px;
}

.cbp-spmenu .down_ar {
    width: 400px;
    margin: 35px auto 0;
    text-align: center;
    color: #FFF;
}

.cbp-spmenu .down_ar > a {
    width: 272px;
    height: 67px;
    display: block;
    border: 1px solid #fff;
    margin: 8px auto 0;
    padding: 0 50px 0 25px;
    line-height: 65px;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
}

.cbp-spmenu .down_ar > a:first-child {
    background: url("../img/icon_download.png") 231px 24px no-repeat;
}


/* [S] main */
.container {
    width: 100%;
    background: none;
}

.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.jpg") center no-repeat;
    background-size: cover;
}

.swiper-slide .slide_box.slide_07 {
    background: url("../img/main_visual_07.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 > h2 > em {
    font-weight: 100;
}

.swiper-slide .slide_box .main_info > span {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    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;
    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;
    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;
    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;
    color: #777777;
    text-align: center;
}

.coop_intro .intro_inner .info_g {
    padding-top: 55px;
    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;
    color: #111111;
    vertical-align: top;
}

.coop_intro .intro_inner .info_g .year {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 0;
    color: #666666;
    display: block;
    vertical-align: top;
}

.coop_intro .intro_inner .info_g > ul {
    width: 100%;
}

.coop_intro .intro_inner .info_g > ul > li {
    width: 20%;
    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.5px;
    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;
    color: #101010;
}

.coop_intro .intro_inner .info_g > ul > li .count .counter {
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
    padding-right: 5px;
}

.coop_intro .intro_inner .info_g > ul > li .count .counter2 {
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
    padding-right: 5px;
}

.coop_intro .intro_inner .info_g > ul > li .count .counter3 {
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
    padding-right: 5px;
}

.coop_intro .intro_inner .info_g > ul > li .count .counter4 {
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
    padding-right: 5px;
}

.coop_intro .intro_inner .info_g > ul > li .count .counter5 {
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
    padding-right: 5px;
}

.coop_intro .intro_inner .info_g > ul > li .count .counter6 {
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
    padding-right: 5px;
}

.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;
    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;
    color: #101010;
    background: url("../img/icon_more_2.png") 85px 7px no-repeat;
    margin-top: 30px;
}

.business_ar .business_inner ul li > a > p {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
    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;
    display: inline-block;
    color: #101010;
    padding-right: 16px;
    background: url("../img/icon_more_2.png") right center 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;
    margin-right: 16px;
}

.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;
    font-weight: bold;
    color: #fff;
}

.swiper-slide.popol .popol_box > a > p {
    padding: 10px 0 0 32px;
    font-size: 20px;
    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 center no-repeat;
    font-size: 16px;
    letter-spacing: 0;
    cursor: pointer;
}

.partner_ar .partner_inner .btn_more.on {
    background: url("../img/btn_more_on.png") right center 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;
    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: -999999px;
    margin: 40px 0 0 32px;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("../img/icon_link2.png") no-repeat;
}

.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 .w_block .logo_ar {
    width: 349px;
}

.subsidiary_ar .subsidiary_inner > ul > li.pays .w_block .logo_ar {
    height: 36px;
    background: url("../img/logo_pays.png") center no-repeat;
    text-indent: -9999999px;
}


.subsidiary_ar .subsidiary_inner > ul > li.booknlife .w_block .logo_ar {
    height: 36px;
    background: url("../img/logo_booknlife.png") center no-repeat;
    text-indent: -9999999px;
}

/*20210308 수정 */
.subsidiary_ar .subsidiary_inner > ul > li.fim .w_block .logo_ar {
    text-align: center;
    height: 62px;
    background: url("../img/logo_fim.png") center no-repeat;
    text-indent: -9999999px;
}

/*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;
    padding: 60px 0 60px;
    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;
    padding: 60px 0 60px;
    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;
    padding: 60px 0 60px;
    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;
    padding: 60px 0 60px;
    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: #6794e0;
    padding: 60px 0 60px;
    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;
}


/*20210308 수정 */
.subsidiary_ar .subsidiary_inner > ul > li:hover .w_block > a {
    text-indent: -999999px;
    margin: 40px 0 0 32px;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("../img/icon_link.png") no-repeat;
}

.main_location {
    background: #fff;
    padding: 104px 72px 68px;
}

.main_location > h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    line-height: 49px;
    letter-spacing: -1px;
}

.main_location .img_box {
    width: 1136px;
    margin: 64px auto 0;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ededed;
}

.main_location > ul {
    width: 1136px;
    font-size: 0;
    padding-top: 64px;
    margin: 0 auto;
}

.main_location > ul > li {
    width: 50%;
    min-height: 166px;
    display: inline-block;
    padding-left: 40px;
    vertical-align: top;
}

.main_location > ul > li > h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 4px;
}

.main_location > ul > li > p {
    font-size: 15px;
    line-height: 22px;
    color: #666;
    font-weight: 400;
    margin-top: 6px;
}


.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;
    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;
}

.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;
    color: #777777;
    text-align: center;
}

.prcenter_ar .pr_inner > ul {
    width: 100%;
    padding-top: 60px;
}

.prcenter_ar .pr_inner > ul > li {
    width: 368px;
    display: inline-block;
    margin-left: 12px;
}

.prcenter_ar .pr_inner > ul > li:first-child {
    margin-left: 0;
}

.prcenter_ar .pr_inner > ul > li .in_text_box {
    padding: 40px 32px;
    border: 1px solid #d7d7d7;
    border-top: none;
}

.prcenter_ar .pr_inner > ul > li .in_text_box > p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    color: #777777;
    font-weight: bold;
}

.prcenter_ar .pr_inner > ul > li .in_text_box > a {
    display: block;
    padding-top: 15px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5;
    color: #111111;
}

.prcenter_ar .pr_inner > ul > li .in_text_box > a:hover {
    text-decoration: underline;
}

.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;
    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%;
    padding-top: 104px;
}

.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;
    color: #777777;
    padding-top: 11px;
}

.whoweare_ar .bg_title {
    width: 1136px;
    margin: 0 auto 104px;
    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;
    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;
    padding-right: 25px;
    letter-spacing: 0;
    vertical-align: top;
}

.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;
    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;
    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;
    color: #fff;
}

.whoweare_ar .history .history_inner .history_slider {
    width: 100%;
    height: 438px;
    margin-top: 140px;
    overflow: hidden;
}

.whoweare_ar .location {
    background: #f6f6f6;
    padding: 104px 72px 68px;
}

.whoweare_ar .location > h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    line-height: 49px;
    letter-spacing: -1px;
}

.whoweare_ar .location .img_box {
    margin-top: 64px;
    width: 100%;
    text-align: center;
}

.whoweare_ar .location > ul {
    width: 1136px;
    margin: 0 auto;
    font-size: 0;
    padding-top: 64px;
}

.whoweare_ar .location > ul > li {
    width: 50%;
    min-height: 166px;
    display: inline-block;
    padding-left: 40px;
    vertical-align: top;
}

.whoweare_ar .location > ul > li > h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 4px;
}

.whoweare_ar .location > ul > li > p {
    font-size: 15px;
    line-height: 22px;
    color: #666;
    font-weight: 400;
    margin-top: 6px;
}

.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;
    color: #999999;
}

.swiper-container3 .swiper-button-next.history_s {
    top: 1967px;
    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: 1967px;
    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;
    text-align: center;
    font-weight: normal;
    color: #101010;
    line-height: 1;
}

.intellectual_property .property_title > p {
    font-size: 18px;
    letter-spacing: 0;
    color: #777777;
    text-align: center;
    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;
    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;
    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;
    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;
    color: #777;
    text-align: left;
    vertical-align: middle;
    font-weight: 700;
}

.patent_open .top_th > ul.dv_table > li:nth-child(1) {
    width: 135px;
}

.patent_open .top_th > ul.dv_table > li:nth-child(2) {
    width: auto;
    padding-left: 16px;
}

.patent_open .top_th > ul.dv_table > li:nth-child(3) {
    width: 162px;
    padding-left: 16px;
}

.patent_open .top_th > ul.dv_table > li:nth-child(4) {
    width: 350px;
    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;
    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: 135px;
}

.patent_open .mid_con .patent_view > ul.dv_table2 > li:nth-child(2) {
    width: auto;
    padding-left: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.patent_open .mid_con .patent_view > ul.dv_table2 > li:nth-child(3) {
    width: 162px;
    padding-left: 16px;
}

.patent_open .mid_con .patent_view > ul.dv_table2 > li:nth-child(4) {
    width: 350px;
    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;
    text-align: center;
    vertical-align: middle;
}

.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;
    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;
}


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: middle;
}

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;
    opacity: 0.6;
}

footer .foot_in .foot_dv .cs_info > h3 {
    padding-top: 15px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

footer .foot_in .foot_dv .cs_info > h4 {
    padding-top: 30px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    opacity: 0.3;
}

footer .foot_in .foot_dv .cs_info > span {
    padding-top: 10px;
    opacity: 0.2;
    font-size: 12px;
    display: block;
    letter-spacing: 0;
}

footer .foot_in .foot_dv .cs_info .copy {
    padding-top: 20px;
    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;
    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;
    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;
    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;
    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: left;
    padding-top: 8px;
    padding-left: 16px;
    background: url("../img/dot.png") left 15px no-repeat;
}

.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;
    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;
    font-weight: 700;
    color: #fff
}

.solution_contents .solution_con2 .con_right ul li:nth-child(1):before {
    content: "01. Authentication Request";
    display: block;
    font-size: 12px;
    color: #111;
    position: absolute;
    top: -90px;
    transform: rotate(-45deg);
    left: 77px;
    font-family: "Montserrat";
    width: 100%;
    letter-spacing: 0;
}

.solution_contents .solution_con2 .con_right ul li:nth-child(1):after {
    content: "04. Authentication Reply";
    display: block;
    font-size: 12px;
    color: #111;
    position: absolute;
    top: -32px;
    transform: rotate(-45deg);
    left: 135px;
    font-family: "Montserrat";
    width: 90%
}

.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. Issuance inquiry request";
    display: block;
    font-size: 12px;
    color: #111;
    position: absolute;
    top: -85px;
    transform: rotate(45deg);
    left: -64px;
    font-family: "Montserrat";
    width: 100%;
    letter-spacing: 0;
}

.solution_contents .solution_con2 .con_right ul li:nth-child(3):after {
    content: "03. Issuance confirmation reply";
    display: block;
    font-size: 12px;
    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: 27px;
    padding-top: 55px;
}

.solution_contents .solution_con2 .con_right ul li p.line1 {
    padding-top: 69px;
}

.solution_contents .solution_con2 .con_right ul li .process_abs {
    position: absolute;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 0;
    color: #111;
    font-weight: 400;
    padding-top: 65px;
}

.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;
    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;
    font-weight: 700;
    position: relative
}

.solution_contents .solution_con3 .con_right ul li:first-child p:before {
    content: "Service provided";
    display: block;
    position: absolute;
    top: 10px;
    left: 169px;
    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: 169px;
    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: "Offline";
    display: block;
    position: absolute;
    top: -10px;
    left: 169px;
    color: #111;
    font-size: 15px;
    width: 100%
}

.solution_contents .solution_con3 .con_right ul li:nth-child(2) p:after {
    content: "Provision of location";
    display: block;
    position: absolute;
    top: 10px;
    left: 169px;
    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;
    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;
    width: 33.3%;
    padding: 0 30px;
}

.service_contents .service_con0 .con_right ul li h5 {
    font-size: 16px;
    letter-spacing: 0;
    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;
    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;
    display: table;
}

.service_contents .service_con1 .con_right ul li {
    display: table-cell;
    width: 33.3%;
    vertical-align: top;
    padding: 0 30px;
}

.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;
    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;
    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;
    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;
}

.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;
    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;
    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: #fff;
    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%;
    background-color: #fff;
    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%;
    background-color: #fff;
    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;
    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;
}

.content_contents .content_con1 > ul > li.con1_crm {
    background: url("../img/contents_02.jpg") 0 0 no-repeat;
    width: 368px;
    height: 430px;
}

.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;
    font-weight: 400;
    color: #cbcbcb;
    line-height: 1.3;
}

.content_contents .content_con1 > ul > li > ul {
    text-align: center;
    margin-top: 118px;
}

.content_contents .content_con1 > ul > li > ul > li {
    display: inline-block;
    line-height: 1;
    margin-right: 23px;
    vertical-align: top;
}

.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: 828px;
    width: 150px;
    height: 70px;
    border-radius: 23px;
    text-align: center;
    margin-right: 5px;
    font-size: 18px;
    letter-spacing: 0;
    color: #919191;
    background: #dfdfdf;
    line-height: 1.3;
    padding-top: 10px;
}

.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: 982px;
}

.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: 244px;
    left: 780px;
    color: #111;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    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 > 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: 940px;
    margin: 0 auto 73px
}

.content_contents .content_con5 .process_info_txt p {
    display: table-cell;
    width: 177px;
    height: 90px;
    line-height: 90px;
    border: 1px solid #ebebeb;
    font-size: 16px;
    letter-spacing: 0;
    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: 90px;
    line-height: 90px;
    border: 1px solid #ebebeb;
    font-size: 15px;
    margin-left: -1px;
    background: #fff;
}

.content_contents .content_con5 .process_info_txt ul li {
    display: inline-block;
    vertical-align: top;
    padding-top: 12px;
}

.content_contents .content_con5 .process_info_txt ul li > span {
    display: inline-block;
    vertical-align: top;
}

.content_contents .content_con5 .process_info_txt ul li strong {
    font-family: "Montserrat";
    font-weight: 700;
    letter-spacing: 0;
    padding-right: 10px;
    display: block;
}

.content_contents .content_con5 .process_info_txt ul li:first-child {
    background: url("../img/contents_step.png") right 37px 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 37px no-repeat;
    padding-right: 34px;
    margin-right: 20px
}

.content_contents .content_con5 .process_info_img ul {
    width: 940px;
    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;
    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:nth-child(2) {
    margin-right: 95px;
}

.content_contents .content_con5 .process_info_img ul li:nth-child(2) p {
    font-size: 18px;
    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;
}

.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
}


/*포트폴리오*/
.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;
}

.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;
    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;
    font-weight: 400;
    line-height: 1.4;
}

.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;
}

.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 {
    font-family: 'NotoKrN'
}

.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;
}

/*소희 end*/

/* 퀵메뉴 */
#followquick {
    right: 20px;
    z-index: 99999;
    position: fixed;
    bottom: 10%;
    text-align: center;
}

#followquick .q_link {
    width: 88px;
    height: 199px;
    border: 2px solid #cfcfcf;
    border-radius: 44px;
    background: rgba(255, 255, 255, 0.80);
    padding: 34px 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;
    margin-top: 24px;
}

#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 32px 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 > h4 {
    font-size: 24px;
    color: #111111;
    padding: 20px 0 12px;
    line-height: 1;
}

.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;
}

.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;
}

.mobile_only {
    display: none;
}