@charset "UTF-8";@font-face {
    font-family: 'KakaoBigSans';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/KakaoBigSans-Regular.eot);
    src: local("☺"),url(/fonts/KakaoBigSans-Regular.woff2) format("woff2"),url(/fonts/KakaoBigSans-Regular.woff) format("woff");
}

@font-face {
    font-family: 'KakaoBigSans';
    font-style: bold;
    font-weight: 700;
    src: url(/fonts/KakaoBigSans-Bold.eot);
    src: local("☺"),url(/fonts/KakaoBigSans-Bold.woff2) format("woff2"),url(/fonts/KakaoBigSans-Bold.woff) format("woff");
}

@font-face {
    font-family: 'KakaoBigSans';
    font-style: extra;
    font-weight: 900;
    src: url(/fonts/KakaoBigSans-ExtraBold.eot);
    src: local("☺"),url(/fonts/KakaoBigSans-ExtraBold.woff2) format("woff2"),url(/fonts/KakaoBigSans-ExtraBold.woff) format("woff");
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/Pretendard-Regular.eot);
    src: local("☺"),url(/fonts/Pretendard-Regular.woff2) format("woff2"),url(../../fonts/Pretendard-Regular.woff) format("woff");
}

@font-face {
    font-family: 'Pretendard';
    font-style: medium;
    font-weight: 500;
    src: url(../../fonts/Pretendard-Medium.eot);
    src: local("☺"),url(/fonts/Pretendard-Medium.woff2) format("woff2"),url(../../fonts/Pretendard-Medium.woff) format("woff");
}

@font-face {
    font-family: 'Pretendard';
    font-style: bold;
    font-weight: 700;
    src: url(../../fonts/Pretendard-Bold.eot);
    src: local("☺"),url(/fonts/Pretendard-Bold.woff2) format("woff2"),url(../../fonts/Pretendard-Bold.woff) format("woff");
}

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,button {
    margin: 0;
    padding: 0;
}

fieldset,img {
    border: 0 none;
}

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

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

