@charset "utf-8";

/* 서브 레이아웃 */
.sub {display: flex;justify-content: center;background: #F2F3F8;min-height: calc(100vh - 145px);}
.sub-content-wrap {width: 100%;max-width: 1520px;padding: 0 20px;margin: 50px auto;}
.sub-content {box-shadow: 20px 42px 46px -3px rgba(235, 237, 248, 50%);background: var(--white);border-radius: 15px;width: 100%;padding: 70px;}

/* 서브 타이틀 */
.title {display: flex;justify-content: space-between;margin-bottom: 50px;}
.right-cate-list {display: flex;gap: 8px;}
.right-cate-list li a {display: block;padding: 13px 15px;border: 1px solid #e5e5ec;font-size: 18px;font-weight: 400;color: #505050;border-radius: 100px;transition: all .3s;}
.right-cate-list li:hover a, .right-cate-list li.on a {border-color: var(--black);font-weight: 700;color: var(--black);transition: all .3s;}


/* 공통 폰트 */
.big-title {font-size: 35px;font-weight: 700;}
.caption {color: #666;}
.caption span {color: var(--green);}


/* 가임력 임신진단 단계 */
.step-box {display: flex;flex-wrap: wrap;}
.step-box .step {width: 25%;background-size: contain;background-repeat: no-repeat;position: relative;}
.step-box .step::after {content: '';display: block;padding-bottom: 28.7356%;}
.step-inner {position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: flex;align-items: center;justify-content: center;gap: 15px;}
.step-box .step1 {background-image: url('../img/step1_bg.png');}
.step-box .step2 {background-image: url('../img/step2_bg.png');}
.step-box .step3 {background-image: url('../img/step3_bg.png');}
.step-box .step4 {background-image: url('../img/step4_bg.png');}
.step-box .step2.on {background-image: url('../img/step2_on_bg.png');}
.step-box .step3.on {background-image: url('../img/step3_on_bg.png');}
.step-box .step4.on {background-image: url('../img/step4_on_bg.png');}
.step-text {line-height: 1.1;}
.step-text span {font-size: 13px;color: #8E8080;letter-spacing: 0;}
.step-text p {font-size: 19px;font-weight: 600;}
.step.on .step-text span {color: #eee;}
.step.on .step-text p {color: var(--white);}


/* 리스트 */
.info-list {border-top: 2px solid #231F20;}
.info-list > li {width: 100%;}
.info-list > li > dl {width: 100%;display: flex;align-items: center;padding: 15px 20px;border-bottom: 1px dashed #ddd;}
.info-list > li > dl > dt {color: var(--black);font-weight: 600;font-size: 18px;width: 190px;}
.info-list > li > dl > dd {width: calc(100% - 190px);}

/* 인풋 */
.input-basic {background: #F3F5FA;border-radius: 5px;width: 100%;height: 40px;padding: 0 16px;font-size: 15px;}
.input-basic.w80 {max-width: 80px;}
.input-basic.w150 {max-width: 150px;}

/* 라디오 버튼 */
.radio-box {display: flex;gap: 10px 32px;align-items: center;flex-wrap: wrap;color: var(--gray);}
.radio-box input[type=radio] {display: none;}
.radio-box label {cursor: pointer;}
.radio-box span {display: flex;gap: 8px;font-size: 15px;color: var(--gray)}
.radio-box span::before {content: '\e928';font-family: 'xeicon';display: inline-flex;justify-content: center;align-items: center;width: 20px;height: 20px;border-radius: 50%;background: #EAECF5;color: transparent;font-size: 10px;}
.radio-box input[type=radio]:checked + span::before {color: var(--white);background: var(--green);}
.radio-box input[type=radio]:checked + span {color: var(--dgray);}
.radio-box .etc {display: flex;align-items: center;gap: 10px 25px;}

/* 버튼 */
.btn-wrap {display: flex;margin: auto;justify-content: center;gap: 10px;}
.btn {min-width: 130px;padding: 20px 35px;font-size: 20px;font-weight: 600;border-radius: 40px;display: flex;gap: 10px;align-items: center;background: var(--white);}
.btn.btn-green {color: var(--green);border: 1px solid var(--green);}
.btn.btn-gray {color: var(--dgray);border: 1px solid var(--line-gray);}

/* 가임력 진단하기 - 생활습관 */
/* 인풋 리스트 */
.input-list {display: flex;flex-wrap: wrap;row-gap: 10px;column-gap: 60px;}
.input-list > li {display: flex;gap: 0 16px;align-items: center;}
.input-name {font-weight: 600;color: #666;min-width: 56px;}

/* 인풋 랩 */
.input-wrap {display: flex;column-gap: 8px;align-items: center;}
.input-wrap span {color: var(--gray);}

.sub112 dl dd {align-items: flex-start;}
.sub112 dl dd .radio-box {padding: 10px 0;width: 20%;}
.sub112 dl dd .radio-box.w100 {width: auto;}
.sub112 dl dd .input-list {width: 80%;}
.sub112 dl.mcycle .input-list {column-gap: 100px;}
.sub112 dl.mcycle .input-list li {width: calc(50% - 50px);}
.sub112 .sixth .radio-box {width: 100%;}

/* 가임력 진단하기 - 진단/약물치료 */
.sub113 .info-list > li > dl > dt {padding-right: 10px;}
.sub113 .second .radio-box-wrap {gap: 10px;align-items: center;}

/* 가임력 진단하기 - 가임력 진단결과 */
.small-title {font-size: 30px;font-weight: 600;color: var(--black);}
.sub114 .result-wrap {display: flex;gap: 20px;}
.sub114 .result-wrap .result-left, .sub114 .result-wrap .result-right {border-radius: 15px;border: 1px solid #ddd;}
.sub114 .result-left {width: calc(40% - 10px);background: #f8f8f8;padding: 60px 40px;position: relative;}
.sub114 .result-right {width: calc(60% - 10px);padding: 60px;}

.sub114 .result-left .first {gap: 20px;justify-content: center;align-items: flex-start;padding-bottom: 10px;border-bottom: 1px solid var(--line-gray);width: fit-content;margin: 0 auto;}
.sub114 .result-left p {font-weight: 600;color: #666;line-height: 1;}
.sub114 .result-left .first p.grade {font-size: 55px;color: var(--green);}
.sub114 .result-left .second p {color: var(--black);text-align: center;}
.sub114 .result-left .third p {font-weight: 400;text-align: center;line-height: 1.5;padding: 16px;border-radius: 10px;background: var(--white);}
.sub114 .result-left .btn {position: absolute;left: 50%;bottom: 0;transform: translate(-50%, 50%);}

.sub114 .result-right .first {align-items: center;}
.sub114 .result-right .first .text {width: 160px;}
.sub114 .result-right .first .text li {padding: 10px 0;font-weight: 600;font-size: 18px;color: var(--black);}
.sub114 .result-right .first .image {width: calc(100% - 160px);}
.sub114 .result-right .second p {font-weight: 400;text-align: center;line-height: 1.5;padding: 16px;border-radius: 10px;background: #f8f8f8;color: #888;}

.sub114 .gallery-list {gap: 20px;}
.sub114 .gallery-list li {width: calc((100% - 40px) / 3);}
.sub114 .gallery-list li .gallery-t {font-weight: 500;font-size: 22px;color: #444;margin-top: 24px;}
.sub114 .gallery-list li .gallery-d {font-weight: 300;font-size: 15px;color: #aaa;}


/* 임신예측하기 - 기본정보 */
.sub121 .second dl dd .radio-box {padding: 10px 0;width: 20%;}
.sub121 .second dl dd .input-list {width: 80%;}

/* 임신예측하기 - 배아정보 */
.sub122 .radio-box {width: 100%;}
.sub122 .second .radio-box label {display: flex;align-items: center;gap: 8px;}
span.before_none::before {display: none;}

/* 임신예측하기 - 시술종류 */
.sub123 .radio-box {gap: 20px;flex-wrap: nowrap;}
.sub123 .radio-box label {width: calc((100% - 60px) / 4);height: 280px;padding: 80px 40px 50px;border: 1px solid #ddd;border-radius: 15px;}
.sub123 .radio-box label:has(input:checked) {border-color: var(--ygreen);}
.sub123 .radio-box span {flex-direction: column;align-items: center;gap: 30px;font-size: 20px;font-weight: 600;color: var(--green) !important;line-height: 1.1;text-align: center;}
.sub123 .radio-box span::before {width: 40px;height: 40px;font-size: 15px;font-weight: bold;}
.sub123 .radio-box p {color: #666;line-height: 1.3;text-align: center;margin-top: 10px;}

/* 임신예측하기 - 임신 예측결과 */
.sub124 .result-wrap {display: flex;gap: 20px;}
.sub124 .result-left-wrap {width: calc(40% - 10px);}
.sub124 .result-right-wrap {width: calc(60% - 10px);}
.sub124 .result-left {background: #f8f8f8;padding: 90px 40px;position: relative;}
.sub124 .result-right {padding: 60px;}
.sub124 .result-left, .sub124 .result-right {border-radius: 15px;border: 1px solid #ddd;height: 387px;}

.sub124 .result-left .first {gap: 20px;justify-content: center;align-items: center;padding-bottom: 10px;border-bottom: 1px solid var(--line-gray);width: fit-content;margin: 0 auto;}
.sub124 .result-left p {font-weight: 600;color: #666;line-height: 1;}
.sub124 .result-left .first p.grade {font-size: 55px;color: var(--green);}
.sub124 .result-left .first .data p {font-size: 20px;line-height: 1.1;text-align: center;}
.sub124 .result-left .first .data p b {color: var(--black);}
.sub124 .result-left .second p {color: var(--black);text-align: center;font-size: 20px;}
.sub124 .result-left .second p .red {color: #B82F2F;}
.sub124 .result-left .third p {font-weight: 400;text-align: center;line-height: 1.5;padding: 16px;border-radius: 10px;background: var(--white);}
.sub124 .result-left .btn {position: absolute;left: 50%;bottom: 0;transform: translate(-50%, 50%);}

.sub124 .result-right .second p {text-align: center;width: calc(100% / 7);padding-top: 16px;font-weight: 600;color: var(--black);}

.sub124 .gallery-list {gap: 20px;}
.sub124 .gallery-list li {width: calc((100% - 40px) / 3);}
.sub124 .gallery-list li .gallery-t {font-weight: 500;font-size: 22px;color: #444;margin-top: 24px;}
.sub124 .gallery-list li .gallery-d {font-weight: 300;font-size: 15px;color: #aaa;}


/* 윤 */
/*--------------------메뉴2 지원정책-----------------------------------*/
/*검색*/
.searchbar .sub-box-inner {padding-bottom: 10px;}
.searchbar .left, .searchbar .right {width: calc((100% - 75px) / 2);}
.searchbar .kor-title {margin-right: 15px;}
.searchbar form {gap: 25px;}
.searchbar form input[name=check] {display: none;}
.searchbar form label {cursor: pointer;}
.searchbar form span {display: flex;gap: 8px;}
.searchbar form span::before {content: '\e928';font-family: 'xeicon';display: inline-flex;justify-content: center;align-items: center;width: 20px;height: 20px;border-radius: 50%;background: #EAECF5;color: transparent;font-size: 10px;}
.searchbar form input[name=check]:checked + span::before {color: var(--white);background: var(--green);}
.searchbar .right {gap: 20px;}

/* 셀렉트 */
.selectBox1 {position: relative; width: 110px; height: 52px; background-size: 15px; cursor: pointer; border-bottom: 1px solid var(--line-gray); margin-right:8px;}
.selectBox1::after {content: "\e936"; position: absolute; top: 50%; transform: translateY(-50%); right: 0; font-family: 'xeicon'; transition: .3s;color: #666;}
.selectBox1.active::after {content: "\e930"; transition: .3s;}
.selectBox1 .selectLabel {display: flex; align-items: center; width: 100%; height: 52px; background: transparent; cursor: pointer;font-size: 15px; color: #666; border: none;}
.selectBox1 .optionList {display:none; position: absolute; top: 52px; left: 0; width: 100%; max-height: 367px; padding: 0; background-color:#fff; overflow: hidden; z-index:20;}
.selectBox1 .optionList::-webkit-scrollbar {width: 5px;}
.selectBox1 .optionList::-webkit-scrollbar-track {background: #fff;}
.selectBox1 .optionList::-webkit-scrollbar-thumb {background: #797979;}
.selectBox1.active .optionList {display:block; overflow-y: auto; box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.1);}
.selectBox1 .optionItem {width: 100%; border-bottom: 1px solid #E3E7E8; transition: .1s;}
.selectBox1 .optionItem:last-child {border-bottom: 0 none;}
.selectBox1 .optionItem a {display: block; padding: 14px 20px; font-size: 14px; color: #111;}

/* 검색 */
.searchbar {display:flex;}
.sub-box {width:50%;}
.total {width:50%; text-align:right; padding-top:30px;}
.searchBox1 {width: 200px;height: 52px;border-bottom: 1px solid var(--line-gray);}
.bd-lst-src-ip {width: 100%; height: 52px; padding-right: 15px; font-size: 15px; outline: none;}
.bd-btn {height: 52px;color: var(--gray);font-size: 20px;transition: .3s;cursor: pointer;}
.bd-btn:hover {color: var(--green); transition: .3s;}


/* 리스트 */
.policy_list {display: flex;gap:1.3%; flex-wrap: wrap;}
.policy_list li {width: 24%; border:1px solid #DDDDDD; align-items: center; border-radius:10px; padding:40px 30px; margin-bottom:15px;}
.policy_list dl {width: 100%; }
.policy_list dl dt {color: var(--black);font-weight: 600;font-size: 18px;width: 100%; height:70px;}
.policy_list dl dd {}
.policy_list .green{color:#007A66; font-size:16px;}
.list1:hover, .list2:hover,.list3:hover, .list4:hover,.list5:hover, .list6:hover,.list7:hover, .list8:hover{color: var(--green);border-color: var(--ygreen);transition: all .3s; }

/*리스트 화살표 버튼*/
.icon-wrap {display: flex;align-items: center;gap: 8px;align-self: flex-end; }
.icon-wrap .txt{text-decoration: underline;text-underline-offset: 4px;}
.icon-wrap .icon {width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;border-radius: 50%;border: 1px solid var(--green);font-size: 12px;color: var(--green);background-color: var(--white);transition: all .3s; text-decoration: none!important;}
.list1:hover .icon-wrap .icon, .list2:hover .icon-wrap .icon,.list3:hover .icon-wrap .icon,.list4:hover .icon-wrap .icon,.list5:hover .icon-wrap .icon,.list6:hover .icon-wrap .icon,.list7:hover .icon-wrap .icon,.list8:hover .icon-wrap .icon {color: var(--white);background-color: var(--green);transition: all .3s; }


/* 페이징 */
.paging-wrap {padding-top: 40px;}
.paging-wrap .paging {display: flex; justify-content: center; gap: 5px;}
.paging-wrap .paging li {width: 35px; height: 35px;}
.paging-wrap .paging li.paging-arrow {width: 33px;}
.paging-wrap .paging li.paging-arrow.none-active {display: none;}
.paging-wrap .paging li a {position: relative; display: block; width: 100%; height: 100%; text-align: center; font-size: 16px; line-height: 35px; font-weight: 400; color: #767676; border-radius: 32px; transition: .3s;}
.paging-wrap .paging li:not(.paging-arrow) a::after {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 35px; height: 35px; background-color: #111; opacity: 0; z-index: -1; transition: .3s;}
.paging-wrap .paging li:not(.paging-arrow).on a {color: #444444; font-weight: 600; transition: .3s; border:1px solid #444444;}
.paging-wrap .paging li:not(.paging-arrow).on a::after {opacity: 1; transition: .3s;}
.paging-wrap .paging li.paging-arrow a {display: flex;}
.paging-wrap .paging li.paging-arrow a img {margin: auto;}

/* 통계정보 */
/*검색*/
.optionbar {width:100%; height:141px; padding: 35px 45px; border:1px solid #ccc; border-radius:10px;}
.optionbar .optionbar-inner {display:flex; gap:20px; justify-content:space-between; }
.option-tt {padding-bottom:5px; font-size:18px; font-weight:600; color:#111;}
.option-select-box {display:flex;gap:5px;}
.option-select-box span {font-size:16px; line-height:40px; color:#888;}
.option-input-box {display:flex;gap:5px;}
.option-input-box .input-basic {width:80px; padding: 0 10px;}
.option-input-box label {font-size:16px; line-height:40px; color:#888;}
.option-input-box span {font-size:16px; line-height:40px; color:#888;}

/* 검색 - 셀렉트 */
.selectBox2 {position: relative; width: 100px; height: 40px; background-size: 15px; cursor: pointer;  background-color:#F3F5FA; border-radius:5px;}
.selectBox2::after {content: "\e936"; position: absolute; top: 50%; transform: translateY(-50%); right: 10px; font-family: 'xeicon'; transition: .3s;color: #666;}
.selectBox2.active::after {content: "\e930"; transition: .3s;}
.selectBox2 .selectLabel {display: flex; align-items: center; width: 100%; height: 40px; padding:10px; background: transparent; cursor: pointer; font-size: 15px; color: #666; border: none;}
.selectBox2 .optionList {display:none; position: absolute; top: 40px; left: 0; width: 100%; max-height: 367px; padding: 0; background-color:#fff; overflow: hidden; z-index:20;}
.selectBox2 .optionList::-webkit-scrollbar {width: 5px;}
.selectBox2 .optionList::-webkit-scrollbar-track {background: #fff;}
.selectBox2 .optionList::-webkit-scrollbar-thumb {background: #797979;}
.selectBox2.active .optionList {display:block; overflow-y: auto; box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.1); border-radius:5px;}
.selectBox2 .optionItem {width: 100%; border-bottom: 1px solid #E3E7E8; transition: .1s;}
.selectBox2 .optionItem:last-child {border-bottom: 0 none;}
.selectBox2 .optionItem a {display: block; padding: 10px; font-size: 14px; color: #111;}

.optionbar-inner .radio-box {padding-top:10px; max-width: 220px;}

.option-btn-box {display:flex; gap:10px;}
.option-btn {display:flex; gap:10px; justify-content:center; height:65px; padding: 0 20px; border-radius:5px; font-size:18px; font-weight:600;cursor: pointer;}
.option-btn.gray {background-color:#fff; border: 1px solid #ddd; color:#666;}
.option-btn.green {background-color:var(--green); color:#fff;}
.option-btn span {margin:auto;}
.option-btn .option-btn-img {margin:auto;}
.option-btn .option-btn-img img {min-width:19px;}


/*그래프 이미지*/
.mgt75px {margin-top:75px !important;}
.graph-img .m-ver {display:none;}


/* 테이블 */
.info-list.large-ver {}
.info-list.large-ver dl {min-height:71px;}
.info-list.large-ver dl dt {width:140px; min-width:140px;}
.info-list.large-ver dl dd {width:calc(100% - 140px /  7); text-align:center; color:#888;}
.info-list.large-ver li:first-of-type dl dd {color:#333;}
.info-list.large-ver.ver2 .m-br {display:none;}




/* ========== 게시판 ========== */
/* Q&A 쓰기 */
/* 체크박스 */
.check-text {padding: 20px 0 45px;}
.chk-txt-wrap {display: flex; gap: 10px;}
.chk-box-wrap {position: relative; width: 18px; height: 18px;}
.chk-box {display: block; position: relative; padding-left: 26px; cursor: pointer; font-size: 14px; font-weight: 300; color: #666; line-height: 18px; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.chk-box input[type="checkbox"] {position:absolute; top:0; left:0; width:18px; height:18px; border:none; opacity: 0;}
.chk-box .on {position: absolute; top: 0; left: 0; width: 18px; height: 18px; background: #F2F3F8; border-radius: 3px; transition: .3s;}
.chk-box input[type="checkbox"]:checked + .on {background-color: #111;}
.chk-box .on::after {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 18px;}
.chk-box input[type="checkbox"]:checked + .on:after {content: "\e929"; font-family: xeicon !important; color: #fff;}

.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}

.bd-ctt-bbar {display: flex; justify-content: end; gap:8px; max-width: 1515px; margin: 0 auto; padding: 25px 0 0;}

.bd-btn.bk-ver {background-color: #111; color: #fff;}
.bd-btn.bk-ver:hover {opacity: 0.7; transition: .3s;}

.bd-w-ctt-es-ico {position: relative; display: inline-block; min-width: 21px; width: 21px; height: 21px;}
.bd-w-ctt-es-ico i {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 16px;}

/* 게사판 write */
.bd-w-ctt-wrap {max-width: 1515px; margin: 0 auto;}
.bd-w-ctt-input {width: 100%; height: 45px; padding: 0 10px; font-size: 16px; border-radius: 0; border: 1px solid #ccc;}
.bd-w-ctt-textarea {width: 100%; min-height: 350px !important; padding: 10px; border: 1px solid #ccc;}
.bd-w-ctt-es-bx {display: flex; gap: 15px; width: 100%; height: 45px; padding: 0 10px; font-size: 16px; border-radius: 0; border: 1px solid #ccc;}
.bd-w-ctt-es-bx p {font-size: 18px; line-height: 45px;}
.bd-w-ctt-es-bx input {width: 100%; border: none;}
.bd-w-ctt-es-bx input[type=file] {max-width: 300px; margin: auto 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.bd-w-ctt-es-bx input[type=file]::file-selector-button {width: 80px; height: 28px; margin-right: 10px; color: #111; background: #e7e7e7; border: none; border-radius: 3px; cursor: pointer; transition: .3s;}
.bd-w-ctt-es-bx input[type=file]::file-selector-button:hover {color: #fff; background:#333; transition: .3s;}

/* Q&A view */
/* 게시판 view */
.bd-v-ctt-wrap {max-width: 1515px; margin: 0 auto;}
.bd-v-ctt{}
.bd-v-ctt-hd {padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #111;}
.bd-v-ctt-tt {font-size: 24px; line-height: 34px; font-weight: 600;}

.bd-v-ctt-inhd {display: flex; justify-content: space-between; margin-bottom: 15px;}
.bd-if-lst {display: flex; gap: 25px;}
.bd-if-lst li {position: relative;}
.bd-if-lst li:not(:last-of-type)::after {content: ""; position: absolute; top: 50%; right: -12.5px; transform: translateY(-50%); width: 1px; height: 100%; background-color: #c5c5c5;}
.bd-v-ctt-btn {display: flex; gap: 8px;}

.bd-lst-btn {width: 100px; height: 40px; color: #111; font-size: 16px; font-weight: 600; border: none; background-color: #fff; border: 1px solid #333; transition: .3s;}
.bd-lst-btn:hover {background-color: #333; color: #fff; transition: .3s;}

.bd-v-ctt-bd {padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #ccc;}
.bd-v-ctt-img {}
.bd-v-ctt-txt {font-size: 16px; line-height: 26px; color: #333; word-break: keep-all;}

.bd-v-ctt-es-wrap {margin-top: 20px; display: flex; flex-direction: column; gap: 10px;}
.bd-v-ctt-es {display: flex; gap: 10px; border: 1px solid #ccc; padding: 15px;}
.bd-v-ctt-es a {word-break: break-word; transition: .3s;}
.bd-v-ctt-es a:hover {text-decoration: underline; transition: .3s;}
.bd-w-ctt-es-ico {position: relative; display: inline-block; min-width: 21px; width: 21px; height: 21px;}
.bd-w-ctt-es-ico i {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 16px;}

.bd-v-es-lst-bx {border: 1px solid #ccc; padding: 15px 0;}
.bd-v-es-lst li {display: flex; padding: 0 20px;}
.bd-v-es-lst li:not(:last-of-type) {position: relative; margin-bottom: 30px;}
.bd-v-es-lst li:not(:last-of-type)::after {content: ""; position: absolute; bottom:-15px; left: 0; width: 100%; height: 1px; background-color: #ccc;}
.bd-v-es-lst li a {display: inline-block; max-width: calc(100% - 70px); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; transition: .3s;}
.bd-v-es-lst li a:hover {text-decoration: underline; transition: .3s;}
.bd-v-es-tt {margin-right: 20px; font-weight: 600;}

/* Q&A view 답변 영역 */
.bd-v-reply {border-radius: 15px;background: #fcfcfc;padding: 50px;margin-bottom: 50px;}
.bd-v-reply .top {align-items: center;gap: 10px;}
.reply-title {border-radius: 50px;padding: 10px 20px;background: var(--green);color: var(--white);width: fit-content;}

/* 게사판 리스트 */
.color-1 {color:#111!important;}
.color-2 {color:#007A66!important;}
.bd-lst-ctt-wrap {width:100%; }
.bd-lst-tb {width: 100%; margin: 0 auto; border-spacing: 0; border-collapse: collapse; table-layout: fixed;}
.bd-lst-tb .chk-box-wrap {margin: 0 auto; }
.bd-lst-tb thead {/*border-top: 2px solid #007A66; border-bottom: 1px solid #111;*/ background:#007A66; border-radius:10px;}
.bd-lst-tb thead th {padding: 15px 15px; font-size: 16px; color: #fff;}
.bd-lst-tb tbody tr {border-bottom: 1px dotted #ccc;} 
.bd-lst-tb tbody td {padding: 15px 15px; text-align: center; color: #888;}
.bd-lst-tb tbody td a {display: flex; gap:5px; transition: .3s;}
.bd-lst-tb tbody td a:hover {color: var(--yellow); transition: .3s;}
.bd-lst-tb tbody td a p {max-width: calc(100% - 75px); text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

/* 게사판 리스트 - 갤러리 */
.bd-gll-wrap {display: flex; flex-wrap: wrap; column-gap: 35px; row-gap: 60px; max-width: 1515px; margin: 0 auto;}
.bd-gll-item {width: calc(100% / 4 - 26.5px);}
.bd-gll-item > a {position: relative;}
.bd-gll-item .bd-gll-img {display: flex; position: relative; transition: .3s;}
.bd-gll-item .bd-gll-img::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0; z-index: 1; transition: .3s; border-radius:20px;}
.bd-gll-item > a:hover .bd-gll-img::before {opacity: 0.4; transition: .3s;}
.bd-gll-item .bd-gll-img img {width: 100%; object-fit: cover;}
.bd-gll-txt {padding-top: 20px;}
.bd-gll-txt-lst .bd-gll-tt {display: flex; gap: 5px; transition: .3s;}
.bd-gll-txt-lst .bd-gll-tt p {font-size: 20px; color: #333; font-weight: 600; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden;}
.bd-gll-txt-lst .bd-gll-tt .new-ico {margin: auto 0;}
.bd-gll-txt-lst .bd-gll-dt {padding-top: 8px; color: #999;}

.new-ico {position: relative; display: inline-block; width: 21px; min-width: 21px; height: 21px; background-color: var(--yellow); border-radius: 3px;}
.new-ico::before {content: "N"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 15px;}
.link-ico {position: relative; display: inline-block; width: 21px; min-width: 21px; height: 21px; background-color: var(--yellow); border-radius: 3px;}
.link-ico::before {content: "\e9c0"; font-family: xeicon !important; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 15px; font-weight: 500;}
.file-ico {position: relative; display: inline-block; width: 21px; min-width: 21px; height: 21px; background-color: var(--yellow); border-radius: 3px;}
.file-ico::before {content: "\ea94"; font-family: xeicon !important; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 14px; font-weight: 500;}

/* 게사판 write */
.bd-w-ctt-wrap {max-width: 1515px; margin: 0 auto;}
.bd-w-ctt-input {width: 100%; height: 45px; padding: 0 10px; font-size: 16px; border-radius: 0; border: 1px solid #ccc;}
.bd-w-ctt-textarea {width: 100%; min-height: 350px; padding: 10px; border: 1px solid #ccc;}
.bd-w-ctt-es-bx {display: flex; gap: 15px; width: 100%; height: 45px; padding: 0 10px; font-size: 16px; border-radius: 0; border: 1px solid #ccc;}
.bd-w-ctt-es-bx p {font-size: 18px; line-height: 45px;}
.bd-w-ctt-es-bx input {width: 100%; border: none;}
.bd-w-ctt-es-bx input[type=file] {max-width: 300px; margin: auto 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.bd-w-ctt-es-bx input[type=file]::file-selector-button {width: 80px; height: 28px; margin-right: 10px; color: #111; background: #e7e7e7; border: none; border-radius: 3px; cursor: pointer; transition: .3s;}
.bd-w-ctt-es-bx input[type=file]::file-selector-button:hover {color: #fff; background:#333; transition: .3s;}

/* QNA 팝업 */
body.popup-on {overflow-y: hidden;}

.popup-wrap {display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; z-index: 1200; background: rgba(0, 0, 0, 0.5);}
.popup-modal {display: flex; position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; width: 100%; height: 100%;}
.popup-modal-inner {width:100%; margin: auto;}

.popup {position: relative; z-index: 1300; box-shadow: 2px 2px 1px 3px rgba(0, 0, 0, 0.1); margin: auto; width: 380px; overflow: hidden;}
.popup-head {position:relative; display: flex; justify-content: space-between; width: 100%; height: 70px; padding: 0 20px; background-color:#fff;}
.popup-head::before {content:""; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:calc(100% - 50px); height:1px; border-bottom:1px solid #ddd;}
.popup-title {max-width: calc(100% - 30px); padding-left:5px;  text-overflow: ellipsis; white-space: nowrap; font-size: 18px; font-weight:700; color: #292929; line-height: 70px; overflow: hidden;}

.popup-body {padding: 30px 25px; background-color: #fff;}

.player {position: relative; padding-top: 56.25%;}
.player iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.popup-body-title {font-size: 25px; font-weight: 700; color: #333;}
.popup-body-title span {font-size: 17px; color: #666; font-weight: 400;}

.popup-btn-wrap {text-align: center;}
.popup-btn {width: 140px; height: 55px; padding-bottom: 5px; font-size: 16px; font-weight: 600; color: #fff; border-radius: 6px; background-color: #111;}
.popup-btn i {position: relative; top: 2.5px; font-size: 22px;}

.popup-close {position: absolute; top:50%; right:15px; transform:translateY(-50%); width: 35px; height: 35px; margin: auto 0; border-radius: 55px; background-color: #fff; border: none;}
.popup-close::before {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); width: 2px; height: 18px; background-color: #111;}
.popup-close::after {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-45deg); width: 2px; height: 18px; background-color: #111;}

.pop-title {font-size:17px; text-align:center; font-weight:600; margin-bottom:20px; background-color:#f7f7f7; padding:15px 0; border-radius:5px;}
.pop-txt {margin-bottom:20px; font-size:15px; text-align:center; font-weight:500;}

.pop-input {width:250px; border:1px solid #ddd; background-color:#f3f3f3; border-radius: 5px; height: 40px; padding: 0 16px; font-size: 15px;}

.pop-btns {margin-top:20px; display:flex; gap:10px; justify-content:center;}
.pop-foot-btn {width:120px; height:45px; border-radius:5px; border:1px solid #ddd;}
.pop-foot-btn .only {width:250px;}
.pop-foot-btn.point {background-color:#007A66; color:#fff;}

.bd-btn1 {height: 45px; padding:0 25px; color: #333; font-size: 16px; border: none; background-color: #fff; border: 1px solid #333; transition: .3s;cursor: pointer;}
.bd-btn1:hover {background-color: #111; color: #fff; transition: .3s;}
.bd-btn1.bk-ver {background-color: #111; color: #fff;}
.bd-btn1.bk-ver:hover {opacity: 0.7; transition: .3s;}


/* ===== 반응형 ==== */
@media screen and (max-width: 1400px) {
	.optionbar {height:auto; padding: 35px;}
	.optionbar .optionbar-inner {flex-wrap:wrap;}
	.option-btn-box {width:100%; padding-top:40px; margin-top:20px; border-top: 1px solid #ddd;} 
}


@media screen and (max-width: 1200px) {
    .info-list > li > dl > dt {width: 100px;}
    .info-list > li > dl > dd {width: calc(100% - 100px);}

    .sub114 .result-left .btn {font-size: 16px;}
    .sub123 .radio-box label {padding: 60px 30px 40px;}
    .sub124 .result-left, .sub124 .result-right {height: 300px;padding: 40px 30px;}
    .sub124 .result-left .btn {font-size: 16px;min-width: 60%;padding: 16px 30px;justify-content: center;}
    .sub124 .result-left .first {gap: 10px;}
    .sub124 .result-left .first p {font-size: 14px;}
    .sub124 .result-left .first p.grade {font-size: 40px;}
    .sub124 .result-right {display: flex;flex-direction: column;justify-content: center;}
    .sub124 .result-right .second p {font-size: 14px;}

    .policy_list li {width:32.4%;}

    .bd-gll-wrap { column-gap: 25px; } 
    .bd-gll-item { width: calc(100% / 3 - 17px); } 
    .bd-gll-txt .bd-gll-tt { font-size: 18px; line-height: 28px; } 

    .bd-lst-tb .m-noview { display: none; } 

    .bd-ctt-bbar { padding: 35px 0 0;} 

    .optionbar .optionbar-inner > div:not(.option-btn-box) {width:calc(50% - 10px); }

	.info-list.large-ver dl dt {width:calc(100% /  8); min-width:auto;}
	.info-list.large-ver dl dd {width:calc(100% /  8);}
}


@media screen and (max-width: 1000px) {
    .step-icon {width: 32px;}
    .step-text p {font-size: 16px;}

    .sub114 .result-left {padding: 50px 30px;}
    .sub114 .result-left .first {gap: 10px;}
    .sub114 .result-left .first p {font-size: 14px;}
    .sub114 .result-left .first p.grade {font-size: 40px;}
    .sub114 .result-left .btn {min-width: 60%;padding: 16px 30px;justify-content: center;}
    .sub114 .result-right {padding: 50px 30px;}
    .sub114 .result-right .first .text li {padding: 5px 0;font-size: 14px;}
    .sub114 .result-right .first .image {width: auto;}

    .sub114 .gallery-list li .gallery-t {margin-top: 16px;font-size: 18px;}
    .sub114 .gallery-list li .gallery-d {font-size: 14px;}
    
    .sub123 .radio-box label {padding: 50px 20px 30px;}
    .sub123 .radio-box span {gap: 20px;}
    
    .sub124 .result-wrap {flex-direction: column;row-gap: 80px;}
    .sub124 .result-wrap .result-left-wrap, .sub124 .result-wrap .result-right-wrap {width: 100%;}
    .sub124 .result-left, .sub124 .result-right {height: auto;padding: 40px;}

    .sub124 .gallery-list li .gallery-t {margin-top: 16px;font-size: 18px;}
    .sub124 .gallery-list li .gallery-d {font-size: 14px;}

    .policy_list dt {white-space: normal; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height:58px!important; margin-bottom:12px;} 
}


@media screen and (max-width: 820px) {
    .sub-content {padding: 40px;}
    .info-list > li > dl {padding: 15px 10px;} 
    
    .info-list > li > dl > dd {flex-direction: column;}
    .sub112 dl dd .radio-box, .sub112 dl dd .input-list {width: 100%;}
    .sub112 dl.mcycle .input-list {flex-direction: column;}
    .sub112 dl.mcycle .input-list li {width: 100%;}
    
    .sub114 .result-wrap {flex-direction: column;row-gap: 80px;}
    .sub114 .result-wrap .result-left, .sub114 .result-wrap .result-right {width: 100%;}
    .sub114 .result-right .first .text li {padding: 10px 0;}
    
    .sub114 .gallery-list {flex-wrap: wrap;}
    .sub114 .gallery-list li {width: calc((100% - 20px) / 2);}
    
    .sub121 .second dl dd .radio-box, .sub121 .second dl dd .input-list {width: 100%;}
    
    .sub123 .radio-box {flex-wrap: wrap;}
    .sub123 .radio-box label {width: calc((100% - 20px) / 2);height: 240px;padding: 50px 20px;}
    
    .sub124 .gallery-list {flex-wrap: wrap;}
    .sub124 .gallery-list li {width: calc((100% - 20px) / 2);}

    .policy_list dl {padding: 15px 10px;}

    .bd-gll-item { width: calc(100% / 2 - 13px); } 
    .bd-gll-txt-lst .bd-gll-tt { font-size: 16px; line-height: 26px; } 

    .bd-v-ctt-inhd { gap: 15px; flex-direction: column; } 
    .bd-v-ctt-btn { justify-content: end; } 
}


@media screen and (max-width: 800px) {
	.option-input-box label {font-size: 14px;}

	.graph-img {margin-top:50px !important;}
	.graph-img .pc-ver {display:none;}
	.graph-img .m-ver {display:block;}
	
	.info-list.large-ver dl {padding:10px;}
	.info-list.large-ver dl dt {font-size:14px;}

	.popup {width: calc(100% - 50px);}
}


@media screen and (max-width: 768px) {
    .step-box {gap: 20px 0;}
    .step-box .step {width: 50%;}
    .step-inner {gap: 8px;}

    .policy_list { justify-content: space-evenly; } 
    .policy_list li { width:100%; padding:15px 10px; } 
    .policy_list dt { height:50px!important; margin-bottom:20px; } 
    .searchbar { flex-direction: column } 
    .sub-box { width:100%; } 
    .total { width:100%; text-align:left; padding-top:30px; } 
    .searchBox1 { width: 180px; height: 52px; border-bottom: 1px solid var(--line-gray); } 

    .bd-gll-wrap { row-gap: 40px; } 
    .bd-gll-txt { padding-top: 15px; } 

    .bd-lst-tb .w-120 { width: 30px !important; } 
    .bd-lst-tb .w-150 { width: 100px !important; } 
    .bd-lst-tb tbody td { padding: 20px 5px; } 
    .bd-lst-tb tbody td a { gap: 3px; } 
    .bd-lst-tb tbody td a p { max-width: calc(100% - 55px); } 
    .bd-lst-tb tbody td:first-child { display:none; } 
    .bd-lst-tb thead th:first-child { display:none; } 

    .bd-ctt-tbar { flex-direction: column; justify-content: center; gap: 12px; } 
    .bd-ctt-tbar .selectBox { width: 100%; } 
    .bd-ctt-tbar .bd-lst-src-ip { width: 100%; } 

    .bd-ctt-bbar { flex-direction: column; justify-content: center; gap: 12px; padding: 45px 0 0; } 

    .bd-v-ctt-inhd { margin-bottom: 25px; } 
    .bd-v-ctt-btn .bd-btn { width: 100%; } 

    .optionbar.ver2 .optionbar-inner > div:not(.option-btn-box) {width: 100%;}
	.optionbar.ver2 .option-input-box .input-basic {width:100px;}
	.optionbar.ver2 .option-input-box label {width:45px;}
	.optionbar.ver2 .selectBox2 {width:135px;}
	
	.info-list.large-ver {display:flex;}
	.info-list.large-ver dl {flex-direction:column; padding:0; }
	.info-list.large-ver dl dt {width:100%; padding:10px 0; text-align:center;}
	.info-list.large-ver dl dd {width:100%; padding:10px 0;}
	.info-list.large-ver dl dd {font-size:14px; border-top: 1px dashed #ddd;}
	.info-list.large-ver li:not(:last-of-type) dl dt,
	.info-list.large-ver li:not(:last-of-type) dl dd {border-right: 1px dashed #ddd;}
}


@media screen and (max-width: 600px) {
	.optionbar .optionbar-inner > div:not(.option-btn-box) {width:100%;}
	.option-btn-box {padding-top: 25px; margin-top: 10px;}
	.option-btn {height: 50px; padding:0 15px; font-size: 16px;}
	.option-btn .option-btn-img img {min-width:16px;}
	
	.popup-head {height: 60px;}
    .popup-title {font-size: 16px; line-height: 60px;}
    .popup-body {padding: 20px 25px 25px;}
}


@media screen and (max-width: 550px) {
	.searchbar.qna-ver .sub-box-inner .flex-center {flex-wrap:wrap;}
	.searchbar.qna-ver .sub-box-inner .flex-center .selectBox1.flex {width:100%;}
	.bd-lst-tb.qna-ver tbody td a p {max-width:100%;}
	.popup {width: calc(100% - 40px);}
}


@media screen and (max-width: 480px) {
    .sub-content {padding: 40px 20px;}
    
    .title {flex-direction: column;row-gap: 20px;margin-bottom: 30px;}
    .big-title {font-size: 32px;}
    .right-cate-list {flex-wrap: wrap;}
    .right-cate-list li a {padding: 10px 12px;font-size: 16px;}

    .info-list > li {flex-direction: column;}
    .info-list > li > dl > dt {font-size: 16px;}
    
    .step-icon {display: none;}
    .step-text {text-align: center;}
    
    .input-basic {padding: 0 10px;}
    
    .radio-box {row-gap: 10px;}
    .radio-box .etc {gap: 10px;}

    .btn {min-width: 100px;padding: 15px 30px;font-size: 18px;} 

    .input-list > li {flex-direction: column;row-gap: 4px;align-items: flex-start;}
    .input-basic.w80 {max-width: 40px;}
    .input-wrap {column-gap: 4px;}
    .input-name {font-size: 14px;min-width: 48px;}
    .input-wrap span {font-size: 13px;}
    .radio-box span {font-size: 14px;}

    .sub114 .result-wrap {gap: 50px;}
    .sub114 .result-left, .sub114 .result-right {padding: 40px 20px;}
    .sub114 .result-right .first .text {display: flex;gap: 10px;width: 100%;}
    .sub114 .result-right .first .text li {width: 50%;text-align: center;}
    .sub114 .result-right .first .text li:nth-child(1) {background: #DBEAE7;}
    .sub114 .result-right .first .text li:nth-child(2) {background: #EDF3C1;}
    .sub114 .result-right .first .image {margin-top: 20px;}
    .sub114 .result-left .third p {font-size: 14px;}
    .sub114 .result-right .first {flex-direction: column;}
    .sub114 .result-right .second p {font-size: 14px;}
    .sub114 .gallery-list {row-gap: 40px;}
    .sub114 .gallery-list li {width: 100%;}

    .sub123 .radio-box label {width: 100%;height: auto;padding: 20px;}
    .sub123 .radio-box span::before {width: 24px;height: 24px;font-size: 12px;}
    .sub123 .radio-box span {gap: 16px;font-size: 16px;}
    .sub123 .radio-box p {font-size: 14px;}

    .sub124 .result-wrap {gap: 50px;}
    .sub124 .result-left, .sub124 .result-right {padding: 40px 20px;}
    .sub124 .result-left .third p {font-size: 14px;}
    .sub124 .result-right .second p {font-size: 12px;word-break: break-all;padding: 4px 6px 0;}

    .sub124 .gallery-list {row-gap: 40px;}
    .sub124 .gallery-list li {width: 100%;}

    .optionbar {padding: 25px 20px;}
	.optionbar.ver2 .selectBox2 {width:100px;}
	.optionbar.ver2 .option-input-box {flex-wrap:wrap;}
	.optionbar.ver2 .option-input-box .input-basic {width:calc(100% - 50px);}

    .info-list.large-ver.ver2 .m-br {display:block;}
	.info-list.large-ver.ver2 dl dt {height:63px;}
	.info-list.large-ver.ver2 dl dd {height:63px;}
	.info-list.large-ver.ver2 dl dd:has(span) {display:flex;}
	.info-list.large-ver.ver2 dl dd span {margin:auto;}

    .bd-v-reply {padding: 40px 30px;}

    .bd-gll-wrap { column-gap: 20px; } 
    .bd-gll-item { width: calc(100% / 2 - 10px); } 
    .bd-gll-txt-lst .bd-gll-tt { font-size: 14px; line-height: 22px; } 
}


















