@charset "utf-8";

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

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

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

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

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: #808080;
}

a, button {
    outline: 0 none;
}

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

strong {
    font-weight: bold;
}

hr {
    display: none;
}

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

mark {
    background: none;
}

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

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

fieldset {
    border: none;
}

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

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

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

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

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

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

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

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

label {
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

/* common */
.pc_only {
    display: none;
}

.mobile_only {
    display: block;
}

.mobile_only.D_block {
    display: block;
}

.mobile_only.D_inlineblock {
    display: inline-block;
}

.mobile_only.D_inline {
    display: inline;
}

.mobile_only.D_table {
    display: table;
}

/*header*/
header {
    width: 100%;
    background: none;
    height: 60px;
    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: 100%;
    height: 60px;
    background: none;
    padding: 0 20px;
}

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

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

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

body.main {
    background: url("../img/mobile/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;
    right: 20px;
    width: 20px;
    height: 14px;
    margin-top: 20px;
    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: 6px;
}

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

.menu-trigger.active {
    width: 20px;
    height: 14px;
    margin-top: 23px;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) 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(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    background-color: #fff;
}

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

.cbp-spmenu .menu_ar {
    width: 100%;
    padding: 20px;
    text-align: center;
}

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

.cbp-spmenu .menu_ar > a:first-child {
    margin-top: 0;
}

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

.cbp-spmenu .cs_info {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px;
    text-align: center;
    color: #FFF;
}

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

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

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

.cbp-spmenu .cs_info > ul > li > span {
    display: block;
    
    text-align: center;
}

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

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

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

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

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

.cbp-spmenu .down_ar {
    width: 100%;
    padding: 0 0 80px;
    text-align: center;
    color: #FFF;
}

.cbp-spmenu .down_ar > a {
    width: 250px;
    height: 50px;
    display: block;
    border: 1px solid #fff;
    margin: 8px auto 0;
    padding: 0 50px 0 25px;
    line-height: 48px;
    font-size: 14px;
    text-align: left;
    color: #fff;
}

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

.cbp-spmenu .down_ar > a:last-child {
    background: url("../img/mobile/icon_link.png") 200px 14px no-repeat;
}


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

.container .main_slider {
    width: 100%;
    height: 420px;
    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: none;
    left: 50%;
    margin-left: -14px;
    top: 715px;
}

.container .main_slider .sc {
    display: none;
    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: 100% !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    width: 100px !important;
    display: table;
    opacity: 1 !important;
    right: 20px !important;
    left: auto !important;
    bottom: 30px !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets > span {
    width: 20px;
    display: table-cell;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 0;
    background: none !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets > span.swiper-pagination-bullet-active {
    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: 64%;
}

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

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

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

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

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

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

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

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

.swiper-slide .slide_box .main_info {
    width: 100%;
    margin: 0 auto;
    height: 420px;
    padding: 220px 20px 0
}

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

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

.swiper-slide .slide_box .main_info > span {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 15px;
    display: block;
}

.swiper-slide .slide_box .main_info > a {
    display: inline-block;
    margin-top: 30px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #fff;
    background: url("../img/mobile/icon_more.png") center no-repeat;
    background-size: 6px;
    text-indent: -999999px;
}

.swiper-slide .slide_box .main_info2 {
    width: 100%;
    margin: 0 auto;
    height: 420px;
    padding: 220px 20px 0
}

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

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

.swiper-slide .slide_box .main_info2 > span {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 15px;
    display: block;
}

.swiper-slide .slide_box .main_info2 > a {
    display: inline-block;
    margin-top: 30px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #fff;
    background: url("../img/mobile/icon_more.png") center no-repeat;
    background-size: 6px;
    text-indent: -999999px;
}


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

.coop_intro .intro_inner {
    margin: 0 auto;
    padding: 40px 20px;
}

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

.coop_intro .intro_inner .top_info {
    padding-top: 15px;
    font-size: 14px;
    color: #777777;
    text-align: center;
}

.coop_intro .intro_inner .info_g {
    padding-top: 48px;
    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: 25px;
    font-size: 14px;
    color: #111111;
    vertical-align: top;
}

.coop_intro .intro_inner .info_g .year {
    margin-top: 35px;
    font-size: 14px;
    color: #666666;
    display: block;
}

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

.coop_intro .intro_inner .info_g > ul > li {
    width: 50%;
    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(3) {
    margin-left: 0;
}

.coop_intro .intro_inner .info_g > ul > li:nth-child(5) {
    margin-left: 0;
    vertical-align: top
}

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

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

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

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

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

.blue {
    color: #00a8e1;
}

.green {
    color: #77b800;
}

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

.bg_ar02 {
    width: 100%;
    height: 110px;
    background: url("../img/mobile/main_bg.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 {
    margin: 0 auto;
    padding: 50px 20px 40px;
    border-bottom: 1px solid #dfdfdf;
}

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

.business_ar .business_inner .top_info {
    padding-top: 15px;
    font-size: 14px;
    color: #777777;
    text-align: center;
}

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

.business_ar .business_inner ul li {
    width: 100%;
    display: inline-block;
    padding: 0 30px;
}

.business_ar .business_inner ul li > a {
    display: block;
    padding-left: 85px;
    background: url("../img/mobile/business_icon_01.png") left no-repeat;
    background-size: 65px;
    margin-top: 30px;
    height: 65px;
}

.business_ar .business_inner ul li:nth-child(2) > a {
    background: url("../img/mobile/business_icon_02.png") left no-repeat;
    background-size: 65px;
}

.business_ar .business_inner ul li:nth-child(3) > a {
    background: url("../img/mobile/business_icon_03.png") left no-repeat;
    background-size: 65px;
}

.business_ar .business_inner ul li > a > h4 {
    text-align: left;
    font-size: 16px;
    color: #101010;
    background: url("../img/mobile/icon_more_2.png") 62px 9px no-repeat;
    background-size: 5px
}

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

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

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

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

.popol_ar .inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
}

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

.popol_ar .popol_inner {
    width: 100%;
    margin-top: 50px;
    height: 424px;
}

.swiper-container2 {
    height: 424px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-slide.popol .popol_box > a {
    width: 272px;
    height: 424px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
}

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

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

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

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


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

.partner_ar .partner_inner {
    width: 100%;
    margin: 0 auto;
    padding: 80px 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/mobile/btn_more.png") right 8px no-repeat;
    font-size: 16px;
    cursor: pointer;
}

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


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

.subsidiary_ar .subsidiary_inner {
    width: 100%;
    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;
    color: #777777;
    text-align: center;
}

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

.subsidiary_ar .subsidiary_inner > ul > li {
    display: inline-block;
    width: 272px;
    margin-left: 12px;
}

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

.subsidiary_ar .subsidiary_inner > ul > li .w_block {
    width: 100%;
    background: #fff;
    padding: 70px 0 25px;
    line-height: 1;
}

.subsidiary_ar .subsidiary_inner > ul > li .w_block .logo_ar {
    text-align: center;
}

.subsidiary_ar .subsidiary_inner > ul > li .w_block .top_in {
    padding: 45px 32px 0;
    text-align: left;
    font-size: 16px;
    color: #101010;
    line-height: 1;
}

.subsidiary_ar .subsidiary_inner > ul > li .w_block > h3 {
    padding: 10px 32px 0;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    color: #101010;
    line-height: 1;
}

.subsidiary_ar .subsidiary_inner > ul > li .w_block .bt_in {
    padding: 15px 0 0 32px;
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 1.3;
    letter-spacing: -1px;
}

.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/mobile/icon_link2.png") no-repeat;
}

.cscsnter_ar {
    width: 100%;
}

.cscsnter_ar .cs_inner {
    width: 100%;
    padding: 60px 20px;
    background: url("../img/mobile/cm_c_bg.jpg") center no-repeat;
    background-size: cover
}

.cscsnter_ar .cs_inner .con_in {
    width: 100%;
}

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

.cscsnter_ar .cs_inner .con_in .top_info {
    padding-top: 15px;
    font-size: 14px;
    color: #acabab;
    text-align: center;
    line-height: 1.5;
}

.cscsnter_ar .cs_inner .con_in .content {
    padding: 40px 0 0;
    text-align: center;
}

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

.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: 38px;
}

.cscsnter_ar .cs_inner .con_in .content > a .m_text > h4 {
    font-size: 16px;
    color: #fff;
    font-weight: normal
}

.cscsnter_ar .cs_inner .con_in .content > a .m_text > p {
    font-size: 14px;
    color: #fff;
}

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

.prcenter_ar .pr_inner {
    width: 100%
}

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

.prcenter_ar .pr_inner .top_info {
    padding-top: 15px;
    font-size: 14px;
    color: #777777;
    text-align: center;
    line-height: 1.5;
}

.prcenter_ar .pr_inner > ul {
    width: 100%;
    padding-top: 40px;
}

.prcenter_ar .pr_inner > ul > li {
    width: 100%;
    display: block;
    margin-top: 10px;
}

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

.prcenter_ar .pr_inner > ul > li .in_text_box {
    padding: 20px 20px;
    border: 1px solid #d7d7d7;
}

.prcenter_ar .pr_inner > ul > li .in_text_box > p {
    font-size: 14px;
    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: 14px;
    line-height: 1.5;
    color: #111111;
    letter-spacing: -1px;
}

.prcenter_ar .pr_inner .more {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center;
}

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


/* [E] main */

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

/* [S] WhoWeAre */

.whoweare_ar {
    width: 100%;
}


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

.whoweare_ar .coop_start {
    padding: 60px 20px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

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

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

.whoweare_ar .coop_start .coop_info p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.05em;
    word-break: keep-all;
}

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

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

.whoweare_ar .border_ar .item {
    margin-top: 60px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

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

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

.whoweare_ar .border_ar .core_value_box li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 16px;
    margin-top: 24px;
}

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

.whoweare_ar .border_ar .core_value_box li .txt_ar {
    margin-top: 8px;
}

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

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


.whoweare_ar .intro_tit {
    padding: 50px 20px 40px;
    width: 100%;
}

.whoweare_ar .intro_tit > h2 {
    font-size: 26px;
    font-weight: 100;
    color: #111111;
    line-height: 1.2;
    letter-spacing: -0.1em;
}

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

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

.whoweare_ar .bg_title {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 70px 0;
    background: url("../img/mobile/sub_bg_01.jpg") center top no-repeat;
    text-align: center;
}

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

.whoweare_ar .bg_title .top_info {
    font-size: 14px;
    color: #cecdcd;
    text-align: center;
    letter-spacing: -1px;
    padding: 15px 20px 0;
}

.whoweare_ar .infra {
    width: 100%;
    padding: 50px 20px;
}

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

.whoweare_ar .infra .infre_inner .title {
    width: 100%;
    vertical-align: top;
    font-size: 24px;
    line-height: 1;
}

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

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

.whoweare_ar .infra .infre_inner .infre_info > ul > li {
    width: 100%;
    padding-top: 40px;
    letter-spacing: -0.1em;
}

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

.whoweare_ar .infra .infre_inner .infre_info > ul > li > p {
    padding-top: 10px;
    font-size: 14px;
    color: #666666;
}

.whoweare_ar .history {
    width: 100%;
    background: #111111;
    padding: 50px 20px;
}

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

.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: 24px;
    letter-spacing: -0.1em;
    font-weight: 100;
    line-height: 1;
}

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

.whoweare_ar .history .history_inner .title_ar > p {
    padding-top: 15px;
    font-size: 16px;
    color: #fff;
}

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

.swiper-slide.history_s {
    width: 80%;
}

.swiper-slide.history_s > h4 {
    font-size: 22px;
    line-height: 1;
    background: url("../img/mobile/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;
    padding-right: 10px;
    font-size: 12px;
    color: #999999;
    letter-spacing: -0.1em;
}

.swiper-container3 .swiper-button-next.history_s {
    top: inherit;
    width: 37px;
    height: 37px;
    background: url("../img/mobile/his_nex.png") no-repeat;
    right: 20px;
    display: none;
}

.swiper-container3 .swiper-button-prev.history_s {
    top: inherit;
    width: 37px;
    height: 37px;
    background: url("../img/mobile/his_pre.png") no-repeat;
    left: 20px;
    display: none;
}


/** 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;
    padding: 0 20px;
}

.intellectual_property .property_title {
    width: 100%;
    padding: 50px 0 50px;
    margin: 0 auto;
    border-bottom: 1px solid #101010;
}

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

.intellectual_property .property_title > p {
    font-size: 14px;
    color: #777777;
    line-height: 1.5;
    padding-top: 20px;
}

.intellectual_property .patent {
    width: 100%;
    padding: 48px 0;
    margin: 0 auto;
    border-bottom: 1px solid #101010;
    text-align: center;
}

.intellectual_property .patent .patent_title {
    width: 100%;
    vertical-align: top;
}

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

.intellectual_property .patent .patent_title > p {
    font-size: 14px;
    color: #777777;
    line-height: 1.5;
    padding-top: 20px;
}

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

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

.intellectual_property .patent .patent_info > ul {
    width: 100%;
    padding-top: 50px;
    font-size: 0;
}

.intellectual_property .patent .patent_info > ul > li {
    width: calc(20% - 8px);
    display: inline-block;
    margin-left: 6px;
    border: 1px solid #e5e5e5
}

.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;
}

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

.patent_top {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid #101010;
}

.patent_top .btn_open {
    display: inline-block;
    padding-right: 26px;
    background: url("../img/mobile/icon_down.png") right 7px no-repeat;
    font-size: 16px;
    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/mobile/icon_up.png") right 7px no-repeat;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

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

.patent_open .top_th {
    width: 100%;
    padding: 0 20px;
}

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

.patent_open .top_th > ul.dv_table > li {
    display: table-cell;
    padding: 20px 5px;
    font-size: 12px;
    color: #777;
    text-align: left;
    vertical-align: middle;
    font-weight: 700;
}

.patent_open .top_th > ul.dv_table > li:first-child {
    width: 30px;
    padding-left: 0;
}

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

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

.patent_open .mid_con {
    width: 100%;
    background: #f6f6f6;
    padding-bottom: 50px;
}

.patent_open .mid_con .patent_view {
    width: 100%;
    padding: 0 20px;
}

.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: 20px 5px;
    font-size: 12px;
    color: #111;
    text-align: left;
    font-weight: 700;
    vertical-align: middle;
    letter-spacing: -0.1em;
    line-height: 1.5;
    border-bottom: 1px solid #dfdfdf;
}

.patent_open .mid_con .patent_view > ul.dv_table2 > li:first-child {
    width: 30px;
    padding-left: 0;
}

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

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

.patent_open .mid_con .patent_view > ul.dv_table2 > li > p > span {
    display: block;
    height: 22px;
    width: 55px;
    border: 1px solid #101010;
    border-radius: 11px;
    line-height: 18px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}

.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: 100%;
    padding: 50px 20px 30px;
}

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

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

.swiper-container4 {
    height: auto;
}

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

.swiper-slide.company {
    width: 80%;
    height: auto;
}

.swiper-slide.company > img {
    width: 100%;
}

.swiper-container4 .swiper-button-next.company {
    width: 37px;
    height: 37px;
    background: url("../img/mobile/son2_nex.png") no-repeat;
    top: inherit;
    right: 20px;
    margin-top: 25px;
    display: none;
}

.swiper-container4 .swiper-button-prev.company {
    width: 37px;
    height: 37px;
    background: url("../img/mobile/son2_pre.png") no-repeat;
    top: inherit;
    left: 20px;
    margin-top: 25px;
    display: none;
}

.map_area .addres_ar {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 45px;
}

.map_area .addres_ar > p {
    margin-top: 15px;
    line-height: 1;
    font-size: 13px;
    color: #101010;
}

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

.map_area .addres_ar > p > span {
    display: inline-block;
}

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

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

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

.careers_page_ar > div {
    padding: 30px 30px 93px 30px;
}

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

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

/*비즈니스- 솔루션*/
/*.list_tab01, .list_tab02 {display: none}*/
.sub_con .business_ar {
    width: 100%;
    padding-top: 60px;
}

.business_ar .intro_tit {
    padding: 50px 20px 30px;
    width: 100%;
}

.business_ar .intro_tit > h2 {
    font-size: 26px;
    color: #111111;
    font-family: "Montserrat";
    font-weight: 700;
    line-height: 1;
}

.business_ar .intro_tit .tab_area {
    text-align: left;
    vertical-align: middle;
    padding-top: 30px;
}

.business_ar .intro_tit .tab_area ul {
    width: 100%;
    display: table;
}

.business_ar .intro_tit .tab_area ul li {
    display: table-cell;
    width: 33.3%;
    text-align: center;
}

.business_ar .intro_tit .tab_area .sm_t ul li a {
    font-size: 16px !important;
}

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

.business_ar .intro_tit .tab_area ul li.active a {
    font-size: 18px;
    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/mobile/solution_01.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px 20px;
    font-size: 15px;
    color: #fff;
    text-align: center
}


.solution_contents .solution_con1 {
    position: relative;
}

.solution_contents .solution_con1 .solution_con1_inner {
    width: 100%;
    padding: 50px 20px 50px;;
}

.solution_contents .solution_con1 .con_left {
    width: 100%;
    text-align: center;
}

.solution_contents .solution_con1 .con_left h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -3px;
    text-align: left;
}

.solution_contents .solution_con1 .con_left p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -1px;
    padding-top: 15px;
    color: #7d7d7d;
    text-align: left;
}

.solution_contents .solution_con1 .con_left img {
    padding-top: 50px;
    width: 55%
}

.solution_contents .solution_con2 {
    width: 100%;
}

.solution_contents .solution_con2 .solution_con2_inner {
    width: 100%;
    padding: 50px 20px 50px;
    background: #f6f6f6
}

.solution_contents .solution_con2 .con_left {
    width: 100%;
    text-align: center;
}

.solution_contents .solution_con2 .con_left h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: left;
}

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

.solution_contents .solution_con2 .con_left p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -1px;
    padding-top: 15px;
    color: #7d7d7d;
    text-align: left;
}