input,select,textarea,button {
    vertical-align: middle;
    font-size: 100%;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

/* 뷰포트 변환시 폰트크기 자동확대 방지. */
input:checked[type='checkbox'] {
    -webkit-appearance: none;
    outline: 0 none;
}

input[type='text'],input[type='password'],input[type='submit'],input[type='search'],input[type='tel'],input[type='email'],html input[type='button'],input[type='reset'] {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

body {
    background: #fff;
}

body,th,td,input,select,textarea,button {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Pretendard','Apple SD Gothic Neo','Malgun Gothic','맑은 고딕','돋움',dotum,sans-serif;
    font-weight: 300;
    color: #000;
}

/* color값은 디자인가이드에 맞게사용 */
a {
    color: #000;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

address,caption,cite,code,dfn,em,var {
    font-style: normal;
    font-weight: normal;
}

/* global */
#kakaoIndex {
    overflow: hidden;
    position: absolute;
    left: -9999px;
    width: 0;
    height: 1px;
    margin: 0;
    padding: 0;
}

/* 스킵네비게이션 */
.ir_pm {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* PC용 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */
.ir_wa {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* 중요한 이미지 대체텍스트로 이미지off시에도 대체 텍스트를 보여주고자 할때 */
.ir_caption {
    overflow: hidden;
    width: 1px;
    font-size: 1px;
    line-height: 0;
    text-indent: -9999px;
}

/* Table caption에 숨김텍스트를 제공할때 */
.screen_out {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */
.show {
    display: block;
}

.HIDDEN {
    display: none;
}

.hide {
    display: none;
}

.clear_g {
    display: block;
    clear: both;
}

html,body {
    min-height: 100%;
}

#kakaoWrap {
    position: relative;
    min-width: 1276px;
    height: 100%;
}

#kakaoContent {
    position: relative;
    min-height: calc(100vh - 192px);
}

#kakaoContent.cont_home {
    min-height: auto;
}

.m_view {
    display: none;
}

.br_clear {
    display: block;
}

.kakao_head {
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    height: 70px;
    min-width: 1276px;
    background-color: #fff;
}

/* Header Scrolling */
.type_scroll {
    padding-top: 74px;
}

.type_scroll .kakao_head {
    position: fixed;
    width: 100%;
    z-index: 20;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.type_scroll .kakao_head {
    top: 0;
    opacity: 0;
    -webkit-animation: lnbMotion .5s forwards .1s;
    animation: lnbMotion .5s forwards .1s;
}

@-webkit-keyframes lnbMotion {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes lnbMotion {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.kakao_head {
    border-bottom: 1px solid rgba(16,16,16,0.07);
}

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

.kakao_head .link_logo {
    display: block;
    padding: 26px 30px 26px 48px;
}

.kakao_head .img_logo {
    display: block;
}

.kakao_head .link_menu {
    display: block;
    padding: 22px 10px 21px;
    margin-right: 38px;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
}

.kakao_head .link_menu:after {
    bottom: 0;
}

/* 상단비주얼 */
.type_scroll .intro_common {
    padding-top: 0;
}

.intro_common {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 1276px;
    background-color: var(--bg-color, #FAE100);
}

.intro_common .wrap_img {
    max-width: 1920px;
    height: 520px;
    margin: 0 auto;
    background-image: var(--pc-image);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.intro_common .txt_intro {
    position: absolute;
    left: 50%;
    bottom: 144px;
    font-weight: bold;
    font-size: 50px;
    transform: translateX(-50%);
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
}

.intro_common .txt_intro.type_w {
    color: #fff;
}

.intro_common .txt_intro.type_b {
    color: #000;
}

.intro_common .wrap_paging {
    position: absolute;
    bottom: 29px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 22px;
}

/* 홈 */
.cont_home .home_box {
    overflow: hidden;
    padding: 70px 0 90px;
}

.cont_home .home_box:nth-of-type(even) {
    background-color: #F5F5F5;
}

.cont_home .home_box .inner_box {
    box-sizing: border-box;
    width: 1276px;
    margin: 0 auto;
    padding: 0 48px;
}

.cont_home .home_box .view_cate:after {
    content: '';
    display: block;
    clear: both;
}

.cont_home .home_box .tit_box {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #949494;
}

.cont_home .home_box .desc_box {
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0;
    word-wrap: break-word;
    word-break: keep-all;
    color: #191919;
}

/* 메인 - 제휴 신청하기 카드 */
.area_apply {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.area_apply .link_apply {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 10px);
    height: 124px;
    padding: 0 40px;
    background-color: #f7f7f7;
    border-radius: 16px;
}

.area_apply .link_apply:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath d='m15.308 11 8.818 8.188a1.108 1.108 0 0 1 0 1.624L15.308 29' stroke='%23949494' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.area_apply .link_apply strong {
    font-size: 24px;
    font-weight: 500;
    line-height: 44px;
    padding-left: 56px;
    background-size: 44px 44px;
    background-repeat: no-repeat;
}

.area_apply .link_apply strong.type_ko {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='none'%3E%3Crect width='44' height='44' rx='22' fill='%23000'/%3E%3Cpath d='M35.46 21.523v1.782h-5.25v2.328h-2.218v-2.328h-5.64v-1.782H35.46zm-1.67-6.39v5.375h-9.83v-5.375h9.83zm-7.626 1.734v1.906h5.422v-1.906h-5.422zm7.86 9.969v1.797H23.835v-4.188h2.25v2.39h7.937zM20.148 15.133v1.156c0 1.047 0 2.242-.265 3.734h1.765v1.782h-5.453v1.86h3.938v5.202h-2.25V25.43H9.836v-1.766h4.094v-1.86H8.54v-1.78h9.077c.227-1.227.274-2.212.281-3.11h-7.78v-1.781h10.03z' fill='%23fff'/%3E%3C/svg%3E");
}

.area_apply .link_apply strong.type_en {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='none'%3E%3Cpath d='M0 22C0 9.85 9.85 0 22 0s22 9.85 22 22-9.85 22-22 22S0 34.15 0 22z' fill='%23000'/%3E%3Cpath d='M35.375 24.11h-5.25v2.327h-2.219V24.11h-5.64v-1.781h13.109v1.781zm-1.672-2.798h-9.828v-5.375h9.828v5.375zm-7.625-1.734H31.5v-1.906h-5.422v1.906zm7.86 9.86H23.75V25.25H26v2.39h7.938v1.797zM12.469 16.078c.552 0 1.065.094 1.539.281.48.188.896.453 1.25.797h3.102v-1.828h2.234v8.375h-2.235v-1.61h-3.117a3.694 3.694 0 0 1-1.242.79 4.019 4.019 0 0 1-1.531.273 4.106 4.106 0 0 1-1.961-.453 3.553 3.553 0 0 1-1.39-1.266 3.338 3.338 0 0 1-.493-1.812 3.327 3.327 0 0 1 .492-1.82c.339-.542.8-.964 1.383-1.266a4.189 4.189 0 0 1 1.969-.461zm0 1.922c-.521-.01-.938.128-1.25.414-.313.281-.469.685-.469 1.21 0 .511.156.912.469 1.204.318.292.734.438 1.25.438.323 0 .61-.066.86-.196.255-.13.452-.317.593-.562.146-.25.219-.545.219-.883 0-.526-.154-.93-.461-1.211-.307-.287-.711-.425-1.211-.414zm3.172 5.984c1.015-.005 1.898.104 2.648.328.75.224 1.328.552 1.735.985.406.427.611.937.617 1.531a2.174 2.174 0 0 1-.617 1.531c-.407.432-.985.76-1.735.985-.75.224-1.633.333-2.648.328-1.005.005-1.88-.104-2.625-.328-.745-.224-1.32-.553-1.727-.985a2.159 2.159 0 0 1-.601-1.531c0-.594.2-1.104.601-1.531.406-.433.982-.76 1.727-.985.745-.224 1.62-.333 2.625-.328zm0 1.703c-1.834 0-2.75.38-2.75 1.141 0 .38.229.662.687.844.464.177 1.151.265 2.063.265.937 0 1.635-.088 2.094-.265.463-.183.697-.464.703-.844-.006-.39-.24-.677-.703-.86-.464-.187-1.162-.28-2.094-.28zm2.719-5.375v-1.375H16.21c.047.22.07.448.07.688 0 .24-.023.469-.07.687h2.149z' fill='%23fff'/%3E%3C/svg%3E");
}

.area_apply .link_apply:hover {
    outline: 1px solid #949494;
}

.area_apply .link_apply:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath d='m15.308 11 8.818 8.188a1.108 1.108 0 0 1 0 1.624L15.308 29' stroke='%23595959' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* 메인 - 서비스/콘텐츠 제휴 카드 */
.area_service {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 40px;
}

.area_service .link_service {
    box-sizing: border-box;
    position: relative;
    padding: 30px 88px 30px 110px;
    border-radius: 16px;
    background-color: #fff;
    background-size: 44px 44px;
    background-repeat: no-repeat;
    background-position: 40px 30px;
}

.area_service .link_service.type_grey {
    background-color: #f7f7f7;
}

.area_service .link_service:hover {
    outline: 1px solid #949494;
}

.area_service .link_service:hover .ico_link {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath d='M6 4h12v12M3 19 18 4' stroke='%23595959' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.area_service .link_service.link_channel {
    background-image: url("https://t1.kakaocdn.net/withkakao/image/renewal2025/icon_channel.png");
}

.area_service .link_service.link_ad {
    background-image: url("https://t1.kakaocdn.net/withkakao/image/renewal2025/icon_ad.png");
}

.area_service .link_service.link_sell {
    background-image: url("https://t1.kakaocdn.net/withkakao/image/renewal2025/icon_sell.png");
}

.area_service .link_service.link_tool {
    background-image: url("https://t1.kakaocdn.net/withkakao/image/renewal2025/icon_tool.png");
}

.area_service .link_service.link_partner {
    background-image: url("https://t1.kakaocdn.net/withkakao/image/renewal2025/icon_partner.png");
}

.area_service .link_service.link_seminar {
    background-image: url("https://t1.kakaocdn.net/withkakao/image/renewal2025/icon_seminar.png");
}

.area_service .link_service.link_makers {
    background-image: url("https://t1.kakaocdn.net/withkakao/image/renewal2025/icon_makers.png");
}

.area_service .link_service.link_games {
    background-image: url("https://t1.kakaocdn.net/withkakao/image/renewal2025/icon_games.png");
}

.area_service .link_service.link_page {
    background-image: url("https://t1.kakaocdn.net/withkakao/image/renewal2025/icon_page.png");
}

.area_service .link_service.link_pay {
    background-image: url("https://t1.kakaocdn.net/withkakao/image/renewal2025/icon_pay.png");
}

.area_service .link_service.link_webtoon {
    background-image: url("https://t1.kakaocdn.net/withkakao/image/renewal2025/icon_webtoon.png");
}

.area_service strong {
    font-weight: 400;
    font-size: 28px;
    color: #000;
}

.area_service .text_service {
    margin-top: 10px;
    font-size: 14px;
    color: #787878;
    word-break: keep-all;
}

.area_service .ico_link {
    position: absolute;
    right: 40px;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath d='M6 4h12v12M3 19 18 4' stroke='%23949494' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* 메인 - 제휴가이드 영역 */
.area_guide {
    margin-top: 40px;
}

.area_guide .list_step {
    margin: 0 56px;
    display: flex;
    justify-content: space-between;
}

.area_guide .list_step li {
    position: relative;
    width: 204px;
    text-align: center;
    font-size: 0;
}

.area_guide .list_step li:not(:first-child):before {
    content: '';
    position: absolute;
    top: 94px;
    left: -45px;
    width: 12px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1.869a1 1 0 0 1 1.555-.833l9.197 6.132a1 1 0 0 1 0 1.664l-9.197 6.131A1 1 0 0 1 0 14.133V1.869z' fill='%23202020'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
}

.area_guide .img_step {
    width: 100%;
}

.area_guide .text_step {
    display: block;
    margin-top: 18px;
    font-size: 24px;
    color: #191919;
}

/* 푸터 */
.foot_partner {
    overflow: hidden;
    background-color: #000;
    /* 리뉴얼 푸터 */
}

.foot_partner .inner_footer {
    box-sizing: border-box;
    overflow: hidden;
    max-width: 1276px;
    padding: 40px 48px;
    margin: 0 auto;
}

.foot_partner .list_rel {
    display: flex;
    justify-content: center;
    font-size: 0;
}

.foot_partner .list_rel li {
    display: inline-block;
    padding: 0 0 0 16px;
    font-size: 14px;
    line-height: 20px;
}

.foot_partner .list_rel li:not(:first-child):not(:last-child):after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 11px;
    margin-left: 16px;
    background-color: #666;
}

.foot_partner .list_rel li:nth-child(1) {
    margin-right: 16px;
}

.foot_partner .list_rel small {
    font-size: 14px;
}

.foot_partner .list_rel .link_rel {
    display: inline-block;
    color: #888;
}

.foot_partner .list_rel .link_rel.type_point {
    color: #bbb;
    font-weight: 700;
}

/* 에러,점검중 페이지 */
.cont_error .error_state {
    width: 365px;
    margin: 100px auto;
    text-align: center;
}

.cont_error .error_state:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    background-color: rgba(0,0,0,0.04);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='28' fill='none'%3E%3Cpath d='M1.75 20V1.5' stroke='%23424242' stroke-width='3' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.75 24.5a1.75 1.75 0 1 1 0 3.501 1.75 1.75 0 0 1 0-3.501z' fill='%23424242'/%3E%3C/svg%3E");
}

.cont_error .tit_state {
    font-size: 22px;
    font-weight: 700;
    color: #191919;
}

.cont_error .desc_done {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #949494;
}

.cont_error .service_btn {
    margin-top: 30px;
}

/* 제안서 작성 */
.wrap_register {
    box-sizing: border-box;
    max-width: 956px;
    margin: 0 auto;
    padding: 60px 48px 90px;
}

.wrap_register .inner_register {
    box-sizing: border-box;
    width: 1276px;
    margin: 0 auto;
    padding: 0 48px;
}

.wrap_register .wrap_title {
    text-align: center;
}

.wrap_register .wrap_title em {
    font-size: 48px;
    font-weight: 700;
}

.wrap_register .wrap_title .desc_title {
    margin-top: 3px;
    font-size: 22px;
    line-height: 34px;
    color: #535353;
}

/* 폼요소 */
.area_form {
    margin-top: 60px;
    /*입력줄*/
    /* 입력박스 */
    /* 기본인풋영역 */
    /* 텍스트에리아 */
    /* 셀렉트 */
    /*입력창 하단 안내문구*/
    /* 파일업로드 */
    /* 라디오,체크버튼 공통 */
    /* 라디오버튼 */
    /* 체크박스 */
    /*유의사항*/
}

.area_form .link_go {
    display: inline-block;
    margin-top: 17px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
}

.area_form .link_go:before {
    content: '';
    display: inline-block;
    vertical-align: sub;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='none'%3E%3Cpath d='M22 0c12.15 0 22 9.85 22 22s-9.85 22-22 22S0 34.15 0 22 9.85 0 22 0zm-5.787 13v3.92h7.153L11 29.228 13.785 32l12.276-12.218v6.94H30V13H16.213z' fill='%23000'/%3E%3C/svg%3E");
}

.area_form .service_entry {
    margin-top: 80px;
}

.area_form .service_entry:first-child {
    margin-top: 0;
}

.area_form .desc_intro {
    padding-top: 10px;
    font-size: 14px;
}

.area_form .desc_intro a {
    color: #0000FF;
}

.area_form .box_title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    overflow: hidden;
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.area_form .box_title .title_form {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
}

.area_form .box_title .info_title {
    font-size: 14px;
    line-height: 1;
    color: #dd0701;
}

.area_form .item_bundle {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px;
}

.area_form .item_bundle.txt_long {
    padding-bottom: 25px;
}

.area_form .tit_bundle {
    position: relative;
    width: 160px;
    flex-shrink: 0;
    font-size: 16px;
}

.area_form .tit_bundle > label {
    position: relative;
    display: inline-block;
    padding-top: 13px;
}

.area_form .tit_bundle > label.type_loang {
    max-width: 119px;
}

.area_form .tit_bundle.type_required > label:after {
    content: '*';
    position: absolute;
    top: 12px;
    right: -9px;
    color: #DD0701;
}

.area_form .cont_bundle {
    flex-grow: 1;
    font-size: 0;
}

.area_form .cont_bundle:not(.type_select) {
    overflow: hidden;
}

.area_form .cont_bundle .tf_g {
    display: block;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    border: 0 none;
    font-size: 14px;
    line-height: 18px;
    background: transparent;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-appearance: none;
    outline: 0 none;
    resize: none;
}

.area_form .cont_bundle .label_g {
    position: absolute;
    color: #a7a7a7;
    pointer-events: none;
    font-size: 14px;
}

.area_form .txt_tf {
    position: relative;
    height: 41px;
    padding: 4px 10px 4px 2px;
    border: 0 none;
    border-bottom: 1px solid #909090;
    border-radius: 0;
}

.area_form .txt_tf .label_g {
    top: 15px;
    left: 2px;
}

.area_form .txt_tf.on {
    border-bottom: 1px solid #000;
}

.area_form .txt_tf.on .label_g {
    display: none;
}

.area_form .txt_tf.type_byte {
    padding-right: 40px;
}

.area_form .txt_tf .txt_byte {
    position: absolute;
    bottom: 4px;
    right: 0;
    font-size: 12px;
    color: #909090;
}

.area_form .item_bundle.ta_bundle .tit_bundle > label {
    padding-top: 0;
}

.area_form .item_bundle.ta_bundle .tit_bundle.type_required > label:after {
    top: 0;
}

.area_form .box_tf {
    box-sizing: border-box;
    position: relative;
    height: 160px;
    padding: 16px 20px 25px 20px;
    border-radius: 8px;
    border: 1px solid #909090;
}

.area_form .box_tf.type_bottom {
    height: 126px;
    margin-top: 10px;
}

.area_form .box_tf .txt_byte {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 12px;
    color: #909090;
}

.area_form .box_tf .label_g {
    top: 16px;
    left: 20px;
    padding-right: 52px;
}

.area_form .box_tf.on {
    border-color: #000;
}

.area_form .box_tf.on .txt_num {
    color: #dd0701;
}

.area_form .box_tf.on .txt_maxnum {
    color: #000;
}

.area_form .box_tf.on .label_g {
    display: none;
}

.area_form .wrap_select.type_mo {
    display: none;
}

.area_form .wrap_select.type_pc {
    font-size: 0;
    /* 리스트 기본:숨김 */
}

.area_form .wrap_select.type_pc .item_select {
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    min-width: 240px;
    font-size: 14px;
    line-height: 21px;
}

.area_form .wrap_select.type_pc .item_select + .item_select {
    margin-left: 10px;
}

.area_form .wrap_select.type_pc .btn_select {
    padding: 14px 40px 14px 16px;
    text-align: left;
    border: 1px solid #909090;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    /* 열렸을 때 */
}

.area_form .wrap_select.type_pc .btn_select:after {
    content: '';
    position: absolute;
    top: 17px;
    right: 16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='m2 5 6.076 6L14 5' stroke='%23535353' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

.area_form .wrap_select.type_pc .btn_select[aria-expanded="true"] {
    border: 1px solid #000;
}

.area_form .wrap_select.type_pc .btn_select[aria-expanded="true"]:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='m2 11 6.076-6L14 11' stroke='%23535353' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

.area_form .wrap_select.type_pc .btn_select[aria-expanded="true"] ~ .list_select {
    display: block;
}

.area_form .wrap_select.type_pc .list_select {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 5px);
    margin: 0;
    padding: 14px 0;
    list-style: none;
    border: 1px solid #000;
    border-radius: 6px;
    background-color: #fff;
    max-height: 240px;
    overflow-y: auto;
    display: none;
    /* 기본 닫힘 */
    z-index: 10;
    /* Firefox용 */
    scrollbar-width: auto;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
}

.area_form .wrap_select.type_pc .list_select::-webkit-scrollbar {
    width: 8px;
}

.area_form .wrap_select.type_pc .list_select::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 999px;
}

.area_form .wrap_select.type_pc .list_select::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 999px;
}

.area_form .wrap_select.type_pc .list_select::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.2);
}

.area_form .wrap_select.type_pc .opt_select {
    padding: 7px 0 7px 16px;
    cursor: pointer;
}

.area_form .wrap_select.type_pc .opt_select:hover,.area_form .wrap_select.type_pc .opt_select[aria-selected="true"] {
    background-color: #EFF2F8;
    font-weight: 700;
}

.area_form .desc_important {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.38;
    color: #666;
}

.area_form .desc_important a {
    color: blue;
}

.area_form .desc_info {
    padding: 5px 2px 0 0;
    font-size: 13px;
    color: #666;
}

.area_form .desc_info a {
    color: blue;
}

.area_form .box_upload {
    overflow: hidden;
}

.area_form .box_upload.on .file_upload {
    background-color: #eff2f8;
}

.area_form .box_upload.on .file_upload .label_g {
    color: #035ed0;
}

.area_form .file_upload {
    float: left;
    position: relative;
    width: 558px;
    height: 32px;
    padding: 9px 11px 9px;
    border-radius: 8px 0 0 8px;
    background-color: #f5f5f5;
}

.area_form .file_upload .label_g {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding-right: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 14px;
    left: 18px;
    color: #888;
}

.area_form .btn_upload {
    box-sizing: border-box;
    float: right;
    position: relative;
    width: 120px;
    height: 50px;
    text-align: center;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 8px 8px 0;
}

.area_form .btn_upload .inp_file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    opacity: 0;
    cursor: pointer;
}

.area_form .btn_upload .label_upload {
    font-weight: 700;
    font-size: 15px;
    line-height: 50px;
    color: #191919;
}

.area_form .choice_comm {
    display: block;
    position: relative;
}

.area_form .choice_comm .inp_comm {
    width: 25px;
    height: 20px;
    vertical-align: top;
    opacity: 0.01;
}

.area_form .box_title + .item_bundle.radio_bundle {
    padding-top: 0;
}

.area_form .choice_radio {
    display: inline-block;
    margin: 12px 30px 0 0;
    font-size: 14px;
}

.area_form .choice_radio .shape {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #949494;
    border-radius: 50%;
    pointer-events: none;
}

.area_form .choice_radio .inp_comm:checked + .lab_g .shape {
    background-color: #FEE500;
    border: 1px solid rgba(0,0,0,0.03);
}

.area_form .choice_radio .inp_comm:checked + .lab_g .shape:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    left: 5.5px;
    top: 5.5px;
    background-color: #000;
    border-radius: 50%;
    z-index: 1;
}

.area_form .choice_checkbox .inp_comm {
    position: absolute;
    top: 0;
    right: 0;
}

.area_form .choice_checkbox .lab_g:after {
    content: '';
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0 0 0 6px;
    border: 1px solid #949494;
    border-radius: 50%;
}

.area_form .choice_checkbox .inp_comm:checked + .lab_g:after {
    border: 1px solid rgba(0,0,0,0.03);
    background-color: #FEE500;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none'%3E%3Cpath d='M4.244 8.284h-.001L0 4.041l1.179-1.178 3.03 3.03L10.103 0l1.213 1.213-7.071 7.071z' fill='%23191919'/%3E%3C/svg%3E");
}

.area_form .box_notice {
    overflow: hidden;
    margin-top: 18px;
    padding: 16px 20px;
    line-height: 24px;
    background-color: #F4F4F4;
    border-radius: 8px;
    color: #444;
}

.area_form .box_agree {
    overflow: hidden;
}

.area_form .box_agree .choice_checkbox {
    margin: 20px 20px 0 0px;
    text-align: right;
}

.area_form .box_agree .choice_checkbox + .choice_checkbox {
    margin-top: 10px;
}

.area_form .desc_notice {
    padding: 10px 0 2px 0;
}

.area_form .service_btn {
    margin-top: 60px;
}

/* 버튼 */
.service_btn {
    width: 100%;
    margin: 100px 0 0;
    text-align: center;
}

.service_btn .btn_g {
    display: inline-block;
    width: 240px;
    height: 70px;
    margin: 0 4px;
    background: #fcde00;
    font-weight: bold;
    font-size: 17px;
    line-height: 70px;
    text-align: center;
    vertical-align: top;
    border-radius: 8px;
}

.service_btn .btn_cancle {
    background-color: #f5f5f5;
    color: #191919;
}

.service_btn .btn_back {
    width: 140px;
    height: 52px;
    line-height: 52px;
    color: #191919;
    background-color: #f5f5f5;
}

/* 제안현황조회 */
.partner_state {
    position: relative;
    width: 860px;
    margin: 0 auto;
    padding-bottom: 90px;
}

.partner_state .tit_state {
    display: block;
    padding-top: 60px;
    font-size: 48px;
    text-align: center;
}

.partner_state .group_state {
    position: relative;
    width: 860px;
    padding: 60px 72px;
    margin-top: 54px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    background-color: #F5F5F5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.partner_state .item_bundle {
    position: relative;
    padding: 8px 0 8px 127px;
}

.partner_state .tit_view {
    position: absolute;
    top: 29px;
    left: 0;
    font-size: 16px;
}

.partner_state .tf_state {
    overflow: hidden;
    position: relative;
    height: 64px;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    background-color: #fff;
}

.partner_state .inp_comm {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 23px 23px 23px 23px;
    border: 0 none;
    font-size: 14px;
    line-height: 18px;
    background: transparent;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-appearance: none;
    outline: 0 none;
    resize: none;
}

.partner_state .txt_lab {
    position: absolute;
    top: 22px;
    left: 23px;
    color: #909090;
    pointer-events: none;
}

.partner_state .tf_state.on .txt_lab {
    display: none;
}

.partner_state .desc_state {
    padding-top: 17px;
    color: #444;
}

.partner_state .desc_state > span {
    display: inline-block;
    margin-top: 6px;
    padding-left: 10px;
    position: relative;
}

.partner_state .desc_state > span:before {
    content: '*';
    position: absolute;
    left: 0;
    top: 0;
}

.partner_state .desc_state > span.type_point {
    color: #DD0701;
}

.partner_state .desc_error {
    margin-top: 47px;
    color: #DD0701;
}

.partner_state .desc_error + .group_state {
    margin-top: 11px;
}

.partner_state .desc_done {
    margin-top: 5px;
    font-size: 22px;
    color: #787878;
    text-align: center;
}

.partner_state .list_regist {
    overflow: hidden;
    width: 780px;
    margin: 60px auto 40px;
}

.partner_state .list_regist li {
    float: left;
    margin: 0 30px;
}

.partner_state .info_regist {
    width: 200px;
    height: 200px;
    text-align: center;
    font-size: 22px;
    background-color: #F5F5F5;
    border-radius: 100%;
}

.partner_state .info_regist .detail_regist {
    overflow: hidden;
    padding-top: 62px;
}

.partner_state .info_regist .txt_step {
    display: block;
    font-weight: bold;
    font-size: 25px;
}

.partner_state .desc_regist {
    width: 720px;
    margin: 0 auto;
    line-height: 24px;
    font-size: 15px;
    color: #444;
}

.partner_state .desc_regist strong {
    color: #000;
    font-weight: bold;
}

.partner_state .desc_regist + .desc_regist {
    margin-top: 6px;
}

.partner_state .desc_regist .link_state {
    font-weight: bold;
    text-decoration: underline;
}

.partner_state .service_btn {
    margin-top: 60px;
}

.partner_state .state_view {
    text-align: center;
    color: #444;
}

.partner_state .state_view .tit_reference {
    display: block;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    color: #000;
}

.partner_state .state_view .txt_siriel {
    display: block;
    padding-top: 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.partner_state .state_view p {
    line-height: 20px;
}

.partner_state .state_view .desc_view {
    padding-top: 40px;
}

/* Dkaptcha */
.dkaptcha_layer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 9999;
}

.dkaptcha_layer.d-none {
    display: none;
}

.dkaptcha_layer .inner_layer {
    position: relative;
    width: 600px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);
}

