/*     1399135 : HTML 편집기      */
.html__1399135__ * {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    word-break: keep-all;
    line-height: 1.6em;
    box-sizing: border-box;
    color: #000;
}

.html__1399135__ .sec:not(:last-child) {
    margin-bottom: clamp(2rem, 6vw, 8rem);
}

.html__1399135__ .sec .tit {
    font-size: var(--t_subj);
    font-weight: 700;
    margin-bottom: clamp(1rem, 2vw, 3rem);
}

.html__1399135__ .sec1 .hero_img {
display:block;
margin:0 auto;
border-radius:clamp(1rem, 2vw, 2rem);
margin-bottom:clamp(1.5rem, 3vw, 3rem);
}
.html__1399135__ .sec1 .conts_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.html__1399135__ .sec1 .conts_area .item {
    width: calc(25% - clamp(1rem, 1vw, 2rem));
    margin-bottom: clamp(2rem, 2vw, 3rem);
}

.html__1399135__ .sec1 .conts_area .item.it3 {
    width: calc(50% - clamp(0.7rem, 0.7vw, 2rem));
}

.html__1399135__ .sec1 .conts_area .item .img {
    width: 100%;
    height: 250px;
    margin-bottom: clamp(.5rem, .5vw, 2rem);
    background: #f9f9f9;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.html__1399135__ .sec1 .conts_area .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}

.html__1399135__ .sec1 .conts_area .item.it3 .img img {
    width: 50%;
    margin: 0 auto;
}

.html__1399135__ .sec1 .conts_area .item.it3 .img .cap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #E9FBFF;
    color: #54aabd;
}

.html__1399135__ .sec1 .conts_area .item .subj {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    gap: 10px;
    margin-bottom: 2px;
}

.html__1399135__ .sec1 .conts_area .item .subj .num {
	color:#004dc1;
}


.html__1399135__ .sec2 .conts_area .item {
	margin-bottom: clamp(2rem, 3vw, 4rem);
}

.html__1399135__ .sec2 .conts_area .item .cap {
     font-size: clamp(1rem, 1vw, 2rem);
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    border: 1px solid #a9d5f1;
    padding: clamp(.3rem, .3vw, 1rem);
    width: 100%;
    background: #f2faff;
    border-radius: 8px;
}

.html__1399135__ .sec2 .conts_area .item .cap .num {
    font-weight: 700;
    color: #004dc1;
    padding-left: 10px;
}

.html__1399135__ .sec2 .conts_area .item .cap .subj {
	flex-grow: 1;
}

.html__1399135__ .sec2 .conts_area .item .img {
	display: flex;
	justify-content: space-between;
}

.html__1399135__ .sec2 .conts_area .item .img img {
	width: calc(25% - clamp(.4rem, .4vw, 2rem));
	border-radius: 10px;
}

.html__1399135__ .sec2 .conts_area .item.it3 .img img {
	width: calc(33.333% - clamp(.4rem, .4vw, 2rem));
}

.html__1399135__ .sec2 .conts_area .item.it1 .img img {
	width: unset;
}

.html__1399135__ .sec2 .exp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: clamp(2rem, 2vw, 3rem);
}

.html__1399135__ .sec2 .exp img {
    width: 25%;
    aspect-ratio: 4/3;
border-radius: 20px;
}

.html__1399135__ .sec2 .exp .cap {
    width: 70%;
}

.html__1399135__ .sec2 .exp .cap .subj {
    font-weight: 700;
    font-size: clamp(1rem, 1.2vw, 2rem);
    color:#004dc1;
}

.html__1399135__ .sec2 .exp .cap .cont {
    font-size: clamp(.85rem, .85vw, 2rem);
}

.html__1399135__ .sec2 .added {
	margin-top:clamp(1rem, 2vw, 3rem);
	font-size:clamp(1.1rem, 1.15vw, 3rem);
	font-weight:700;
	color: #083881;
}

.html__1399135__ .sec2 .added span {
	color: #083881;
	background: linear-gradient(0deg, #feffb5 50%, transparent 50%);
}

@media (max-width:1023px) {

	.html__1399135__ .sec1 .conts_area .item {width: 100%;}
	.html__1399135__ .sec1 .conts_area .item.it3 {width: 100%;}
.html__1399135__ .sec1 .conts_area .item .img {height: unset;}

.html__1399135__ .sec .tit {font-size: var(--m_subj);}

.html__1399135__ .sec1 .conts_area .item .subj {font-size: 16px;}
.html__1399135__ .sec1 .conts_area .item.it3 .img img {width: 100%}
.html__1399135__ .sec1 .conts_area .item.it3 .img {padding-bottom: 40px;}

.html__1399135__ .sec2 .exp {display:block}
.html__1399135__ .sec2 .exp .cap {width: 100%;}
.html__1399135__ .sec2 .exp img {width: 100%; aspect-ratio: unset;}
}