.solution_contents .solution_con2 .con_left img {
    padding-top: 50px;
    width: 45%;
}

.solution_contents .solution_con3 {
    width: 100%;
    background: #fff;
}

.solution_contents .solution_con3 .solution_con3_inner {
    width: 100%;
    padding: 50px 20px 0;
    background: #fff
}

.solution_contents .solution_con3 .con_left {
    width: 100%;
    text-align: center;
}

.solution_contents .solution_con3 .con_left h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: left;
}

.solution_contents .solution_con3 .con_left p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -1px;
    padding-top: 15px;
    color: #7d7d7d;
    text-align: left;
}

.solution_contents .solution_con3 .con_left img {
    padding-top: 50px;
    width: 55%;
}


/*비즈니스- 서비스*/
.list_tab01 .service_contents .bg_full_title {
    background: url("../img/mobile/service_01.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px 20px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
}


.service_contents .service_con0 {
    position: relative;
}

.service_contents .service_con0 .service_con0_inner {
    width: 100%;
    padding: 50px 20px 50px;
}

.service_contents .service_con0 .con_left {
    width: 100%;
    text-align: center;
}

.service_contents .service_con0 .con_left h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -3px;
    text-align: left;
}

.service_contents .service_con0 .con_left p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -1px;
    padding-top: 15px;
    color: #7d7d7d;
    text-align: left;
}