.dkaptcha_layer .layer_head {
    padding: 20px 24px;
}

.dkaptcha_layer .layer_head strong {
    font-weight: normal;
    font-size: 28px;
    line-height: 40px;
    color: #1e1e1e;
}

.dkaptcha_layer .btn_close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1004.000000,-350.000000)' stroke='%23000000' stroke-width='2'%3E%3Cg transform='translate(370.000000,316.000000)'%3E%3Cg transform='translate(630.000000,30.000000)'%3E%3Cline x1='5' y1='5' x2='34.4567871' y2='34.4567871' id='Path-5'%3E%3C/line%3E%3Cline x1='5' y1='5' x2='34.4567871' y2='34.4567871' id='Path-5-Copy' transform='translate(19.728394,19.728394) scale(1,-1) translate(-19.728394,-19.728394) '%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
}

.box_detail {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 18px 20px;
    margin-top: 10px;
    background-color: #F4F4F4;
    border-radius: 8px;
    color: #333;
    font-size: 14px;
    clear: both;
}

.box_detail .group_unit {
    line-height: 1.6;
}

.box_detail .wrap_refer {
    display: flex;
    column-gap: 10px;
}

.box_detail .wrap_refer strong {
    width: 120px;
    font-weight: 700;
    color: #000;
}

