@charset "utf-8";

.subWrap.sub01 {
    background: #f2f2f2;
}

.subWrap.subAbout {
    background: #020202;
}

.subVis {
    width: 100%;
    height: 400px;
    display: table;
    margin-bottom: 80px;
}

.subVis {
    background: url(../img/sub/subtit_bg1.png)no-repeat center /cover;
}

.subVis2 {
    background: url(../img/sub/subtit_bg2.png)no-repeat center /cover;
}

.subVis3 {
    background: url(../img/sub/subtit_bg3.png)no-repeat center /cover;
}

.subVis4 {
    background: url(../img/sub/subtit_bg4.png)no-repeat center /cover;
}

.subVis5 {
    background: url(../img/sub/subtit_bg5.png)no-repeat center /cover;
}

.subVis .sub_tit {
    display: table-cell;
    vertical-align: middle;
}

.sub_tit h2 {
    padding: text-transform:uppercase;
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.sub_tit h2.epicLogo {
    height: 80px;
    background-image: url(../img/sub/EPICLIVE_logo_wh.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: -9999px;
}

.subCon {}

.subCon > div > h3 {
    padding-top: 60px;
    font-size: 26px;
    color: #1d364c;
    letter-spacing: -1px;
}

.subCon > div > h3.disNone {
    height: 0;
    text-indent: -9999px;
    padding-top: 0;
}

/* about us h3 숨기기 */
.subCon .sec .w1200 > div {
    float: left;
}

/* CEO */
/* CEO img / CEO txt */
.subCon .sec .img_area {
    width: 33.3333%;
    background-image: url(../img/sub/ceo.jpg);
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.subCon .sec .img_area p {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 20px;
    color: #1d364c;
    text-align: center;
}

.subCon .sec .txt_area {
    width: 66.6666%;
    height: 276px;
    padding-top: 30px;
    padding-left: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.subCon .sec .txt_area p {
    position: relative;
    vertical-align: middle;
    font-size: 16px;
    color: #eee;
    font-weight: 300;
    line-height: 1.4em;
}

.subCon .sec .txt_area p.name {
    color: #fff;
    font-size: 28px;
    line-height: 42px;
    font-weight: 500;
}

.subCon .sec .txt_area p.position {
    color: #999;
    font-size: 18px;
    font-weight: 500;
}

.subCon .sec .txt_area p.position:after {
    display: block;
    content: "";
    height: 1px;
    margin: 14px 0;
    background-color: #eee;
}

.subCon .sec .txt_area p span.block {
    position: absolute;
    left: -80px;
    top: 11px;
    width: 65px;
    height: 20px;
    background-color: #0076ce;
}

.subCon .sec .txt_area p span.rightBlock {
    left: 90%;
    top: 115%;
    width: 160px;
}

/* CEO history */
/* history year*/
.subCon .sec .history {
    float: left;
    width: 33.3333%;
}

.subCon .sec .history {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 300px;
}

.subCon .sec .history li {
    width: 100%;
    height: 90px;
}

.subCon .sec .history li:nth-child(1) {
    height: 130px;
}

.subCon .sec .history li:nth-child(1) > div {
    padding-top: 40px;
}

.subCon .sec .history li:nth-child(3) {
    height: 80px;
}

.subCon .sec .history li div {
    float: left;
    height: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.subCon .sec .history li div.year {
    width: 105px;
    padding-right: 16px;
    border-right: solid 4px #92cdea;
    font-family: 'Bebas Neue', cursive;
    font-size: 22px;
    line-height: 26px;
    color: #0076ce;
    text-align: right;
}

/* circle point */
.subCon .sec .history li .circleP {
    position: absolute;
    top: 1px;
    right: -12px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    background-color: #92cdea;
    /*border: 4px solid #92cdea;*/
}

.subCon .sec .history li:nth-child(1) .circleP {}

.subCon .sec .history li .circleP > div {
    position: absolute;
    background-color: #0076ce;
    border-radius: 20px;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
}

.subCon .sec .history li .active {
    top: 41px;
}

.subCon .sec .history li .active > div {
    animation: circle2 0.8s ease-in Infinite Alternate;
}

@keyframes circle2 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(2.2);
    }
}

/* history Con */
.subCon .sec .history li div.hisCon {
    width: 294px;
    padding-left: 18px;
}

.subCon .sec .history li div.hisCon > p:nth-child(1) {
    font-size: 21px;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
}

.subCon .sec .history li div.hisCon > p:nth-child(2) {
    font-size: 16px;
    line-height: 21px;
    margin-top: 8px;
    color: #999;
}

/* CEO preview */
.subCon .sec .preview {
    float: left;
    width: 66.6666%;
    height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 50px;
}

.subCon .sec .preview li {
    float: left;
    width: 360px;
    height: 100%;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    margin-right: 29px;
}

.subCon .sec .preview li:nth-child(1) {
    background-image: url(../img/sub/about_preview01.jpg);
}

.subCon .sec .preview li:nth-child(2) {
    background-image: url(../img/sub/about_preview02.jpg);
    margin-right: 0px;
}

.subCon .con1 {
    margin: 60px 0 120px;
}

.subCon .con2 {
    padding: 90px 0 120px;
}

.subCon .list h4 {
    font-size: 26px;
    color: #0076ce;
    letter-spacing: -0.5px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.subCon .list h4 span {
    position: relative;
}

.subCon .list h4 span:after {
    content: '';
    display: block;
    width: 285px;
    height: 1px;
    background: #1d364c;
    position: absolute;
    bottom: -16px;
    left: 0;
    z-index: 10;
}

.subCons .list ul {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}

.subCon .list ul {
    padding-bottom: 30px;
}

.subCon .list ul li {
    width: 285px;
    float: left;
    padding-right: 20px;
    margin-bottom: 55px;
}

.subCon .list ul li:nth-child(4n) {
    padding-right: 0px;
}

.subCon .list ul li p {
    margin-top: 25px;
    text-align: center;
    font-size: 20px;
    color: #1d364c;
    letter-spacing: -1px;
}

.subCon .con7 {
    padding-top: 80px;
    background-color: #fff;
}

/* Partners */
.subCon .con9.partner ul {
    padding-bottom: 35px;
}

.subCon .partner h4 {
    font-size: 26px;
    color: #0076ce;
    font-weight: 500;
    letter-spacing: -0.5px;
    padding-bottom: 40px;
}

.subCon .partner ul {
    padding-bottom: 70px;
}

.subCon .partner ul li {
    float: left;
    width: 138px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.subCon .partner ul li:nth-child(8n) {
    margin-right: 0;
}

/* epicLive */
/*탭메뉴*/
.epicTab {
    text-align: center;
}

.epicTab ul {
    display: inline-block;
}

.epicTab ul li {
    display: inline-block;
    width: 180px;
    margin-left: -4px;
    margin-right: 10px;
}

.epicTab ul li:last-child {
    margin-right: 0px;
}

.epicTab ul li a {
    display: block;
    position: relative;
    border-radius: 40px 0 40px 0;
    line-height: 60px;
    background: #eee;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 20px;
    color: #666;
    transition: all .3s;
}

.epicTab ul li a .fas {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 30px;
    margin-top: -5px;
    font-size: 12px;
}

/*탭메뉴 hover*/
.epicTab ul li a:hover {
    background: #92cdea;
    border-color: #0076ce;
    color: #fff;
    border-radius: 50px 0 50px 0;
}

.epicTab ul li a.on {
    background: #0076ce;
    border-color: #0076ce;
    color: #fff;
    border-radius: 40px 0 40px 0;
    pointer-events: none;
}

/*테이블 공통*/
.colorB {
    border-top: 4px solid #0076ce;
    border-bottom: 4px solid #0076ce;
    margin-bottom: 80px;
}

.conWrap > div > strong {
    display: block;
    text-align: center;
    color: #666;
    font-size: 21px;
    line-height: 1.4em;
    font-weight: 400;
    margin: 60px 0 60px;
}

.conWrap > div > strong > a {
    display: block;
    margin: 0 auto 5px;
    color: #0076ce;
    font-size: 21px;
    line-height: 40px;
    font-weight: 600;
}

.conWrap > div > strong > a > i {
    font-size: 28px;
    margin-right: 10px;
}

.conWrap .tbl {
    width: 66.6666%;
    float: left;
    text-align: center;
}

.conWrap .tbl .row {
    border-bottom: 1px solid #e5e5e5;
}

.conWrap .tbl .row:last-child {
    border-bottom: none;
}

.conWrap .tbl .row > div {
    width: 50%;
    /*height:260px;*/
    float: left;
}

/*tit*/
.conWrap .tbl .row .tit {
    position: relative;
    font-family: 'Bebas Neue', cursive;
    color: #0076ce;
    font-size: 30px;
    border-right: 1px dashed #e5e5e5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: auto;
}

.conWrap .tbl .row .tit .titAlign {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 70px;
}

/*media*/
.conWrap.media .tbl1 .row:nth-child(1) .tit .titAlign {
    background-image: url(../img/sub/tbl_media_icon01.png);
}

.conWrap.media .tbl1 .row:nth-child(2) .tit .titAlign {
    background-image: url(../img/sub/tbl_media_icon02.png);
}

/*entertainment*/
.conWrap.ent .tbl1 .row:nth-child(1) .tit .titAlign {
    background-image: url(../img/sub/tbl_enter_icon01.png);
}

/*education*/
.conWrap.edu .tbl .row:nth-child(1) .tit .titAlign {
    background-image: url(../img/sub/tbl_edu_icon01.png);
}

/*conference*/
.conWrap.conf .tbl .row .tit {
    font-size: 26px;
}

.conWrap.conf .tbl .row:nth-child(1) .tit .titAlign {
    background-image: url(../img/sub/tbl_conf_icon01.png);
}

.conWrap.conf .tbl .row:nth-child(2) .tit .titAlign {
    background-image: url(../img/sub/tbl_conf_icon02.png);
}

.conWrap.conf .tbl .row:nth-child(3) .tit .titAlign {
    background-image: url(../img/sub/tbl_conf_icon03.png);
}

.conWrap.conf .tbl .row:nth-child(4) .tit .titAlign {
    background-image: url(../img/sub/tbl_conf_icon04.png);
}

/*txt - conference*/
.conWrap.conf .tbl .row .txt .colorTxt {
    color: #0076ce;
    font-weight: 500;
}

.conWrap .tbl .row .txt {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1.35em;
    padding: 45px 3% 45px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: auto;
}

.conWrap .tbl .row .txt .epicBr {
    display: block;
    height: 14px;
}

/*img_area*/
.conWrap .img_area {
    width: 33.3333%;
    height: 515px;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.conWrap .imgSub02 {
    height: 400px;
}

.conWrap .imgSub03 {
    height: 386px;
}

.conWrap .imgSub04 {
    height: 579px;
}

/* 플레이 버튼 */
.conWrap .img_area .videoOverlay {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.conWrap .img_area .playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 120px;
    height: 120px;
    background-image: url(../img/main/video_playButton.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
    transition: all 0.5s;
}

/*마우스 올리면 플레이버튼 하이라이트*/
.conWrap .img_area:hover .videoOverlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.conWrap .img_area:hover .playButton {
    opacity: 1;
}

.conWrap .inner2 {
    margin: 50px auto 80px;
}

/* 링크 없는 이미지 클릭비활성 & 버튼 숨기기 */
/*
.conWrap .imgSub04 { pointer-events: none; }
.conWrap .imgSub04 .playButton { display: none; }
*/

/* conference */

/* 갤러리 *************************************************/
/*********************************************************/
#galleryWrap {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
    background: #f2f2f2;
}

#galleryWrap .gallery {
    margin: auto;
    height: auto;
}

#galleryWrap .gallery li {
    float: left;
    width: 390px;
    height: 220px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#galleryWrap .gallery li:nth-child(3n) {
    margin-right: 0;
}

/*media*/
#galleryWrap .gallery li:nth-child(1) {
    background-image: url(../img/sub/slide_media01.jpg);
}

#galleryWrap .gallery li:nth-child(2) {
    background-image: url(../img/sub/slide_media02.jpg);
}

#galleryWrap .gallery li:nth-child(3) {
    background-image: url(../img/sub/slide_media03.jpg);
}

#galleryWrap .gallery li:nth-child(4) {
    background-image: url(../img/sub/slide_media04.jpg);
}