.service_contents .service_con0 .con_left img {
    padding-top: 50px;
    width: 55%
}

.service_contents .service_con0 .con_left > a {
    display: inline-block;
    line-height: 47px;
    width: 100%;
    height: 47px;
    background: url(../img/mobile/contents_link.png) right 20px center no-repeat;
    background-size: 16px;
    border: 1px solid #111;
    text-align: left;
    padding-left: 20px;
    margin-top: 24px;
    font-size: 13px;
    color: #1A1A1A;
}

.service_contents .service_con1 {
    position: relative;
}

.service_contents .service_con1 .service_con1_inner {
    width: 100%;
    padding: 50px 20px 50px;
    background: #f6f6f6;
}

.service_contents .service_con1 .con_left {
    width: 100%;
    text-align: center;
}

.service_contents .service_con1 .con_left h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -3px;
    text-align: left;
}

.service_contents .service_con1 .con_left p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -1px;
    padding-top: 15px;
    color: #7d7d7d;
    text-align: left;
}

.service_contents .service_con1 .con_left img {
    padding-top: 50px;
    width: 55%
}

.service_contents .service_con1 .con_left > a {
    display: inline-block;
    line-height: 47px;
    width: 100%;
    height: 47px;
    background: url(../img/mobile/contents_link.png) right 20px center no-repeat;
    background-size: 16px;
    border: 1px solid #111;
    text-align: left;
    padding-left: 20px;
    margin-top: 24px;
    font-size: 13px;
    color: #1A1A1A;
}

.service_contents .service_con2 {
    width: 100%;
}

.service_contents .service_con2 .service_con2_inner {
    width: 100%;
    padding: 50px 20px 0;
    background: #f6f6f6
}

.service_contents .service_con2 .con_left {
    width: 100%;
    text-align: center;
}

.service_contents .service_con2 .con_left h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: left;
}

.service_contents .service_con2 .con_left h3 span {
    font-size: 14px
}

.service_contents .service_con2 .con_left p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -1px;
    padding-top: 15px;
    color: #7d7d7d;
    text-align: left;
}