.box_detail .wrap_refer .block_refer {
    min-width: 260px;
    color: #444;
    font-size: 14px;
    line-height: 24px;
}

.box_detail .wrap_refer .line_refer {
    display: block;
    text-indent: 6px;
}

.box_detail .wrap_refer .line_refer.type_sub {
    text-indent: 8px;
    color: #888;
}

@media screen and (max-width: 1023px) {
    .dkaptcha_layer .inner_layer {
        width:400px;
    }

    .dkaptcha_layer .layer_head {
        padding: 15px 20px;
    }

    .dkaptcha_layer .layer_head strong {
        font-size: 22px;
        line-height: 32px;
    }

    .dkaptcha_layer .btn_close {
        top: 18px;
        right: 18px;
        width: 26px;
        height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .dkaptcha_layer .inner_layer {
        width:320px;
    }

    .dkaptcha_layer .layer_head {
        padding: 12px 14px;
    }

    .dkaptcha_layer .layer_head strong {
        font-size: 16px;
        line-height: 24px;
    }

    .dkaptcha_layer .btn_close {
        top: 14px;
        right: 14px;
        width: 20px;
        height: 20px;
    }
}

/* loading */
#loading {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.75);
}

#loading .spinner {
    position: relative;
    top: 50%;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid rgba(0,0,0,0.1);
    border-top-color: #03114E;
    animation: spin 0.6s infinite linear;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* 모바일 스타일 */
