@charset "utf-8";

.sub {padding: 60px 0 100px}
.sub.member {min-height: 100vh; background-color: var(--bg-light-gray); padding: 60px 0}
.sub.login {background-color: var(--bg-light-gray); padding: 130px 0 0 0}

@media (max-width: 1080px) {
	.sub{padding: 40px 0 80px}
}

@media (max-width: 768px) {
	.sub{padding: 40px 0}
}

@media (max-width: 480px) {
	.sub.s0102{padding: 20px 0}
}

@media (max-width: 320px) {
	.sub{padding: 30px 0}
}


#sub-visual {height: 250px; position: relative; overflow: hidden; margin: 130px 0 0 0}
#sub-visual::before {width: 100%; height: 100%; background: var(--black); opacity: .5; content: ''; position: absolute; top: 0; left: 0}
#sub-visual .title-box {text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%)}
#sub-visual .title-box span {color: var(--white); line-height: 1}
#sub-visual .title-box strong {font-size: 32px; color: var(--white); font-weight: 700; line-height: 1; margin-top: 10px; display: block}
#sub-visual .sub-visual-img {height: 100%; position: relative; overflow: hidden; z-index: -1}
#sub-visual .sub-visual-img img {width: 100vw; position: absolute; top: 30%; left: 50%; transform: translate(-50%,-50%); object-fit: cover}


@media (max-width: 1440px) {
	#sub-visual {height: 180px}
	#sub-visual .title-box strong {font-size: 24px}
}
@media (max-width: 1080px) {
	#sub-visual {height: 120px; margin: 70px 0 0 0}
	#sub-visual .title-box span {font-size: 12px}
	#sub-visual .title-box strong {font-size: 20px; margin-top: 5px}
}
@media (max-width: 768px) {
	#sub-visual {margin: 60px 0 0 0}
}
@media (max-width: 640px) {
	#sub-visual {height: auto; border-bottom: 1px solid #d6deea; padding: 20px 0}
	#sub-visual::before {content: none}
	#sub-visual .title-box {position: relative; top: auto; left: auto; transform: translate(0,0)}
	#sub-visual .title-box span {color: #626262}
	#sub-visual .title-box strong {color: var(--black)}
	#sub-visual .sub-visual-img {display: none}
}