#galleryWrap .gallery li:nth-child(5) {
    background-image: url(../img/sub/slide_media05.jpg);
}

#galleryWrap .gallery li:nth-child(6) {
    background-image: url(../img/sub/slide_media06.jpg);
}

/*entertainment*/
#galleryWrap .gallery02 li:nth-child(1) {
    background-image: url(../img/sub/slide_entertainment01.jpg);
}

#galleryWrap .gallery02 li:nth-child(2) {
    background-image: url(../img/sub/slide_entertainment02.jpg);
}

#galleryWrap .gallery02 li:nth-child(3) {
    background-image: url(../img/sub/slide_entertainment03.jpg);
}

/*entertainment*/
#galleryWrap .gallery03 li:nth-child(1) {
    background-image: url(../img/sub/slide_education01.jpg);
}

#galleryWrap .gallery03 li:nth-child(2) {
    background-image: url(../img/sub/slide_education02.jpg);
}

#galleryWrap .gallery03 li:nth-child(3) {
    background-image: url(../img/sub/slide_education03.jpg);
}

/*****************************************************************/
/*****************************************************************/

/* contact */
.contactBg {
    background-color: #f2f2f2;
}

/*.conWrap.contact{ background:url(../img/sub/contact_bg.jpg) no-repeat center top; padding-top:400px; }*/
.conWrap.contact {
    background-color: #f2f2f2;
}