.service_contents .service_con2 .con_left img {
    padding-top: 50px;
    width: 55%;
}

.service_contents .service_con2 .con_left > a {
    width: 20px;
    height: 20px;
    background: url("../img/mobile/contents_link.png") no-repeat;
    background-size: 20px;
    text-indent: -9999999px;
    position: absolute;
    margin-top: -25px;
    right: 20px;
}

.service_contents .service_con3 {
    width: 100%;
    background: #f6f6f6;
}

.service_contents .service_con3 .service_con3_inner {
    width: 100%;
    padding: 50px 20px 0;
}

.service_contents .service_con3 .con_left {
    width: 100%;
    text-align: center;
}

.service_contents .service_con3 .con_left h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: left;
}

.service_contents .service_con3 .con_left p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -1px;
    padding-top: 15px;
    color: #7d7d7d;
    text-align: left;
}

.service_contents .service_con3 .con_left img {
    padding-top: 50px;
    width: 55%;
}

.service_contents .service_con4 {
    width: 100%;
}

.service_contents .service_con4 .service_con4_inner {
    width: 100%;
    padding: 50px 20px 0;
    background: #fff
}

.service_contents .service_con4 .con_left {
    width: 100%;
    text-align: center;
}

.service_contents .service_con4 .con_left h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: left;
}

.service_contents .service_con4 .con_left h3 span {
    font-size: 14px
}

.service_contents .service_con4 .con_left p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -1px;
    padding-top: 15px;
    color: #7d7d7d;
    text-align: left;
}

.service_contents .service_con4 .con_left img {
    padding-top: 50px;
    width: 55%;
}

.service_contents .service_con4 .con_left > button {
    width: 20px;
    height: 20px;
    background: url("../img/mobile/contents_link.png") no-repeat;
    background-size: 20px;
    text-indent: -9999999px;
    position: absolute;
    margin-top: -25px;
    right: 20px;
}

.service_contents .service_con5 {
    position: relative;
}

.service_contents .service_con5 .service_con5_inner {
    width: 100%;
    padding: 50px 20px 0;
}

.service_contents .service_con5 .con_left {
    width: 100%;
    text-align: center;
}

.service_contents .service_con5 .con_left h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -3px;
    text-align: left;
}

.service_contents .service_con5 .con_left p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -1px;
    padding-top: 15px;
    color: #7d7d7d;
    text-align: left;
}

.service_contents .service_con5 .con_left img {
    padding-top: 50px;
    width: 55%
}

.service_contents .service_con5 .con_left > a {
    width: 20px;
    height: 20px;
    background: url("../img/mobile/contents_link.png") no-repeat;
    background-size: 20px;
    text-indent: -9999999px;
    position: absolute;
    margin-top: -25px;
    right: 20px;
}


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

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

