@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;800&display=swap');


@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700|Noto+Serif+KR:400,500&display=swap&subset=korean');


body,
div,
ul,
dl,
dd,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form {
    margin: 0;
    padding: 0;
    border: 0px;
    font-family: 'Noto Sans KR', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #424242;
}

body {
    min-width: 1200px;
    overflow: hidden;
    overflow-x: hidden;
}

.bold {
    font-weight: bold !important;
}

*:focus {
    outline: none;
}


ul,
ol,
dl {
    list-style: none;
}

img {
    border: 0;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}




input,
select {
 font-family: 'Noto Sans KR', sans-serif;
    font-family: 'Montserrat', sans-serif;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #424242;
    font-weight: 300;
    font-size: 15px;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #424242;
    font-size: 15px;
    font-weight: 300;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #424242;
    font-size: 15px;
    font-weight: 300;
}

select::-ms-expand {
    display: none;
}


.monts {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.02em;
}


.gotnic {
  font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    letter-spacing: -0.05em;
}

.gotnic strong {
    font-weight: 600;
}

.blue {
    color: #00a1ff;
}

.purple {
    color: #8449e7;
}

.yellow {
    color: #ffb800;
}

.green {
    color: #32d263;
}

.mint {
    color: #0bdbc2;
}

.green {
    color: #1db701;
}

.red {
    color: #e63f34;
}

.face-blue {
    color: #245a9a;
}

.insta-purple {
    color: #7445b1;
}

.youtube-red {
    color: #fe0000;
}

.media {
    position: relative;
}

.sub-color {
    color: #666666;
}

.black-color {
    color: #303030;
}

.fff {
    color: #fff;
}

.img100 {
    width: 100%;
}

.img95{
    width: 95%;
}

.img84{
    width: 84%;
}
.width33 {
    width: 33% !important;
}

.width44 {
    width: 44% !important;
}

.img48 {
    width: 48% !important;
}
.img26 {
    width: 26% !important;
}

.m-none{
    display: none;
}

/*-------------  common -------------*/

#scroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 50px;
    margin: auto;
    background: #424242;
    color: white;
    text-align: center;
    line-height: 50px;
    z-index: 99;
}


.clearfix:after {

    display: block;
    content: "";
    clear: both;
}

.wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}



/*-------------  header -------------*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: rgba(255, 255, 255, 0);
    z-index: 99;
    transition: all 0.4s;
}

#header .logo {
    float: left;
    width: 190px;
    height: 90px;
    background: url('/images/logo.png') no-repeat center;
    margin: 0;
    background-size: contain;
}

#header .logo a {
    display: block;
    height: 100%;
}

#header nav {
    float: right;
}

#header .gnb {
    float: left;

}


#header .gnb a {
    display: block;
    height: 100%;
    padding: 0 35px;
}

#header .gnb > li {
    position: relative;
    float: left;
    font-weight: 600;
    font-size: 18px;
    color: #303030;
    line-height: 90px;
    transition: all 0.4s;
}

#header .gnb > li:last-child {
    margin-right: 0;
}

#header .gnb > li > a:hover {
    color: #00a1ff;
    font-weight: 500;
}

#header .gnb > li:hover .submenu {
    display: block;
}

#header .gnb .submenu {
    display: none;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    /*    box-shadow: 10px 10px 10px -10px rgb(80 80 80 / 20%);*/
}

#header .gnb .submenu > li {
    line-height: 60px;
}

#header .gnb .submenu > li:hover {
    background: #00a1ff;
    color: #fff;
}


#header .tel {
    float: left;
    width: 235px;
    height: 60px;
    background: #00a1ff;
    border-radius: 10px;
    text-align: center;
    margin-top: 15px;
    transition: all 0.4s;
    padding: 10px 0;
    box-sizing: border-box;

}


#header .tel p {
    font-size: 18px;
    line-height: 18px;
}

#header .tel .title {
    display: inline-block;
    font-weight: 500;
    padding-left: 21px;
    margin-top: 10px;
    background: url('/images/icon_tel.png') no-repeat left center;
    margin-bottom: 5px;
}



#header .tel .number {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    background: url('/images/icon_tel.png') no-repeat 10px center;
    padding-left: 30px;
    text-align: left;
    line-height: 20px;
}


#header.on {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}

#header.on .logo {
    background-image: url('/images/logo.png');
    background-size: contain;
}

#header.on .gnb li {
    color: #231815;
    font-weight: 600;
}

#header.on .gnb li a:hover {
    color: #00a1ff;
    font-weight: 600;
}

#header.on .gnb .submenu > li:hover {
    background: #00a1ff;
    font-weight: 600;
}

#header.on .gnb .submenu > li:hover a {
    color: #fff;
}

html:not(.mobile) .gnb > li:hover:before,
.gnb > li.active:before {
    opacity: 1;
}

.gnb > li:before {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #00a1ff;
    font-weight: normal;
    text-align: center;
    color: #00a1ff;
    display: block;
    position: absolute;
    left: 50%;
    top: 28px;
    -webkit-transform: scale(0.9) translateX(-50%);
    -ms-transform: scale(0.9) translateX(-50%);
    transform: scale(0.9) translateX(-50%);
    content: '';
    opacity: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.gnb:after {
    content: '';
    display: table;
    clear: both;
}





/*-------------  main -------------*/

#home {
    height: 100%;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#home .main-bg video{
       position: absolute;
    top: -69px;
}


.main-bg {
    width: 100%;
    height: 940px;
    position: relative;
}

.main-bg .black {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('/images/main-bg-object.png') no-repeat center;
    content: "";
    opacity: 1;
    z-index: 1;


}

.main-bg img {
    width: 100%;
    height: 100%;
}

.text_wrap {
    width: 1200px;
    position: relative;
    text-align: right;
    font-weight: 300;
    margin: 0 auto;
    z-index: 2;
}

.text_wrap .text {
    position: absolute;
    bottom: 104px;
    right: 0;
}

.text_wrap .text .title2 img {
    display: inline-block;
    vertical-align: text-bottom;
}


.text_wrap .text .title1 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 16px;
    color: #fff;
}

.text_wrap .text .title2 {
    font-size: 60px;
    line-height: 70px;
    color: #00a1ff;
}

/*-------------- // home ---------------- */



/*-------------- about ---------------- */
#about {
    background-color: #ffffff00;
}

#about .container{
    width: 1200px;
    position: relative;
    padding: 120px 0 130px;
}

#services .container {
      width: 1200px;
    position: relative;
    padding: 120px 0 76px;  
}

#about .main-title {
    width: 240px;
    float: left;
    margin-right: 33px;
}

.sub-title {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 50px;
}

.main-title h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    margin-bottom: 30px;
}


.bg-object {
    position: relative;
}

.con1-logo img {
    box-shadow: 0 0 11px rgb(0 0 0 / 16%);

}

.main-object {
    position: relative;
}



.main-object img {
    position: absolute;
    right: -60px;
    bottom: -100px;
    z-index: -1;
    transform: translateY(40px);
    transition: all 15s ease-in-out;
    opacity: 0.5;
    transition-duration: 1s;
}




.main-object img {
    animation: rotate 15s infinite linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.client-but {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.client-but {
    width: 240px;
    height: auto;
    text-align: center;
    display: block;
}

.client-but .circle {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 2.6rem;
    height: 2.5rem;
    ;
    background: #00a1ff;
    border-radius: 3em;
}

.client-but .circle .icon {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #00a1ff;
}

.client-but .circle .icon.arrow {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.client-but .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.client-but .button-text {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    padding: 0.7rem 0;
    margin: 0 0 0 1.6em;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}

.client-but:hover .circle {
    width: 100%;
}

.client-but:hover .circle .icon.arrow {
    background: #fff;
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0);
}

.client-but:hover .button-text {
    font-weight: 600;
    color: #fff;
}

/*-------------- // about ---------------- */


/*------------- 메인 media-------------*/
#services {
    background-color: #00a1ff;
    height: auto;
}

#services .main-title h3 {
    margin-bottom: 20px;
}

.clsBannerScreen {
    height: 300px;
}

#image_list_3 .clsBannerButton {
    margin: 0 auto;
    text-align: center;
}

#image_list_3 .clsBannerButton #label_2 {
    cursor: pointer;
}

#image_list_3 .clsBannerButton #label_2 li:last-child {
    margin-right: 0;
}

#image_list_3 .clsBannerButton #label_2 li {
    width: 336px;
    height: 270px;
    font-weight: 300;
    color: #383838;
    float: left;
    text-align: center;
    font-size: 22px;
    margin: 0 80px 30px 0;
}

#image_list_3 .clsBannerButton #label_2 li:nth-child(3),
#image_list_3 .clsBannerButton #label_2 li:nth-child(6){
    margin-right: 0;
}


#image_list_3 .clsBannerButton #label_2 li h4 {
    font-size:25px;
    font-weight: 800;
}

#image_list_3 .clsBannerButton #label_2 li p {
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 30px;
}

#image_list_3 .clsBannerButton #label_2 li.labelOverClass .icon-btn {
    text-align: center;
    border-radius: 50px;
    font-size: 17px;
    color: #fff;
    background: #00a1ff;
    padding: 11px 34px;
}

#image_list_3 .clsBannerButton #label_2 li:active {
    cursor: pointer;
    color: #fff;
    background-color: #303030;
    border-radius: 20px;

}

#image_list_3 .clsBannerButton #label_2 li:hover {
    cursor: pointer;
    color: #fff;
    background-color: #303030;
    border-radius: 20px;
}

#image_list_3 .clsBannerButton #label_2 li.labelOverClass {
    font-weight: 800 !important;
    cursor: pointer;
    background-color: #303030;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0px 3px 11px rgb(0 0 0 / 59%);
}

#image_list_3 .clsBannerButton #label_2 li.labelOverClass img.serious {
    opacity: 1;
}

#image_list_3 .clsBannerButton #label_2 li.labelOverClass p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
}

#image_list_3 .clsBannerButton #label_2 li a {
    display: block;
    margin: 31px 0;
}

#image_list_3 .clsBannerButton #label_2 li a img {
    display: inline-block;
}

#image_list_3 .img_ico {
    position: relative;
}

#image_list_3 ul li {
    line-height: 60px;
    width: 300px;
}

#image_list_3 ul li h4 {
    font-size: 20px;
    font-weight: 300;
}

#image_list_3 .img_ico img {
    transition: opacity .25s ease-in-out;
    cursor: pointer;
}

#image_list_3 .img_ico .serious {
    position: absolute;
    top: 31px;
    line-height: 60px;
}

#image_list_3 .serious {
    opacity: 0;
    position: absolute;
}

#image_list_3 .funny {
    opacity: 1;
}

/*---------------// media ------------------*/


/* ---------------pro---------------*/
.pro1-img {
    position: relative;
}

.pro1-img img.Pro1-img01 {
    right: 850px;
    position: absolute;
    top: 30px;
    transition: all 0.7s;
    transition-delay: 0.7s;
    z-index: 1;
    opacity: 0;
}

.pro1-img img.Pro1-img01.on {
    top: 80px;
    opacity: 1;
}

.pro1-img img.Pro1-img02 {
    position: absolute;
    right: 320px;
    top: 230px;
    transition: all 0.9s;
    transition-delay: 0.9;
    z-index: 1;
    opacity: 0;
}

.pro1-img img.Pro1-img02.on {
    top: 260px;
    opacity: 1;
}


.pro1-img img.Pro2-img01 {
    right: 750px;
    position: absolute;
    top: 30px;
    transition: all 0.5s;
    transition-delay: 0.5s;
    z-index: 1;
    opacity: 0;
}

.pro1-img img.Pro2-img01.on {
    top: 50px;
    opacity: 1;
}

.pro1-img img.Pro2-img02 {
    right: 890px;
    position: absolute;
    top: 150px;
    transition: all 0.7s;
    transition-delay: 0.7s;
    z-index: 1;
    opacity: 0;
}

.pro1-img img.Pro2-img02.on {
    top: 190px;
    opacity: 1;
}

.pro1-img img.Pro2-img03 {
    position: absolute;
    right: 320px;
    top: 230px;
    transition: all 0.9s;
    transition-delay: 0.9;
    z-index: 1;
    opacity: 0;
}

.pro1-img img.Pro2-img03.on {
    top: 260px;
    opacity: 1;
}



.pro1-img img.Pro3-img01 {
    right: 750px;
    position: absolute;
    top: 30px;
    transition: all 0.5s;
    transition-delay: 0.5s;
    z-index: 1;
    opacity: 0;
}

.pro1-img img.Pro3-img01.on {
    top: 90px;
    opacity: 1;
}

.pro1-img img.Pro3-img02 {
    right: 320px;
    position: absolute;
    top: 250px;
    transition: all 0.7s;
    transition-delay: 0.7s;
    z-index: 1;
    opacity: 0;
}

.pro1-img img.Pro3-img02.on {
    top: 300px;
    opacity: 1;
}



.pro1-img img.Pro4-img01 {
    right: 750px;
    position: absolute;
    top: 30px;
    transition: all 0.5s;
    transition-delay: 0.5s;
    z-index: 1;
    opacity: 0;
}

.pro1-img img.Pro4-img01.on {
    top: 90px;
    opacity: 1;
}

.pro1-img img.Pro4-img02 {
    right: 320px;
    position: absolute;
    top: 250px;
    transition: all 0.7s;
    transition-delay: 0.7s;
    z-index: 1;
    opacity: 0;
}

.pro1-img img.Pro4-img02.on {
    top: 300px;
    opacity: 1;
}


.pro1-img img.Pro5-img01 {
    right: 434px;
    position: absolute;
    top: 120px;
    transition: all 0.5s;
    transition-delay: 0.5s;
    z-index: 1;
    opacity: 0;
}

.pro1-img img.Pro5-img01.on {
    top: 136px;
    opacity: 1;
}





#test {
    min-height: 400px;
}

.Pro-wrap {
    background-color: #303030;
}

.Pro-wrap .container {
    padding: 130px 0;
}

.Pro-wrap .container .main-title h3 {
    margin-bottom: 5px;
}

.Pro-wrap .container .main-title span:nth-child(2) {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    display: block;
}

#pro_list .pro-text {
    width: 100%;
    height: 120px;
    background-color: #303030;
}

#pro_list .pro-text span {
    background-color: #00a1ff;
    border-radius: 30px;
    height: 48px;
    font-size: 20px;
    display: block;
    text-align: center;
    font-weight: 600;
    line-height: 47px;
}

#pro_list .pro-text p {
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 30px;
}

#pro_list .pro-images {
    position: relative;
    cursor: pointer;
    box-shadow: 0px 5px 20px 5px #0000006b;
    background-color: #00a1ff;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-radius: 30px 10px;
    overflow: hidden;
    height: 251px;
}

#pro_list .pro-images a,
#pro_list .pro-images img {
    border-radius: 10px;
}

#pro_list .clsBannerButton {
    margin: 0 auto;
    text-align: center;
}

#pro_list .clsBannerButton #label_2 {
    cursor: pointer;
}

#pro_list .clsBannerButton #label_2 li:last-child {
    margin-right: 0;
}

#pro_list .clsBannerButton #label_2 li {
    float: left;
    text-align: center;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    max-width: 214px;
    float: left;
    width: 100%;
    /*    background: #00a1ff;*/
    text-align: center;
}

#pro_list .clsBannerButton #label_2 li:last-child {
    margin-right: 0;
}

#pro_list .clsBannerButton #label_2 li h4 {
    font-size: 30px;
    font-weight: 800;
    margin-top: 10px;
}

#pro_list .clsBannerButton #label_2 li p {
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    /* margin-bottom: 30px; */
    margin: 16px 0;
}


#pro_list .clsBannerButton #label_2 li.labelOverClass .icon-btn {
    text-align: center;
    border-radius: 50px;
    font-size: 17px;
    color: #fff;
    /* width: 190px; */
    background: #00a1ff;
    padding: 14px 35px;
}

#pro_list .clsBannerButton #label_2 li:active .pro-images {
    cursor: pointer;
    box-shadow: 0px 5px 20px 5px #0000006b;
    -webkit-box-sizing: border-box;


}

/*
#pro_list .clsBannerButton #label_2 li:hover {
    cursor: pointer;
    color: #fff;
    background-color: #00a1ff;
    border-radius: 20px;
}
*/

#pro_list .clsBannerButton #label_2 li.labelOverClass .pro-images {
    cursor: pointer;
    box-shadow: 0px 5px 20px 5px #0000006b;
    background-color: #00a1ff;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-radius: 30px 10px;
    position: relative;
}

#pro_list .clsBannerButton #label_2 li.labelOverClass img {
    opacity: 0.3;
}

#pro_list .clsBannerButton #label_2 li.labelOverClass i img {
    opacity: 1;
}

#pro_list .clsBannerButton #label_2 li.ion-chatboxes * {
    position: absolute;
}

.snip1205 img {
    max-width: 100%;
    vertical-align: top;
    background-color: #00a1ff;
}

#pro_list .clsBannerButton #label_2 li.labelOverClass i {
    position: absolute;
    top: 36%;
    left: 38%;

    -webkit-transform: translate(-10%, -10%) scale(0);
    transform: translate(-10%, -10%) scale(1);
    transition: all 100ms 0ms cubic-bezier(0.6, -0.28, 0.74, 0.05);
}