.conWrap.contact .inner {
    text-align: center;
    /*background:rgba(255,255,255,0.6);*/
    padding: 80px 0 100px;
}

.conWrap.contact .inner > p {
    font-size: 24px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 70px;
}

.conWrap.contact .inner > p span {
    color: #0076ce;
    font-weight: 500;
}

.conWrap.contact .inner > dl {
    position: relative;
}

.conWrap.contact .inner > dl:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    position: absolute;
    left: 47.5%;
    top: 0;
}

.conWrap.contact .inner > dl > * {
    display: inline-block;
    font-size: 22px;
    width: 49%;
    line-height: 2;
}

.conWrap.contact .inner > dl dt {
    color: #666;
}

.conWrap.contact .inner > dl dt:after {
    content: '';
    display: block;
    clear: both;
}

.conWrap.contact .inner > dl dt p {
    text-align: center;
    width: 40%;
    float: right;
}

.conWrap.contact .inner > dl dd {
    color: #0076ce;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
}

.conWrap.contact .map_area {
    width: 100%;
    height: 670px;
    position: relative;
    overflow: hidden;
}

.conWrap.contact .map_area iframe {
    position: absolute;
    width: 100%;
    height: calc(100% + 150px);
    margin-top: -150px;
}

.conWrap.contact .map_area .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px 0;
    background: rgba(0, 0, 0, .8);
}