.content_contents .bg_full_title {
    background: url("../img/mobile/contents_01.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px 20px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
}

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

.content_contents .content_con1 {
    text-align: center;
    padding: 50px 20px;
    width: 100%
}

.content_contents .content_con1 > h4 {
    font-size: 24px;
}

.content_contents .content_con1 > p {
    font-size: 14px;
    padding: 10px 0 50px;
    color: #7d7d7d
}

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

.content_contents .content_con1 > ul > li {
    text-align: center;
    color: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    margin-bottom: 15px;
}

.content_contents .content_con1 > ul > li.con1_crm {
    background: url(../img/mobile/contents_02.jpg) center no-repeat;
    width: 100%;
    background-size: cover;
}

.content_contents .content_con1 > ul > li.con1_branding {
    background: url(../img/mobile/contents_03.jpg) center no-repeat;
    width: 100%;
    background-size: cover;
}

.content_contents .content_con1 > ul > li.con1_ecommerce {
    background: url(../img/mobile/contents_04.jpg) center no-repeat;
    width: 100%;
    background-size: cover;
}

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

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

.content_contents .content_con1 > ul > li > div p {
    font-size: 14px;
    font-weight: 400;
    color: #b3b3b3;
    letter-spacing: -1px;
    line-height: 1.4;
}


.content_contents .content_con2 {
    padding: 50px 20px;
    background-color: #f6f6f6
}

.content_contents .content_con2 > h4 {
    font-size: 24px;
    text-align: center;
}

.content_contents .content_con2 > p {
    font-size: 14px;
    padding: 10px 0 20px;
    text-align: center;
    color: #7d7d7d
}

.content_contents .content_con2 .tab_area {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.content_contents .content_con2 .tab_area ul li {
    padding-top: 80px;
}

.content_contents .content_con2 .tab_area ul li:nth-child(2) {
    padding: 0;
}

.content_contents .content_con2 .tab_area ul li a {
    position: absolute;
    top: 10px;;
    left: 50%;
    margin-left: -80px;
    width: 80px;
    height: 36px;
    line-height: 33px;
    border-radius: 25px;
    text-align: center;
    margin-right: 5px;
    font-size: 14px;
    z-index: 2;
    background: #dfdfdf;
    color: #919191;
}

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

.content_contents .content_con2 .tab_area ul li:nth-child(2) a {
    bottom: 100px;
    left: 50%;
    margin-left: 5px
}

.content_contents .content_con2 div.content_tab00 p, .content_contents .content_con2 div.content_tab01 p {
    width: 100%;
    text-align: center;
    color: #111;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -1.5px;
    font-weight: bold;
}

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

.content_contents .content_con2 div img {
    width: 100%;
    margin-bottom: 30px;
}

.content_contents .content_con2 div.content_tab01 {
    display: none
}

.content_contents .content_con3 {
    text-align: center;
    padding: 50px 20px;
    background-color: #fff
}

.content_contents .content_con3 h4 {
    font-size: 24px;
    text-align: center;
}

.content_contents .content_con3 > p {
    font-size: 14px;
    padding: 10px 0 20px;
    text-align: center;
    color: #7d7d7d;
}

.content_contents .content_con3 > img {
    width: 80%;
    margin-top: 36px;
}

.content_contents .content_con4 {
    text-align: center;
    padding: 50px 20px 0;
    background-color: #f6f6f6
}

.content_contents .content_con4 > h4 {
    font-size: 24px;
    text-align: center;
}

.content_contents .content_con4 > p {
    font-size: 14px;
    padding: 10px 0 20px;
    text-align: center;
}

.content_contents .content_con4 > img {
    width: 80%;
    margin-top: 36px;
}

.content_contents > div.content_con4 > p {
    line-height: 1.5 !important;
    color: #7d7d7d;
}

.content_contents .content_con5 {
    text-align: center;
    padding: 50px 20px;
    background-color: #f6f6f6
}

.content_contents .content_con5 > h4 {
    font-size: 24px;
    text-align: center;
}

.content_contents .content_con5 > p {
    font-size: 14px;
    padding: 10px 0 20px;
    text-align: center;
    color: #7d7d7d
}

.content_contents .content_con5 > img {
    width: 78%;
    margin-top: 36px;
}

.content_contents .content_con5 .process_info_txt {
    width: 100%;
    border: 1px solid #ebebeb;
    margin-top: 30px;
    background: #ebebeb;
}

.content_contents .content_con5 .process_info_txt p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: #ebebeb;
    color: #111;
    font-weight: 700;
    border-right: 0;
}

.content_contents .content_con5 .process_info_txt ul {
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding: 20px 0;
    background: #fff;
}

.content_contents .content_con5 .process_info_txt ul li {
    display: inline-block;
    padding-left: 20px;
    line-height: 40px;
}

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

.content_contents .content_con6 {
    text-align: center;
    padding: 50px 20px 50px;
}

.content_contents .content_con6 > h4 {
    font-size: 24px;
    text-align: center;
}

.content_contents .content_con6 > p {
    font-size: 14px;
    padding: 10px 0 20px;
    text-align: center;
}

.content_contents .content_con6 ul {
    font-size: 0;
    padding-top: 36px;
}

.content_contents .content_con6 ul li {
    width: 100%;
    text-align: center;
}

.content_contents .content_con6 ul li > img {
    width: 70%
}

.content_contents .content_con6 ul li:last-child {
    padding-top: 15px;
}

.content_contents .content_con6 > a {
    display: inline-block;
    line-height: 47px;
    width: 166px;
    height: 47px;
    background: url(../img/contents_link.png) 130px center no-repeat;
    background-size: 16px;
    border: 1px solid #111;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 14px;
    font-size: 13px;
    color: #1A1A1A;
}

.content_contents .content_con6 > p {
    padding-bottom: 20px;
    color: #7d7d7d
}


.content_contents .content_con7 {
    text-align: center;
    padding: 50px 20px;
    background-color: #f6f6f6
}

.content_contents .content_con7 > h4 {
    font-size: 24px;
    text-align: center;
}

.content_contents .content_con7 > p {
    font-size: 14px;
    padding: 10px 0 20px;
    text-align: center;
    color: #7d7d7d
}

.content_contents .content_con7 ul {
    width: 100%;
    margin: 30px auto 0
}

.content_contents .content_con7 ul li {
    display: inline-block;
    width: 33.3%;
    margin-left: -4px;
    padding-bottom: 30px;
    line-height: 1;
}

.content_contents .content_con7 ul li > img {
    width: 60%;
}

.content_contents .content_con7 ul li:first-child {
    margin-left: 0;
}

.content_contents .content_con7 ul li:nth-child(4) {
    padding-bottom: 0;
    margin-left: 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: 50px 20px 50px;
    background: #fff;
}

.content_contents .content_con8 > h4 {
    font-size: 24px;
    text-align: center;
}

.content_contents .content_con8 > p {
    font-size: 14px;
    padding: 10px 0 20px;
    text-align: center;
}

.content_contents .content_con8 ul {
    font-size: 0;
    padding-top: 36px;
}

.content_contents .content_con8 ul li {
    width: 100%;
    text-align: center;
}

.content_contents .content_con8 ul li > img {
    width: 70%
}

.content_contents .content_con8 ul li:last-child {
    padding-top: 15px;
}

.content_contents .content_con8 > a {
    display: inline-block;
    line-height: 47px;
    width: 166px;
    height: 47px;
    background: url(../img/mobile/icon_link3.png) 130px center no-repeat;
    background-size: 16px;
    border: 1px solid #111;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 14px;
    font-size: 13px;
    color: #1A1A1A;
}

.content_contents .content_con8 > div.txt_info {
    padding-top: 15px;
}

.content_contents .content_con8 > div.txt_info > p {
    padding-top: 5px;
}


.content_contents .content_con9 {
    text-align: center;
    padding: 50px 20px 50px;
    background: #fff;
}

.content_contents .content_con9 > h4 {
    font-size: 24px;
    text-align: center;
}

.content_contents .content_con9 > p {
    font-size: 14px;
    padding: 10px 0 20px;
    text-align: center;
}

.content_contents .content_con9 .text_info {
    margin-top: 50px;
    font-size: 15px;
    line-height: 20px;
    color: #777;
    letter-spacing: -0.4px;
}

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

.content_contents .content_con9 .txt_info {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #111111;
    padding-top: 12px;
}

.content_contents .content_con9 > a {
    display: inline-block;
    line-height: 40px;
    width: auto;
    padding: 0 58px 0 15px;
    height: 42px;
    background: url(../img/contents_link.png) calc(100% - 18px) center no-repeat;
    background-size: 16px;
    border: 1px solid #111;
    text-align: left;
    margin-bottom: 50px;
    font-size: 13px;
    color: #000;
}

.content_contents .content_con9 .con9_img {
    width: 100%;
    margin: 0 auto;
}

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

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

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

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

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

.content_contents .content_con9 .con9_img > ul > li > span {
    display: inline-block;
    margin-top: 10px;
    padding: 0 19px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background: #f6f6f6;
    border-radius: 13px;
    color: #777;
}


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

footer .foot_in {
    width: 100%;
}

footer .foot_in .foot_dv {
    width: 100%;
    padding: 50px 20px;
    color: #fff;
}

footer .foot_in .foot_dv .logo_box {
    width: 95px;
}

footer .foot_in .foot_dv .cs_info {
    width: 100%;
    vertical-align: top;
    padding-top: 20px;
    line-height: 1;
}

footer .foot_in .foot_dv .cs_info > p {
    font-size: 14px;
    opacity: 0.6;
}

footer .foot_in .foot_dv .cs_info > p.pdt {
    padding-top: 24px;
}

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

footer .foot_in .foot_dv .cs_info > h3.em {
    padding: 8px 0 24px;
    font-size: 18px;
    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;
    color: rgba(255, 255, 255, 0.6);
}

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

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

footer .foot_in .foot_dv .cs_info > span {
    padding-top: 10px;
    opacity: 0.5;
    font-size: 12px;
    display: block;
    letter-spacing: -0.5px
}

footer .foot_in .foot_dv .cs_info > span.openTime {
    padding-top: 8px;
    opacity: 0.6;
    font-size: 12px;
    display: block;
    letter-spacing: -0.5px
}

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

footer .foot_in .foot_dv .quick_link {
    width: 80%;
    vertical-align: top;
    padding-top: 40px;
}

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/mobile/icon_plus.png") right 5px no-repeat;
    font-size: 16px;
}

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

footer .foot_in .foot_dv .quick_link .link_box {
    width: 100%;
    position: absolute;
    background: #fff;
    border: 1px solid #111;
    padding: 25px;
    font-size: 14px;
    bottom: 40px;
    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/mobile/icon_plus.png") right 5px no-repeat;
    font-size: 16px;
    margin-top: 20px;
}

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

footer .foot_in .foot_dv .quick_link .link_box2 {
    width: 100%;
    position: absolute;
    background: #fff;
    border: 1px solid #111;
    padding: 25px;
    font-size: 14px;
    bottom: 40px;
    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;
    display: inline-block;
    width: 40px;
}

/*소희 start*/

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

.platform_ar .intro_tit {
    padding: 50px 20px 35px;
    width: 100%;
}

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

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

.platform_ar .bg_full_title h3 {
    background: url(../img/mobile/logo_inumber.png) 0 0 no-repeat;
    width: 90px;
    height: 22px;
    text-indent: -9999px;
    margin: 0 auto;
    background-size: 100%;
    margin-bottom: 10px
}

.platform_ar .bg_full_title p {
    font-size: 14px;
    color: #fff;
    word-break: keep-all;
    letter-spacing: -1px;
}

