@charset "UTF-8";

/* ----- 논문 리스트 ----- */
.thesis-search {position: relative; width: 100%; margin-bottom: 60px;}
/* .thesis-search::before { content: ""; width: 70vw; height: 200px; left: 42%; position: absolute; top: -55px; background-color: #f4fbfb; border-radius: 220px 0 0 0; } */
/* .thesis-search .thesis-search-form::before { content: ""; width: 100vw; height: 150px; left: 50%; transform: translateX(-50%); position: absolute; bottom: -100px; background-color: #f4fbfb; border-radius: 220px 0 0 0; } */
/* .thesis-search .thesis-search-form::after { content: ""; width: 100vw; height: 50px; left: 50%; transform: translateX(-50%); position: absolute; bottom: -110px; background-color: #fff; filter: blur(10px); } */
.thesis-search .thesis-search-form fieldset {width: 100%; max-width: 878px; min-width: 0; margin: 0 auto 40px auto; height: 90px; border-radius: 40px 20px 40px 20px; border: 3px solid #2d68c4; box-shadow: 9px 0 21px rgba(142, 172, 220, 0.35); display: flex; align-items: center; position: relative; z-index: 1; background-color: #fff;}
.thesis-search .thesis-search-form fieldset select {width: 160px; height: 100%; padding: 0 20px 0 40px; background-color: transparent; font-size: 17px !important; border-radius: 40px 0 0 20px; background: url(../images/common/ico-caret-down.svg) no-repeat calc(100% - 25px) center/ 12px;}
.thesis-search .thesis-search-form fieldset select:focus {outline: none; }
.thesis-search .thesis-search-form fieldset .inpt {position: relative; padding: 0 70px 0 0; display: flex; align-items: center; justify-content: space-between; width: calc(100% - 160px); height: 100%;}
.thesis-search .thesis-search-form fieldset .inpt::before {content: ""; display: block; width: 1px; height: 25px; background-color: #9d9d9d; position: absolute; left: 0; top: 50%; z-index: 2; transform: translateY(-50%);}
.thesis-search .thesis-search-form fieldset .inpt span {position: absolute; left: 0; top: 0; padding-left: 25px; height: 100%; width: 100%; font-size: 23px; font-weight: bold; display: flex; align-items: center; color: #2b2b2b; z-index: 1; pointer-events: none;}
.thesis-search .inpt input:focus + span, .thesis-search .inpt input:not(:placeholder-shown) + span { opacity: 0;}
.thesis-search .thesis-search-form fieldset .inpt span strong {color: #3158b6; font-weight: bold; }
.thesis-search .thesis-search-form fieldset .inpt input {height: 100%; display: block; font-size: 20px !important; font-weight: 500; padding-right: 20px; padding-left: 25px; width: 100%;}
.thesis-search .thesis-search-form fieldset .inpt input:focus {outline: none; }
.thesis-search .thesis-search-form fieldset .inpt .fit_open::before {content: ""; width: 30px; height: 30px; background: url(../images/common/ci_filter.png) no-repeat center center/contain; display: block; opacity: 0.6;}
.thesis-search .thesis-search-form fieldset .thesis-search-btn {width: 78px; height: 78px; background-color: var(--main-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 9px 0 21px rgba(142, 172, 220, 0.35); position: absolute; top: -10px; right: -50px;}
.thesis-search .thesis-search-form fieldset .thesis-search-btn::before {content: "\F52A"; font-family: 'bootstrap-icons'; color: #fff; font-size: 35px; display: flex; align-items: center; justify-content: center;}

.thesis-result .thesis-msg {font-size: 26px; color: #222222; font-weight: 500; margin-bottom: 30px; word-break: keep-all;}
.thesis-result .thesis-msg i {font-size: 25px; margin-right: 10px; opacity: 0.6;}
.thesis-result .thesis-msg strong {color: #e64666; font-weight: bold;}
.thesis-result .thesis-sch-box {border: 1px solid #d5d7dd; border-radius: 20px; padding: 30px 40px; margin-bottom: 30px; transition: all 0.2s ease-in-out; position: relative;}
.thesis-result .thesis-sch-box:last-child {margin-bottom: 0;}

.thesis-result .thesis-sch-box.active {box-shadow: 0px 0px 10px #30303021; border: 2px solid var(--main-color);}
.thesis-result .thesis-sch-box:hover {box-shadow: 0px 0px 10px #30303021; border: 1px solid var(--main-color);}
.thesis-result .thesis-sch-box:hover .thesis-result-head .thesis-detail-btn {border-color: var(--main-color);}
.thesis-result .thesis-sch-box:hover .thesis-result-head .thesis-detail-btn::before {color: var(--main-color); opacity: 1;}

.thesis-result .thesis-sch-box .thesis-result-head {display: flex; align-items: center; gap: 20px;}
.thesis-result .thesis-sch-box .thesis-result-head span {padding: 15px 25px; border-radius: 30px; background-color: #f8f9fb; color: var(--main-color); font-size: 18px; font-weight: bold; margin-right: 20px;}
.thesis-result .thesis-sch-box .thesis-result-head div {width: calc(100% - 220px); max-width: 1220px;}
.thesis-result .thesis-sch-box .thesis-result-head div .keyword {display: flex; align-items: center;}
.thesis-result .thesis-sch-box .thesis-result-head div .keyword li {margin-right: 20px; color: var(--main-color); font-weight: 600; font-size: 18px;}
.thesis-result .thesis-sch-box .thesis-result-head div .keyword li a {color: var(--main-color); font-weight: 600; font-size: 18px;}
.thesis-result .thesis-sch-box .thesis-result-head div a {display: inline-block; max-width: 100%; font-weight: bold; color: #222222; font-size: 23px; margin: 10px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.thesis-result .thesis-sch-box .thesis-result-head div a:hover {text-decoration: underline !important;}
.thesis-result .thesis-sch-box .thesis-result-head div .author {display: flex; align-items: center; flex-wrap: wrap;}
.thesis-result .thesis-sch-box .thesis-result-head div .author li {display: flex; align-items: center; font-weight: 500; color: #6a6a6a; font-size: 18px;}
.thesis-result .thesis-sch-box .thesis-result-head div .author li::after {content: "|"; display: block; font-weight: 100; margin: 0 15px;}
.thesis-result .thesis-sch-box .thesis-result-head div .author li:last-child::after {display: none;}

.thesis-result .thesis-sch-box .thesis-result-head .thesis-detail-btn {width: 65px; height: 65px; border-radius: 50%; display: flex; justify-content: center; align-items: center; border: 1px solid #d5d7dd; transition: 0.2s ease-in-out; margin-left: auto;}
.thesis-result .thesis-sch-box .thesis-result-head .thesis-detail-btn::before {content: "\F285"; font-family: 'bootstrap-icons'; font-size: 28px; opacity: 0.34; display: flex; align-items: center; justify-content: center; margin-left: 2px; transition: all 0.2s ease-in-out;}

@media (max-width: 1024px) {
    .thesis-search {padding: 0 50px 0 20px;}
    .thesis-search .thesis-search-form fieldset {max-width: 780px;}
    .thesis-result .thesis-msg {font-size: 24px;}
    .thesis-result .thesis-msg i {font-size: 22px;}
    .thesis-result .thesis-sch-box {padding: 30px 30px;}
    .thesis-result .thesis-sch-box .thesis-result-head span {margin-right: 0; padding: 12px 24px;}
}
@media (max-width: 768px) {
    .thesis-search {padding: 0;}
    .thesis-search .thesis-search-form fieldset {padding-right: 15px; height: 80px; border-radius: 100px;}
    .thesis-search .thesis-search-form fieldset select {width: 140px; padding: 0 20px 0 30px;}
    .thesis-search .thesis-search-form fieldset .inpt {padding: 0;}
    .thesis-search .thesis-search-form fieldset .inpt span {display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 76px; font-size: 21px;}
    .thesis-search .thesis-search-form fieldset .thesis-search-btn {position: relative; right: -7px; top: 0; width: 60px; height: 60px; min-width: 60px; min-height: 60px; margin-left: 15px; box-shadow: none;}
    .thesis-search .thesis-search-form fieldset .thesis-search-btn::before {font-size: 24px;}

    .thesis-result .thesis-msg {font-size: 21px;}
    .thesis-result .thesis-msg i {font-size: 19px;}

    .thesis-result .thesis-sch-box .thesis-result-head .thesis-detail-btn {width: 50px; height: 50px; position: absolute; top: 20px; right: 20px;}
    .thesis-result .thesis-sch-box .thesis-result-head .thesis-detail-btn::before {font-size: 24px;}
    .thesis-result .thesis-sch-box .thesis-result-head { flex-flow: row wrap; }
    .thesis-result .thesis-sch-box .thesis-result-head span {padding: 10px 20px; margin-bottom: 10px; font-size: 17px; width: fit-content;}
    .thesis-result .thesis-sch-box .thesis-result-head div { width: 100%;}
    .thesis-result .thesis-sch-box .thesis-result-head div .keyword li {font-size: 17px;}
    .thesis-result .thesis-sch-box .thesis-result-head div a {font-size: 19px;}
    .thesis-result .thesis-sch-box .thesis-result-head div .author li {font-size: 17px;}
    .thesis-result .thesis-sch-box { padding: 20px; margin-bottom: 20px;}
}
@media (max-width: 500px) {
    .thesis-search {margin-bottom: 30px;}
    .thesis-search .thesis-search-form fieldset {height: 60px;}
    .thesis-search .thesis-search-form fieldset .inpt input {padding-left: 10px; padding-right: 0px; font-size: 18px !important;}
    .thesis-search .thesis-search-form fieldset .inpt span {font-size: 18px; line-height: 56px; padding-left: 10px;}
    .thesis-search .thesis-search-form fieldset select {padding: 0 0 0 25px; width: 100px; background: url(../images/common/ico-caret-down.svg) no-repeat calc(100% - 10px) center / 12px;}
    .thesis-search .thesis-search-form fieldset .thesis-search-btn {min-width: 45px; min-height: 45px; width: 45px; height: 45px; right: -10px;}
    .thesis-search .thesis-search-form fieldset .thesis-search-btn::before {font-size: 20px;}

    .thesis-result .thesis-msg {font-size: 19px; line-height: 1.4;}
    .thesis-result .thesis-sch-box {padding: 15px; margin-bottom: 15px;}
    .thesis-result .thesis-sch-box .thesis-result-head {gap: 10px;}
    .thesis-result .thesis-sch-box .thesis-result-head span {padding: 6px 15px;}
    .thesis-result .thesis-sch-box .thesis-result-head .thesis-detail-btn {top: 15px; right: 15px; width: 45px; height: 45px;}
  	.thesis-result .thesis-sch-box .thesis-result-head .thesis-detail-btn::before {font-size: 18px;}
}

/* 논문 리스트 상세 */
.thesis-detail-wrap {width: 100%; background-color: #fff; border-radius: 20px; overflow: hidden; margin-bottom: 50px;}
.thesis-detail-wrap .thesis {width: 100%; height: fit-content; background-color: #fff; border-radius: 20px 20px 0 0; overflow: hidden; border: 1px solid #dfdfdf; border-bottom: none;}
.thesis-detail-wrap .thesis .thesis-top {height: 200px; background-color: #222163; position: relative; z-index: 0;}
.thesis-detail-wrap .thesis .thesis-middle {height: 100%; padding: 0 30px;}

.thesis-detail {width: 100%; height: 100%; background-color: #fff; z-index: 1; margin-top: -140px; padding: 40px 30px; border-radius: 20px; position: relative; color: #575757; line-height: 1.4; word-break: keep-all;}
.thesis-detail .year {padding: 0 20px; line-height: 40px; border-radius: 20px; background-color: #f8f9fb; font-size: 18px; font-weight: bold; color: #222163; position: absolute; top:-20px; left: 30px;}
.thesis-detail .tit {margin-bottom: 20px; font-size: 24px;}
.thesis-detail .publish {margin-bottom: 20px; font-size: 18px;}
.thesis-detail .name {margin-bottom: 40px; font-size: 17px; max-width: 800px;}
.thesis-detail .tit span {font-weight: bold; color: #222; display: block;}
.thesis-detail .name span, .thesis-detail .publish span { font-weight: 500; color: #575757;}

.thesis-detail .thesis-info {width: 100%; border-radius: 20px; overflow: hidden; border: 1px solid #dfdfdf; color: #303030; margin-bottom: 20px;}
.thesis-detail .thesis-info .thesis-info-head {width: 100%; padding: 20px 40px; font-size: 21px; font-weight: bold; display: flex; align-items: center; background-color: #f8f9fb;}
.thesis-detail .thesis-info .thesis-info-head .thesis-info-btn {margin-left: auto;}
.thesis-detail .thesis-info .thesis-info-head .thesis-info-btn i {display: flex; align-items: center; justify-content: center; transition: all 0.2s ease-in-out;}
.thesis-detail .thesis-info .thesis-info-head i {font-size: 22px; display: flex; align-items: center; justify-content: center; margin-right: 5px;}
.thesis-detail .thesis-info .thesis-info-body {background-color: #fff; border-top: 1px solid #dfdfdf; font-size: 17px; font-weight: 500; padding: 20px 40px 0; line-height: 1.5; max-height: 100px; transition: max-height 0.3s ease-in-out; overflow: hidden; margin-bottom: 20px;}

.thesis-detail .thesis-info.active .thesis-info-btn i {transform: rotate(180deg);}
.thesis-detail .thesis-info.active .thesis-info-body {max-height: 300px; overflow: visible; overflow-y: scroll;}

.thesis-detail .information .thesis-info-body {max-height: 150px; overflow: visible; overflow-y: scroll;}
.thesis-detail .information.active .thesis-info-body {max-height: 500px; overflow: hidden;}

.thesis-detail .information .thesis-info-body dl {display: flex; margin-bottom: 10px; font-size: 17px;}
.thesis-detail .information .thesis-info-body dl dt {width: 200px; font-weight: 600;}
.thesis-detail .information .thesis-info-body dl dd {width: calc(100% - 200px); font-weight: 500; word-break: keep-all; overflow-wrap: break-word; white-space: normal; overflow: visible;}
.thesis-detail .information .thesis-info-body dl dd a {font-weight: 500; word-break: keep-all; overflow-wrap: break-word; white-space: normal; overflow: visible;}

.thesis-detail-wrap .thesis-bottom {background-color: #f8f9fb; padding: 20px 60px; border-radius: 0 0 20px 20px; border:1px solid #dfdfdf; border-top: none; display: flex; align-items: center; justify-content: space-between;}
.thesis-bottom .link {display: flex; gap: 40px;}
.thesis-bottom .link li {font-size: 17px; font-weight: 600; color: #414141; position: relative;}
.thesis-bottom .link li i {margin-right: 7px; color: #6083d9; font-size: 22px;}
.thesis-bottom .link li:not(:last-child)::before {content: ''; width: 1px; height: 12px; background-color: #a7a7a7; position: absolute; top: 50%; transform: translateY(-50%); right: -20px; cursor: auto;}

.thesis-bottom .link-btn {display: flex; gap: 10px;}
.thesis-bottom .link-btn span {display: none; opacity: 0; font-size: 17px; font-weight: 500;}
.thesis-bottom .link-btn .go-link, .thesis-bottom .link-btn .copy-link {display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 20px; transition: all 0.3s ease-in-out;}
.thesis-bottom .link-btn i {display: flex; align-items: center; justify-content: center; font-size: 18px; color: #414141;}
.thesis-bottom .link-btn .go-link {background-color: #fff; box-shadow: 0 2px 6px 2px rgba(33, 55, 107, 0.1);}
.thesis-bottom .link-btn .copy-link {background-color: #909092; color: #fff;}
.thesis-bottom .link-btn .copy-link i {color: #fff; font-size: 24px;}

.thesis-bottom .link-btn .go-link:hover, .thesis-bottom .link-btn .copy-link:hover {width: fit-content; padding: 0 15px;}
.thesis-bottom .link-btn .go-link:hover span, .thesis-bottom .link-btn .copy-link:hover span {display: block; opacity: 1; margin-left: 5px;}

@media (max-width: 850px) {
    .thesis-detail {padding: 35px 20px 30px;}
    .thesis-detail .year {line-height: 36px; border-radius: 18px; padding: 0 16px; top: -18px; left: 20px;}
    .thesis-detail .name {margin-bottom: 30px;}
    .thesis-detail-wrap .thesis .thesis-top {height: 180px;}
    .thesis-detail-wrap .thesis .thesis-middle {padding: 0 20px;}
    .thesis-detail-wrap .thesis-bottom {padding: 20px; flex-direction: column;}
    /* .thesis-bottom .link {margin-bottom: 20px;} */
    .thesis-detail .thesis-info .thesis-info-head {padding: 15px 20px;}
    .thesis-detail .thesis-info .thesis-info-body {padding: 15px 20px 0; margin-bottom: 20px; max-height: 95px;}
    .thesis-detail .information .thesis-info-body {max-height: 150px;}
    
    .thesis-detail .information .thesis-info-body dl dt {width: 160px; font-weight: 600;}
    .thesis-detail .information .thesis-info-body dl dd {width: calc(100% - 160px); font-weight: 500;}
}
@media (max-width: 768px) {
    .thesis-detail .tit {font-size: 20px;} 
    .thesis-detail .thesis-info .thesis-info-head {font-size: 18px;}
    .thesis-detail .thesis-info .thesis-info-head i {font-size: 17px;}
    .thesis-bottom .link li i {font-size: 19px;}
}
@media (max-width: 600px) {
    .thesis-detail {line-height: 1.3; padding: 30px 15px 15px;}
    .thesis-detail-wrap .thesis .thesis-middle {padding: 0;}

    .thesis-detail .thesis-info {margin-bottom: 10px;}
    .thesis-detail .thesis-info .thesis-info-body {display: none;}
    .thesis-detail .thesis-info.active .thesis-info-body {display: block; max-height: 280px; overflow: visible; overflow-y: scroll; padding: 15px;}
    
    .thesis-detail .information .thesis-info-body dl {flex-direction: column; margin-bottom: 20px;}
    .thesis-detail .information .thesis-info-body dl:last-child {margin-bottom: 0px;}
    .thesis-detail .information .thesis-info-body dl dt {width: auto;}
    .thesis-detail .information .thesis-info-body dl dd {width: auto;}

    .thesis-bottom .link {flex-wrap: wrap; gap: 10px 20px; align-items: center; justify-content: center;}
    .thesis-bottom .link li::before {display: none;}
}