.conWrap.contact .map_area .info li {
    float: left;
    width: 33.3333%;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    padding: 3% 0 3% 165px;
    border-right: rgba(255, 255, 255, .2);
    background: no-repeat 22% center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

.conWrap.contact .map_area .info li:after {
    content: '';
    display: block;
    width: 1px;
    height: 114px;
    /*background:rgba(255,255,255,.2);*/
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -57px;
}

.conWrap.contact .map_area .info li:first-child {
    padding: 3% 0 3% 117px;
    background-position: 14% center;
}

.conWrap.contact .map_area .info li:last-child:after {
    display: none;
}

/*SDK*/
.replWrap {
    background-color: #f2f2f2;
}

/*.sdkWrap .subWrap{ background-image: url("../img/sub/sdk_bg.png"); background-size:contain; background-repeat: no-repeat; background-position: top center; }*/
.replWrap .replStrong {
    margin: 60px 0 80px;
}

.conWrap .repl .replcon {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 70px;
    border-top: solid 4px #0076ce;
    border-bottom: solid 4px #0076ce;
}

.conWrap .SDK .SDKcon::after {
    content: '';
    display: block;
    clear: both;
}

.conWrap .SDK .SDKcon h3 {
    position: absolute;
    top: -30px;
    left: -20px;
    padding: 0 40px;
    border-radius: 30px 0 30px 0;
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    background-color: #0076ce;
}

.conWrap .SDK .SDKcon div {
    background-position: center top;
    background-size: cover;
}

.conWrap .SDK .SDKcon > div {
    float: left;
    width: 40%;
    height: auto;
    border-radius: 20px 0 0px 0;
    background-color: #aaa;
}

.conWrap .SDK .SDKcon > div.titH {
    background-color: #fff;
}

.conWrap .SDK .SDKcon > div.titH01 {
    height: 916px;
    background-position: 38%;
}

.conWrap .SDK .SDKcon > div.titH02 {
    height: 355px;
}

.conWrap .SDK .SDKcon > div.titH03 {
    height: 390px;
}

.conWrap .SDK .SDKcon > ul.txtH > li {
    padding: 30px;
}

.conWrap .SDK .SDKcon > ul {
    float: left;
    width: 60%;
    background-color: #fff;
}

.conWrap .SDK .SDKcon > ul > li {
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
}

.conWrap .SDK .SDKcon > ul > li:last-child {
    border-bottom: none;
}

.conWrap .SDK .SDKcon > ul > li > h4 {
    width: 100%;
    font-family: 'Bebas Neue', cursive;
    font-size: 26px;
    color: #0076ce;
}

.conWrap .SDK .SDKcon > ul > li > ul {
    margin-top: 16px;
}

.conWrap .SDK .SDKcon > ul > li > ul > li {
    padding-left: 20px;
    padding-bottom: 8px;
}

.conWrap .SDK .SDKcon > ul > li > ul > li:last-child {
    padding-bottom: 0px;
}

/*SDK contact*/
.conWrap .SDK .SDKcon .SDKcontact span {
    color: #666;
}

/*SDK img*/
.conWrap .SDK .SDKcon:nth-of-type(1) div {
    background-image: url(../img/sub/sdk_img01.jpg);
}

.conWrap .SDK .SDKcon:nth-of-type(2) div {
    background-image: url(../img/sub/sdk_img02.jpg);
}

.conWrap .SDK .SDKcon:nth-of-type(3) div {
    background-image: url(../img/sub/sdk_img03.jpg);
}

/*SDK credentials*/
.conWrap .SDK .SDKcon .SDKcredentials {
    width: 100%;
    padding: 40px 0 20px;
    background-color: #f2f2f2;
}

.conWrap .SDK .SDKcon .SDKcredentials li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.conWrap .SDK .SDKcon .SDKcredentials li:nth-child(even) {
    margin-right: 0;
}

.conWrap .SDK .SDKcon .SDKcredentials li h4 {
    padding: 10px 0 10px;
}

.conWrap .SDK .SDKcon .SDKcredentials li .SDKphoto {
    width: 100%;
    height: 320px;
    background-color: #eee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.conWrap .SDK .SDKcon .SDKcredentials li .SDKphoto.KT {
    background-image: url(../img/sub/slide_entertainment01.jpg);
}

.conWrap .SDK .SDKcon .SDKcredentials li .SDKphoto.Softbank {
    background-image: url(../img/sub/sdk_cre_Softbank.jpg);
}

.conWrap .SDK .SDKcon .SDKcredentials li .SDKphoto.Chungdam {
    background-image: url(../img/sub/slide_education02.jpg);
}

.conWrap .SDK .SDKcon .SDKcredentials li .SDKphoto.Idols5G {
    background-image: url(../img/sub/sdk_cre_Idols.jpg);
}

.conWrap .SDK .SDKcon .SDKcredentials li .SDKphoto.Nreal {
    background-image: url(../img/sub/sdk_cre_Nreal.jpg);
}

/*SDK ob*/
.conWrap .SDK .SDKcon .obSpan {
    display: block;
    position: absolute;
    width: 80px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.conWrap .SDK .SDKcon .ob01 {
    background-image: url(../img/ob/w02.png);
    right: 0;
    top: -67px;
}

.conWrap .SDK .SDKcon .ob02 {
    background-image: url(../img/ob/m05.png);
    left: -32px;
    bottom: -20px;
}

.conWrap .SDK .SDKcon .ob03 {
    background-image: url(../img/ob/m06.png);
    right: -20px;
    bottom: -40px;
}

.conWrap .SDK .SDKcon .ob04 {
    background-image: url(../img/ob/w03.png);
    right: 10px;
    top: 55px;
}

.conWrap .SDK .SDKcon .ob05 {
    background-image: url(../img/ob/pc02.png);
    right: 10px;
    top: 55px;
}

/*SDK link*/
.fasLi {
    margin-right: 6px;
}

.SDKlink {
    color: #0076ce;
    font-weight: 500;
    text-decoration: underline;
}

.SDKlink:hover {
    color: #0041a0;
}

.SDKbgc {
    background-color: #f0fbff;
}

/* repl */
.repl {
    font-size: 1.2rem;
}

.repl-tit {
    height: 60px;
}

.repl .repl-strong {
    margin: 60px 0 80px;
}

.repl .repl-link {
    display: inline-block;
    margin-right: 60px;

}

.repl .repl-link:last-of-type {
    margin-right: 0;
}

.repl .repl-section {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 120px;
    border-top: solid 4px #0076ce;
    border-bottom: solid 4px #0076ce;
    background-color: #fff;
}

.repl .repl-section::after {
    content: '';
    display: block;
    clear: both;
}

.repl .repl-section h3 {
    position: absolute;
    top: -30px;
    left: -20px;
    padding: 0 40px;
    border-radius: 30px 0 30px 0;
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    background-color: #0076ce;
    z-index: 9;
}

.repl .repl-section.border-none {
    border-top: none;
    border-bottom: none;
    background-color: transparent;
}

.repl .grid-wrap-dual {
    display: grid;
    grid-template-columns: 720px 1fr;
}

.repl .repl-introduction__video {
    border-top: solid 4px #0076ce;
    border-bottom: solid 4px #0076ce;
    overflow: hidden;
}

.repl .repl-introduction__video iframe {
    width: 720px !important;
    height: 406px;
    box-sizing: border-box;
    margin: -4px 0 -4px 0;
}

.repl .repl-introduction__img {
    display: grid;
    align-content: center;
    justify-content: center;
}

.repl .repl-introduction__img img {
    height: 400px;
}

.repl .grid-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.repl .why-wrap {
    padding: 20px 24px;
}

.repl .why-item {
    position: relative;
    padding: 28px 20px 20px;
    height: 400px;
    border-right: 1px dashed #0076ce;
    border-bottom: 1px dashed #0076ce;
}

.repl .why-item:nth-child(3n) {
    border-right: none;
}

.repl .why-item:nth-child(n+4):nth-child(-n+6) {
    border-bottom: none;
}

.repl .why-item:after {
    content: '';
    position: absolute;
    right: -22px;
    bottom: -22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #873bff;
    border: 20px solid #fff;
    z-index: 2;
}

.repl .why-item:nth-child(3n):after,
.repl .why-item:nth-child(n+4):nth-child(-n+6):after {
    display: none;
}

.repl .why-item__icon {
    height: 80px;
}

.repl .why-item__tit {
    position: relative;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.8rem;
    color: #0076ce;
    padding-bottom: 20px;
    margin: 20px 0 28px;
}

.repl .why-item__tit:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 16px;
    height: 2px;
    background-color: #0076ce;
}

.repl .ref-wrap {
    background-color: #f2f2f2;
}

.repl .ref-item {
    position: relative;
    overflow: hidden;
    padding-bottom: 68px;
    border-right: 8px solid #f2f2f2;
    border-bottom: 8px solid #f2f2f2;
}

.repl .ref-item:nth-child(3n) {
    border-right: none;
}

.repl .ref-item:nth-child(n+4):nth-child(-n+6) {
    border-bottom: none;
}

.repl .ref-item__tit {
    position: absolute;
    display: grid;
    justify-content: center;
    align-content: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 68px;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background-color: #323232;
}

.repl .ref-item__img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.repl .ref-item:nth-child(1) .ref-item__img {
    background-image: url(../img/sub/repl_img_01.png);
}

.repl .ref-item:nth-child(2) .ref-item__img {
    background-image: url(../img/sub/repl_img_02.png);
}

.repl .ref-item:nth-child(3) .ref-item__img {
    background-image: url(../img/sub/repl_img_03.png);
}

.repl .ref-item:nth-child(4) .ref-item__img {
    background-image: url(../img/sub/repl_img_04.png);
}

.repl .ref-item:nth-child(5) .ref-item__img {
    background-image: url(../img/sub/repl_img_05.png);
}

.repl .ref-item:nth-child(6) .ref-item__img {
    background-image: url(../img/sub/repl_img_06.png);
}


.repl .contact__txt {
    padding: 48px 40px 40px;
}

.repl .contact__way {
    display: inline-block;
    margin-top: 28px;
    margin-right: 40px;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.8rem;
    font-weight: 500;
    color: #0076ce;
}

.repl .contact__way i {
    margin-right: 12px;
}

/*repl ob*/
.repl .obSpan {
    display: block;
    position: absolute;
    width: 80px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
}

.repl .ob01 {
    background-image: url(../img/ob/w02.png);
    left: 664px;
    top: -60px;
}

.repl .ob02 {
    background-image: url(../img/ob/m05.png);
    left: -32px;
    bottom: -20px;
}

.repl .ob03 {
    background-image: url(../img/ob/m06.png);
    right: -20px;
    bottom: -40px;
}

.repl .ob04 {
    background-image: url(../img/ob/w03.png);
    right: 10px;
    top: 55px;
}

.repl .ob05 {
    background-image: url(../img/ob/mobile02.png);
    left: -48px;
    bottom: -40px;
}

.repl .ob06 {
    background-image: url(../img/ob/pc02.png);
    right: 8px;
    top: -64px;
}

/* News */
.news {
    padding-bottom: 6rem;
}

.news__list {
    background-color: #fff;
    border-top: solid 4px #0076ce;
    border-bottom: solid 4px #0076ce;
}

.news__item {
    border-bottom: solid 1px #0076ce;
}

.news__item:last-child {
    border-bottom: none;
}

.news__label {
    width: 100%;
    position: relative;
    padding: 12px 64px 12px 24px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
    line-height: 3rem;
    color: #1d364c;
    align-items: center;
    display: grid;
    grid-template-columns: auto 12rem;
}

.news__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.news__cate {
    font-weight: 400;
    color: #aaa;
    margin-right: 12px;
}

.news__date {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.2rem;
    font-weight: 200;
    color: #0076ce;
    text-align: right;
}

.news__label::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/common/icon_chevron_down.png) no-repeat center center;
    background-size: 20px auto;
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: transform .2s ease-in;
    -webkit-transition: transform .2s ease-in;
    -moz-transition: transform .2s ease-in;
    -ms-transition: transform .2s ease-in;
    -o-transition: transform .2s ease-in
}