.platform_inumber .inumber_info_inner {
    width: 100%;
    margin: 0 auto;
    padding: 70px 20px;
    box-sizing: border-box
}

.platform_inumber .inumber_info_inner .title {
    text-align: center;
    font-size: 17px;
    color: #111;
    letter-spacing: -1.5px;
}

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

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

.platform_inumber .inumber_info_inner .inumber_info ul {
    width: calc(100% - 50px);
    margin: 0 auto;
}

.platform_inumber .inumber_info_inner .inumber_info ul li {
    padding-bottom: 45px
}

.platform_inumber .inumber_info_inner .inumber_info ul li:last-child {
    padding-bottom: 0
}

.platform_inumber .inumber_info_inner .inumber_info ul li .img_ar {
    display: inline-block;
    width: 50%;
    text-align: center
}

.platform_inumber .inumber_info_inner .inumber_info ul li .img_ar img {
    width: 56px
}

.platform_inumber .inumber_info_inner .inumber_info ul li p {
    font-size: 14px;
    letter-spacing: -2.5px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: calc(100% - 52%);
    word-break: keep-all;
}

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

.inumber_biz_inner .title {
    text-align: center;
    font-size: 17px;
    color: #111;
    padding-bottom: 48px;
    letter-spacing: -1px;
}

.inumber_biz_inner .inumber_biz {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    padding: 50px 0 115px;
}

.inumber_biz_inner .inumber_biz .biz_center {
    width: 160px;
    height: 120px;
    margin: 0 auto;
    background: url(../img/mobile/platform_inumber2.png) 0 0 no-repeat;
    background-size: 100%;
    position: relative
}

.inumber_biz_inner .inumber_biz .biz_center > div {
    width: 115px;
    height: 50px;
    border: 4px solid #dfdfdf;
    border-radius: 50px;
    background-color: #fff;
    color: #111;
    position: absolute;
}

.inumber_biz_inner .inumber_biz .biz_center > div p a {
    background: url(../img/mobile/platform_icon_04.jpg) 100% center no-repeat;
    padding-right: 10px;
    color: #111;
    font-size: 13px;
    background-size: 4px 6px
}

.inumber_biz_inner .inumber_biz .biz_center > div:first-child {
    top: -50px;
    left: 20px;
}

.inumber_biz_inner .inumber_biz .biz_center > div:first-child:after {
    content: "연동";
    display: block;
    font-size: 12px;
    position: absolute;
    top: 49px;
    left: 44px
}

.inumber_biz_inner .inumber_biz .biz_center > div:nth-child(2) {
    top: 118px;
    left: -45px;
}

.inumber_biz_inner .inumber_biz .biz_center > div:nth-child(2):after {
    content: "연동";
    display: block;
    font-size: 12px;
    position: absolute;
    top: -31px;
    left: 54px
}

.inumber_biz_inner .inumber_biz .biz_center > div:nth-child(3) {
    top: 118px;
    left: 90px;
}

.inumber_biz_inner .inumber_biz .biz_center > div:nth-child(3):after {
    content: "연동";
    display: block;
    font-size: 12px;
    position: absolute;
    top: -31px;
    left: 28px
}

/*포트폴리오*/
/*포트폴리오*/
.sub_con .portfolio_ar {
    width: 100%;
    padding-top: 60px;
}

.portfolio_ar .intro_tit {
    padding: 50px 20px;
    width: 100%;
    margin: 0 auto;
}

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

.portfolio_ar .intro_tit > p {
    padding-top: 25px;
    line-height: 1.5;
    color: #777;
    font-size: 14px;
    word-break: keep-all
}

.portfolio_ar .tab_area {
    padding: 0 20px
}

.portfolio_ar .tab_area .tab-select-outer {
    margin-bottom: 30px
}

.portfolio_ar .tab_area .tab-select-outer select {
    width: 120px;
    height: 25px;
    font-size: 17px;
    font-family: 'NotoKrN';
    background: url('../img/mobile/portfolio_sel.png') right center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 10px 6px;
    outline: none;
}

.portfolio_ar .tab_area .tab-select-outer select::-ms-expand {
    display: none;
}

.portfolio_ar .tab_area .tab-select-outer select option {
    padding: 0 15px;
}

.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: 100%;
}

.portfolio_ar .portfolio_contents ul li {
    width: 100%;
    position: relative
}

.portfolio_ar .portfolio_contents ul li .img_wrap {
    width: 100%
}

.portfolio_ar .portfolio_contents ul li img {
    display: block;
    width: 100%;
    background-size: 100%;
}

.portfolio_ar .portfolio_contents ul li div {
    display: block;
}

.portfolio_ar .portfolio_contents ul li div.title_wrap {
    position: absolute;
    left: 18px;
    bottom: 45px;
    color: #fff;
}

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

.portfolio_ar .portfolio_contents ul li p.list_corp {
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 10px
}

.portfolio_ar .portfolio_contents ul li p.list_title {
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 20px;
    letter-spacing: -1.5px;
}

.portfolio_ar .portfolio_contents ul li p.list_info {
    font-size: 12px;
    font-weight: 400;
    width: 75%;
    word-break: keep-all;
    line-height: 1.5;
    letter-spacing: -1px;
}

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

.page-area a ul li {
    display: inline-block;
    color: #111
}

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


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

.pr_center_ar .intro_tit {
    padding: 50px 20px 30px;
    width: 100%;
    margin: 0 auto;
}

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

.pr_center_list {
    width: 100%;
    padding: 0 18px 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/mobile/prcenter_close.png) right center no-repeat;
    background-size: 9px 6px;
}

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

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

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

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

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

.pr_center_list .list_title {
    display: inline-block;
    width: 100%;
    padding: 25px 0
}

.pr_center_list .list_title h3 {
    color: #111;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 13px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

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

.pr_center_list .list_logo {
    display: none
}

.pr_center_list .pr_center_view {
    background-color: #f6f6f6;
    padding: 25px 20px;
    font-size: 14px;
}

.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/mobile/icon_link2.png") right no-repeat;
    font-size: 14px;
    font-weight: bold;
}

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

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

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

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

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

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

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

#followquick .q_link {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #f5f5f5;
    padding: 9px 0;
    text-align: center;
}

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

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

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

.send_info {
    padding-right: 16px;
    background: url("../img/mobile/send_info_bg.png") right 125px no-repeat;
    width: 225px;
    position: fixed;
    right: 65px;
    bottom: 6%;
    display: none;
    z-index: 14;
}

.send_info.on {
    display: block;
}

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

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

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

.send_info .send_inner > h4 {
    font-size: 16px;
    color: #111111;
    padding-top: 8px;
    line-height: 1;
}

.send_info .send_inner > h4.em {
    font-size: 14px;
    padding-top: 4px;
}

.send_info .send_inner > span {
    font-size: 12px;
    color: #111111;
    line-height: 1;
}

.send_info .send_inner > span > em {
    line-height: 1;
}


footer .foot_in .foot_dv .language {
    width: 136px;
    height: 40px;
    position: relative;
    margin-top: 20px;
}

@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: none;
    }

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

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

.ft_banner .img_inner {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}

.ft_banner .img_inner > img {
    width: 100%;
}


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