/*

#pro_list .clsBannerButton #label_2 li.labelOverClass a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
*/


/*
#pro_list .clsBannerButton #label_2 li.labelOverClass i {
    color: #222f3d;
}
*/





/* ---------------//pro---------------*/













/*
/*
#main > section > article {
    padding: 100px 0;
}

#main > section > article .title {
    text-align: center;
}

#main > section > article .title b {
    font-weight: 500;
}

#main > section > article .title h2 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
    color: #fff;
}


#main > section > article .title h3 {
    font-size: 24px;
    line-height: 24px;
    color: #d8d8d8;
    font-weight: 300;
    margin-bottom: 40px;
}

#main > section > article .title.black h2 {
    color: #424242;
}


#main > section > article .title.black h3 {
    color: #7a7a7a;
}


#main .btn_quick {
    cursor: pointer;
}





#main .visual_wrap .arrow_wrap {
    position: absolute;
    height: 980px;
    left: 50%;
    top: 0;
    margin-left: -600px;
    opacity: 0;
    transition: all 0.5s;
}

#main .visual_wrap .arrow_wrap:hover {
    opacity: 0.4;
}

#main .visual_wrap .arrow_wrap div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;

}


#main .visual_wrap .arrow_wrap .prev {
    left: -100px;
}

#main .visual_wrap .arrow_wrap .next {
    right: -100px;
}



#main .visual_wrap .item {
    position: relative;
    height: 980px;
}


#main_visual .item .video1 {
    position: absolute;
    left: 50%;
    margin-left: -1100px;
    pointer-events: none;
}





#main .intro {
    height: 600px;
    background: url('/images/main_bg1.jpg') no-repeat center fixed;

}

#main .intro .price{
    position: absolute;
    left: 40px;
    top: 40px;
}

#main .intro .wrap .box {
    position: absolute;
    display: table;
    top: 100px;
    right: 0;
    width: 680px;
    height: 400px;
    background-color: #fff;
    padding-left: 60px;
    box-sizing: border-box;
    text-align: left;
}

#main .intro .wrap .box .inner {
    display: table-cell;
    vertical-align: middle;
}


#main .intro .wrap .box .inner h2 {
    font-size: 38px;
    line-height: 50px;
    color: #424242;
    margin-bottom: 40px;
}

#main .intro .wrap .box .inner p {
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;
    color: #7a7a7a;
    margin-bottom: 30px;
}




#main .intro .wrap .box .inner .btn * {
    float: left;
}

#main .intro .wrap .box .inner .btn span {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #424242;
    margin-right: 10px;
    transition: all 0.7s;
}


#main .intro .wrap .box .inner .btn i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('/images/icon_more2.png') no-repeat center;
    vertical-align: middle;

}


#main .intro .wrap .box .inner .btn:hover span {
    color: #4da0b6;
}

#main .intro .wrap .box .inner .btn:hover i {
    animation: arrowmove2 0.7s infinite alternate;
}


#main .benefit {
    background: #242424;
}

#main .benefit .list li {
    float: left;
    width: 380px;
    height: 400px;
    margin-right: 30px;
    margin-top: 30px;
    border: 1px solid rgba(107, 107, 107, 0.6);
    background: rgba(66, 66, 66, 0.6);
    box-sizing: border-box;
}

#main .benefit .list li:nth-child(-n+3) {
    margin-top: 0;
}

#main .benefit .list li:nth-child(3n) {
    margin-right: 0;
}

#main .benefit .list li .number {
    width: 70px;
    height: 70px;
    background: #4da0b6;
    font-weight: 700;
    font-size: 30px;
    line-height: 70px;
    color: #fff;
}


#main .benefit .list li .text {
    display: table;
    height: 328px;
    padding: 0 30px;
}

#main .benefit .list li .text .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

#main .benefit .list li .text h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 32px;
    color: #fff;
}

#main .benefit .list li .text span {
    display: block;
    width: 32px;
    height: 3px;
    background: #4da0b6;
    margin-bottom: 20px;

}

#main .benefit .list li .text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
}




#main .youth {
    height: 560px;
    background: url('/images/main_bg4.jpg') no-repeat center;
}

#main .youth .title {
    text-align: left;
}


#main .youth .title h2 {
    line-height: 50px;
}


#main .youth .title h3 {
    font-size: 18px;
    line-height: 25px;
}


#main .youth .link {
    width: 770px;
}

#main .youth .link li {
    float: left;
    width: 380px;
    height: 50px;
    margin-right: 10px;
    border-bottom: 1px solid #d3d3d3;
    box-sizing: border-box;

}


#main .youth .link li:nth-child(-n+2) {
    border-top: 1px solid #d3d3d3;
}

#main .youth .link li:nth-child(2n) {
    margin-right: 0;
}

#main .youth .link li a {
    display: block;
    height: 100%;
    text-align: left;
    padding-left: 15px;
}


#main .youth .link li a span {
    display: inline-block;
    font-size: 20px;
    line-height: 48px;
    font-weight: 500;
    color: #424242;
    vertical-align: middle;
    margin-right: 8px;
}

#main .youth .link li a i {
    display: inline-block;
    width: 24px;
    height: 50px;
    background: url('/images/icon_more2.png') no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

#main .youth .link li a:hover i {
    animation: arrowmove2 0.7s infinite alternate;
}


#main .youth .link li a:hover span {
    color: #4da0b6;
}






@keyframes arrowmove2 {

    0% {

        margin-left: 0;

    }

    100% {
        margin-left: 5px;
    }

}



#main .service {
    background: url('/images/main_bg5.jpg') no-repeat center;
    background-size: cover;
}

#main .service .list li {
    position: relative;
    float: left;
    width: 400px;
    height: 480px;
}

#main .service .list li .text {
    position: absolute;
    left: 30px;
    bottom: 50px;
    width: 340px;
}


#main .service .list li .text h3 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;

}



#main .service .list li .text p {
    font-size: 18px;
    line-height: 26px;
    color: #e3e3e3;
    font-weight: 300;
    text-align: left;

}
*/

/* Global Styles */

/*

.section {
    min-height: 900px;
}
*/

.container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.content-wrapper {
    width: 80%;
    margin: 0 auto;
    display: table;
    min-height: 900px;
}

.content {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

/* End Global Styles */

/* Start Nav Styles */
.navbar {
    position: fixed;
    z-index: 999;
    top: 49%;
    left: 80px;
    transform: translateY(-50%);
}

.navbar .nav-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navbar .nav-menu li {
    position: relative;
    min-width: auto;
    text-align: left;
}

.navbar .nav-menu li .dot {
    display: block;
    color: #c1c1c1;
    padding: 5px 0;
}

.navbar .nav-menu li .dot::before,
.navbar .nav-menu li .dot::after {
    display: block;
    position: absolute;
    content: "";
    border-radius: 50%;
    top: 50%;
    transition: all 0.3s ease;
}

.navbar .nav-menu li .dot::before {
    width: 5px;
    height: 5px;
    left: 0;
    background-color: #fff;
    border: 2px solid #bdbdbd;
    z-index: 1;
    transform: translateY(-50%);

}

.navbar .nav-menu li .dot::after {
    width: 15px;
    height: 15px;
    border: 2px solid #00a1ff;
    left: -5px;
    transform: translateY(-50%) scale(0);
}

.navbar .nav-menu li .dot.active::before,
.navbar .nav-menu li:hover .dot::before {
    background: #00a1ff;
}

.navbar .nav-menu li .dot.active::after,
.navbar .nav-menu li:hover .dot::after {
    transform: translateY(-50%) scale(1);
}

.navbar .nav-menu li .dot span {
    display: inline-block;
    opacity: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 10px 30px;
    border-radius: 3px;
    margin-right: 30px;
    transform: translateX(20px);
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.navbar .nav-menu li .dot.active span,
.navbar .nav-menu li:hover .dot span {
    transform: translateX(0px);
    opacity: 1;
}

.nav-menu:after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    height: 239px;
    top: 28px;
    width: 1px;
    background: #bdbdbd;
    transform: translateX(-1px);
}

/*------------- #서브 네비 길이 조절 4-1 -------------*/

.navbar4-1 .nav-menu:after {
    height: 149px;
}



/* End Nav Styles */


/*------------- #contact -------------*/
#contact .contact{
    
}

.contact {
    min-height: 900px;
    background-color: #fff;

    box-sizing: border-box;
}

.contact .sub_bg {
    margin-bottom: 100px;
}

.contact .container {
    height: 780px;
}

.contact .left-text {
    text-align: left;
    width: 50%;
    float: left;
}

.contact .left-text li h3,
.contact .right-text li h3 {
    font-size: 27px;
    font-weight: 700;
    color: #232323;
}

.contact .right-text {
    text-align: left;
    width: 49%;
    float: left;
    z-index: 1;
    box-sizing: border-box;
}

.contact .container::after{
    display: block;
    content: "";
    clear: both;
}


.contact .right-text label {
    font-size: 25px;
}


#checkB {
    display: none;
}

.agree .checkB {
    width: 100% !important;
    font-size: 16px !important;
    width: 93% !important;
    text-align: right;
}

.contact .left-text li {
    height: 66px;
}

.contact .left-text li input {
    width: 70%;
    color: #666666;
    border: 0;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}

.contact .left-text li select {
    width: 70%;
    color: #666666;
    border: 0;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}


.contact .left-text li input:focus {
    outline: none;
}

.contact .left-text li label {
    display: inline-block;
    width: 135px;
}

.contact .left-text li label span {
    padding-left: 5px;
}

.contact .left-text li label span.color {
    color: #00a1ff;
}

.pro4-2 .left-text li label span.color {
    color: #8449e7;
}

.pro4-3 .left-text li label span.color {
    color: #ffb800;
}

.pro4-4 .left-text li label span.color {
    color: #0bdbc2;
}

.pro-con05 .left-text li label span.color {
    color: #32d263;
}

.contact .left-text li input::placeholder {
    color: #232323;
    font-size: 16px;
    letter-spacing: -0.05em;
}

.contact .left-text li .container {
    width: 70%;
    display: inline-block;
}

.ui-widget.ui-widget-content {
    height: 12px;
}

.ui-slider .ui-slider-handle {
    left: 0%;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: red;
    border-color: transparent;
    line-height: 15px;
    outline-color: transparent;
}

.price-range-amount {
    border: 0;
    color: #f6931f;
    font-weight: bold;
    margin-top: 20px;
}

.ui-widget-content {
    border: 0 !important;
    background: #3c3c3c !important;
}

.ui-widget-header {
    color: #222222;
    border: none !important;
    font-weight: bold;
    background: #00a1ff !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none !important;
    background: #767676 !important;
    font-weight: normal;
}

.contact .wrap .left-text li.agree {
    padding: 0;
    text-align: right;
}


.contact .wrap .left-text li.agree input[type="checkbox"] {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.contact .wrap .left-text li.agree label {
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    color: #fff;
    font-weight: 300;
}

.contact .left-text li.agree input[type="checkbox"]:checked + label:before {
    content: '\2713';
    color: #000;
    background: #00a1ff;
    border-color: #000;
}

.contact .left-text li.agree input[type="checkbox"] + label:before {
    content: ' ';
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 7px;
    /* border-radius: 60px; */
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    background: #b1b1b1;
    /* border: 1px solid #585858; */
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    cursor: pointer;
}

.contact .right-text li,
.contact .left-text li label {
    color: #232323;
    font-size: 20px;
    letter-spacing: -0.05em;
    font-weight: 600;
    vertical-align: baseline;
}

.contact .right-text li label {
    margin-bottom: 20px;
}

.contact .right-text li textarea {
    border: 0;
    background: #fff;
    width: 100%;
    height: 323px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 19%);
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-sizing: border-box;
}


.contact .right-text li textarea {
    color: #666666;
    letter-spacing: -0.05em;
    font-size: 16px;
}



.button {
    margin-top: 25px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 26px 24px;
    width: 95%;
    vertical-align: middle;
    color: #fff;
    border-radius: 10px;
    font-size: 24px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: -0.05em;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: all 0.15s ease;
}

.button:focus {
    outline: 0;
}

.buttonBlue {
    background: #00a1ff;
}

.buttonBlue:hover {
    box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 19%);
    color: #303030;
}


.contact .main-title span {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
}

.contact .main-title p img {
    margin-right: 10px;
}


.ripples {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}




/* Ripples circle */

.ripplesCircle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.ripples.is-active .ripplesCircle {
    animation: ripples .4s ease-in;
}


/* Ripples animation */

@keyframes ripples {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

.channel_wrap {
    padding: 0 0 30px 0;
}

.channel_wrap h2,
.channel_wrap ul li {
    float: left;
}

.channel_wrap h2 {
    font-size: 26px;
    font-weight: 300;
    margin-right: 90px;
    line-height: 61px;
    font-family: 'Roboto', sans-serif;
}

.channel_wrap h2 span {
    font-weight: bold;
}

.channel_wrap ul li {
    line-height: 60px;
    width: 187px;
    height: 60px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.23);
    margin-right: 20px;
}

.channel_wrap ul li:last-child {
    margin-right: 0;
}


.img_ico {
    position: relative;
}

.img_ico img {
    transition: opacity .25s ease-in-out;
    cursor: pointer;
}

.img_ico img.serious {
    position: absolute;
    top: 20px;
    line-height: 60px;

}

.img_ico img.serious:hover {
    opacity: 0;
}



/*------------------Loaction----------------------*/
#Location {
    height: auto;
    position: relative;
    padding: 60px 0 100px 0;
    background-color: #fbfbfb;
}

#Location .main-object img {
    position: absolute;
    left: 210px;
    bottom: -120px;
    z-index: 1;
    transform: translateY(40px);
    transition: all 15s ease-in-out;
    opacity: 0.5;
    transition-duration: 1s;
}

#Location .loaction {
    height: 800px;
    position: relative;
    z-index: 2;
}

.root_daum_roughmap_landing {
    float: left;
}

#Location .loaction-right {
    width: 500px;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 42px;
    float: left;
    box-sizing: border-box;
}

#Location .loaction-right div p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

#Location .loaction-right div span {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 23px;
    height: auto;
    width: 423px;
    display: block;
    padding-left: 29px;
}

#Location .loaction-warp {
    margin-bottom: 10px;
}

#Location .loaction-warp p img {
    margin-right: 8px;
}







/*-----------------  footer -----------------*/
#footer {
    position: relative;
    height: 350px;
    width: 100%;
    background-color: #303030;
}

#footer::before {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #303030;
    content: "";
}

#footer .line {
    border-bottom: 1px solid;
    margin-bottom: 30px;
}

#footer .footer_wrap {
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
    width: 1200px;
    color: #828181;
}


#footer .footer_wrap li {
    float: left;
    width: 15%;
    font-size: 16px;
    padding: 25px 0 25px;
}

#footer address {
    font-style: normal;
    margin-bottom: 70px;
    line-height: 26px;
}


#footer .footer_wrap .column_line {
    height: 0;
    line-height: 63px;
    display: block;
    padding: 0;
    width: 1px;
}

#footer .footer_wrap p,
#footer .footer_wrap span {
    display: inline-block;
    color: #5a5a5a;

}


#footer .footer_wrap li:last-child{
       background-color: #00a1ff;
    border-radius: 100px;
    width: 210px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    margin-top: 10px;
    padding: 18px 0 20px;
    margin-left: -50px;
}

#footer .footer_wrap li:last-child:hover{
    background-color: #00a1ff;
    border: 0;
}

#footer .footer_wrap li:last-child a{
     display: block;
    
}

#footer .footer_wrap li:last-child img{
   width: 20px;
}





/*----------------- //footer -----------------*/





/*------------- 상단으로 Scroll-top -------------*/

.intro-copy {
    padding: 1em;
    margin: 3em auto;
    max-width: 437px;
    font-size: 2em;
    line-height: 1.2;
    font-weight: lighter;
}

.back-to-top {
    position: absolute;
    /* bottom: 0; */
    right: -30px;
    display: inline-block;
    width: 50px;
    padding: 1em;
    margin: -46px 401px;
    z-index: 10;
    /* border: 2px solid #000; */
    height: 50px;
    border-radius: 60px;
    background: #00a1ff url(/images/top-but.png) no-repeat center center;

}

.back-to-top:hover {
    cursor: pointer;
}

/*------------- // 상단으로 Scroll-top -------------*/



/*----------------- quick ----------------- */
#quick_form {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 300px;
    z-index: 99;
    transform: translateY(-50%);
    font-size: 15px;
    box-sizing: border-box;
}


.call-but{
    display: block;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 10px;
    background-color: #303030;
    padding: 5px 0;
    font-weight: 600;
    width: 264px;
}

.call-but .tel-wrap {
    text-align: center;
    color:#fff;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: -0.05em;
}

.call-but .tel-wrap img {
    height: 16px;
    margin:-2px 0 0;
}

.call-but .tel-wrap span {
    font-weight: 600;
    font-size: 20px;
    padding:0 0 0 5px;
}


#quick_form .inside-link{
    width: 100%;
    background: rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    border: 1px solid #fff;
    box-shadow: 0 0 11px rgb(0 0 0 / 16%);
    border-radius: 30px 0 0 30px;
    padding-top: -5;
}

