@charset "UTF-8";

/* header */
.container .header {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.container .header .header-grad {
    position: relative;
    background: url(../images/251111_kpi_bg_title.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

@media all and (max-width:1279px) {
    .container .header {background: none;}
}


/* main banner */
.main-top {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}
.main-top h1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0 30px;
    color: #ffc000;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 3.65rem;
}
.main-top .neon-box {
    position: relative;
    padding: 30px 40px;
    background: linear-gradient(90deg,rgba(249, 224, 255, 1) 0%, rgba(218, 229, 255, 1) 100%);
    color: #7d50ff;
    font-weight: bold;
    line-height: 1.25;
    word-wrap: break-word;
    z-index: 1;
}
.main-top .neon-box::before {
    content: "";
    position: absolute;
    inset: -5px; /* 테두리 살짝 바깥으로 */
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(249,224,255,1) 0%, rgba(218,229,255,1) 100%);
    filter: blur(10px);
    opacity: 0.8;
    z-index: -1;
}
.main-top h2 {
    font-size: 33px;
    line-height: 40px;
    font-weight: bolder;
}
.main-top h4 {
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
}
.main-top .neon-box #sub-desc {
    margin-top: 20px;
    font-size: 22px; 
    font-weight: normal;
}
.main-top ul {line-height: 1.5;}
.main-top ul li#sur-duedate {
    margin: 40px 0;
    color: #2a2a2a;
    font-size: 22px;
    text-align: center;
}
.main-top ul li {
    text-align: left;
    font-size: 18px;
    color: #2a2a2a;
}

@media all and (max-width:767px){
    .main-top h1 {font-size: 3rem;}
    .main-top h2{margin-top: 0;}
    .main-top h4 {line-height: 1.2;}
    .main-top .neon-box #sub-desc{margin-bottom: 24px;}
    .main-top #m_txt{font-size: 20px;}
}

@media all and (max-width:600px){
    .main-top h1 {
        margin: 10px 0 30px;
        font-size: 3rem;
    }
    .main-top h2 {
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 26px;
    }
    .main-top h4 {font-size: 18px;}
    .main-top .neon-box #sub-desc {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 21px;
    }
}

@media all and (max-width:480px){
    .main-top {padding: 60px 20px;}
    .main-top .neon-box {padding: 20px;}
    .main-top h2 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 22px;
    }
    .main-top ul li#sur-duedate {
        margin: 20px 0px;
        font-size: 18px;
        line-height: 22px;
    }
    .main-top ul li {font-size: 14px;}
}

#main-title img {flex: 0 0 30%;}

@media all and (max-width:767px){
    #main-title img, .font_f #main-title img, 
    .font_v #main-title img, .font_g #main-title img, 
    .font_i #main-title img{
        width: 100%;
    }
}

.top-menu {
    width: 100%;
    height: 90px;
    max-width: 1160px;
    padding: 20px 0px 20px 25px;
    position: absolute;
    left: calc(50% - 10px);
    transform: translateX(-50%);
    z-index: 1000;
}

body.font_a .top-menu {width: calc(100% - 25px);}

.top-menu-bar {
    display: none;
    background: rgba(54, 49, 75, .5);
    padding: 20px 14%;
    top: 0;
    z-index: 9999;
    position: fixed;
    width: 100%;
    left: 0px;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .2s;
}

@keyframes fadeInOpacity {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.top-menu-bar .lang-list-box {width: 90%;}
.top-menu-bar .close-icon-box {width: 10%;}
.top-menu-bar ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}
.top-menu-bar ul li {
    float: left;
    padding: 15px;
    white-space: nowrap;
}
.top-menu-bar ul li a {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 200%;
    text-decoration: none;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    letter-spacing: -0.02em;
}
.top-menu-bar .close-icon-box a.lang-close {
    display: block;
    position: absolute;
    margin-right: 20px;
    top: 32px;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(http://world.kbs.co.kr/service/common/images/icon_close_w.png) no-repeat center;
    background-size: 20px auto;
    text-indent: -99999px;
}

@media all and (max-width:1024px) {
    .top-menu-bar ul li a {font-size: 1rem;}
}
@media screen and (max-width: 600px) {
    .top-menu-bar {padding: 20px 5% 20px 10%;}
}
@media all and (max-width:600px){
    .top-menu-bar ul li a {font-size: 0.85rem;}
    .font_a .top-menu-bar {padding: 20px 15% 20px 6%;}
}
@media all and (max-width:480px){
    .top-menu-bar ul li {padding: 10px;}
}

/* header btn */
.home-btn {
    float: left;
    width: 30px;
    margin: 0 7px;
}
.lang-btn {
    float: right;
    width: 30px;
    margin: 0 7px;
}
.lang-btn img, .home-btn img {width: 100%;}
.lang-btn img:hover {cursor: pointer;}

@media all and (max-width:480px){
    .lang-btn, .home-btn {width: 22px;}
}


/* content */
.research-item__article {width: 100%;}
.research-item__article > .js-hi {
    margin: 70px 0 30px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
}
.survey_done .research-item__article > .js-hi {margin-top: 50px;}
.research-item__article > h2 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    background: #c37ded;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 17px 22px;
}
.research-item__article > ul,
.research-item__article #extra-input{
    padding-bottom: 4px;
    margin-bottom: 40px;
}
.research-item__article li {
    display: inline-block;
    border: 1px solid #e7e7e7;
    height: 102px;
}
.research-item-list li {
    margin-bottom: 4px;
    letter-spacing: 0px;
}
.research-item-1-5 li {width: calc(50% - 2px);}