.ft_banner .img_inner .closer a {
    vertical-align: top;
    position: relative;
    color: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/mobile/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;
}

/* 파트너쉽 */
.list_tab00 .partnership_contents .bg_full_title {
    background: url(../img/mobile/partnership-img-01.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 145px;
    color: #fff;
    text-align: center;
    display: table;
    vertical-align: middle;
    padding: 0 23px;
}

.partnership_contents .bg_full_title.t02{background: url(../img/mobile/partnership-img-02.jpg) center no-repeat;}
.partnership_contents .bg_full_title.t03{background: url(../img/mobile/partnership-img-03.png) center no-repeat;}

.list_tab00 .partnership_contents .bg_full_title > p {
    display: table-cell;
    vertical-align: middle;
}

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

.partnership_contents .partnership_contents_01 .stap_area {
    width: 100%;
    margin: 0 auto;
    padding: 60px 50px;
}

.partnership_contents .partnership_contents_01 .stap_area > h4 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1px;
    color: #111;
}

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

.partnership_contents .partnership_contents_01 .stap_area > ul > li {
    width: 100%;
    padding-top: 27px;
    background: url(../img/mobile/triangle_btm.svg) center 10px no-repeat;
    background-size: 12px;
    display: inline-block;
}

.partnership_contents .partnership_contents_01 .stap_area > ul > li:first-child {
    padding-top: 0;
    background: none;
}

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

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

.partnership_contents .partnership_contents_01 .content_partnership_01 > h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1px;
}

.partnership_contents .partnership_contents_01 .content_partnership_01 > p {
    font-size: 14px;
    color: #777;
    line-height: 20px;
    letter-spacing: -1px;
    padding: 20px 0 0;
}

.partnership_contents .partnership_contents_01 .content_partnership_01 .info_input_area {
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px 0;
}

.partnership_contents .partnership_contents_01 .content_partnership_01 .info_input_area > h3 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.5px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #111;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

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

.partnership_contents .partnership_contents_01 .content_partnership_01 .info_input_area > ul {
    width: 100%;
    margin-top: 30px;
    padding: 0;
}

.partnership_contents .partnership_contents_01 .content_partnership_01 .info_input_area > ul > li {
    width: 100%;
    font-size: 0;
    margin-top: 30px;
}

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

.partnership_contents .partnership_contents_01 .content_partnership_01 .info_input_area > ul > li > div {
    text-align: left;
}

.partnership_contents .partnership_contents_01 .content_partnership_01 .info_input_area > ul > li > div.helf2 {
    margin-top: 30px;
}

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

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

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

.partnership_contents .partnership_contents_01 .content_partnership_01 .info_input_area > ul > li .inp_inline {
    width: 100%;
    font-size: 0;
    margin-top: 8px;
    position: relative;
    min-height: 52px;
}

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

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

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

.partnership_contents .partnership_contents_01 .content_partnership_01 .info_input_area > ul > li .inp_inline .inp_lg {
    display: inline-block;
    width: calc(100% - 112px);
    vertical-align: middle;
}

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

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

.partnership_contents .partnership_contents_01 .content_partnership_01 .info_input_area > ul > li .inp_inline .inp_lg2 {
    display: inline-block;
    width: calc(100% - 160px);
    vertical-align: middle;
}

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

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

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

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

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

.partnership_contents .partnership_contents_01 .content_partnership_01 .agree_area {
    width: calc(100% - 40px);
    margin: 30px auto 0;
    padding: 0;
    text-align: left;
}

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

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

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

.info_input_area > ul > li .inp_inline textarea.hsm {
    height: 110px !important;
}

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

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

.agree_area .point_info > p {
    margin-top: 3px;
    font-size: 12px;
    line-height: 18px;
    color: #111;
}


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

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

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

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

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

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

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


.hp_pass_select {
    margin: 60px auto 0;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

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

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

.hp_pass_select .hp_ar .radio_box {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 0 20px;
    vertical-align: top;
    margin-top: 50px;
}

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

.hp_pass_select .hp_ar > span:nth-child(2) {
    margin-top: 0;
}

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

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

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

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

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

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


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

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


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

.modal_pop.active {
    display: table;
}

.modal_pop .pop_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    width: 100%;
}

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

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

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

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

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

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

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

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













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

.modal_pop .pop_search .pop_content {
    width: 100%;
    height: auto;
    background: #f6f6f6;
    padding: 26px 20px 0 20px;
    border-radius: 16px;
    display: inline-block;
    text-align: left;
    position: relative;
}

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

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

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

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

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

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

.underline {text-decoration: underline;}

.pop_search .pop_content .table_box table tbody td:last-child{text-align: center;}
.pop_search .pop_content .table_box table tbody td p{padding: 3px 0;}

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

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

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

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

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

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