#quick_form .inside-link img{
    width: 100%;
    margin-top: -4px;
}

#quick_form .inner{
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 11px rgb(0 0 0 / 16%);
    padding-bottom: 30px;
    border-radius: 30px 0 0 30px;

}

#quick_form .inner .title {
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    padding: 25px 0 12px 0;
    background-color: #303030;
    border-radius: 30px 0 0 0px;
}

#quick_form .form li {
    margin-bottom: 5px;
}

#quick_form .form {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}


#quick_form .form input,
#quick_form .form select {
    width: 100%;
    height: 40px;
    background: #f3f3f3;
    /* border: 1px solid #e3e3e3; */
    color: #666666;
    padding: 0 10px;
    line-height: 33px;
    font-size: 15px;
    box-sizing: border-box;
    border: none;
}

#quick_form .form input::placeholder {
    font-size: 15px;
}


#quick_form .form .tel > * {
    float: left;
    width: 33%;
}

#quick_form .form .tel select {
    width: 32%;
}

#quick_form .form .code {
    height: 40px;
}

#captcha #kcaptcha_image {
    width: 92px;
    height: 38px;
    border: 1px solid #e3e3e3;
}

#captcha > * {
    float: left;

}

#captcha #writekey {
    width: 178px;
    height: 40px;
    border: 1px solid #e3e3e3;
    line-height: 33px;
    box-sizing: border-box;
    background: #f9f9f9;
    margin-left: 5px;
}

#captcha #captcha_info {
    display: none;
}


#quick_form .form .agree {
    font-size: 11px;
    color: #666666;
    margin: 13px 0 0;
}

input#agreeSelect1 + label{
   cursor:pointer;
}

#quick_form .form .agree input,
#quick_form .form .agree select {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: none;
    padding: 0;
    vertical-align: middle;
}

#quick_form .form .agree label {
    display: inline-block;
    height: 15px;
    line-height: 15px;
}

#quick_form .btn {
    display: block;
    height: 59px;
    border: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background: #00a1ff;
    width: 264px;
    box-shadow: aliceblue;
    margin: 0 auto;
    border-radius: 5px;

}

#quick_form .btn:hover {
    box-shadow: 0 0 11px rgb(0 0 0 / 44%);
    color: #000;
    font-weight: 800;
}

/* 마케터 선택 */
#quick_form li#mk_choice {
    background: #f3f3f3;
    padding: 5px 10px;
    height: auto;
}

#quick_form li .input-box {
    color: #666666;
    border: 0;
}

#quick_form li#mk_choice .input-box p {
    font-size: 13px;
    letter-spacing: -.07em;
}

#quick_form li#mk_choice .radio_marketer {
   display: flex;
   align-items: center;
   margin-top: 5px;
}

#quick_form .opt-s {
    margin: 3px 0 0;
    font-size: 11px;
    color: #888;
}

#quick_form li#mk_appoint {
    background: #f3f3f3;
    padding: 5px 10px;
    height: auto;
}

#quick_form li#mk_appoint .cho-mkt{
    display: flex;
    align-items: center;
}

#quick_form li#mk_appoint #cho-name {
    font-weight: 700;
}

#quick_form li#mk_appoint .cho-mkt .cho-info {
    font-size: 13px;
}

#quick_form li#mk_appoint .cho-mkt img {
    height: 50px;
    margin-right: 10px;
}



/*-------------  sub -------------*/

#sub_visual {
    position: relative;
    width: 100%;
    height: 340px;
    margin-top: 83px;
}



#sub_visual img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
}


#sub_visual .title {
    position: absolute;
    top: 110px;
    width: 100%;
    text-align: center;
}


#sub_visual .title h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #fff;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s;

}

#sub_visual .title p {
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s;
    transition-delay: 0.6s;
}


#sub_visual.on .title > * {
    opacity: 1;
    transform: translateY(0);
}



/*------------  서브 01 -------------*/


#sub_nav {
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}

#sub_nav .lnb {
    height: 60px;
}

#sub_nav .lnb > li {
    float: left;
    height: 100%;
    box-sizing: border-box;
}

#sub_nav .lnb .home {
    width: 40px;
    background: url('/images/icon_home.png') no-repeat center;
}

#sub_nav .lnb .arrow {
    width: 40px;
    background: url('/images/icon_nav.png') no-repeat center;
}


#sub_nav .lnb .name {
    font-size: 18px;
    line-height: 60px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}





/*-------------  sub1-1 -------------*/
#History {
    background: #f7f7f7 url('/images/company_bg.jpg') no-repeat top center;
    height: 1560px;
    background-size: cover;
}

#History .sub_wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 160px 0 0px;
    box-sizing: border-box;
}

.sub_wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 160px 0 100px;
    box-sizing: border-box;
}



.timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* the timeline's center vertical line */

.timeline:before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 20px;
    left: 50%;
    height: 1070px;
    width: 1px;
    background-color: #ccc;
}

.timeline li {
    position: relative;
    width: 50%;
    min-height: 100px;
    margin-bottom: 20px;
    padding: 0;
    text-align: right;
    transition: 0.3s;
    opacity: 1;
}

/* the rounded mark on each timeline item */
.timeline li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    right: -4px;
    background: #00a1ff;
    border-radius: 50%;
    z-index: 1;
    box-sizing: border-box;
}

.timeline li::after {
    border: 1px solid #8dd2fa;
    content: "";
    width: 40px;
    height: 40px;
    top: -15px;
    right: -20px;
    background: #f7f7f7;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
}

.timeline h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.timeline p {
    font-size: 20px;
    line-height: 28px;
}

.timeline li:nth-child(2n) {
    align-self: flex-end;
    text-align: left;
    transform: translateX(10%);
}

.timeline li:nth-child(2n):before {
    left: -59px;
    transform: translate(-50%, -50%);
}

.timeline li:nth-child(2n)::after {
    border: 1px solid #8dd2fa;
    content: "";
    width: 40px;
    height: 40px;
    top: -19px;
    right: 639px;
    background: #f7f7f7;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
}

.time-text {
    position: relative;
    margin: -11px 50px;
}

.time-text2 {
    position: relative;
    margin: -16px;
}

/*-----------// Company History---------------*/


/*------------------- Company story---------------------*/

#Story {
    background-color: #00a1ff;
    height: 760px;
}


#Story .sub_wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 100px 0 0px;
    box-sizing: border-box;
}

#Story .story-left {
    float: left;
    width: 680px;
}

#Story .story-left p {
    font-size: 18px;
    line-height: 26px;
}

#Story .story-right {
    width: 470px;
    float: right;
}

#Story .story-right .slick-prev {
    left: 10px;
    z-index: 1;
}

#Story .story-right .slick-next {
    right: 10px;
}

#Story .story-right .slick-track {
    margin-bottom: 10px;
}

#Story .story-right .slick-list {
    padding: 0 !important;
}


.slick-slide img {
    width: 100% !important;

}

.slick-dots {
    display: none !important;
}

.bg-text {
    font-size: 39px;
    width: 1200px;
    height: auto;
    margin: 0 auto;
    font-weight: 800;
    line-height: 79px;
    color: #1cabff;
}

/*------------------// Company story --------------------*/

#Information {
    height: 745px;
}

#Information .sub_wrap {
      width: 1200px;
    position: relative;
    padding: 90px 0 0px;  
}
#Information .infor-top div {
    width: 49%;
    height: 220px; 
    float: left;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #d1d1d1;
    /* padding: 20px; */
    overflow: hidden;
    margin-right: 19px;
    padding-top: 30px;
}

#Information .infor-top {
    height: 242px;
}


#Information .infor-top div:nth-child(2),
#Information .infor-bottom div:nth-child(4) {
    margin-right: 0;
}


#Information .infor-top div p,
#Information .infor-bottom div p {
    background-color: #f7f7f7;
    padding: 19px 0;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}

#Information .infor-bottom {
    margin-top: 40px;
}

#Information .infor-bottom div {
    width: 283px;
    float: left;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    margin-right: 19px;
    padding-top: 30px;
}










/*-------------------------Process ----------------------------------*/
#Process {
    background: url(/images/infor-bg01.png) no-repeat center;
    background-position-x: -140px;
    background-position-y: 63px;
    background-size: 32%;
}

#Process .process-bg2 {
    background: url(/images/infor-bg02.png) no-repeat center;
    background-position-x: 1390px;
    background-position-y: 393px;
    background-size: 37%;
}
#Process .sub_wrap{
       width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 100px 0 0px;
    box-sizing: border-box;
}
#Process .main-title span {
font-size: 26px;
    line-height: 25px;
    font-weight: 500;
}

.process {
    height: 660px;
    background: url(/images/process-bg.png) no-repeat center;
    background-position-y: 53px;
    background-size: 78%;
}

.process .wrap {
    position: relative;
    width: 1200px;
    /* margin-top: 240px; */
    margin: 0 auto;
    text-align: center;
}

.process .circle li {
    position: relative;
    float: left;
    display: table;
    width: 180px;
    height: 180px;
    margin-right: 50px;
    box-sizing: border-box;
    border-radius: 50%;
}

.process .circle li:nth-child(even) {
    background: #00a1ff;
}

.process .circle li:nth-child(odd) {
    background: #a5ceff;
}

.process .circle li:last-child {
    margin-right: 0;
}

.process .circle li:last-child::after {
    display: none;
}

.process .circle li::after {
    position: absolute;
    top: -3px;
    right: -30px;
    width: 10px;
    height: 200px;
    /*    background: url('/images/icon_next.png') no-repeat center;*/
    content: "";
    animation: arrowmove 0.8s infinite alternate ease-in;

}

@keyframes arrowmove {

    0% {

        right: -25px;

    }

    100% {
        right: -35px;
    }

}

.process .circle li .inner {

    display: table-cell;
    vertical-align: middle;
    text-align: center;

}

.process .circle li .inner span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #4da0b6;
    text-transform: uppercase;
    margin-bottom: 8px;


}

.process .circle li .inner p {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
}





/*------------- media -------------*/
.pg_current {
    background: #00a1ff;
}

.naver-wrap {
    height: 380px;
}

.kakao-wrap,
.goolge-wrap {
    margin:50px 0;
}

.naver-wrap,
.kakao-wrap {
    border-bottom: 2px dotted #cccccc;
}



.sub_wrap2 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 80px 0 50px;
    box-sizing: border-box;
}


.media .media-left {
    float: left;
    width: 470px;
    height: 400px;
}

.media .media-left span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.media .media-left h2 {
    display: block;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 20px;
}

.to-right-underline {
    position: relative;
}

.green.to-right-underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 0px;
    height: 25px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.8s;
    opacity: 0;
    background-color: #e4f5e1;
}

.green.to-right-underline.on:after {
    width: 68%;
    opacity: 1;
}

.naver2.to-right-underline.on:after {
    width: 44%;
    opacity: 1;
}

.kakao.to-right-underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 0px;
    height: 25px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.8s;
    opacity: 0;
    background-color: #fff4d5 !important;
}

.kakao.to-right-underline.on:after {
    width: 68%;
    opacity: 1;
}

.kakao2.to-right-underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 0px;
    height: 25px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.8s;
    opacity: 0;
    background-color: #fff4d5 !important;
}

.kakao2.to-right-underline.on:after {
    width: 60%;
    opacity: 1;
}

.google.to-right-underline.on:after {
    width: 59%;
    opacity: 1;
}

.google.to-right-underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 0px;
    height: 25px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.8s;
    opacity: 0;
    background-color: #ffd5d5 !important;
}


.google2.to-right-underline.on:after {
    width: 46%;
    opacity: 1;
}

.google2.to-right-underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 0px;
    height: 25px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.8s;
    opacity: 0;
    background-color: #ffd5d5 !important;
}

.netwotk.to-right-underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 0px;
    height: 25px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.8s;
    opacity: 0;
    background-color: #b5deff !important;
}

.facebook.to-right-underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 0px;
    height: 25px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.8s;
    opacity: 0;
    background-color: #b6d3f5 !important;
}


.Insta.to-right-underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 0px;
    height: 25px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.8s;
    opacity: 0;
    background-color: #e5cfff !important;
}


.Youtube.to-right-underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 0px;
    height: 25px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.8s;
    opacity: 0;
    background-color: #ffe1e1 !important;
}

.to-right-underline.on:after {
    width: 80%;
    opacity: 1;
}

.media .media-left p {
    font-size: 19px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 40px;
    line-height: 26px;
}

.media .media-left .port-but {
    width: 55%;
    font-size: 18px;
    border: 1px solid #e0e0e0;
    height: 47px;
    /* line-height: 66px; */
    font-weight: 600;
    background-color: #f7f7f7;
}

.media .media-left .port-but:hover {
    box-shadow: 0 0 11px rgb(0 0 0 / 16%);
}

.media .media-left a {
    cursor: pointer;
}

.media .media-left .port-but img {
    margin-right: 20px;
        height: inherit;
}

.media .media-right {
    height: 350px;
}


/*배너*/

#banner .naver-wrap {
    border-bottom: 0;
}

#banner .portfolio-right h3 {
    background-image: linear-gradient(to right, #07d05a, #24beac);
    width: 100%;
    height: 50px;
    font-size: 18px;
    display: inline-block;
    border-radius: 80px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-bottom: 20px;
}


#banner .portfolio-right p,
#Sns .portfolio-right p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    display: block;
    margin-top: 30px;
}

#banner .portfolio-right,
#Sns .portfolio-right {
    height: 210px;
    width: 340px;
    float: left;
    margin-right: 20px;
}

#banner .portfolio-right:nth-child(2) {
    margin-right: 0;
}

#banner .portfolio-right ul {
    height: 100px;
    position: relative;
}

#banner .portfolio-right ul li {
    float: left;
    text-align: center;
    width: 104px;
    background-color: #f3f3f3;
    /* vertical-align: middle; */
    border-radius: 10px;
    height: 110px;
    line-height: 110px;
    margin-left: 10px;
}

#banner .portfolio-right ul li:first-child {
    margin-left: 0;
}

#banner .portfolio-right:nth-child(2) ul li:first-child {
    line-height: 46px;
    padding: 24px 0 41px 0;
    height: auto;
    box-sizing: border-box;
}

#banner .portfolio-right:nth-child(2) ul li:first-child span {

    display: block;
    line-height: 0;
}

.banner2 .banner01 .outline {
    position: absolute;
    left: 60%;
    top: 260px;
    z-index: -1;
}

.banner2 .banner01 .outline .waves {
    position: absolute;
    left: -100px;
    top: 30px;
    transform: translate(-50%, -50%);
    width: 720px;
    height: 720px;
    border-radius: 50%;
    background: rgb(229 255 242);
}

.banner2 .banner01 .outline .waves:before,
.banner2 .banner01 .outline .waves:after {
    content: "";
    position: absolute;
    background: #e0ffee;
    margin-left: 165px;
    margin-top: 171px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    -webkit-animation: wave 3s infinite linear;
    animation: wave 3s infinite linear;
}

.banner2-title {
    background-image: linear-gradient(to right, #07d05a, #24beac);
    width: 100%;
    /* height: 210px; */
    text-align: center;
    /* line-height: 210px; */
    /* padding-top: 10px; */
    padding: 70px 0px;
    margin-bottom: 100px;
}

.banner2-title h2 {
    font-size: 40px;
    font-weight: 600;
}

.banner2-title p {
    font-size: 20px;
}

.banner01 {
    position: relative;
}

.banner2 .banner2-wrap {
    width: 1200px;
    margin: 0 auto;
    height: 383px;
    position: relative;

}

.banner2 .single-item {
    padding: 0 0 0 360px;
}

.banner2 .single-item div {
    width: 306px;
    border-radius: 35px 35px 0 0;
    float: left;
}

.banner2 .single-item div img,
.banner2 .single-item2 div img {
    width: 100%;
}

.single-item2 {
    position: absolute;
    right: 20px;
    bottom:-60px;
}

.banner2 .single-item2 div {
    width: 225px;
    box-shadow: 20px 12px 11px rgb(0 0 0 / 17%);
    border-radius: 33px 33px 0 0;
}

.banner2 .single-item2 div {
    border-radius: 35px;
}

.banner2-02 {
    background-color: #f6f7f9;
    width: 100%;
    padding: 190px 0 34px 0;
}

.banner2-02 div p {
    font-size: 18px;
    text-align: center;
}


.banner2-wrap .autoplay .slick-next:before,
.banner2-wrap .autoplay .slick-prev:before,
    {
    position: absolute;
    left: 45%;
    left: 55%;
    font-size: 70px;
    width: 38px;
    height: 22px;
    background-position: 0 -44px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.bg-yellow {
    background-color: #fffbef;
}

.bg-red {
    background-color: #ffefef;
}

.bg-blue {
    background-color: #f1f7fc;
}
#banner .sub_wrap2 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 80px 0 20px;
    box-sizing: border-box;
}

#banner .banner-03 .portfolio-right {
    height: 210px;
    width: 210px;
    float: left;
    margin-right: 20px;
}

#banner .banner-03 .portfolio-right h3 {
    background-image: linear-gradient(to right, #525252, #525252);
    width: 100%;
    height: 50px;
    display: inline-block;
    border-radius: 80px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-bottom: 0;
}

