@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face{font-family: CP Sans;src:url('../font/CPSansText-aLt.ttf') format('TrueType'); font-weight: 100;}
@font-face{font-family: CP Sans;src:url('../font/CPSansText-bRg.ttf') format('TrueType'); font-weight: 200;}
@font-face{font-family: CP Sans;src:url('../font/CPSansText-cMd.ttf') format('TrueType'); font-weight: 400;}
@font-face{font-family: CP Sans;src:url('../font/CPSansText-dSb.ttf') format('TrueType'); font-weight: 500;}   
@font-face{font-family: CP Sans;src:url('../font/CPSansText-eBd.ttf') format('TrueType'); font-weight: 600;}   

.cp-font-light{ font-family: 'CP Sans'; font-weight: 100;}
.cp-font-regular{ font-family: 'CP Sans'; font-weight: 200;}
.cp-font-medium{ font-family: 'CP Sans'; font-weight: 400;}
.cp-font-semi{ font-family: 'CP Sans'; font-weight: 500;}
.cp-font-bold{ font-family: 'CP Sans'; font-weight: 600;}


body {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: normal; 
    letter-spacing:-0.05em ; 
    line-height: 1.3; 
    box-sizing: border-box; 
    color:#212b36; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: auto;
}
a {
    text-decoration: none !important;
    cursor: pointer;
}
a:focus,.a:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none;
}
label {cursor: pointer;}
ul {
    padding-inline-start: 0px !important;
}
li {list-style: none;}
.cursor {cursor: pointer;}

.body_filter {
    filter: none;
}
.body_filter.on {
    filter: grayscale(1);
}

/*top_banner*/
.index_nav {
    position: relative;
    width: 100%;
    z-index: 9;
}
.index_nav.scroll {
    position: fixed; top:0;
}
.mobile_nav {
    position: relative;
    width: 100%;
    z-index: 9;
}
.mobile_nav.scroll {
    position: fixed; top:0;
}
.close {line-height: 1.5 !important;}
.mo-nav-close{position: absolute; right: 24px; top: 16px; z-index: 9999999;}
.top_banner .btnClose {
    position: absolute; right: 20%; 
    transform: rotateX(45deg);
}
.kakao-btn .content .btnClose2 {
    position: absolute; top: 2%; right: 5%; 
    transform: rotateX(45deg);
    display: none;
}

/* 메인 슬라이드 설정 */
.slide-btn {font-size: 30px;}

.main-slide-text{
    font-family: 'CP Sans' ,sans-serif;
    font-size:55px; 
    letter-spacing: -1.65px; 
    font-weight:500;
}
.sub-slide-text{
    font-family: 'CP Sans' ,sans-serif;
    font-size:24px; 
    font-weight:200;
    letter-spacing: -1.08px; 
}

.main-btn1 { 
    font-family: 'CP Sans' ,sans-serif;
    padding : 18px 60px;
    font-weight:400;
    line-height:28px;
}
.main-btn2 { 
    font-family: 'CP Sans' ,sans-serif;
    padding : 18px;
    font-weight:400;
    line-height:28px;
}

.main-btn3 { 
    font-family: 'CP Sans' ,sans-serif;
    padding : 18px 60px;
    font-weight:400;
    line-height:28px;
}

.main-btn4 { 
    font-family: 'CP Sans' ,sans-serif;
    padding:19px 0px 18px 0px;
    width:250px;
    font-weight:400;
    line-height:28px;
}

.main-slide-text3{
    font-size:35px;
    font-weight:200;
    letter-spacing: -1.65px;
}
.main-slide-text3-1{
    font-size:45px;
    font-weight:600;
    letter-spacing: -1.65px;
}

.main-slide-text3-2{
    font-size:40px;
    font-weight:600;
    letter-spacing: -1.65px;
}

.sub-slide-text3{
    font-family: 'CP Sans' ,sans-serif;
    font-size:24px; 
    font-weight:200;
    letter-spacing: -1.08px; 
    color:#758290;
}

.checkbox1{ 
    border-radius: 12px; 
    border: 2px solid #508ec7;
    padding: 13px 15px 15px 15px;
}

input[id="cb1"] + label {
    cursor:pointer;
}
input[id="cb1"] + label > span {
    vertical-align: middle;
    padding-left: 5px;
    font-weight:bold;
    font-size: 20px;
    color:#2469a9;
    font-family: 'CP Sans' ,sans-serif;
}

input[id="cb1"] + label:before{
    content:"";
    display:inline-block;
    width:20px;
    height:20px;
    border:2px solid #508ec7;
    border-radius: 50%;
    vertical-align:middle;
    }
input[id="cb1"]:checked + label:before{
    content:"";
    background-color: transparent;
    border-color:#508ec7;
    background-image: url('../img/main-slide-checked.png');
    background-repeat: no-repeat;
    background-position: 50%;
    }
input[id="cb1"] {
    display: none;
}



.checkbox2{ 
    border-radius: 12px; 
    border: 2px solid #9aa8b7;
    padding: 13px 15px 15px 15px;
}

input[id="cb2"] {
	display: none;
}

input[id="cb2"] + label {
    cursor:pointer;
}
input[id="cb2"] + label > span {
    vertical-align: middle;
    padding-left: 5px;
    font-weight:bold;
    font-size: 20px;
    color:#9aa8b7;
    font-family: 'CP Sans' ,sans-serif;
}

.label-sm-text{
    font-weight:200;
    font-size: 15px;
    color:black;
    font-family: 'CP Sans' ,sans-serif;
    background-color:#d8e0e9;
    padding:5px;
    margin-right:8px;
}

.label-sm-text:nth-child(1){
    margin-left: 8px;
}

input[id="cb2"] + label:before{
    content:"";
    display:inline-block;
    width:20px;
    height:20px;
    border:2px solid #9aa8b7;
    border-radius: 50%;
    vertical-align:middle;
    }

input[id="cb2"] {
	display: none;
}



@media (min-width: 915px){
    .col-md-88 {
        flex: 0 0 48%;
        max-width: 49%;
    }
}
@media (min-width: 768px){
    .col-md-28{
        flex: 0 0 28%;
        max-width: 29%;
    }
}
@media (max-width: 767px){
    .col-md-28{
        width: 100%;
    }
}
@media (min-width: 768px){
    .col-md-38{
        flex: 0 0 38%;
        max-width: 39%;
    }
}
@media (max-width: 767px){
    .col-md-38{
        width: 100%;
    }
}

@media (min-width: 768px){
    .border-left-line{
        border-left: 1px solid #dee2e6!important
    }
}

/*expand*/
.top_banner li {
    list-style: none;
    white-space: nowrap;
}
.top_banner li img {width: 60px;}
/* .top_expand {
    border: 3px solid #212b38; 
    background:url('../img/top_banner_back.jpg') no-repeat center top;
    display: none !important;    
    box-shadow: 4px 9px 15px rgb(0 0 0 / 55%); 
    background-size: cover;
}
.top_banner:hover .top_expand {
    display: flex!important;
    position: absolute; left: 50%;
    transform: translateX(-50%);
    z-index: 999;
} */

/*kakao-btn*/
.pc-kakao {
    position: fixed;
    bottom: 5%; right: 5%;
    color: #381e1f;
    width: 240px; height: 75px;
    display: inline-flex !important;
    border-radius: 75px;
    box-shadow: 5px 3px 10px rgb(0 0 0 / 25%);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: -2px;
    cursor: pointer;
    z-index: 99;
}
.mobile-kakao {
    position: fixed;
    bottom: 5%; right: 5%;
    color: #381e1f;
    width: 65px; height: 65px;
    display: inline-flex !important;
    border-radius: 65px;
    padding-top: 10px;
    padding-left: 7px;
    box-shadow: 5px 3px 10px rgb(0 0 0 / 25%);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
    display: none !important;
}
.pc-kakao>.kakao {
    width: 62px; height: 60px;
}
.mobile-kakao>.kakao {
    width: 52px; height: 50px;
}
.kakao img {
    width: 100%; height: 100%;
}
.content {
    width: 320px; height: 400px;
    background-color: #fff;
    background-size: contain;
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: 5px 3px 15px rgb(0 0 0 / 55%);
    text-align: center;
    letter-spacing: -1px;
    display: none;
}
.content li {white-space: nowrap;}
.content .font-500 {font-weight: 500;}
.kakao_box {
    color: #381e1f;
}
.kakao-btn:hover .content {
    display: block;
    position: fixed; bottom: 10.8%; right: 8%;
    z-index: 999;
}

/* partner-popup */
.layer-popup {
    display: none;
    position: fixed;
    top: 0%;
    right: 0;
    bottom: 0;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.layer-popup.show {
    display: block;
}

.layer-popup.hide {
    display: hide;
}

.modal-row{
    padding: 0 15px;
}

.partner-popup{ 
    width: 1024px;
    padding:30px; 
    background-color: #e9eff2;
    position:fixed;
    top:50%;
    left:51%;
    transform: translate3d(-50%, -50%, 0);
}

.partner-popup2{ 
    width: 550px;
    padding:30px; 
    background-color: #e9eff2;
    position:fixed;
    top:57%;
    left:51%;
    transform: translate3d(-50%, -50%, 0);
}

.modal-partner1 {
    width: 1090px;
    height: 70vh;
    margin: 0 auto;
    background-color: #fff;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate3d(-50%, -50%, 0);
    /* box-shadow: 0px 0px 15px grey; */
}


/*mini_popup*/
.pc-mini {
    position: fixed;
    bottom: 5%; right: 2%;
    cursor: pointer;
    z-index: 99;
    background-color: #EDEDED;
    border-radius: 30px;
    padding:20px 11px 20px 11px;
}


.popup-first{
    font-size: 18px;
    color:#636363;
    letter-spacing: -2px;
}

.popup-title{
    font-size: 20px;
    color:#1a1a1a;
    letter-spacing: -2px;
}

.popup-title2{
    font-size: 20px;
    color:#346AFF;
    letter-spacing: -2px;
}

.popup-first-2{
    font-size: 18px;
    color:#636363;
    letter-spacing: -2px;
}

.mini-popup-btn{ 
    background-color: #346AFF;
    padding: 3px 0;
    width: 140px;
    color:white;
    border:none;
    border-radius: 3px;
    line-height:25px;
    font-size:17px;
}

.mobile-mini {
    position: fixed;
    bottom: 13%; right: 5%;
    cursor: pointer;
    z-index: 99;
    background-color: #EDEDED;
    border-radius: 30px;
    padding:20px;
}

.mobile-mini-close{ display:none !important;}

.mo-popup-close{position:absolute; right:12px; top:5px;}


/*main_popup*/
.layerPopup {
    position: fixed; top: 16%; left: 50%;
    transform: translateX(-50%);
    width: 760px; height: auto;
    z-index: 99999;    
    border-bottom: 3px solid #212b38;
    border-left: 3px solid #212b38;
    border-right: 3px solid #212b38;
}
.layerPopup li {list-style: none;}
.layerPopup .popup_box {
    background: url(../img/main-popup.jpg) no-repeat center top; 
    background-size: cover;
}
/* .Mainbtnfree {border: 1px solid #212b38;} */
/* .popup_box li img {width: 40px;}
.today_x_close {width: 25px;} */
.layerPopup_back {
    background: rgb(0 0 0 / 20%);
    width: 100%; height: 100%;
    position: fixed;
    z-index: 999999;
    top:0;
    left: 0;
}

/*main_popup_promotion*/
.proPopup {
    position: fixed; top: 16%; left: 50%;
    transform: translateX(-50%);
    width: 510px; height: auto;
    z-index: 99999;    
    /* border: 10px solid #212b38; */
}

.popup-btn-border{ border:2px solid #346AFF;}


.pro-mini {
    background-color: #212b38;
    padding: 0.2rem 2rem !important;
    border-radius: 5px;
}
.pro-bg {
    background: url(../img/popup-layer.png) no-repeat;
    background-color: #f6c8d6;
    background-size: cover;
    /* background: linear-gradient(90deg, rgba(248,187,166,1) 
    10%, rgba(82,129,243,1) 49%,
    rgba(147,202,243,1) 100%); */
}
.new-img {
    width: 100%; height: 100%;
}


.popup-font-1{ font-size:20px;}
.popup-main-title{ font-size:30px;}
.popup-sub{ font-size:20px;}
.popup-sub2{ font-size:16px;}
.popup-sub3{ font-size:12px;}
.popup-btn-text{ font-size:17px; padding-top:10px; padding-bottom:10px;}
.propopup-set{
    border-radius: 15px; padding:30px 30px 30px 30px;
}

.popclose-set{
    cursor:pointer; width: 20px; position: absolute; top:10px; right: 10px;
}

.proPopup li {list-style: none;}
.proPopup .propopup_box {
    background-color: #CDECF1;
    background: url(../img/popup1.jpg) no-repeat; background-size: contain;
    width:419px;
    height:580px;
}

.proPopup .propopup_box2 {
    background-color: #CDECF1;
    background: url(../img/bg2.jpg) no-repeat; background-size: contain;
    width:419px;
    height:580px;
}
.popup-margin{margin-top:100%;}
/* .propopup_box_inner {background: url(../img/bg.jpg) no-repeat; background-size: cover;} */
/* .propopup_box_inner2 {background: url(../img/new-main-popup2.png) no-repeat right 60%/65%;} */
.Mainbtnfree {border-radius: 3px;}
.propopup_box li img {width: 40px;}
.propopup_box2 li img {width: 40px;}
.today_x_close {width: 25px;}
.popup-shadow {
    box-shadow: -3px 3px 15px #212b38;
    border-radius:15px;
}

.popup-shadow2{
    box-shadow : 0px 0px 12px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
}

.popup-shadow3{
    box-shadow : 0px 0px 12px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}
.main-close {
    display: inline-block !important;
}
.popup-txt {
    padding: 2px 30px !important;
    border-radius: 3px;
}

.popup-reverse{
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width : 576px){

    .popup-setting{
        position: relative;
        width : 45%;
    }

    .popup-setting2{
        width:55%;
    }
    
    .popup-set{
        position: absolute;
        top: -100px;
        width: 270px;
        margin-left: 3rem;
    }
    .popup-set2{
        padding-top: 90px;
        margin-left:3rem;
    }

    .popup-reverse{
        display: flex;
    }

    .pc-hide{
        display: block;
    }

    .mo-hide{
        display: none !important;
    }
}




.col-6-m {
    -ms-flex: 0 0 50%;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    /* padding-right: 12px !important;
    padding-left: 12px !important; */
}


.absolute-1{
position: absolute;
left:35vw;
top: 135px;
}

.absolute-2{
    position: absolute;
    right: 57.5rem;
    top: 135px;
}

.absolute-3{
    position: absolute;
    left: 70rem;
    top: 135px;
}

.menu-in-menu{ 
    padding-top:12px;
    padding-bottom:12px;
    padding-left:12px;
    width:240px;
    background-color: transparent;
}

.menu-in-menu:hover{
    background-color: #F5F7FA;
}

.menu-in-menu:hover > .nav-a{
    color:#346AFF !important;
    text-decoration: none !important;   
}

/* .nav-a:hover{
    color:#346AFF !important;
    text-decoration: none !important;
} */

.sub_1 > div > div > nav { 
    border-radius: 0px 0px 4px 4px;
    /* box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.3);  */
}

.sub_2 > div > div > nav { 
    border-radius: 0px 0px 4px 4px;
    /* box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.3);  */
}

.sub_3 > div > div > nav { 
    border-radius: 0px 0px 4px 4px;
    /* box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.3);  */
}


.sub_1, .sub_2, .sub_3{
    z-index: 99;
}
.sub_fix {
    position: fixed; top: 71px;
    z-index: 99;
}

.single-item-mo .slick-dots {
    bottom: 0px !important;
}
.single-item-mo ul {margin-bottom: 0 !important;}

.pc-story {display: block !important;}
.mobile-story {display: none !important;}

/*---------------button:hover----------------*/
.main-popup>.Mainbtnfree:hover {
    text-decoration: underline !important;
}
.main-popup>.MainbtnClose:hover {
    text-decoration: underline !important;
}
#cta1>a:first-child:hover {
    text-decoration: underline !important;
}
#cta1>a:nth-child(2):hover {
    text-decoration: underline !important;
}
.Gui-btn>a:first-child:hover {
    text-decoration: underline !important;
}
.Gui-btn>a:last-child:hover {
    text-decoration: underline !important;
}
.back-btn:hover {
    text-decoration: underline !important;
}
/* .next-btn:hover {
    text-decoration: underline !important;
} */
.success_menu>a:hover {
    background-color: #212b38 !important;
    color: white !important;
}
.success_list>a:hover>img {
    /* transform: scale(0.95); */
    opacity: 0.5;
}
.class-btn:hover {
    text-decoration: underline !important;
}