.main_s_foot{width: 100%; padding: 60px 0; background: #00a8e1; text-align: center;}
.main_s_foot .in_foot{width: 100%; margin: 0 auto; display: block;}
.main_s_foot .in_foot .title_f{width: 100%; display: block; font-size: 18px; font-weight: 700; letter-spacing: -0.5px; color: #fff;}
.main_s_foot .in_foot .in_div{width: 100%; display: block;}
.main_s_foot .in_foot .in_div > ul{width: 100%; font-size: 0;}
.main_s_foot .in_foot .in_div > ul > li{width: 100%; display: inline-block; vertical-align: middle; margin-left:0; margin-top: 2.4rem;}
.main_s_foot .in_foot .in_div > ul > li:first-child{margin-left: 0;}
.main_s_foot .in_foot .in_div > ul > li > h5{font-size: 14px; text-align: center; line-height: 18px; letter-spacing: -0.5px; color: #fff; font-weight: 500;}
.main_s_foot .in_foot .in_div > ul > li > h5 > br{display: none;}
.main_s_foot .in_foot .in_div > ul > li > a{display: inline-block; width: 152px; height: 40px; background: rgba(0, 0, 0, 0.08); border-radius: 6px; text-align: center; margin-top: 14px;}
.main_s_foot .in_foot .in_div > ul > li > a > span{display: inline-block; padding-right: 14px; background: url(../img/icon-arrow-right_w.svg) right center no-repeat; font-size: 14px; font-weight: 700; color: #fff; line-height: 37px; letter-spacing: 0;}


footer .foot_in .foot_dv .cs_info .down_btn {
    padding-top: 17px;
    text-align: left;
}

footer .foot_in .foot_dv .cs_info .down_btn > a{
    width: 100%;
    height: 46px;
    display: inline-block;
    border: 1px solid #3f3f3f;
    margin: 8px auto 0;
    padding: 0;
    line-height: 43px;
    font-size: 14px;
    letter-spacing: -0.05em;
    text-align: center;
    
    color: #fff;}
footer .foot_in .foot_dv .cs_info .down_btn > a > span{
    display: inline-block; 
    padding-right: 25px;
    background: url("../img/icon_download.png") right center no-repeat;
    background-size: 13px;}

@media screen and (max-width: 320px) {
    .modal_pop .pop_search .pop_content {padding: 20px 16px 0 16px;}
    .pop_search .pop_content .table_box thead th {font-size: 12px;}
    .pop_search .pop_content .table_box table tbody td{font-size: 12px;}
}


.pop_wrap{width: 100%;}
.pop_wrap .pop_header{width: 100%; position: fixed; background: #fff;}
.pop_wrap .pop_header > h2{padding-top: 36px; font-size: 18px; text-align: center; font-weight: 700; color: #111;}
.pop_wrap .pop_header .sel_ar{width: 100%; padding: 20px 30px 30px; display: block;}
.pop_wrap .pop_header .sel_ar > span{width: 100%; display: block; text-align: right; margin-top: 10px;}
.pop_wrap .pop_header .sel_ar > span:first-child{text-align: left; margin-top: 0;}
.pop_wrap .pop_header .sel_ar > span:first-child .nice-select{background: #fff; width: 100%; display: inline-block; float: none; border: 1px solid #dfdfdf;}
.pop_wrap .pop_header .sel_ar > span .nice-select{background: #f6f6f6; width: 100%; display: inline-block; float: none;}
.pop_wrap .pop_header .sel_ar > span .nice-select::after{
    background: url(../img/icon-arrow-btm.svg) no-repeat;
    width: 10px;
    height: 6px;
    right: 18px;}
.pop_wrap .pop_header .sel_ar > span .nice-select .current{color: #111; font-size: 13px;}
.pop_contenter{padding: 213px 30px 0;}
.pop_contenter .inner_text div {display: none;}
.pop_contenter .inner_text div.on {display: block;}
.pop_contenter p{line-height: 1.4; margin-top: 7px; font-size: 14px;}
.pop_contenter table{width: 100%; border-top: 1px solid #dfdfdf;}
.pop_contenter table th{padding: 5px; background: #efefef; text-align: center; font-size: 14px; font-weight: 700; border-bottom: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf;}
.pop_contenter table th:first-child{border-left: none;}
.pop_contenter table td{padding: 4px; text-align: left; font-size: 14px; border-bottom: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf;}
.pop_contenter table td:first-child{border-left: none;}


/*20241218 추가 */
.pr_center_ar .intro_tit {position: relative;}
.pr_center_ar .intro_tit .tab_link {position: absolute; right: 18px; bottom: 29px;}
.pr_center_ar .intro_tit .tab_link > a{font-size: 16px; line-height: 24px; letter-spacing: -0.5%; font-weight: 400; margin-left: 30px; display: inline-block; vertical-align: middle; color: rgba(179, 179, 179, 1);}
.pr_center_ar .intro_tit .tab_link > a:first-child{margin-left: 0;}
.pr_center_ar .intro_tit .tab_link > a.active{font-weight: 700; color: rgba(26, 26, 26, 1);}

.mainpop{width: 100%; height: 100vh; position: fixed; text-align: center; background: rgba(0, 0, 0, 0.6); display: flex; align-items: center; justify-content: center; z-index: 99999; top: 0; left: 0;}
.pop_outer{width: 90%; margin: 0 auto;}
.mainpop .popinner.bd20{width: 100%; max-height: calc(100vh - 100px); overflow: scroll; margin: 0 auto; background: #fff; border: 20px solid rgba(50, 48, 67, 1); border-radius: 16px; position: relative;}
.mainpop .popinner{width: 100%; background: #fff; border-radius: 16px; position: relative;}
.mainpop .popinner .top_p{height: 25px; background: url(../img/Polygon_top.png) no-repeat top center; background-size: auto 25px; width: 100%; display: block; margin-top: -1px; }
.mainpop .popinner .bottom_p{height: 25px; background: url(../img/Polygon_bottom.png) no-repeat top center; background-size: auto 25px; width: 100%; display: block;}
.mainpop .popinner .icon_mad{display: inline-block; position: absolute; background: url(../img/pop_iocn_mad.png) no-repeat; background-size: 36px; width: 36px; height: 52px; top: 10px; left: 50%; margin-left: -18px;}
.popinner_in{padding: 50px 25px 20px; text-align: left;}
.popinner_in.pdt50{padding-top: 50px;}
.popinner_in.pdb50{padding-bottom: 50px;}
.popinner_in .logo{width: 95px;}
.popinner_in .title{margin:20px 0 12px;}
.popinner_in .title > h3{font-size: 13px; line-height: 20px; letter-spacing: -0.5px; color: rgba(91, 106, 215, 1); font-weight: 700;}
.popinner_in .title > h2{font-size: 14px; font-weight: 700; line-height: 26px; letter-spacing: -0.5px; color: rgba(26, 26, 26, 1); word-break: keep-all;}
.popinner_in .go_link{margin-top: 32px; display: inline-block; padding: 10px 24px;  border-radius: 4px; background: rgba(26, 26, 26, 1);}
.popinner_in .go_link > span{line-height: 20px; font-size: 13px; font-weight: 700; color: #fff; background: url(../img/icon_more.png) no-repeat center right; background-size: 6px; padding-right: 13px; margin-top: 0;}
.popinner_in p{margin-top: 8px; font-size: 12px; line-height: 20px; letter-spacing: -0.5px; color: rgba(26, 26, 26, 1); font-weight: 400}
.popinner_in p > i{color: rgba(250, 109, 9, 1); font-weight: 500; font-style: normal;}
.popinner_in span{display: inline-block; margin-top: 20px; font-size: 13px; line-height: 20px; letter-spacing: -0.5px; color: rgba(102, 102, 102, 1);}

.center {text-align: center;}
.popinner_in .notice-box {margin-top: 20px; border: 1px solid #E6E6E6; border-radius: 10px; padding: 6px 2px 16px 6px;}
.popinner_in .notice-box > div {max-height: 310px; overflow-y: scroll; text-align: left; padding: 10px 0 0 10px;}
.popinner_in .notice-box > div li {margin-top: 16px;}
.popinner_in .notice-box > div .bold {font-weight: 700; margin-bottom: 6px;}
.popinner_in .notice-box > div p {font-size: 12px; line-height: 18px; letter-spacing: -0.06px; color: #1A1A1A; margin: 0;}
.popinner_in .notice-box > div .red {color: #FF4C50 !important; margin-top: 0;}
.popinner_in .notice-box > div .gray {color: #666666 !important; margin-top: 0;}
.popinner_in .btn-box {width: 100%; display: flex; align-items: center; justify-content: center;}

.popinner_in .download-btn {display: flex !important; align-items: center; justify-content: center; margin-top: 32px; display: inline-block; padding: 10px 24px; border-radius: 4px; background: rgba(26, 26, 26, 1); font-size: 14px; font-weight: 700; line-height: 20px; letter-spacing: -0.07px; color: #fff;}
.popinner_in .download-btn::after {content: ''; display: block; width: 20px; height: 20px; margin-left: 4px;  background: url(../img/icon_download.png) center / 12.5px no-repeat;}


.pop_outer .closer {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    margin-top: 12px;
}

.pop_outer .closer a {
    vertical-align: top;
    position: relative;
    color: #fff;
    display: inline-block;
    width: 74px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    font-size: 13px;
    color: rgba(26, 26, 26, 1);
    text-align: center; line-height: 40px;
}

.pop_outer .closer > div {
    position: relative;
}
.pop_outer .closer .right_btn{margin-left: auto;}

.pop_outer .closer > div > label {
    font-size: 13px; color: #fff; font-weight: 400; line-height: 20px;
}