#banner .banner-03 .portfolio-right p {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 10px;
    box-sizing: border-box;
    font-size: 14px;
    height: 200px;
    line-height: 23px;
    text-align: center;
}

.banner-03 .portfolio-right {
    height: auto;
}

.banner-03 .portfolio-right img:first-child {
    right: -570px;
    position: absolute;
    top: 50px;
    content: "";
    transition: all 0.2s ease-in-out;
    transition-duration: 0.8s;
    opacity: 1;
}

.banner-03 .portfolio-right img:nth-child(2) {
    right: -873px;
    position: absolute;
    top: 92px;
}

.banner-03 .portfolio-right img:nth-child(3) {
    right: -880px;
    position: absolute;
    top: 204px;
}

.banner-03 .portfolio-right img:nth-child(4) {
      right: -873px;
    position: absolute;
    top: 317px;
}

.banner-03 h2 {
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    color: #303030;
}

.banner01 .slick-prev:before,
.banner01 .slick-next:before {
    display: none;
}

/* sns */

#Sns .portfolio-right h3 {
    background-image: linear-gradient(to right, #245a9a, #6291ca);
    width: 100%;
    height: 50px;
    display: inline-block;
    border-radius: 80px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-bottom: 10px;
}

#Sns .portfolio-right p {
    margin-top: 0;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    background-color: #f3f3f3;
    border-radius: 20px;
    box-sizing: border-box;
}

.Sns02 {
    background-color: #f3f3f3;
}


.Sns02 .snsprocess {
    background: none;
    padding-top: 75px;
    height: 370px;
}

.Sns02 .snsprocess .circle li {
    width: 230px;
    height: 230px;
}

.Sns02 .process .circle li .inner {
    display: block;
    padding: 90px 0 0 0;
}

.sns-process-t {
    position: absolute;
    bottom: -120px;
    margin: 0 auto;
    height: 80px;
    padding: 20px 0;
    width: 230px;
}

.sns-process-t span {
    word-break: keep-all;
}

.snsprocess.process .circle li::after {
    display: none;
}


#Sns .insta .portfolio-right h3 {
    background-image: linear-gradient(to right, #7445b1, #7445b1);
    width: 100%;
    height: 50px;
    display: inline-block;
    border-radius: 80px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-bottom: 10px;
}

#Sns .insta .portfolio-right p {
    border: 1px solid #f3f3f3;
    background-color: #ffffff;
    text-align: center;
}

.insta-bg {
    background-color: #faf8ff;
    width: 100%;

}

.insta-bg2 {
    background-color: #f1fde7;
    width: 100%;
    height: 480px;

}

.insta-02 .banner2-title {
    background-image: linear-gradient(to right, #6748bd, #bb3671, #f2a24d);
    width: 100%;
}

.insta-02 img {
    display: block;
    margin: 0 auto;
}

/* 하단 인스타 배경 애니메이션 */

.insta-background {
    width: 100%;
    height: 500px;
    position: relative;
}

.stars {
    background: url(/images/insta-bg01.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    animation: animStar 35s linear infinite;
    background-repeat: no-repeat;
}

.stars1 {
    background: url(/images/insta-bg01.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    animation: animStar 20s linear infinite;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
}

.stars4 {
    background: url(/images/insta-bg01.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    animation: animStar 25s linear infinite;
    background-repeat: no-repeat;
    position: absolute;
    left: 130px;
    z-index: -1;
}

.stars5 {
    background: url(/images/insta-bg01.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    animation: animStar 50s linear infinite;
    background-repeat: no-repeat;
    position: absolute;
    left: 800px;
    z-index: -1;
}


.stars6 {
    background: url(/images/insta-bg01.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    animation: animStar 35s linear infinite;
    background-repeat: no-repeat;
    position: absolute;
    left: 900px;
    z-index: -1;
}

.stars2 {
    background: url(/images/insta-bg02.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    animation: animStar 10s linear infinite;
    background-repeat: no-repeat;
    position: absolute;
    right: 170px;
}

.stars3 {
    background: url(/images/insta-bg03.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    animation: animStar 10s linear infinite;
    position: absolute;
    left: 10px;
    z-index: -1;
}



.stars7 {
    background: url(/images/insta-bg03.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    animation: animStar 20s linear infinite;
    position: absolute;
    left: 200px;
    z-index: -1;
}

.stars8 {
    background: url(/images/insta-bg03.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    animation: animStar 30s linear infinite;
    position: absolute;
    left: 300px;
    z-index: -1;
}

.stars9 {
    background: url(/images/insta-bg03.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    animation: animStar 30s linear infinite;
    position: absolute;
    left: 850px;
    z-index: -1;
}


.stars10 {
    background: url(/images/insta-bg02.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    animation: animStar 30s linear infinite;
    background-repeat: no-repeat;
    position: absolute;
    right: 100px;
    z-index: -1;
}

.stars11 {
    background: url(/images/insta-bg02.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    animation: animStar 10s linear infinite;
    background-repeat: no-repeat;
    position: absolute;
    right: 500px;
    z-index: -1;
}

.stars12 {
    background: url(/images/insta-bg02.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    animation: animStar 20s linear infinite;
    background-repeat: no-repeat;
    position: absolute;
    right: 900px;
    z-index: -1;
}

.stars13 {
    background: url(/images/insta-bg02.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    animation: animStar 40s linear infinite;
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    z-index: -1;
}

.stars14 {
    background: url(/images/insta-bg02.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    animation: animStar 35s linear infinite;
    background-repeat: no-repeat;
    position: absolute;
    right: 1000px;
    z-index: -1;
}


.stars15 {
    background: url(/images/insta-bg03.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    animation: animStar 60s linear infinite;
    position: absolute;
    left: 1000px;
    z-index: -1;
}

.stars16 {
    background: url(/images/insta-bg03.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    animation: animStar 10s linear infinite;
    position: absolute;
    left: 10px;
    z-index: -1;
}

.stars12 {
    background: url(/images/insta-bg02.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    animation: animStar 20s linear infinite;
    background-repeat: no-repeat;
    position: absolute;
    right: 300px;
    z-index: -1;
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-600px);
    }
}



/*youtube*/

.youtube-bg {
    position: relative;
    background: url(/images/youtube-bg.png) no-repeat right bottom;
    background-size: 47%;
}

.youtube-02 {
    background-color: #c30000;
    height: 430px;
    box-sizing: border-box;
}

.youtube-02 img {
float: left;
    width: 240px;
    display: block;
    height: 351px;
    margin: 0 250px 0 0;
}

.youtube-02 span {
    word-break: keep-all;
    width: 100%;
    display: block;
}

.youtube-02 .main-title {
    margin-top: 92px;
}

.youtube-03 {
    background-color: #303030;
    height: 431px;
    box-sizing: border-box;
}

.youtube-03 .main-title {
    float: left;
    width: 80%;
    margin-top: 79px;
}

.youtube-03 img {
    display: block;
    height: 351px;
}

.youtube-03 span {
    word-break: keep-all;
    width: 80%;
    display: block;
}


/* live */

.live-bg {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.live-bg img {
    width: 1068px;
    margin: 0 auto;
    display: block;
}

.Sns02.live-03 {
    background-color: #fff;
}

.Sns02.live-03 .process .circle li .inner {
    padding-top: 100px;
}

.Sns02.live-03 .process .circle li:nth-child(even) {
    background: #c30000;
}

.Sns02.live-03 .process .circle li:nth-child(odd) {
    background: #ff9090;
}

.Live.sub_bg .top {
    background: url(/images/live-bg.jpg) no-repeat center;
}

.live-wrap {
    width: 1200px;
    height: 580px;
    margin: 0 auto;
    position: relative;
    padding: 80px 0;
    box-sizing: border-box;
}

.live-wrap .live-icon {
    float: left;
    width: 270px;
    margin-right: 30px;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    height: 350px;
    box-shadow: 0 0 11px rgb(0 0 0 / 16%);
}

.live-wrap .live-icon:last-child {
    margin-right: 0;
}

.live-wrap .live-icon img {
    width: 100%;
    padding: 59px 80px 30px 80px;
    box-sizing: border-box;
}

.live-wrap .live-icon span {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px dotted #c3c3c3;

}

.live-wrap .live-icon span:last-child {
    border-bottom: 0;
}


/*바이럴*/



.port-but2{
    width: 42%!important;
    line-height: 42px;
    text-align: center;
}

.viral-wrap {
    padding: 120px 0 0 0;
}

.viral-wrap .portfolio-right p:nth-child(2) {
    background-color: #f3f3f3;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
}

.viral-wrap .portfolio-right p:nth-child(3) {
    background-color: #f4fff2;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
}

.viral-wrap .portfolio-right p,
.viral-wrap02 .portfolio-right p {
    margin-top: 10px !important;
}

.viral-wrap .portfolio-right p span {
    font-weight: 600;
}

.viral-wrap .portfolio-right p:nth-child(4) {
    font-size: 13px !important;
}

.viral-02 div:first-child {
    float: left;
    position: relative;
}

.viral-02 .media-left {
    width: 430px;
    margin-left: 60px;
    height:auto;
}

.viral-wrap02 {
    background-color: #f3f3f3;
    height: 360px;
}

.viral-wrap02 .portfolio-right p:nth-child(2) {
    background-color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
}

.viral-wrap02 .portfolio-right p:nth-child(3) {
    background-color: #f4fff2;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
}

.viral-wrap03 .portfolio-right {
    width: 340px !important;
    float: left;
    margin-right: 20px;

}


.memot {
    font-size: 14px;
    line-height: 18px;
    margin-top: 30px;
    display: block;
    color: #868686;
}

/* 매체소개 */

.media-logo{
    margin-top: 50px;
}
.img_ico {
    position: relative;
}
.media-logo li {
    height: 198px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 70px 49px;
    display: block;
    box-sizing: border-box;
    text-align: center;
        box-shadow: 0 0 11px rgb(0 0 0 / 16%);
    position: relative;
}

.media-logo li:nth-child(3),
.media-logo li:nth-child(6),
.media-logo li:nth-child(9),
.media-logo li:nth-child(12){
    margin-right: 0;
}

.media-logo img {
    transition: opacity .25s ease-in-out;
    cursor: pointer;
    display: block;
}

.media-logo .serious {
    position: absolute;
}

.media-logo .serious {
    opacity: 1;
    position: absolute;
}

.media-logo .funny {
    opacity: 0;
}

.media-logo .img_logo img {
    transition: opacity .25s ease-in-out;
    cursor: pointer;
}

.media-logo .img_logo img.serious {
    position: absolute;

}

.media-logo .img_logo:hover img.serious {
    opacity: 0;
}


.media-logo .img_logo:hover img.funny {
    opacity: 1;
    
}
.media-logo li:hover{
        border: 1px dotted #00a1ff;
}









/*----------------- brand_slide ----------------- */

@-webkit-keyframes scroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(calc(-180px * 4));
    }
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(calc(-180px * 4));
    }
}
#portfolio .portfolio-right{
    height: 1200px;
}

#portfolio .slider {
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 800px;
    float: left;
}

#portfolio .slider::before,
#portfolio .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 20px;
    position: absolute;
    /*    width: 200px;*/
    z-index: 2;
}

#portfolio .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

#portfolio .slider::before {
    left: 0;
    top: 0;
}

#portfolio .slider .slide-track {
    -webkit-animation: scroll 20s linear infinite;
    animation: scroll 20s linear infinite;

    width: calc(250px * 14);
}

#portfolio .slider .slide {
    height: 80px;
    width: 240px;
}

/*----------------- //brand_slide ----------------- */

/*------------- 팝업 ------------------------*/

.margin-b30 {
    margin-bottom: 30px;
}

.margin-b45 {
    margin-bottom: 45px;
}

#portfolio  .portfolio-right {
   
    position: relative;
}

.bg-circle {
    width: 900px;
    border-radius: 900px;
    background-color: #f9f9f9;
    height: 900px;
    display: block;
    position: absolute;
    top: -440px;
    left: -90px;
    z-index: -1;
}

.bg-circle2 {
    width: 600px;
    border-radius: 900px;
    background-color: #f9f9f9;
    height: 600px;
    display: block;
    position: absolute;
    bottom: -250px;
    right: 90px;
    z-index: -1;
}


.animate,
.overlay .overlay-content .signup-form input,
.overlay .overlay-content .overlay-close,
.overlay .overlay-content,
.btn span,
.btn {
    transition: all 0.3s;
}

#portfolio-pop {
    display: block;
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

#portfolio-pop .popup-trigger {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #eaeaea;
}

.main-heading {
    line-height: 100%;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
}

.btn {
    display: block;
    height: 50px;
    line-height: 50px;
    border: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.btn span {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.btn span .fa {
    margin-left: 8px;
    font-size: 18px;
    vertical-align: middle;
}

.btn:not(.btn-outline) {
    background-color: #fff;
}

.btn:not(.btn-outline) span {
    color: #666;
}

.btn:not(.btn-outline):hover {
    background-color: #ffffff;
    box-shadow: 0 0 11px rgb(0 0 0 / 30%);

}

.btn:not(.btn-outline):hover h3 {
    font-weight: 600;
}

.btn.btn-outline {
    background-color: transparent;
    border: 1px solid #fff;
}

.btn.btn-outline span {
    color: #fff;
}

.btn.btn-outline:hover {
    background-color: #fff;
}

.btn.btn-outline:hover span {
    color: #666;
}

.port-pop {
    width: 260px;
    float: left;
    margin-right: 10px;
    height: 260px;
    margin-bottom: 20px;
}

.port-pop img {
    width: 100%;
    height: 210px;
}

.overlay {
    width: 100%;
    height: 100%;
    overflow: auto;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    transform: translateY(200px);
    transition: opacity 0.5s, transform 0.5s, z-index 0s 0.5s;
}

.overlay .overlay-background {
    background-color: rgb(0 0 0 / 73%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.overlay .overlay-content {
    width: 56%;
    /*    height: 520px;*/
    margin: 230px auto 0;
    padding: 50px;
    box-sizing: border-box;

    position: relative;
    z-index: 10;
    border-radius: 50px;
    overflow: hidden;
}

.overlay .overlay-content .overlay-close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 15px;
    width: 35px;
    right: 25px;
    height: 35px;
}

.overlay .overlay-content .overlay-close img {
    width: 100%;
}

.overlay .overlay-content .overlay-close:hover {
    opacity: 0.8;
}

.overlay .overlay-content .pop-left {
    position: relative;
    float: left;
    height: 360px;
    width: 390px;
}

.overlay .overlay-content .pop-left h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 30px;
    color: #131911;
}

.overlay .overlay-content .pop-left .pop-icon {
    width: 12%;
}

.overlay .overlay-content .pop-left span {
    font-size: 19px;
    font-weight: 300;
    display: block;
}

.overlay .overlay-content .pop-left p {
    font-size: 25px;
    font-weight: 500;
}

.overlay .overlay-content h4 {
    font-size: 20px;
    padding: 12px 20px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
    color: #303030;
    border-radius: 10px;
    box-shadow: 0 0 11px rgb(0 0 0 / 16%);
}

.overlay .overlay-content .pop-left ul {
    position: relative;
    width:100%;
}

.overlay .overlay-content .pop-left ul li {
    font-size: 18px;
    font-weight: 200;
    line-height: 18px;
    margin-bottom: 10px;
}

.overlay .overlay-content .pop-right {
    width: 570px;
    float: left;
    margin-top: 50px;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

.overlay .overlay-content .pop-right img {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
}



.overlay .overlay-content .pop-right ul {
    position: relative;
}

.overlay .overlay-content .pop-right ul li {
    font-size: 18px;
    font-weight: 200;
    line-height: 26px;
    margin-bottom: 10px;
}



.overlay .overlay-content .blurb {
    margin-top: 35px;
    line-height: 100%;
    font-weight: 600;
    font-size: 18px;
}

.overlay .overlay-content .blurb-tagline {
    display: block;
    margin-top: 10px;
    line-height: 100%;
    font-size: 14px;
}

.overlay .overlay-content .signup-form {
    margin-top: 35px;
}

.overlay .overlay-content .signup-form label {
    line-height: 100%;
    margin-bottom: 5px;
    font-size: 14px;
}

.overlay .overlay-content .signup-form input {
    background-color: transparent;
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    padding: 0 8px;
    border: 1px solid rgba(254, 254, 254, 0.3);
    border-radius: 5px;
}

.overlay .overlay-content .signup-form input:hover,
.overlay .overlay-content .signup-form input:focus {
    border-color: #fff;
}

.overlay .overlay-content .signup-form .submit-btn {
    width: 150px;
}

.overlay.open {
    z-index: 15;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s, transform 0.5s, z-index 0s;
}

.overlay.short .overlay-content {
    margin: 30px auto;
}

@media (max-width: 600px) {
    .overlay .overlay-content {
        margin: 25px auto;
    }
}


/*------------- portfolio -------------*/





/*------------- Pro 1-------------*/

.Pro,
.Pro2,
.Pro3,
.Pro4,
.Pro5 {
    padding: 130px 0 30px;
    box-sizing: border-box;
}

.pro_logo {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.pro_logo img {
    position: absolute;
    right: 0;
    margin-top: 42px;
}


.pro-wrap {
    position: relative;
    background: url(/images/Pro-01bg.png) no-repeat center;
    background-position-x: -52px;
    height: 666px;
    background-size: contain;
}

.pro-wrap .sub_wrap {
    position: relative;
    padding: 90px 0;
    box-sizing: border-box;
}

.pro-wrap .sub_wrap .pro-title span {
    font-size: 50px;
    font-weight: 900;
    display: block;
}

.pro-wrap .sub_wrap .pro-title h3 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}

.pro-wrap .sub_wrap .pro-title h3 span {
    display: block;
    font-size: 50px;
}

.pro-wrap .sub_wrap .pro-title p {
    font-size: 20px;
}

.pro-wrap .sub_wrap .pro-title a {
    width: max-content;
    height: auto;
    display: block;
    border-radius: 60px;
    cursor: pointer;
}

.pro-wrap .sub_wrap .pro-title a span {
    font-size: 21px;
    font-weight: 600;
    padding: 15px 30px;
    background-color: #303030;
    border-radius: 60px;
}

.pro-wrap .sub_wrap .pro-title a:hover {
    box-shadow: 0 0 11px rgb(0 0 0 / 41%);
}

.pro-wrap2 {
    height:620px;
    position: relative;
    background: #f7f7f7 url('/images/Pro_con1bg.png') no-repeat center bottom;
}

.pro-wrap2 .sub_wrap {
    padding: 100px 0px;
    box-sizing: border-box;
}


.pro-wrap2 .main-title {
    color: #303030;
}

.pro-left {
    width: 691px;
    height: 310px;
    float: left;
    margin-right: 60px;
}


.pro-left p {
    line-height: 32px;
    font-size: 20px;
    word-break: keep-all;
}

.pro_brend_logo {
    width: 440px;
    height: 500px;
    float: left;
}


.pro_brend_logo li {
    background-color: #fff;
    box-sizing: border-box;
    width: 200px;
    border-radius: 50px;
    text-align: center;
    float: left;
    margin-bottom: 10px;
    line-height: 60px;
    height: 60px;
    vertical-align: middle;
}

.pro_brend_logo li:nth-child(odd) {
    margin-right: 20px;
}

.pro_brend_logo li img {
    width: 60%;
    display: initial;
}


.pro-wrap3 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 984px;
}

.pro-wrap3 .sub_wrap {
    padding: 0;
}

.pro-wrap3 .sub_wrap .main-title p {
    font-size: 20px;
    margin-bottom: 20px;
}

.pro-wrap3 .sub_wrap .main-title h3 {
    margin-bottom: 30px;
}

.pro03-left {
    position: relative;
    background: url(/images/Pro-leftbg.png) no-repeat left;
    height: 190px;
    background-size: 66%;
}

.pro03-right {
    position: relative;
    background: url(/images/Pro-rightbg.png) no-repeat right;
    height: 190px;
    background-size: 66%;
}

.pro03-text {
    position: absolute;
    width: 1200px;
    padding: 71px 0;
    right: 130px;
}

.pro03-right .pro03-text p:nth-child(2) {
    margin-left: 30px;
}

.pro03-right .pro03-text p:nth-child(2),
.pro03-text p:first-child {
    font-size: 23px;
    display: inline-block;
    text-align: right;
}

.pro03-right .pro03-text p:nth-child(1),
.pro03-left .pro03-text p:nth-child(2) {
    display: inline-block;
    font-size: 37px;
    margin-left: 20px;
    font-weight: 600;
    color: #303030;
}

.pro03-right .pro03-text p:nth-child(1) span,
.pro03-text p:nth-child(2) span {
    display: inline-block;
    font-size: 37px;
    margin-left: 20px;
    font-weight: 600;
}


.pro03-right .pro03-text {
    right: 0;
}

.pro_contact .contact .right-text .button {
    width: 100%;
    margin-top: 0;
}

.pro_contact .contact .right-text li textarea {
    height: 390px;
}

.pro_contact .contact .left-text {
    margin-top: 70px;
}

.sub_bg .top {
    position: relative;
    height:300px;
    background: url(/images/pro-bg.png) no-repeat center;
    border-top: 5px solid #00a1ff;
}

.sub_bg .top .wrap {
    height: 100%;
}

.sub_bg .top .title {
    position: absolute;
    left: 0;
    bottom: 40px;
    text-align: left;
}

.sub_bg .top .title h2 {
    font-size: 50px;
    margin-bottom: 12px;
    text-align: left;
    color: #fff;
    font-weight: 600;
}


.sub_bg .top .title h3 {
    font-size: 22px;
    line-height: 31px;
    color: #d8d8d8;
    font-weight: 300;
    margin-bottom: 16px;
}

.wrap5 {
    min-height: 740px;
    padding: 80px 0 0;
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}


/*------------- // Pro1 -------------*/




/*------------- Pro 하단 버튼-------------*/

/*금융*/

#pro-bottom {
    background-color: #f7f7f7;
}

#pro-bottom .sub_wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 100px 0;
    height: 290px;
    box-sizing: border-box;
}

#pro-bottom ul li {
    float: left;
    width: 290px;
    text-align: center;
    margin-right: 12px;
}

#pro-bottom ul li a {
    cursor: pointer;
}

#pro-bottom ul li:hover .pro-bottom-but {
    background-color: #00a1ff;
    color: #fff;
    box-shadow: 0 0 11px rgb(0 0 0 / 35%);
}

#pro-bottom ul li:hover .pro-bottom-text {
    font-size: 18px;
    font-weight: 600;
}

#pro-bottom ul li:hover span {
    color: #303030;
}

#pro-bottom ul li:last-child {
    margin-right: 0;
}

#pro-bottom ul li .pro-bottom-but {

    background-color: #303030;
    padding: 25px 0;
    box-sizing: border-box;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

#pro-bottom ul li .pro-bottom-text {
    font-size: 18px;
}