.research-item-1-1 li,
.research-item-1-2 li,
.research-item-1-3 li,
.research-item-1-4 li {width: calc(34% - 11px);}

.research-item__article li:nth-child(3n + 1) {margin-left: 0;}
.research-item__article .research-item-1-5 li:last-child {position: relative;}
.research-item__article li > section {
    display: flex;
    align-items: center;
    width: 100%;
}
.research-item__article li > section > div {
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: 65px;
}
.research-item__article li > section > img {width: 100px;}
.research-item__article li > section > p {
    padding: 0 15px;
    width: calc(100% - 165px);
    word-break: break-word;
}
.research-item__article[data-current-view="false"] {display: none;}
.research-item__article[data-current-view="true"] {display: block;}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .research-item-list li {margin-bottom: -3px;}
}
@media all and (max-width:1024px) {
    .research-item-1-1 li,
    .research-item-1-2 li,
    .research-item-1-3 li,
    .research-item-1-4 li{
        width: calc(50% - 2px);
    }
    .research-item-1-1 li:nth-child(3n), 
    .research-item-1-2 li:nth-child(3n), 
    .research-item-1-3 li:nth-child(3n), 
    .research-item-1-4 li:nth-child(3n) {
        width: calc(50% - 2px);
    }
}
@media all and (max-width:866px){
    .research-item__article  li {width: calc(50% - 2px);}
    .research-item-1-5 li {width: 100%;}
}
@media all and (max-width:767px){
    .container .contents .js-hi {
        font-size: 20px;
        margin: 35px 0;
    }

    .research-item-1-5 li {width: 100%;}
}
@media all and (max-width:600px){     
    .container .contents .js-hi {font-size: 18px;}

    .research-item-1-1 li,
    .research-item-1-2 li,
    .research-item-1-3 li,
    .research-item-1-4 li {
        width: 100%;
    }    
    .research-item-1-1 li:nth-child(3n), 
    .research-item-1-2 li:nth-child(3n), 
    .research-item-1-3 li:nth-child(3n), 
    .research-item-1-4 li:nth-child(3n) {
        width: 100%;
    }
}
@media all and (max-width:480px){
    .research-item__article > .js-hi {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .research-item-list li {
        letter-spacing: -1px;
    }
    .research-item-list li img {
        z-index: -1px;
    }
}
@media all and (max-width:433px){
    .research-item__article li > section > div {width: 45px;}
    .research-item__article li > section > p {width: calc(100% - 145px);}
}

.custom-input--type-1 {display: none;}

/* IE9 */
html.ie9 .custom-input--type-1 {
    display: block;
    background: #e2e2e2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
}

label.checkbox-container {
    border: 1px solid #9c9c9c;
    border-radius: 4px;
    display: inline-block;
    background: linear-gradient(#fff 40%, #e2e2e2 60%);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
html.ie9 label.checkbox-container {display: none;}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
input:checked ~ .checkmark:after {display: block;}

.container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 기타 */
.etc-input, .extra-input {
    background: #fff;
    margin-top: 20px;
    width: 100%;
}
.etc-input {height: 100%;}
.etc-input textarea {display: none;}
.etc-input textarea.active {
    display: block;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    resize: none;
}
.etc-input span {
	display: inline-block;
	margin-right: 20px;
}
.etc-input > div, .extra-input > div {position: relative;}
.etc-input > p, .extra-input > p {
    font-weight: bold;
    margin: 0 25px;
}
.etc-input > textarea, .extra-input > textarea {
    border: 1px solid #cccccc;
    background: #f7f7f7;
    width: calc(100% - 162px);
}

.extra-input {width: calc(100% - 4px);}
.extra-input textarea {
    height: 100%;
    padding: 20px;
    width: 100%;
}


/* 개인정보 입력 */
.info-container {
    padding: 22px;
    font-size: 16px;
    border: 1px solid #e7e7e7;
    background: #f7f7f7;
}
.info-container #item_h2_list_8 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
}
.info-container .see-more-info {
    color: #3c89bd;
    font-weight: 700;
}
.info-container .age-check-box{
    display: flex;
    align-items: center;
    min-height: 40px;
    margin: 20px 0 10px;
    background-color: #fff;
}
.info-container .info-flex {
    flex: 1;
    padding: 10px;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-left: none;
}
.font_a .info-container .info-flex,
.font_a .info-container .email-input-box {
    border-left: 1px solid #e7e7e7;
}
.info-container .age-check-box .age-check-qst,
.info-container .email-box .email-txt {
    background-color: #f0ecfb;
    border: 1px solid #e7e7e7;
}
.info-container .email-box {
    position: relative;
    margin-bottom: 20px;
    min-height: 40px;
    background-color: #fff;
}
.info-container .email-txt,
.info-container .email-input-box {
    display: inline-block;
}
.info-container .email-txt {
    width: calc(100% / 3);
    padding: 10px 5px;
    text-align: center;
}
.info-container .email-input-box {
    flex: 1;
    border: 1px solid #e7e7e7;
    border-left: none;
}
.info-container .email-input-box input {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    border: none;
}
.info-container .indv-info-agreement-check {
    position: relative;
    margin-top: 10px;
}
.info-container .indv-info-agreement span {
    color: #373737;
    font-size: 14px;
}
.info-container .email-box,
.info-container .indv-info-agreement,
.full-bg-none .paging-btn .center-fixer {
    display: none;
}

@media all and (max-width:1024px) {
    .info-container .info-flex {flex: auto;}
}

/* 개인정보 이용수집 동의 */
.custom-input--type-2 {display: none;}

html.ie9 .custom-input--type-2 {
    display: block;
    background: #e2e2e2;
    position: relative;
    top: 5px;
    margin-right: 4px;
}


label.js-individual-agreement {
    border-radius: 4px;
    border: 1px solid #999999;
    background: linear-gradient(#c2c2c2 0%, #fff 100%);
    margin-right: 8px;
    width: 20px;
    height: 20px;
    vertical-align: top;
    top: 10px;
    left: 11px;
    position: relative;
}
html.ie9 label.js-individual-agreement {display: none;}
.individual-information__agreement > li {
    width: 100%;
    box-shadow: none;
    margin-left: 0;
    height: auto;
}
.individual-information__agreement h1 {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.individual-information__agreement a {
    color: #2a80b9;
    text-decoration: underline;
    font-weight: bold;
    vertical-align: bottom;
    display: inline-block;
}

@media all and (max-width:767px){
    .contents section table, 
    ul.individual-information__agreement {
        width: 100%;
    }
}

@media all and (max-width:620px){    
    .individual-information tbody input[type="text"],
    ul.individual-information__agreement li{
        width: 100%;
        min-width: 240px;
    }
    .individual-information .col-title {
        width: 60px;
    }
}


/* 등록버튼 */
.paging-btn {padding-bottom: 50px;}
.survey_done .paging-btn {display: none;}
.paging-btn ul {
	display: flex;
    width: 140px;
    margin: 40px auto 0;
}
.paging-btn ul::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.paging-btn li {
    flex: 1;
    margin: 0 5px;
    line-height: 45px;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 8px;
    background: #3b75f7;
    height: 45px;
}
.paging-btn li:hover {background: #b19fef;}
.paging-btn li.paging-btn__disabled {background: #b19fef;}
.paging-btn a {
    display: block;
    color: #fff;
}

/* footer */
.page-footer {
    text-align: center;
    background: #282828;
    padding: 40px 80px;
}
.page-footer > p {
    color: #cdcdcd;
    font-size: 0.875rem;
}

footer {width:100%;}
footer#kpi_footer {
    background: #f3f3f3;
    border-top: 1px solid #f3f3f3;
}
footer .footer_container {
    width:1160px;
    text-align:center;
    margin:auto;
    padding:48px 20px;
    position:relative;
}
.logo_foot {display:inline-block;}
.text_copyright {
    color: #818181;
    font-size:16px;
    margin-top:10px;
}
.font_a .text_copyright {font-weight: 400;}
footer .share_area {
    position:absolute;
    top:10px;
    right:0;
    background: #fff;
}
footer .share_area a {
    float:left;
    width:42px;
    height:42px;
    border:1px solid #f3f3f3;
    background: #fff;
    box-sizing: content-box;
}
footer .share_area a img {opacity: 0.45;}

@media all and (max-width:1200px){
    footer .footer_container {width:100%;}
}
@media all and (max-width:768px){
    .logo_foot {width:50%;}
    .logo_foot img {width:100%;}
    footer .share_area a {
        float:left;
        width:42px;
        height:42px;
    }
    footer .comp_view_default {
        margin:0;
        padding:0;
        background:none;
        border-bottom:none;
    }
}
@media all and (max-width:480px){
    footer {padding:0 0 18px;}
    footer .footer_container {padding: 30px 0 15px;}
    footer .text_copyright {
        padding: 0 20px;
        font-size:12px;
    }
    footer .share_area a {
        width:30px;
        height:30px;
    }
    footer .share_area a img {width:100%;}
    .comp_view_default {
        border-bottom:none;
        padding:0;
    }
}