@charset "UTF-8";

body {overflow-x: hidden;}
a:focus, button:focus, input:focus, select:focus {outline-offset: 0 !important; outline: none !important;}

/* 후원하기 - 00. 공통 *********************/
/* header footer */
.hd-ft .header {position: fixed; top: 140px; left: 80px;}
.hd-ft .header .logo > a {display: block; text-indent: -9999px; width: 140px; height: 61px; background: url('../images/logo-white.png') no-repeat center center / contain;}

.hd-ft .footer {position: fixed; bottom: 100px; left: 80px;}
.hd-ft .footer-info {}
.hd-ft .footer-info p {font-size: 16px; color: #ffffff; font-family:'Mont Regular';}
.hd-ft .footer-info p strong {font-family:'Mont Bold';}

@media all and (max-width: 1200px) {
    .hd-ft .header {position: absolute; top: 80px;}
    .hd-ft .header .logo > a {width: 160px; height: 71px;}
    .hd-ft .footer {position: absolute;}
}
@media all and (max-width: 768px) {
    .hd-ft .header {top: 30px; left: 50%; transform: translateX(-50%);}
    .hd-ft .footer {left: 0; bottom: 50px; width: 100%; text-align: center;}
}

/* 후원 */
.support-wrap {overflow: hidden;}
.support-wrap::before {content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: -1; background: url('../images/support-bg.jpg') no-repeat top center; background-size: cover;}
.support-wrap .wrap-contents {position: relative; display: flex; justify-content: space-between; padding: 100px 80px;}
.support-wrap .wrap-contents .contents {position: relative; max-width: 100%; width: 740px; padding: 80px 60px; background: #ffffff url('../images/top-bg.png') no-repeat left top;}

@media all and (max-width: 1200px) {
    .support-wrap .wrap-contents {justify-content: center; padding: 200px 60px;}
}
@media all and (max-width: 768px) {
    .support-wrap .wrap-contents {padding: 120px 0;}
    .support-wrap .wrap-contents .contents {padding: 50px 20px;}
}

/* 유의사항 */
.support-wrap .infoBox {width: 100%; padding: 30px 24px; background: #F8F8F8; margin-top: 30px;}
.support-wrap .infoBox h4 {font-size: 16px; line-height: 1.6; color: #333333; font-family:'Noto Medium';}
.support-wrap .infoBox ul {margin-top: 10px;}
.support-wrap .infoBox ul li {position: relative; font-size: 16px; line-height: 1.6; color: #666666; font-family:'Noto Light'; padding-left: 20px; margin-bottom: 5px;}
.support-wrap .infoBox ul li:last-child {margin-bottom: 0;}
.support-wrap .infoBox ul li::before {content: ''; position: absolute; left: 0; top: 8px; width: 10px; height: 10px; background: url('../images/ic-li-dot.png') no-repeat center center;}

/* button */
.form-button {text-align: center; margin-top: 35px;}
.form-button .payBtn {display: inline-block; max-width: 100%; width: 296px; height: 56px; font-size: 18px; color: #ffffff; font-family:'Noto Medium'; background: #040429; border-radius: 2px;}
.form-button .homeBtn {display: inline-block; max-width: 100%; width: 296px; height: 56px; line-height: 56px; font-size: 18px; color: #ffffff; font-family:'Noto Medium'; background: #040429; border-radius: 2px;}


/* 후원하기 - 01. 입력 폼 *********************/
/* form */
.support-wrap .contents .tit h3 {font-size: 28px; color: #6155A6; font-family:'Dream ExtraBold'; text-align: center;}

.support-form .form-list {padding: 50px 0; border-bottom: 1px solid #040429;}
.support-form .form-box {}
.support-form .form-row {display: flex; flex-wrap: wrap; margin-top: 15px;}
.support-form .form-row:first-child {margin-top: 0;}

.support-form .form-tit {font-size: 24px; line-height: 1.5; color: #333333; font-family:'Noto Medium'; margin-bottom: 24px;}

.support-form .form-text {position: relative; display: inline-block; width: 160px; height: 48px; line-height: 48px; font-size: 16px; color: #333333; font-family:'Noto Medium';}
.support-form .form-text.must::after {content: '*'; display: inline-block; font-size: 16px; color: #FF3131;}

.support-form .form-cont {width: calc(100% - 160px);}
.support-form .form-cont .chkBox.box {display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: stretch; row-gap: 10px;}
.support-form .form-cont .chkBox.box_1 label {width: 100%;}
.support-form .form-cont .chkBox.box_2 label {width: calc((100% - 10px)/2); margin-right: 10px;}
.support-form .form-cont .chkBox.box_2 label:nth-child(2n) {margin-right: 0;}
.support-form .form-cont .chkBox.box_3 label {width: calc((100% - 20px)/3); margin-right: 10px;}
.support-form .form-cont .chkBox.box_3 label:nth-child(3n) {margin-right: 0;}
.support-form .form-cont .chkBox label input[type=radio] {display: none;}
.support-form .form-cont .chkBox label span {display: block; width: 100%; height: 48px; line-height: 46px; font-size: 16px; color: #333333; font-family:'Noto Light'; text-align: center; background: #ffffff; border: 1px solid #CCCCCC; box-sizing: border-box; border-radius: 2px; overflow: hidden;}
.support-form .form-cont .chkBox label input[type=radio]:checked ~ span {color: #ffffff; font-family:'Noto Medium'; background: #6155A6; border: 1px solid #6155A6;}

.support-form .form-cont .chkBox.chk_price label input[type=text] {display: block; width: 100%; height: 48px; line-height: 46px; font-size: 16px; color: #333333; font-family:'Noto Regular'; text-align: center; background: #ffffff; border: 1px solid #CCCCCC; border-radius: 2px; overflow: hidden;}
.support-form .form-cont .chkBox.chk_price label input[type=text]:focus {color: #ffffff; background: #6155A6; border: 1px solid #6155A6;}
.support-form .form-cont .chkBox.chk_price label input[type=text]::placeholder {color: #999999;}

.support-form .form-cont .inputBox {width: 100%;}
.support-form .form-cont .inputBox input {display: block; width: 100%; height: 48px; line-height: 46px; font-size: 16px; color: #333333; font-family:'Noto Medium'; text-align: left; background: #ffffff; border: 1px solid #CCCCCC; box-sizing: border-box; border-radius: 2px; overflow: hidden; padding: 0 10px;}
.support-form .form-cont .inputBox input::placeholder {color: #999999;}
.support-form .form-cont .inputBox input:focus {border: 1px solid #8f85c6;}

.support-form .form-cont .selBox {width: 100%;}
.support-form .form-cont .selBox select {display: block; width: 100%; height: 48px; line-height: 46px; font-size: 16px; color: #333333; font-family:'Noto Medium'; text-align: center; background: #ffffff; border: 1px solid #CCCCCC; box-sizing: border-box; border-radius: 2px; overflow: hidden; appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('../images/sel-arrow.png') no-repeat right 14px center; cursor: pointer;}

@media all and (max-width: 768px) {
    .support-wrap .contents .tit h3 {font-size: 24px;}

    .support-form .form-row {display: block;}
    .support-form .form-text {width: 100%;}
    .support-form .form-cont {width: 100%;}

    .support-form .form-tit {font-size: 22px;}
}

/* 후원구분(개인/단체 또는 기업) 에 따른 입력값 보여주기 */
.form-list .form-row.form-division1, 
.form-list .form-row.form-division2 {display: none;}
.form-list .form-row.form-division1.active, 
.form-list .form-row.form-division2.active {display: flex;}

/* 동의 */
.support-form .form-agree {display: flex; align-items: center; justify-content: center; padding: 50px 0;}
.support-form .form-agree .agreeChk {display: inline-block;}
.support-form .form-agree .agreeChk label input[type=checkbox] {display: none;}
.support-form .form-agree .agreeChk label span {display: inline-block; font-size: 16px; color: #333333; font-family:'Noto Light'; padding-left: 28px; background-image: url('../images/chk.png'); background-repeat: no-repeat; background-position: left center;}
.support-form .form-agree .agreeChk label input[type=checkbox]:checked ~ span {background-image: url('../images/chk-on.png');}
.support-form .form-agree .agreeBtn {width: 40px; height: 24px; font-size: 14px; color: #ffffff; background: #CCCCCC; border-radius: 2px; overflow: hidden; border: 0; cursor: pointer; margin-left: 5px;}
.support-form .form-agree .agreeBtn:hover {background: #BBBBBB;}


/* 후원하기 - 02. 결제 완료 *********************/
.support-result {margin-top: 40px;}
.support-result .subject {font-size: 24px; line-height: 1.5; color: #333333; font-family:'Noto Medium'; margin-bottom: 24px;}

.support-result .inner {}
.support-result .list {display: flex; flex-wrap: wrap; margin-top: 15px;}
.support-result .list:first-child {margin-top: 0;}
.support-result .result-tit {display: inline-block; width: 160px; min-height: 48px; line-height: 48px; font-size: 16px; color: #333333; font-family:'Noto Medium';}
.support-result .result-txt {width: calc(100% - 160px);}
.support-result .result-txt > p {width: 100%; min-height: 48px; line-height: 48px; font-size: 16px; color: #333333; font-family:'Noto Medium';}

@media all and (max-width: 768px) {
    .support-result .subject {font-size: 22px;}

    .support-result .result-tit {width: 100px;}
    .support-result .result-txt {width: calc(100% - 100px);}
}


/* 후원하기 - 개인정보 수집 및 이용 동의 팝업 *********************/
.agree-wrap {padding: 80px 60px;}
.agree-wrap .subject {font-size: 28px; color: #6155A6; font-family:'Dream ExtraBold'; text-align: center;}
.agree-wrap .info {margin-top: 40px;}
.agree-wrap .info-box {margin-bottom: 40px;}
.agree-wrap .info-box:last-child {margin-bottom: 40px;}
.agree-wrap .info-box h3 {position: relative; display: inline-block; font-size: 22px; line-height: 1.5; color: #333333; font-family: 'Dream Medium'; line-height: 1.5; padding-top: 8px; margin-bottom: 10px;}
.agree-wrap .info-box h3::before {content: ''; position: absolute; top: 0; left: 0; width: 19px; height: 6px; background: url('../images/bul-h3.png') no-repeat center center;}
.agree-wrap .info-box .desc {font-size: 16px; line-height: 1.5; color: #333333; font-family:'Noto Regular';}
.agree-wrap .info-box .desc > a {color: #6155A6; text-decoration: underline;}

@media all and (max-width: 500px) {
    .agree-wrap {padding: 50px 20px;}
    .agree-wrap .subject {font-size: 24px;}
    .agree-wrap .subject span {display: block;}
    .agree-wrap .info-box h3 {font-size: 20px;}
}