/*교육*/

#pro-bottom.Pro-2 ul li:hover .pro-bottom-but {
    background-color: #8449e7;
    color: #fff;
    box-shadow: 0 0 11px rgb(0 0 0 / 35%);
}

/*쇼핑브랜드*/
#pro-bottom.Pro-3 ul li:hover .pro-bottom-but {
    background-color: #ffb800;
    color: #fff;
    box-shadow: 0 0 11px rgb(0 0 0 / 35%);
}

/*기업*/
#pro-bottom.Pro-4 ul li:hover .pro-bottom-but {
    background-color: #00dcc2;
    color: #fff;
    box-shadow: 0 0 11px rgb(0 0 0 / 35%);
}

/*스마트스토아*/
#pro-bottom.Pro-5 ul li:hover .pro-bottom-but {
    background-color: #32d263;
    color: #fff;
    box-shadow: 0 0 11px rgb(0 0 0 / 35%);
}




/*------------- // Pro 하단 버튼-------------*/




/*------------- Pro 교육-------------*/
.navbar.navbar4-2 .nav-menu li .dot.active::before,
.navbar.navbar4-2 .nav-menu li:hover .dot::before {
    background: #9647ec;
}

.navbar.navbar4-2 .nav-menu li .dot::after {

    border: 2px solid #9647ec;
}

#Pro2-1 .pro-wrap {
    position: relative;
    background: url(/images/Pro-02bg.png) no-repeat center;
    background-position-x: -52px;
    height: 666px;
    background-size: contain;
}

#Pro2-3 {
    padding-bottom: 0;
    height: 900px;
}

#Pro2-3 .process {
position: relative;
    background: url(/images/process2-bg.png) no-repeat center;
    background-position-x: 366px;
    /* height: 630px; */
    background-position-y: 24px;
    padding: 88px 0 0 0;
}

#Pro2-3 .process article {
    width: 1050px;
    margin: 0 auto;
}

#Pro2-3 .process .circle li:nth-child(odd) {
    background: #d7b5ff;
}

#Pro2-3 .process .circle li:nth-child(even) {
    background: #8449e7;
}

#Pro2-3 .process .circle li:nth-child(3) {
    margin-right: 120px;
}


#Pro2-3 .process .circle li:last-child {
    -webkit-animation: chameleon 19s infinite;
    animation: chameleon 19s infinite;
}

.outline {
    position: absolute;
    left: 44%;
    top: 50%;
    /* transform: translate(-50%, -50%); */
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: row; */
    z-index: -1;
    /* flex-wrap: wrap;*/
}

.waves {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* background: rgb(132 73 231); */
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.waves:before,
.waves:after {
    content: "";
    position: absolute;
    background: #8449e7;
    margin-left: -35px;
    margin-top: 101px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-animation: wave 3s infinite linear;
    animation: wave 3s infinite linear;
}

.waves:after {
    opacity: 0;
    -webkit-animation: wave 3s 1.5s infinite linear;
    animation: wave 3s 1.5s infinite linear;
}

@-webkit-keyframes wave {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}

@keyframes wave {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}


.pro4-2 .top {
    border-top: 5px solid #8449e7;
}


.pro4-2 .buttonpurple {
    background: #8449e7;
}


/*------------- //Pro 교육-------------*/


/*------------- Pro 쇼핑-------------*/
.navbar.navbar4-3 .nav-menu li .dot.active::before,
.navbar.navbar4-3 .nav-menu li:hover .dot::before {
    background: #ffb800;
}

.navbar.navbar4-3 .nav-menu li .dot::after {

    border: 2px solid #ffb800;
}


#Pro3-1 .pro-wrap {
    position: relative;
    background: url(/images/Pro-03bg.png) no-repeat center;
    background-position-x: -52px;
    height: 666px;
    background-size: contain;
}



#Pro3-3 .process {
    position: relative;
    background: none;
    padding-top: 60px;
    height: 520px;

}

#Pro3-3 .process ul {
    width: 610px;
    height: 540px;
    float: left;
    position: relative;
}


#Pro3-3 .process .circle li {
    position: absolute;
}

#Pro3-3 .process .circle li::after {
    display: none;
}

#Pro3-3 .process article {
    width: 1050px;
    margin: 0 auto;
}

#Pro3-3 .process .circle li:nth-child(1) {
    top: 120px;
    left: -20px;
    background: #ffb800;
    width: 150px;
    border: 13px solid #ffd055;
    height: 150px;
}

#Pro3-3 .process .circle li:nth-child(3) p {
    font-weight: 800;
    font-size: 29px;
    line-height: 35px;
}

#Pro3-3 .process .circle li:nth-child(3) {
    background: #ffb800;
}

#Pro3-3 .process .circle li:nth-child(2) {
    background: #ffd584;
    top: 270px;
    left: 140px;
    border: 31px solid #ffe8b5;
}

#Pro3-3 .process .circle li:nth-child(3) {
    -webkit-animation: chameleon 19s infinite;
    animation: chameleon 19s infinite;
    margin-right: 0;
    left: 180px;
    border: 14px solid #ffe8b5;
    border-radius: 140px;
    width: 240px;
    height: 240px;
}

#Pro3-3 .process .circle li:nth-child(4),
#Pro3-3 .process .circle li:nth-child(5) {
    background-color: #ffffff00;

}

#Pro3-3 .process .circle li:nth-child(4) p,
#Pro3-3 .process .circle li:nth-child(5) span {
    position: absolute;
    width: 100%;
}

#Pro3-3 .process .circle li:nth-child(4) p:nth-child(1) {
    top: 31px;
    left: 56px;
}

#Pro3-3 .process .circle li:nth-child(4) p:nth-child(2) {
    top: -5px;
    left: 360px
}

#Pro3-3 .process .circle li:nth-child(4) p:nth-child(3) {
    top: 155px;
    left: -80px;
}

#Pro3-3 .process .circle li:nth-child(4) p:nth-child(4) {
    top: 175px;
    left: 350px;
}

#Pro3-3 .process .circle li:nth-child(4) p:nth-child(5) {
    top: 345px;
    left: 40px;
}

#Pro3-3 .process .circle li:nth-child(4) p:nth-child(6) {
    top: 375px;
    left: 273px;
}

#Pro3-3 .process .circle li:nth-child(4) p:nth-child(7) {
    top: 435px;
    left: 90px;
}



#Pro3-3 .process .circle li:nth-child(5) span:nth-child(1) {
    top: 56px;
    left: 184px;
    width: 20px;
    background-color: #ffc451;
    height: 20px;
    border-radius: 20px;
}

#Pro3-3 .process .circle li:nth-child(5) span:nth-child(2) {
    top: 3px;
    left: 240px;
    background-color: #dfc38c;
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

#Pro3-3 .process .circle li:nth-child(5) span:nth-child(3) {
    top: 25px;
    left: 349px;
    background-color: #dfc38c;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

#Pro3-3 .process .circle li:nth-child(5) span:nth-child(4) {
    top: 25px;
    left: 380px;
    background-color: #ffb72b;
    height: 20px;
    border-radius: 20px;
    width: 20px;
}

#Pro3-3 .process .circle li:nth-child(5) span:nth-child(5) {
    top: 135px;
    left: -10px;
    background-color: #ffb72b;
    height: 15px;
    border-radius: 15px;
    width: 15px;
}

#Pro3-3 .process .circle li:nth-child(5) span:nth-child(6) {
    top: 175px;
    left: 210px;
    background-color: #ffa000;
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

#Pro3-3 .process .circle li:nth-child(5) span:nth-child(7) {
    top: 175px;
    left: 374px;
    background-color: #ffa000;
    width: 17px;
    height: 17px;
    border-radius: 17px;
}

#Pro3-3 .process .circle li:nth-child(5) span:nth-child(8) {
    top: 135px;
    left: 413px;
    background-color: #dfc38c;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

#Pro3-3 .process .circle li:nth-child(5) span:nth-child(9) {
    top: 320px;
    left: 137px;
    background-color: #dfc38c;
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

#Pro3-3 .process .circle li:nth-child(5) span:nth-child(10) {
    top: 335px;
    left: 301px;
    background-color: #dfc38c;
    width: 35px;
    height: 35px;
    border-radius: 35px;
}

#Pro3-3 .process .circle li:nth-child(5) span:nth-child(11) {
    top: 405px;
    left: 170px;
    background-color: #ffb72b;
    width: 25px;
    height: 25px;
    border-radius: 25px;
}


#Pro3-3 .process .outline {
    position: absolute;
    left: 43%;
    top: 50%;
    /* transform: translate(-50%, -50%); */
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: row; */
    z-index: -1;
    /* flex-wrap: wrap;*/
}

#Pro3-3 .process .waves {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* background: rgb(132 73 231); */
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

#Pro3-3 .process .waves:before,
#Pro3-3 .process .waves:after {
    content: "";
    position: absolute;
    background: #ffb800;
    margin-left: -35px;
    margin-top: 101px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-animation: wave 3s infinite linear;
    animation: wave 3s infinite linear;
}

#Pro3-3 .process .outline1 .waves:before,
#Pro3-3 .process .outline1 .waves:after {
    content: "";
    position: absolute;
    background: #ffe8ad;
    margin-left: -32px;
    margin-top: 110px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-animation: wave 5s infinite linear;
    animation: wave 5s infinite linear;
}

#Pro3-3 .process .outline2 .waves:before,
#Pro3-3 .process .outline2 .waves:after {
    content: "";
    position: absolute;
    background: #ffde88;
    margin-left: -30px;
    margin-top: 110px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-animation: wave 4s infinite linear;
    animation: wave 4s infinite linear;
}


#Pro3-3 .process .waves:after {
    opacity: 0;
    -webkit-animation: wave 2s 1.5s infinite linear;
    animation: wave 2s 1.5s infinite linear;
}


.process-right {
    position: relative;
    width: 440px;
    float: left;
    height: 540px;
}

.process-right div {
    border-bottom: 1px dotted #c1c1c1;
    margin-bottom: 30px;
    text-align: left;
}

.process-right div h4 {
    font-size: 20px;
    color: #303030;
}

.process-right div p {
    font-size: 18px;
    color: #666666;
    margin: 10px 0 20px;
}

.pro4-3 .top {
    border-top: 5px solid #ffb800;
}


.pro4-3 .buttonyellow {
    background: #ffb800;
}


/*-------------// Pro 쇼핑-------------*/




/*------------- Pro 기업-------------*/


.navbar.navbar-Pro4-4 .nav-menu li .dot.active::before,
.navbar.navbar-Pro4-4 .nav-menu li:hover .dot::before {
    background: #0bdbc2;
}

.navbar.navbar-Pro4-4 .nav-menu li .dot::after {

    border: 2px solid #0bdbc2;
}

#Pro4-1 .pro-wrap {
    position: relative;
    background: url(/images/Pro-04bg.png) no-repeat center;
    background-position-x: -52px;
    height: 666px;
    background-size: contain;

}

#Pro4-2 .pro-left {
    width: 862px;
}

#Pro4-3 {
    background-color: #303030;
}

.pro4-3-top {
    height: 590px;
}

.pro4-3-top .sub_wrap {
    padding: 70px 0 0;
}

#Pro4-2.pro-wrap2 {
    height: 530px;
}


#Pro4-3 .process {
    padding-top: 15px;
    background: none;
    height: 290px;
}

#Pro4-3 .process .circle li:nth-child(1),
#Pro4-3 .process .circle li:nth-child(3) {
    background-color: #b8eae4;
}