.sub-nav {height: 64px; clear: both; background: var(--white); box-shadow: 0px 0px 10px -4px rgb(0,0,0,0.4); position: relative; z-index: 20}
.sub-nav .btn-home {width: 64px; height: 64px; background: #215dc2 url('/img/graduate/com/icon_home_white.svg') 50% 50% no-repeat; background-size: 28px; font-size: 0; display: block; float: left}

@media (max-width: 1080px) {
	.sub-nav {display: none}
}

.line-change {display: block}

h2 {font-size: 30px; font-weight: 600; color: var(--black); position: relative; padding-left: 20px; margin-bottom: 20px; display: inline-block}
h2::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 14px; height: 14px; border-radius: 50%; background: var(--white); border: 3px solid #215dc2;}
h3 {color: #215dc2; display: inline-block}
h3.s0202 {font-size:20px; color: #215dc2; display: inline-block}
h4 {color: var(--black)}

@media (max-width: 1080px) {
	h2 {font-size: 20px}
}

@media (max-width: 640px) {
	h2 {font-size: 16px; padding-left: 14px; margin-bottom: 12px}
	h2::before {width: 10px; height: 10px; border: 2px solid var(--blue)}	
}

p.basic-text {line-height: 30px; color: var(--light-gray)}

.s0203 p.basic-text {font-size:28px; line-height: 1.5; color: var(--light-gray); margin-bottom:20px;}
p.bg {position: relative; padding-left: 15px}
p.bg::before {width: 8px; height: 1px; background: var(--light-gray); content: ''; position: absolute; top: 13px; left: 0}
.cont-block {}
.info-text {float: right; margin-top: 10px}

@media (max-width: 1080px) {
	.info-text {font-size: 14px}
}
@media (max-width: 768px) {
	.info-text {font-size: 12px; margin-top: 4px}
}

@media(max-width:480px){
	p.bg::before {display:none;}
}

@media(max-width:320px){
	.s0203 p.basic-text{font-size:14px; line-height: 24px}
}

.guide-text {text-align: center}

.score {width: 120px; display: none}
.score.on {display: inline-block}
.score img {width: 100%}

/* 문자열 길이 초과시  ...으로 표시 */
.text-over {overflow:hidden; text-overflow:ellipsis;}

ul.cont-tab01 {overflow: hidden; display: flex; width: 100%; justify-content: center; margin-bottom: 40px}
ul.cont-tab01 li {width: 140px; height: 50px; background: var(--bg-light-gray); border: 1px solid var(--light-gray-line); transition: .4s; margin-right: 10px}
ul.cont-tab01 li:last-child {margin-right: 0}
ul.cont-tab01 li:hover {background: var(--bg-light-gray-hover)}
ul.cont-tab01 li a {height: 100%; font-size: 18px; display: flex; align-items: center; justify-content: center; text-decoration: none}
.tab-cont-box {display: none}
ul.cont-tab01 li.current {background-color: var(--green); border: none}
ul.cont-tab01 li.current a {color: var(--white)}
.tab-cont-box.current {display: block}

/* 0101-센터장 인사말 */
.s010101 {padding: 0; position: relative}
.s010101::after {width: 513px; height: 395px; background: url('/img/graduate/sub/img-s0101.png') no-repeat; content: ''; position: absolute; top: 0; right: 0}
.s010101 strong {font-size: 35px; font-weight: 300; color: var(--black); position: relative}
.s010101 strong::after {width: 60px; height: 1px; background: var(--black); content: ''; position: absolute; bottom: -40px; left: 0}
.s010101 strong span {font-weight: 500}
.s010101 p {width: 57%; font-size: 20px; line-height: 40px; margin: 75px 0 0}
.s010102 {width: 100%; display: inline-block; background: var(--bg-light-gray); padding: 40px 0; margin: 40px 0}
.s010102 ul li {width: 48%; height: 140px; display: inline-block; float: left; margin: 0 0 30px}
.s010102 ul li:nth-child(n+3) {height: 110px; margin-bottom: 0}
.s010102 ul li:nth-child(2n) {float: right}
.s010102 ul li strong {font-size: 20px; font-weight: 600; color: var(--white); background: var(--black); display: inline-block; padding: 4px; position: relative; margin: 0 0 15px}
.s010102 ul li strong::after {content: ''; display: block; clear: both}
.s010102 ul li p {width: 100%; font-size: 18px; line-height: 30px; color: var(--black); display: block}
.s010102 ul li p span {display: block; clear: both}
.s010103 p {font-size: 20px; line-height: 40px}
.s010103 span {display: block; clear: both}

@media (max-width: 1080px){
	.s010101::after{display:none}
	.s010101 p {width: 100%;}
}

@media (max-width: 768px){
	.s010101 strong {font-size: 30px;} 
	.s010101 strong::after {width: 50px; bottom: -30px;}
	.s010101 p {font-size: 18px; line-height: 36px; margin: 55px 0 0}
	.s010103 p {font-size: 18px; line-height: 36px}
}

@media (max-width: 640px){
	.s010101 strong {font-size: 26px;} 
	.s010101 strong::after {width: 40px; bottom: -25px;}
	.s010101 p {font-size: 16px; line-height: 32px; margin: 45px 0 0}
	.s010103 p {font-size: 16px; line-height: 32px}
}

@media (max-width: 480px){
	.s010101 strong {font-size: 20px;} 
	.s010101 strong::after {width: 35px; bottom: -20px;}
	.s010101 p {font-size: 14px; line-height: 24px; margin: 35px 0 0}
	.s010103 p {font-size: 14px; line-height: 24px}
}

/* s0102-비전 및 교육목표 */
.s0102 .img-box01 {text-align: center; background: var(--bg-light-gray); padding: 60px 0}
.s0102 .img-box01 img {width: 80%}
.s0102 .img-box02 {width: 100%; display: flex; align-items: flex-end; justify-content: space-btween; padding: 60px 0}
.s0102 .img-box02 .img-center {text-align: center}
.s0102 .img-box02 .img-center img {width: 75%}
.s0102 .img-box03 {text-align: center}
.s0102 .img-title {width: 100%; font-size: 16px; display: flex; justify-content: center}
.s0102 .img-box01 .pc-only {}
.s0102 .img-box01 .m-only {display: none;}

@media (max-width: 1080px){
	.s0102 .img-box01{margin-bottom: 0px !important}
	.s0102 .img-box01 img {margin-bottom: 0px !important}
}

@media (max-width: 640px){
	.s0102 .img-box01 {padding: 20px 0}
	.s0102 .img-box01 img {width: 90%}
}

@media (max-width: 480px){
	.s0102 .pc-only {display: none;}
	.s0102 .m-only {display: block !important;}
	.s0102 .img-box01 img {width: 100%}
}

@media (max-width: 320px){
	.s0102 .img-box01 {padding: 20px 0}
	.s0202 .inner h2 {font-size: 20px}
}


/* 0104-오시는길 */
.map-area {height: 550px; margin-bottom: 40px}
.map-area>div{width:100% !important; height:100%;}
.s0104 .block {display: block; clear: both}
.root_daum_roughmap {z-index: 0}

/* .map-info {width: 100%; display: inline-block; margin-top: 30px}
.map-info dl.info-box {width: 50%; font-size: 16px; display: flex; float: left; margin-bottom: 20px}
.map-info dl.info-box:nth-child(n+3) {margin-bottom: 0}
.map-info dl.info-box dt {width: 100px; font-weight: 500; color: var(--black)}
.map-info dl.info-box dd {flex: 1} */

@media (max-width: 1080px){
	.wrap_map{}
	.map-area {height: 500px;}
	.s0104 .pl20{padding-left:0 !important;}
	.s0104 .pl40{padding-left:0 !important;}
}
@media (max-width: 768px){
	.map-area {height: 400px; margin-bottom:30px}
}
@media (max-width: 480px){
	.map-area {height: 300px; margin-bottom:20px}
	.s0104 .basic-text{padding-left:0px}
	.s0104 h2{margin-bottom:10px !important;}
	
	.s0104 .basic-text{font-size:14px; line-height:1.8;}
}
@media (max-width: 320px){
	.map-area {height: 200px;}
}


/* 0201 */
/* .s0201 .img-box01 {text-align: center; background: var(--bg-light-gray); padding: 60px 0}
.s0201 .img-box01 img {width: 80%} */


/* 0202-모집요강 */
.s0202{font-size:20px}
.s0202 p.basic-text {font-size:20px; line-height: 1.5; color: var(--light-gray); margin-bottom:8px !important;}

@media(max-width:1080px){
	/* .s0202{font-size:22px}
	.s0202 p.basic-text {font-size:22px; line-height: 1.5; margin-bottom:10px;}
	.s0202 .inner h2 {font-size: 30px}
	.s0202 h3 {font-size:26px; color: #215dc2; display: inline-block} */
	
	.s0202{font-size:16px}
	.s0202 p.basic-text {font-size:16px; line-height: 1.5; margin-bottom:20px;}
	.s0202 .inner h2 {font-size: 20px}
	.s0202 h3 {font-size:16px; color: #215dc2; display: inline-block}
	.s0202 table{font-size:16px}
	.s0202 .btn-box.align-right{justify-content: center;}
	.s0202 .btn{padding:15px 20px; font-size:16px}	
	.s0202 .pl20{padding-left:0 !important;}
	.s0202 .pl40{padding-left:0 !important;}
}
@media(max-width:768px){
	
}
@media(max-width:640px){
	.s0202{font-size:16px}
	.s0202 .btn{text-align:center;}
}
@media(max-width:480px){
	.s0202{font-size:14px;}
	.s0202 p.basic-text{font-size:14px;}
	.s0202 .btn-box {flex-direction: column;}
	.s0202 .btn-box a{margin-right: 0px;}
	.s0202 table{font-size:14px}
	.s0202 .btn{margin-top:10px; font-size:14px}
	.s0202 p.bg{padding-left: 0px}
}
@media(max-width:320px){
	.s0202 h3 {font-size:16px;}
	.s0202 .mb20{margin-bottom:10px !important;}
	.s0202 .mb10{margin-bottom:4px !important;}
}

/* 0204*/
/* .s0204 .s020403 {width: 100%; display: inline-block; background: var(--bg-light-gray); padding: 20px}
.s0204 .s020403 .box-img {float: left}
.s0204 .s020403 .box-img > img {max-width: 100%; max-height: 16rem}
.s0204 .s020403 .box-text {float: left} */

/* 0203 - 지원제도 */
ul.tab-list {width: 100%; display: flex; overflow: hidden}
ul.tab-list li {width: 100%; height: 60px}
ul.tab-list li a {width: 100%; height: 100%; font-size: 20px; background-color: #fff; border: 1px solid var(--light-gray-line); display: flex; align-items: center; justify-content: center; transition: .4s; -webkit-transition: .4s}
ul.tab-list li:first-child a,
ul.tab-list li:nth-child(2) a {border-width: 1px 0 1px 1px}
ul.tab-list li a:hover {background-color: #f7f7f7}
ul.tab-list li.active a {font-weight: 600; color: #fff; background-color: #215dc2}
.tabcontent {display: none}
.tabcontent.active {display: block}
.s0203{font-size:20px}
.s0203 p.basic-text {font-size:20px; line-height: 1.5; color: var(--light-gray); margin-bottom:20px;}
.s0203 table{font-size:20px}
.s0203 .btn.blue{padding:25px 30px}
.s0203 .pl20{padding-left: 0px !important;}

@media(max-width:1080px){
	.s0203{font-size:16px}
	.s0203 p.basic-text {font-size:16px; line-height: 1.5; margin-bottom:10px;}
	.s0203 .inner h2 {font-size: 20px}
	.s0203 h3 {font-size:16px; color: #215dc2; display: inline-block}
	.s0203 table{font-size:16px}
	.s0203 .btn-box.align-right{justify-content: center;}
	.s0203 .btn.blue{padding:15px 20px; font-size:16px}
	.s0203 .pl20{padding-left:0 !important;}
}
@media(max-width:768px){
	ul.tab-list li a{font-size: 16px; text-align:center;}
	ul.tab-list li a {flex-direction: column}
}
@media(max-width:640px){
	.s0203 .inner h2 {font-size: 16px}
}
@media(max-width:480px){
	ul.tab-list li a{font-size: 12px;}
	.s0203{font-size:14px;}
	ul.tab-list{margin-bottom:20px !important;}
	.s0203 p.basic-text{font-size:14px;}
	.s0203 table{font-size:14px}
	.s0203 .mb20{margin-bottom:10px !important;}
	.s0203 .mb10{margin-bottom:4px !important;}
}
@media(max-width:360px){
	ul.tab-list li {height: 50px}
	.btn.s0203{height:50px;}
	.s0203 h3 {font-size:18px;}
	.s0203 .btn.blue{padding:10px; font-size:14px}
	.s0202 .btn{padding:10px; font-size:12px}
}


/* 0402-Q&A */
.s0402 ul.tab-list li:nth-child(3) a {border-width: 1px 0 1px 1px}
.s0402 ul.tab-list li:nth-child(4) a {border-width: 1px 0 1px 1px}

/* 0301*/
/* .s0301 .img-box01 {text-align: center; background: var(--bg-light-gray); padding: 60px 0}
.s0301 .img-box01 img {width: 65%}
 */
/* s0304*/
/* .s0304 h2 {font-size: 40px}
.s0304 h3,
.s0304 table {font-size: 26px}
.s0304 a {height: 60px; font-size: 26px; padding: 0 40px}
.s0304 p {font-size: 26px; line-height: 40px}
.s0304 .mb20 {margin-bottom: 40px !important} */

/*s0305*/
/* .s0305 ul.cont-list {width: 1000px; display: flex; justify-content: space-between; margin: 0 auto}
.s0305 ul.cont-list li.cont-item {width: calc((100% / 3) - (80px / 3)); height: 360px; background-color: var(--bg-light-gray); border: 1px solid #007a33; display: flex; flex-direction: column; align-items: center; transition: .4s; -webkit-transition: .4s; padding-top: 150px}
.s0305 ul.cont-list li.cont-item strong {font-size: 24px; text-align: center; margin: 0 0 70px; position: relative}
.s0305 ul.cont-list li.cont-item strong::after {width: 100px; height: 84px; background: url('/img/lms/sub/icon-s0305.svg') no-repeat; background-size: contain; content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%)}
.s0305 ul.cont-list li.cont-item strong span {font-size: 32px; color: var(--green); display: block} */

/*s0610*/
/* .s0610 ul.cont-list {width: 1000px; display: flex; justify-content: space-between; margin: 0 auto}
.s0610 ul.cont-list li.cont-item {width: calc((100% / 3) - (80px / 3)); height: 360px; background-color: var(--bg-light-gray); border: 1px solid #007a33; display: flex; flex-direction: column; align-items: center; transition: .4s; -webkit-transition: .4s; padding-top: 150px}
.s0610 ul.cont-list li.cont-item strong {font-size: 24px; text-align: center; margin: 0 0 70px; position: relative}
.s0610 ul.cont-list li.cont-item strong::after {width: 100px; height: 84px; background: url('/img/lms/sub/icon-s0610.svg') no-repeat; background-size: contain; content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%)}
.s0610 ul.cont-list li.cont-item strong span {font-size: 32px; color: var(--green); display: block} */

/* 0202-교수진소개 */
ul.professor-list {width: 100%; display: block; margin-bottom: 20px}
ul.professor-list li.professor-item {width: 100%; min-height: 300px; border-top: 1px solid var(--black); display: inline-block; position: relative; margin: 0 0 30px}
ul.professor-list li.professor-item:last-child {margin: 0}
ul.professor-list li.professor-item .professor-img {width: 240px; height: 280px; background: var(--white) url('/img/lms/sub/lecturer-img-none.svg') 50% 50% no-repeat; background-size: 80%; border: 1px solid var(--light-gray-line); overflow: hidden; position: absolute; top: 20px; left: 20px}
ul.professor-list li.professor-item .professor-img img {width: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%)}
ul.professor-list li.professor-item .top-box {background: var(--bg-light-gray); padding: 30px 20px 20px 290px; margin: 0 0 20px}
ul.professor-list li.professor-item .top-box strong.info01 {font-size: 20px; font-weight: 500; color: var(--black); display: block; margin: 0 0 15px}
ul.professor-list li.professor-item .top-box strong.info01 span.name {font-size: 25px; font-weight: 600; margin-left: 5px}
ul.professor-list li.professor-item .top-box .info02 {color: var(--black); display: block; white-space: pre}
ul.professor-list li.professor-item .info03 {width: 100%; display: block; clear: both; line-height: 35px; padding: 0 0 0 290px}
ul.professor-list li.professor-item .info03 dl {width: 100%; display: flex}
ul.professor-list li.professor-item .info03 dl dt {width: 80px; display: inline-block; float: left; font-weight: 500; color: var(--black)}
ul.professor-list li.professor-item .info03 dl dd {flex: 1; position: relative; display: inline-block; float: left}
ul.professor-list li.professor-item .info03 dl dd::after {content: ''; display: block; clear: both}
/* ul.professor-list li.professor-item::before {width: 100%; height: 130px; background: var(--bg-light-gray); content: ''; position: absolute; top: 0; left: 0; z-index: -1}
ul.professor-list li.professor-item .professor-img {width: 240px; height: 280px; background: var(--white) url('/img/lms/sub/lecturer-img-none.svg') 50% 50% no-repeat; background-size: 80%; border: 1px solid var(--light-gray-line); overflow: hidden; position: relative; float: left}
ul.professor-list li.professor-item .professor-img img {width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover}
ul.professor-list li.professor-item .professor-info {padding: 10px 0 0 30px; float: left}
ul.professor-list li.professor-item .professor-info strong.info01 {font-size: 20px; font-weight: 500; color: var(--black); display: block}
ul.professor-list li.professor-item .professor-info strong.info01 span.name {font-size: 25px; font-weight: 700; margin-left: 5px}
ul.professor-list li.professor-item .professor-info .info02 {font-size: 18px; color: var(--black); display: block; margin-top: 15px}
ul.professor-list li.professor-item .professor-info dl.info03 {display: inline-block; clear: both; line-height: 35px; margin-top: 40px}
ul.professor-list li.professor-item .professor-info dl.info03 dt {width: 80px; display: inline-block; float: left; font-weight: 500; color: var(--black); clear: both}
ul.professor-list li.professor-item .professor-info dl.info03 dd {flex: 1; position: relative; display: inline-block; float: left}
ul.professor-list li.professor-item .professor-info dl.info03 dd::after {content: ''; display: block; clear: both} */

.tab-area {width: 100%; position: relative; top: -50px; clear: both}
.tab__button-section {position: relative; z-index: 2; display: flex}
.tab__button-section:after {content: ""; display: block; clear: both}
.tab__button {cursor: pointer; position: relative; left: 100%; transform: translateX(-100%); transition: all .4s}
.tab__button:after {width: 14px; height: 8px; background: url('/img/lms/com/arw-white-btm.svg') no-repeat; background-size: 14px; content: ''; display: inline-block; margin-left: .75rem}
.tab__button:hover:after {background-image: url('/img/lms/com/arw-green-btm.svg')}
.tab__button.tab__button--open:before {content:""}
.tab__button.tab__button--open:after {width: 14px; height: 8px; background: url('/img/lms/com/arw-white-btm.svg') no-repeat; background-size: 14px; content: ''; display: inline-block; margin-left: .75rem; transform: rotate(180deg)}
.tab__button.tab__button--open:hover:after {background-image: url('/img/lms/com/arw-green-btm.svg')}
.tab__cont-section {display: none; height: auto; background: var(--white); border-bottom: 1px solid var(--light-gray-line); position: relative; top: 100%; left: 0; overflow: hidden; transition: all .4s}
.tab__cont {display: block; padding: 20px}
.tab__cont strong.his-title {width: 100%; font-size: 20px; font-weight: 500; color: var(--black); display: block; position: relative; padding-left: 10px; margin-bottom: 10px}
.tab__cont strong.his-title::before {width: 4px; height: 4px; background: var(--green); content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%)}
.tab__cont ul.his-list {padding-left: 10px; margin-bottom: 20px}
.tab__cont ul.his-list:last-child {margin-bottom: 0}
.tab__cont ul.his-list li.his-item {position: relative; line-height: 2}


@media (max-width:1080px){
	ul.professor-list li.professor-item .top-box strong.info01 {margin: 0 0 0px}
	ul.professor-list li.professor-item .professor-img {width: 200px; height: 240px; background-size: 70%;}
	ul.professor-list li.professor-item .top-box {padding: 30px 20px 30px 250px; margin: 0 0 10px}
	ul.professor-list li.professor-item .info03 {padding: 0 0 0 250px}
	
}

@media (max-width:768px){
	ul.professor-list li.professor-item{min-height:auto;}
	ul.professor-list li.professor-item .professor-img {width: 160px; height: 200px; background-size: 60%;}
	ul.professor-list li.professor-item .top-box {padding: 20px 20px 20px 210px;  margin: 0 0 10px}
	ul.professor-list li.professor-item .top-box strong.info01 span.name {font-size: 22px;}
	ul.professor-list li.professor-item .top-box strong.info01 {font-size: 18px;}
	ul.professor-list li.professor-item .info03 {line-height: 34px; padding: 0 0 0 210px}
}

@media (max-width:480px){
	ul.professor-list{display:inline-block; vertical-align:middle; font-size:0;}
	ul.professor-list li.professor-item{width:calc((100% - 20px) / 2); border-top:none; margin-right:20px}
	ul.professor-list li.professor-item:nth-child(2n){margin-right:0px}
	ul.professor-list li.professor-item .professor-img{width: 100%; padding-top: calc(100% * 1.2); position: relative; overflow: hidden; left:0px; top:0px;}
	ul.professor-list li.professor-item .professor-img img{width: 100%;max-width: none;height: auto;font-size: 0;display: inline-block;position: absolute;top: 50%;left: 50%; transform: translate(-50%, -50%);z-index: 10; padding-top: 0 !important;transition: .4s;}
	ul.professor-list li.professor-item .top-box {background:none; padding: 10px 0;  margin:0;}
	ul.professor-list li.professor-item .top-box strong.info01{font-size:16px; margin:0;}
	ul.professor-list li.professor-item .top-box strong.info01 span.name{font-size: 20px; padding:0px; margin-left: 0px;}
	ul.professor-list li.professor-item .info03 {line-height: 34px; padding: 0 0 0 0px; border: 1px solid var(--light-gray-line02);}
	ul.professor-list li.professor-item .info03 dl{border-bottom:1px solid var(--light-gray-line02); font-size:12px}
	ul.professor-list li.professor-item .info03 dl:last-child{border-bottom:none}
	ul.professor-list li.professor-item .info03 dl dt{width:60px; padding:0 0 0 10px;}
	ul.professor-list li.professor-item .info03 dl dd{width:clac(100% - 60px); padding:0 0 0 10px;}
	ul.professor-list li.professor-item .info03 dl dt:first-child{background: var(--bg-light-gray);}
}

@media (max-width:410px){
	ul.professor-list li.professor-item{width:100%; margin-right:0px}
	ul.professor-list li.professor-item .professor-img{width: 60%; padding-top: calc(100% * 0.4); position: relative; overflow: hidden; left: 0px; top: 0px; margin: 0 auto;}
	ul.professor-list li.professor-item .top-box strong.info01{display: block; font-size:16px; width:100%; text-align:center;}
}





/* 0000-온라인강좌상세 */
.lecture-info {width: 100%; display: flex; justify-content: space-between}
.lecture-info-left {width: 1030px; position: relative}
strong.lecture-title {width: 100%; font-size: 35px; color: var(--black); margin-bottom: 20px; display: block}
strong.lecture-title.hide {white-space: normal; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; visibility: visible}
strong.lecture-sub-title {width: 100%; font-size: 26px; color: var(--black); margin-bottom: 60px; display: block}
.lecture-thumb {width: 100%; display: flex; justify-content: center; margin-bottom: 40px}
.lecture-video-area {width: 100%; background: var(--bg-light-gray); display: flex; justify-content: center; padding: 60px 0; margin-bottom: 60px}
/* 강좌소개 */
.lecture-intro {margin-bottom: 40px}
.lecture-intro h3.lecture-cont-title {font-size: 20px; color: var(--black); display: block; border-bottom: 1px solid var(--light-gray-line); margin-bottom: 15px; padding-bottom: 15px}
.lecture-intro p {line-height: 30px}
/* 탭 */
ul.lecture-cont-tab {width: 100%; border: 1px solid var(--light-gray-line); display: flex; overflow: hidden; margin-bottom: 40px}
ul.lecture-cont-tab li {width: 100%; height: 80px}
ul.lecture-cont-tab li a {height: 100%; font-size: 18px; font-weight: 600; background: var(--bg-light-gray); display: flex; position: relative; align-items: center; justify-content: center; text-decoration: none; transition:all 0.4s; cursor: pointer}
ul.lecture-cont-tab li a:hover {background: var(--bg-light-gray-hover)}
ul.lecture-cont-tab li a::after {width: 2px; height: 15px; background: var(--light-gray-line); content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%);}
ul.lecture-cont-tab li:last-child a::after {content: none}
ul.lecture-cont-tab li.current a {color: var(--white); background-color: var(--green)}
ul.lecture-cont-tab li.current a::after {content: none}
.lecture-cont-area {display: none}
.lecture-cont-area.current {display: block}
/* 강좌목록 */
.lecture-cont-area ul.lecture-list {display: block; border-top: 1px solid var(--black); margin-bottom: 40px}
.lecture-cont-area ul.lecture-list li {width: 100%; height: 75px; font-size: 18px; border-bottom: 1px solid var(--light-gray-line); display: flex; align-items: center; justify-content: space-between}
.lecture-cont-area ul.lecture-list li .list-title {width: 650px; color: var(--black); display: flex; align-items: center}
.lecture-cont-area ul.lecture-list li .list-right {display: flex; align-items: center}
.lecture-cont-area ul.lecture-list li .gap {margin-right: 15px}
.lecture-cont-area ul.lecture-list li a.watch {font-size: 16px; height: 40px; border-radius: 20px; padding: 0 15px}
.lecture-cont-area ul.lecture-list li.null {justify-content: center}
/* 강사소개 */
.lecture-cont-area ul.lecturer-list li {width: 100%; border-top: 1px solid var(--black); display: inline-block; position: relative; margin: 0 0 30px}
/* .lecture-cont-area ul.lecturer-list li::before {width: 100%; height: 150px; background: var(--bg-light-gray); content: ''; position: absolute; top: 0; left: 0; z-index: -1} */
.lecture-cont-area ul.lecturer-list li:last-child {margin: 0}
.lecture-cont-area ul.lecturer-list li .lecturer-img {width: 240px; height: 280px; background: var(--white) url('/img/lms/sub/lecturer-img-none.svg') 50% 50% no-repeat; background-size: 80%; border: 1px solid var(--light-gray-line); overflow: hidden; position: absolute; top: 20px; left: 20px}
.lecture-cont-area ul.lecturer-list li .lecturer-img img {width: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%)}
.lecture-cont-area ul.lecturer-list li .top-box {background: var(--bg-light-gray); padding: 30px 20px 20px 290px; margin: 0 0 20px}
.lecture-cont-area ul.lecturer-list li .top-box strong.info01 {font-size: 20px; font-weight: 500; color: var(--black); display: block; margin: 0 0 15px}
.lecture-cont-area ul.lecturer-list li .top-box strong.info01 span.name {font-size: 25px; font-weight: 600; margin-left: 5px}
.lecture-cont-area ul.lecturer-list li .top-box .info02 {color: var(--black); display: block; white-space: pre}
.lecture-cont-area ul.lecturer-list li .info03 {display: block; clear: both; line-height: 30px; white-space: pre; padding: 0 0 0 290px}
/* .lecture-cont-area ul.lecturer-list li .lecturer-img {width: 240px; height: 280px; background: var(--white) url('/img/lms/sub/lecturer-img-none.svg') 50% 50% no-repeat; background-size: 80%; border: 1px solid var(--light-gray-line); overflow: hidden; position: relative}
.lecture-cont-area ul.lecturer-list li .lecturer-img img {width: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%)}
.lecture-cont-area ul.lecturer-list li .lecturer-info {padding: 10px 0 0 30px}
.lecture-cont-area ul.lecturer-list li .lecturer-info strong.info01 {font-size: 20px; font-weight: 500; color: var(--black); display: block}
.lecture-cont-area ul.lecturer-list li .lecturer-info strong.info01 span.name {font-size: 25px; font-weight: 600; margin-left: 5px}
.lecture-cont-area ul.lecturer-list li .lecturer-info .info02 {font-size: 18px; color: var(--black); display: block; margin-top: 15px; white-space:pre;}
.lecture-cont-area ul.lecturer-list li .lecturer-info .info03 {display: block; clear: both; line-height: 30px; margin-top: 45px; white-space:pre} */
/* 수강후기 */
.lecture-cont-area .post {background: var(--white); border: 1px solid var(--light-gray-line)}
.lecture-cont-area .post .post-top {height: 70px; font-size: 18px; color: var(--black); border-bottom: 1px solid var(--light-gray-line); display: flex; align-items: center; padding-left: 25px}
.lecture-cont-area .post .post-top .score-choice {height: 100%; display: flex; align-items: center; margin-left: 25px}
.lecture-cont-area .post .post-top .score-choice a {width: 25px; height: 25px; font-size: 0; background: url('/img/lms/sub/star_none.svg') no-repeat; background-size: 25px}
.lecture-cont-area .post .post-top .score-choice a.on {background-image: url('/img/lms/sub/star_on.svg')}
.lecture-cont-area .post .post-btm {width: 100%; display: flex; align-items: center}
.lecture-cont-area .post .post-btm textarea {width: 885px; height: 180px; font-weight: 300; border: none; border-radius: 0 0 10px 10px; padding: 25px}
.lecture-cont-area .post .post-btm .submit {width: 120px; height: 130px; color: var(--black); background: #d6deea; border: none; display: flex; justify-content: center}
.lecture-cont-area .post-list {margin-top: 30px}
.lecture-cont-area .post-list .list-info {width: 100%; font-size: 20px; display: block; margin-bottom: 20px}
.lecture-cont-area .post-list .reply-user {background: var(--white); border: 1px solid var(--light-gray-line); margin-bottom: 20px}
.lecture-cont-area .post-list .reply-user:last-child {margin-bottom: 0}
.lecture-cont-area .post-list .reply-user .reply-top {height: 70px; font-size: 18px; border-bottom: 1px solid var(--light-gray-line); display: flex; align-items: center; justify-content: space-between; padding: 0 25px}
.lecture-cont-area .post-list .reply-user .reply-top .user-name {font-size: 18px; color: var(--black); display: inline-block; position: relative; padding-right: 15px}
.lecture-cont-area .post-list .reply-user .reply-top .user-name::after {width: 2px; height: 10px; background: var(--light-gray-line); content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%)}
.lecture-cont-area .post-list .reply-user .reply-top .reply-date {font-size: 18px; font-weight: 200; display: inline-block; margin-left: 15px}
.lecture-cont-area .post-list .reply-user .reply-top .score {width: 150px; height: 25px; display: none}
.lecture-cont-area .post-list .reply-user .reply-top .score.on {display: inline-block}
.lecture-cont-area .post-list .reply-user .reply-top .score img {width: 100%}
.lecture-cont-area .post-list .reply-user .reply-bottom {width: 100%; font-size: 16px; display: inline-block; padding: 20px 25px; line-height: 25px}
.lecture-cont-area .post-list .reply-user .reply-bottom textarea {width: 100%; height: 120px; font-weight: 300; border: none; padding: 0}
/* 강좌정보 */
.lecture-info-right {width: 320px; position: relative}
.lecture-info-right .right-top {border: 1px solid var(--light-gray-line); position: relative; overflow: hidden; margin-bottom: 20px}
.lecture-info-right .right-top strong {width: 100%; height: 80px; font-size: 25px; color: var(--black); background: var(--bg-light-gray); display: flex; align-items: center; justify-content: center}
.lecture-info-right .right-top .info-box {width: 100%; display: inline-block; padding: 25px 20px}
.lecture-info-right .right-top .info-box dl.info-list {width: 100%; display: flex; align-items: center; margin-bottom: 20px}
.lecture-info-right .right-top .info-box dl.info-list:last-child {margin-bottom: 0}
.lecture-info-right .right-top .info-box dl.info-list dt {width: 85px; color: var(--black)}
.lecture-info-right .right-top .info-box dl.info-list dd {width: calc(100% - 85px); display: flex}
.lecture-info-right .right-top .info-box dl.info-list dd .score {width: 113px; height: 22px; display: none}
.lecture-info-right .right-top .info-box dl.info-list dd .score.on {display: inline-block}
.lecture-info-right .right-top .info-box dl.info-list dd .score img {width: 100%}
.lecture-info-right .right-top .info-box dl.info-list dd .score-data {font-weight: 700; color: #f05151; margin-left: 5px}
.lecture-info-right .btn-box {width: 100%; display: flex; justify-content: space-between}
.lecture-info-right .btn-box .btn-list {width: 40%; height: 60px; font-size: 18px; color: var(--black); background: var(--bg-light-gray); border: 1px solid var(--light-gray-line); display: flex; align-items: center; justify-content: center; transition: .4s}
.lecture-info-right .btn-box .btn-list:hover {background: var(--bg-light-gray-hover)}
.lecture-info-right .btn-box .btn-app {width: 55%; height: 60px; font-size: 18px; color: var(--white); background: var(--green); padding: 0 30px; position: relative; display: flex; align-items: center}
.lecture-info-right .btn-box .btn-app::after {width: 25px; height: 14px; background: url('/img/lms/com/icon_arw_white.svg') no-repeat; background-size: 25px; content: ''; position: absolute; top: 50%; right: 30px; transform: translateY(-50%); transition: .4s}
.lecture-info-right .btn-box .btn-app:hover::after {right: 20px}
.lecture-info-right .btn-box .btn-app1 {width: 55%; height: 60px; font-size: 18px; color: var(--white); background: var(--green); padding: 0 60px; position: relative; display: flex; align-items: center}




/* 0901-사이트맵 */
.sitemap {background: var(--bg-light-gray); padding: 100px 0;}
.sitemap strong {width: 100%; font-size: 50px; font-weight: 300; color: var(--black); border-bottom: 1px solid var(--light-gray-line02); display: flex; justify-content: center; padding-bottom: 50px}
.sitemap .bundle-site {width: 100%; margin-top: 40px;}
.sitemap .bundle-site ul.menu-list {width: 20%; height:220px; display: inline-block; vertical-align:middle; text-align: center; margin:-4px;}
.sitemap .bundle-site ul.menu-list li{width:100%; text-align: center;}
.sitemap .bundle-site ul.menu-list li a {height: 40px; line-height: 40px; display: inline-block; padding: 0 10px; position: relative; transition: .4s}
.sitemap .bundle-site ul.menu-list li a.top {font-size: 25px; color: var(--black); margin-bottom: 15px; padding: 0}
.sitemap .bundle-site ul.menu-list li a::after {width: 0; height: 1px; background: var(--black); content: ''; position: absolute; bottom: 0; left: 0; transition: .4s}
.sitemap .bundle-site ul.menu-list li a.top::after {height: 2px; background-color: var(--blue)}
.sitemap .bundle-site ul.menu-list:hover li a.top {color: var(--blue)}
.sitemap .bundle-site ul.menu-list:hover li a.top::after {width: 100%}
.sitemap .bundle-site ul.menu-list li a:hover {color: var(--black)}
.sitemap .bundle-site ul.menu-list li a:hover::after {width: 100%}

@media (max-width:1080px){
	.sitemap {padding: 30px 0;}
	.sitemap .bundle-site ul.menu-list{width: calc(100% / 3); margin-bottom:30px;}
	.sitemap .bundle-site ul.menu-list:nth-child(n+4){margin-bottom:0;}
	.sitemap .bundle-site ul.menu-list li a.top {font-size: 22px;}
	.sitemap .bundle-site ul.menu-list li a{font-size: 14px;}
}
@media (max-width:640px){
	.sitemap strong{display:none;}
	.sitemap .bundle-site {margin-top: 0px;}
	.sitemap .bundle-site ul.menu-list{width: calc(100% / 2); margin-bottom:30px;}
	.sitemap .bundle-site ul.menu-list:nth-child(n+4){margin-bottom:30px;}
	.sitemap .bundle-site ul.menu-list:nth-child(5){margin-bottom:0;}
	.sitemap .bundle-site ul.menu-list li a.top {font-size: 22px;}
	.sitemap .bundle-site ul.menu-list li a{font-size: 14px;}
}

@media (max-width:420px){
	.sitemap .bundle-site ul.menu-list{width: 100%; height:auto; margin-bottom:30px;}
	.sitemap .bundle-site ul.menu-list:nth-child(n+4){margin-bottom:30px;}
	.sitemap .bundle-site ul.menu-list:nth-child(5){margin-bottom:0;}
	.sitemap .bundle-site ul.menu-list li a.top {font-size: 22px;}
	.sitemap .bundle-site ul.menu-list li a{font-size: 14px;}
}



/* 증명서 발급 */
.certificate {width: 792px; height: 1110px; font-size: 18px; font-weight: 500; color: var(--black); letter-spacing: 0; background: url('/img/lms/sub/certificate_bg3.png'); position: relative; margin: 20px auto;-webkit-print-color-adjust: exact;}
/* .certificate #certificateNum {position: absolute; top: 135px; left: 90px} */
.certificate .certificateNum {position: absolute; top: 135px; left: 90px}
.certificate .info {position: absolute; top: 350px; left: 90px}
.certificate .info .info-item {line-height: 1; margin-bottom: 20px; display: block}
.certificate .info .info-item:last-child {margin-bottom: 0}
.certificate .info .info-item label {width: 80px; display: flex; justify-content: space-between; float: left; margin-right: 20px}
.certificate .info .info-item span {font-weight: 900}
/* .certificate #content {width: 100%; display: block; text-align: center; position: absolute; top: 570px; font-size: 32px; font-weight: 700; line-height: 50px} */
.certificate #content {width: 77%; display: block; text-align: center; position: absolute; top: 570px; left:90px; font-size: 32px; font-weight: 700; line-height: 50px}
.certificate #today {width: 100%; display: block; text-align: center; position: absolute; top: 750px; font-size: 20px}
.certificate .logo {width: 350px; position: absolute; top: 850px; left: 50%; transform: translateX(-50%)}
.certificate .ceo {width: 100%; display: block; text-align: center; position: absolute; top: 950px}
.certificate .ceo span {font-size: 30px; font-weight: 700; padding: 0 20px}
.certificate .bottom {width: 80%; height: 122px; display: flex; align-items: center; position: absolute; top: 900px; left: 50%; transform: translateX(-50%)}
.certificate .bottom div {width: 50%; height: 100%; font-size: 24px; font-weight: 600; letter-spacing: -0.05em; display: flex; align-items: center; justify-content: center; position: relative}
.certificate .bottom div::after {width: 119px; height: 122px; background: url('/img/lms/sub/certificate-stamp.png') no-repeat; content: ''; position: absolute; top: 0; left: 60%; z-index: -1}
.certificate .bottom div+div::after {width: 119px; height: 122px; background: url('/img/lms/sub/certificate-stamp2.png') no-repeat; content: ''; position: absolute; top: 0; left: 60%; z-index: -1}
/* .certificate .bottom div+div::after {content: none} */

.crtf {width: 792px; height: 1110px; font-size: 18px; font-weight: 500; color: var(--black); letter-spacing: 0; background: url('/img/lms/sub/certificate_bg_crtf.png'); position: relative; margin: 20px auto;-webkit-print-color-adjust: exact;}
/* .crtf #certificateNum {position: absolute; top: 135px; left: 90px} */
.crtf .crtfNum {position: absolute; top: 135px; left: 90px}
.crtf .info {position: absolute; top: 350px; left: 90px}
.crtf .info .info-item {line-height: 1; margin-bottom: 20px; display: block}
.crtf .info .info-item:last-child {margin-bottom: 0}
.crtf .info .info-item label {width: 80px; display: flex; justify-content: space-between; float: left; margin-right: 20px}
.crtf .info .info-item span {font-weight: 900}
/* .crtf #content {width: 100%; display: block; text-align: center; position: absolute; top: 570px; font-size: 32px; font-weight: 700; line-height: 50px} */
.crtf #crtfContent {width: 77%; display: block; text-align: center; position: absolute; top: 570px; left:90px; font-size: 32px; font-weight: 700; line-height: 50px}
.crtf #crtfToday {width: 100%; display: block; text-align: center; position: absolute; top: 750px; font-size: 20px}
.crtf .logo {width: 350px; position: absolute; top: 850px; left: 50%; transform: translateX(-50%)}
.crtf .ceo {width: 100%; display: block; text-align: center; position: absolute; top: 950px}
.crtf .ceo span {font-size: 30px; font-weight: 700; padding: 0 20px}
.crtf .bottom {width: 80%; height: 122px; display: flex; align-items: center; position: absolute; top: 900px; left: 50%; transform: translateX(-50%)}
.crtf .bottom div {width: 50%; height: 100%; font-size: 24px; font-weight: 600; letter-spacing: -0.05em; display: flex; align-items: center; justify-content: center; position: relative}
.crtf .bottom div::after {width: 119px; height: 122px; background: url('/img/lms/sub/certificate-stamp.png') no-repeat; content: ''; position: absolute; top: 0; left: 60%; z-index: -1}
.crtf .bottom div+div::after {width: 119px; height: 122px; background: url('/img/lms/sub/certificate-stamp2.png') no-repeat; content: ''; position: absolute; top: 0; left: 60%; z-index: -1}
/* .crtf .bottom div+div::after {content: none} */



.ctfhv {width: 792px; height: 1110px; font-size: 18px; font-weight: 500; color: var(--black); letter-spacing: 0; background: url('/img/lms/sub/certificate_bg_ctfhv.png'); position: relative; margin: 20px auto;-webkit-print-color-adjust: exact;}
/* .ctfhv #certificateNum {position: absolute; top: 135px; left: 90px} */
.ctfhv .ctfhvNum {position: absolute; top: 135px; left: 90px}
.ctfhv .info {position: absolute; top: 350px; left: 90px}
.ctfhv .info .info-item {line-height: 1; margin-bottom: 20px; display: block}
.ctfhv .info .info-item:last-child {margin-bottom: 0}
.ctfhv .info .info-item label {width: 80px; display: flex; justify-content: space-between; float: left; margin-right: 20px}
.ctfhv .info .info-item span {font-weight: 900}
/* .ctfhv #content {width: 100%; display: block; text-align: center; position: absolute; top: 570px; font-size: 32px; font-weight: 700; line-height: 50px} */
.ctfhv #ctfhvContent {width: 77%; display: block; text-align: center; position: absolute; top: 570px; left:90px; font-size: 32px; font-weight: 700; line-height: 50px}
.ctfhv #ctfhvToday {width: 100%; display: block; text-align: center; position: absolute; top: 750px; font-size: 20px}
.ctfhv .logo {width: 350px; position: absolute; top: 850px; left: 50%; transform: translateX(-50%)}
.ctfhv .ceo {width: 100%; display: block; text-align: center; position: absolute; top: 950px}
.ctfhv .ceo span {font-size: 30px; font-weight: 700; padding: 0 20px}
.ctfhv .bottom {width: 80%; height: 122px; display: flex; align-items: center; position: absolute; top: 900px; left: 50%; transform: translateX(-50%)}
.ctfhv .bottom div {width: 50%; height: 100%; font-size: 24px; font-weight: 600; letter-spacing: -0.05em; display: flex; align-items: center; justify-content: center; position: relative}
.ctfhv .bottom div::after {width: 119px; height: 122px; background: url('/img/lms/sub/certificate-stamp.png') no-repeat; content: ''; position: absolute; top: 0; left: 60%; z-index: -1}
.ctfhv .bottom div+div::after {width: 119px; height: 122px; background: url('/img/lms/sub/certificate-stamp2.png') no-repeat; content: ''; position: absolute; top: 0; left: 60%; z-index: -1}
/* .ctfhv .bottom div+div::after {content: none} */


.compl {width: 792px; height: 1110px; font-size: 18px; font-weight: 500; color: var(--black); letter-spacing: 0; background: url('/img/lms/sub/certificate_bg_compl.png'); position: relative; margin: 20px auto;-webkit-print-color-adjust: exact;}
/* .compl #certificateNum {position: absolute; top: 135px; left: 90px} */
.compl .complNum {position: absolute; top: 135px; left: 90px}
.compl .info {position: absolute; top: 350px; left: 90px}
.compl .info .info-item {line-height: 1; margin-bottom: 20px; display: block}
.compl .info .info-item:last-child {margin-bottom: 0}
.compl .info .info-item label {width: 80px; display: flex; justify-content: space-between; float: left; margin-right: 20px}
.compl .info .info-item span {font-weight: 900}
/* .compl #content {width: 100%; display: block; text-align: center; position: absolute; top: 570px; font-size: 32px; font-weight: 700; line-height: 50px} */
.compl #complContent {width: 77%; display: block; text-align: center; position: absolute; top: 570px; left:90px; font-size: 32px; font-weight: 700; line-height: 50px}
.compl #complToday {width: 100%; display: block; text-align: center; position: absolute; top: 750px; font-size: 20px}
.compl .logo {width: 350px; position: absolute; top: 850px; left: 50%; transform: translateX(-50%)}
.compl .ceo {width: 100%; display: block; text-align: center; position: absolute; top: 950px}
.compl .ceo span {font-size: 30px; font-weight: 700; padding: 0 20px}
.compl .bottom {width: 80%; height: 122px; display: flex; align-items: center; position: absolute; top: 900px; left: 50%; transform: translateX(-50%)}
.compl .bottom div {width: 50%; height: 100%; font-size: 24px; font-weight: 600; letter-spacing: -0.05em; display: flex; align-items: center; justify-content: center; position: relative}
.compl .bottom div::after {width: 119px; height: 122px; background: url('/img/lms/sub/certificate-stamp.png') no-repeat; content: ''; position: absolute; top: 0; left: 60%; z-index: -1}
.compl .bottom div+div::after {width: 119px; height: 122px; background: url('/img/lms/sub/certificate-stamp2.png') no-repeat; content: ''; position: absolute; top: 0; left: 60%; z-index: -1}
/* .compl .bottom div+div::after {content: none} */


.cnfirm {width: 792px; height: 1110px; font-size: 18px; font-weight: 500; color: var(--black); letter-spacing: 0; background: url('/img/lms/sub/certificate_bg_cnfirm.png'); position: relative; margin: 20px auto;-webkit-print-color-adjust: exact;}
/* .cnfirm #certificateNum {position: absolute; top: 135px; left: 90px} */
.cnfirm .cnfirmNum {position: absolute; top: 135px; left: 90px}
.cnfirm .info {position: absolute; top: 350px; left: 90px}
.cnfirm .info .info-item {line-height: 1; margin-bottom: 20px; display: block}
.cnfirm .info .info-item:last-child {margin-bottom: 0}
.cnfirm .info .info-item label {width: 80px; display: flex; justify-content: space-between; float: left; margin-right: 20px}
.cnfirm .info .info-item span {font-weight: 900}
/* .cnfirm #content {width: 100%; display: block; text-align: center; position: absolute; top: 570px; font-size: 32px; font-weight: 700; line-height: 50px} */
.cnfirm #cnfirmContent {width: 77%; display: block; text-align: center; position: absolute; top: 570px; left:90px; font-size: 32px; font-weight: 700; line-height: 50px}
.cnfirm #cnfirmToday {width: 100%; display: block; text-align: center; position: absolute; top: 750px; font-size: 20px}
.cnfirm .logo {width: 350px; position: absolute; top: 850px; left: 50%; transform: translateX(-50%)}
.cnfirm .ceo {width: 100%; display: block; text-align: center; position: absolute; top: 950px}
.cnfirm .ceo span {font-size: 30px; font-weight: 700; padding: 0 20px}
.cnfirm .bottom {width: 80%; height: 122px; display: flex; align-items: center; position: absolute; top: 900px; left: 50%; transform: translateX(-50%)}
.cnfirm .bottom div {width: 50%; height: 100%; font-size: 24px; font-weight: 600; letter-spacing: -0.05em; display: flex; align-items: center; justify-content: center; position: relative}
.cnfirm .bottom div::after {width: 119px; height: 122px; background: url('/img/lms/sub/certificate-stamp.png') no-repeat; content: ''; position: absolute; top: 0; left: 60%; z-index: -1}
.cnfirm .bottom div+div::after {width: 119px; height: 122px; background: url('/img/lms/sub/certificate-stamp2.png') no-repeat; content: ''; position: absolute; top: 0; left: 60%; z-index: -1}
/* .cnfirm .bottom div+div::after {content: none} */
/* 증명서 발급 끝 */


/* WIPS/빌더신청 */
.caution {width: 100%; font-size: 20px; border: 2px solid var(--green); /* display: flex; */ align-items: center; justify-content: center; padding: 15px 0; text-align: center;}
.monts-num {width: 100%; height: 40px; font-size:20px; font-weight: 700; color: var(--black); display: flex; align-items: center; justify-content: center; margin-top: 20px}
.monts-num .arw {width: 30px; height: 100%; border: none}
.monts-num .arw.left {background: url(/img/lms/com/arw-left.svg) 50% 50% no-repeat; background-size: 14px; margin-right: 10px}
.monts-num .arw.right {background: url(/img/lms/com/arw-right.svg) 50% 50% no-repeat; background-size: 14px; margin-left: 10px}
.calendar {width: 100%; display: inline-block; margin-top: 20px}
.calendar .opacity {opacity: .45}
.calendar .date {width: 200px; height: 140px; background: var(--bg-light-gray-hover); /* border: 1px solid #d6deea; */ display: inline-block; float: left; padding: 10px; border-width: 1px 0 0 1px; transition: .4s}
.calendar .date:nth-child(7n) {border-right-width: 1px}
.calendar .date .date-num {font-size: 18px; font-weight: 700; display: block}
.calendar .date .date-cont {width: 100%; height: 42px; background: var(--white); border-radius: 5px; cursor: pointer; display: flex; justify-content: space-between; margin-top: 4px; padding: 5px 10px}
.calendar .date .date-cont.display-none {display: none}
.calendar .date .date-cont .data-left {font-size: 12px}
.calendar .date .date-cont .data-right {font-size: 14px; font-weight: 700; height: 100%; display: flex; align-items: center}
.calendar .date:hover {background-color: #d9d9d9}
.calendar .opacity:hover {}

/* 출석관리 */
.attend-list-area {width: 100%; display: flex; justify-content: space-between}
.attend-list-area .attend-list01,
.attend-list-area .attend-list02 {width: 49%}
.attend-list-area .ui-widget-content {border: 1px solid var(--light-gray-line); background: none; color: var(--black); position: relative; overflow: hidden}
.attend-list-area .ui-widget-header {border: none; background: none; color: var(--black); font-weight: 600}
.attend-list-area tr.ui-widget-content {border-right: none; border-left: none}
th.ui-th-column {color: var(--black)}
th.ui-th-column:last-child {border-right: none}
.ui-state-highlight {background: var(--bg-light-gray) !important}
.ui-state-default, .ui-widget-content .ui-state-default {border: 0px solid var(--light-gray-line) !important; border-width: 0 1px 0 0 !important; background-color: var(--bg-light-gray) !important; font-weight: 400 !important; color: var(--black) !important}
.ui-state-default, .ui-widget-content .ui-state-default:last-child {border-width: 0 !important}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br,
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl,
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr,
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {border-radius: 0 !important}

.ui-widget-header {color: var(--black) !important; border-width: 0 1px 0 0 !important}
.ui-widget-header a {color: var(--black) !important}
.ui-widget-content {color: var(--black) !important}

.ui-dialog {
	background: var(--bg-light-gray) !important;
	border: 1px solid var(--black) !important;
	border-radius: 0 !important;
	font-size: 16px !important;
	color: var(--black) !important;
	padding: 0 !important;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.2)
}
.ui-dialog .ui-dialog-content {
	padding: 20px !important;
}
.ui-dialog .ui-dialog-content table {
	border-radius: 5px !important;
	border: 1px solid #cac7bb !important;
	border-width: 1px 0 0 0 !important;
}
.ui-draggable .ui-dialog-titlebar {
	width: 100% !important;
	height: 40px !important;
	display: flex !important;
	align-items: center !important;
	padding: 0 10px !important;
	border: 1px solid var(--light-gray-line02) !important;
	border-width: 0 0 1px 0 !important;
	background: none !important;
	color: var(--black) !important;
	border-radius: 0 !important;
}
th.ui-widget-header {
	background: var(--bg-light-gray) !important;
	background-image: none !important;
	border: 1px solid var(--light-gray-line02) !important;
	border-width: 0 0 1px 0 !important;
	color: var(--black) !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	padding: 0 !important;
}
td.ui-widget-content {
	padding: 15px !important;
	border: none !important;
	border-width: 0 !important;
	background: none !important;
}
td.ui-widget-content label.widget-radio {
	display: flex;
	align-items: center;
	float: left;
	margin-right: 6px;
}
td.ui-widget-content label.widget-radio:last-child {
	margin-right: 0
}
td.ui-widget-content label.widget-radio input[type="radio"] {
	width: 15px;
	height: 15px;
	border: 1px solid #cac7bb;
	appearance: auto
}
td.ui-widget-content label.widget-radio span {
	font-size: 14px;
	color: #626262;
	line-height: 1;
	margin-left: 3px;
}
td.ui-widget-content .widget-select-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
td.ui-widget-content .widget-select-box:last-child {
	margin-bottom: 0
}
td.ui-widget-content .widget-select-box span {
	font-size: 14px;
	margin-left: 5px;
	display: inline-block
}
.ui-dialog .ui-dialog-buttonpane {
	border: 1px solid var(--light-gray-line02) !important;
	border-width: 1px 0 0 !important;
	background: var(--bg-light-gray) !important;
	padding: 15px 0 !important;
}
.ui-dialog .ui-dialog-buttonpane button {
	border: none !important;
	border-radius: 0 !important;
	background: var(--black) !important;
	color: var(--white) !important;
	font-size: 14px !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	width: 100% !important;
	display: flex !important;
	justify-content: flex-end !important;
	padding: 0 15px 0 0 !important;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 0 10px 0 0 !important
}
.ui-dialog .ui-dialog-buttonpane button:last-child {
	margin: 0 !important;
}

/* .attend-list-area .attend-list01 .ui-jqgrid,
.attend-list-area .attend-list02 .ui-jqgrid {width: 100% !important}
.attend-list-area .attend-list01 .ui-jqgrid .ui-jqgrid-view,
.attend-list-area .attend-list02 .ui-jqgrid .ui-jqgrid-view {width: 100% !important} */

/* 로그인 */
/*.login_wrap {height: calc(100vh - 130px); position: relative}
#acc_login_box {display: none}
#loginbox {width: 480px; text-align: center; padding: 40px; background: var(--white); box-shadow: 0 0 10px 2px rgba(42,44,93,0.1); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)}
#loginbox .login-input {margin-top: 30px}
#loginbox .login-input input {width: 100%; height: 60px; font-size: 18px; letter-spacing: 0; padding-left: 52px; transition: .4s}
#loginbox .login-input input:last-child {margin-top: 12px}
#loginbox .login-input input.id {background: url(/img/lms/com/icon_id.png) 20px 50% no-repeat; background-size: 16px}
#loginbox .login-input input.pw {background: url(/img/lms/com/icon_pw.png) 20px 50% no-repeat; background-size: 16px}
#loginbox .login-input input.id:focus {background: url(/img/lms/com/icon_id_on.png) 20px 50% no-repeat; background-size: 16px}
#loginbox .login-input input.pw:focus {background: url(/img/lms/com/icon_pw_on.png) 20px 50% no-repeat; background-size: 16px}
#loginbox .btn-box {width: 100%; display: flex; justify-content: space-between; margin-top: 20px}
#loginbox .btn-box .btn-join {width: 35%; height: 50px; background: #f2f2f2; border: 1px solid #d4d4d4; border-radius: 50px; font-size: 18px}
#loginbox .btn-box .btn-login {width: 60%; height: 50px; color: var(--white); background: #00b6ee; border: none; border-radius: 50px; font-size: 18px}
#loginbox .find {margin-top: 20px; border-top: 1px solid #e8e8f1; padding-top: 20px}
#loginbox .find a.find-link {}
#loginbox .find a.find-link span {display: flex; align-items: center; justify-content: center; clear: both; width: auto; padding: 12px; background: #e8e8f1; margin-top: 16px; border-radius: 20px}*/


/* 멤버 */
.member-area {width: 700px; margin: 0 auto}

/* 로그인 */
.member-area.login {width: 500px}
.member-area.login .top img {width: 70%}
.member-area.login strong {width: 100%; font-size: 30px; color: var(--black); font-weight: 400; display: flex; justify-content: center; position: relative}
.member-area.login strong::after {width: 100%; height: 15px; background: #d6ebff; content: ''; position: absolute; left: 0; bottom: 0; z-index: -1}
.member-area.login .login-input {margin-top: 30px}
.member-area.login .login-input input {width: 100%; height: 60px; font-size: 18px; letter-spacing: 0; padding-left: 52px; transition: .4s}
.member-area.login .login-input input:last-child {margin-top: 12px}
.member-area.login .login-input input.id {background: var(--white) url(/img/lms/com/icon-id.png) 20px 50% no-repeat; background-size: 16px}
.member-area.login .login-input input.pw {background: var(--white) url(/img/lms/com/icon-pw.png) 20px 50% no-repeat; background-size: 16px}
.member-area.login .login-input input.id:focus {background: var(--white) url(/img/lms/com/icon-id-on.png) 20px 50% no-repeat; background-size: 16px}
.member-area.login .login-input input.pw:focus {background: var(--white) url(/img/lms/com/icon-pw-on.png) 20px 50% no-repeat; background-size: 16px}
.member-area.login .btn-box {width: 100%; display: flex; justify-content: space-between; margin-top: 20px}
.member-area.login .btn-box .btn-join {width: 35%; height: 50px; font-size: 18px; background-color: var(--bg-light-gray-hover); padding: 0}
.member-area.login .btn-box .btn-login {width: 60%; height: 50px; font-size: 18px; padding: 0}
.member-area.login .find {width: 100%; display: flex; align-items: center; justify-content: center; margin: 20px 0 0 0; border-top: 1px solid var(--light-gray-line02); padding-top: 20px}
.member-area.login .find a.find-link {}

/* 회원가입 */
.member-area .top {width: 100%; border-bottom: 1px solid #ccc; display: flex; justify-content: center; margin-bottom: 40px; padding-bottom: 40px}
.member-area .top img {width: 50%}
.member-area .top strong {font-size: 40px; font-weight: 300; color: var(--black)}
.member-area .step-area {width: 100%; height: 80px; position: relative; margin-bottom: 40px}
.member-area .step-area::before {width: 100%; height: 50%; border-bottom: 2px dashed var(--light-gray-line02); content: ''; position: absolute; top: 0; left: 0}
.member-area .step-area .step {width: 80px; height: 80px; font-size: 20px; color: var(--black); background: var(--bg-light-gray-hover); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute}
.member-area .step-area .step.step01 {top: 0; left: 0}
.member-area .step-area .step.step02 {top: 0; left: 50%; transform: translateX(-50%)}
.member-area .step-area .step.step03 {top: 0; right: 0}
.member-area .step-area .step-on {width: auto; height: 80px; color: var(--white); background-color: var(--green); background-size: 40px; background-position: 20px 50%; background-repeat: no-repeat; border-radius: 40px; display: inline-block; position: absolute; padding: 0 30px 0 95px}
.member-area .step-area .step-on::before {width: 1px; height: 30px; background: #97afc6; content: ''; position: absolute; top: 26px; left: 75px}
.member-area .step-area .step-on.on01 {background-image: url(/img/lms/sub/icon-join-step01.svg); top: 0; left: 0}
.member-area .step-area .step-on.on02 {background-image: url(/img/lms/sub/icon-join-step02.svg); top: 0; left: 50%; transform: translateX(-50%)}
.member-area .step-area .step-on.on03 {background-image: url(/img/lms/sub/icon-join-step03.svg); top: 0; right: 0}
.member-area .step-area .step-on .step-title {height: 100%; font-weight: 300; color: var(--white); letter-spacing: 0; display: flex; align-items: center}
.member-area .btn-guide {width: 100%; height: 70px; font-size: 18px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px}
.member-area .btn-guide:hover {background-color: var(--bg-light-gray)}
.member-area .guide-area {height: 200px; font-size: 14px; line-height: 22px; background: var(--white); border: 1px solid #d6deea; border-radius: 5px; padding: 15px; overflow-x: hidden; overflow-y: auto}
.member-area .join-type-btn {width: 100%; display: flex; justify-content: space-between; margin-bottom: 40px}
.member-area .join-type-btn a {width: 19%; height: 180px; font-size: 20px; font-weight: 600; background: var(--white); box-shadow: 0px 5px 0px 0px #dfdfdf; display: block; text-align: center; padding-top: 105px; position: relative; transition: .4s}
.member-area .join-type-btn a::before {width: 80px; height: 80px; content: ''; position: absolute; top: 20px; left: 50%; transform: translateX(-50%)}
.member-area .join-type-btn a.type01 {color: var(--yellow)}
.member-area .join-type-btn a.type02 {color: var(--green)}
.member-area .join-type-btn a.type03 {color: var(--brown)}
.member-area .join-type-btn a.type04 {color: var(--blue)}
.member-area .join-type-btn a.type05 {color: var(--black)}
.member-area .join-type-btn a.type01::before {background: url('/img/lms/sub/icon-join-type01.svg') 50% 50% no-repeat; background-size: 60px}
.member-area .join-type-btn a.type02::before {background: url('/img/lms/sub/icon-join-type02.svg') 50% 50% no-repeat; background-size: 70px}
.member-area .join-type-btn a.type03::before {background: url('/img/lms/sub/icon-join-type03.svg') 50% 50% no-repeat; background-size: 65px}
.member-area .join-type-btn a.type04::before {background: url('/img/lms/sub/icon-join-type04.svg') 50% 50% no-repeat; background-size: 65px}
.member-area .join-type-btn a.type05::before {background: url('/img/lms/sub/icon-join-type05.svg') 50% 50% no-repeat; background-size: 60px}
.member-area .join-type-btn a.type01:hover {background: #fcecd0}
.member-area .join-type-btn a.type02:hover {background: #c2f1d7}
.member-area .join-type-btn a.type03:hover {background: #f1e6d5}
.member-area .join-type-btn a.type04:hover {background: #d5ebff}
.member-area .join-type-btn a.type05:hover {background: #e3e3e3}
.member-area .join-type-btn a.on.type01 {color: var(--white); background: var(--yellow)}
.member-area .join-type-btn a.on.type02 {color: var(--white); background: var(--green)}
.member-area .join-type-btn a.on.type03 {color: var(--white); background: var(--brown)}
.member-area .join-type-btn a.on.type04 {color: var(--white); background: var(--blue)}
.member-area .join-type-btn a.on.type05 {color: var(--white); background: var(--black)}
.member-area .join-type-btn a.on.type01::before {background: url('/img/lms/sub/icon-join-type01-on.svg') 50% 50% no-repeat; background-size: 60px}
.member-area .join-type-btn a.on.type02::before {background: url('/img/lms/sub/icon-join-type02-on.svg') 50% 50% no-repeat; background-size: 70px}
.member-area .join-type-btn a.on.type03::before {background: url('/img/lms/sub/icon-join-type03-on.svg') 50% 50% no-repeat; background-size: 65px}
.member-area .join-type-btn a.on.type04::before {background: url('/img/lms/sub/icon-join-type04-on.svg') 50% 50% no-repeat; background-size: 65px}
.member-area .join-type-btn a.on.type05::before {background: url('/img/lms/sub/icon-join-type05-on.svg') 50% 50% no-repeat; background-size: 60px}
.member-area .join-type-btn a .info-text {width: 100%; font-size: 14px; font-weight: 300; color: #626262; display: flex; justify-content: center; margin-top: 5px}
.member-area .join-type-btn a.on .info-text {color: var(--white); opacity: .75}
.member-area .complete {padding-top: 150px}
.member-area .complete p.t01 {width: 100%; font-size: 30px; font-weight: 300; color: var(--black); display: block; text-align: center; position: relative}
.member-area .complete p.t01::before {width: 140px; height: 110px; background: url('/img/lms/sub/icon-join-complete.svg') no-repeat; content: ''; position: absolute; top: -130px; left: 50%; transform: translateX(-50%)}
.member-area .complete p.t02 {width: 100%; font-size: 20px; font-weight: 300; line-height: 30px; color: var(--black); display: block; text-align: center; margin-top: 30px}

/* 아이디 & 비밀번호 찾기 */
.member-area .srch-id-pw {margin-bottom: 40px}
.member-area .srch-id-pw dl.account-list {width: 55%; font-size: 20px; line-height: 3; display: flex; justify-content: center; margin: 0 auto}
.member-area .srch-id-pw dl.account-list dt {width: 120px; font-weight: 500; color: var(--black)}
.member-area .srch-id-pw dl.account-list dd {flex: 1}
.member-area .srch-id-pw p {width: 100%; font-size: 18px; line-height: 2; text-align: center}

/* 등록폼 */
.form-block {width: 100%; border: 1px solid var(--black); border-width: 1px 0; padding: 20px; display: inline-block}
.form-block.basic {border: none; padding: 0}
.form-block.type02 {border-width: 0 0 1px; border-bottom: 1px solid #d1d1d1; padding: 0 0 40px 0}
.form-block .form-line {margin-bottom: 20px; display: flex; justify-content: space-between}
.form-block .form-line.form-hide {display: none}
.form-block .form-line:last-child {border: none; padding: 0; margin: 0}
.form {width: calc(50% - 15px)}
.form.full {width: 100%}
.form label.form-label {width: 100%; display: block; color: var(--black); font-weight: 700}
.form label.form-label .must {margin-left: 5px}
.form label.aside {width: 150px; line-height: 1.5; display: inline-block; float: left}
.form .aside-area {width: calc(100% - 150px); line-height: 1.5; display: inline-block}
.form .click-box {display: flex; align-items: center; margin-top: 10px}
.form .click-box.align-center {justify-content: center}
.form .click-box.align-right {justify-content: flex-end}
.form .click-box input[type="checkbox"] {width: 25px; height: 25px; appearance: auto; margin: 0 5px 0 0}
.form .click-box input[type="radio"] {width: 15px; height: 15px; appearance: auto; margin: 0 5px 0 0}
.form .click-box input.aside[type="radio"] {margin-top: 0}
.form .click-box label.label-click {display: flex; align-items: center; margin: 0 20px 0 0}
.form .click-box label.label-click:last-child {margin: 0}
.form .click-box img {width: 100px; margin: 0 15px 0 5px}
.form .click-box.type02 {background: var(--bg-light-gray-hover); padding: 15px}
.form .click-box .sub-label {font-weight: 600; margin: 0 40px 0 0}
.form .w01 {width: 100%}
.form .w02 {width: calc(50% - 15px)}
.form .w03 {width: calc((100% / 3) - 15px)}
.form .w04 {width: 40%}
.form .w05 {width: 20%}
.form .select-bg-px {background-position-x: 97%}
.form .array {width: 100%; display: flex; align-items: center; justify-content: space-between}
.form .array.top {align-items: flex-start}
.form .array.left {justify-content: flex-start}
.form textarea {min-height: 200px}
.form textarea.no-scroll {min-height: auto; height: auto}
.form .img-area {width: 60px; height: 75px; background: #f2f2f2; border: 1px solid #d4d4d4; border-radius: 5px; overflow: hidden; margin-bottom: 20px}
.form .map-area {height: 300px}
.form #eventdetailfileGrpBox {margin-right: 5px}
.form #eventdetailfileGrpBox div {margin-bottom: 5px}
.form #eventdetailfileGrpBox div:last-child {margin-bottom: 0}

/* 파일첨부 */
.form .file {width: 100%; display: inline-block}
.form .file .file-select {width: 200px; display: inline-block; float: left}
.form .file .file-select div {width: 100%; height: 24px; line-height: 24px; margin: 0 0 10px}
.form .file .file-select div:last-child {margin: 0}
.form .file .file-select input[type="file"] {width: 100%; font-size: 14px; float: left; text-overflow: ellipsis; white-space: nowrap; overflow:hidden}
.form .file .file-btn-box {height: 100%; display: flex; float: left; margin: 0 0 0 10px}
.form .file .file-btn-box input[type="button"] {width: 24px; height: 24px; border: 1px solid var(--light-gray-line02); background-color: var(--bg-light-gray); margin: 0 5px 0 0}
.form .file .file-btn-box input[type="button"]:last-child {margin: 0}
.form .file li.text {margin: 0 0 10px}
.form .editor-box {border-right: 1px solid #b5b5b5}
@media (max-width: 1080px) {
	.form-block {padding: 12px 0}
	.form-block .form-line {margin-bottom: 16px}
	.form {font-size: 14px}
	.form .click-box input[type="checkbox"] {width: 20px; height: 20px}
	.form .click-box label.label-click {margin: 0 12px 0 0}
}

/* SMT 서식 폼 */
.smt-form-area {background: #ece9d8; padding: 60px 20px}
.smt-form-area input[type="text"],
.smt-form-area input[type="password"],
.smt-form-area input[type="date"],
.smt-form-area input[type="radio"],
.smt-form-area input[type="checkbox"],
.smt-form-area textarea,
.smt-form-area select {border: 1px solid #d6d2be}
.smt-form-area table thead th,
.smt-form-area table tbody td {border-color: #d6d2be}
.smt-form-area table thead th {background-color: #dedac2}
.smt-form-area strong.form-title {width: 100%; font-size: 40px; font-weight: 300; color: var(--black); display: flex; justify-content: center; margin-bottom: 40px}
.smt-form-area .form-line {border-bottom: 1px solid #cac7bb; padding-bottom: 15px; margin-bottom: 15px; display: flex; justify-content: space-between}
.smt-form-area .form-line:last-child {border: none; padding: 0; margin: 0}
.smt-form-area .form-line .form {width: 100%}
.smt-form-area .form-line .form label.form-label {width: 200px; height: 100%; line-height: 40px; font-weight: 700; color: var(--black); display: flex; float: left; position: relative; padding-left: 30px}
.smt-form-area .form-line .form label.form-label .guide {width: 25px; height: 25px; font-size: 16px; font-weight: 700; line-height: 1; color: var(--white); background: var(--black); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; left: 0; transform: translateY(-50%)}
.smt-form-area .form-line .form .aside {width: calc(100% - 200px); min-height: 40px; display: inline-block}
.smt-form-area .form-line .form .aside .click-box {display: flex; align-items: center; float: left; margin: 10px 15px 0 0}
.smt-form-area .form-line .form .aside .click-box input[type="radio"] {width: 15px; height: 15px; appearance: auto}
.smt-form-area .form-line .form .aside .click-box input[type="checkbox"] {width: 20px; height: 20px; appearance: auto}
.smt-form-area .form-line .form .aside label.click-lable {margin-left: 5px}
.smt-form-area .form-line .form .aside .top-box {display: flex; justify-content: flex-end; float: right}
.smt-form-area .form-line .form .aside .top-box.left {jnstify-content: flex-start; float: left}
.smt-form-area .form-line .form .aside .top-box.between {justify-content: space-between; float: left}
.smt-form-area .form-line .form .aside .table-box {width: 100%; max-height: 200px; overflow-y: auto; clear: both}
.smt-form-area .form-line .form .aside textarea {width: 100%; min-height: 100px}
.smt-form-area .form-line .form .aside dl.sub-form {width: 100%; display: flex; clear: both; margin-bottom: 10px}
.smt-form-area .form-line .form .aside dl.sub-form dt {width: 250px; height: 40px; font-weight: 500; color: var(--black); display: flex; align-items: center; background: #dedac2; padding-left: 15px}
.smt-form-area .form-line .form .aside dl.sub-form dt select {min-width: 50px; width: 50px; min-height: 30px; margin-right: 5px}
.smt-form-area .form-line .form .aside dl.sub-form dd {width: calc(100% - 250px); display: flex; align-items: center; padding-left: 15px}
.smt-form-area .form-line .form .aside dl.sub-form dd .btw {width: auto; height: 40px; display: flex; align-items: center}
.smt-form-area .form-line .form .aside dl.sub-form dd .btw.left {padding-right: 10px}
.smt-form-area .form-line .form .aside dl.sub-form dd .btw.center {padding:0 10px}
.smt-form-area .form-line .form .aside dl.sub-form dd .btw.center02 {padding:0 20px 0 10px}
.smt-form-area .form-line .form .aside dl.sub-form dd .btw.right {padding-left: 10px}
.smt-form-area .form-line .form .aside .basic-box {height: 100px; border: 1px solid #d6d2be; border-radius: 5px; background: var(--white); overflow: auto}
.smt-form-area .form-line .form .aside .img-box {width: 100%; height: 300px; border: 1px solid #cac7bb; display: flex; align-items: center; justify-content: center; clear: both}
.smt-form-area .form-line .form .aside .img-box img {width: 100%; max-width: 500px}
.smt-form-area .form-line .form .aside ul.data-list-box {width: 100%; display: flex; justify-content: space-between; margin-bottom: 15px}
.smt-form-area .form-line .form .aside ul.data-list-box li {width: calc((100% / 3) - 15px)}
.smt-form-area .form-line .form .aside ul.data-list-box li strong {width: 100%; height: 30px; font-weight: 500; color: var(--black); background: #dedac2; display: flex; align-items: center; justify-content: center; margin-bottom: 5px}
.smt-form-area .form-line .form .aside ul.data-list-box li .data-box {height: 300px; background: var(--white); padding: 15px; line-height: 1.5; word-break: break-all}
.smt-form-area .form-line .form .w100p {width: 100%}
.smt-form-area .form-line .form .w80 {width: 80px}
.smt-form-area .form-line .form .w200 {width: 200px}
.smt-form-area .form-line .form .w300 {width: 300px}
.smt-form-area .form-line .form .w390 {width: 390px}

/* 팝업 */
.pop_btm input[type="checkbox"] {margin: 0;padding: 0; font-size: 100%; vertical-align: middle; background-color: initial; cursor: default; appearance: auto;}
.popupWrap {width:504px;height:450px;top:5%;left:35%;position:absolute;z-index:100;border:2px solid var(--black);display:none}
.popupWrap .pop_imgBox {width:500px;height:406px}
.popupWrap .pop_btm {width:100%;height:40px;line-height:40px;clear:both;background:#d4d4d4;text-align:right;padding:0 20px;border-top:1px solid #a1a1a1}
.popupWrap .pop_btm .btn_p_closed {font-size:16px;font-weight:900;color:var(--black)}
.layerPopup {position:absolute;z-index:100;border:2px solid var(--black);}
.layerPopup .pop_imgBox {}
.layerPopup .pop_contBox {}
.layerPopup .pop_btm {width:100%;height:40px;line-height:40px;clear:both;background:#d4d4d4;text-align:right;padding:0 20px;border-top:1px solid #a1a1a1}
.layerPopup .pop_btm .btn_p_closed {font-size:16px;font-weight:900;color:var(--black)}

/* 게시물 댓글 */
.comment-area {margin: 40px 0 0}
.comment-area .comment-list {border-bottom: 1px solid var(--light-gray-line); padding: 0 0 30px; margin: 0 0 30px}
.comment-area .comment-list .list-info {width: 100%; display: block; margin-bottom: 20px}
.comment-area .comment-list .comment-box {background: var(--white); border: 1px solid var(--light-gray-line); margin-bottom: 20px}
.comment-area .comment-list .comment-box:last-child {margin-bottom: 0}
.comment-area .comment-list .comment-box .top {height: 70px; border-bottom: 1px solid var(--light-gray-line); display: flex; align-items: center; justify-content: space-between; padding: 0 20px}
.comment-area .comment-list .comment-box .top .name {color: var(--black); display: inline-block; position: relative; padding-right: 15px}
.comment-area .comment-list .comment-box .top .name::after {width: 2px; height: 10px; background: var(--light-gray-line); content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%)}
.comment-area .comment-list .comment-box .top .date {margin: 0 5px 0 15px; position: relative; padding-right: 15px}
.comment-area .comment-list .comment-box .top .date::after {width: 2px; height: 10px; background: var(--light-gray-line); content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%)}
.comment-area .comment-list .comment-box .bottom {padding: 20px; line-height: 25px}
.comment-area strong {font-size: 20px; color: var(--black); display: block; padding: 0 0 0 15px; margin: 0 0 20px; position: relative}
.comment-area strong::before {width: 8px; height: 8px; background-color: var(--green); border-radius: 50%; content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%)}
.comment-area .write-box {width: 100%; height: 200px; display: flex; justify-content: space-between; background: var(--white); border: 1px solid var(--light-gray-line); padding: 20px; transition: .4s}
.comment-area .write-box:hover {border-color: var(--green)}
.comment-area .write-box textarea {width: calc(100% - 140px); height: 100%; font-weight: 300; border: none; padding: 0}
.comment-area .write-box .submit {width: 120px; height: 100%; color: var(--black); background: var(--bg-light-gray); border: 1px solid var(--light-gray-line02); display: flex;  transition: .4s; justify-content: center; align-items: center;}
.comment-area .write-box .submit:hover {border-color: var(--black)}
.comment-area .file-box {background: var(--white); border: 1px solid var(--light-gray-line); border-width: 0 1px 1px; padding: 20px}





