#container{padding-bottom:170px;}
#sub-type06 .gw-sub-con03 .gw-sub-con-1200,
#sub-type06 .gw-sub-con05 .gw-sub-con-1200{padding:0 !important;}
#sub-type06 .gw-btn01{width: 240px;}
#sub-type06 .gw-img-container{overflow: hidden;}
#sub-type06 .gw-sub-title-container .gw-sub-title03 {font-size: var(--main-title03);letter-spacing: -0.05em;font-weight: 600;line-height: 1.25;}
#sub-type06 .video-container {margin: 0 auto;position: relative;width: 1200px;height: 60vh;cursor: pointer;overflow: hidden;}
#sub-type06 .video {overflow: hidden;width: 100%;height: 100%;box-shadow: 55px 55px 150px -75px rgba(0,0,0,0.5);}
#sub-type06 .video > iframe{width: 100%;}
#sub-type06 .gw-img-container {align-items: stretch;overflow: hidden;}
#sub-type06 .gw-img-container > li {padding:40px;flex:1;display: flex;place-content: center;align-items: center;}
#sub-type06 .gw-sub-img {height: 500px;overflow: hidden;}
#sub-type06 .gw-sub-img > img {width: 100%;height: 100%;object-fit: cover;}
#sub-type06 .tab-content{display: none;}
#sub-type06 .tab-content:first-of-type{display: block;}
#sub-type06 .gw-sub-box-container01 > li{padding:2rem;margin-bottom:1rem;font-size:var(--main-text01);border:2px solid #E5E5E5; border-radius:10px; background:#fff;}
#sub-type06 .gw-sub-box-container01 .gw-num{font-family: "Outfit", sans-serif; font-weight: 600;color: var(--main-color);}
#sub-type06 .gw-sub-box-container01 .gw-text{font-weight: 500;}
#sub-type06 .gw-sub-img-item > div{width: 50%;overflow: hidden;}
#sub-type06 .gw-sub-img-item .gw-text-container{padding: 0 30px;font-size: var(--main-title04);}
#sub-type06 .gw-sub-img-item .gw-text-container .gw-text01{font-family: "Outfit", sans-serif; font-weight: 600;color: var(--main-color);}
#sub-type06 .gw-sub-img-item .gw-text-container .gw-text02{font-weight: 500;}
#sub-type06 .gw-sub-img-item .gw-text-container .gw-text03{font-size: var(--main-text01);font-weight: 300;color: #555;line-height: 1.75;}
#sub-type06 .gw-sub-img-item:nth-of-type(2n){flex-direction: row-reverse;}
#sub-type06 .gw-sub-box-container{flex-wrap: wrap;gap: 35px;}
#sub-type06 .gw-sub-box-item{position:relative;width:31.25%;padding: 40px 36px;height: 340px;background: #fff;}
#sub-type06 .gw-sub-box-item .gw-num{font-family: "Outfit", sans-serif; font-weight: 600;color: var(--main-color);}
#sub-type06 .gw-sub-box-item .gw-text01 {font-size: var(--main-title04);line-height: 1.32;letter-spacing: -0.05em;color: #000;font-weight: 500;}
#sub-type06 .gw-sub-box-item .gw-text02{font-size: var(--main-text01);font-weight: 300;color: #555;line-height: 1.5;word-break: auto-phrase;}
#sub-type06 .gw-sub-box-item .gw-ico{position: absolute;bottom: 40px;right: 40px;}

/*반응형------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1280px) {
    #sub-type06 .video-container {width: 100%;}
    #sub-type06 .gw-sub-con02{padding: 0;}
    #sub-type06 .gw-sub-box-item{width: calc(50% - 17.5px);}
}

@media screen and (max-width:1024px){
    #container{padding-bottom:5rem;}
    #sub-type06 .video-container {height: 30vh;}
    #sub-type06 .gw-sub-img-item {flex-direction: column;gap:2rem;}
    #sub-type06 .gw-sub-img-item:nth-of-type(2n){flex-direction:column;}
    #sub-type06 .gw-sub-img-item > div{width: 100%;}
    #sub-type06 .gw-sub-img-item .gw-text-container{padding: 0;}
}

@media screen and (max-width:576px){
    #sub-type06 .gw-sub-img{height: 15rem;}
    #sub-type06 .gw-img-container{flex-direction: column;}
    #sub-type06 .gw-img-container > li{width: 100% !important;}
    #sub-type06 .gw-sub-box-item{padding:2rem;width:100%;height: 19rem;}
    #sub-type06 .gw-sub-box-item .gw-ico{bottom: 2rem;right: 2rem;}
}