/*------무료컨설팅 신청버튼 호버시 나타나는 팝업------*/
.cap-mini {
    display: none;
    position: fixed; top: 17%; right: 25%;
    cursor: pointer;
    z-index: 999;
}
#cta1>a:nth-child(1):hover .cap-mini  {
    display: block !important;
}

#rink-popup{
    font-weight:400;
    cursor:pointer;
    text-decoration : underline;
}

#adspopup{
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: auto;
    z-index: 99999;
    border: 10px solid #212b38;
}


#ads-popup{
    background-color: #fff;
    border:1px solid black;
    margin : 0 auto;
    cursor: pointer;
    z-index: 999;
}


.ads-tr > td:nth-child(2){
    width:65%;
}

.ads-tr > td{
    padding: 10px;
    border : 1px solid black;
}

.ads-tr2 > td{
    padding: 10px;
    border : 1px solid black;
}

.ads-tr3 > td {
    padding: 10px;
    border : 1px solid black;
}

.ads-td{
    width:15%;
    text-align: center;
    height:auto;
    border : 1px solid black;
}


/*--------------------색상/테두리 설정--------------------*/
.bf-02:hover {border:1px solid #009ee9 !important;}

.bc-00 {border: 2px solid #fff !important;}
.bc-01 {border: 1px solid #fff !important;}
.bc-02 {border: 1px solid #ccc !important;}
.bc-03 {border: 1px solid #212b38 !important;}
.bc-04 {border: 10px solid #e7e9eb !important;}
.bc-05 {border: 1px solid #4D4D4D !important;}

.bl-01 {border-left: 2px solid #fff;}
.bl-02 {border-left: 1px solid #ccc;}

.br-01 {border-right: 2px solid #fff;}
.br-02 {border-right: 2px solid #e7e9eb;}
.br-03 {border-right: 1px solid #ccc;}

.blr-01 {
    border-left: 1px solid #212b38;
    border-right: 1px solid #212b38;
    box-sizing: border-box;
}


/*--------------------pc / mo 숨김--------------------*/




.bt-05 {border-top: 2px solid #e7e9eb;}
.bt-06 {border-top: 1px solid #ccc;}
.bt-09 {border-top: 1px solid rgba(0, 0, 0, 0.2);}

.bb-00 {border-bottom: 1px solid #212b38;}
.bb-01 {border-bottom: 2px solid #212b38;}
.bb-02 {border-bottom: 3px solid #fff;}
.bb-05 {border-bottom: 2px solid #fff;}
.bb-06 {border-bottom: 2px solid #e7e9eb;}
.bb-07 {border-bottom: 1px solid #ccc;}
.bb-08 {border-bottom: 1px solid #fff;}
.bb-09 {border-bottom: 1px solid rgba(0, 0, 0, 0.2);}
.bb-10 {border-bottom: 1px solid #97AACC;}

.bd-01 {border-radius: 10px;}

.bg-white{background-color: #fff;}
.bg-slide{background-color: #F1F6FF !important;}
.bg-co {background-color: #212b38 !important;}
.bg-op {background-color: rgba(33,43,56,0.3) !important;}
.bg-01 {background-color: #212b37 !important;}
.bg-02 {background-color: #ececec !important;}
.bg-02-1 {background-color: #efefef !important;}
.bg-03 {background-color: #5bacd4 !important;}
.bg-04 {background-color: #5a6b7a !important;}
.bg-05 {background-color: #3698f3 !important;}
.bg-06 {background-color: #dbdfe4 !important;}
.bg-07 {background-color: #f9ec03 !important;}
.bg-08 {background-color: #f2f2f2 !important;}
.bg-10 {background-color: #f5f6f8 !important;}
.bg-11 {background-color: #f0f1f3 !important;}
.bg-14 {background-color: #f2b837 !important;}
.bg-15 {background-color: #f6f7f9 !important;}
.bg-16 {background-color: #5cabd6 !important;}
.bg-18 {background-color: #8dba53 !important;}
.bg-19 {background-color: #f0f0f0 !important;}
.bg-20 {background-color: #f6d500 !important;}
.bg-21 {background-color: #d8d9db !important;}
.bg-22 {background-color: #fef8ec !important;}
.bg-23 {background-color: #9bb95c !important;}
.bg-24 {background-color: #f5f5f5 !important;}
.bg-25 {background-color: #fffd32 !important;}
.bg-26 {background-color: #292f39 !important;}
.bg-27 {background-color: #e8e8e8 !important;}
.bg-28 {background-color: #fffc00 !important;}
.bg-29 {background-color: #fdf2f5 !important;}
.bg-30 {background-color: #3E4F6D !important;}
.bg-31 {background-color: #0C84C2 !important;}
.bg-32 {background-color: #346AFF !important;}
.bg-33 {background-color: #e9eff2 !important;}
.bg-34 {background-color: #e7eff6 !important;}
.bg-35 {background-color: #dddddd !important;}
.bg-36 {background-color: #99a1b5 !important;}
.bg-37 {background-color: #e4bb4f !important;}

.a-co {color: #fff !important;}
.b-co {color: #000 !important;}
.ma-co {color: #212b38 !important;} /*메인컬러*/
.cl-01 {color:#bcb6ba !important;}
.cl-02 {color:#009ee9 !important;}
.cl-03 {color:#666666 !important;}
.cl-04 {color:#d3d3d3 !important;}
.cl-05 {color:#5b7484 !important;}
.cl-07 {color:#979797 !important;}
.cl-08 {color:#fafafa !important;}
.cl-11 {color:#cfcfcf !important;}
.cl-12 {color:#454f5b  !important;}
.cl-13 {color:#ffe400  !important;}
.cl-14 {color: #e4bb4f !important;}
.cl-15 {color: #fffc00 !important;}
.cl-16 {color: #9bb95c !important;}
.cl-17 {color: #589de6 !important;}
.cl-18 {color: #188ddf !important;}
.cl-19 {color: #5b5a5a !important;}
.cl-20 {color: #4f82ed !important;}
.cl-21 {color:#1a98d3 !important;}
.cl-22 {color: #646464 !important;}
.cl-23 {color: #3E4F6D !important;}
.cl-24 {color: #346AFF !important;}
.cl-25 {color: #777777 !important;}
.cl-26 {color: #1A1A1A !important;}
.cl-27 {color: #A0A0A0 !important;}
.cl-28 {color: #97AACC !important;}
.cl-29 {color: #292f39 !important;}
.cl-30 {color: #828282 !important;}
.cl-31 {color: #ee2b2b !important;}
.cl-32 {color: #609b06 !important;}
.cl-33 {color: #45516c !important;}
.cl-34 {color: #637381 !important;}
.cl-35 {color: #44465f !important;}
.cl-36 {color:#18a0fb !important;}

.w-13 {width: 13.6%;}
.w-30 {width: 30%;}
.w-33 {width: 33.33333%;}
.w-33-1 {width: 33.33333%;}
.w-35 {width: 35%;}
.w-40 {width: 40%;}
.w-48 {width: 48%;}
.w-45 {width: 45%;}
.w-55 {width: 55%;}
.w-60 {width: 60%;}
.w-65 {width: 65%;}
.w-70 {width: 70%;}
.w-80 {width: 80%;}
.w-90 {width: 90%;}
.w-md-40 {width: 40%;}
.w-md-60 {width: 60%;}
.w-lg-75 {width: 75%;}
.w-200 { width:200px;}

.fw-500{font-weight:500;}
.fw-bold{font-weight:bold;}

/* 공지 */
.notice_contents{font-size:20px; line-height: 1.4;}

.notice-22{font-size:22px; color:#6d6d6d; word-break:keep-all;}
.notice-25{font-size:22px; color:black; word-break: keep-all;}
.notice-25 img{width:100%;}
.notice-22 img{width:100%;}                    


.not-section1, .not-section2, .not-section3, .not-section4, .not-section5, .not-section6{margin: 6rem 0;}

.notice-btn1{border-radius: 5px; font-weight: bold; background-color: #18a0fb; border: 1px solid #18a0fb; color: white; padding: 10px 40px;}
.notice-btn1 a{color:white;}
.notice-23{
    background:url('../img/notice-23-bg.png') no-repeat center center;
    min-height: 254px;
    background-size: contain;
}

.notice-25{
    background:url('../img/notice-25-bg.png') no-repeat center center;
    min-height: 254px;
    background-size: contain;
}
.notice-23-icon1{width: auto !important; padding-bottom: 5px; padding-left: 5px;}
.notice-23-icon2{width: auto !important; position: absolute; bottom: 0; padding-left: 15px;}
.notice-23-icon3{width: auto !important; position: absolute; bottom: 0; padding-left: 15px;}

.video-wrap {position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden;}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {position:absolute; top:0; left:0; width:100%; height:100%;}




@media screen and (max-width: 767px) {

    .not-section1, .not-section2, .not-section3, .not-section4, .not-section5, .not-section6{margin:4rem 0}
    .notice-22{font-size:16px; color:#6d6d6d; line-height:1.5;}

    .notice-23{
        background:url('../img/notice-23-bg.png') no-repeat center center;
        min-height: 150px;
        background-size: cover;
    }

    .notice-25{
        background:url('../img/notice-25-bg.png') no-repeat center center;
        min-height: 150px;
        background-size: cover;
    }

    .notice_contents{font-size:16px;}
    .notice-btn1{font-size:16px;}

    nav#mobilemenu img {
        padding-top: 4px;
    }
    .w-md-40 {width: 100%;}
    .w-lg-75 {width: 100%;}
}

.wd-00 {max-width: 1320px;}
.wd-01 {max-width: 1200px;}
.wd-02 {max-width: 1920px;}
.wd-03 {max-width: 1030px;}
.wd-04 {max-width: 1080px;}
.wd-05 {max-width: 1140px !important;}
.wd-06 {max-width: 900px;}
.wd-07 {max-width: 1440px;}
.wd-08 {max-width: 1550px;}
.wd-09 {max-width: 1100px;}
.wd-10 {max-width: 1320px;}
.wd-10-1 {max-width: 1320px;}
.wd-11 {max-width:1380px;}
.wd-12 {max-width:1120px;}
.wd-13 {max-width: 1300px;}
.wd-14 {max-width: 1090px;}



.lh-10 {line-height:1}
.lh-13 {line-height:1.3}
.lh-15 {line-height:1.5}
.lh-18 {line-height:1.8;}
.lh-20 {line-height:2;}
.lh-21 {line-height:21px;}

.mw-160 {min-width: 160px;}
.mw-150 {min-width: 150px;}
.mw-120 {min-width: 120px;}

.mt-60 {margin-top: 60px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-filter{margin-top: 62.8px;}




.mb--200 {margin-bottom: -200px;}
.mb-0 {margin-bottom: 0px;}
.mb-80 {margin-bottom: 80px;}
.mb-80-1 {margin-bottom: 80px;}
.mb-rem { margin-bottom: 3rem!important; margin-top: 20px;}
.mb-6{margin-bottom: 5rem;}


.ml-20 {margin-left: 20%;}
.ml-17 {margin-left: 17%;}
.ml-30 {margin-left :3rem;}

.mr-30{margin-right:3rem;}
.mr-15 {margin-right: 1.5rem;}
.mr-10 {margin-right: 1rem;}

.nav-text {font-size: 18px; font-family: 'CP Sans'; font-weight:200;} /*메뉴*/
a.nav-text:hover{color:#346AFF !important;}
.nav-btn {font-size: 18px} /*최상단 버튼*/

.bo1-txt0 {font-size: 0.925rem;}
.bo1-txt2 {font-size: 0.925rem; margin-right: 2.5rem;}
.bo1-txt3 {font-size: 0.825rem; margin-right: 2rem;}
.bo1-txt2-2 {font-size: 0.925rem; margin-right: 1.5rem;}
.bo2-txt1 {font-size: 0.75rem; font-weight:400; min-width: 145px;}

.footer_mobile {display: none !important;}
.container-footer{ max-width:1320px !important;}

input[type=radio] {
    width: 20px;
    height: 20px;
}

.pointer {cursor: pointer;}
.text-align-left {text-align: left;}
.text-align-right {text-align: right;}
.text-shadow {text-shadow: 3px 3px 20px #212b38;}
.box-shadow {box-shadow: -3px 3px 15px #aaa;}
.glow {box-shadow: 0px 3px 20px #5bacd4;}

.pl-40 {padding-left: 40px;}
.pl-60 {padding-left: 60px;}
.pl-70 {padding-left: 70px;}
.pl-75 {padding-left: 75px;}
.pl-110 {padding-left: 110px;}
.pl-00{padding-left:0px;}
.pl-sm-6{padding-left: 4.5rem !important;}
.pt-7 {padding-top: 5rem;}
.pt-7-1 {padding-top:5rem;}
.pt-md-7 {padding-top: 5rem;}
.p-80 { padding: 80px 0;}


.px-06 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}
.px-07 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}
.px-41 {
    padding-left: 4.1rem !important;
    padding-right: 4.1rem !important;
}
.py-44 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
}
.py-md-9 {padding: 9rem 0 3rem !important;}

.keep-all {word-break: keep-all;}
.h-70 {height: 70px; border-bottom: 2px solid #212b38;}
.h-64 {height: 64px;}

.slick-prev:before, .slick-next:before {color:#c3cdd5;}
.slick-dots li {margin:0;}

.pd-mokup img {width: 100%; height: 100%;}
.pd-mokup01 img {width: 100%; height: 100%;}
.pd-mokup02 img {width: 100%; height: 100%;}
.pa-img img {width: 100%; height: 100%;}

.new {
    border-radius: 9px; 
    background-color: #ee2928; 
    color:#fff;
    font-size:0.8755rem; 
    font-weight: 600; 
    padding: 0.125rem 0.75rem 0.125rem 0.5rem; 
    font-style: italic; 
    white-space: nowrap;
}
.rec {
    border-radius: 0.825rem; 
    background-color: #009ee9; 
    color:#fff; 
    padding:0rem 0.75rem 0.125rem 0.5rem; 
    vertical-align: middle; 
    margin-left: 1rem; 
    white-space: nowrap;
}
.pa-mo {display: none;}

/*매출최적화 */
.accordion1 p.collapsed {
    background-color: #ffffff !important;
    color: #212b38 !important;
} 

/*아코디언 메뉴*/
.accordion2 p.collapsed {
    background-color: #aeb5bf !important;
    color:#fff !important;
} 
.accordion2 ol, .accordion2 ul {padding-left:1rem}
.accordion2 ol li, .accordion2 ul li {padding-bottom:0.75rem}

.accordion3 p.collapsed {
    background-color: #d8d9db !important;
    color:#212b38 !important;
} 
.accordion3 ol, .accordion3 ul {padding-left:1rem}
.accordion3 ol li, .accordion3 ul li {padding-bottom:0.75rem}

.card-header, 
.tip-tab .card-header
.class-tab .card-header {cursor: pointer;}
.class-tab .card-header p::after {
    content: "–";
    float:right;
    margin-right: 8px;
    font-weight: bold;
    line-height: 2;
}
.class-tab .card-header p.collapsed::after {
    content: "+";
    float: right; 
    margin-right: 6px; 
    font-weight: bold;
    line-height: 2;
}

.card-header p::after {
    content: "–";
    float:right;
    margin-right:-20px;
    font-weight: bold;
}
.card-header p.collapsed::after {
    content: "+";
    float: right; 
    margin-right:-20px; 
    font-weight: bold;
}

.terms ul {
    list-style: none; 
    padding-left: 1.5rem;
}
.terms li {
    text-indent: -1.375rem;
    margin-bottom: 0.5em; 
    margin-top:0.5em;
}

.dep1 {
    margin-left: 2rem; 
    text-indent: -2rem; 
    margin-bottom: 0.5em; 
    margin-top:0.5em;
}
.dep2 {
    margin-left: 3rem; 
    text-indent: -2rem; 
    margin-bottom: 0.25em; 
    margin-top:0.25em;
}
.dep3 {
    margin-left: 3.5rem; 
    text-indent: -0.5rem; 
    margin-bottom: 0.125em; 
    margin-top:0.125em; 
    font-weight: 100;
}
.dep31 {
    margin-left: 4.25rem;
    text-indent: -1.25rem;
    margin-bottom: 0.125em;
    margin-top:0.125em; 
    font-weight: 100;
}

.form-ctrl01 {
    background-color: #f0f0f2;
    border-bottom-color: #212b38 !important;
    border-bottom-width: 1px;
}
.form-ctrl01:focus {
    border-bottom-color:#212b38;
    background-color: #f0f0f2;
}
.form-ctrl01::placeholder {
    color:#cfcfcf; 
    font-size:1.125rem;
}

.form-ctrl02 {
    background-color: #f9f8f8;
    border-color: #212b38 !important;
    border-bottom-width: 1px;
}
.form-ctrl02:focus {
    border-color:#212b38;
    background-color: #f9f8f8;
}
.form-ctrl02::placeholder {
    color:#cfcfcf; 
    font-size:1.125rem;
}

.form-ctrl03 {
    background-color: #f0f0f2;
    border-bottom-color: #212b38 !important;
    border-bottom-width: 1px;
}
.form-ctrl03:focus {
    border-bottom-color:#212b38;
    background-color: #f0f0f2;
}
.form-ctrl03::placeholder {
    color:#cfcfcf; 
    font-size:1.125rem;
}

.form-ctrl04 {
    background-color: #f9f8f8;
    border-color: #212b38 !important;
    border-bottom-width: 1px;
}
.form-ctrl04:focus {
    border-color:#212b38;
    background-color: #f9f8f8;
}
.form-ctrl04::placeholder {
    color:#cfcfcf; 
    font-size:1.125rem;
}
.form-control-error {border-bottom-color: red !important;}

.radio {
    margin:0; 
    width:1.5rem; height: 1.5rem;
    display: inline-block;
}
.download {
    width: 24px; 
    float: right; 
    margin-right: 5px;
}

.pc-popup{display:block;}
.tablet-popup{ display:none;}
.container-partner{max-width: 1320px !important;}
.img-fluid-1{width:100%; height:auto;}
.padding-partner { padding-top:100px; padding-bottom:100px;}
.partner{padding:35px 25px;}
.partner1-2{padding:18px 25px 35px 25px;}
.partner-title{font-size:40px; font-weight:bold;}
.partner-title2{font-size:36px; font-weight:bold;}
.partner-sub{font-size:24px; font-weight:300;}

.partner-font{ font-size:18px; font-weight:bold; color:#3863aa;}
.partner-font-2{ font-size: 16px; font-weight:bold; color:#292f39;}
.coupang-partner { height: 65px;}
.coupang-partner2{ height:82px;}

.partner-pop1, .partner-pop2, .partner-pop3,
.partner-pop4, .partner-pop5, .partner-pop6, .partner-pop7{ 
    position: absolute; 
    top: -14px; 
    right: -14px;
    width: 14px;
    cursor:pointer;
}

.tablet-partner-pop1, .tablet-partner-pop2, .tablet-partner-pop3,
.tablet-partner-pop4, .tablet-partner-pop5, .tablet-partner-pop6,
.tablet-partner-pop7{ 
    position: absolute; 
    top: 14px; 
    right: 14px;
    width: 14px;
    cursor:pointer;
}


.m-wing-text{margin:36px 0 !important;}

.wing-title{ font-size:30px;}

.wing-sub{ font-size:20px;}

.wing-btn-text{ font-size:26px;}

.coupang_wing {height: 41px}
.coupang_supplier {width: 330px; height: 41px}

.padding-wing { padding-top:100px; padding-bottom:228px;}

.p-wing{ padding: 44px 28px 52px 28px;}

.wing-btn { padding :18px 0;}

.model-txt {
    font-size: 24px; 
    font-weight: 500; 
    margin-top: 1rem;
}
.table thead tr {
    border-top: 2px solid #212b36; 
    text-align: center;
}
.table thead th {
    padding-top:1.5rem; 
    padding-bottom:1.5rem;
}
.table tbody tr th {
    height: 5rem; 
    vertical-align: middle;
}
.table tbody tr td {
    text-align: center; 
    height: 5rem; 
    vertical-align: middle;
}

.not-5-btn{ font-size: 16px; border: none; background-color: #212b38; color: white; padding: 8px 15px 11px; margin: 20px 0;}

.rocket_btn{width: 220px; font-size: 18px;}

.navbar-expand .navbar-nav .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.navbar-expand .navbar-nav .nav-item {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
.navbar-expand .nav-item.active a {
    border-bottom: 3px solid #ffffff;
}
.navbar-expand .nav-item:hover>a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
}/*마우스 오버할때 들뜨지않게 선을 만드는 방법*/

/* .sub1 .nav-item>a:hover  {
    border-bottom: 3px solid #ffffff;
}
.sub1 .nav-item.active a {
    border-bottom: 3px solid #ffffff;
}
.sub2 .nav-item>a:hover  {
    border-bottom: 3px solid #ffffff;
}
.sub2 .nav-item.active a {
    border-bottom: 3px solid #ffffff;
}
.sub3 a:hover {
    border-bottom: 3px solid #ffffff;
} */



.nav-tabs .nav-link {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.nav-pills .nav-link {border-radius: 0 !important;}
.nav-tabs .nav-item {margin-bottom: 0px !important;}

.cpTab1 .nav-tabs {
    border-bottom: none !important;
}

.cpTab1 .nav-tabs .nav-link {
    border-bottom: 2px solid #fff !important;
    background-color: #90c0de;
}
.cpTab1 .nav-tabs .nav-link .head {color:#fff}
.cpTab1 .nav-tabs .nav-link .sub {color:#fff}
.cpTab1 .nav-tabs .nav-item.show .nav-link, .cpTab1 .nav-tabs .nav-link.active {
    border: 2px solid #fff !important;
    border-bottom: none !important;
    background-color: unset !important;
}
.cpTab1 .nav-tabs .nav-item.show .nav-link, .cpTab1 .nav-tabs .nav-link.active .head {color:#fff}
.cpTab1 .nav-tabs .nav-item.show .nav-link, .cpTab1 .nav-tabs .nav-link.active .sub {color:#fff}

.cpTab1-1 .nav-tabs .nav-item.show .nav-link, .cpTab1-1 .nav-tabs .nav-link.active .head {color:#fff}
.cpTab1-1 .nav-tabs .nav-item.show .nav-link, .cpTab1-1 .nav-tabs .nav-link.active .sub {color:#fff}

.cpTab1-1 .nav-tabs .nav-link .head {color:#fff}
.cpTab1-1 .nav-tabs .nav-link .sub {color:#fff}

.cpTab1-1 .nav-tabs {
    border-bottom: none !important;
}
.cpTab1-1>div {
    border-bottom: 2px solid #fff !important;
}
.cpTab1-1 .nav-tabs .nav-link {
    border-bottom: 2px solid #fff !important;
    background-color: #90c0de;
}
.cpTab1-1 .nav-tabs .nav-link.active {
    border: 2px solid #fff !important;
    border-bottom: none !important;
    background-color: unset !important;
}

.cpTab2 {max-height: 1920px; overflow: hidden;}
.cpTab2 .nav-tabs {
    border-bottom: none !important;
}
.cpTab2 .nav-tabs .nav-link {
    border-bottom: 2px solid #fff !important;
    background-color: #4c535d;
}
.cpTab2 .nav-tabs .nav-link .head {color:#fff}
.cpTab2 .nav-tabs .nav-link.active {
    border: 2px solid #fff !important;
    border-bottom: none !important;
    background-color: unset !important;
}
.cpTab2-2 .nav-tabs {
    border-bottom: none !important;
}
.cpTab2-2>div {
    border-bottom: 2px solid #fff !important;
}
.cpTab2-2 .nav-tabs .nav-link {
    border-bottom: 2px solid #fff !important;
    background-color: #4c535d;
}
.cpTab2-2 .nav-tabs .nav-link .head {color:#fff}
.cpTab2-2 .nav-tabs .nav-link.active {
    border: 2px solid #fff !important;
    border-bottom: none !important;
    background-color: unset !important;
}
.cpTab2-2 table {
    border-collapse: unset !important;
}

.cpTab3 .nav-pills .nav-link {
    border: 1px solid #dcdcdc;
    font-weight: 400; 
    color: #666666;
}
.cpTab3 .nav-pills .nav-link.active {
    background-color: #212b38; 
    color:#ffffff; 
    font-weight: 500;
}

.cpTab4 .nav-pills {
    border-bottom: none !important;
}

.cpTab4 .nav-pills .nav-link {
    border-bottom: 2px solid #fff !important;
    background-color: #f7d489;
}
.cpTab4 .nav-pills .nav-link.active {
    border: 2px solid #fff !important;
    border-bottom: none !important;
    background-color: unset !important;
}
.cpTab4 .nav-pills .nav-link .head01 {
    color:#212b38 !important;
}

.cpTab4-2>div {
    border-bottom: 2px solid #fff !important;
}

.cpTab4-2 .nav-pills .nav-link {
    border-bottom: 2px solid #fff !important;
    background-color: #f7d489;
}
.cpTab4-2 .nav-pills .nav-link.active {
    border: 2px solid #fff !important;
    border-bottom: none !important;
    background-color: unset !important;
}
.cpTab4-2 .nav-pills .nav-link .head01 {
    color:#212b38 !important;
}



.cpTab5 .nav-tabs .nav-link {background-color: #3E4F6D;}
.cpTab5 .nav-tabs .nav-link .head {color:#fff; font-weight: normal}
.cpTab5 .nav-tabs .nav-link.active {background-color: #ffffff;}
.cpTab5 .nav-tabs .nav-link.active .head {color:#3E4F6D; font-weight: bold}

.cpTab6 {max-height: 1920px; overflow: hidden;}
.cpTab6 .nav-tabs {
    border-bottom: none !important;
}
.cpTab6 .nav-tabs .nav-link {
    border-bottom: 2px solid #fff !important;
    background-color: #9fbfdb;
}
.cpTab6 .nav-tabs .nav-link .head {color:#fff}
.cpTab6 .nav-tabs .nav-link.active {
    border: 2px solid #fff !important;
    border-bottom: none !important;
    background-color: unset !important;
}
.cpTab7 .nav-tabs  {
    border-bottom: 1px solid #fff !important;
}
.cpTab7 .nav-tabs .nav-link  {
    background-color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #212b38;
}
.cpTab7 .nav-tabs .nav-link.active  {
    background-color: #212b38;
    border-top: unset !important;
    border-right: unset !important;
    color: #fff !important;
}
.pol-content {
    height: 700px;
    overflow: auto;
}
.pol-box {padding-bottom: 100px;}
.cpTab8 .nav-pills .nav-link  {
    background-color: #caced4 !important;
    border: 1px solid #fff;
}
.cpTab8 .nav-pills .nav-link.active  {
    background-color: #212b38 !important;
    color: white !important;
}
.cpTab9 .nav-tabs .nav-link  {
    background-color: #91c0dd !important;
    color:#fff !important;
}
.cpTab9 .nav-tabs .nav-link.active  {
    background-color: #fff !important;
    color: #212b38 !important;
    border-color: #fff;
}
.tip-letter {letter-spacing: -3px !important;}
.pop-letter {letter-spacing: -1px !important;}
.letter {letter-spacing: -2px !important;}
.letter-2 {letter-spacing: -2.5px !important;}
.letter-3 {letter-spacing: -3px !important;}
.ana-img {width: 80%;}

.cp-ad-start {
    width:250px;
    height: 64px; 
    border-radius: 7px; 
    padding-top: 12px;
} /*광고시작하기*/
.cp-ad-help {
    width:180px; 
    height: 56px;
    line-height: 23px;
    border-radius: 7px; 
    padding-top: 15px;
} /*설정도우미*/

.radioonoff {background:url('../img/off.png') no-repeat center center; background-size: contain;}
.active .radioonoff {background:url('../img/on.png') no-repeat center center; background-size: contain;}
.radioonoff02 {background:url('../img/off-02.png') no-repeat center center; background-size: contain;}
.active .radioonoff02 {background:url('../img/on-02.png') no-repeat center center; background-size: contain;}
.radioonoff03 {background:url('../img/off.png') no-repeat center center; background-size: contain;}
.active .radioonoff03 {background:url('../img/on-02.png') no-repeat center center; background-size: contain;}

.navbar-toggler {border:none;  padding-left:0; padding-right:0}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 43, 54, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    !important;
    color:rgba(255,255,255,1) !important;
}

.modal .modal-dialog-aside {
    width: 350px; max-width:70%; height: 100%; 
    margin:0;
    transform: translate(0); 
    transition: transform 2s;
}
.modal .modal-dialog-aside .modal-content {height: inherit; border:0; border-radius: 0;}
.modal .modal-dialog-aside .modal-content .modal-body { overflow-y: auto }
.modal.fixed-right .modal-dialog-aside { margin-left:auto;  transform: translateX(100%); }
.modal.fixed-left .modal-dialog-aside { margin-right:auto; transform: translateX(-100%); }
.modal.show .modal-dialog-aside { transform: translateX(0); position: relative;  z-index: 500; }

.main-sec-mo {display: none;}
.main-sl-mo {display: none;}

.pc_slider {display: block;}
.mo_slider {display: none;}

.main-sec1 {
    background:url('../img/new-banner-main.jpg') no-repeat center center;
    min-height: 480px;
    background-size: cover;
}
.main-sec1-2 {
    background:url('../img/new-banner-main-2.jpg') no-repeat center center; 
    min-height: 480px; 
    background-size: cover;
    background-color: #e8f5ff !important;
}
.main-sec1-3 {
    background:url('../img/new-banner-main-2.jpg') no-repeat center center; 
    min-height: 480px; 
    background-size: cover;
}
.main-sec1-4 {
    background:url('../img/banner_brand.jpg') no-repeat center center; 
    min-height: 480px; 
    background-size: cover;
}
.main-sec1-5 {
    background:url('../img/banner_class.jpg') no-repeat center center; 
    min-height: 480px; 
    background-size: cover;
}
.main-sec1-6 {
    background:url('../img/main-banner3-1.png') no-repeat center center; 
    min-height: 480px; 
    background-size: cover;
}
.main-sec1-7 {
    background:url('../img/main-banner4-1.png') no-repeat center center; 
    min-height: 480px; 
    background-size: cover;
}

.main-sec1-8 {
    background:url('../img/main-banner5-1.png') no-repeat center center; 
    min-height: 480px; 
    background-size: cover;
}

.main-sec2 {
    background:url('../img/home01.jpg') no-repeat center center; 
    min-height: 315px; background-size: cover;
    background-position: top left;
}
.main-sec3 {
    background:url('../img/home02.jpg') no-repeat center center; 
    min-height: 315px; 
    background-size: cover; 
    background-position: top left;
}
.main-sec4 {
    background:url('../img/home03.jpg') no-repeat center center; 
    min-height: 315px; 
    background-size: cover;
    background-position: top left; 
}
.main-sec5 {
    background-size: cover; 
    background-color: #e9eff1;
}
.main-sec6 {
    background:url('../img/ad04.jpg') no-repeat center center; 
    min-height: 315px; 
    background-size: cover;
    background-position: top left; 
}
.main-sec7 {
    background:url('../img/main-sec7.jpg') no-repeat center center; 
    min-height: 315px; background-size: cover;
    background-position: top left;
}
.main-sec7-1 {
    background:url('../img/main-sec7-1.jpg') no-repeat center center; 
    min-height: 315px; background-size: cover;
    background-position: top left;
}
.main-sec7-2 {
    background:url('../img/main-sec7-2.jpg') no-repeat center center; 
    min-height: 315px; background-size: cover;
    background-position: top left;
}

.sub1 {margin-right: 17rem;}
.sub2 {margin-left: 29rem;}
.sub3 {margin-left: 12rem;}

.sub1-sec1 {
    background:url('../img/banner_product.jpg') no-repeat center center; 
    min-height: 480px; 
    background-size: cover;
}
.sub1-sec2 {
    background:url('../img/banner_ad.jpg') no-repeat center center; 
    min-height: 480px; 
    background-size: cover;
}
.sub1-sec3 {
    background:url('../img/ad_board.jpg') no-repeat center top; 
    min-height: 570px; 
    background-size: cover;
}
.sub1-sec4 {
    background:url('../img/ad_board.jpg') no-repeat center top; 
    min-height: 440px; 
    background-size: cover;
}
.sub1-sec5 {
    background:url('../img/sub2-sec1@3x.jpg') no-repeat center center;
    min-height: 480px; 
    background-size: cover;
}
.sub1-sec6 {
    background:url('../img/banner_brand.jpg') no-repeat center center;
    min-height: 480px; 
    background-size: cover;
}

.sub1-sec7 {
    background: url('../img/sell-tab-board.png') no-repeat center center;
    background-size: contain;
    width:100%;
    height: 169px;
    margin-left: 8%;
}

.sub2-sec1 {
    background:url('../img/banner_gui.jpg') no-repeat center center;
    min-height: 480px;
    background-size: cover;
}
.sub3-sec1 {
    background:url('../img/sub3-sec1@3x.jpg') no-repeat center center; 
    min-height: 480px; 
    background-size: cover;
}
.sub3-sec1-1 {
    background:url('../img/banner_success.jpg') no-repeat center center; 
    min-height: 480px; 
    background-size: cover;
}
.sub3-sec2 {
    background:url('../img/sub3-sec2@3x.jpg') no-repeat center center;
    min-height: 480px; 
    background-size: cover;
}
.sub3-sec2-1 {
    background-color: #dbe1e4;
}
.sub4-sec1 {
    background:url('../img/banner_class.jpg') no-repeat center bottom;  
    min-height: 480px; 
    background-size: cover;
}
.sub5-sec1 {
    background:url('../img/sub5-sec1@3x.jpg') no-repeat center bottom;  
    background-size: contain;
}
.sub5-sec2 {
    background:url('../img/sub5-sec2@3x.jpg') no-repeat center bottom;  
    background-size: contain;
}
.sub5-sec3 {
    background:url('../img/banner_faq.jpg') no-repeat center center; 
    min-height: 480px; 
    background-size: cover; 
    margin-bottom: 48px;
}
.sub6-sec1 {
    background:url('../img/cap-bg.png') no-repeat center center; 
    min-height: 1140px; 
    background-size: cover;
} 
.sub6-sec2 {
    background:url('../img/banner-tip.jpg') no-repeat center center;
    min-height: 480px; 
    background-size: cover;
}

.sub6-sec3 {
    background:url('../img/banner-sell.png') no-repeat center center;
    min-height: 480px; 
    background-size: cover;
}

.sub7-sec1-1 {
    background:url('../img/banner_success2.png') no-repeat center center; 
    min-height: 480px; 
    background-size: cover;
    background-position: right;
    background-color: #e4e4e4;
}

/*수동성과형 추가*/
div.mobile {display:none;}
/*****/

#youtube-thumb {
    height:468px; 
    position: relative; top:-468px;
    margin-bottom: -468px; 
    /* border: 1px solid #212b38; */
    background: url('../img/youtube-thumb.png') no-repeat center center; 
    background-size: cover;
}
#youtube-thumb1 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/youtube-thumb9.jpg') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}
#youtube-thumb2 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/youtube-thumb10.jpg') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}
#youtube-thumb3 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/youtube-thumb2.png') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}
#youtube-thumb4 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/youtube-thumb4.jpg') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}
#youtube-thumb5 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/youtube-thumb5.jpg') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}
#youtube-thumb7 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/youtube-thumb7.jpg') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}
#youtube-thumb8 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/mo-youtube-thumb6.jpg') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}
#youtube-thumb9 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/mo-youtube-thumb7.jpg') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}
#youtube-thumb10 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/mo-youtube-thumb2.png') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}
#youtube-thumb11 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/mo-youtube-thumb4.png') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}
#youtube-thumb12 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/mo-youtube-thumb5.png') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}

#youtube-thumb13 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/youtube-thumb8.jpg') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}
#youtube-thumb14 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/mo-youtube-thumb1.png') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}

#youtube-thumb15 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/youtube-thumb6.jpg') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}

#youtube-thumb16 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/mo-youtube-thumb3.png') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}

#youtube-thumb17 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/youtube-thumb12.png') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}

#youtube-thumb18 {
    height:352px; 
    position: relative; top:-354px; 
    margin-bottom: -350px; 
    background-color:#fafafa; 
    background: url('../img/mo-youtube-thumb6.png') no-repeat center center; 
    background-size: cover;
    cursor: pointer;
}

/*---------------------------font-size----------------------------*/
.font-80 {font-size: 80px} 
.font-60 {font-size: 60px} 
.font-55 {font-size: 55px}
.font-52 {font-size: 52px}
.font-52-1 {font-size: 52px}
.font-52-2 {font-size: 45px}
.font-45 {font-size: 45px;}
.font-45-1 {font-size: 45px;}
.font-40 {font-size: 40px} 
.font-38 {font-size: 38px} 
.font-38-2 {font-size: 38px;}
.font-36 {font-size: 36px} 
.font-35 {font-size: 35px} 
.font-32 {font-size: 32px} 
.font-32-1 {font-size: 32px} 
.font-30 {font-size: 30px}
.font-28 {font-size: 28px} 
.font-28-2 {font-size: 28px} 
.font-28-3 {font-size: 28px} 
.font-26 {font-size: 26px} 
.font-26-1 {font-size: 26px} 
.font-26-2 {font-size: 26px}
.font-25 {font-size: 25px;}
.font-24 {font-size: 24px} 
.font-24-1 {font-size: 24px} /*01,02,03 파란 글자*/
.font-24-2 {font-size: 24px}
.font-24-3 {font-size: 30px}
.font-24-5 {font-size: 24px;}
.font-24-6 {font-size: 24px;}
.font-24-7 {font-size:24px;} 
.font-22 {font-size: 22px} 
.font-22-1{font-size: 22px;}
.font-22-2 {font-size: 22px} 
.font-20 {font-size: 20px}
.font-20-1 {font-size: 20px}
.font-20-2 {font-size: 20px}
.font-18 {font-size: 18px}
.font-18-1 {font-size: 18px}
.font-17 {font-size: 17px}
.font-17-1 {font-size: 17px;}
.font-17-2 {font-size: 17px;}
.font-16 {font-size: 1rem}  
.font-14 {font-size: 14px}
.font-13 {font-size: 20px}
.font-12 {font-size: 12px}
.font-10 {font-size: 10px}

.font-weight-600 { font-weight:600;}
.font-weight-500 {font-weight:500;}


.text-align-center {text-align: center;}
.double-quotes-up {
    position: absolute; 
    margin-top: -10px; 
    margin-left: -50px
}
.double-quotes-down {
    position: absolute;
    margin-top: 10px;
    margin-left: 5px;
}


.double-quotes-down2 {
    position: absolute;
    margin-top: 10px;
    margin-left: 22px;
}

.px-lg-5.large {
    padding-left: 4rem !important;
    padding-right: 4rem !important
}

.tab-table tr {vertical-align: top;}
.tab-table tr>td {vertical-align: top;}

/*success_menu*/
.filter_title{font-size: 20px; color: #212b38; text-align: center; font-weight: bold; padding: 15px 0 0;}
.success-flex{justify-content: flex-start;}
.success-grid{    display: grid; grid-template-columns: 1fr 1fr 1fr;}
.success-category > li{font-weight:400; position: relative; font-size:18px;}
.success-category > li:nth-child(1){margin-right:30px; margin-left:30px;}
.success-category > li:nth-child(2){margin-right:30px;}
.success-category > li:nth-child(3){margin-right:30px;}
.success-category > li:nth-child(4){margin-right:40px;}
.success-category > li:nth-child(5){margin-left:20px;}
.success-category > li > a{font-weight:500}
.success-category > li > a:hover{color:#fff;}
.sc-1::after{ content: ""; background-image: url(../img/w-arrow-down.png) !important; background: no-repeat; display: inline-block;  background-position: center center; width: 16px; height: 14px; margin-left: 5px;}
.sc-2::after{ content: ""; background-image: url(../img/w-arrow-down.png) !important; background: no-repeat; display: inline-block;  background-position: center center; width: 16px; height: 14px; margin-left: 5px;}
.sc-3::after{ content: ""; background-image: url(../img/w-arrow-down.png) !important; background: no-repeat; display: inline-block;  background-position: center center; width: 16px; height: 14px; margin-left: 5px;}
.sc-4::after{ content: ""; background-image: url(../img/w-arrow-down.png) !important; background: no-repeat; display: inline-block;  background-position: center center; width: 16px; height: 14px; margin-left: 5px;}
.sc-5::after{ content: ""; background-image: url(../img/w-arrow-down.png) !important; background: no-repeat; display: inline-block;  background-position: center center; width: 16px; height: 14px; margin-left: 5px;}

.sc-1{ padding: 9px 0 10.5px; line-height: 58px; color:#fff;}
.success-category1{width: 140px; text-align: center;}
.category-filter1{ background-color:white;  border-radius: 5px; position: absolute; width:100%; padding:5px !important; text-align: center; top:58px; box-shadow: 0px 0px 10px rgb(0 0 0 / 19%); opacity: 0.97; left:50%; transform:translate(-50%); display:none;  z-index: 99999;}
.category-filter1 > li{padding :13px 0;}
.category-filter1 > li:hover{background-color: #e8e8e8; border-radius: 5px; font-weight: bold; color: #346AFF;}

.video-category1{width: 20% !important; text-align: center; margin-left: 0 !important; margin-right:0 !important;}
.video-category2{width: 28% !important; text-align: center; margin-left: 0 !important; margin-right:0 !important;}
.video-category3{width: 32% !important; text-align: center; margin-left: 0 !important; margin-right:0 !important;}
.video-category4{width: 20% !important; text-align: center; margin-left: 0 !important; margin-right:0 !important;}

/* .video-category1 .category-filter1{width:90%;} */
.video-category2 .category-filter2{width:90%;}
.video-category4 .category-filter5{width:90%;}
@media screen and (max-width:1024px){
    .video-category1 .category-filter1{width:90%;}
    .video-category2 .category-filter2{width:85%;}
    .video-category3 .category-filter6{width:125%;}
}



.sc-2{ padding: 9px 0 10.5px; line-height: 58px; color:#fff;}
.success-category2{width: 210px; text-align: center;}
.category-filter2{ background-color:white;  border-radius: 5px; position: absolute; width:100%; padding:5px !important; text-align: center; top:58px; box-shadow: 0px 0px 10px rgb(0 0 0 / 19%); opacity: 0.97; left:50%; transform:translate(-50%); display:none;  z-index: 99999;}
.category-filter2 > li{padding :13px 0;}
.category-filter2 > li:hover{background-color: #e8e8e8; border-radius: 5px; font-weight: bold; color: #346AFF;} 

.sc-3{ padding: 9px 0 10.5px; line-height: 58px; color:#fff;}
.success-category3{width: 200px; text-align: center;}
.category-filter3{ background-color:white;  border-radius: 5px; position: absolute; width:100%; padding:5px !important; text-align: center; top:58px; box-shadow: 0px 0px 10px rgb(0 0 0 / 19%); opacity: 0.97; left:50%; transform:translate(-50%); display:none;  z-index: 99999;}
.category-filter3 > li{padding :13px 0;}
.category-filter3 > li:hover{background-color: #e8e8e8; border-radius: 5px; font-weight: bold; color: #346AFF;}

.success-category6{width: 400px; text-align: center;}
.category-filter6{ height:auto;  background-color:white;  border-radius: 5px; position: absolute; width:100%; padding:5px !important; text-align: center; top:58px; box-shadow: 0px 0px 10px rgb(0 0 0 / 19%); opacity: 0.97; left:50%; transform:translate(-50%); display:none;  z-index: 99999;}
.category-filter6 > li{padding :13px 0; width:49%; display:inline-block;}
.category-filter6 > li:hover{background-color: #e8e8e8; border-radius: 5px; font-weight: bold; color: #346AFF;}



.sc-4{ padding: 9px 0 10.5px; line-height: 58px; color:#fff;}
.success-category4{width: 180px; text-align: center;}
.category-filter4{ background-color:white;  border-radius: 5px; position: absolute; width:100%; padding:5px !important; text-align: center; top:58px; box-shadow: 0px 0px 10px rgb(0 0 0 / 19%); opacity: 0.97; left:50%; transform:translate(-50%); display:none;  z-index: 99999;}
.category-filter4 > li{padding :13px 0;}
.category-filter4 > li:hover{background-color: #e8e8e8; border-radius: 5px; font-weight: bold; color: #346AFF;}

.sc-5{ padding: 9px 0 10.5px; line-height: 58px; color:#fff;}
.success-category5{width: 180px; text-align: center;}
.category-filter5{ background-color:white;  border-radius: 5px; position: absolute; width:100%; padding:5px !important; text-align: center; top:58px; box-shadow: 0px 0px 10px rgb(0 0 0 / 19%); opacity: 0.97; left:50%; transform:translate(-50%); display:none;  z-index: 99999;}
.category-filter5 > li{padding :13px 0;}
.category-filter5 > li:hover{background-color: #e8e8e8; border-radius: 5px; font-weight: bold; color: #346AFF;}
.category-item1, .category-item2 , .category-item3{padding: 20px;}
.category-btn{border:1px solid #45506c; color:#45506c; border-radius: 6px; background-color: white; padding: 6px 15px; font-size:18px;}
.ads-content{display:none;}
.ads-content2{display:none;}

.success-category-mo{margin-bottom:0; margin-top: 10px; display: none;}
.success-category-mo > li {padding:10px 0; width:200px;}
.success-category-mo > li > a{color:#333;}
.success-category-mo > li > a > img {float: right;}
.success-category-mo>li>ul>li{font-weight:400;padding:5px 0px 5px 10px;}
.m-category-filter1, .m-category-filter2, .m-category-filter3, .m-category-filter4, .m-category-filter5, .m-category-filter6{display:none;}

.rotate{transform: rotate(180deg);}
.rotate2{transform: rotate(90deg);}

.success_menu {
    width: 100%; height: 70px;
    line-height: 40px;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden; 
    white-space: nowrap;
    position: relative;
    display: flex;
}
.success_menu a {
    color: #000;
    font-size: 18px;
}
.success_menu>a>div {
    padding: 0 2.6rem;
}
/* .success_menu a:first-child {margin-left: 40px;}
.success_menu a:last-child {margin-right: 40px;} */
.success_menu>a .on {
    background-color: #212b38 !important;
    color: white !important;
}
.success_menu::-webkit-scrollbar {display:none;}
.success_menu {-ms-overflow-style: none;}

.jb-text {
    padding:20px;
    color: #ffffff;
    text-align: left;
    width:333px;
    height:308px;
    opacity: 1;
    transition: all ease 0.5s;
}

.jb-text > div{
    text-shadow: 0 0 1px white, 0 0 20px black, 0 0 100px black;
}

.에스앤피인터내셔널, .디사트, .제이씨엘, .상인농자재, .도아드림, 
.오넛티, .담백하루, .넷유, .하마하마무역, .난닝구, .인디언, .홍지인터케어,
.엘가플러스, .에빈코리아, .오비닐닷컴, .씨와이바이오솔루션즈, .블랙홀릭, .아토세이프,
.에코자인, .리버앤오일,.아로마티카, .미미박스, .감성글로벌, .소리온, .다미인, .루데아,
.라비엘, .팔일오, .범표어묵, .비타민마을, .펫트로, .형제젓갈, .블록N스토리, .루루컴퍼니,
.패션플러스, .스타일에스, .아미상사, .살롱드욘, .푸드밀리, .핸디엄, .은하수산,
.케이프라이드, .주일, .기장물산, .제이숲, .아케이, .디어커스
{  
    overflow: hidden;
    padding:0px;
    margin:20px;
}

.에스앤피인터내셔널:hover img, .디사트:hover img,.제이씨엘:hover img, .상인농자재:hover img,
.도아드림:hover img, .오넛티:hover img, .담백하루:hover img, .넷유:hover img,
.하마하마무역:hover img, .난닝구:hover img, .인디언:hover img, .홍지인터케어:hover img,
.엘가플러스:hover img, .에빈코리아:hover img, .오비닐닷컴:hover img, .씨와이바이오솔루션즈:hover img,
.블랙홀릭:hover img, .아토세이프:hover img, .에코자인:hover img, .리버앤오일:hover img,
.아로마티카:hover img, .미미박스:hover img, .감성글로벌:hover img, .소리온:hover img,
.다미인:hover img, .루데아:hover img, .라비엘:hover img, .팔일오:hover img,
.범표어묵:hover img, .비타민마을:hover img,.펫트로:hover img, .형제젓갈:hover img,
.블록N스토리:hover img, .루루컴퍼니:hover img, .패션플러스:hover img, .스타일에스:hover img,
.아미상사:hover img, .살롱드욘:hover img, .푸드밀리:hover img, .핸디엄:hover img,
.은하수산:hover img, .케이프라이드:hover img, .주일:hover img, .기장물산:hover img, .제이숲:hover img,
.아케이:hover img, .디어커스:hover img
{
    transform: scale(1.1);
    transition: .7s;
}

.brand-title > .font-22{
    font-size: 22px; 
    color: #00a7f6;
    font-weight:500;
} 

.brand-title > .font-35{
    font-size: 35px; 
    color: #00a7f6;
    font-weight:500;
} 

.jb-text2 {
    padding:20px;
    color: #212b38;
    text-align: left;
    background-color:#f4f4f4;
    border-radius: 0px 0px 10px 10px;
}

/* 성공사례 bg */
.snp-bg {
    background:url('../img/snp-bg.png') no-repeat center center; 
    min-height: 520px; 
    background-size: cover;
}
.jcl-bg {
    background:url('../img/jcl-bg.png') no-repeat center center; 
    min-height: 520px; 
    background-size: cover;
}
.sangin-bg {
    background:url('../img/sangin-bg.png') no-repeat center center; 
    min-height: 520px; 
    background-size: cover;
}
.nline-bg {
    background:url('../img/nline-bg.png') no-repeat center center; 
    min-height: 520px; 
    background-size: cover;
}
.zinstory-bg {
    background:url('../img/zinstory-bg.png') no-repeat center center; 
    min-height: 520px; 
    background-size: cover;
}
.hongji-bg {
    background:url('../img/hongji-bg.png') no-repeat center center; 
    min-height: 520px; 
    background-size: cover;
}
.desart-bg {
    background:url('../img/desart-bg.png') no-repeat right; 
    min-height: 520px; 
    background-size: cover;
}

.evinkorea-bg {
    background:url('../img/evinkorea-bg.png') no-repeat right; 
    min-height: 520px; 
    background-size: cover;
}

.doa-bg {
    background:url('../img/doa-bg.png') no-repeat right; 
    min-height: 520px; 
    background-size: cover;
}

.akei-bg {
    background:url('../img/akei-bg.png') no-repeat left; 
    min-height: 520px; 
    background-size: cover;
}

.dearcus-bg {
    background:url('../img/dearcus-bg.png') no-repeat left; 
    min-height: 520px; 
    background-size: cover;
}

.elga-bg {
    background:url('../img/elga-bg.png') no-repeat left; 
    min-height: 520px; 
    background-size: cover;
}

.hama-bg {
    background:url('../img/hama-bg.png') no-repeat left; 
    min-height: 520px; 
    background-size: cover;
}

.netu-bg {
    background:url('../img/netu-bg.png') no-repeat left; 
    min-height: 520px; 
    background-size: cover;
}

.onuty-bg {
    background:url('../img/onuty-bg.png') no-repeat left; 
    min-height: 520px; 
    background-size: cover;
}

.fmw-bg {
    background:url('../img/fmw-bg.png') no-repeat left; 
    min-height: 520px; 
    background-size: cover;
}


.scroll-left {
    position: absolute; left: 0px;
    height: 70px;
    background-image: url(../img/scroll-left.png);
    border: none;
    width: 20px;
    display: none;
    background-color: rgb(226 226 226 / 30%); padding: 0;
}
.scroll-right {
    position: absolute; right: 0px;
    height: 70px;
    background-image: url(../img/scroll-right.png);
    border: none;
    width: 20px;
    display: none;
    background-color: rgb(226 226 226 / 30%); 
    padding: 0;
}

.success_list>a {
    width: 19%; height: auto;
    float: left;
    position: relative;
}
.success_list .video-icon {
    position: absolute;
    top: -10px; left: -10px;
    z-index: 2;
}
.success_list img {
    width: 100% !important; height: 100% !important;
    margin: 4px 0px;
}
.success-box , .success-img {
    width: 100%; height: 100%;
}

.success-flow01>li>a,
.success-flow02>li>a,
.success-flow03>li>a,
.success-flow04>li>a {
    position: relative;
}
.success-flow01 .video-icon,
.success-flow02 .video-icon, 
.success-flow03 .video-icon, 
.success-flow04 .video-icon {
    position: absolute;
    top: -4px; left: -20px;
    z-index: 2;
}
.success-pl {
    padding-left: 80px !important;
}
.aro-img {
    width: 35% !important;
}

.br-none {display: block;}
.br-block {display: none;}
.br-block-p {display: none;}
.br-mm {display: none;}
.br-bb {display: none;}
.dis-pc {display: block;}
.dis-tab {display: none;}
.dis-mo {display: none;}
.dis-s-mo {display: none;}

/* 유튜브 교육영상  */
#you_banner{font-size:40px; font-weight: bold; color:white; text-align: center; width: 100%; height: 350px; background-color: black; padding: 150px 0;
    background-image: url(../img/videoclassbg.png); background-size: cover; background-position: center right;
}
.youtube{margin-top: 100px;  aspect-ratio: 16 / 9; margin-bottom: 100px;}
.youtube iframe { width: 100%; height: 100%; }


/*-----------------교육신청----------------*/
.bg-talk {position: relative;}
.talk-left {position: absolute; top: 0; left: 15%;}
.talk-left3 {position: absolute; top: -10px; left: 21%;}
.talk-left4 {position: absolute; bottom: -10px; left: 21%; }
.talk-right {position: absolute; top: 0; right: 11%;}

/* input[type="checkbox"] {display: none;} */

.lec-ban01, .lec-ban02, .lec-ban03, .lec-ban04, .lec-ban05 {
    width: 772px !important;
    height: 200px !important;
    position: absolute; top: 100%; left: 0;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #dadcde;
    padding: 2rem 2rem;
    text-align: left !important;
    z-index: 2;
    display: none;
}

.lec-ban06, .lec-ban07, .lec-ban08, .lec-ban09 {
    width: 773px !important;
    height: 200px !important;
    position: absolute; top: 100%; right: 0;
    background-color: rgba(255,255,255,0.9);
    color: #212b38;
    border: 1px solid #dadcde;
    padding: 2rem 2rem;
    text-align: left !important;
    z-index: 2;
    display: none;
}

.lec-ban10, .lec-ban11, .lec-ban12, .lec-ban13, .lec-ban14 {
    width: 92% !important;
    height: 223px !important;
    position: absolute; top: 6%; left: 4%;
    background-color: #f5efe3;
    color: #212b38;
    text-align: left !important;
    z-index: 2;
    display: none;
}
.lec-ban15, .lec-ban16, .lec-ban17, .lec-ban18 {
    width: 92% !important;
    height: 178px !important;
    position: absolute; top: 7%; left: 4%;
    background-color: #e3edf5;
    color: #212b38;
    text-align: left !important;
    z-index: 2;
    display: none;
}
.fa-xmark-mo {line-height: 2.5 !important;}

#lec01:checked ~ .lecture-box .lec-ban01 {display: block;}
#lec02:checked ~ .lecture-box .lec-ban02 {display: block;}
#lec03:checked ~ .lecture-box .lec-ban03 {display: block;}
#lec04:checked ~ .lecture-box .lec-ban04 {display: block;}
#lec05:checked ~ .lecture-box .lec-ban05 {display: block;}
#lec06:checked ~ .lecture-box .lec-ban06 {display: block;}
#lec07:checked ~ .lecture-box .lec-ban07 {display: block;}
#lec08:checked ~ .lecture-box .lec-ban08 {display: block;}
#lec09:checked ~ .lecture-box .lec-ban09 {display: block;}

#lec10:checked ~ .lecture-box2 .lec-ban10 {display: block;}
#lec11:checked ~ .lecture-box2 .lec-ban11 {display: block;}
#lec12:checked ~ .lecture-box2 .lec-ban12 {display: block;}
#lec13:checked ~ .lecture-box2 .lec-ban13 {display: block;}
#lec14:checked ~ .lecture-box2 .lec-ban14 {display: block;}
#lec15:checked ~ .lecture-box2 .lec-ban15 {display: block;}
#lec16:checked ~ .lecture-box2 .lec-ban16 {display: block;}
#lec17:checked ~ .lecture-box2 .lec-ban17 {display: block;}
#lec18:checked ~ .lecture-box2 .lec-ban18 {display: block;}

#close:checked ~ .lecture-box .lec-ban01 {display: none;}
#close:checked ~ .lecture-box .lec-ban02 {display: none;}
#close:checked ~ .lecture-box .lec-ban03 {display: none;}
#close:checked ~ .lecture-box .lec-ban04 {display: none;}
#close:checked ~ .lecture-box .lec-ban05 {display: none;}
#close:checked ~ .lecture-box .lec-ban06 {display: none;}
#close:checked ~ .lecture-box .lec-ban07 {display: none;}
#close:checked ~ .lecture-box .lec-ban08 {display: none;}
#close:checked ~ .lecture-box .lec-ban09 {display: none;}

#close2:checked ~ .lecture-box2 .lec-ban10 {display: none;}
#close2:checked ~ .lecture-box2 .lec-ban11 {display: none;}
#close2:checked ~ .lecture-box2 .lec-ban12 {display: none;}
#close2:checked ~ .lecture-box2 .lec-ban13 {display: none;}
#close2:checked ~ .lecture-box2 .lec-ban14 {display: none;}
#close2:checked ~ .lecture-box2 .lec-ban15 {display: none;}
#close2:checked ~ .lecture-box2 .lec-ban16 {display: none;}
#close2:checked ~ .lecture-box2 .lec-ban17 {display: none;}
#close2:checked ~ .lecture-box2 .lec-ban18 {display: none;}


/*---------캠페인설정도우미---------*/
.cpTab7 iframe#f1 {
    margin-top: -25%;
}
.cpTab7 iframe#f2 {
    margin-top: -25%;
}
/*--------컨설팅신청 철회---------*/
a.cancel_link {
    position: relative; bottom: 40px; right: 60px; 
    float: right;
    font-size: 13px;
}

/*--------매출최적화 페이지---------*/
.opt-con01, .opt-con02, .opt-con03, .opt-con04 {
    display: none;
}
#opt01:checked ~ .opt-content .opt-con01 {display: block;}
#opt02:checked ~ .opt-content .opt-con02 {display: block;}
#opt03:checked ~ .opt-content .opt-con03 {display: block;}
#opt04:checked ~ .opt-content .opt-con04 {display: block;}
#brd03:checked ~ .opt-content .opt-con03 {display: block;}

.opt-circle01, .opt-circle02, .opt-circle03, .opt-circle04 {
    width: 115px; height: 115px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 50%;
    padding: 4px 6px;
    box-sizing: border-box;
    z-index: 2;
}
.brd-circle03 {
    width: 115px; height: 115px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 50%;
    padding: 6px 3px;
    box-sizing: border-box;
    z-index: 2;
}
#opt01:checked ~ .opt-sec .opt-circle01 {
    border-color: #212b38 !important;
    border-width: 2px !important;
}
#opt02:checked ~ .opt-sec .opt-circle02 {
    border-color: #212b38 !important;
    border-width: 2px !important;
}
#opt03:checked ~ .opt-sec .opt-circle03 {
    border-color: #212b38 !important;
    border-width: 2px !important;
}
#opt04:checked ~ .opt-sec .opt-circle04 {
    border-color: #212b38 !important;
    border-width: 2px !important;
}
#brd03:checked ~ .opt-sec .brd-circle03 {
    border-color: #212b38 !important;
    border-width: 2px !important;
}
.opt-slash {
    width: 80%; height: 1px;
    background-color: #ccc;
    margin: 0 auto;
    position: absolute; top: 47%; left: 10%;
}
.per-slash {
    width: 50%; height: 1px;
    background-color: #ccc;
    margin: 0 auto;
    position: absolute; top: 47%; left: 25%;
}
.per-slash02 {
    width: 50%; height: 1px;
    background-color: #ccc;
    margin: 0 auto;
    position: absolute; top: 50%; left: 25%;
    transform: rotate(315deg);
}
.per-px3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}


.pc_slider .slick-prev {
    left: 80px;
    top: 55%;
    z-index:99;
}
.pc_slider .slick-next {
    right: 80px;
    top: 55%;
    z-index:99;
}

/*광고 시작하기, 무료 컨설팅 버튼*/
.d-pc-none{display: none;}
/*moobile용 버튼 추가*/
.dd-md-block{display:none;}

/*광고운영가이드*/
a.guidedown_button {
    border: 1px solid #212b38;
    line-height: 45px;
    padding: 10px 25px;
}
a.guidedown_button:hover {
    border: 1px solid #212b38;
    background: #e3eaf5;
} 
a.guidedown_button span.ico_download {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: url(../img/guidedown_button.png) no-repeat center center;
    background-size: 30px;
    transition: all ease 0.3s;
}
a.guidedown_button:hover span.ico_download {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: url(../img/guidedown_button_hover.png) no-repeat center center,#212b38 ;
    background-size: 30px;
    background-repeat: no-repeat;
}

a.guidedown_button_2 {
    background: #f6f6f6;    
    line-height: 35px;
    padding: 12px 25px;
    border: 1px solid #b5b7b9;
}
a.guidedown_button_3 {
    background: #f6f6f6;    
    line-height: 35px;
    padding: 12px 58px;
    border: 1px solid #b5b7b9;
    border-radius: 40px;
    white-space: nowrap;
}
a.guidedown_button_2:hover {
    border: 1px solid #212b38;
    background: #e3eaf5;
} 
a.guidedown_button_2 span.ico_download {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background: url(../img/guidedown_button.png) no-repeat center center;
    background-size: 25px;
    transition: all ease 0.3s;
}
a.guidedown_button_2:hover span.ico_download {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background: url(../img/guidedown_button_hover.png) no-repeat center center,#212b38 ;
    background-size: 25px;
    background-repeat: no-repeat;
}

.kakaotalk {
    border-radius: 20px;
    border:1px solid #ccc;
    font-weight: 500;
}

.youtube-play2 {margin-left: 15%;}

.nowrap{
    flex-wrap: nowrap !important;
}

/* gui 배너 */
#qui-banner-img img{ display:inline;}
.gui-banner-text{ font-size: 21px; font-weight: 400; color: #535353;}
/* 퀵스타드가이드 다운로드 */
.gui-box-red1{    
    padding: 14px 15px 11px 15px;
    border-radius: 7px;
    background-color: rgba(238, 43, 43, 0.3);
    font-size: 22px;
    font-weight:300;
    color:black;
    font-family: 'CP Sans' ,sans-serif;
}
.gui-box-green1{
    padding: 14px 15px 11px 15px;
    border-radius: 7px;
    background-color: rgba(96, 155, 6, 0.3);
    font-size: 22px;
    font-weight:300;
    color:black;
    font-family: 'CP Sans' ,sans-serif;}

.gui-box-red2{ 
    padding: 17px 41px 14px 35px;
    border-radius: 15px;
    background-color: rgba(238, 43, 43, 0.3);
    font-size: 25px;
    font-weight:400;
    color:#292e31;
    font-family: 'CP Sans' ,sans-serif;
}
.gui-box-green2{ 
    padding: 17px 41px 14px 35px;
    border-radius: 15px;
    background-color: rgba(96, 155, 6, 0.3);
    font-size: 25px;
    font-weight:400;
    color:#292e31;
    font-family: 'CP Sans' ,sans-serif;
}
.quick-gui-box{
    width:300px;
    min-height:350px;
    height:auto;
    background-color:#fff;
    border-radius: 60px;
    padding-top:20px;
    padding-bottom:20px;
}

.quick-gui-box2{
    width:230px;
    min-height:450px;
    height:auto;
    background-color:transparent;
    border-radius: 48px;
    padding-top:20px;
    padding-bottom:20px;
    border: 2px solid rgba(66, 82, 91, 0.5);
}
.gui-text0{
    font-family: 'CP Sans' ,sans-serif;
    font-size: 50px;
    font-weight:bold;
    color: #2f9fdc;
    margin-bottom:20px;
}

.gui-text1{
    font-family: 'CP Sans' ,sans-serif;
    font-size: 32px;
    font-weight:bold;
    color: #42525b;
}
.gui-text2{
    font-family: 'CP Sans' ,sans-serif;
    font-size: 26px;
    font-weight:200;
    color: #42525b;
}
.gui-text3{
    font-family: 'CP Sans' ,sans-serif;
    font-size: 25px;
    font-weight:bold;
    color: #2f9fdc;
}
.gui-text4{
    font-family: 'CP Sans' ,sans-serif;
    font-size: 18px;
    font-weight:300;
    color: #42525b;
}
.gui-text5{
    font-family: 'CP Sans' ,sans-serif;
    font-size: 20px;
    font-weight:bold;
    color: #42525b;
}

.gui-text6{
    font-family: 'CP Sans' ,sans-serif;
    font-size: 32px;
    font-weight:300;
    color: #42525b;
}

.gui-text7{
    font-family: 'CP Sans' ,sans-serif;
    font-size: 32px;
    font-weight:bold;
    color: #ee2b2b;
}

.gui-text8{
    font-family: 'CP Sans' ,sans-serif;
    font-size: 32px;
    font-weight:bold;
    color: #609b06;
}
/* 퀵스타트가이드 탭메뉴 01 */
.cal-text {
    position: absolute;
    top: 150px; left: 10px;
    z-index: 1;
}

.cal-text2 {
    position: absolute;
    top: 80px; left: 10px;
    z-index: 1;
}
.cal-img {
    position: absolute;
    right: 20px; bottom: 0;
}
.gmv-tab {
    width: 62% !important;
}

.gmv-tab2{
    width:50% !important;
}
.roas-tab {
    width: 50% !important;
}
ul.Gui_tabs01 li.Gui_tab01 a{
    color: #d3d3d3;
}
ul.Gui_tabs01 li.Gui_tab01 a.selected{
    color: #333;
}
ul.Gui_tabs01 li.Gui_tab01 a.selected p{
    border-top: 3px solid #333;
}

#quick-img1,#quick-img2,#quick-img3,#quick-img4{width:50%;}

/* 퀵스타트가이드 탭메뉴 안 실제사례 배너 */
.Gui_ex_banner01{
    background: url(../img/Gui_ex_banner01.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner02{
    background: url(../img/Gui_ex_banner02.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner03{
    background: url(../img/Gui_ex_banner03.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner04{
    background: url(../img/Gui_ex_banner04.png) no-repeat top center;
    background-size: cover;
}
.Gui_ex_banner05{
    background: url(../img/Gui_ex_banner05.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner06{
    background: url(../img/Gui_ex_banner06.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner07{
    background: url(../img/Gui_ex_banner07.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner08{
    background: url(../img/Gui_ex_banner08.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner09{
    background: url(../img/Gui_ex_banner09.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner10{
    background: url(../img/Gui_ex_banner10.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner11{
    background: url(../img/Gui_ex_banner11.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner12{
    background: url(../img/Gui_ex_banner12.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner13{
    background: url(../img/Gui_ex_banner13.png) no-repeat top center;
    background-size: cover;
}
.Gui_ex_banner14{
    background: url(../img/Gui_ex_banner14.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner15{
    background: url(../img/Gui_ex_banner15.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner16{
    background: url(../img/Gui_ex_banner16.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner17{
    background: url(../img/Gui_ex_banner17.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner18{
    background: url(../img/Gui_ex_banner18.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner19{
    background: url(../img/Gui_ex_banner19.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner20{
    background: url(../img/Gui_ex_banner20.png) no-repeat center center;
    background-size: cover;
}
.Gui_ex_banner21{
    background: url(../img/Gui_ex_banner21.png) no-repeat center center;
    background-size: cover;
}

label {
    display: block;
    cursor: pointer;
    margin-bottom: 0 !important;
}
input[type="radio"] {display: none;}

.cate-ban01, .cate-ban02, .cate-ban03, .cate-ban04, .cate-ban05,
.cate-ban06, .cate-ban07, .cate-ban08, .cate-ban09, .cate-ban10,
.cate-ban11, .cate-ban12, .cate-ban13, .cate-ban14, .cate-ban15,
.cate-ban16, .cate-ban17, .cate-ban18, .cate-ban19, .cate-ban20, .cate-ban21 {
    display: none;
}

#cate01:checked ~ .cate-ban01 {display: block;}
#cate02:checked ~ .cate-ban02 {display: block;}
#cate03:checked ~ .cate-ban03 {display: block;}
#cate04:checked ~ .cate-ban04 {display: block;}
#cate05:checked ~ .cate-ban05 {display: block;}
#cate06:checked ~ .cate-ban06 {display: block;}
#cate07:checked ~ .cate-ban07 {display: block;}
#cate08:checked ~ .cate-ban08 {display: block;}
#cate09:checked ~ .cate-ban09 {display: block;}
#cate10:checked ~ .cate-ban10 {display: block;}
#cate11:checked ~ .cate-ban11 {display: block;}
#cate12:checked ~ .cate-ban12 {display: block;}
#cate13:checked ~ .cate-ban13 {display: block;}
#cate14:checked ~ .cate-ban14 {display: block;}
#cate15:checked ~ .cate-ban15 {display: block;}
#cate16:checked ~ .cate-ban16 {display: block;}
#cate17:checked ~ .cate-ban17 {display: block;}
#cate18:checked ~ .cate-ban18 {display: block;}
#cate19:checked ~ .cate-ban19 {display: block;}
#cate20:checked ~ .cate-ban20 {display: block;}
#cate21:checked ~ .cate-ban21 {display: block;}

.nav02 {display: none !important;}

@media screen and (max-width:1920px){
    .mt-tem{margin-top:65px !important;}
    
    .main-sec1 {
        background: url(../img/new-banner-main.jpg) no-repeat center center;
        min-height: 30vw;
        background-size: contain;
    }

    .main-sec1-2 {
        background: url(../img/new-banner-main-2.jpg) no-repeat center center;
        min-height: 30vw;
        background-size: cover;
    }

    .main-sec1-6 {
        background: url(../img/main-banner3-1.png) no-repeat center center;
        min-height: 30vw;
        background-size: cover;
    }

    .main-sec1-7 {
        background: url(../img/main-banner4-1.png) no-repeat center center;
        min-height: 30vw;
        background-size: cover;
    }

    .main-sec1-8 {
        background: url(../img/main-banner5-1.png) no-repeat center center;
        min-height: 30vw;
        background-size: cover;
    }


    .main-slide-text {
        font-family: 'CP Sans' ,sans-serif;
        font-size: 2.8646vw;
        letter-spacing: -1.65px;
        font-weight: 500;
    }

    .sub-slide-text {
        font-family: 'CP Sans' ,sans-serif;
        font-size: 1.2500vw;
        font-weight: 200;
        letter-spacing: -1.08px;
    }

    .main-btn1 {
        font-family: 'CP Sans' ,sans-serif;
        padding: 0.9375vw 3.125vw;
        font-weight: 400;
        line-height: 1.4583vw
    }
    .main-btn2 {
        font-family: 'CP Sans' ,sans-serif;
        padding: 0.9375vw;
        font-weight: 400;
        line-height: 1.4583vw
    }
    .main-btn3 { 
        font-family: 'CP Sans' ,sans-serif;
        padding: 0.9375vw 3.125vw;
        font-weight: 400;
        line-height: 1.4583vw
    }

    .main-btn4 { 
    font-family: 'CP Sans' ,sans-serif;
    padding:0.9375vw  0;
    width:13.0208vw;
    font-weight:400;
    line-height:28px;
}

    .slide-btn{
        font-size:1.5625vw;
    }
    .pc_slider .slick-prev {
        left: 9vw;
        top: 13vw;
        z-index:99;
    }
    .pc_slider .slick-next {
        right: 9vw;
        top: 13vw;
        z-index:99;
    }

    .wd-10 {
        max-width: 73vw;
    }
    .wd-10-1 {
        max-width: 73vw;
    }
    .slide-height{
        height: 25vw;
    }

    .mb-rem{ margin-bottom: 2.5vw !important; margin-top: 1.0417vw;}

}

@media screen and (max-width:1750px){
    .font-52-2{font-size:2.5vw;}
    .sub7-sec1-1 {
        background: url(../img/banner_success2.png) no-repeat center center;
        min-height: 25vw;
        background-size: contain;
        background-color: #e4e4e4;
    }
}


@media screen and (max-width: 1285px) {
    .pl-10-1{padding-left: 10% !important;}
    .nav01 {display: none !important;}
    .nav02 {display: block !important;}

    .sub1 {margin-right:0; position: absolute; left: 11.9vw;}
    .sub2 {margin-left:0; position: absolute; right: 0;}
    .sub3 {margin-left: 0; position: absolute; right: 2.8vw;}
    .menu-in-menu{width: 170px;}
    .sub3 .menu-in-menu{width: 240px;}


    .quick-gui-box2{width:23%; min-height:32.6848vw;border-radius: 17px;}
    .gui-text7{font-size:30px;}
    .gui-text5{font-size:15px;}
    .gui-box-red2{font-size:20px;}
    .gui-box-green2{font-size:20px;}
    .gui-text6{font-size:25px;}
    .gui-text3{font-size:20px;}
    .gui-text4{font-size:16px;}
    .gui-text0{font-size:30px;}
    .quick-gui-box{width:30%; min-height:27.237vw;}
    .gui-text1{font-size:28px;}
    .gui-text2{font-size:25px;}
    .main-slide-text3{font-size:2.724vw;}
    .main-slide-text3-1{font-size:3vw;}
    .gui-box-red1, .gui-box-green1{font-size:1.556vw;}
    #qui-banner-img img{width:10.739vw;}
    .mr-30{margin-right:1rem;}
    .ml-30{margin-left:1rem;}
    .sub-slide-text3{font-size:21px;}
    .banner-100{width:100% !important;}



}
@media screen and (max-width: 1199px) { /*1200미만*/

    .wd-10-1{max-width:90vw; padding-right:0; padding-left: 0;}
    .font-52 {font-size: 40px;}
    .font-38 {font-size: 36px;}
    .font-28 {font-size: 26px;}
    .font-22 {font-size: 20px;}
    .font-20 {font-size: 18px;}
    .font-20-2 {font-size: 18px;}
    .font-18 {font-size: 16px;}

    .wing-title{ font-size:23px;}

    .wing-sub{ font-size:1.5000vw;}

    .wing-btn-text{ font-size:20px;}

    .bo1-txt2 {margin-right:1.5rem;}

    .main-sec1 {background-position: 60%;} /*사람 얼굴이 우측에 보이게*/

    .slick-prev {left:0; z-index: 2;}
    .slick-next {right:0px; z-index: 2;}

    .cate-slider .slick-prev {
        top: 30% !important;
        left: -40px !important;
    }
    .cate-slider .slick-next {
        top: 30% !important;
        right: -40px !important;
    }

    .model-txt {font-size: 20px;}

    .px-06 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    #youtube-play {height: 392px;}
    #youtube-thumb {
        height: 392px; 
        top:-392px;
        margin-bottom: -392px;
    }
    .ml-20 {margin-left: 10%;}

    /*캠페인설정 도우미*/
    .cpTab7 {max-height: 1900px; overflow: hidden;}
    .cpTab7 iframe#f1 {
        margin-top: -15%;
    }

    a.cancel_link {bottom: 189px; right: 40px;}

    .pc-kakao {right: 3%;}

    .layerPopup {
        width: 70%;
        height: auto;
    }
    .proPopup {
        width: 70%;
        height: auto;
        flex:wrap;
        position:absolute;
    }

    .list_box {padding: 0 15% !important;}
}

@media screen and (max-width: 1155px){
    .font-24-7 {font-size:20px;} 
    .pl-sm-6{padding-left: 3rem !important;}
}

@media screen and (max-width: 1100px){
    .success-category > li:nth-child(1),
    .success-category > li:nth-child(2),
    .success-category > li:nth-child(3),
    .success-category > li:nth-child(4),
    .success-category > li:nth-child(5)    
    {margin: 0;}
    .success-flex{justify-content: center;}
}

@media screen and (max-width: 1042px) and (min-width: 992px) {
    .font-24 {font-size: 20px;}
    .pa-mx-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .pa-ml-2 {padding-left: 40px !important;}
}

@media screen and (max-width: 1024px){
    .pc_slider .slick-prev {
        display: none !important;
    }
    .pc_slider .slick-next {
        display: none !important;
    }

    .pc-popup{display:none;}
    .tablet-popup{ display:block;}
    .main-btn4 { 
    font-family: 'CP Sans' ,sans-serif;
    padding:4px 0;
    font-weight:400;
}


}

.container-wing{max-width:1440px;}
@media screen and (max-width: 991px) { /*992미만 LG*/
    .mt-tem{margin-top:2.8rem !important;}
    .pl-00{padding-left:15px;}
    .wing-title{font-size:30px;}
    .wing-sub{font-size:20px;}
    .wing-btn-text{font-size:26px;}
    .p-wing{margin-top:30px;}

    .padding-wing { padding-top: 100px; padding-bottom: 150px;}

    .container-wing{max-width:768px !important;}

    .flex-wing{ flex-direction: column;}

    .model-txt {font-size:1rem;letter-spacing:-0.1em}
    .br-block-p {display: block !important;}
    .pa-mx-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    .pa-ml-2 {padding-left: 20px !important;}

    .col-md-88 {
        width: 100% !important;
    }

    .font-30 {font-size: 28px}
    .font-28 {font-size: 24px;}
    .font-26 {font-size: 22px;}
    .font-24 {font-size: 20px;}
    .font-24-1 {font-size: 20px;}
    .font-24-7 {font-size:20px;} 

    .ml-20 {margin-left: 5%;}

    .scroll-right {display: block;}
    .scroll-left {display: block; opacity: .2;}
    .px-55 {
        padding-left: 1rem !important;
        padding-right: 1rem!important;
    }

    iframe.utube {height: 170px;}
    a.cancel_link {bottom: 20px;right: 20px;}
    .top_banner .btnClose {top: 1%; right: 14%;}

    .main-sec-pc {display: none;}
    .main-sec-mo {display: block;}

    .main-sec2, .main-sec3, .main-sec4, .main-sec6 {
        background-size: 600px;
        background-position: left top;
    }

    .main-sl-pc {display: none;}
    .main-sl-mo {display: block;}
    .main-sl-mo img {
        width: 100%;
        height: 100%;
    }
    .main-sl-mo>p {
        font-size: 26px !important;
    }
    .youtube-play2 {margin-left: 0;}


}

@media screen and (max-width: 959px) {
    .layerPopup_back {background: rgb(0 0 0 / 0%); position: absolute; z-index:9999 ;}

}
@media screen and (max-width: 970px) and (min-width: 768px) {
    .layerPopup {width: 80%;}
    .proPopup {width: 80%;}
}

@media screen and (max-width:910px){
    .success-category1{width:110px;}
    .success-category2{width:190px;}
    .success-category3{width:170px;}
    .success-category4{width:150px;}
    .success-category5{width:140px;}
}

@media screen and (max-width: 840px) {
    .font-20-2 {font-size: 16px;}
    .font-24-2 {font-size: 20px;}
    .px-06 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .pa-mo {display: block;}
    .pa-pc {display: none;}

    .main-sl-mo .yl-btn02 {width: 40% !important;}
    .main-sl-mo .yl-btn03 {width: 40% !important;}

    .brd-process {height: 580px;}
    .brd-process .brd-75 {
        width: 65% !important;
        margin: 0 auto;
    }
    .brd-px01 {
        padding-top: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .brd-px02 {
        padding-left: 12px;
        padding-right: 12px;
    }
    .w-lg-75 {width: 100%;}
    .kakao-btn .content .btnClose2 {
        display: block;
    }
    .font-18-1{font-size: 16px;}
}
@media screen and (width: 768px) {

    .dis-pc {display: none;}
    .dis-tab {display: block;}
    .dis-mo {display: none;}
    .dis-s-mo {display: none;}

    .propopup_box .pro-bg {
        padding-left: 4.5rem;
        padding-right: 3.5rem;
    }

    .sub2-sec2 {min-height: 203px;}
    a.guidedown_button {padding: 15px 30px;}
    .pl-70 {padding-left: 40px !important;}

    .navbar-expand .navbar-nav .nav-item {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .top_banner .btnClose {
        top: 1.7%;
        right: 10%;
    }
    .cpTab7 iframe#f1 {
        margin-top: -19%;
    }
}
@media screen and (max-width: 767px) { /*768미만 MD 매뉴만 모바일  */
    .mt-tem{margin-top:0rem !important;}

/* 교육영상시청 관련 */
.youtube{margin-top:40px; margin-bottom:40px}
.success-grid{grid-template-columns : 1fr;}

    .rocket_btn{width: 130px; font-size: 14px;}

    /* 성공사례 관련 */
    .filter_title{font-size:17px;}
    .font-52-1 { font-size:26px;}
    .font-52-2 { font-size:26px;}
    .font-45-1{font-size:30px;}
    .snp-bg {
        background:url('../img/snp-bg-mo.png') no-repeat center;
        min-height: 386px; 
        background-size: cover;
    }
    .jcl-bg {
        background:url('../img/jcl-bg-mo.png') no-repeat center;
        min-height: 386px; 
        background-size: cover;
    }
    .sangin-bg {
        background:url('../img/sangin-bg-mo.png') no-repeat center;
        min-height: 386px; 
        background-size: cover;
    }
    .nline-bg {
        background:url('../img/nline-bg-mo.png') no-repeat center;
        min-height: 386px; 
        background-size: cover;
    }
    .zinstory-bg {
        background:url('../img/zinstory-bg-mo.png') no-repeat center;
        min-height: 386px; 
        background-size: cover;
    }
    .hongji-bg {
        background:url('../img/hongji-bg-mo.png') no-repeat center;
        min-height: 386px; 
        background-size: cover;
    }
    .desart-bg {
        background:url('../img/desart-bg-mo.png') no-repeat right;
        min-height: 386px; 
        background-size: cover;
    }
    .evinkorea-bg {
        background:url('../img/evinkorea-bg-mo.png') no-repeat right;
        min-height: 386px; 
        background-size: cover;
    }
    .elga-bg {
        background:url('../img/elga-bg-mo.png') no-repeat left;
        min-height: 386px; 
        background-size: cover;
    }
    .hama-bg {
        background:url('../img/hama-bg-mo.png') no-repeat left;
        min-height: 386px; 
        background-size: cover;
    }

    .netu-bg {
        background:url('../img/netu-bg-mo.png') no-repeat left;
        min-height: 386px; 
        background-size: cover;
    }

    .onuty-bg {
        background:url('../img/onuty-bg-mo.png') no-repeat left;
        min-height: 386px; 
        background-size: cover;
    }
    .fmw-bg {
        background:url('../img/fmw-bg-mo.png') no-repeat left;
        min-height: 386px; 
        background-size: cover;
    }

    .akei-bg {
        background:url('../img/akei-bg-mo.png') no-repeat center;
        min-height: 386px; 
        background-size: cover;
    }

    .dearcus-bg {
        background:url('../img/dearcus-bg.png') no-repeat left;
        min-height: 386px; 
        background-size: cover;
    }
    
    .doa-bg {
        background:url('../img/doa-bg.png') no-repeat right; 
        min-height: 386px; 
        background-size: cover;
    }

    .sub7-sec1-1 {
        background:url('../img/mo-banner-success2.png') no-repeat top;
        background-size: contain;
        background-position: top;
        background-color: #e4e4e4;
        min-height: 400px;
        
    }

    #you_banner{height: auto; padding: 70px 0; font-size: 24px;}
    .m-category-filter6 li{ width:49%; display:inline-block;}
    .w-33-1{width:50%;}
        

    .p-80{padding: 40px 0;}
    .pt-md-7 {padding-top: 3rem;}
    .mb-80-1{margin-bottom: 30px;}
    .brand-title > .font-22{font-size : 18px;}
    .brand-title > .font-35{font-size : 28px;}
    .mo-reverse{flex-direction:column-reverse;}

    .mt-filter{margin-top: 16px;}

    .proPopup .propopup_box {
        background-color: #CDECF1;
        background: url(../img/bg-mo.jpg) no-repeat; background-size: contain;
        height:auto;
    }
    .proPopup .propopup_box2 {
        background-color: #CDECF1;
        background: url(../img/bg2-mo.jpg) no-repeat; background-size: contain;
        height:auto;
    }
    .popup-margin{margin-top:90%;}
    .pt-7-1{padding-top: 1rem;}
    .pb-24{padding-bottom: 24.5px;}
    .pb-19{padding-bottom: 22.25px;}
    .mo-banner-img{height:78px;}
    .gui-box-red1, .gui-box-green1{font-size:12px;}
    .sub-slide-text{font-size:4.8000vw;}
    #qui-banner-img-mo img{width:16vw;}
    #qui-banner-img img{width:80%;}
    .gui-banner-text{font-size:14px;}
    .main-slide-text3{font-size:6.4000vw;}
    .sub-slide-text3{font-size:4.2667vw;}
    .main-slide-text3-1{font-size:8vw;}
    .gui-text8, .gui-text7{font-size:18px;}
    #quick-img1,#quick-img2,#quick-img3,#quick-img4{width:50%;}
    .gui-box-green2{margin-right:0;}
    .gui-box-red2{margin-left:0;}
    .gui-text1{font-size:22px;}
    .gui-text2{font-size:18px;}
    .gui-text4{font-size: 15px;}
    .quick-gui-box{width:80%; margin-bottom:20px; border-radius: 25px;}
    .quick-gui-box2{width:45%; margin-bottom:20px;}
    .mo-flex-column{flex-direction: column; align-items: center ;}
    .gui-text3{font-size:18px;}
    .partner-title{font-size:25px; font-weight:bold;}
    .partner-title2{font-size:22px; font-weight:bold;}
    .partner-sub{font-size:18px; font-weight:300;}
    .padding-partner{padding-top:50px; padding-bottom:50px;}
    .partner-font-2{ font-size:12px; letter-spacing: -1px;}
    
    .mini-popup-btn{ 
        background-color: #346AFF;
        padding: 3px 0;
        width: 120px;
        color:white;
        border:none;
        border-radius: 3px;
        line-height:21px;
        font-size:15px;
    }


    .pc-hide{
        display: none !important;
    }

    .mo-hide{
        display: block !important;
    }
    .font-25 {font-size:16px;}
    
    .font-35 { font-size:20px;}

    .font-55 { font-size:28px;}

    .popup-font-1{ font-size:16px;}
    .popup-main-title{ font-size:20px;}
    .popup-sub{ font-size:18px;}
    .popup-sub2{ font-size:12px;}
    .popup-sub3{ font-size:10px;}
    .popup-btn-text{ font-size:17px; padding-top:10px; padding-bottom:10px;}
    .propopup-set{
        border-radius: 15px;
    }

    .propopup-set{
        border-radius: 15px; padding:25px;
    }
    .popclose-set{ top:10px; right:-5px;}

    .popclose-set img{ width: 15px !important;}

    .main-sec1 {
        background:url('../img/new-mo-main01.png') no-repeat top center; 
        min-height: 129vw; 
        background-size: cover;
    }
    .main-sec1-2 {
        background:url('../img/new-mo-main02.png') no-repeat top center; 
        min-height: 129vw; 
        background-size: cover;
    }
    .main-sec1-3 {
        background:url('../img/new-mo-main03.png') no-repeat top center; 
        min-height: 129vw; 
        background-size: cover;
    }
    .main-sec1-6 {
        background:url('../img/main-banner3.png') no-repeat top center; 
        min-height: 129vw; 
        background-size: cover;
    }
    .main-sec1-7 {
        background:url('../img/main-banner4.png') no-repeat top center; 
        min-height: 129vw; 
        background-size: cover;
    }

    .main-sec1-7 {
        background:url('../img/main-banner4.png') no-repeat top center; 
        min-height: 129vw; 
        background-size: cover;
    }

    .main-sec1-8 {
        background:url('../img/new-mo-main05.png') no-repeat top center; 
        min-height: 129vw; 
        background-size: cover;
    }

    .pc_slider {display: none;}
    .mo_slider {display: block}
    .mo-main-font1{ font-size:28px;}
    .mo-sub-font1{ font-size:18px;}


    .p-mo-slide{padding: 40px 16px 44px 16px; background-color: #F1F6FF;}

    .new-mo-slide-btn{
        padding: 9.5px 0px;
        background-color: #3E4F6D;
    }
    
    .nav02 {display: none !important;}
    
    .br-none {display: none;}
    .pipe_b {border-right: none !important;}

    .md-pl-5 {padding-left:0%;}
    .mt-md-1 {margin-top:10px;}

    .mr-15 {margin-right: 1rem !important;}

    .pc-kakao {display: none !important;}
    .mobile-kakao {display: block !important;}

    .pc-story {display: none !important;}
    .mobile-story {display: block !important;}


    .Mainbtnfree {
        margin-bottom: 10px;
        width: 90%;
    }
    .MainbtnClose {
        margin-left: 0.5rem !important;
        margin-right: 1.5rem !important;
        border: 1px solid #fff;
        margin-bottom: 10px;
    }

    .sub-sel {border-bottom:3px solid #009ee9; font-weight: 700;}
    .sub1-sec3-1 {min-height: 0px; background: none;}

    .font-30 {font-size: 26px}
    .font-28 {font-size: 24px}
    .font-26 {font-size: 22px}
    .font-24 {font-size: 20px}
    .font-22 {font-size: 18px}
    .font-20 {font-size: 16px}
    .font-18 {font-size: 16px}
    .font-13 {font-size: 13px}

    .cp-ad-start {padding-top: 15px;} /*광고시작하기*/
    .cp-ad-start::after {margin-top:1px}
    .cp-ad-help::after {margin-top:1px}
    .cp-ad-help2 {margin-top: 20px !important;} /*교육신청하기버튼*/

    .model-txt {
        font-size: 1.375rem;
        letter-spacing:-0.05em; 
        margin-top: 1rem;
    }

    .body {margin-top: 0;}
    .top-sec .font-58 {font-size:1.75rem}
    .top-sec .font-24 {font-size:1rem}
    .top-sec .font-16 {font-size:0.75rem}
    .nav-btn {font-size:0.875rem; letter-spacing: 0em;}
    .sm-px-0 {padding-left: 0px !important; padding-right:0px !important;}

    .main-sec2, .main-sec3, .main-sec4, .main-sec6 {
        background-size: 500px;
        background-position: left top;
    }
    .main-sec2 ul, .main-sec3 ul, .main-sec4 ul, .main-sec6 ul {
        padding-top: 30px;
        padding-left: 30px !important;
    }
    .main-sl-mo {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .main-sl-mo>p {
        font-size: 24px !important;
    }


    .story01 {margin-bottom: 20px !important;}
    .story02 {margin-bottom: 20px !important;}

    #cpTabContent1>div>div>ul {text-align: center;}

    .pd-page>div {flex-direction: column !important;}
    .pd-page>div>div {
        width: 80% !important;
        margin: 0 auto;
    }
    .pd-page>div>div>p {margin-bottom: 0 !important;}
    .pd-page .pd-mokup {margin-bottom: 30px !important;}
    .bd-page .pd-mokup01, .bd-page .pd-mokup02 {margin-bottom: 30px !important;}
    .bd-page .pd-mokup02 {
        width: 260px !important;
        height: 270px !important;
        margin: 0 auto;
    }

    /*모바일 메인콘- 버튼 위치 아래로 조정*/
    .m-button-wrap-in {text-align: left; margin-top: 10px;}
    /************************************/
    #youtube-play {height: 287px;}
    #youtube-play3 {
        height: 415px; 
        background-image: url(../img/youtube-thumb7.png);
    }
    #youtube-thumb {
        height: 287px;  
        top:-287px; 
        margin-bottom: -287px;
    }
    #youtube-thumb2, #youtube-thumbb,
    #youtube-play3, #youtube-thumb7, 
    #youtube-thumb8, #youtube-thumb9, #youtube-thum10 {
        height: 305px;
        top: -305px;
        margin-bottom: -300px;
    }
    .success_list img {
        max-width: 115px;
        min-width:100%;
        margin: 10px 0px;
        height: auto;
    }
    .success_list a {
        float: left; 
        width: 25%; 
        text-align: center;
    }
    .ml-20 {margin-left: 0;}

    .success_menu a:first-child {margin-left: 40px;}
    .success_menu a:last-child {margin-right: 40px;}
    .success_menu a {margin-right: 25px;}

    img.wid-250 {max-width: 200px;}

    .index_nav {
        position: fixed;
        z-index: 999;
    }

    .top_banner .btnClose {top: 1.5%; right: 5%;}

    .list_box {padding: 0% !important;}

    .layerPopup {width: 70%;}
    .proPopup {width: 70%;}
    .layerPopup .popup_box {
        background: url(../img/main-popup.jpg) no-repeat center top;
        background-size: cover;
        background-position-x: 70%;
    }
    .top_banner li img {width: 50px;}

    /*수동성과형 추가*/
    div.pc {display:none;}
    div.mobile {display:block;}
    .mobile td {text-align: left;}

    .gmv-tab {
        width: 60% !important;
    }
    .roas-tab {
        width: 40% !important;
    }
    .roas-tab img {
        width: 100%;
        height: 100%;
    }

    /*광고운영가이드*/
    a.guidedown_button {padding: 5px 35px; margin-bottom: 10px;}
    a.guidedown_button_2 {padding: 5px 35px; margin-bottom: 10px;}

    input[type=radio] {
        width: 14px;
        height: 14px;
    }
}
@media screen and (max-width: 649px) {
    .br_none2 {display: none;}
}

@media screen and (max-width: 575px) { /*576미만 SM 모바일*/

    .font-45-1{font-size:24px;}

    .notice-23-icon1{width:35px !important;}
    .notice-23-icon2{width:25px !important; padding-left:8px;}
    .notice-23-icon3{width:55px !important; padding-left:8px;}

    #qui-banner-img-mo img{width:60px;}
    .wd-10-1{width:96vw; padding-left:0; padding-right:0;}
    .pc-popup{display:none;}
    .tablet-popup{ display:none;}
    .layerPopup_back {background: rgb(0 0 0 / 0%); position: absolute; z-index:9999 ;}

    .popup-set{
        margin-left: 3rem;
    }

    .popup-set2{
        padding-left: 5rem;
    }

    #adspopup{
        position: fixed;
        top: 0%;
        left: 50%;
        transform: translateX(-50%);
        width: 350px;
        height: auto;
        z-index: 99999;
        border: 10px solid #212b38;
    }


    .mt-icon{margin-top: 13px;}


    .mobile-kakao {bottom: 13%;}

    .content {height: 380px;}
    .kakao-btn:hover .content {right: 5%; bottom: 20%;}

    .btnTodayHide {color: #212b38 !important;}

    .footer_tablet {display: none;}
    .footer_mobile {display: block !important;}

    .bo1-txt2 {margin-right:1rem}


    .dis-pc {display: none;}
    .dis-tab {display: none;}
    .dis-mo {display: block;}
    .dis-s-mo {display: none;}
    .dis-s-moinline {display: none;}

    .pro-bg{
        background: url(../img/popup-layer-mo.png) no-repeat;
        background-color: #f6c8d6;
        background-size: cover;
    }
    .main-sec1 {
        background:url('../img/new-mo-main01.png') no-repeat top center; 
        min-height: 129vw; 
        background-size: cover;
    }
    .main-sec1-2 {
        background:url('../img/new-mo-main02.png') no-repeat top center; 
        min-height: 129vw; 
        background-size: cover;
    }

    .main-sec1-3 {
        background:url('../img/new-mo-main03.png') no-repeat top center; 
        min-height: 129vw; 
        background-size: cover;
    }
    .main-sec1-4 {
        background:url('../img/mo-main04.png') no-repeat top center;
        min-height: 386px; 
        background-size: cover;
    }
    
    .sub1-sec1 {
        background:url('../img/mo-banner-int.png') no-repeat center center; 
        min-height: 386px; 
        background-size: cover;
    }
    .sub1-sec2 {
        background:url('../img/mo-banner-opt.png') no-repeat center bottom; 
        min-height: 386px; 
        background-size: cover;
    }
    .sub1-sec5 {
        background:url('../img/mo-banner-per.png') no-repeat center center;
        min-height: 386px; 
        background-size: cover;
    }
    .sub1-sec6 {
        background:url('../img/mo-banner-brand.png') no-repeat center center;
        min-height: 386px; 
        background-size: cover;
    }
    .sub2-sec1 {
        background:url('../img/mo-banner-quick.png') no-repeat center center; 
        min-height: 386px; 
        background-size: cover;
    }
    .sub3-sec1 {
        background:url('../img/sub3-sec1-m@3x.jpg') no-repeat center center; 
        min-height: 386px; 
        background-size: cover;
    }
    .sub3-sec2 {
        background:url('../img/sub3-sec2-m@3x.jpg') no-repeat center center; 
        min-height: 386px; 
        background-size: cover;
    }
    .sub3-sec1-1 {
        background:url('../img/mo-banner-success.png') no-repeat top;
        min-height: 386px; 
        background-size: cover;
    }
    .sub4-sec1 {
        background:url('../img/mo-banner-class.png') no-repeat center center; 
        min-height: 386px; 
        background-size: cover;
    }
    .sub5-sec3 {
        background:url('../img/Faq_main-m.jpg') no-repeat center center; 
        min-height: 386px; 
        background-size: cover; 
        margin-bottom: 28px;
    }
    .sub6-sec2 {
        background:url('../img/mo-banner-tip.png') no-repeat center center;
        min-height: 386px; 
        background-size: cover;
    }
    .sub6-sec3 {
        background:url('../img/mo-banner-sell.png') no-repeat center center;
        min-height: 386px; 
        background-size: cover;
    }

    .sub1-sec2 ul {
        color: #fff !important;
        text-shadow: 5px 3px 20px #212b38;
    }
    .sub3-sec1-1 a {
        background-color: #fff !important;
        color: #212b38 !important;
        font-weight: 400 !important;
    }

    .main-sec2, .main-sec3, .main-sec4, .main-sec6 {
        background-size: 400px;
        background-position: top left;
        padding-left: 0px;
    }
    .main-sec2 ul, .main-sec3 ul, .main-sec4 ul, .main-sec6 ul {
        padding-top: 30px;
        padding-left: 60px !important;
        float: none !important;
    }
    .main-sec2 div, .main-sec3 div, .main-sec4 div, .main-sec6 div {
        float: none !important;
        width: 100% !important;
    }
    .main-sl-mo>p {
        font-size: 20px !important;
    }
    .main-sl-mo .yl-img01,
    .main-sl-mo .yl-img02, 
    .main-sl-mo .yl-img03, 
    .main-sl-mo .yl-img04 {
        width: 100% !important;
    }
    .main-sl-mo .yl-img04 {margin-top: 55px !important;}
    .main-sl-mo li {
        font-size: 20px !important;
        font-weight: normal !important;
    }
    .main-sl-mo .yl-btn01 {width: 40% !important;}
    .main-sl-mo .yl-btn02 {width: 60% !important;}
    .main-sl-mo .yl-btn03 {width: 60% !important;}
    .main-sl-mo .yl-btn04 {width: 50% !important;}
    
    .cate-tt {font-size: 20px !important;}

    .main-sec5 iframe {height:180px;}

    .pd-page .pd-mokup {margin-bottom: 0px !important;}

    .pd-icon {
        height: 120px !important;
    }
    .pd-icon img {height: 100%;}
    .per-icon {padding-top: 30px;}
    .class-icon {padding-top: 26px;}
    .int-icon01, .int-icon02, .int-icon03 {padding-top: 12px;}
    .brd-icon01, .brd-icon02, .brd-icon03 {padding-top: 10px;}

    .bd-page .pd-mokup02 {
        width: auto !important;
        height: auto !important;
        margin: 0 auto;
    }

    .opt-tab-px3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .opt-tab-px4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .opt-px2 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .opt-px3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .opt-pr2 {
        padding-right: 0.5rem !important;
    }
    .pds-px0 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .not-5-btn{margin: 0; font-size: 14px;}

    .gmv-tab {
        width: 100% !important;
    }
    .w-md-60 {width: 100%;}

    .int-tab .cpTab1-1 .nav-tabs .nav-link {
        padding: 0.5rem 0.5rem !important;
    }
    .int-tab .int-bd {
        border-bottom: 1px solid #fff !important;
    }

    .Gui_ex_banner01{
        background-image: none !important;
        background-color: #eae5e0 !important;
    }
    .Gui_ex_banner02{
        background-image: none !important;
        background-color: #48799a !important;
    }
    .Gui_ex_banner03{
        background-image: none !important;
        background-color: #d9f0d6 !important;
    }
    .Gui_ex_banner04{
        background-image: none !important;
        background-color: #6fb1bd !important;
    }
    .Gui_ex_banner05{
        background-image: none !important;
        background-color: #c7c3ce !important;
    }
    .Gui_ex_banner06{
        background-image: none !important;
        background-color: #d8dedf !important;
    }
    .Gui_ex_banner07{
        background-image: none !important;
        background-color: #fedfd3 !important;
    }
    .Gui_ex_banner08{
        background-image: none !important;
        background-color: #ff5601 !important;
    }
    .Gui_ex_banner09{
        background-image: none !important;
        background-color: #4fd5e7 !important;
    }
    .Gui_ex_banner10{
        background-image: none !important;
        background-color: #ded9d6 !important;
    }
    .Gui_ex_banner11{
        background-image: none !important;
        background-color: #d5c6e6 !important;
    }
    .Gui_ex_banner12{
        background-image: none !important;
        background-color: #ebdabd !important;
    }
    .Gui_ex_banner13{
        background-image: none !important;
        background-color: #c4d3ea !important;
    }
    .Gui_ex_banner14{
        background-image: none !important;
        background-color: #b5b0b4 !important;
    }
    .Gui_ex_banner15{
        background-image: none !important;
        background-color: #e7ecee !important;
    }
    .Gui_ex_banner16{
        background-image: none !important;
        background-color: #5dc0df !important;
    }
    .Gui_ex_banner17{
        background-image: none !important;
        background-color: #fcc9ce !important;
    }
    .Gui_ex_banner18{
        background-image: none !important;
        background-color: #edbf99 !important;
    }
    .Gui_ex_banner19{
        background-image: none !important;
        background-color: #dad8d9 !important;
    }
    .Gui_ex_banner20{
        background-image: none !important;
        background-color: #edbe00 !important;
    }
    .Gui_ex_banner21{
        background-image: none !important;
        background-color: #e5ebef !important;
    }

    .font-80 {font-size: 60px;}
    .font-52 {font-size: 1.75rem; font-weight: bold;}
    .font-24-4{font-size: 26px; font-weight: bold;}
    .font-38 {font-size: 24px;}
    .font-24-3 {font-size: 24px}
    .font-32-1{font-size:24px;}
    .class-font22 {font-size: 22px;}
    .font-38-2 {font-size: 21px;}
    .font-30 {font-size: 21px;}
    .font-28 {font-size: 20px;}
    .font-20-1 {font-size: 20px;}
    .font-26 {font-size: 18px;}
    .font-18-1 {font-size: 18px;}
    .font-24 {font-size: 18px;}
    .font-18 {font-size: 17px;}
    .font-24-6{font-size:17px;}
    .font-22 {font-size: 16px;}
    .font-20 {font-size: 16px;}
    .font-17 {font-size: 16px;}
    .font-24-5{font-size:15px;}
    .font-17-2{font-size: 15px;}
    .font-22-1 {font-size:13px;}
    .font-17-1 {font-size: 13px;}



    .cp-ad-start {
        width:100%; 
        max-width:180px; 
        height: 45px; 
        border-radius: 7px; 
        padding-top: 7px;
    } /*광고시작하기*/
    .cp-ad-start::after {content: none;}

    .cp-ad-help {
        width:100%; 
        max-width:320px; 
        height: 45px; 
        border-radius: 7px; 
        padding-top: 9px;
    } /*설정도우미*/
    .cp-ad-help::after {content: none;}

    .terms li {text-indent: -1.175rem}

    #youtube-play1 {height: 300px;}
    #youtube-play2 {height: 300px;}
    #youtube-play3 {height: 300px;}
    #youtube-play4 {height: 300px;}
    #youtube-play5 {height: 300px;}
    #youtube-play6 {height: 300px;}
    #youtube-play8 {height: 300px;}
    #youtube-play9 {height: 300px;}

    #youtube-thumb {
        background: url('../img/mo-pds-youtube.png') no-repeat center center;
        background-size: cover;
    }

    #youtube-thumb1, #youtube-thumb2, #youtube-thumb3, #youtube-thumb4,
    #youtube-thumb5, #youtube-thumb7, #youtube-thumb8, #youtube-thumb9,
    #youtube-thumb10, #youtube-thumb11, #youtube-thumb12, #youtube-thumbb ,#youtube-thumb14
    #youtube-thumb15, #youtube-thumb16, #youtube-thumb17, #youtube-thumb18 {
        height: 300px;  
        top: -304px; 
        margin-bottom: -300px;
    }

    .brand-quotes {
        width: 10% !important;
    }
    .brand-quotes img {
        width: 100%; height: 100%;
    }

    .brand-quotes2 {
        width: 10% !important;
    }
    .brand-quotes2 img {
        width: 65%; height: 100%;
    }
    .double-quotes-up-mo {
        position: absolute; 
        margin-top: -10px; 
        margin-left: -40px
    }

    .double-quotes-up2-mo {
        position: absolute; 
        margin-top: -15px; 
        margin-left: -40px
    }


    .double-quotes-down2-mo {
        position: absolute; 
        margin-top: 10px; 
        margin-left: 5px;
    }
    .success_menu {
        padding-top: 4px;
        line-height: 30px !important;
    }
    .success_menu>a>div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .success_menu>a .on {
        background-color: unset !important;
        color: #212b38 !important;
        font-weight: bold !important;
        padding-bottom: 0.1px !important;
        border-bottom: 2px solid #212b38 !important;
    }
    .success_menu>a:hover {
        background-color: unset !important;
        color: #212b38 !important;
    }
    .success_menubar li {font-size: 0.8rem;}
    .py-md-9 {
        padding-top: 9rem !important; 
        padding: 1rem !important;
    }
    .success_list a {
        width: 46%;
    }
    .brand-ex>p {
        margin-bottom: 0 !important;
        margin-block-end: 5px !important;
    }
    .brand-ex .font-22 {font-size: 20px;}
    .brand-title .font-30 {font-size: 24px;}
    .aro-img {
        width: 70% !important;
    }
    .ana-img {width: 90%;}

    .mt-80 {margin-top: 40px !important;}
    .px-30 {
        padding-left:30px !important;
        padding-right:30px !important;
    }
    .px-41 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        padding-top: 3rem !important;
    }
    .px-07 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .pl-110 {
        padding-left: 2.5rem !important;
        padding-top: 2rem !important;
    }

    .pl-mo-1{
        padding-left: 5px;
        text-align: center;
        padding-bottom: 15px;
    }

    .pl-mo-2{
        border-left: none;
        }
    
    .m-n {display: none;}

    img.max-width {height: 100%; width: 100%;}

    .pr-5 {padding-right: 1rem!important;}
    .br_none {display: none;}
    .br-block {display: block !important;}

    nav#mobilemenu h5 {margin-bottom: 0 !important;}
    nav#mobilemenu img { padding-top: 4px;}
    nav.mobilemenu{ padding: 17px 13px 17px 12px;}

    .download {
        float:right;
        margin-top: 8px;
        margin-right: 0px;
    }
    .pds-col {
        padding-right: 0.5rem !important;
    }

    .cate-slider .slick-prev {
        left: -40px !important;
        display: none !important;
    }
    .cate-slider .slick-next {
        right: -40px !important;
        display: none !important;
    }
    .cate-slider .slick-dots {
        bottom: -35px;
    }
    .cate-slider .slick-dots li {
        width: 15px;
    }
    .cate-slider .slick-list  {padding: 0 20% 0 0 !important;}

    .opt-slider .slick-prev {left: -15px !important;}
    .opt-slider .slick-next {right: -15px !important;}
    .opt-slider .slick-dots {bottom: -10px;}
    .pl-70 {padding-left: 5px;}

    .opt-faq .collapse {
        background-color: #eee !important;
    }
    .spacing {display: inline-block;}

    .int-slider .slick-prev {top: 50% !important;}
    .int-slider .slick-next {top: 50% !important;}

    .gui-slider .slick-prev {top: 45%; left: -10px !important;}
    .gui-slider .slick-next {top: 45%; right: -12px !important;}
    .gui-slider .slick-dots {bottom: -35px !important;}

    .tip-slider .slick-prev {left: -15px;}
    .tip-slider .slick-next {right: -15px;}

    .ana-slider .slick-prev {top: 50%!important; left: -15px!important;}
    .ana-slider .slick-next {top: 50%!important; right: -15px!important;}

    .slick-prev {margin-left: 3px;}
    .slick-next {margin-right:3px;}
    .card-header p.collapsed::after, .card-header p::after {margin-right:0;}
    .dot {padding-right:6px;}

    .cpTab7 {max-height: 1880px;overflow: hidden;}
    .cpTab8 .nav-pills .nav-link  {
        padding: 0.5rem 0 !important;
    }
    .cpTab8 .nav-pills #pills-1-tab,
    .cpTab8 .nav-pills #pills-2-tab {
        padding-top: 1.2rem !important;
    }
    .cpTab9 .nav-tabs .nav-link {
        padding: 0.5rem 0 !important;
    }

    .tip-tab .card-header, .tip-tab2 .card-header {
        border-bottom: unset !important;
    } 
    .tip-tab .card-header p::after,
    .tip-tab2 .card-header p::after {
        content: "-";
        float:right;
        margin-right: 8px;
        font-weight: bold;
        line-height: 2.2;
    }
    .tip-tab .card-header p.collapsed::after,
    .tip-tab2 .card-header p.collapsed::after {
        content: "+";
        float: right; 
        margin-right: 6px; 
        font-weight: bold;
        line-height: 2.2;
    }
    .tip-font {
        color: #fff !important;
        text-shadow: 2px 2px 10px #212b38;
    }
    .tip-letter {letter-spacing: -1px !important;}

    a.cancel_link {bottom: 226px; right: 20px;}

    .layerPopup .popup_blank {
        width: 15%;
    }
    .layerPopup {width: 80%;}

    .proPopup {
        position: absolute;
        top: 18%;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        z-index: 99999;
        /* border: 10px solid #212b38; */
        width: 90% !important;
    }

    .layerPopup .popup_box {
        background-image: none !important;
        background-color: #ececec;
        padding: 5%;
    }
    .propopup_box .pro-bg {
        padding-left: 3rem !important;
        padding-right: 2.5rem !important;
    }
    .propopup_box .pro-bg>div:nth-child(2) {
        font-size: 22px;
    }
    .mm-pop {padding-top: 25px !important;}
    .pro-mini {
        background-color: #212b38;
        padding-left: 10px !important;
        padding-right: 10px !important;
        border-radius: 3px;
        font-size: 14px !important;
    }
    .proPopup .font-20 {font-size: 18px !important;}
    .proPopup .w-80 {
        width: 100% !important;
    }
    .proPopup .w-80>div>div {font-size: 14px !important;}
    .proPopup .w-80>div>div:first-child {margin-right: 5px !important;}
    .proPopup .w-80>div>div:last-child {letter-spacing: -2px;}

    .proPopup .w-75 {
        width: 95% !important;
        font-size: 13px;
        letter-spacing: -2px;
    }
    .proPopup .w-90 {
        width: 100%;
    }
    .popup-txt {
        padding: 2px 10px !important;
        border-radius: 3px;
    }

    .MainbtnClose {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }

    .col-5-pp {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .cpTab7 iframe#f1 {
        margin-top: -28%;
    }

    #bottommenu img {width: 43px;}

    .content .list_box {padding: 20px 10px !important;}

    /*수동성과형 추가*/
    .rec {margin-left: 0; }

    /*pc,tablet용 버튼 제거*/
    .dd-md-none {display:none;}

    /*moobile용 버튼 추가*/
    .dd-md-block {display:block;}

    /*교육신청*/
    .m-white {color:#fff !important}
    .icon_m {height:56px !important}
    .mo-lightbulb {width: 20px; height: auto;}

    .py-44 {
        padding-top: 1.2rem !important;
        padding-bottom: 1.2rem !important;
    }
    .class-tab .card-header {
        background-color: #dbdfe4 !important;
    }
    .class-py {
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }
    .class-talk {width: 100% !important; height: auto !important;}
    .bg-talk {position: relative;}
    .talk-left {position: absolute; top: 0; left: 26%;}
    .talk-left2 {position: absolute; top: 0; left: 27%;}
    .talk-left6 {position: absolute; top: 0; left: 22%;}
    .talk-left7 {position: absolute; bottom: 0; left: 22%;}
    .talk-right {position: absolute; top: 0; right: 27%;}
    .talk-right2 {position: absolute; top: 0; right: 30%;}

    .pds-icon01 {width: 70% !important;}
    .pds-icon02 {width: 30% !important;}

    .w-33-1{width:100%;}
}


@media screen and (max-width: 450px) { /*아이폰6+ 기준*/
    .font-24-7 {font-size:16px;} 
    .proPopup .propopup_box {
        background-color: #CDECF1;
        background: url(../img/bg-mo.jpg) no-repeat; background-size: contain;
        height:auto;
    }
    .proPopup .propopup_box2 {
        background-color: #CDECF1;
        background: url(../img/bg2-mo.jpg) no-repeat; background-size: contain;
        height:auto;
    }
    .col-xs {
        max-width: 100%;
        flex: 100%;
    }
    img.max-width {width: 100%; height: 100%;}

    .large {
        border-bottom: 14px solid #1644ae; 
        padding-bottom: 20px;
    }
    .main-close {
        display: inline-block !important;
    }

    .col-6-m {
        -ms-flex: 0 0 50%;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-right: 12px !important;
        padding-left: 12px !important;
    }
    .proPopup .pro-bg {
        padding-left: 2.5rem !important;
        padding-right: 2rem !important;
    }
    .pro-bg>div {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 375px) { /*아이폰6 기준*/
    .br-mm {display: block;}
    .br-bb {display: inline-block;}
    .br-nn {display: none;}
    .br-mo-none {display: block;}

    .dis-pc {display: none;}
    .dis-tab {display: none;}
    .dis-mo {display: none;}
    .dis-s-mo {display: block;}
    .dis-s-moinline {display: inline-block;}

    .layerPopup {width: 90%;}
    .proPopup {width: 95% !important;}
    .layerPopup .popup_box {
        background-image: none !important;
        background-color: #ececec;
        padding: 5%;
    }
    .proPopup .pro-bg {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
    .propopup_box .pro-bg>div:nth-child(2) {
        font-size: 22px;
    }

    .mm-pop {padding-top: 25px !important;}
    .mm-pop-13 {font-size: 12px !important;}


    .main-sl-mo .yl-btn01 {width: 50% !important;}
    .main-sl-mo .yl-btn02 {width: 70% !important;}
    .main-sl-mo .yl-btn03 {width: 70% !important;}
    .main-sl-mo .yl-btn04 {width: 60% !important;}
    .main-sl-mo .yl-btn04-mb {margin-bottom: 13px !important;}

    .bo1-txt2 {margin-right : 12px;}

    .opt-tab-px4 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .opt-tab-px3 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .per-px3 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .opt-px3 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .opt-pr2 {
        padding-right: 0rem !important;
    }
    .opt-circle01, .opt-circle02, .opt-circle03, .opt-circle04 {
        width: 110px; height: 110px;
        border: 1px solid #ccc;
        border-radius: 50%;
        padding: 6px 6px;
        box-sizing: border-box;
    }
    .cpTab7 iframe#f1 {
        margin-top: -30%;
    }

    .faq-px2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}