#Pro4-3 .process .circle li:nth-child(2) {
    background-color: #0bdbc2;
}


#Pro4-3 .process .circle li:last-child {
    background: url(/images/Pro4-img.png) no-repeat center bottom;
    background-size: contain;
    width: 260px;
    height: 260px;
    position: absolute;
    right: 150px;
    top: -30px;
}

#Pro4-3 .waves:before,
#Pro4-3 .waves:after {
    content: "";
    position: absolute;
    background: #0bdbc2;
    margin-left: -35px;
    margin-top: 101px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-animation: wave 2s infinite linear;
    animation: wave 2s infinite linear;
}

#Pro4-3 .process .circle li::after {
    position: absolute;
    top: -3px;
    right: -30px;
    width: 10px;
    height: 200px;
    background: url('/images/icon_next2.png') no-repeat center;
    content: "";
    animation: arrowmove 0.8s infinite alternate ease-in;

}


.pro4-3-bottom .timeline2 {
    padding: 50px;
}

.pro4-3-bottom .timeline2 ul {
    padding: 0;
}

.pro4-3-bottom .timeline2 .default-line {
    content: "";
    position: absolute;
    left: 50%;
    width: 4px;
    background: #bdc3c7;
    height: 2170px;
}

.pro4-3-bottom .timeline2 .draw-line {
    width: 4px;
    height: 0;
    position: absolute;
    left: 50%;
    background: #00dcc2;
}

.pro4-3-bottom .timeline2 ul li {
    list-style-type: none;
    position: relative;
    width: 2px;
    margin: 0 auto;
    height: 190px;
    background: transparent;
}

.pro4-3-bottom .timeline2 ul li.in-view {
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}

.pro4-3-bottom .timeline2 ul li.in-view::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-image: url("https://sg0duxoli5-flywheel.netdna-ssl.com/wp-content/themes/inspired_elearning_theme/images/check-dark.svg");
    background-color: #00dcc2;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}

.pro4-3-bottom .timeline2 ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: inherit;
    background: #00dcc2;
    transition: all 0.4s ease-in-out;
}


.pro4-3-bottom .timeline2 ul li:nth-child(odd) .timeline2-text {
    width: 500px;
    position: absolute;
    left: 50px;
}

.pro4-3-bottom .timeline2 ul li:nth-child(even) .timeline2-text {
    width: 500px;
    position: absolute;
    right: -130px;
}

.pro4-3-bottom .timeline2 ul li .timeline2-text p {
    font-size:19px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pro4-3-bottom .timeline2 ul li .timeline2-text p span {
    font-size: 30px;
    font-weight: 800;
}

.pro4-3-bottom .timeline2 ul li .timeline2-text .sub-text span {
    padding: 10px 20px;
    text-align: center;
    background-color: #0bdbc2;
    border-radius: 50px;
    width: max-content;
    display: inline-block;
    font-weight: 600;
    margin: 0 10px 20px 0;
}


.pro4-4 .top {
    border-top: 5px solid #00dcc2;
}


.pro4-4 .buttonBlue {
    background: #00dcc2;
}

#pro-bottom.pro4-5 ul li:hover .pro-bottom-but.pro4-5 {
    background: #00dcc2;
}

.buttonmint {
    background: #00dcc2;
}

/*-------------// Pro 기업-------------*/




/*-------------Pro 스마트스토어-------------*/
#Pro5-2 {
    height: 530px;
}

.navbar.navbar-Pro5-2 .nav-menu li .dot.active::before,
.navbar.navbar-Pro5-2 .nav-menu li:hover .dot::before {
    background: #32d263;
}

.navbar.navbar-Pro5-2 .nav-menu li .dot::after {

    border: 2px solid #32d263;
}

#Pro5-1 .pro-wrap {
    position: relative;
    background: url(/images/Pro-05bg.png) no-repeat center;
    background-position-x: -52px;
    height: 666px;
    background-size: contain;
}


#Pro5-3 .top {
    position: relative;
    height: 340px;
    background: url(/images/pro-bg5.png) no-repeat center;
    border-top: 5px solid #00d35a;
}

#Pro5-3 .top .wrap {
    height: 100%;
}

#Pro5-3 .top .title {
    position: absolute;
    left: 0;
    bottom: 40px;
    text-align: left;
}

#Pro5-3 .top .title h2 {
    font-size: 50px;
    line-height: 60px;
    /*    margin-bottom: 30px;*/
    text-align: left;
    color: #fff;
    font-weight: 600;
}


#Pro5-3 .top .title h3 {
    font-size: 22px;
    line-height: 31px;
    color: #d8d8d8;
    font-weight: 300;
    margin-bottom: 16px;
}

#Pro5-3 .pro03-left .pro03-text .number {
    font-size: 73px;
    font-weight: 600;
}

#Pro5-3 .pro5-wrap {
    padding: 80px 0;
    box-sizing: border-box;
}

#Pro5-3 .pro5-01 {
    height: 563px;
}

#Pro5-3 .pro5-01 .pro05-text01 {
    position: relative;
    background: url(/images/Pro5-01.png) no-repeat left;
    background-position-x: -132px;
    height: 180px;
}


.pro5-wrap .pro5-01 .pro5-bottom {
    margin: 50px auto;
    width: 1200px;
}

.pro5-wrap .pro5-01 .pro5-bottom li {
    float: left;
    width: 380px;
    margin-right: 30px;
}

.pro5-wrap .pro5-01 .pro5-bottom li h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 0;
    background-color: #32d263;
    border-radius: 20px 20px 0 0;
    text-align: center;
    color: #fff;
}

.pro5-wrap .pro5-01 .pro5-bottom li:nth-child(3) {
    margin-right: 0px;
}

.pro5-wrap .pro5-01 .pro5-bottom li ol {
    font-size: 18px;
    border: 1px solid #e8e8e8;
    line-height: 34px;
    height: 130px;
    padding: 30px;
    border-radius: 0 0 20px 20px;
}

.pro5-wrap .pro5-01 .pro5-bottom li ol li {
    border-bottom: 1px dotted #dcdcdc;
    width: 100%;
    margin-bottom: 8px;
    padding: 0 0 0 13px;
}


#Pro5-3 .pro05-text02 {
    position: relative;
    background: url(/images/Pro5-02.png) no-repeat right;
    background-position-x: 350px;
    height: 180px;
}


#Pro5-3 .pro5-02 {
    height: 620px;
}

#Pro5-3 .pro5-02 .pro5-bottom {
    width: 1200px;
    margin: 50px auto;
    height: 340px;
}

#Pro5-3 .pro5-02 .pro5-bottom .e5 .item-off ul {
    padding: 14px 34px;
    box-sizing: border-box;
}

#Pro5-3 .pro5-02 .pro5-bottom .e5 .item-off ul li {
    text-align: left;
    line-height: 31px;
    font-size: 18px;
    border-bottom: 1px dotted #dcdcdc;
    margin-bottom: 8px;
    color: #666666;
    padding: 0 0 0 13px;
}


#Pro5-3 .pro5-02 .pro5-bottom .e5 .item-off p {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 0;
    background-color: #32d263;
    border-radius: 20px 20px 0 0;
    text-align: center;
    color: #fff;
}

#Pro5-3 .pro5-02 .pro5-bottom .e5 .item-off span {
    font-size: 18px;
    margin-bottom: 7px;
    text-align: center;
    color: #303030;
    font-weight: 600;
    display: block;
    padding: 8px 0;
    background-color: #efefef;
}


.item {
    width: calc(93%/3);
    margin-right: 26px;
    float: left;
    overflow: hidden;
    border: 1px solid #efefef;
    position: relative;
    height: 315px;
    border-radius: 20px;
}

.item img {
    max-width: 100%;
    display: block;
    transition: all 0.5s ease;
}

.text5 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 55%;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease;
    cursor: pointer;
}

.item-bg {
    background: url(/images/pointer.png) no-repeat;
    position: absolute;
    height: 80px;
    width: 80px;
    background-size: contain;
    right: 30px;
    bottom: 37px;
}

#e5bk {

    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}

.inside {
    position: absolute;
    top: 68%;
    left: 50%;
}

.e5:hover .text5 {
    opacity: 1;
    position: absolute;
    top: 42%;
}

.e5:hover .text5 h3 {
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    background-color: #303030;
    padding: 10px;
    width: 200px;
    margin: 0 auto;
}

.e5:hover #e5bk {
    opacity: 1;

}

.item:hover {
    box-shadow: 0 0 11px rgb(0 0 0 / 16%);

}

.e5:hover .line {
    position: absolute;
    top: 68%;
    left: 30%;
    width: 40%;
    height: 1px;
}


#Pro5-3 .pro5-03 {
    height: 660px;
}

#Pro5-3 .pro05-text03 {
    position: relative;
    background: url(/images/Pro5-03.png) no-repeat left;
    background-position-x: -132px;
    height: 180px;
}


/*-------------------------Process ----------------------------------*/

#pro5-03 .main-title span {
    font-size: 30px;
    line-height: 29px;
    margin-bottom: 50px;
    font-weight: 500;
}

.process-bg5 .sub_wrap {
    padding: 0;
}

.process5 {
    height: 310px;
    background: url(/images/pro05-bg.png) no-repeat center;
    padding-top: 179px;
    background-position-y: 62px;
}

.process5 .wrap {
    position: relative;
    width: 1200px;

    margin: 0 auto;
    text-align: center;
}

.process5 .circle li {
    position: relative;
    float: left;
    display: table;
    width: 180px;
    height: 180px;
    margin-right: 50px;
    box-sizing: border-box;
    border-radius: 50%;
}

.process5 .circle li:nth-child(even) {
    background: #219c47;
}

.process5 .circle li:nth-child(odd) {
    background: #32d263;
    ;
}

.process5 .circle li:last-child {
    margin-right: 0;
}

.process5 .circle li:last-child::after {
    display: none;
}



@keyframes arrowmove {

    0% {

        right: -25px;

    }

    100% {
        right: -35px;
    }

}

.process5 .circle li .inner {

    display: table-cell;
    vertical-align: middle;
    text-align: center;

}

.process5 .circle li .inner span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #4da0b6;
    text-transform: uppercase;
    margin-bottom: 8px;


}

.process5 .circle li .inner p {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
}

.pro5-04 .pro05-text04 {
    position: relative;
    background: url(/images/Pro5-04.png) no-repeat right;
    background-position-x: 350px;
    height: 180px;
}

.pro-5-wrap {
    width: 1200px;
    margin: 70px auto 0;
    height: 360px;
}

.pro-5-wrap li {
    float: left;
    vertical-align: bottom;
    margin-right: 30px;
    width: 270px;
}

.pro-5-wrap li:last-child {
    margin-right: 0;
}

.pro-5-wrap li img {
    box-shadow: 0 0 11px rgb(0 0 0 / 10%);
    border-radius: 36px 36px 0 0;
    display: block;
    margin: 0 auto;
}

.pro-5-wrap li p {
    text-align: center;
    font-size: 17px;
    padding: 20px 0;
    box-sizing: border-box;
}

.sub_bg05 {
    border-top: 5px solid #00d35a !important;
}

.pro-con05 .buttonGreen {
    background: #00d35a;
}

.buttonGreen:hover {
    box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 19%);
}

.pro-5-wrap2 li img {
    box-shadow: none;
}

.pro-5-wrap2 li {
    width: 380px;
    position: relative;
}

.pro-5-wrap2 li::after {
    position: absolute;
    top: -3px;
    width: 21px;
    height: 257px;
    background: url(/images/icon_next.png) no-repeat center;
    content: "";
    animation: arrowmove 0.8s infinite alternate ease-in;
}

.pro-5-wrap2 li:last-child::after {
    background: none;
}

/*-------------// Pro 스마트스토어-------------*/



.sub_bg .contents {
    padding-top: 100px;
    text-align: left;
}

.sub_bg .contents table.tax {
    text-align: left;
    margin-bottom: 20px;
}


.sub_bg .contents table.tax tr th {
    width: 400px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    background: #4da0b6;
    /*    border: 2px solid #fff;*/
    color: #fff;
}

.sub_bg .contents table.tax tr:nth-child(even) th {
    background: #37859a;
}

.sub_bg .contents table.tax tr td {
    font-size: 18px;
    font-weight: 300;
    padding: 10px 15px;
    background: #f8f8f8;
    border-bottom: 2px solid #fff;
}



.sub_bg .contents table.job {
    text-align: center;
    margin-bottom: 60px;
}

.sub_bg .contents table.job .w200 {
    width: 200px;
}

.sub_bg .contents table.job .left {
    text-align: left;
}




.sub_bg .contents table.job tr th {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    background: #4da0b6;
    color: #fff;

}


.sub_bg .contents table.job tr td {
    font-size: 18px;
    font-weight: 300;
    padding: 10px 15px;
}


.sub_bg .contents table.job tr {
    background: #f8f8f8;
}

.sub_bg .contents table.job tr:nth-child(odd) {
    background: #fff;
}


.sub_bg .contents .box {
    padding: 40px;
    background: #f8f8f8;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 60px;
}

.sub_bg .contents .box strong {
    font-weight: 500;
    color: #4DA0B6;
}

.sub_bg .contents p:last-child {
    margin-bottom: 0;
}

.sub_bg .contents table.price {
    text-align: center;
}


.sub_bg .contents table.price tr th {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px;
    background: #4da0b6;
    color: #fff;

}


.sub_bg .contents table.price tr td {
    font-size: 18px;
    font-weight: 300;
    padding: 10px 15px;
}

.sub_bg .contents table.price tr {
    background: #f8f8f8;
}

.sub_bg .contents table.price tr:nth-child(odd) {
    background: #fff;
}


.sub_bg .contents table.price tr.note td {
    background: #DCE7EA;
    font-weight: 500;
    text-align: left;
    padding: 20px;
}







/*-------------  sub6-1 -------------*/
.sub6-bgtop .top{
    height: 220px;
}

.sub-6container .row{
margin: 50px 0 !important;
}
#sub6-1 {
    background: url('/images/sub6_bg.jpg') no-repeat center;
    background-size: cover;
}


#sub6-1 .wrap {
    position: relative;
    width: 1000px;
    height: 670px;
    margin: 160px auto 0;
    padding: 60px;
    background: #fff;
}

#sub6-1 .wrap .title {
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ddd;
}

#sub6-1 .wrap .title h2 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 15px;
}


#sub6-1 .wrap .title h3 {
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    color: #7a7a7a;
}

#sub6-1 .wrap .calculation {
    padding-top: 90px;
}

#sub6-1 .wrap .calculation ul {
    margin-bottom: 40px;
}

#sub6-1 .wrap .calculation ul li {
    height: 30px;
    text-align: left;
    margin-bottom: 10px;

}

#sub6-1 .wrap .calculation ul li:last-child {
    margin-bottom: 0;
}

#sub6-1 .wrap .calculation ul li .label {
    display: inline-block;
    width: 120px;
    line-height: 30px;
    font-weight: 400;
    font-size: 18px;
    padding-left: 15px;
    background: url('/images/icon_bul.png') no-repeat left center;
    box-sizing: border-box;
}

#sub6-1 .wrap .calculation ul li .radio {
    display: inline;
    opacity: 0;
    width: 0;
    margin: 0;
    overflow: hidden;
    -webkit-appearance: none;
}

#sub6-1 .wrap .calculation ul li .radio_label {
    position: relative;
    display: inline-block;
    height: 30px;
    font-size: 18px;
    padding: 0 0 0 28px;
    cursor: pointer;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    box-sizing: border-box;
}

#sub6-1 .wrap .calculation ul li .radio_label:before,
#sub6-1 .wrap .calculation ul li .radio_label:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    -webkit-transition: border-color 200ms ease, -webkit-transform 200ms ease;
    transition: border-color 200ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, border-color 200ms ease;
    transition: transform 200ms ease, border-color 200ms ease, -webkit-transform 200ms ease;
}

#sub6-1 .wrap .calculation ul li .radio_label:before {
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border: 2px solid #dbdbdb;
}

#sub6-1 .wrap .calculation ul li .radio_label:after {
    top: 10px;
    left: 5px;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #4DA0B6;
}


#sub6-1 .wrap .calculation ul li .radio_label:hover:before {
    border-color: #4DA0B6;
}

#sub6-1 .wrap .calculation ul li .radio:checked + .radio_label {
    color: #4DA0B6;
    font-weight: 400;
}

#sub6-1 .wrap .calculation ul li .radio:checked + .radio_label:before {
    border-color: #4DA0B6;
}

#sub6-1 .wrap .calculation ul li .radio:checked + .radio_label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}


#sub6-1 .wrap .calculation ul li .radio_label.first {
    margin-right: 20px;
}


#sub6-1 .wrap .calculation ul li input[type='text'] {
    height: 30px;
    background: #fff;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    outline: 0;
}

#sub6-1 .wrap .calculation ul li span {
    font-size: 18px;
    line-height: 30px;
}

#sub6-1 .wrap .calculation p {
    font-size: 16px;
    line-height: 28px;
    color: #7a7a7a;
    margin-bottom: 40px;
}


#sub6-1 .wrap .calculation p b {
    font-size: 18px;
    font-weight: 500;
}


#sub6-1 .wrap .btn {
    width: 180px;
    height: 50px;
    margin: 0 auto;
    background: #4da0b6;
    text-align: center;
}