.news__label.active::after {
    display: inline-block;
    transform: translateY(-50%) rotate(-180deg);
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg)
}

.news__content {
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease-in-out;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    text-align: center;
}

.news__label.active ~ .news__content {
    border-top: solid 1px #ddd;
}

.news__label.active ~ .news__content p:first-of-type {
    padding-top: 60px;
}

.news__label.active ~ .news__content p:last-of-type {
    padding-bottom: 60px;
}

.minWrap {
    min-height: 100vh;
    background-color: #222;
}




@media all and (max-width:1200px) {
    .w1200 {
        width: 1000px
    }

    /* about */
    .subCon .sec .history li div.year {
        width: 105px;
        padding-right: 16px;
    }

    .subCon .sec .history li div.hisCon {
        width: 228px;
        padding-left: 18px;
    }

    .subCon .sec .history li div.hisCon > p:nth-child(1) {
        line-height: 1.2em;
    }

    .subCon .sec .history li div.hisCon > p:nth-child(2) {
        font-size: 16px;
        line-height: 1.2em;
        color: #999;
    }

    .subCon .sec .preview li {
        float: left;
        width: 293px;
    }

    /* epiclive */
    .conWrap .img_area {
        height: 539px;
    }

    /* entertainment */
    .conWrap .imgSub02 {
        height: 424px;
    }

    /* education */
    .conWrap .imgSub03 {
        height: 386px;
    }

    .subCon .sec .txt_area {
        height: auto;
        padding-left: 20px;
    }

    .subCon .sec .txt_area p {
        font-size: 16px;
    }

    .subCon .list ul li {
        width: 24%;
        padding-right: 1%;
        margin-bottom: 7%;
    }

    .subCon .list ul li p {
        font-size: 16px;
        margin-top: 15px;
    }

    .subCon .partner ul li {
        width: 11.625%;
        margin-right: 1%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    /* conference */
    .conWrap .imgSub04 {
        height: 603px;
    }

    /* 갤러리 *************************************************/
    #galleryWrap .gallery li {
        width: 323px;
        height: 190px;
    }

    /*****************************************************************/
    .conWrap.conf ul {
        width: 100%;
    }

    .conWrap.conf ul li {
        float: none;
        width: 100%;
        border-right: none;
        padding: 160px 3% 30px;
    }

    .conWrap.conf ul li:nth-child(3) {
        border-bottom: 1px solid #e5e5e5;
    }

    .conWrap.conf ul li dl dd {
        padding-left: 0;
        text-align: center;
    }

    .conWrap.contact .inner > dl {
        margin-bottom: 20px;
    }

    .conWrap.contact .inner > dl:after {
        display: none;
    }

    .conWrap.contact .inner > dl > * {
        display: block;
        line-height: 1.3;
        text-align: center;
        width: 100%;
    }

    .conWrap.contact .inner > dl dt p {
        width: 100%;
    }

    .conWrap.contact .inner > dl dd {
        text-align: center;
    }

    .conWrap.contact .map_area .info li,
    .conWrap.contact .map_area .info li:first-child {
        float: none;
        width: 100%;
        text-align: center;
        padding: 20px 0;
        background: none !important;
        text-align: right;
    }

    .conWrap.contact .map_area .info li:after {
        display: none;
    }

    /* repl */
    .repl .grid-wrap-dual {
        grid-template-columns: 600px 1fr;
    }

    .repl .repl-introduction__video iframe {
        width: 600px !important;
        height: 338px;
    }

    .repl .repl-introduction__img img {
        height: 330px;
    }

    .repl .grid-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .repl .why-wrap {
        padding: 20px 24px;
    }

    .repl .why-item {
        height: 460px;
    }

    .repl .why-item__icon {
        height: 80px;
    }

    .repl .ref-item__tit {
        height: 68px;
        font-size: 1.6rem;
    }

    .repl .ref-item__img {
        width: 100%;
        height: 160px;
        background-size: cover;
        background-position: center;
    }

    .repl .ref-item:nth-child(1) .ref-item__img {
        background-image: url(../img/sub/repl_img_01.png);
    }

    .repl .ref-item:nth-child(2) .ref-item__img {
        background-image: url(../img/sub/repl_img_02.png);
    }

    .repl .ref-item:nth-child(3) .ref-item__img {
        background-image: url(../img/sub/repl_img_03.png);
    }

    .repl .ref-item:nth-child(4) .ref-item__img {
        background-image: url(../img/sub/repl_img_04.png);
    }

    .repl .ref-item:nth-child(5) .ref-item__img {
        background-image: url(../img/sub/repl_img_05.png);
    }

    .repl .ref-item:nth-child(6) .ref-item__img {
        background-image: url(../img/sub/repl_img_06.png);
    }


    .repl .contact__txt {
        padding: 48px 40px 40px;
    }

    .repl .contact__way {
        display: inline-block;
        margin-top: 28px;
        margin-right: 40px;
        font-family: 'Bebas Neue', cursive;
        font-size: 1.8rem;
        font-weight: 500;
        color: #0076ce;
    }

    .repl .contact__way i {
        margin-right: 12px;
    }

    /*repl ob*/
    .repl .obSpan {
        display: block;
        position: absolute;
        width: 80px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .repl .ob01 {
        left: 530px;
        top: -60px;
    }

}

@media all and (max-width:960px) {
    .w1200 {
        width: 90%;
    }

    .sub_tit h2.epicLogo {
        height: 26%;
    }

    .conWrap > div > strong {
        font-size: 18px;
        line-height: 1.4em;
        font-weight: 400;
        margin: 40px 0 40px;
    }

    /* about */
    .subCon .sec .history li div.year {
        width: 33.3333%;
        padding-right: 16px;
        font-size: 18px;
        line-height: 26px;
    }

    .subCon .sec .history li div.hisCon {
        width: 66.6666%;
        padding-left: 18px;
    }

    .subCon .sec .history li div.hisCon > p:nth-child(1) {
        font-size: 15px;
    }

    .subCon .sec .history li div.hisCon > p:nth-child(2) {
        font-size: 12px;
        margin-top: 6px;
    }

    .subCon .sec .preview li {
        float: left;
        width: 48%;
        margin-right: 4%;
    }

    /* epiclive */
    /* 탭메뉴 */
    .epicTab ul li {
        width: 140px;
        margin-left: -4px;
        margin-right: 10px;
    }

    .epicTab ul li a {
        line-height: 50px;
        font-size: 18px;
    }

    .epicTab ul li a .fas {
        top: 50%;
        left: 50%;
        margin-left: 25px;
        margin-top: -5px;
        font-size: 12px;
    }

    /* 테이블 */
    .conWrap .tbl .row .txt {
        height: auto;
    }

    .conWrap .tbl .row .txt {
        font-size: 16px;
    }

    /* 이미지 아래로 내리기 */
    .conWrap .tbl {
        width: 100%;
        float: none;
    }

    .conWrap .tbl .row .txt {
        border-right: none;
    }

    .conWrap.edu .tbl {
        margin-bottom: 0;
    }

    .conWrap .img_area {
        width: 100%;
        height: 300px !important;
        float: none;
    }

    /* 갤러리 *************************************************/
    #galleryWrap .gallery li {
        width: 32%;
        margin-right: 2%;
        height: 130px;
    }

    #galleryWrap .gallery li:nth-child(3n) {
        margin-right: 0;
    }

    /*****************************************************************/
    /* SDK */
    .sdkWrap .sdkStrong {
        margin: 40px 0 60px;
    }

    .conWrap .SDK .SDKcon h3 {
        left: 50%;
        transform: translate(-50%, 0);
        padding: 0 30px;
        font-size: 28px;
    }

    .conWrap .SDK .SDKcon > ul > li > h4 {
        font-size: 24px;
    }

    .conWrap .SDK .SDKcon > ul > li {
        font-size: 16px;
    }

    .conWrap .SDK .SDKcon > div {
        float: left;
        width: 100%;
        border-radius: 0 0 20px 0;
    }

    .conWrap .SDK .SDKcon > div.titH {
        height: 300px;
        background-position: center;
    }

    .conWrap .SDK .SDKcon > div.titH02 {
        height: 300px;
    }

    .conWrap .SDK .SDKcon > div.titH03 {
        height: 300px;
    }

    .conWrap .SDK .SDKcon > ul {
        float: left;
        width: 100%;
    }

    .conWrap .SDK .SDKcon .ob04 {
        background-image: url(../img/ob/w03.png);
        right: 40px;
        top: 590px;
    }

    .conWrap .SDK .SDKcon .SDKcredentials li .SDKphoto {
        height: 200px;
    }

    /* repl */
    .repl {
        font-size: 1rem;
    }

    .repl-tit {
        height: 40px;
    }

    .repl .repl-section h3 {
        font-size: 1.6rem;
    }

    .repl .grid-wrap-dual {
        display: grid;
        grid-template-columns: 1fr;
    }

    .repl .repl-introduction__video {
        position: relative;
        height: 0;
        padding-top: 56.25%;
    }

    .repl .repl-introduction__video iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        margin: 0;
    }

    .repl .repl-introduction__img {
        display: grid;
        width: 100%;
        padding: 80px 80px 0;
    }

    .repl .repl-introduction__img img {
        width: 100%;
        height: inherit;
        margin: auto;
    }

    .repl .grid-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .repl .why-item {
        height: auto;
        border-right: 1px dashed #0076ce;
        border-bottom: 1px dashed #0076ce;
    }

    .repl .why-item:nth-child(3n) {
        border-right: 1px dashed #0076ce;
    }

    .repl .why-item:nth-child(n+4):nth-child(-n+6) {
        border-bottom: 1px dashed #0076ce;
    }

    .repl .why-item:nth-child(2n) {
        border-right: none;
    }

    .repl .why-item:nth-child(n+5):nth-child(-n+6) {
        border-bottom: none;
    }

    .repl .why-item:nth-child(3n):after {
        display: block;
    }

    .repl .why-item:nth-child(2n):after,
    .repl .why-item:nth-child(n+5):nth-child(-n+6):after {
        display: none;
    }

    .repl .why-item__icon {
        height: 60px;
    }

    .repl .why-item__tit {
        font-size: 1.6rem;
        color: #0076ce;
        padding-bottom: 20px;
        margin: 20px 0 28px;
    }

    .repl .ref-item {
        padding-bottom: 60px;
    }

    .repl .ref-item:nth-child(3n) {
        border-right: 8px solid #f2f2f2;
    }

    .repl .ref-item:nth-child(n+4):nth-child(-n+6) {
        border-bottom: 8px solid #f2f2f2;
    }

    .repl .ref-item:nth-child(2n) {
        border-right: none;
    }

    .repl .ref-item:nth-child(n+5):nth-child(-n+6) {
        border-bottom: none;
    }

    .repl .ref-item__tit {
        height: 60px;
        font-size: 1.4rem;
    }

    .repl .ref-item__img {
        width: 100%;
        height: 180px;
        background-size: cover;
        background-position: center;
    }

    .repl .contact__way {
        font-size: 1.4rem;
    }

    .repl .contact__way i {
        margin-right: 10px;
    }

    /*repl ob*/
    .repl .obSpan {
        display: block;
        position: absolute;
        width: 80px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .repl .ob01 {
        background-image: url(../img/ob/w02.png);
        left: inherit;
        right: 0;
        top: -60px;
    }

    .repl .ob02 {
        left: 40px;
        bottom: 0;
    }

    /*  news  */
    .news__label {
        width: 100%;
        position: relative;
        font-size: 1.2rem;
        font-weight: 600;
        text-align: left;
        line-height: 28px;
        color: #1d364c;
        align-items: center;
        display: grid;
        grid-template-columns: 100%;
    }
    
    .news__cate{
        margin-right: 8px;
    }

    .news__date {
        font-size: 1rem;
        text-align: left;
    }

    .news__content {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .news__label.active ~ .news__content {
        padding: 32px 24px;
        border-top: solid 1px #ddd;
    }
}

@media all and (max-width:640px) {
    .subVis {
        height: 200px;
        margin-bottom: 40px;
    }

    .sub_tit h2 {
        font-size: 40px;
        margin-top: 5%;
    }

    .sub_tit h2.epicLogo {
        margin-top: 7%;
    }

    .subCon .sec .w1200 > div {
        float: none;
        width: 100%;
        text-align: center;
    }

    /* about */
    .subCon .sec .history {
        margin-top: 30px;
    }

    .subCon .sec .history li div.year {
        width: 50%;
        padding-right: 28px;
        font-size: 21px;
        line-height: 26px;
    }

    .subCon .sec .history li div.hisCon {
        width: 50%;
        padding-left: 25px;
    }

    .subCon .sec .history li div.hisCon > p:nth-child(1) {
        font-size: 18px;
    }

    .subCon .sec .history li div.hisCon > p:nth-child(2) {
        font-size: 16px;
        margin-top: 6px;
    }

    .subCon .sec .history {
        float: left;
        width: 100%;
    }

    .subCon .sec .preview {
        float: left;
        width: 100%;
        padding-left: 0px;
    }

    .subCon .sec .txt_area p span.block {
        display: none;
    }

    /* partner */
    .subCon .partner ul li {
        width: 24.25%;
        margin-right: 1%;
    }

    .subCon .partner ul li:nth-child(4n) {
        margin-right: 0;
    }

    /* epiclive */
    /* 탭메뉴 */
    .epicTab ul {
        width: 90%;
    }

    .epicTab ul li {
        display: inline-block;
        width: 40%;
        margin-left: -4px;
        margin-right: 4%;
        margin-bottom: 15px;
    }

    .epicTab ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .conWrap > div > strong {
        line-height: 1.2em;
        margin: 20px 0 30px;
    }

    .conWrap .img_area {
        height: 280px !important;
    }

    /* 공통 */
    /* 갤러리 *************************************************/
    #galleryWrap .gallery li {
        width: 100%;
        margin-right: 0;
        height: 280px;
    }

    /*****************************************************************/
    .subCon .sec .txt_area {
        padding: 30px 0 0;
        display: block;
    }

    .subCon .sec .txt_area p {
        display: block;
        word-break: keep-all;
    }

    .subCon .list ul li {
        width: 49%;
    }

    .subCon .list ul li:nth-child(2n) {
        padding-right: 0;
    }

    .conWrap.contact {
        background-size: 100%;
        padding-top: 26%;
    }

    .conWrap.contact .inner {
        padding: 8% 0 15%;
    }

    .conWrap.contact .inner > p {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .conWrap.contact .inner > p br {
        display: none;
    }

    .conWrap.contact .inner > dl > * {
        font-size: 20px;
    }

    /*SDK*/
    .conWrap .SDK .SDKcon h3 {
        padding: 0 20px;
        font-size: 22px;
        text-align: center;
    }

    .conWrap .SDK .SDKcon > ul > li > h4 {
        font-size: 20px;
    }

    .conWrap .SDK .SDKcon > ul > li {
        font-size: 15px;
    }

    .conWrap .SDK .SDKcon > div.titH {
        height: 220px;
        background-position: center;
    }

    .conWrap .SDK .SDKcon > div.titH02 {
        height: 220px;
    }

    .conWrap .SDK .SDKcon > div.titH03 {
        height: 220px;
    }

    .conWrap .SDK .SDKcon .ob04 {
        background-image: url(../img/ob/w03.png);
        right: 20px;
        top: 445px;
    }

    .conWrap .SDK .SDKcon .SDKcredentials li .SDKphoto {
        height: 200px;
    }

    /* repl */
    .repl {
        font-size: 1rem;
    }

    .repl .repl-link {
        display: block;
        margin: 0;
        font-size: 1.2rem;
    }

    .repl .repl-section {
        margin-bottom: 100px;
    }

    .repl .repl-section h3 {
        font-size: 1.4rem;
        line-height: 1;
        padding: 12px 40px 8px;
    }

    .repl .repl-introduction__video {
        position: relative;
        height: 0;
        padding-top: 56.25%;
    }

    .repl .repl-introduction__video iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        margin: 0;
    }

    .repl .repl-introduction__img {
        display: grid;
        width: 100%;
        padding: 40px 40px 0;
    }

    .repl .grid-wrap {
        display: grid;
        grid-template-columns: 1fr;
    }

    .repl .why-item {
        height: auto;
        border-right: none !important;
        border-bottom: 1px dashed #0076ce;
    }

    .repl .why-item:nth-child(n+5):nth-child(-n+5) {
        border-bottom: 1px dashed #0076ce;
        ;
    }

    .repl .why-item:after {
        display: none !important;
    }

    .repl .why-item__icon {
        height: 60px;
    }

    .repl .why-item__tit {
        font-size: 1.4rem;
        color: #0076ce;
        padding-bottom: 12px;
        margin: 12px 0 14px;
        text-align: left;
    }

    .repl .ref-item {
        padding-bottom: 48px;
        border-right: none !important;
        border-bottom: 8px solid #f2f2f2;
    }

    .repl .ref-item:nth-child(2n) {
        border-right: none;
    }

    .repl .ref-item:nth-child(n+5):nth-child(-n+6) {
        border-bottom: 8px solid #f2f2f2;
    }

    .repl .ref-item:last-child {
        border-bottom: none !important;
    }

    .repl .ref-item__tit {
        height: 48px;
        font-size: 1.2rem;
    }

    .repl .ref-item__img {
        height: 180px;
    }

    .repl .contact__way {
        display: block;
        font-size: 1.2rem;
        margin: 20px 20px 0 0;
    }

    .repl .contact__way i {
        margin-right: 10px;
    }

    /*repl ob*/
    .repl .obSpan {
        display: block;
        position: absolute;
        width: 80px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .repl .ob02 {
        left: 40px;
        bottom: 0;
    }
}

@media all and (max-width:460px) {
    h3 {
        text-align: center;
    }

    h4 {
        text-align: center;
    }

    .subCon .partner ul li {
        width: 49%;
        margin-right: 2%;
    }

    .subCon .partner ul li:nth-child(2n) {
        margin-right: 0;
    }

    /* epiclive */
    .conWrap .img_area {
        height: 240px !important;
    }

    /* 갤러리 *************************************************/
    #galleryWrap .gallery li {
        width: 100%;
        margin-right: 0;
        height: 240px;
    }

    /*****************************************************************/
    /*SDK*/
    .conWrap .SDK .SDKcon h3 {
        top: -17px;
        padding: 0 14px;
        font-size: 20px;
        line-height: 34px;
        border-radius: 15px 0 15px 0;
    }

    .conWrap .SDK .SDKcon > ul > li > h4 {
        font-size: 20px;
    }

    .conWrap .SDK .SDKcon > ul > li {
        font-size: 14px;
    }

    .conWrap .SDK .SDKcon > div.titH {
        height: 200px;
        background-position: center;
    }

    .conWrap .SDK .SDKcon > div.titH02 {
        height: 200px;
    }

    .conWrap .SDK .SDKcon > div.titH03 {
        height: 200px;
    }

    .conWrap .SDK .SDKcon .SDKcredentials li .SDKphoto {
        height: 120px;
    }

    .conWrap .SDK .SDKcon .obSpan {
        display: none;
    }

    .conWrap .SDK .SDKcon .SDKcredentials {
        padding: 25px 0 0;
    }

    .conWrap .SDK .SDKcon .SDKcredentials li h4 {
        padding: 0 0 8px;
    }
}
