.template_form{background:#111;overflow:hidden;}
.template_wrap{position:relative;}
.template_wrap.img_cols_1{position:relative;overflow:hidden;}
.template_wrap.img_cols_1 .item{position:relative;}
.template_wrap.img_cols_1 .item.img_wrap{position:relative;}
.template_wrap.img_cols_1 .item video,.template_wrap.img_cols_1 .item img{width:100%;display:block;}
/*
.template_wrap.img_cols_2{display: grid;grid-template-columns: 1fr 1fr;gap: 0px;position:relative;}
.template_wrap.img_cols_2 .item {aspect-ratio: 100 / 125;;height:100%;}
 */
.template_wrap.img_cols_2{display: block;overflow:hidden;position:relative;}
.template_wrap.img_cols_2 .item {aspect-ratio: 100 / 125;/*height:100%;*/width:50%;float:left;}
.template_wrap.img_cols_2 .img_wrap{height:100%;}
.template_wrap.img_cols_2 .item video,.template_wrap.img_cols_2 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width:768px) {
    .template_wrap.img_cols_2{grid-template-columns: 1fr;}
    .template_wrap.img_cols_2 .item {aspect-ratio: 100 / 125;;height:100%;width:100%;float:left;}
}

.video-play-btn{position :absolute;width:100px;height:100px;transform: translate(-50%, -50%);left:50%;top:50%;z-index:999;mix-blend-mode: difference;z-index:1;}

/* 박스 컨텐츠형 */
.template_wrap.box_content_cols{overflow: hidden;}
.template_wrap.box_content_cols .box-wrap{max-width:1080px;margin:160px auto;}
.template_wrap.box_content_cols .top_title{color:#fff;font-family: Pretendard;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 50.4px */
    letter-spacing: -0.9px;
    padding: 24px;
    border-top: 1px solid #767676;
    border-bottom: 1px solid #767676;
}
.template_wrap.box_content_cols .mini_title{display:flex;letter-spacing:-0.5px;}
.template_wrap.box_content_cols .mini_item:first-child{font-size:20px;color:#767676;font-weight:bold;margin-right:10px;}
.template_wrap.box_content_cols .mini_item:last-child{font-size:20px;width:100%;color:#F8F8F8;}
.template_wrap.box_content_cols .bottom_content{font-size:20px;color:#F8F8F8;padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;display: flex;}

.template_wrap.box_content_cols .bottom_content .template_textarea{line-height:160%;letter-spacing:-0.5px;}

@media(max-width:768px) {
    .template_wrap.box_content_cols .mini_item:first-child{font-size:16px;}
    .template_wrap.box_content_cols .mini_item:last-child{font-size:16px;}
    .template_wrap.box_content_cols .bottom_content{font-size:16px;}
}

.column_wrap{background:#f8f8f8;}

.sub_work.column .template_wrap.box_content_cols {margin:0px -16px;}

.column_wrap .template_form{background:#f8f8f8;overflow:visible;}
.column_wrap .template_wrap.box_content_cols .top_title{color:#111;}

/* Style for Column */
.sub_work.column .sub_title_cols{color: var(--line_text-272727, #272727);
    font-family:Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.6px;
}

.sub_work.column .template_wrap.box_content_cols .top_title{color:#111;}
.sub_work.column .template_wrap.box_content_cols .top_title{color:#111;}

.sub_work.column .sub_work_detail{max-width:1000px;padding:80px 0px 120px;margin:0px auto;}
.sub_work.column footer{display:block;}

.visible-lg-op{display:block;}
.visible-xs-op{display:none;}
@media(max-width:768px) {
    .visible-lg-op{display:none;}
    .visible-xs-op{display:block;}

    .first_cover .img_wrap{height:100vh;}
    .first_cover .img_wrap img,.first_cover .img_wrap video{height:100%;object-fit: cover;}
}

.img_wrap{background-color:#111;}
.video-container{margin-bottom:0px;}
.first_cover .item{width:100%;height:100%;}
.first_cover .item .img_wrap{background-position:center center;background-size:cover;}