#sub6-1 .wrap .btn.back {
    background: #42413d;
}

#sub6-1 .wrap .btn a {
    display: block;
    height: 100%;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
}

#sub6-1 .wrap .result {
    display: none;
}

#sub6-1 .wrap .result table {
    width: 100%;
    margin-bottom: 40px;
    border-collapse: collapse;
}

#sub6-1 .wrap .result table th {
    width: 25%;
    font-size: 16px;
    font-weight: 400;
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 10px 20px;
}


#sub6-1 .wrap .result table td {
    width: 25%;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #ddd;
    padding: 10px 20px;
    text-align: right;
}

#sub6-1 .wrap .result table .subtotal {
    background: #dce7ea;
}


#sub6-1 .wrap .result table .total {
    background: #4da0b6;
    color: #fff;
}

#sub6-1 .wrap .result table .totalprice {
    text-align: left;
    font-weight: 500;
    color: #000;
}

#sub6-1 .wrap .result table .totalprice strong {
    font-weight: 500;
    color: #d00000;
}

#sub6-1 .wrap .result h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

#sub6-1 .wrap .result h2 strong {
    color: #4da0b6;
    font-weight: 500;
}

#mb_login {
    padding-top: 160px;
}



@media (max-width: 1400px) {
    #header nav .gnb > li {
        font-size: 16px;
        margin-right: 40px;
    }

    #header .btn {
        width: 240px;
    }

    #header .btn li {
        width: 120px;
        background-size: 90%;
    }

}



/*-------------  sub2 -------------*/


#sub2 {
    width: 1200px;
    margin: 200px auto 50px;
    position: relative;
    z-index: 10;
}

#sub2 .tab {
    width: 100%;
}

#sub2 .tab > li {
    position: relative;
    float: left;
    width: 155px;
    font-weight: 500;
    box-shadow: 0 0 11px rgb(0 0 0 / 16%);
    margin-right: 15px;
    font-size: 18px;
    border-radius: 10px;
    line-height: 58px;
    color: #303030;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    background: #ffffff;
    z-index: 999;

}


#sub2 .tab > .tab_selected {
    background: #00a1ff;
    color: #fff;
}

#sub2 .tab > .tab_selected a {
    font-weight: 600;
    width: 100%;
    height: 58px;
    display: block;
}

#sub2 .tab.fixed {
    position: fixed;
    width: 1200px;
    top: 90px;
    z-index: 999;
    left: 50%;

    transform: translateX(-50%);
}

#sub2 .tab.fixed::before {
    position: absolute;
    left: -2000px;
    top: 0px;
    width: 10000px;
    height: 59px;
    background: #ffffff;
    content: "";
    z-index: 998;
    border-bottom: 1px solid #e6e6e6;
}


#sub2 .tab.fixed li {
    border-top: 0;
    border-left: 0;
    /* border-right: 0; */
    /* width: 500px; */
    border-bottom: 0;
    border-right: 1px solid #dedede;
    border-radius: 0;
    margin: 0;
    width: 170px;
    box-shadow: none;

}


#sub2 .contents > li {
    /*    display: none;*/
    width: 1200px;
    margin: 0 auto;
}

#sub2 .contents > li section {
    /* margin-bottom: 200px; */
    padding: 150px 0 70px 0;
    position: relative;
}



.scroll_tabs_container .scroll_tab_left_button,
.scroll_tabs_container .scroll_tab_right_button {
    background: #303030;
    text-align: center;
}



.scroll_tabs_container .scroll_tab_left_button::before,
.scroll_tabs_container .scroll_tab_right_button::before {
    color: #00a1ff;
}


#sub2 .tab li:hover .submenu {
    display: block;
}

#sub2 .tab > li:hover {
    background: #00a1ff;
    color: #303030;
}

#sub2 .tab > li .submenu {
    position: absolute;
    top: 59px;
    display: none;
    width: 100%;
    /*    padding: 20px;*/
    overflow: hidden;
    background: #232323;
    box-sizing: border-box;
    z-index: 1;
    border: 1px solid rgba(120, 120, 120, 0.3)
}

#sub2 .tab > li .submenu li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #3c3c3c;
}

#sub2 .tab > li .submenu li a {
    display: block;
    height: 100%;
    width: 100%;
}

.dropdown a {
    display: block;
    height: 100%;
    width: 100%;
}

#sub2 .tab > li .submenu li a:hover {
    color: #00a1ff !important;
    font-weight: 500;
}

#sub2 .tab > li .submenu li:last-child {
    margin-bottom: 0;
}


#sub2 .tab > li .submenu a {
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
}


#sub2 .tab.fixed > li .submenu {
    position: static;
    border-top: 1px solid #00a1ff;

}


/*
#sub2 .contents li .title img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}
*/

#sub2 .contents li .title .inner {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

#sub2 .contents li .title .inner h2 {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}



#sub2 .contents li .title .inner h4 {
    font-size: 17px;
    line-height: 28px;
    color: #cbcbcb;
    font-weight: 300;
}

#sub2 .contents li .intro {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #444;
    padding: 0 40px 40px;
    margin-bottom: 40px;
}

#sub2 .contents li .intro .text {
    width: 50%;
}

h4.number {
    font-weight: bold;
    font-size: 80px;
    text-align: center;
    color: #2e2e2e;
}

#sub2 .contents li .intro .text h3 {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 30px;
}

#sub2 .contents li .intro .video {
    width: 50%;
    text-align: right;
}


#sub2 .contents li p {
    margin: 20px 0 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #d3d3d3;
    word-break: keep-all;

}

#tab6-1 .detail {
    margin: 100px 0;
}

#sub2 .contents li .detail {
    width: 100%;
    text-align: center;
    /*  padding: 40px 0;*/
    /* display: table;
    padding: 0 40px 80px; */
}


#sub2 .contents li .detail table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    table-layout: fixed;
    font-weight: 300;
    border: 1px solid #444;
}


#sub2 .contents li .detail table tr {
    border-bottom: 1px solid #444444;
}

#sub2 .contents li .detail table th {
    font-weight: 500;
    font-size: 18px;
    background: #cacaca;
    padding: 7px 0;
}

#sub2 .contents li .detail table th:first-child {
    width: 120px;
    background: #ababab;
}

#sub2 .contents li .detail table td {
    padding: 20px 10px;
    color: #fff;
    background-color: #303030;
}



#sub2 .contents li .detail .img {
    margin: 40px 0 0;
}

#sub2 .contents li .detail .img.mg-bt {
    margin: 80px 0;
}

#sub2 .contents li .detail .video {
    margin: 70px 0;
}

/*
#sub2 .contents li .detail .img,
#sub2 .contents li .detail .text {
    display: table-cell;
    vertical-align: middle;
}

#sub2 .contents li .detail .text {
    padding-left: 40px;
}
*/

#sub2 .bg:nth-of-type(1) {
    background: url(../images/sub2-2_tab6_bg.png) center center no-repeat;
    background-size: cover;
}

#sub2 .contents li .detail strong {
    color: #00a1ff;
}

#sub2 .contents li .detail2 h3 {
    font-size: 46px;
    color: #fff;
    margin-bottom: 50px;
    line-height: 60px;
    font-weight: 400;
}





#sub2 .contents li .detail .sub_title {
    text-align: center;
    color: #fff;
}

#sub2 .contents li .detail .sub_title .top {
    font-weight: 700;
    color: #2e2e2e;
    font-size: 80px;
    font-family: 'Jost';
}

#sub2 .contents li .detail .sub_title .center {
    letter-spacing: -0.05em;
    margin: -10px 0 0;
    font-weight: 600;
    font-size: 50px;
    color: #00a1ff;
    line-height: 60px;
}

#sub2 .contents li .detail .sub_title .s-center {
    letter-spacing: -0.05em;
    font-size: 40px;
    color: #fff;
}

#sub2 .contents li .detail .sub_title .center span {
    font-weight: 300;
    color: #fff;
}

#sub2 .contents li .detail .sub_title .line {
    width: 32px;
    height: 2px;
    margin-bottom: 30px;
    background: #00a1ff;

}

#sub2 .contents li .loading {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    padding: 200px 0;
}


#sub2 .contents li .product_title {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    background: #00a1ff;
    color: #000;
    margin-bottom: 60px;


}


.mb60 {
    margin-bottom: 60px;
}

.pl20 {
    padding-left: 20px;
}

.pl0 {
    padding-left: 0;
}



/*이용약관*/

.clause-wrap h2 {
    font-size: 60px;
}

.clause {
    text-align: left;
}

.clause.sub_wrap,
#personal .wrap {
    padding-top: 90px;
    text-align: left;
}

.clause-wrap {
    margin-top: 100px;
}

.clause h5,
#personal h5 {
    font-size: 20px;
}

#personal h5 {
    margin-bottom: 20px;
}

#personal {
    padding: 0 0 200px 0;
}

#personal .etc-box {
   margin: 40px 0;
}

#personal .etc-box ul {
   margin: 20px 0;
   padding: 0 20px;
   font-size: 16px;
   line-height: 32px;
}

#personal .etc-box p {
   font-size: 16px;
   line-height: 32px;
}


.sub_email {
    width: 1200px;
    margin: 0 auto;
    padding: 180px 0;
}



/* 매체 상담 문의 접수하기 */

.sub6-bgtop .top .title h2{
    font-size: 38px;
    margin-bottom: 9px;
}
.sub6-bgtop  .top .title h3 {
    font-size: 20px;
    line-height: 27px;
    color: #d8d8d8;
    font-weight: 300;
}

.sub-container {
    height: 750px;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 200px;
}

.sub-container .row {
    width: 100%;
    margin: 120px 0;
}



.sub-container .btn {
    font-size: 1.0625em;
    display: inline-block;
    padding: 0.74em 1.5em;
    margin: 1.5em 0 0;
    color: #fff;
    border-width: 0 0 0 0;
    border-bottom: 5px solid;
    text-transform: uppercase;
    background-color: #b3b3b3;
    border-bottom-color: #8c8c8c;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.sub-container .btn:hover {
    background-color: #bfbfbf;
}

.sub-container .btn.btn-submit {
    background-color: #4f6fad;
    border-bottom-color: #374d78;
}

.sub-container .btn.btn-submit:hover {
    background-color: #5f7db6;
}

.sub-container form {
    max-width: 100%;
    display: block;
}

.sub-container form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-container form ul li {
    width: 48%;
    float: left;
    height: 90px;
    margin: 0 40px 10px 0;
}


.sub-container form ul li:nth-child(2),
.sub-container form ul li:nth-child(4) {
    margin-right: 0;
}

.sub-container form ul li:nth-child(5) {
    width: 100% !important;
    height: 25px;
}

.sub-container form ul li:nth-child(6) {
    width: 100% !important;
    height: 110px;
    margin-bottom: 32px;
}

.sub-container form ul li:nth-child(7) {
    width: 100% !important;
}

.sub-container form ul li p.right {
    float: right;
}

.sub-container form ul li .divider {
    margin: 18px 0px;
    border: 0;
    height: 1px;
    width: 100% !important;
    display: block;
    background-color: #4f6fad;
    background-image: linear-gradient(to right, #00a1ff, #0038a5);
}

.sub-container form ul li .req {
    color: #ee9cb4;
}

.sub-container form label {
    width: 130px;
    display: inline-block;
    margin: 0 0 0.5em 0;
    color: #00a1ff;
    font-size: 24px;
    font-weight: 600;
}

.sub-container form input {
    margin: 0 0px 35px 0;
    border: 1px solid #ccc;
    padding: 8px 20px;
    color: #555;
    width: 100%;
    line-height: 26px;
    font-size: 16px;
    box-sizing: border-box;
}

.sub-container form select {
    margin: 0 0px 35px 0;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 8px 20px;
    color: #555;
    width: 100%;
    line-height: 26px;
    font-size: 16px;
    box-sizing: border-box;
}

.sub-container form textarea {
    border: 1px solid #ccc;
    padding: 6px 10px;
    width: 100%;
    height: inherit;
    color: #555;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.sub-container form small {
    color: #4f6fad;
    margin: 0 0 0 0.5em;
}

.sub-container button {
    width: 100%;
}

.sub-container .agree .checkB {
    width: 100% !important;
    font-size: 16px !important;
    color: #303030;
    text-align: left;
    padding-top: 20px;
    margin-top: 40px;
}



.sub-container .agree {
    padding: 0;
    text-align: right;
}


.sub-container .agree input[type="checkbox"] {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sub-container .agree label {
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    color: #fff;
    font-weight: 300;
}

.sub-container .agree input[type="checkbox"]:checked + label:before {
    content: '\2713';
    color: #000;
    background: #00a1ff;
    border-color: #000;
}

.sub-container .agree input[type="checkbox"] + label:before {
    content: ' ';
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 7px;
    /* border-radius: 60px; */
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    background: #b1b1b1;
    /* border: 1px solid #585858; */
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    cursor: pointer;
}

/* sub6 마케터지정 */
.sub-6container li#mk_choice {
    width: 48%;
    float: left;
    height: 90px;
    margin: 20px 40px 10px 0;
}

.sub-6container li#mk_choice .input-box {
    margin: 0 0px 35px 0;
    border: 1px solid #ccc;
    padding: 8px 20px;
    color: #555;
    width: 100%;
    line-height: 26px;
    font-size: 16px;
    box-sizing: border-box;
}

.sub-6container li#mk_choice .radio_marketer {
    display: inline-flex;
    align-items: center;
}

.sub-6container li#mk_choice .radio_marketer span {
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
}


.sub-6container li#mk_choice .radio_marketer span #mkt_sch {
    margin-left: 3px;
    padding: 3px 8px;
    border-radius: 2px;
    background: #232323;
    color: #fff;
    border: none;
}
 
.sub-6container li#mk_choice .radio_marketer input[type='radio'] {
     background: #fff;
     border: 1px solid #ccc;
     width: 15px !important;
     height: 15px !important;
     border-radius: 100%;
     position: relative;
     top: -2px;
     margin: 0 2px 0 0 !important;
}
 
.sub-6container li#mk_choice .radio_marketer input[type='radio']:checked {
     border: 1px solid #349af1;
     background: url(../../../images/sel-cate.png) 50% 50% no-repeat;
}
 
.sub-6container .opt-s1 {
     float: right;
}

.sub-6container li#mk_appoint1 {
    width: 48%;
    float: right;
    height: 90px;
    margin: 20px 0 10px 0;
}

.sub-6container li#mk_appoint1 .input-box {
    margin: 0 0px 35px 0;
    border: 1px solid #ccc;
    padding: 8px 20px;
    color: #555;
    width: 100%;
    line-height: 26px;
    font-size: 16px;
    box-sizing: border-box;
}

.sub-6container li#mk_appoint1 .cho-mkt {
    display: flex;
}

.sub-6container li#mk_appoint1 .cho-mkt img{
    height: 50px;
    margin-right: 10px;
}

.sub-6container li#mk_appoint1 #cho-name1 {
    font-weight: 700;
}

@media only screen and (max-width: 480px) {
    .sub-container .pull-right {
        float: none;
    }

    .sub-container input {
        width: 100%;
    }

    .sub-container label {
        width: 100%;
        display: inline-block;
        float: left;
        clear: both;
    }

    .sub-container li,
    p {
        width: 100%;
    }

    .sub-container input.btn {
        margin: 1.5em 0 0.5em;
    }

    h1 {
        font-size: 2.25em;
    }

    h3 {
        font-size: 1.125em;
    }

    li small {
        display: none;
    }
}

/* 마케터 선택 */
.contact .left-text li#mk_choice {
    display: flex;
    height: auto;
    min-height: 66px;
    margin-bottom: 25px;
}

.contact .left-text li .input-box {
    width: 70%;
    color: #666666;
    border: 0;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}

.contact .left-text li#mk_choice .inner{
    padding: 5px 15px;
    width: 100%;
    border: 0;
    font-size: 1em;
    height: max-content;
}

.contact .left-text li#mk_choice .inner p {
    font-size: .8em;
    letter-spacing: -.05em;
}

.contact .left-text li#mk_choice .radio_marketer {
   display: flex;
   align-items: center;
   margin-top: 5px;
}

.radio_marketer span {
   display: inline-block;
   margin-right: 8px;
   font-size: 14px;
}

.radio_marketer span #mkt_sch {
   margin-left: 3px;
   padding: 3px 8px;
   border-radius: 2px;
   background: #232323;
   color: #fff;
   border: none;
}

/* 추가 */
.radio_marketer span #mkt_sch1 {
   margin-left: 3px;
   padding: 3px 8px;
   border-radius: 2px;
   background: #232323;
   color: #fff;
   border: none;
}

.radio_marketer input[type='radio'] {
    background: #fff;
    border: 1px solid #ccc;
    width: 15px !important;
    height: 15px !important;
    border-radius: 100%;
    position: relative;
    margin-right: 2px;
}

.radio_marketer input[type='radio']:checked {
    border: 1px solid #349af1;
    background: url(../../../images/sel-cate.png) 50% 50% no-repeat;
}

.opt-s {
    margin: 3px 0 0;
    font-size: 13px;
    color: #888;
}
.opt-s1 {
    margin: 3px 0 0;
    font-size: 13px;
    color: #888;
}