@media screen and (max-width: 768px),screen and (max-device-width:1024px) {
    #kakaoWrap {
        padding-top:70px;
        min-width: 320px;
    }

    #kakaoWrap.type_scroll {
        padding-top: 55px;
    }

    .type_scroll .kakao_head {
        position: fixed;
    }

    .pc_view {
        display: none;
    }

    .m_view {
        display: block;
    }

    .dimmed_layer {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background-color: #000;
        opacity: 0.2;
    }

    .kakao_head {
        position: absolute;
        top: 0;
        z-index: 10000;
        width: 100%;
        min-width: auto;
        height: 70px;
    }

    .kakao_head .inner_header {
        box-sizing: border-box;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 70px;
        border-bottom: 1px solid #eee;
        z-index: 10001;
    }

    .kakao_head.type_scroll {
        position: absolute;
        background-color: transparent;
    }

    .kakao_head .link_logo {
        padding: 26px 23px;
    }

    .kakao_head .btn_more {
        float: right;
        width: 60px;
        height: 70px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='72' fill='none'%3E%3Cpath d='M40 43H21v-2h19v2zm0-6H21v-2h19v2zm0-6H21v-2h19v2z' fill='%23000'/%3E%3C/svg%3E");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .kakao_head .btn_more.gnb_on {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='72' fill='none'%3E%3Cpath d='M31.917 36.5 39 43.583 37.583 45 30.5 37.917 23.417 45 22 43.583l7.083-7.083L22 29.417 23.417 28l7.083 7.083L37.583 28 39 29.417 31.917 36.5z' fill='%23000'/%3E%3C/svg%3E");
    }

    .kakao_head .link_menu {
        margin-right: 14px;
    }

    /* 상단비주얼 */
    .intro_common {
        width: 100%;
        height: 100%;
        min-width: auto;
        padding-top: 0;
    }

    .intro_common .wrap_img {
        width: 100%;
        height: 100%;
        background-image: var(--mo-image);
    }

    .intro_common .wrap_img:after {
        content: '';
        display: block;
        padding-top: 91.3%;
    }

    /* 푸터 */
    .foot_partner .inner_footer {
        width: 310px;
        padding: 20px;
    }

    .foot_partner .list_rel {
        flex-wrap: wrap;
        margin-top: -10px;
    }

    .foot_partner .list_rel li {
        font-size: 12px;
        padding: 0 0 0 10px;
        margin-top: 10px;
    }

    .foot_partner .list_rel li:not(:first-child):not(:last-child):after {
        margin-left: 10px;
    }

    .foot_partner .list_rel li:not(:first-child):not(:last-child):nth-child(4):after {
        display: none;
    }

    .foot_partner .list_rel li.item_pc {
        display: none;
    }

    .foot_partner .txt_copyright {
        display: block;
        margin-top: 16px;
        text-align: center;
    }

    .foot_partner .txt_copyright > a {
        font-size: 12px;
        font-weight: 700;
        color: #bbb;
    }

    /* 메인 - 섹션 - 768이하*/
    .cont_home .home_box {
        padding: 0;
    }

    .cont_home .home_box .inner_box {
        overflow: hidden;
        width: 100%;
        padding: 50px 24px 70px;
    }

    .cont_home .home_box .tit_box {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .cont_home .home_box .desc_box {
        font-size: 27px;
        line-height: 34px;
    }

    /* 메인 - 제휴 신청하기 카드 */
    .area_apply {
        flex-wrap: wrap;
        margin-top: 30px;
        row-gap: 12px;
    }

    .area_apply .link_apply {
        width: 100%;
        height: 93px;
        padding: 0 30px;
        border-radius: 12px;
    }

    .area_apply .link_apply:after {
        width: 30px;
        height: 30px;
    }

    .area_apply .link_apply strong {
        font-size: 18px;
        line-height: 33px;
        padding-left: 45px;
        background-size: 33px 33px;
    }

    .area_apply .link_apply:hover {
        outline: none;
    }

    .area_apply .link_apply:hover:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath d='m15.308 11 8.818 8.188a1.108 1.108 0 0 1 0 1.624L15.308 29' stroke='%23949494' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    }

    /* 메인 - 서비스/콘텐츠 제휴 카드  - 768이하 */
    .area_service {
        gap: 12px;
        margin-top: 30px;
    }

    .area_service .link_service {
        padding: 64px 20px 52px;
        border-radius: 12px;
        background-position: 20px 20px;
        background-size: 32px 32px;
    }

    .area_service .link_service:hover {
        outline: none;
    }

    .area_service .link_service:hover:after {
        display: none;
    }

    .area_service .link_service:hover .ico_link {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath d='M6 4h12v12M3 19 18 4' stroke='%23949494' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .area_service strong {
        font-size: 19px;
    }

    .area_service .text_service {
        margin-top: 6px;
        font-size: 12px;
    }

    .area_service .ico_link {
        width: 16px;
        height: 16px;
        margin-top: 0;
        top: auto;
        right: 20px;
        bottom: 20px;
    }

    /* 메인 - 제휴가이드 영역  - 768이하 */
    .area_guide {
        margin-top: 30px;
    }

    .area_guide .list_step {
        margin: 0 24px;
        flex-wrap: wrap;
        gap: 48px 20px;
    }

    .area_guide .list_step li {
        width: auto;
        flex: 0 0 calc(50% - 10px);
        text-align: center;
    }

    .area_guide .list_step li:not(:first-child):before {
        display: none;
    }

    .area_guide .img_step {
        width: calc(100% - 28px);
    }

    .area_guide .text_step {
        margin-top: 12px;
        font-size: 16px;
    }

    /* 제안서 작성 페이지 - 768이하 */
    .wrap_register {
        max-width: 100%;
        padding: 50px 20px 90px;
    }

    .wrap_register .inner_register {
        box-sizing: border-box;
        width: 1276px;
        margin: 0 auto;
        padding: 0 48px;
    }

    .wrap_register .wrap_title em {
        font-size: 28px;
    }

    .wrap_register .wrap_title .desc_title {
        margin-top: 2px;
        font-size: 14px;
        line-height: 22px;
    }

    /* 폼요소 - 768이하 */
    .area_form {
        margin-top: 50px;
        /*입력줄*/
        /* 입력박스 */
        /* 기본인풋영역 */
        /* 텍스트에리아 */
        /* 셀렉트 */
        /* 입력창 하단 안내문구*/
        /* 파일업로드 */
        /* 라디오,체크버튼 공통 */
        /* 라디오버튼 */
        /* 체크박스 */
        /* 유의사항 */
    }

    .area_form .link_go {
        margin-top: 7px;
        font-size: 13px;
    }

    .area_form .link_go:before {
        width: 15px;
        height: 15px;
        margin-right: 5px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='none'%3E%3Cpath d='M22 0c12.15 0 22 9.85 22 22s-9.85 22-22 22S0 34.15 0 22 9.85 0 22 0zm-5.787 13v3.92h7.153L11 29.228 13.785 32l12.276-12.218v6.94H30V13H16.213z' fill='%23000'/%3E%3C/svg%3E");
    }

    .area_form .service_entry {
        margin-top: 50px;
    }

    .area_form .service_entry:first-child {
        margin-top: 0;
    }

    .area_form .desc_intro {
        font-size: 14px;
        padding-top: 20px;
    }

    .area_form .box_title {
        margin-bottom: 0;
        padding-bottom: 5px;
    }

    .area_form .box_title .title_form {
        font-size: 20px;
        line-height: 30px;
    }

    .area_form .box_title .info_title {
        display: none;
    }

    .area_form .box_title + .item_bundle {
        padding-top: 20px;
    }

    .area_form .item_bundle {
        display: block;
        padding: 40px 0 0 0;
    }

    .area_form .item_bundle.txt_long {
        padding-bottom: 0;
    }

    .area_form .tit_bundle {
        display: block;
        position: relative;
        width: auto;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .area_form .tit_bundle > label {
        max-width: none;
        padding-top: 0;
    }

    .area_form .tit_bundle > label.type_loang {
        max-width: none;
    }

    .area_form .tit_bundle.type_required > label:after {
        top: 0;
    }

    .area_form .cont_bundle {
        position: relative;
    }

    .area_form .cont_bundle .tf_g,.area_form .cont_bundle .cont_bundle .label_g {
        font-size: 13px;
    }

    .area_form .txt_tf {
        height: 22px;
        padding: 10px 10px 10px 2px;
    }

    .area_form .txt_tf .label_g {
        top: 9px;
    }

    .area_form .box_tf {
        font-size: 13px;
        padding: 12px 16px 25px 16px;
    }

    .area_form .box_tf .txt_byte {
        bottom: 12px;
        right: 16px;
    }

    .area_form .box_tf .label_g {
        top: 8px;
        left: 10px;
        padding-right: 10px;
    }

    .area_form .wrap_select.type_pc {
        display: none;
    }

    .area_form .wrap_select.type_mo {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .area_form .wrap_select.type_mo .item_select {
        position: relative;
    }

    .area_form .wrap_select.type_mo .btn_select {
        width: 100%;
        padding: 9px 16px;
        text-align: left;
        border: 1px solid #909090;
        border-radius: 6px;
        background-color: #fff;
        font-size: 13px;
        line-height: 24px;
        cursor: pointer;
    }

    .area_form .wrap_select.type_mo .btn_select:after {
        content: '';
        position: absolute;
        top: 12px;
        right: 16px;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='m2 5 6.076 6L14 5' stroke='%23535353' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E");
    }

    .area_form .wrap_select.type_mo .select_native {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        border: none;
        background: transparent;
    }

    .area_form .desc_important {
        margin-top: 10px;
        font-size: 12px;
    }

    .area_form .desc_info {
        font-size: 12px;
    }

    .area_form .box_upload {
        position: relative;
    }

    .area_form .box_upload .btn_upload {
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 44px;
        background-color: #fff;
    }

    .area_form .box_upload .label_upload {
        font-size: 13px;
        line-height: 44px;
    }

    .area_form .file_upload {
        width: 100%;
        height: 44px;
        padding: 12px 80px 13px 14px;
        box-sizing: border-box;
        border-radius: 8px;
    }

    .area_form .file_upload .label_g {
        overflow: hidden;
        top: 12px;
        left: 17px;
        max-width: calc(100% - 100px);
        padding-right: 0;
        font-size: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .area_form .choice_comm {
        padding-left: 23px;
        text-indent: -23px;
    }

    .area_form .choice_comm .inp_comm {
        width: 21px;
        height: 16px;
    }

    .area_form .box_title + .item_bundle.radio_bundle {
        padding-top: 20px;
    }

    .area_form .item_bundle.radio_bundle .cont_bundle {
        margin-top: -8px;
    }

    .area_form .choice_radio {
        margin: 6px 30px 0 0;
        padding-left: 22px;
    }

    .area_form .choice_radio .shape {
        top: 2px;
        width: 18px;
        height: 18px;
    }

    .area_form .choice_radio .lab_g {
        font-size: 13px;
    }

    .area_form .choice_radio .inp_comm:checked + .lab_g .shape:after {
        width: 8px;
        height: 8px;
        left: 4px;
        top: 4px;
    }

    .area_form .choice_checkbox .inp_comm {
        left: 0;
        right: auto;
    }

    .area_form .choice_checkbox .lab_g:after {
        width: 18px;
        height: 18px;
    }

    .area_form .choice_checkbox.type_prov {
        text-indent: 0;
    }

    .area_form .choice_checkbox.type_prov .lab_g:after {
        position: absolute;
        left: 0;
        top: 1.5px;
        margin-left: 0;
    }

    .area_form .box_notice {
        margin-top: 0;
        padding: 16px 16px;
        font-size: 13px;
        line-height: 20px;
    }

    .area_form .box_title + .box_notice {
        margin-top: 20px;
    }

    .area_form .box_agree .choice_checkbox {
        margin: 16px 12px 0 10px;
        text-align: left;
    }

    .area_form .box_agree .choice_checkbox + .choice_checkbox {
        margin-top: 6px;
    }

    .area_form .desc_notice {
        margin-bottom: 16px;
        padding: 20px 0 0px 0;
        line-height: 20px;
    }

    .area_form .service_btn {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        max-width: 328px;
        margin: 50px auto 0;
    }

    .service_prov + .service_prov {
        margin-top: 90px;
    }

    /* 버튼영역*/
    .service_btn {
        width: 100%;
        margin: 60px 0 0;
    }

    .service_btn .btn_g {
        width: 100%;
        height: 50px;
        margin: 0;
        font-size: 15px;
        line-height: 47px;
    }

    .service_btn .btn_back {
        width: 120px;
        height: 48px;
        line-height: 48px;
    }

    /* 제안현황조회 */
    .partner_state {
        width: auto;
        padding: 0 20px 70px;
    }

    .partner_state .fld_state {
        min-width: 100%;
    }

    .partner_state .tit_state {
        padding-top: 50px;
        font-size: 28px;
        line-height: 1;
    }

    .partner_state .group_state {
        width: 100%;
        padding: 32px 20px 30px;
        margin-top: 53px;
    }

    .partner_state .item_bundle {
        padding: 8px 0;
    }

    .partner_state .item_bundle + .item_bundle {
        margin-top: 10px;
    }

    .partner_state .tit_view {
        position: relative;
        top: 0;
        left: 0;
        font-size: 14px;
    }

    .partner_state .tf_state {
        height: 39px;
        margin-top: 6px;
    }

    .partner_state .inp_comm {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 14px;
        font-size: 13px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .partner_state .txt_lab {
        position: absolute;
        top: 10px;
        left: 14px;
        font-size: 13px;
        opacity: .3;
    }

    .partner_state .desc_state {
        padding: 23px 0 0 0;
        font-size: 12px;
    }

    .partner_state .desc_state > span {
        padding-left: 8px;
    }

    .partner_state .btn_g {
        width: 160px;
    }

    .partner_state .desc_error {
        padding-left: 10px;
        margin-top: 52px;
        font-size: 12px;
        text-indent: -8px;
    }

    .partner_state .state_view {
        text-align: left;
    }

    .partner_state .state_view .tit_reference {
        font-size: 22px;
        line-height: 24px;
    }

    .partner_state .state_view .txt_siriel {
        padding-top: 16px;
        font-size: 13px;
        line-height: 20px;
    }

    .partner_state .state_view .desc_view {
        padding: 32px 10px 0 0;
    }

    .partner_state .state_view p {
        font-size: 12px;
        line-height: 18px;
    }

    .partner_state .state_view p + p {
        margin-top: 6px;
    }

    .partner_state .desc_done {
        margin-top: 12px;
        font-size: 14px;
    }

    .partner_state .list_regist {
        width: 238px;
        margin: 50px auto 44px;
    }

    .partner_state .list_regist li {
        float: none;
        width: auto;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .partner_state .list_regist li + li {
        margin-top: 20px;
    }

    .partner_state .info_regist {
        display: flex;
        align-items: center;
        width: 100%;
        height: auto;
        font-size: 18px;
        line-height: 26px;
        border-radius: 32px;
        padding: 18px 0 20px;
    }

    .partner_state .info_regist .detail_regist {
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        padding-top: 0;
    }

    .partner_state .info_regist .txt_step {
        display: inline-block;
        font-size: 18px;
        line-height: 26px;
        margin-right: 10px;
    }

    .partner_state .desc_regist {
        width: auto;
        padding-left: 10px;
        font-size: 12px;
        line-height: 17px;
        text-indent: -8px;
    }

    .partner_state .desc_regist + .desc_regist {
        margin-top: 9px;
    }

    .partner_state .service_btn {
        margin-top: 50px;
    }

    .box_detail {
        margin-top: 10px;
        font-size: 12px;
    }

    .box_detail .wrap_refer {
        display: block;
    }

    .box_detail .wrap_refer strong {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .box_detail .wrap_refer .block_refer {
        font-size: 13px;
        line-height: 20px;
    }

    /* 에러,점검중 페이지 */
    .cont_error .error_state {
        width: 305px;
        margin: 70px auto;
        text-align: center;
    }

    .cont_error .tit_state {
        font-size: 18px;
    }

    .cont_error .desc_done {
        font-size: 15px;
        line-height: 22px;
    }

    .cont_error .service_btn {
        margin-top: 40px;
    }
}