.contact .left-text li#mk_appoint {
    width: 100%;
    display: flex;
    min-height: 66px;
    margin-bottom: 25px;
}

.contact .left-text li#mk_appoint .cho-mkt{
    display: flex;
    align-items: center;
}

.contact .left-text li#mk_appoint #cho-name {
    font-weight: 700;
}

.contact .left-text li#mk_appoint .cho-mkt .cho-info {
}

.contact .left-text li#mk_appoint .cho-mkt img {
    height: 50px;
    margin-right: 10px;
}

/* 추가 */
.contact .left-text li#mk_appoint1 {
    width: 100%;
    display: flex;
    min-height: 66px;
    margin-bottom: 25px;
}

.contact .left-text li#mk_appoint1 .cho-mkt{
    display: flex;
    align-items: center;
}

.contact .left-text li#mk_appoint1 #cho-name1 {
    font-weight: 700;
}

.contact .left-text li#mk_appoint1 .cho-mkt .cho-info {
}

.contact .left-text li#mk_appoint1 .cho-mkt img {
    height: 50px;
    margin-right: 10px;
}


/*-- 마케터 조회 모달 css --*/
#mkt-modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.4);
    z-index: 1003;
    top: 0;
    left: 0;
 }
 
 #mkt-modal .content{
    padding: 40px;
    width: 700px;
    height: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    overflow-y: scroll;
 }
 
 #mkt-modal .content::-webkit-scrollbar {
    width: 10px;
    background: #fff;
 }
 
 #mkt-modal .content::-webkit-scrollbar-thumb {
    background: #1acb86;
    border-radius: 6px;
 }
 
 #mkt-modal h1 {
    font-size: 26px;
    font-weight: 700;
 }
 
 #mkt-modal h1 span {
    font-weight: 300;
 }
 
 #mkt-modal .close-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
 }
 
 #mkt-modal .close-btn img {
    position: relative;
    top: -1px;
 }
 
 #mkt-modal .top-bar {
    margin: 20px 0 0;
 }

 #mkt-modal .top-bar .sch-bar {
    margin-bottom: 20px;
 }



 #mkt-modal #bo_sch {
    width: 65%;
    border-bottom: 2px solid #000;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    float: none;
    background: none;
    border-radius: 0;
 }
 
 #mkt-modal #bo_sch .sound_only {
    display: none;
 }	
 
 #mkt-modal #bo_sch legend {
    position:absolute;
    margin:0;
    padding:0;
    font-size:0;
    line-height:0;
    text-indent:-9999em;
    overflow:hidden
 }		
 
 #mkt-modal #bo_sch select {
    padding: 0 10px;
    font-size: 14px;
    border: 0;
    width: 150px;
    height: 42px;
    float: left;
    background: url(../images/mkt-select.png) no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 }
 
 #mkt-modal #bo_sch select option {
    width: 100px;
    background: #fff;
 }
 
 #mkt-modal #bo_sch .sch_input {
    max-width:200px;
    color: #888;
    font-size: 14px;
    height: 42px;
    border: 0;
    padding: 0 20px;
    background-color: transparent;
    float: left;
 }		
 
 #mkt-modal #bo_sch .sch_btn {
    background: url('/images/btn_sch.png') center center no-repeat;
    height: 42px;
    float: right;
    border: 0;
    width: 42px;
 }
 
 #mkt-modal .cate-btn .mkt-toggle {
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    line-height: 42px;
    padding: 0 20px;
    height: 42px;
    background: #1acb86;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    position: absolute;
    top: 90px;
    right: 40px;
 }
 
 #mkt-modal .mkt-category {
    margin: 30px 0 0;
    display: none;
 }
 
 #mkt-modal .option-box {
    margin: 0 auto;
 }
 
 #mkt-modal .option-box:after {
    content: '';
    display: block;
    clear: both;
 }
 
 #mkt-modal input[type=radio]{
    display: none;
 }
 
 #mkt-modal input[type=radio] + div {
    float: left;
    border-radius: 8px;
    overflow: hidden; 
    width: 19%;
    background: #333;
    text-align: center;
    height: 45px;
    line-height: 45px;
    cursor:pointer;
    color: #fff;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    margin: 0 8px 8px 0;
    position: relative;
 }
 
 #mkt-modal .marketer_option:nth-child(1) input[type=radio] + div {
    background: url(/images/option-all.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(2) input[type=radio] + div {
    background: url(/images/option-1.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(3) input[type=radio] + div {
    background: url(/images/option-2.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(4) input[type=radio] + div {
    background: url(/images/option-3.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(5) input[type=radio] + div {
    background: url(/images/option-4.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(6) input[type=radio] + div {
    background: url(/images/option-5.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(7) input[type=radio] + div {
    background: url(/images/option-6.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(8) input[type=radio] + div {
    background: url(/images/option-7.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(9) input[type=radio] + div {
    background: url(/images/option-8.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(10) input[type=radio] + div {
    background: url(/images/option-9.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(11) input[type=radio] + div {
    background: url(/images/option-10.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(12) input[type=radio] + div {
    background: url(/images/option-11.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(13) input[type=radio] + div {
    background: url(/images/option-12.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(14) input[type=radio] + div {
    background: url(/images/option-13.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(15) input[type=radio] + div {
    background: url(/images/option-14.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(16) input[type=radio] + div {
    background: url(/images/option-15.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(17) input[type=radio] + div {
    background: url(/images/option-16.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(18) input[type=radio] + div {
    background: url(/images/option-17.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(19) input[type=radio] + div {
    background: url(/images/option-18.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(20) input[type=radio] + div {
    background: url(/images/option-19.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(21) input[type=radio] + div {
    background: url(/images/option-20.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(22) input[type=radio] + div {
    background: url(/images/option-21.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(23) input[type=radio] + div {
    background: url(/images/option-22.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(24) input[type=radio] + div {
    background: url(/images/option-23.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(25) input[type=radio] + div {
    background: url(/images/option-24.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(26) input[type=radio] + div {
    background: url(/images/option-25.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(27) input[type=radio] + div {
    background: url(/images/option-26.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(28) input[type=radio] + div {
    background: url(/images/option-27.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(29) input[type=radio] + div {
    background: url(/images/option-30.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(30) input[type=radio] + div {
    background: url(/images/option-28.jpg) center center no-repeat;
 }
 #mkt-modal .marketer_option:nth-child(31) input[type=radio] + div {
    background: url(/images/option-29.jpg) center center no-repeat;
 }
 
 #mkt-modal .marketer_option:nth-of-type(5n) .op-name{
    margin-right: 0 !important;
 }
 
 #mkt-modal input[type=radio] + div:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all .3s ease-in-out;
 }
 
 #mkt-modal input[type=radio] + div p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
    color: #fff;
    z-index: 1;
 }
 
 #mkt-modal input[type=radio] + div:hover:after {
    background: rgba(0, 0, 0, 0.35);
 }
 
 #mkt-modal input[type=radio]:checked + div{
    font-weight: 700;
 }
 
 #mkt-modal input[type=radio]:checked + div:after {
    background: rgba(26, 203, 134, 0.8);
 }
 
 #mkt-modal .cate-btn::after {
    display: block;
    content: '';
    clear: both;
 }
 
 #mkt-modal .marketer_list {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
 }
 
 #mkt-modal .mkt-choice {
    position: relative;
    margin-bottom: 12px;
    width: 24%;
    margin-right: 1.3%;
 }

 #mkt-modal .mkt-choice:nth-last-of-type(4n) {
    margin-right: 0%;
 }

 
 #mkt-modal .mkt-choice input[type=radio] {
    display: block;
    position: absolute;
 }
 
 #mkt-modal .mkt-choice input[type=radio]:checked + li {
    border: 2.5px solid #1acb86;
 }
 
 #mkt-modal .marketer_list li {
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: all .2s ease-in-out;
 }
 
 #mkt-modal .marketer_list li:nth-child(3n) {
    margin-right: 0;
 }
 
 #mkt-modal .marketer_list li img {
    width: 100%;
    height: 145px;
 }
 
 #mkt-modal .marketer_list li:hover {
    border:1px solid #1acb86;
 }
 
 #mkt-modal .mkt-choice input[type=radio]:checked + li .marketer-name {
    color: #1acb86;
    font-weight: 600;
 }
 
 #mkt-modal .marketer_list li .marketer-name {
    margin: -3px 0 0;
    width: 100%;
    height: 40px;
    border-top:1px solid #ddd;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
 }
 
 #mkt-modal .marketer_list .none {
    width: 100%;
    line-height: 300px;
    font-size: 16px;
    text-align: center;
 }












/* 추가 */
#mkt-modal1 {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.4);
    z-index: 1003;
    top: 0;
    left: 0;
 }
 
 #mkt-modal1 .content{
    padding: 40px;
    width: 700px;
    height: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    overflow-y: scroll;
 }
 
 #mkt-modal1 .content::-webkit-scrollbar {
    width: 10px;
    background: #fff;
 }
 
 #mkt-modal1 .content::-webkit-scrollbar-thumb {
    background: #1acb86;
    border-radius: 6px;
 }
 
 #mkt-modal1 h1 {
    font-size: 26px;
    font-weight: 700;
 }
 
 #mkt-modal1 h1 span {
    font-weight: 300;
 }
 
 #mkt-modal1 .close-btn1 {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
 }
 
 #mkt-modal1 .close-btn1 img {
    position: relative;
    top: -1px;
 }
 
 #mkt-modal1 .top-bar {
    margin: 20px 0 0;
 }

 #mkt-modal1 .top-bar .sch-bar {
    margin-bottom: 20px;
 }



 #mkt-modal1 #bo_sch {
    width: 65%;
    border-bottom: 2px solid #000;
    overflow: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    float: none;
    background: none;
    border-radius: 0;
 }
 
 #mkt-modal1 #bo_sch .sound_only {
    display: none;
 }	
 
 #mkt-modal1 #bo_sch legend {
    position:absolute;
    margin:0;
    padding:0;
    font-size:0;
    line-height:0;
    text-indent:-9999em;
    overflow:hidden
 }		
 
 #mkt-modal1 #bo_sch select {
    padding: 0 10px;
    font-size: 14px;
    border: 0;
    width: 150px;
    height: 42px;
    float: left;
    background: url(../images/mkt-select.png) no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 }
 
 #mkt-modal1 #bo_sch select option {
    width: 100px;
    background: #fff;
 }
 
 #mkt-modal1 #bo_sch .sch_input {
    max-width:200px;
    color: #888;
    font-size: 14px;
    height: 42px;
    border: 0;
    padding: 0 20px;
    background-color: transparent;
    float: left;
 }		
 
 #mkt-modal1 #bo_sch .sch_btn {
    background: url('/images/btn_sch.png') center center no-repeat;
    height: 42px;
    float: right;
    border: 0;
    width: 42px;
 }
 
 #mkt-modal1 .cate-btn1 .mkt-toggle1 {
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    line-height: 42px;
    padding: 0 20px;
    height: 42px;
    background: #1acb86;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    position: absolute;
    top: 90px;
    right: 40px;
 }
 
 #mkt-modal1 .mkt-category {
    margin: 30px 0 0;
    display: none;
 }
 
 #mkt-modal1 .option-box {
    margin: 0 auto;
 }
 
 #mkt-modal1 .option-box:after {
    content: '';
    display: block;
    clear: both;
 }
 
 #mkt-modal1 input[type=radio]{
    display: none;
 }
 
 #mkt-modal1 input[type=radio] + div {
    float: left;
    border-radius: 8px;
    overflow: hidden; 
    width: 19%;
    background: #333;
    text-align: center;
    height: 45px;
    line-height: 45px;
    cursor:pointer;
    color: #fff;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    margin: 0 8px 8px 0;
    position: relative;
 }
 
 #mkt-modal1 .marketer_option:nth-child(1) input[type=radio] + div {
    background: url(/images/option-all.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(2) input[type=radio] + div {
    background: url(/images/option-1.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(3) input[type=radio] + div {
    background: url(/images/option-2.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(4) input[type=radio] + div {
    background: url(/images/option-3.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(5) input[type=radio] + div {
    background: url(/images/option-4.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(6) input[type=radio] + div {
    background: url(/images/option-5.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(7) input[type=radio] + div {
    background: url(/images/option-6.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(8) input[type=radio] + div {
    background: url(/images/option-7.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(9) input[type=radio] + div {
    background: url(/images/option-8.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(10) input[type=radio] + div {
    background: url(/images/option-9.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(11) input[type=radio] + div {
    background: url(/images/option-10.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(12) input[type=radio] + div {
    background: url(/images/option-11.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(13) input[type=radio] + div {
    background: url(/images/option-12.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(14) input[type=radio] + div {
    background: url(/images/option-13.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(15) input[type=radio] + div {
    background: url(/images/option-14.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(16) input[type=radio] + div {
    background: url(/images/option-15.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(17) input[type=radio] + div {
    background: url(/images/option-16.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(18) input[type=radio] + div {
    background: url(/images/option-17.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(19) input[type=radio] + div {
    background: url(/images/option-18.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(20) input[type=radio] + div {
    background: url(/images/option-19.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(21) input[type=radio] + div {
    background: url(/images/option-20.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(22) input[type=radio] + div {
    background: url(/images/option-21.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(23) input[type=radio] + div {
    background: url(/images/option-22.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(24) input[type=radio] + div {
    background: url(/images/option-23.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(25) input[type=radio] + div {
    background: url(/images/option-24.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(26) input[type=radio] + div {
    background: url(/images/option-25.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(27) input[type=radio] + div {
    background: url(/images/option-26.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(28) input[type=radio] + div {
    background: url(/images/option-27.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(29) input[type=radio] + div {
    background: url(/images/option-30.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(30) input[type=radio] + div {
    background: url(/images/option-28.jpg) center center no-repeat;
 }
 #mkt-modal1 .marketer_option:nth-child(31) input[type=radio] + div {
    background: url(/images/option-29.jpg) center center no-repeat;
 }
 
 #mkt-modal1 .marketer_option:nth-of-type(5n) .op-name{
    margin-right: 0 !important;
 }
 
 #mkt-modal1 input[type=radio] + div:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all .3s ease-in-out;
 }
 
 #mkt-modal1 input[type=radio] + div p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
    color: #fff;
    z-index: 1;
 }
 
 #mkt-modal1 input[type=radio] + div:hover:after {
    background: rgba(0, 0, 0, 0.35);
 }
 
 #mkt-modal1 input[type=radio]:checked + div{
    font-weight: 700;
 }
 
 #mkt-modal1 input[type=radio]:checked + div:after {
    background: rgba(26, 203, 134, 0.8);
 }
 
 #mkt-modal1 .cate-btn::after {
    display: block;
    content: '';
    clear: both;
 }
 
 #mkt-modal1 .marketer_list_main {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
 }
 
 #mkt-modal1 .mkt-choice1 {
    position: relative;
    margin-bottom: 12px;
    width: 24%;
    margin-right: 1.3%;
 }

 #mkt-modal1 .mkt-choice1:nth-last-of-type(4n) {
    margin-right: 0%;
 }

 
 #mkt-modal1 .mkt-choice1 input[type=radio] {
    display: block;
    position: absolute;
 }
 
 #mkt-modal1 .mkt-choice1 input[type=radio]:checked + li {
    border: 2.5px solid #1acb86;
 }
 
 #mkt-modal1 .marketer_list_main li {
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: all .2s ease-in-out;
 }
 
 #mkt-modal1 .marketer_list_main li:nth-child(3n) {
    margin-right: 0;
 }
 
 #mkt-modal1 .marketer_list_main li img {
    width: 100%;
    height: 145px;
 }
 
 #mkt-modal1 .marketer_list_main li:hover {
    border:1px solid #1acb86;
 }
 
 #mkt-modal1 .mkt-choice1 input[type=radio]:checked + li .marketer-name {
    color: #1acb86;
    font-weight: 600;
 }
 
 #mkt-modal1 .marketer_list_main li .marketer-name {
    margin: -3px 0 0;
    width: 100%;
    height: 40px;
    border-top:1px solid #ddd;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
 }
 
 #mkt-modal1 .marketer_list_main .none {
    width: 100%;
    line-height: 300px;
    font-size: 16px;
    text-align: center;
 }




 /*체크박스추가*/
.media.chb{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.2rem;
    margin: 5px 0;
    background: #f3f3f3;
    padding: 10px;
}

.media.chb p{
    display: block;
    width: 100%;
    color: #666666;
    margin-bottom: 5px;
    margin-left: 2px;
    font-size: 0.9rem;
}

.media.chb div{
    margin: 5px 2px;
}

.media.chb input[type="checkbox"]{
    -webkit-appearance: none;
    background: none;
    display: none;
}

.media.chb input[type="checkbox"] + label{
    color: #888;
    padding: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.8rem;
    background: #fff;
}

.media.chb input[type="checkbox"]:checked + label{
    background: #00a1ff;
    color: #fff;
}

.media.chb span.multiple {
    margin-left: 3px;
    position: relative;
    top: -1px;
    font-size: 0.6rem;
    font-weight: 400;
    color: #00a1ff;
    padding: 3px 5px;
    background: #e9f1ff;
    border-radius: 3px;
}

/*체크박스추가*/