body{padding-top:0;font-family: "Malgun Gothic", "맑은 고딕", "Apple SD Gothic Neo", Dotum, 돋움, sans-serif;font-size:14px;}
ul{padding:0;margin:0;}
li{list-style: none;}
.ac:after{content:'';display:block;clear:both;}
ul.ac>li{float:left;}

.undragable{-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.unselectable{-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

.ani{
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.ani_child *{
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.btn-xs{
	padding: 2px 4px;
	font-size: 12px;
}

.wrapper{
	position:relative;
	max-width:900px;
	width:100%;
	margin:0 auto;
	padding:0 10px;
}
	.wrapper_wide{
		width:100%;
		padding:15px 0px;
		/*overflow-x: scroll;*/
	}
	.wrapper_sm{
		max-width:800px;
	}
	.wrapper_xs{
		max-width:500px;
	}
	.wrapper_custom1{
		background: white;
		padding: 30px;
		border: 1px solid #ddd;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
	.wrapper h1{margin-bottom:50px; font-size:28px; font-weight:normal;}

.sticky_x{width:100%;}
.chkbox_notxt{
	width: 24px;
	overflow: hidden;
	margin-right: -65px !important;
}
.custom_checkbox1{
	width:20px;
    transform: scale(1.3);
}




#float_button{position:fixed;right:10px;bottom:10px;z-index: 999;}

#comment_wrap{padding:60px 0;}
	.comment{position:relative;border-bottom:1px solid #ededed;box-sizing: border-box;padding:20px 10px;padding-left:60px;}
		.comment>.profile_img{position:absolute;left:10px; top:20px; width:40px;box-sizing: border-box;border-radius: 7px;}
		.comment>.name{font-weight: bold;line-height: 14px;}
			.comment>.name>a{color: black;}
		.comment>.date{font-size:12px; font-family:Dotum, 돋움, sans-serif;color:#888;}
		.comment>.content{margin-bottom:0;}
		.comment>.content>.name_to{text-decoration: none;font-weight: bold;font-size:16px;}
		.comment>.img_wrap{margin-top:15px;}
		.comment>.img_wrap>img{max-width:300px;width:100%;}


.main_section_live{background-image:url(../assets/bg.jpg);background-repeat: no-repeat;background-size: cover;background-position: 50%;padding:50px 0;}
	.main_section_live .title{width:100%;}
	.main_section_live .list{height:370px; max-width:500px;margin:50px auto 0;font-size:18px;font-weight: bold;padding-top:1px;overflow:hidden;}
	.main_section_live .list .swiper-slide{border-bottom:1px dotted #222;text-align: center;padding-top:7px;}
	.main_section_live .list .counsel{display:inline-block;padding:3px 6px 5px;background-color: #3f51b5;color:white;font-size:13px;margin-left:10px;}
	.main_section_live .list .counsel.ready{background-color:#fc0000}
.main_section_kakao{background-color: #dab646;padding:15px 10px;}
.main_section_kakao .col-7{padding:0 30px;}
.main_section_kakao img{width:100%;}
.main_section_image{}
.main_section_image img{width:100%;}

    


.slide_ani {
	animation: slide-animation 1s infinite;
	-webkit-animation: slide-animation 1s infinite;
}
@keyframes slide-animation {
	0%{transform: translateX(-15px);}
	50%{transform: translateX(15px);}
	100%{transform: translateX(-15px);}
}
@-webkit-keyframes slide-animation {
	0%{transform: translateX(-15px);}
	50%{transform: translateX(15px);}
	100%{transform: translateX(-15px);}
}

@media(min-width:769px){
	.on_m{display: none;}
}
@media(max-width:768px){
	.on_pc{display: none;}
}

/* 상담신청 */
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 991px) {
    html {
        overflow-x: hidden
    }

    html.overflow {
        overflow: hidden
    }
}

html.menu-opened {
    overflow: hidden !important;
    position: fixed
}

body {
    overflow-x: hidden
}

body.open-menu {
    overflow: hidden
}

body.open-menu header {
    z-index: 11
}

@media (max-width: 991px) {
    body {
        overflow-x: hidden;
        width: 100%
    }
}

.menu-mobile {
    display: none;
    padding-top: 120px
}

.menu-mobile ul {
    display: table;
    margin: 0 auto
}

.menu-mobile ul li {
    text-align: center;
    padding: 20px 0
}

.menu-mobile ul li a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center
}

@media (max-width: 991px) {
    .menu-mobile {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #161675;
        z-index: 11;
        overflow-x: auto
    }
}

@media (max-width: 768px) {
    .menu-mobile {
        padding-top: 70px
    }

    .menu-mobile ul li {
        padding: 11px 0
    }

    .menu-mobile ul li a {
        font-size: 18px
    }
    .s-tecnology .list-coin ul{
        float: none !important;
    }
}

@media (max-width: 400px) {
    .menu-mobile {
        padding-top: 40px
    }

    .menu-mobile ul li {
        padding: 8px 0
    }

    .menu-mobile ul li a {
        font-size: 15px
    }
}

@media (max-width: 340px) {
    .menu-mobile {
        padding-bottom: 40px
    }
}

footer, header, section {
    /* float: left; */
    width: 100%;
    text-align: center;
}

body.ovh {
    overflow: hidden;
    height: 0
}

.gradiente-roxo {
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%)
}

.cont {
    width: 1000px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}

.cont h1 {
    font-family: 'GmarketSansMedium', sans-serif;
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin: 40px 0;
}

.cont input[type='submit'] {
    width: 100%;
    background-color: #a150c9;
    font-family: 'GmarketSansMedium', sans-serif;
    height: 90px;
    line-height: 96px;
    padding: 0;
    font-size: 50px;
}

.cont .text-center {
    margin: 30px 0 50px 0;
}
.btn-wrap {
   text-align: center;
}

.btn-wrap a {
    display: inline-block;
    background: #24c0bc;
    color: #fff;
    padding: 10px 30px;
    margin: 10px 5px;
    border-radius: 30px;
}

@media (max-width: 768px) {
    .cont {
        width: 100%;
        padding: 0 15px;
        font-size: 18px;
        line-height: 1.5;
    }

    .cont h1 {
        margin: 30px 0 15px 0;
        font-size: 28px;
    }

    .cont input[type='submit'] {
        font-size: 24px;
        height: 60px;
        line-height: 64px;
    }
}

.menu-site {
    position: fixed;
    right: 35px;
    top: 50%;
    margin-top: -231px;
    z-index: 50;
    display: none
}

.menu-site ul li.active a {
    color: #fff;
    transition: all .3s
}

.menu-site ul li.active a .circle {
    background: #8647c8
}

.menu-site ul li.active a .circle:before {
    border: 2px solid #4c3dd2
}

.menu-site ul li a {
    display: block;
    text-align: right;
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    font-weight: 400;
    line-height: 42px;
    transition: all .3s
}

.menu-site ul li a .circle {
    float: right;
    width: 3px;
    height: 3px;
    background-color: rgba(255, 255, 255, .45);
    border-radius: 50%;
    margin-left: 13px;
    margin-top: 19px;
    position: relative
}

.menu-site ul li a .circle:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: 0 0;
    border: 2px solid transparent;
    position: absolute;
    top: -5px;
    left: -5px
}

@media (max-width: 991px) {
    .menu-site {
        display: none !important
    }
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 45px 0 10px 0;
    z-index: 4;
    transition: all .3s;
    background: 0 0
}

header .logo {
    float: left;
    font-size:0;
}

header .logo a {
    display: inline-block;
    vertical-align: middle;
}
header .logo .btns{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
header .logo .btns a.m{
    display: none;
}

header .logo a img {
    max-width: 225px;
    transition: all .3s
}

header .menu-button {
    display: none;
    transition: all .3s
}

header .menu-button.fixed-btn {
    position: fixed;
    right: 15px;
    top: 30px
}

header nav {
    float: right;
    /* margin-top: 10px */
}

header nav .language {
    float: left;
    margin-right: 52px;
    margin-top: 14px;
    position: relative
}

header nav .language a {
    display: block
}

header nav .language a .flag {
    width: 23px;
    height: 23px;
    float: left
}

header nav .language a:hover span {
    color: #6c41c1;
    transition: all .3s
}

header nav .language a span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    margin-left: 8px;
    margin-right: 15px;
    margin-top: 4px;
    transition: all .3s
}

header nav .language a .arrow-down {
    transition: all .3s;
    transform: rotate(0)
}

header nav .language a .arrow-down.rotate {
    transition: all .3s;
    transform: rotate(180deg)
}

header nav .language .drop-lang {
    position: absolute;
    top: 25px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    height: 60px;
    overflow-x: auto
}

header nav .language .drop-lang.opened-drop {
    top: 35px;
    opacity: 1;
    pointer-events: all;
    transition: all .3s
}

header nav .language .drop-lang ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

header nav .language .drop-lang ul li:last-child {
    margin-bottom: 0
}

header nav .language .drop-lang ul li a img {
    float: left;
    width: 24px
}

header nav .btns {
    float: left
}

header nav .btns a {
    float: left
}
header .logo .btns a.btn-login,
header nav .btns a.btn-login {
    background: url('images/border-gradient.png') no-repeat;
    width: 165px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 31px;
    transition: all .3s
}
header .logo .btns a.btn-login{
    margin-right: 0;
}
header .logo .btns a.btn-login:hover,
header nav .btns a.btn-login:hover {
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%);
    transition: all .3s
}

header nav .btns .btn-register {
    width: 165px;
    line-height: 50px;
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s;
    box-shadow: 0 8px 20px -1px transparent
}

header nav .btns .btn-register:hover {
    box-shadow: 0 8px 20px -1px rgba(172, 76, 206, .7);
    transition: all .3s
}

@media (max-width: 991px) {
    header nav .btns {
        display: none
    }

    header nav .language {
        margin: 0;
        margin-top: 11.5px;
    }

    header nav .language a {
        margin-right: 10px
    }

    header nav .language a .flag {
        margin-right: 10px
    }

    header nav .language a span {
        display: none
    }

    header .menu-button {
        display: block;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    header {
        padding: 30px 15px 0 15px
    }
    header .logo .btns{margin: 8px;}
    header .logo .btns a.btn-login{
    width: 120px;
    font-size: 12px;
    background-size: 100% 100%;
    line-height: 35px;
    }
    header .menu-button{
     margin-top: 33px;
    }
}

@media (max-width: 480px) {
    header {
        padding: 20px 0 0 0;
        z-index: 10
    }

    header .logo a img {
        max-width: 150px
    }

    header nav .language {
        margin-top: 6px;
        margin-right: 0px;
    }

    header nav .language .drop-lang {
        height: 80px;
        width: 52px
    }

    header nav .language .drop-lang.opened-drop {
        top: 48px
    }

    header nav .language .drop-lang ul li a img {
        width: 33px
    }

    header nav .language a .flag {
        width: 33px;
        height: 33px
    }

    header nav .language a .arrow-down {
        margin-top: 15px
    }
}

.action-buttons {
    position: relative;
    display: table;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    width: 100%
}

.action-buttons a {
    display: inline-block;
    color: #fff;
    width: 149px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin: 0 5px;
    transition: all .3s
}

.action-buttons a.btn-login {
    background-image: url(https://guide-page.dothome.co.kr/404.html);
    background-repeat: no-repeat;
    -webkit-background-size: auto 45px;
    background-size: auto 45px
}

.action-buttons a.btn-register {
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%);
    box-shadow: 0 8px 20px -1px transparent
}

@media (max-width: 340px) {
    .action-buttons a {
        display: table;
        margin: 0 auto;
        margin-bottom: 15px
    }

    .action-buttons a:last-child {
        margin-bottom: 0
    }
}

.s-featured {
    /* background: url(bg-top.jpg) no-repeat top center; */
    padding-top: 65px;
}

.s-featured h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 36px
}


.s-featured .btns {
    display: table;
    margin: 0 auto
}

.s-featured a {
    /* display: block;
    width: 230px;
    line-height: 60px;
    box-shadow: 0 18px 33px rgba(136, 75, 206, .88);
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%);
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s;
    transform: scale(1);
    float: left;
    margin-right: 15px */
}

.s-featured a:last-child {
    margin-right: 0
}

.s-featured a:hover {
    transition: all .3s;
    transform: scale(1.05)
}

.s-featured .cont {
    z-index: 4
}

.s-featured .text-float {
    float: left;
    width: 100%
}

.s-featured .text-float .item {
    position: relative
}

.s-featured .text-float .item h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    text-transform: uppercase;
    letter-spacing: 6px;
    float: right;
    text-align: right
}

.s-featured .text-float .item h4 span {
    color: #fff;
    display: block
}

.s-featured .text-float .item:first-child {
    float: left;
    margin-top: 230px;
    margin-left: 68px;
    width: 318px
}

.s-featured .text-float .item:first-child:before {
    content: "";
    background: url(https://guide-page.dothome.co.kr/404.html) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    right: 5px;
    bottom: -15px
}

.s-featured .text-float .item:last-child {
    width: 228px;
    float: right;
    margin-right: 136px;
    margin-top: 145px
}

.s-featured .text-float .item:last-child h4 {
    float: left;
    text-align: left
}

.s-featured .text-float .item:last-child:before {
    content: "";
    background: url(https://guide-page.dothome.co.kr/404.html) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    left: 1px;
    bottom: -15px
}

.s-featured .line {
    position: absolute;
    left: 50%;
    bottom: -30px
}

@media (max-width: 1440px) {
    .s-featured {
        background-size: 1600px;
        background-position: top;
        padding-top: 65px;
    }

    .s-featured h3 {
        margin-bottom: 30px;
        margin-top: 40px
    }

    .s-featured .text-float .item:first-child {
        margin-top: 180px
    }

    .s-featured .text-float .item:last-child {
        margin-top: 110px
    }
}

@media (max-width: 991px) {
    .s-featured {
        background-size: 1400px;
    }

    .s-featured .line {
        display: none
    }

    .s-featured .text-float {
        display: none
    }
}


@media (max-width: 480px) {
    .s-featured {
        padding-top: 65px;
        background-size: 750px;
        background-position: bottom;
    }

    .s-featured h3 {
        margin-bottom: 20px;
        line-height: 22px;
        margin-top: 0
    }

    .s-featured a {
        float: initial;
        margin: 0;
        margin-bottom: 20px
    }
}

.s-about {
    padding-bottom: 65px;
    position: relative
}

.s-about .bg {
    /* background: url(bg-video.jpg) no-repeat center center; */
    width: 100%;
    height: 926px;
    position: absolute;
    /* bottom: -400px; */
    left: 0;
    z-index: -1
}

.s-about .cont {
    width: 1000px
}

.s-about .cont .text-lg {
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    font-size: 100px;
    left: -225px;
    top: -30px;
    background-image: linear-gradient(0deg, rgba(28, 34, 124, 0) 0, #1c227b 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

.s-about .cont h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-top: -50px;
    margin-bottom: 90px
}

.s-about .cont .text-featured {
    float: left;
    width: 318px;
    margin-right: 62px;
    margin-top: 40px;
    position: relative
}

.s-about .cont .text-featured p {
    font-size: 24px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.13px;
    color: #fff
}

.s-about .cont .coin {
    float: left;
    position: relative;
    margin-top: 56px;
    z-index: 5
}

.s-about .cont .coin:before {
    content: "";
    background: url(line-coin.png) no-repeat;
    width: 518px;
    height: 58px;
    position: absolute;
    top: 100px;
    left: -476px
}

.s-about .cont .text-about {
    float: left;
    width: 499px;
    height: 469px;
    border-radius: 5px;
    background-image: linear-gradient(180deg, rgba(54, 49, 169, .3) 0, rgba(54, 49, 169, 0) 100%);
    padding: 62px 43px 0 100px;
    margin-left: -42px;
    position: relative

}

.s-about .cont .text-about:before {
    content: "";
    width: 521px;
    height: 564px;
    border-radius: 5px;
    background-image: linear-gradient(180deg, rgba(54, 49, 169, .3) 0, rgba(54, 49, 169, 0) 100%);
    position: absolute;
    left: 33px;
    top: -42px
}

.s-about .cont .text-about p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    width: 356px
}

.s-about .cont .text-about p span {
    color: #fff;
    font-weight: 700
}

.s-about .cont .video {
    float: left;
    width: 100%;
    height: 456px;
    margin-top: -161px;
    position: relative;
    background: url(https://guide-page.dothome.co.kr/404.html) no-repeat center center
}

.s-about .cont .video:before {
    content: "";
    background: url(https://guide-page.dothome.co.kr/404.html) no-repeat;
    width: 830px;
    height: 190px;
    position: absolute;
    left: 50%;
    margin-left: -415px;
    bottom: -100px;
    z-index: 0
}

.s-about .cont .video iframe {
    position: absolute;
    left: 50%;
    margin-left: -404px;
    top: 0;
    z-index: 0;
    width: 808px;
    height: 456px
}

.s-about .cont .video button {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 268px;
    height: 60px;
    box-shadow: 0 8px 24px #111a3f;
    background-color: #fff;
    margin-top: -30px;
    margin-left: -134px;
    padding: 0 25px;
    transition: all .3s;
    transform: scale(1)
}

.s-about .cont .video button:hover {
    transition: all .3s;
    transform: scale(1.05)
}

.s-about .cont .video button img {
    float: left;
    margin-right: 16px;
    margin-top: 5px;
    color: #1b227c;
    font-size: 14px;
    font-weight: 600
}

.s-about .cont .video .thumb {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

@media (max-width: 1440px) {
    .s-about .cont .text-lg {
        font-size: 75px;
        left: -70px
    }

    .s-about .cont .text-featured {
        width: 290px
    }

    .s-about .cont .text-featured p {
        font-size: 22px;
        line-height: 37px
    }

    .s-about .cont .text-featured:before {
        top: -30px;
        left: -90px;
        width: 400px;
        height: 50px;
        background-size: 100%
    }
}

@media (max-width: 1200px) {
    .s-about .cont .text-featured:before {
        left: 0;
        width: 300px
    }
}

@media (max-width: 991px) {
    .s-about {
        background: 0 0
    }

    .s-about .bg {
        display: none
    }

    .s-about .cont {
        width: 750px
    }

    .s-about .cont h3 {
        margin-bottom: 40px
    }

    .s-about .cont .text-lg {
        display: none
    }

    .s-about .cont .video {
        margin-top: 50px;
        height: 400px;
        background-size: 100%
    }

    .s-about .cont .video iframe {
        margin-left: -375px;
        width: 750px;
        height: 400px
    }

    .s-about .cont .text-featured {
        width: 400px;
        text-align: center;
        display: table;
        margin: 0 auto;
        float: initial
    }

    .s-about .cont .text-featured p {
        text-align: center
    }

    .s-about .cont .text-featured:before {
        display: none
    }

    .s-about .cont .text-about {
        background: 0 0;
        width: 100%;
        padding: 0;
        height: auto;
        float: initial;
        margin: 0;
        margin-top: 50px
    }

    .s-about .cont .text-about:before {
        display: none
    }

    .s-about .cont .text-about p {
        width: 100%;
        text-align: center
    }

    .s-about .cont .coin {
        display: none
    }
}

@media (max-width: 768px) {
    .s-about .cont {
        width: 100%;
        padding: 0 5px
    }

    .s-about .cont .video {
        height: 285px;
        width: 490px;
        display: table;
        margin: 0 auto;
        float: inherit;
        margin-top: 50px
    }

    .s-about .cont .video iframe {
        margin-left: -245px;
        width: 490px;
        height: 285px
    }
}

@media (max-width: 480px) {
    .s-about {
        padding-bottom: 30px
    }

    .s-about .cont .text-featured {
        width: 100%
    }

    .s-about .cont .text-about {
        width: 100%;
        margin-top: 30px
    }

    .s-about .cont .text-about p {
        font-size: 14px;
        line-height: 25px
    }

    .s-about .cont .video {
        width: 290px;
        height: 170px
    }

    .s-about .cont .video:before {
        display: none
    }

    .s-about .cont .video button {
        width: 236px;
        height: 42px;
        margin-top: -21px;
        margin-left: -118px;
        padding: 0 30px;
        font-size: 13px
    }

    .s-about .cont .video button img {
        margin-right: 10px;
        margin-top: 3px
    }

    .s-about .cont .video button span {
        font-size: 13px
    }

    .s-about .cont .video iframe {
        margin-left: -145px;
        width: 290px;
        height: 175px
    }
}

.s-marketplace {
    padding-bottom: 140px;
    padding-bottom: 330px;
    position: relative
}

.s-marketplace .bg {
    background: url(bg-mercado.jpg) no-repeat left bottom;
    width: 100%;
    height: 496px;
    position: absolute;
    bottom: 0;
    z-index: -2;
    left: -275px
}

.s-marketplace h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 27px
}

.s-marketplace .title-market {
    width: 480px;
    margin: 0 auto;
    margin-bottom: 28px;
    position: relative
}

.s-marketplace .title-market:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-marketplace .title-market:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-marketplace .title-market h1 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px
}

.s-marketplace .text-desc-market {
    width: 653px;
    margin: 0 auto;
    margin-bottom: 85px
}

.s-marketplace .text-desc-market p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px
}

.s-marketplace .desc-dolars {
    display: block;
    background: url(bg-text-dolars.png) no-repeat center center;
    width: 600px;
    height: 63px;
    margin: 0 auto;
    line-height: 63px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px
}

.s-marketplace .all-douts {
    float: left;
    width: 100%;
    margin-top: 41px
}

.s-marketplace .all-douts ul li {
    float: left;
    margin-left: 135px;
    position: relative
}

.s-marketplace .all-douts ul li h2 {
    position: absolute;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    top: 50%;
    left: 50%;
    width: 100px;
    margin-top: -14.5px;
    transform: translateX(-50%);
    text-align: center;
}

.s-marketplace .all-douts ul li h2 span {
    font-size: 16px;
    letter-spacing: -.07px;
    color: #fff;
    font-weight: 600
}

.s-marketplace .all-douts ul li .year {
    position: absolute;
    bottom: -130px;
    left: 15px
}

.s-marketplace .all-douts ul li .year span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff
}

.s-marketplace .all-douts ul li .year:before {
    content: "";
    background: url(line-year.png) no-repeat;
    width: 2px;
    height: 60px;
    float: left;
    left: -26px;
    position: absolute;
    top: -15px
}

.s-marketplace .all-douts ul li:first-child {
    margin-left: 0;
    margin-top: 64px;
    width: 132px;
    height: 132px
}

.s-marketplace .all-douts ul li:first-child:before {
    content: "";
    background: url(line-dout-01.png) no-repeat;
    position: absolute;
    top: -24px;
    left: -26px;
    width: 183px;
    height: 183px
}

.s-marketplace .all-douts ul li:last-child {
    width: 256px;
    height: 256px
}

.s-marketplace .all-douts ul li:last-child h2 {
    /*width: 54px;*/
}

.s-marketplace .all-douts ul li:last-child:before {
    content: "";
    background: url(line-dout-04.png) no-repeat;
    position: absolute;
    top: -52px;
    left: -55px;
    width: 363px;
    height: 363px
}

.s-marketplace .all-douts ul li:last-child .year {
    left: 40px;
    bottom: -68px
}

.s-marketplace .all-douts ul li:nth-child(2) {
    margin-top: 38px;
    width: 182px;
    height: 182px
}

.s-marketplace .all-douts ul li:nth-child(2):before {
    content: "";
    background: url(line-dout-02.png) no-repeat;
    position: absolute;
    top: -33px;
    left: -36px;
    width: 253px;
    height: 253px
}

.s-marketplace .all-douts ul li:nth-child(2) .year {
    /*left: 50px;*/
    bottom: -104px
}

.s-marketplace .all-douts ul li:nth-child(3) {
    width: 165px;
    height: 165px;
    margin-top: 47px
}

.s-marketplace .all-douts ul li:nth-child(3) h2 {
    /*width: 25px;*/
}

.s-marketplace .all-douts ul li:nth-child(3):before {
    content: "";
    background: url(line-dout-03.png) no-repeat;
    position: absolute;
    top: -30px;
    left: -32px;
    width: 230px;
    height: 230px
}

.s-marketplace .all-douts ul li:nth-child(3) .year {
    left: 50px;
    bottom: -114px
}

.s-marketplace .total-criptomoedas {
    float: left;
    width: 100%;
    margin-top: 130px;
    margin-bottom: 80px
}

.s-marketplace .total-criptomoedas h4 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 2px;
    margin-bottom: 42px
}

.s-marketplace .total-criptomoedas ul li {
    float: left;
    margin-left: 9px
}

.s-marketplace .total-criptomoedas ul li .pie {
    display: table;
    margin: 0 auto;
    width: 121px;
    height: 121px;
    position: relative
}

.s-marketplace .total-criptomoedas ul li .pie:before {
    content: "";
    background: url(line-pie.png) no-repeat;
    position: absolute;
    top: -16px;
    left: -16px;
    width: 153px;
    height: 153px
}

.s-marketplace .total-criptomoedas ul li .pie .chart {
    position: absolute;
    top: -15px;
    left: -10px;
    width: 140px !important;
    height: 140px !important
}

.s-marketplace .total-criptomoedas ul li .pie span {
    position: absolute;
    color: #fff;
    left: 50%;
    margin-left: -23px;
    top: 50%;
    display: block;
    margin-top: -9.5px;
    width: 46px;
    line-height: 19px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.05px
}

.s-marketplace .total-criptomoedas ul li .count-list {
    border-radius: 9px;
    background-image: linear-gradient(180deg, rgba(54, 49, 169, .3) 0, rgba(54, 49, 169, 0) 100%);
    padding-top: 38px;
    margin-bottom: 48px
}

.s-marketplace .total-criptomoedas ul li .count-list img {
    display: table;
    margin: 0 auto
}

.s-marketplace .total-criptomoedas ul li .count-list .qtd {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.07px;
    color: #fff;
    position: relative
}

.s-marketplace .total-criptomoedas ul li .count-list .qtd:before {
    content: "";
    position: absolute;
    background: url(https://guide-page.dothome.co.kr/404.html) no-repeat;
    width: 31px;
    height: 2px;
    top: 50%;
    left: 80px
}

.s-marketplace .total-criptomoedas ul li .count-list .qtd:after {
    content: "";
    position: absolute;
    background: url(https://guide-page.dothome.co.kr/404.html) no-repeat;
    width: 31px;
    height: 2px;
    top: 50%;
    right: 80px
}

.s-marketplace .total-criptomoedas ul li:first-child {
    margin-left: 0;
    width: 262px
}

.s-marketplace .total-criptomoedas ul li:first-child .count-list {
    height: 174px
}

.s-marketplace .total-criptomoedas ul li:first-child .count-list .qtd {
    margin-top: 150px
}

.s-marketplace .total-criptomoedas ul li:nth-child(2) {
    width: 278px
}

.s-marketplace .total-criptomoedas ul li:nth-child(2) .count-list {
    height: 174px
}

.s-marketplace .total-criptomoedas ul li:nth-child(2) .count-list .qtd {
    margin-top: 131px
}

.s-marketplace .total-criptomoedas ul li:nth-child(3) {
    width: 278px
}

.s-marketplace .total-criptomoedas ul li:nth-child(3) .count-list {
    height: 216px
}

.s-marketplace .total-criptomoedas ul li:nth-child(3) .count-list .qtd {
    margin-top: 74px
}

.s-marketplace .total-criptomoedas ul li:last-child {
    width: 295px
}

.s-marketplace .total-criptomoedas ul li:last-child .count-list {
    height: 266px
}

.s-marketplace .total-criptomoedas ul li:last-child .count-list .qtd {
    margin-top: 30px
}

.s-marketplace .msg-final {
    display: table;
    width: 100%;
    text-align: center;
    max-width: 895px;
    margin: 0 auto;
    position: relative
}

.s-marketplace .msg-final:before {
    content: "";
    background: url(line-before-msg-final.png) no-repeat;
    width: 238px;
    height: 37px;
    position: absolute;
    top: -25px;
    left: 0
}

.s-marketplace .msg-final:after {
    content: "";
    background: url(line-after-msg-final.png) no-repeat;
    width: 238px;
    height: 37px;
    position: absolute;
    top: -25px;
    right: 20px
}

.s-marketplace .msg-final span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 2px
}

@media (max-width: 1200px) {
    .s-marketplace .all-douts ul li {
        margin-left: 61px
    }

    .s-marketplace .total-criptomoedas ul li:first-child {
        width: 210px
    }

    .s-marketplace .total-criptomoedas ul li:nth-child(2) {
        width: 215px
    }

    .s-marketplace .total-criptomoedas ul li:nth-child(3) {
        width: 225px
    }

    .s-marketplace .total-criptomoedas ul li:last-child {
        width: 240px
    }

    .s-marketplace .total-criptomoedas ul li:last-child .count-list .qtd {
        margin-top: 75px
    }

    .s-marketplace .total-criptomoedas ul li .count-list {
        padding-top: 25px
    }

    .s-marketplace .total-criptomoedas ul li .count-list .qtd:before {
        left: 55px
    }

    .s-marketplace .total-criptomoedas ul li .count-list .qtd:after {
        right: 55px
    }

    .s-marketplace .total-criptomoedas ul li .count-list img {
        max-width: 180px
    }
}

@media (max-width: 991px) {
    header .logo .btns a.m{
        display: block;
        margin-top: 10px;
    }
    .s-marketplace {
        padding-bottom: 260px
    }

    .s-marketplace .bg {
    }

    .s-marketplace .all-douts {
        width: 750px;
        overflow-y: scroll;
        /*display: none !important*/
    }

    .s-marketplace .all-douts ul {
        width: 1125px;
        overflow-x: scroll;
        height: 400px;
        padding-top: 54px;
        overflow-y: hidden
    }

    .s-marketplace .all-douts ul li {
        margin-left: 90px
    }

    .s-marketplace .all-douts ul li:first-child {
        margin-left: 30px
    }

    .s-marketplace .all-douts ul li:last-child {
        margin-left: 115px
    }

    .s-marketplace .text-desc-market {
        margin-bottom: 20px
    }

    .s-marketplace .total-criptomoedas {
        margin-bottom: 0;
        display: none
    }

    .s-marketplace .total-criptomoedas .conteudo {
        width: 750px;
        overflow-y: hidden;
        height: 470px
    }

    .s-marketplace .total-criptomoedas ul {
        float: left;
        width: 920px
    }

    .s-marketplace .msg-final {
        display: none
    }
}

@media (max-width: 768px) {
    .s-marketplace .text-desc-market {
        width: 100%
    }

    .s-marketplace .all-douts {
        width: 500px;
        overflow-y: scroll;
        float: initial;
        display: block;
        margin: 0 auto
    }

    .s-marketplace .total-criptomoedas .conteudo {
        width: 500px;
        overflow-y: hidden;
        height: 470px;
        display: block;
        margin: 0 auto
    }

    .s-marketplace .desc-dolars {
        width: 100%
    }
}

@media (max-width: 480px) {
    .s-marketplace {
        margin-top: 0;
        padding-top: 30px
    }

    .s-marketplace h3 {
        font-size: 13px
    }

    .s-marketplace .all-douts {
        width: 290px
    }

    .s-marketplace .title-market {
        width: 100%
    }

    .s-marketplace .title-market:before {
        display: none
    }

    .s-marketplace .title-market:after {
        display: none
    }

    .s-marketplace .title-market h1 {
        font-size: 23px;
        font-weight: 700;
        line-height: 30px
    }

    .s-marketplace .desc-dolars {
        width: 100%;
        line-height: 23px;
        padding: 10px 0
    }

    .s-marketplace .total-criptomoedas {
        margin-top: 60px
    }

    .s-marketplace .total-criptomoedas h4 {
        font-size: 13px;
        margin-bottom: 30px
    }

    .s-marketplace .total-criptomoedas .conteudo {
        width: 290px
    }
}

.s-tecnology {
    position: relative;
    margin-top: -50px;
    padding-bottom: 144px
}

.s-tecnology .cont:before {
    content: "";
    background: url(circle.svg) no-repeat;
    width: 681px;
    height: 809px;
    position: absolute;
    bottom: -292px;
    left: -220px
}

.s-tecnology .text-lg {
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    font-size: 247px;
    right: 0;
    top: -298px;
    background-image: linear-gradient(0deg, rgba(28, 34, 124, 0) 0, #1c227b 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

.s-tecnology h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 23px
}

.s-tecnology .title-tecno {
    width: 530px;
    margin: 0 auto;
    margin-bottom: 65px;
    position: relative
}

.s-tecnology .title-tecno:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-tecnology .title-tecno:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-tecnology .title-tecno h1 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px
}

.s-tecnology .illustration {
    float: right;
    margin-top: -50px;
    margin-right: -100px
}

.s-tecnology .illustration iframe {
    width: 818px;
    height: 650px
}

.s-tecnology .list-coin {
    float: left;
    width: 390px
}

.s-tecnology .list-coin ul {
    float: left
}

.s-tecnology .list-coin ul li {
    float: left;
    margin-bottom: 45px
}

.s-tecnology .list-coin ul li:last-child {
    margin-bottom: 0
}

.s-tecnology .list-coin ul li img {
    float: left;
    margin-right: 33px
}

.s-tecnology .list-coin ul li .text {
    float: left;
    width: 256px;
    margin-top: 10px
}

.s-tecnology .list-coin ul li .text h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 9px
}

.s-tecnology .list-coin ul li .text p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.1px
}

@media (max-width: 1440px) {
    .s-tecnology .text-lg {
        font-size: 200px;
        top: -250px
    }

    .s-tecnology .cont:before {
        bottom: -356px
    }

    .s-tecnology .illustration {
        margin-top: 0;
        margin-right: 100px
    }

    .s-tecnology .illustration iframe {
        width: 600px;
        height: 480px
    }
}

@media (max-width: 1200px) {
    .s-tecnology:after {
        display: none
    }

    .s-tecnology .illustration {
        margin-right: 0
    }

    .s-tecnology .illustration iframe {
        width: 550px
    }

    .s-tecnology .list-coin {
        width: 350px
    }

    .s-tecnology .list-coin ul li img {
        margin-right: 20px
    }

    .s-tecnology .list-coin ul li .text {
        width: 242px
    }
}

@media (max-width: 991px) {
    .s-tecnology {
        padding-bottom: 50px;
        margin-top: -80px;
    }

    .s-tecnology .title-tecno {
        margin-bottom: 30px
    }

    .s-tecnology .text-lg {
        display: none
    }

    .s-tecnology .cont:before {
        display: none
    }

    .s-tecnology .list-coin {
        width: 350px;
        display: table;
        margin: 0 auto;
        float: initial
    }

    .s-tecnology .illustration {
        margin-right: 0;
        display: table;
        margin: 0 auto;
        float: initial
    }
}

@media (max-width: 480px) {
    .s-tecnology .title-tecno {
        width: 100%
    }

    .s-tecnology .title-tecno:after {
        display: none
    }

    .s-tecnology .title-tecno:before {
        display: none
    }

    .s-tecnology .title-tecno h1 {
        font-size: 24px
    }

    .s-tecnology .list-coin {
        width: 100%
    }

    .s-tecnology .list-coin ul li {
        margin-bottom: 30px;
        float: none;
    }

    .s-tecnology .list-coin ul li img {
        float: initial;
        display: table;
        margin: 0 auto;
        margin-bottom: 15px
    }

    .s-tecnology .list-coin ul li .text {
        width: 100%;
        float: none;
    }

    .s-tecnology .list-coin ul li .text h4 {
        text-align: center
    }

    .s-tecnology .list-coin ul li .text p {
        text-align: center
    }

    .s-tecnology .illustration {
        width: 100%
    }

    .s-tecnology .illustration iframe {
        width: 100%;
        height: 250px
    }

    .s-tecnology h3 {
        font-size: 13px;
        margin-bottom: 15px
    }
}

.s-mineracao {
    z-index: 2;
    float: left;
    width: 100%;
    margin-top: 70px;
    position: relative
}

.s-mineracao:after {
    content: "";
    background: url(map.svg) no-repeat;
    position: absolute;
    right: 0;
    top: -300px;
    width: 498px;
    height: 510px
}

.s-mineracao .desc-geral {
    position: relative
}

.s-mineracao .desc-geral:before {
    content: "";
    width: 49%;
    height: 657px;
    border-radius: 0 20px 20px 0;
    background-image: linear-gradient(10deg, #11106a 0, #3d35b5 100%);
    opacity: .5;
    position: absolute;
    left: 0;
    top: -78px
}

.s-mineracao .desc-geral .text-esq {
    float: left;
    width: 472px
}

.s-mineracao .desc-geral .text-esq .text-anime {
    position: relative;
    z-index: 10
}

.s-mineracao .desc-geral .text-esq h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -.17px;
    margin-bottom: 14px
}

.s-mineracao .desc-geral .text-esq .line {
    display: block;
    margin-bottom: 32px
}

.s-mineracao .desc-geral .text-esq p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px;
    word-break: keep-all;
}

.s-mineracao .desc-geral .text-esq p span {
    color: #fff;
    font-weight: 700
}

.s-mineracao .desc-geral .text-esq .store h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 24px
}

.s-mineracao .desc-geral .text-esq .store ul li {
    float: left;
    margin-left: 27px
}

.s-mineracao .desc-geral .text-esq .store ul li:first-child {
    margin-left: 0
}

.s-mineracao .desc-geral .text-esq .store ul li:first-child a img {
    margin-top: 3px
}

.s-mineracao .desc-geral .text-esq .store ul li a {
    opacity: 1;
    transition: all .3s
}

.s-mineracao .desc-geral .text-esq .store ul li a:hover {
    opacity: .5;
    transition: all .3s
}

.s-mineracao .desc-geral .text-esq .phone-animation {
    position: absolute;
    left: -200px;
    top: 200px;
    width: 90%;
    height: 90%
}

.s-mineracao .desc-geral .text-dir {
    float: right;
    width: 480px;
    margin-right: 20px
}

.s-mineracao .desc-geral .text-dir h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -.17px;
    margin-bottom: 14px
}

.s-mineracao .desc-geral .text-dir .line {
    display: block;
    margin-bottom: 32px
}

.s-mineracao .desc-geral .text-dir p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px
}

.s-mineracao .desc-geral .text-dir p span {
    color: #fff;
    font-weight: 700
}

.s-mineracao .desc-geral .text-dir .btn-download {
    display: block;
    width: 246px;
    line-height: 54px;
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 34px;
    position: relative;
    z-index: 5;
    transition: all .3s;
    box-shadow: 0 8px 20px -1px transparent
}

.s-mineracao .desc-geral .text-dir .btn-download img {
    float: left;
    margin-right: 20px;
    margin-top: 13px;
    transform: rotate(0);
    transition: all .3s
}

.s-mineracao .desc-geral .text-dir .btn-download:hover {
    transition: all .3s;
    box-shadow: 0 8px 20px -1px rgba(172, 76, 206, .7)
}

.s-mineracao .desc-geral .text-dir .btn-download:hover img {
    transform: rotate(45deg);
    transition: all .3s
}

.s-mineracao .desc-geral .text-dir .rendimentos {
    float: left;
    width: 100%;
    margin-top: 72px
}

.s-mineracao .desc-geral .text-dir .rendimentos .box-rend {
    width: 326px;
    height: 213px;
    border-radius: 8px;
    background-image: linear-gradient(180deg, rgba(54, 49, 169, .3) 0, rgba(54, 49, 169, 0) 100%);
    float: right;
    position: relative;
    padding: 45px 38px 0 74px
}

.s-mineracao .desc-geral .text-dir .rendimentos .box-rend:before {
    content: "";
    background: url(line-box-end.png) no-repeat;
    position: absolute;
    left: -150px;
    bottom: -20px;
    width: 239px;
    height: 72px
}

.s-mineracao .desc-geral .text-dir .rendimentos .box-rend img {
    position: absolute;
    right: 41px;
    top: -36px
}

.s-mineracao .desc-geral .text-dir .rendimentos .box-rend h2 {
    background: -webkit-linear-gradient(#ecd350 0, #f3984a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -.13px;
    text-transform: uppercase;
    margin-bottom: 0
}

.s-mineracao .desc-geral .text-dir .rendimentos .box-rend span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: -.11px;
    display: block
}

@media (max-width: 1440px) {
    .s-mineracao:after {
        top: -270px;
        width: 350px;
        height: 360px;
        background-size: 100%
    }
}

@media (max-width: 1200px) {
    .s-mineracao .desc-geral:before {
        top: -50px
    }

    .s-mineracao .desc-geral .text-esq {
        width: 420px
    }

    .s-mineracao .desc-geral .text-dir {
        width: 420px
    }

    .s-mineracao .desc-geral .text-dir p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    .s-mineracao {
        margin-top: 90px
    }

    .s-mineracao .desc-geral:before {
        display: none
    }

    .s-mineracao .desc-geral .text-esq {
        width: 100%;
        margin-bottom: 50px
    }

    .s-mineracao .desc-geral .text-esq .phone-animation {
        position: relative;
        left: initial;
        width: 100%;
        height: 450px;
        top: initial;
        margin-top: -50px
    }

    .s-mineracao .desc-geral .text-esq h2 {
        text-align: center
    }

    .s-mineracao .desc-geral .text-esq .line {
        display: table;
        margin: 0 auto;
        margin-bottom: 30px
    }

    .s-mineracao .desc-geral .text-esq p {
        text-align: center;
        margin-bottom: 30px
    }

    .s-mineracao .desc-geral .text-esq .store {
        display: table;
        margin: 0 auto
    }

    .s-mineracao .desc-geral .text-esq .store ul {
        display: table;
        margin: 0 auto
    }

    .s-mineracao .desc-geral .text-dir {
        width: 100%;
        margin: 0;
        margin-top:100px;
    }

    .s-mineracao .desc-geral .text-dir h2 {
        text-align: center
    }

    .s-mineracao .desc-geral .text-dir .line {
        display: table;
        margin: 0 auto;
        margin-bottom: 30px
    }

    .s-mineracao .desc-geral .text-dir p {
        text-align: center
    }

    .s-mineracao .desc-geral .text-dir .btn-download {
        display: table;
        margin: 0 auto
    }

    .s-mineracao .desc-geral .text-dir .rendimentos {
        margin-top: 100px
    }

    .s-mineracao .desc-geral .text-dir .rendimentos .box-rend {
        float: initial;
        display: table;
        margin: 0 auto;
        padding: 50px 0 0 0
    }

    .s-mineracao .desc-geral .text-dir .rendimentos .box-rend:before {
        display: none
    }

    .s-mineracao .desc-geral .text-dir .rendimentos .box-rend h2 {
        text-align: center
    }

    .s-mineracao .desc-geral .text-dir .rendimentos .box-rend span {
        text-align: center
    }

    .s-mineracao:after {
        display: none
    }
}

@media (max-width: 480px) {
    .s-mineracao .desc-geral .text-esq {
        margin-bottom: 0
    }

    .s-mineracao .desc-geral .text-esq h2 {
        font-size: 26px
    }

    .s-mineracao .desc-geral .text-esq p {
        text-align: center;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 22px
    }

    .s-mineracao .desc-geral .text-esq .phone-animation {
        width: 120%;
        height: 298px;
        margin-top: -30px;
        margin-left: -36px
    }

    .s-mineracao .desc-geral .text-dir h2 {
        font-size: 26px
    }

    .s-mineracao .desc-geral .text-dir p {
        font-size: 14px;
        line-height: 22px
    }

    .s-mineracao .desc-geral .text-dir .rendimentos .box-rend {
        width: 100%
    }
}

.products-market {
    padding-top: 234px;
    position: relative;
    padding-bottom: 67px
}

.products-market:after {
    content: "";
    position: absolute;
    top: 135px;
    right: 0;
    width: 93%;
    height: 734px;
    border-radius: 20px 0 0 20px;
    background-image: linear-gradient(10deg, #11106a 0, #3d35b5 100%);
    z-index: 1
}

.products-market .cont {
    display: block;
    position: relative;
    z-index: 2
}

.products-market .title {
    float: left;
    width: 100%;
    margin-bottom: 62px;
    padding-left: 43px
}

.products-market .title h1 {
    margin: 0;
    float: left;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px
}

.products-market .title .text-title {
    float: right
}

.products-market .title .text-title h3 {
    float: left;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 13px
}

.products-market .title .text-title img {
    float: left;
    margin-top: -9px;
    margin-left: 38px
}

.products-market .slide-marketplace {
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 70px
}

.products-market .slide-marketplace .swiper-wrapper .swiper-slide:hover .box-product {
    box-shadow: 0 4px 11px -4px rgba(7, 7, 57, .85);
    transition: all .3s
}

.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product {
    width: 276px;
    height: 389px;
    border-radius: 4px;
    background-color: #322daf;
    transition: all .3s;
    box-shadow: 0 4px 11px -4px transparent
}

.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .img-prod {
    height: 300px;
    position: relative
}

.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .img-prod > img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 229px
}

.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .info h2 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px
}

.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .info h5 {
    padding-left: 10px; padding-right: 10px;
    text-align: center;
}
.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .info span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: -.08px;
    background: -webkit-linear-gradient(#ecd350 0, #f3984a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .info .logo {
    display: block;
    width: 100%;
    padding: 18px 20px 0;
    box-sizing: border-box;
}

.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .info .logo img {
    width: 100%;
}

.products-market .slide-marketplace .swiper-pagination {
    bottom: 0
}

.products-market .slide-marketplace .swiper-pagination .swiper-pagination-bullet {
    background-color: #4943dd;
    opacity: .7;
    margin: 0 3px;
    transition: all .3s
}

.products-market .slide-marketplace .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 4px;
    background-color: #616dff;
    opacity: 1;
    transition: all .3s
}

@media (max-width: 1440px) {
    .products-market:after {
        height: 660px
    }

    .products-market .title {
        margin-bottom: 50px;
        padding-left: 75px
    }

    .products-market .slide-marketplace {
        float: right;
        width: 94%
    }

    .products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product {
        width: 100%;
        height: 339px
    }

    .products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .img-prod {
        height: 260px
    }

    .products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .img-prod img {
        max-width: 100%
    }
}

@media (max-width: 1200px) {
    .products-market:after {
        width: 97%
    }
}

@media (max-width: 991px) {
    .products-market {
        padding-top: 180px
    }

    .products-market:after {
        width: 100%
    }

    .products-market .title {
        padding: 0
    }

    .products-market .title h1 {
        text-align: center;
        width: 100%;
        margin-bottom: 30px
    }

    .products-market .title .text-title {
        float: initial
    }

    .products-market .title .text-title img {
        display: none
    }

    .products-market .title .text-title h3 {
        float: initial;
        text-align: center
    }

    .products-market .slide-marketplace {
        width: 100%
    }
}

@media (max-width: 480px) {
    .products-market {
        padding-top: 100px
    }

    .products-market:after {
        top: 40px
    }

    .products-market .title h1 {
        margin-bottom: 20px;
        font-size: 26px
    }

    .products-market .title h3 {
        float: left;
        text-align: center;
        width: 100%;
        font-size: 13px;
        line-height: 22px;
        margin-top: 0
    }
}

.s-app {
    z-index: 1;
    padding-top: 234px;
    padding-bottom: 100px;
    position: relative;
    /* background: url(bg-app.jpg) no-repeat #11116b center bottom 34px  */
}
.s-app .text-lg {
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    font-size: 150px;
    right: 0;
    top: -100px;
    background-image: linear-gradient(0deg, rgba(28, 34, 124, 0) 0, #1c227b 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

.s-app:before {
    /* content: "";
    position: absolute;
    left: 0;
    top: -205px;
    background: url(bg-nasdacoin.svg) no-repeat;
    width: 550px;
    height: 700px;
    z-index: 0 */
}

.s-app .title {
    float: left;
    width: 100%
}

.s-app .title .icon {
    display: table;
    margin: 0 auto;
    margin-bottom: 17px
}

.s-app .title h1 {
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px;
    width: 410px;
    margin: 0 auto
}

.s-app .title h1:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-app .title h1:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-app .img-app {
    float: left;
    width: 100%;
    margin-top: 33px;
    position: relative
}

.s-app .img-app .bg-circle {
    position: absolute;
    top: -210px;
    left: 120px;
    background: url(bg-circle02.svg) no-repeat center center;
    width: 908px;
    height: 908px
}

.s-app .img-app .text {
    float: left;
    width: 359px;
    margin-right: 40px;
    margin-top: 54px;
    position: relative
}

.s-app .img-app .text:before {
    content: "";
    background: url(line-green-app.png) no-repeat;
    width: 238px;
    height: 72px;
    position: absolute;
    left: 100px;
    bottom: -130px
}

.s-app .img-app .text p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    word-break: keep-all;
}

.s-app .img-app .illustra-app {
    /* float: left; */
    position: relative
}

.s-app .img-app .illustra-app .phone-app {
    -webkit-animation: vertical-animate 3s infinite alternate;
    -moz-animation: vertical-animate 3s infinite alternate;
    animation: vertical-animate 3s infinite alternate;
    max-width: 100%;
}

/* .s-app .img-app .illustra-app .store {
    position: absolute;
    bottom: 160px;
    right: 20px
} */
.s-app .img-app .illustra-app .store{
    margin-top: 30px;
    text-align: center;
    font-size:0;
    transform: none !important;
}

.s-app .img-app .illustra-app .store a {
    display: block;
    width: 200px;
    height: 62px;
    border-radius: 6px;
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%);
    margin-bottom: 27px;
    padding: 13px 35px;
    box-shadow: 0 8px 20px -1px transparent;
    transition: all .3s
}
.s-app .img-app .illustra-app .store a+a{
    margin-left: 12px;
}

.s-app .img-app .illustra-app .store a {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.s-app .img-app .illustra-app .store a:hover {
    box-shadow: 0 8px 20px -1px rgba(172, 76, 206, .7);
    transition: all .3s
}

.s-app .img-app .illustra-app .store a:last-child {
    margin-bottom: 0;
    padding: 13px 30px
}

.s-app .img-app .illustra-app .store a img {
    float: left;
    margin-right: 15px
}

.s-app .img-app .illustra-app .store a .text-store {
    float: left
}

.s-app .img-app .illustra-app .store a .text-store span {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -.02px
}

.s-app .img-app .illustra-app .store a .text-store h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.06px
}

@media (max-width: 1440px) {
    .s-app .text-lg {
        font-size: 120px
    }

    .s-app:before {
        width: 420px;
        height: 550px;
        z-index: 0;
        background-size: 100%
    }

    .s-app:after {
        top: -28px;
        background: url(https://guide-page.dothome.co.kr/404.html) no-repeat;
        width: 700px;
        height: 90px;
        z-index: 0;
        background-size: 100%
    }
}

@media (max-width: 1200px) {
    .s-app:after {
        display: none
    }

    .s-app .img-app:before {
        left: 50px
    }

    .s-app .img-app .text {
        width: 320px;
        margin-right: 20px
    }
}

@media (max-width: 991px) {
    .s-app:before {
        display: none
    }

    .s-app .text-lg {
        display: none
    }

    .s-app .img-app {
        margin-top: 20px
    }

    .s-app .img-app:before {
        display: none
    }

    .s-app .img-app .bg-circle {
        display: none
    }

    .s-app .img-app .text {
        width: 100%;
        margin: 0
    }

    .s-app .img-app .text:before {
        display: none
    }

    .s-app .img-app .text p {
        text-align: center
    }

    .s-app .img-app .phone-app {
        /* display: none */
    }

    .s-app .img-app .illustra-app {
        width: 100%;
        /* margin-top: 30px */
    }

    .s-app .img-app .illustra-app .store {
        position: relative;
        bottom: initial;
        right: initial;
        display: table;
        margin: 0 auto
    }
}

@media (max-width: 480px) {
    .s-app {
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .s-app .title h1 {
        width: 100%;
        font-size: 26px
    }

    .s-app .title h1:before {
        display: none
    }

    .s-app .title h1:after {
        display: none
    }

    .s-app .img-app .text p {
        font-size: 14px;
        line-height: 22px
    }

    .s-app .img-app .illustra-app .store a{
        display: block;
    }
    .s-app .img-app .illustra-app .store a+a{
        margin-left: 0;
        margin-top: 4%;
    }
}

.s-exchange {
    background: #0f116b;
    margin-top: -80px;
    position: relative;
    padding-bottom: 170px
}

.s-exchange:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 203px;
    width: 50.3%;
    height: 179px;
    background: #b051d3;
    box-shadow: 0 2px 22px rgba(0, 0, 0, .27);
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%);
    z-index: 1
}

.s-exchange .bg {
    width: 100%;
    height: 808px;
    background: url(bg-exchange.jpg) no-repeat;
    position: absolute;
    right: 0;
    bottom: -400px
}

.s-exchange h3 {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 13px
}

.s-exchange h1 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px;
    position: relative;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 17px
}

.s-exchange h1:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-exchange h1:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-exchange .text-change {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: -.11px;
    background: -webkit-linear-gradient(#1ed6fe 0, #3f40c9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 143px
}

.s-exchange .container-exchange {
    float: left;
    width: 100%;
    position: relative
}

.s-exchange .container-exchange .text {
    float: left;
    width: 575px
}

.s-exchange .container-exchange .text h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: .1px;
    color: #fff;
    margin-bottom: 27px
}

.s-exchange .container-exchange .text p {
    margin-bottom: 56px;
    width: 410px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: .07px
}

.s-exchange .container-exchange .text .form-converte {
    float: left;
    width: 100%;
    height: 179px;
    position: relative;
    z-index: 3;
    padding: 74px 0;
    margin-bottom: 33px
}

.s-exchange .container-exchange .text .form-converte .icon {
    float: left;
    margin-left: 37px;
    margin-right: 29px;
    margin-top: -10px
}

.s-exchange .container-exchange .text .form-converte .form-group {
    float: left;
    position: relative
}

.s-exchange .container-exchange .text .form-converte .form-group label {
    opacity: .8;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .06px;
    display: block;
    position: absolute;
    bottom: 9px;
    z-index: -1;
    transition: all .3s
}

.s-exchange .container-exchange .text .form-converte .form-group label.label-focus {
    font-size: 13px;
    bottom: 35px;
    transition: all .3s
}

.s-exchange .container-exchange .text .form-converte .form-group input[type=text] {
    width: 197px;
    background: 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, .31);
    position: relative;
    z-index: 1;
    padding-bottom: 8px;
    opacity: .8;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .07px
}

.s-exchange .container-exchange .text .form-converte .form-group .drop {
    position: absolute;
    right: 0;
    bottom: 9px
}

.s-exchange .container-exchange .text .form-converte .form-group .drop a.item-selected {
    position: relative;
    z-index: 5
}

.s-exchange .container-exchange .text .form-converte .form-group .drop a span {
    opacity: .98;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06px
}

.s-exchange .container-exchange .text .form-converte .form-group .drop a img {
    margin-left: 10px;
    transition: all .3s;
    transform: rotate(0)
}

.s-exchange .container-exchange .text .form-converte .form-group .drop a img.rotate {
    transition: all .3s;
    transform: rotate(180deg)
}

.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value {
    position: absolute;
    background: #fff;
    width: 75px;
    right: 0;
    top: 30px;
    padding: 15px 0;
    opacity: 0;
    pointer-events: none;
    transition: all .3s
}

.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value.opened-drop {
    opacity: 1;
    pointer-events: all;
    transition: all .3s;
    top: 40px;
    z-index: 10
}

.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value ul li {
    margin-bottom: 10px
}

.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value ul li:last-child {
    margin-bottom: 0
}

.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value ul li a {
    color: #000;
    text-align: center;
    display: block;
    font-weight: 500;
    transition: all .3s
}

.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value ul li a:hover {
    color: #513aba;
    font-weight: 600;
    transition: all .3s
}

.s-exchange .container-exchange .text .form-converte .btn-exchange {
    width: 190px;
    line-height: 63px;
    background-image: linear-gradient(136deg, #fffd68 0, #d2723d 100%);
    text-align: center;
    color: #672500;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    right: 81px;
    bottom: -34px;
    box-shadow: 0 7px 14px -1px transparent;
    transition: all .3s
}

.s-exchange .container-exchange .text .form-converte .btn-exchange:hover {
    box-shadow: 0 7px 14px -1px #db8d46;
    transition: all .3s
}

.s-exchange .container-exchange .text .card {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-bottom: 13px;
    line-height: initial
}

.s-exchange .container-exchange .text .credit-card {
    display: block
}

.s-exchange .container-exchange .macbook {
    position: absolute;
    right: -175px;
    top: 73px
}

@media (max-width: 1440px) {
    .s-exchange .container-exchange .text h2 {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 20px
    }

    .s-exchange .container-exchange .text p {
        width: 410px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 40px
    }

    .s-exchange .container-exchange .macbook {
        right: -46px;
        top: 73px;
        width: 830px
    }
}

@media (max-width: 1200px) {
    .s-exchange:before {
        width: 60%
    }

    .s-exchange .container-exchange .macbook {
        right: -46px;
        top: 50px;
        width: 600px
    }

    .s-exchange .container-exchange .text p {
        width: 380px
    }
}

@media (max-width: 991px) {
    .s-exchange:before {
        width: 100%;
        display: none
    }

    .s-exchange .text-change {
        margin-bottom: 40px
    }

    .s-exchange .container-exchange .text {
        width: 100%
    }

    .s-exchange .container-exchange .text h2 {
        text-align: center
    }

    .s-exchange .container-exchange .text p {
        text-align: center;
        width: 100%
    }

    .s-exchange .container-exchange .text .form-converte {
        margin-bottom: 0;
        background: #b051d3;
        box-shadow: 0 2px 22px rgba(0, 0, 0, .27);
        background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%)
    }

    .s-exchange .container-exchange .text .form-converte .cont-form {
        display: table;
        margin: 0 auto
    }

    .s-exchange .container-exchange .text .form-converte .btn-exchange {
        right: initial;
        left: 50%;
        margin-left: -95px
    }

    .s-exchange .container-exchange .macbook {
        display: none
    }
}

@media (max-width: 480px) {
    .s-exchange {
        padding-bottom: 100px
    }

    .s-exchange .text-change {
        font-size: 14px;
        margin-bottom: 15px
    }

    .s-exchange h1 {
        width: 100%;
        font-size: 26px;
        line-height: inherit
    }

    .s-exchange h1:before {
        display: none
    }

    .s-exchange h1:after {
        display: none
    }

    .s-exchange h3 {
        font-size: 13px
    }

    .s-exchange .container-exchange .text h2 br {
        display: none
    }

    .s-exchange .container-exchange .text .form-converte {
        padding: 30px 20px 60px 20px;
        height: auto
    }

    .s-exchange .container-exchange .text .form-converte .form-group {
        width: 100%;
        margin-bottom: 30px
    }

    .s-exchange .container-exchange .text .form-converte .form-group:last-child {
        margin-bottom: 0
    }

    .s-exchange .container-exchange .text .form-converte .form-group label {
        font-size: 14px
    }

    .s-exchange .container-exchange .text .form-converte .form-group input[type=text] {
        width: 100%;
        font-size: 14px
    }

    .s-exchange .container-exchange .text .form-converte .icon {
        display: none
    }
}

.s-process {
    position: relative;
    z-index: 1
}

/*.s-process:before {
    content: "";
    background: url(./bg-globe.svg) no-repeat;
    width: 864px;
    height: 864px;
    position: absolute;
    left: 50%;
    margin-left: -432px;
    top: -50px
}*/

.s-process h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 19px
}

.s-process h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px;
    text-align: center;
    margin: 0;
    width: 350px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 103px
}

.s-process h1:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-process h1:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}
.s-process{margin-top:100px;}
.s-process .cont{z-index: 2;margin-bottom:360px;}
.s-process .process_wrap{margin:30px 0 80px;}
.s-process .process_wrap:after{content:'';display: block;float:none;clear:both;}
.s-process .process_wrap>div{float:left;width:20%; -webkit-animation: vertical-animate2 1.5s infinite alternate; -moz-animation: vertical-animate2 1.5s infinite alternate; animation: vertical-animate2 1.5s infinite alternate;}
.s-process .process_wrap>div>.img_wrap{position:relative;text-align: center; }
.s-process .process_wrap>div>.img_wrap>img{width:90%;max-width:130px;transform:scale(1);transition:transform 1s;}
.s-process .process_wrap>div>.img_wrap>img:hover{transform:scale(1.2);}
.s-process .process_wrap>div>.txt{position:relative;text-align: center;font-size: 24px;color:#f5f5f5;}
.s-process .process_wrap>div>.img_wrap:before,
.s-process .process_wrap>div>.img_wrap:after{content:'';display:block;position:absolute; bottom: 45%; opacity:0.9; margin-bottom: -5px;right:-3px;width:0; height:0;border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid red;}
.s-process .process_wrap>div>.img_wrap:after{right:3px;}
.s-process .process_wrap>div:last-child>.img_wrap:before,
.s-process .process_wrap>div:last-child>.img_wrap:after{display: none;}

@media (max-width: 991px) {
    .s-process .cont{z-index: 2;margin-bottom:160px;}
    .s-process:before {
        display: none
    }

    .s-process h1 {
        margin-bottom: 50px
    }
    .s-process .process_wrap>div>.txt{font-size:16px}
    .s-process .process_wrap>div>.img_wrap:before,
    .s-process .process_wrap>div>.img_wrap:after{border-top-width:5px; border-bottom-width:5px; border-left-width:5px;}
    .s-process .process_wrap>div>.img_wrap:before{/*right:-2px;*/}
    .s-process .process_wrap>div>.img_wrap:after{right:2px;}
}

@media (max-width: 480px) {
    .s-process h3 {
        font-size: 13px;
        margin-bottom: 10px
    }

    .s-process h1 {
        width: 100%;
        font-size: 26px;
        margin-bottom: 30px
    }

    .s-process h1:before {
        display: none
    }

    .s-process h1:after {
        display: none
    }
    .s-process .process_wrap>div>.txt{font-size:13px}
    .s-process .process_wrap>div>.img_wrap:before,
    .s-process .process_wrap>div>.img_wrap:after{border-top-width:4px; border-bottom-width:4px; border-left-width:4px;}
    .s-process .process_wrap>div>.img_wrap:before{right:-2px;}
    .s-process .process_wrap>div>.img_wrap:after{right:2px;}
}
.s-card {
    position: relative;
    z-index: 1
}

.s-card:before {
    content: "";
    background: url(bg-globe.svg) no-repeat;
    width: 864px;
    height: 864px;
    position: absolute;
    left: 50%;
    margin-left: -432px;
    top: -50px
}

.s-card h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 19px
}

.s-card h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px;
    text-align: center;
    margin: 0;
    width: 350px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 103px
}

.s-card h1:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-card h1:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-card .text-geral {
    float: left;
    width: 100%
}

.s-card .text-geral .text {
    float: left;
    width: 280px;
    margin-right: 99px;
    margin-top: 96px;
    position: relative
}

.s-card .text-geral .text p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px
}

.s-card .text-geral .text:before {
    content: "";
    background: url(line-card.png) no-repeat;
    position: absolute;
    bottom: -110px;
    right: -15px;
    width: 238px;
    height: 72px
}

.s-card .text-geral .img-text {
    float: left;
    width: 760px;
    height: 435px;
    position: relative
}

.s-card .text-geral .img-text .card {
    float: left;
    position: relative !important;
    z-index: 1
}

.s-card .text-geral .img-text .box-text {
    position: absolute;
    width: 510px;
    height: 254px;
    background-image: linear-gradient(136deg, #fffd68 0, #d2723d 100%);
    bottom: 90px;
    right: -10px;
    padding-right: 60px;
    padding-top: 35px
}

.s-card .text-geral .img-text .box-text .cont-box {
    float: right;
    width: 238px
}

.s-card .text-geral .img-text .box-text .cont-box p {
    color: #672500;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -.18px;
    margin-bottom: 20px
}

.s-card .text-geral .img-text .box-text .cont-box p strong {
    color: #672500;
    letter-spacing: -.18px
}

.s-card .text-geral .img-text .box-text .cont-box p:last-child {
    margin-bottom: 0
}

@media (max-width: 1200px) {
    .s-card .text-geral .img-text {
        width: 610px
    }

    .s-card .text-geral .img-text .card {
        width: 325px
    }

    .s-card .text-geral .img-text .box-text {
        height: 220px;
        bottom: 180px;
        padding-right: 30px;
        padding-top: 23px
    }

    .s-card .text-geral .text {
        margin-right: 30px
    }
}

@media (max-width: 991px) {
    .s-card:before {
        display: none
    }

    .s-card h1 {
        margin-bottom: 50px
    }

    .s-card .text-geral .text {
        margin: 0;
        width: 100%
    }

    .s-card .text-geral .text:before {
        display: none
    }

    .s-card .text-geral .text p {
        text-align: center
    }

    .s-card .text-geral .img-text {
        width: 100%;
        margin-top: 100px
    }

    .s-card .text-geral .img-text .box-text {
        position: relative;
        display: table;
        margin: 0 auto;
        height: auto;
        padding: 40px 15px;
        padding-top: 100px
    }

    .s-card .text-geral .img-text .box-text .cont-box {
        width: 100%
    }

    .s-card .text-geral .img-text .box-text .cont-box p {
        text-align: center
    }

    .s-card .text-geral .img-text .card {
        float: initial;
        display: table;
        margin: 0 auto
    }
}

@media (max-width: 480px) {
    .s-card h3 {
        font-size: 13px;
        margin-bottom: 10px
    }

    .s-card h1 {
        width: 100%;
        font-size: 26px;
        margin-bottom: 30px
    }

    .s-card h1:before {
        display: none
    }

    .s-card h1:after {
        display: none
    }

    .s-card .text-geral p {
        font-size: 21px;
        line-height: 28px
    }

    .s-card .text-geral .img-text .card {
        width: 290px
    }

    .s-card .text-geral .img-text .box-text {
        width: 100%;
        right: initial
    }

    .s-card .text-geral .img-text .box-text .cont-box p {
        font-size: 14px;
        margin-bottom: 10px
    }
}

.s-faq {
    margin-top: 150px;
    padding-top: 70px;
    padding-bottom: 178px;
    position: relative;
    z-index: 1
}

.s-faq .text-lg {
    width: auto;
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    top: -40px;
    left: 38px;
    line-height: initial;
    font-size: 141px;
    text-align: left;
    letter-spacing: 0;
    background-image: linear-gradient(0deg, rgba(28, 34, 124, 0) 0, #1c227b 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

.s-faq .text-lg:after {
    display: none
}

.s-faq .text-lg:before {
    display: none
}

.s-faq:after {
    content: "";
    background: url(bg-nsd.png) no-repeat;
    position: absolute;
    top: -240px;
    right: 0;
    width: 597px;
    height: 597px;
    z-index: -1
}

.s-faq h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 19px
}

.s-faq h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom:60px;
}

.s-faq h1:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-faq h1:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-faq .all-faq {
    float: left;
    width: 100%;
    margin-top: 43px
}

.s-faq .all-faq .item {
    border-radius: 7px;
    background-color: rgba(68, 60, 217, .3);
    border: 1px solid #4842e7;
    float: left;
    width: 100%;
    height: 55px;
    overflow: hidden;
    transition: all .3s;
    margin-bottom: 14px
}

.s-faq .all-faq .item:last-child {
    margin-bottom: 0
}

.s-faq .all-faq .item.open-item {
    height: auto;
    transition: all .3s
}

.s-faq .all-faq .item .top {
    float: left;
    width: 100%;
    cursor: pointer;
    padding: 19px 25px 16px 21px
}

.s-faq .all-faq .item .top h2 {
    float: left;
    width: 490px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.08px
}

.s-faq .all-faq .item .top .arrow {
    float: right;
    margin-top: 6px;
    transform: rotate(0);
    transition: all .3s
}

.s-faq .all-faq .item .top .arrow.rotate {
    transition: all .3s;
    transform: rotate(180deg)
}

.s-faq .all-faq .item p {
    float: left;
    width: 100%;
    padding: 0 24px 45px 21px;
    opacity: .7;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.08px
}

.s-faq .all-faq .s-left {
    float: left;
    width: 49%;
    margin-right: 2%
}

.s-faq .all-faq .s-right {
    float: left;
    width: 49%
}

@media (max-width: 1440px) {
    .s-faq .text-lg {
        font-size: 100px
    }

    .s-faq:before {
        width: 650px;
        height: 80px;
        background-size: 100%
    }

    .s-faq:after {
        width: 500px;
        height: 500px;
        background-size: 100%
    }
}

@media (max-width: 1200px) {
    .s-faq:before {
        display: none
    }
}

@media (max-width: 991px) {
    .s-faq {
        margin-top: 60px;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .s-faq .text-lg {
        display: none
    }

    .s-faq:after {
        display: none
    }

    .s-faq .all-faq .item .top h2 {
        width: 95%
    }

    .s-faq .all-faq .s-left {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }

    .s-faq .all-faq .s-right {
        width: 100%
    }
}

@media (max-width: 480px) {
    .contact_wrap{margin-top:70px !important;}
    .s-faq {
        margin-top: 100px;
    }

    .s-faq h1 {
        font-size: 26px;
        margin-bottom:30px;
    }

    .s-faq h1:before {
        display: none
    }

    .s-faq h1:after {
        display: none
    }

    .s-faq h3 {
        margin-bottom: 10px;
        font-size: 13px
    }

    .s-faq .all-faq {
        margin-top: 30px
    }

    .s-faq .all-faq .item {
        height: 50px
    }

    .s-faq .all-faq .item .top {
        padding: 11px 14px 19px 14px
    }

    .s-faq .all-faq .item .top h2 {
        width: 90%;
        font-size: 12px
    }

    .s-faq .all-faq .item p {
        padding: 0 14px 20px 14px;
        font-size: 12px;
        line-height: 20px
    }
}

.s-contact {
    padding-top: 85px;
    padding-bottom: 50px;
    position: relative;
    background: #11116b
}

.s-contact .bg {
    background: url(bg-contact.jpg) no-repeat center center;
    width: 100%;
    height: 760px;
    position: absolute;
    left: 0;
    top: -300px;
    z-index: 0
}

.s-contact h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 19px
}

.s-contact h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px;
    width: 280px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 80px
}

.s-contact h1:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-contact h1:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-contact .cont-contact {
    position: relative;
    margin-top: 80px;
    float: left;
    width: 100%
}

.s-contact .cont-contact:after {
    content: "";
    background: url(bg-contact.svg) no-repeat;
    width: 749px;
    height: 450px;
    position: absolute;
    top: 75px;
    right: -100px;
    z-index: -1
}

.s-contact .cont-contact .s-form {
    float: left;
    width: 584px;
    position: relative;
    z-index: 2
}

.s-contact .cont-contact .s-form h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    margin-bottom: 5px
}

.s-contact .cont-contact .s-form p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px
}

.s-contact .cont-contact .s-form form {
    float: left;
    width: 100%
}

.s-contact .cont-contact .s-form form .form-group {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative
}

.s-contact .cont-contact .s-form form .form-group:last-child {
    margin-bottom: 0
}

.s-contact .cont-contact .s-form form .form-group ul {
    float: left;
    margin-top: 20px
}

.s-contact .cont-contact .s-form form .form-group ul li {
    float: left;
    margin-left: 58px;
    position: relative
}

.s-contact .cont-contact .s-form form .form-group ul li:after {
    content: "";
    width: 2px;
    height: 22px;
    position: absolute;
    top: 3px;
    right: -30px;
    background: url(https://guide-page.dothome.co.kr/404.html) no-repeat
}

.s-contact .cont-contact .s-form form .form-group ul li a {
    opacity: 1;
    transition: all .3s
}

.s-contact .cont-contact .s-form form .form-group ul li a:hover {
    opacity: .5;
    transition: all .3s
}

.s-contact .cont-contact .s-form form .form-group ul li:first-child {
    margin-left: 0
}

.s-contact .cont-contact .s-form form .form-group ul li:last-child:after {
    display: none
}

.s-contact .cont-contact .s-form form .form-group.input-focus label {
    top: 8px;
    font-size: 12px;
    transition: all .3s
}

.s-contact .cont-contact .s-form form .form-group label {
    opacity: .65;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.19px;
    position: absolute;
    left: 27px;
    top: 18px;
    transition: all .3s
}

.s-contact .cont-contact .s-form form .form-group label.error {
    visibility: hidden;
    position: relative;
    left: inherit;
    top: initial;
    color: red;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-top: 12px;
    display: block;
    margin-left: 5px
}

.s-contact .cont-contact .s-form form .form-group input[type=number], .s-contact .cont-contact .s-form form .form-group input[type=text], .s-contact .cont-contact .s-form form .form-group textarea {
    width: 100%;
    height: 55px;
    border-radius: 7px;
    background-color: rgba(68, 60, 217, .3);
    border: 1px solid #4842e7;
    transition: all .3s;
    padding: 0 27px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.19px;
    position: relative;
    padding-top: 15px
}

.s-contact .cont-contact .s-form form .form-group input[type=number]:focus, .s-contact .cont-contact .s-form form .form-group input[type=text]:focus, .s-contact .cont-contact .s-form form .form-group textarea:focus {
    border: 1px solid #36c5d5;
    transition: all .3s
}

.s-contact .cont-contact .s-form form .form-group textarea {
    resize: none;
    height: 187px;
    padding: 27px
}

.s-contact .cont-contact .s-form form .form-group input[type=submit] {
    float: right;
    width: 256px;
    height: 63px;
    background-image: linear-gradient(105deg, #271d74 0, #3a1ba5 62%, #4b4af3 100%);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 12px 20px -8px transparent;
    transition: all .3s
}

.s-contact .cont-contact .s-form form .form-group input[type=submit]:hover {
    box-shadow: 0 12px 20px -8px #463fe0;
    transition: all .3s
}

.s-contact .cont-contact .illustration {
    position: absolute;
    right: -60px;
    top: -30px
}

.s-contact .cont-contact .illustration:before {
    content: "";
    background: url(bg-contact.svg) no-repeat;
    width: 749px;
    height: 450px;
    position: absolute;
    z-index: 0;
    top: 138px
}

.s-contact .cont-contact .illustration iframe {
    width: 700px;
    height: 600px;
    position: relative;
    z-index: 5
}

@media (max-width: 1440px) {
    .s-contact .cont-contact .illustration {
        position: absolute;
        right: 10px;
        top: 4px
    }

    .s-contact .cont-contact .illustration:before {
        content: "";
        width: 600px;
        height: 450px;
        top: 113px;
        background-size: 100%
    }

    .s-contact .cont-contact .illustration iframe {
        width: 600px;
        height: 500px
    }
}

@media (max-width: 1200px) {
    .s-contact .cont-contact .s-form {
        width: 450px
    }

    .s-contact .cont-contact .s-form form .form-group ul li {
        margin-left: 35px
    }

    .s-contact .cont-contact .s-form form .form-group ul li:after {
        right: -20px
    }

    .s-contact .cont-contact .illustration iframe {
        width: 530px
    }
}

@media (max-width: 991px) {
    .s-contact .bg {
        display: none
    }

    .s-contact h1 {
        margin-bottom: 0
    }

    .s-contact .cont-contact {
        margin-top: 50px
    }

    .s-contact .cont-contact:after {
        display: none
    }

    .s-contact .cont-contact .s-form {
        width: 100%
    }

    .s-contact .cont-contact .s-form h2 {
        display: none
    }

    .s-contact .cont-contact .s-form p {
        display: none
    }

    .s-contact .cont-contact .illustration {
        display: none
    }
}

@media (max-width: 480px) {
    .s-contact {
        padding-top: 30px;
        padding-bottom: 50px
    }

    .s-contact .cont-contact {
        margin-top: 30px
    }

    .s-contact .cont-contact .s-form form .form-group .types-contact {
        position: absolute;
        bottom: -60px;
        left: 50%;
        margin-left: -72.5px
    }

    .s-contact .cont-contact .s-form form .form-group input[type=submit] {
        width: 100%
    }

    .s-contact h1 {
        font-size: 26px
    }

    .s-contact h1:after {
        display: none
    }

    .s-contact h1:before {
        display: none
    }

    .s-contact h3 {
        font-size: 13px;
        margin-bottom: 10px
    }
}

footer {
    padding-bottom: 80px;
    background: url(bg-footer.jpg) no-repeat center bottom;
    padding-top: 25px
}

footer .social {
    display: table;
    margin: 0 auto;
    margin-bottom: 46px
}

footer .social li {
    float: left;
    margin-left: 26px
}

footer .social li:first-child {
    margin-left: 0
}

footer .social li a {
    display: block;
    width: 56px;
    height: 56px;
    background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%);
    border-radius: 50%;
    position: relative;
    transition: all .3s;
    box-shadow: 0 8px 20px -1px transparent
}

footer .social li a img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

footer .social li a:hover {
    box-shadow: 0 8px 20px -1px rgba(172, 76, 206, .7);
    transition: all .3s
}

footer .logo {
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}

footer .copy p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -.19px
}

@media (max-width: 480px) {
    footer {
        padding-top: 50px;
        background-size: 1000px
    }

    footer .social {
        width: 100%
    }

    footer .social li {
        float: left;
        margin-left: 0;
        width: 33%;
        margin-bottom: 30px
    }

    footer .social li a {
        display: table;
        margin: 0 auto
    }
}

#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

@media (max-width: 991px) {
    #particles-js {
        height: 700px
    }
}

@media (max-width: 480px) {
    #particles-js {
        height: 490px
    }
}

.s-gallery {
    padding-top: 150px;
    position: relative
}

.s-gallery .cont {
    display: block
}

.s-gallery .bg {
    background: url(bg-roadmap.jpg) no-repeat center center;
    width: 100%;
    height: 1400px;
    position: absolute;
    top: -240px
}
.s-gallery h3 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 19px
}

.s-gallery h1 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px;
    width: 300px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 90px
}

.s-gallery h1:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-gallery h1:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-gallery .gall_wrap{}
.s-gallery .gall_wrap:after{content:'';display: block;float:none;clear:both;}
.s-gallery .gall_wrap>div{float:left;width:25%;padding:5px;overflow: hidden;font-size:0;}
.s-gallery .gall_wrap>div>img{width:100%;transform:scale(1);transition: transform 0.3s;cursor:pointer;}
.s-gallery .gall_wrap>div>img:hover{transform:scale(1.2);}


@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
    .s-gallery {
        padding-top: 100px
    }

    .s-gallery .bg {
        display: none
    }
}

@media (max-width: 768px) {
    .s-gallery .gall_wrap>div{width:33.3333%;}
}

@media (max-width: 480px) {
    .s-gallery .gall_wrap>div{width:50%;}
    .s-gallery {
        padding-top: 70px
    }

    .s-gallery h1 {
        width: 100%;
        font-size: 26px;
        margin-bottom: 60px
    }

    .s-gallery h1:after {
        display: none
    }

    .s-gallery h1:before {
        display: none
    }
}

.s-roadmap {
    padding-top: 190px;
    position: relative
}

.s-roadmap .cont {
    display: block
}

.s-roadmap .bg {
    background: url(bg-roadmap.jpg) no-repeat center center;
    width: 100%;
    height: 820px;
    position: absolute;
    top: -240px
}

.s-roadmap .line-roadmap {
    height: 7px;
    border-radius: 0 4px 4px 0;
    background-image: linear-gradient(to right, #201f9c 0, #11116a 100%);
    width: 84%;
    position: absolute;
    top: 420px;
    max-width: 1530px
}

.s-roadmap .line-roadmap.load-line .line-active {
    transition: 1.5s;
    width: 70%
}

.s-roadmap .line-roadmap .line-active {
    background-image: linear-gradient(218deg, rgba(255, 253, 104, 0) 0, #d2723d 100%);
    float: left;
    height: 7px;
    width: 0%;
    transition: 1.5s
}

.s-roadmap h3 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 19px
}

.s-roadmap h1 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: -.17px;
    width: 300px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 140px
}

.s-roadmap h1:before {
    content: "";
    background: url(line-before-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -1.5px
}

.s-roadmap h1:after {
    content: "";
    background: url(line-after-market.png) no-repeat;
    width: 65px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -1.5px
}

.s-roadmap .ctrl-slide-road {
    width: 100%;
    position: absolute;
    left: 0;
    top: 209px;
    z-index: 10
}

.s-roadmap .ctrl-slide-road .btn {
    width: 46px;
    height: 46px;
    background-color: #201f9c;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.s-roadmap .ctrl-slide-road .btn img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.s-roadmap .ctrl-slide-road .btn.btn-prev {
    float: left
}

.s-roadmap .ctrl-slide-road .btn.btn-next {
    float: right
}

.s-roadmap .year {
    display: table;
    margin: 0 auto;
    margin-top: 53px;
    margin-bottom: 170px
}

.s-roadmap .year li {
    float: left;
    margin-left: 66px;
    position: relative
}

.s-roadmap .year li:after {
    content: "";
    background: url(https://guide-page.dothome.co.kr/404.html) no-repeat;
    width: 22px;
    height: 2px;
    position: absolute;
    right: -45px;
    top: 13px
}

.s-roadmap .year li:first-child {
    margin-left: 0
}

.s-roadmap .year li:last-child:after {
    display: none
}

.s-roadmap .year li.now span {
    opacity: 1
}

.s-roadmap .year li span {
    display: block;
    opacity: .53;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.35px
}

.s-roadmap .slide-roadmap {
    position: relative;
    overflow: hidden;
    margin-left: 6%
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide.finished .circle {
    border: none;
    width: 14px;
    height: 14px;
    box-shadow: 0 2px 9px rgba(231, 178, 81, .43), 0 2px 8px rgba(232, 182, 82, .45);
    background-image: linear-gradient(136deg, #fffd68 0, #d2723d 100%);
    position: relative
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide.finished .circle:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #c57b33;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3px;
    margin-left: -3px
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide.finished .text-year:before {
    background: url(line-year-yellow.png) no-repeat
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide.finished .text-year h2 {
    background: -webkit-linear-gradient(#ecd350 0, #f3984a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide.finished .text-year ul li span {
    color: rgba(255, 255, 255, .8)
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .circle {
    display: block;
    width: 13px;
    height: 13px;
    border: 2px solid #2e2dae;
    background-color: #11106a;
    border-radius: 50%;
    margin-bottom: 55px
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year {
    position: relative
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year:before {
    content: "";
    background: url(line-year-blue.png) no-repeat;
    position: absolute;
    top: -45px;
    left: 5px;
    width: 2px;
    height: 22px
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year h2 {
    color: rgba(255, 255, 255, .5);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.43px;
    margin-bottom: 30px
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year ul {
    width: 220px
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year ul li {
    margin-bottom: 25px;
    float: left;
    width: 100%
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year ul li:before {
    content: "";
    float: left;
    margin-right: 10px;
    width: 4px;
    height: 4px;
    background-image: linear-gradient(58deg, #ecd350 0, #f3984a 100%);
    border-radius: 50%;
    margin-top: 7px
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year ul li span {
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    float: left
}

.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year ul li:last-child {
    margin-bottom: 0
}

@media (max-width: 1440px) {
    .s-roadmap .line-roadmap {
        width: 86%;
        max-width: 1200px
    }

    .s-roadmap .ctrl-slide-road .btn.btn-next {
        margin-right: 7%
    }
}

@media (max-width: 1200px) {
    .s-roadmap {
        padding-top: 100px
    }

    .s-roadmap .bg {
        display: none
    }

    .s-roadmap .line-roadmap {
        top: 329px
    }
}

@media (max-width: 768px) {
    .s-roadmap .ctrl-slide-road .btn.btn-prev {
        margin-left: 15px
    }

    .s-roadmap .ctrl-slide-road .btn.btn-next {
        margin-right: 15px
    }

    .s-roadmap .slide-roadmap {
        margin-left: 16%
    }
}

@media (max-width: 480px) {
    .s-roadmap {
        padding-top: 70px
    }

    .s-roadmap h1 {
        width: 100%;
        font-size: 26px;
        margin-bottom: 60px
    }

    .s-roadmap h1:after {
        display: none
    }

    .s-roadmap h1:before {
        display: none
    }

    .s-roadmap h3 {
        margin-bottom: 10px;
        font-size: 13px
    }

    .s-roadmap .slide-roadmap {
        margin-left: 22%
    }

    .s-roadmap .line-roadmap {
        top: 202px
    }

    .s-roadmap .ctrl-slide-road {
        top: 111px
    }
}

.flag-aux {
    display: none
}

.load-page {
    background: #11106a;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99
}

.load-page img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -100px
}

.menu-button {
    display: block;
    width: 39px;
    cursor: pointer;
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1);
    float: right;
    margin: 10px 0 0;
    height: 30px;
    position: relative
}

a.menu-button:hover .menu-icon, a.menu-button:hover .menu-icon::after {
    width: 39px;
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}

.menu-icon {
    width: 39px;
    height: 5px;
    border-radius: 30px;
    background-color: #fff;
    display: block;
    position: absolute;
    float: right;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}

.menu-icon::after, .menu-icon::before {
    content: '';
    display: block;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}

.menu-icon::before {
    margin-top: -12px;
    width: 39px;
    height: 5px;
    border-radius: 30px;
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}

.menu-icon::after {
    margin-top: 12px;
    width: 39px;
    height: 5px;
    border-radius: 30px;
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}

.menu-opened .menu-icon {
    height: 0;
    width: 39px;
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}

.menu-opened .menu-icon::after {
    width: 39px;
    transform: rotate(45deg);
    margin-top: 0;
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}

.menu-opened .menu-icon::before {
    transform: rotate(-45deg);
    margin-top: 0;
    transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}

#particles-top {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

@media (max-width: 991px) {
    [data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important
    }
}

.animated.delay-0-5s {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.drop-lang::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px
}

.drop-lang::-webkit-scrollbar {
    width: 4px;
    background-color: transparent
}

.drop-lang::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #b051d3), color-stop(.5, #3d35b5), color-stop(.6, #3d35b5))
}

@-webkit-keyframes vertical-animate {
    0%, 40% {
        transform: translateY(0)
    }
    70% {
        transform: translateY(5px)
    }
}

@-moz-keyframes vertical-animate {
    0%, 40% {
        transform: translateY(0)
    }
    70% {
        transform: translateY(5px)
    }
}

@-o-keyframes vertical-animate {
    0%, 40% {
        transform: translateY(0)
    }
    70% {
        transform: translateY(5px)
    }
}

@keyframes vertical-animate {
    0%, 40% {
        transform: translateY(0)
    }
    70% {
        transform: translateY(5px)
    }
}



@-webkit-keyframes vertical-animate2 {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(13px)
    }
}

@-moz-keyframes vertical-animate2 {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(13px)
    }
}

@-o-keyframes vertical-animate2 {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(13px)
    }
}

@keyframes vertical-animate2 {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(13px)
    }
}

@media (max-width: 991px) {
    [data-aos^=fade][data-aos^=fade] {
        opacity: 1 !important
    }
}

#footer{float: left; width: 100%; padding: 20px 0 0px; text-shadow: 1px 1px 1px #00000030;}
#footer>div{text-align: center;color:white;font-size:17px; line-height: 2;color:#fff;}
#footer>div>a{font-size:14px; color:#e7e7e7;font-weight: bold;line-height: 5;}



@media (max-width: 768px) {

#footer>div{font-size:14px;}
#footer>div>a{font-size:14px;}
}

.header_line{display:none;margin-top:-15px;text-align: center;}
@media (max-width: 480px) {
    .header_line{display: block;}
}

.btn-e {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    padding: 4px 12px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-e-xlg, .btn-group-xlg > .btn-e {
    padding: 9px 20px;
    font-size: 20px !important;
    line-height: 1;
}
.btn-e {
    color: #FFF;
    background-color: #4B4B4D;
}
.btn-e-indigo {
    color: #FFF;
    border: 0;
    background-color: #6284F3;
    /* box-shadow: 0 18px 33px rgba(136, 75, 206, .88); */
    /* background-image: linear-gradient(34deg, #b051d3 0, #3d35b5 100%); */
    
}
.btn-e-sm, .btn-group-sm > .btn-e {
    padding: 4px 10px;
    font-size: 14px !important;
    line-height: 1;
}
.btn-e-default {
    color: #FFF !important;
    text-decoration: none;
    background-color: #787878;
    border-color: rgba(0, 0, 0, 0.1);
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-bottom-0, .margin-bottom-5, .margin-bottom-10, .margin-bottom-15, .margin-bottom-20, .margin-bottom-25, .margin-bottom-30, .margin-bottom-35, .margin-bottom-40, .margin-bottom-45, .margin-bottom-50, .margin-bottom-55, .margin-bottom-60 {
    clear: both;
}
.text-center {
    text-align: center;
    margin-bottom: 50px;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none!important;
}
@media (max-width: 767px) {
.visible-xs {
    display: block!important;
}
}
        .contents { max-width: 1200px; margin: 0 auto; padding: 50px 0px; }

        .box {box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.bkbox {box-shadow: rgba(129, 129, 129, 0.1) 0px 20px 25px -5px, rgba(123, 123, 123, 0.04) 0px 10px 10px -5px;}
.boxborder {border-radius: 7px !important}
.ds-none {display: none !important}

.eyoom-form {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	outline: none;
	color: #4B4B4D
}

.eyoom-form .eyoom-mgb-10 {
	margin-bottom: 10px
}

.eyoom-form .eyoom-mgb-20 {
	margin-bottom: 20px
}

.eyoom-form .eyoom-mgb-30 {
	margin-bottom: 30px
}

.eyoom-form header {
	display: block;
	padding: 15px 20px;
	border-bottom: 1px solid #D5D5D5;
	background: #EAECEE;
	font-size: 16px;
	font-weight: 600;
	color: #2B2B2E
}

.eyoom-form fieldset {
	display: block;
	padding: 20px 20px 10px;
	border: none;
	background: #FFF
}

.eyoom-form fieldset+fieldset {
	border-top: 1px solid #E5E5E5
}

.eyoom-form fieldset.no-padding {
	padding: 0
}

.eyoom-form section {
	margin-bottom: 10px
}

.eyoom-form footer {
	display: block;
	padding: 15px 20px;
	border-top: 1px solid #D5D5D5;
	background: #FFF
}

.eyoom-form footer:after {
	content: '';
	display: table;
	clear: both
}

.eyoom-form a {
	color: #2B2B2E
}

.eyoom-form a:hover {
	color: #FF4848
}

.eyoom-form a.btn {
	color: #FFF
}

.eyoom-form a.btn-e {
	color: #FFF
}

.eyoom-form .label {
	display: inline-block;
	margin-bottom: 5px;
	line-height: 1;
	font-weight: 600
}

.eyoom-form .label.col {
	margin: 0;
	padding-top: 10px
}

.eyoom-form .label .validation-mark {
	color: #FF4848
}

.eyoom-form .note {
	margin-top: 6px;
	padding: 0 1px;
	font-size: 11px;
	line-height: 15px;
	color: #999
}

.eyoom-form .button,
.eyoom-form .checkbox,
.eyoom-form .input,
.eyoom-form .radio,
.eyoom-form .select,
.eyoom-form .textarea,
.eyoom-form .toggle {
	position: relative;
	display: block
}

.eyoom-form .input input,
.eyoom-form .select select,
.eyoom-form .textarea textarea {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 39px;
	padding: 6px 10px;
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	background: #FFF;
	color: #4B4B4D;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none
}

.eyoom-form .input input {
	height: 30px;
	padding: 6px 12px
}

.eyoom-form .input input.rounded {
	border-radius: 30px !important
}

.eyoom-form .input input.focus {
	border-color: #B7C8FF
}

.eyoom-form .input-combine {
	position: relative;
	display: block;
	width: 100%
}

.eyoom-form .input-combine .input-back,
.eyoom-form .input-combine .input-front {
	width: 50%;
	float: left
}

.eyoom-form .select select {
	height: 30px;
	padding: 6px 10px
}

.eyoom-form .progress {
	float: right;
	margin-top: 10px;
	line-height: 39px;
	color: #4B4B4D
}

.eyoom-form button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.eyoom-form .input-captcha img {
	position: absolute;
	top: 1px;
	right: 1px;
	border-left: 1px solid #E5E5E5
}

.eyoom-form .input-search .button {
	position: absolute;
	top: 1px;
	right: 1px;
	float: none;
	height: 28px;
	margin: 0;
	padding: 0 20px;
	font-weight: 600;
	font-size: 12px;
	line-height: 28px;
	background: #F8F8F8;
	color: #4B4B4D;
	border-left: 1px solid #D5D5D5
}

.eyoom-form .input-search .button:hover {
	box-shadow: none
}

.eyoom-form .input-search .button input {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 12px;
	cursor: pointer;
	opacity: 0
}

.eyoom-form .input-button .button {
	position: absolute;
	top: 1px;
	right: 1px;
	float: none;
	height: 28px;
	margin: 0;
	padding: 0 20px;
	font-weight: 600;
	font-size: 12px;
	line-height: 28px;
	background: #F8F8F8;
	color: #4B4B4D;
	border-left: 1px solid #D5D5D5
}

.eyoom-form .input-button .button:hover {
	box-shadow: none
}

.eyoom-form .input-button .button input {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 12px;
	cursor: pointer;
	opacity: 0
}

.eyoom-form .input-file .button {
	position: absolute;
	top: 1px;
	right: 1px;
	float: none;
	height: 30px;
	margin: -1px -1px;
	padding: 0 20px;
	font-weight: 600;
	font-size: 12px;
	line-height: 30px;
	background-color: #4B4B4D
}

.eyoom-form .input-file .button:hover {
	box-shadow: none
}

.eyoom-form .input-file .button input {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 12px;
	cursor: pointer;
	opacity: 0
}

.eyoom-form .select i {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 48px;
	height: 26px;
	background: #FFF;
	pointer-events: none
}

.eyoom-form .select i:after,
.eyoom-form .select i:before {
	content: '';
	position: absolute;
	right: 10px;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.eyoom-form .select i:after {
	top: 14px;
	bottom: 12px;
	border-top: 4px solid #4B4B4D
}

.eyoom-form .select i:before {
	top: 8px;
	border-bottom: 4px solid #4B4B4D
}

.eyoom-form .select select {
	padding-right: 10px
}

.eyoom-form .select-multiple select {
	height: auto
}

.eyoom-form .textarea textarea {
	height: auto;
	resize: none
}

.eyoom-form .textarea-resizable textarea {
	resize: vertical
}

.eyoom-form .textarea-expandable textarea {
	height: 39px
}

.eyoom-form .textarea-expandable textarea:focus {
	height: auto
}

.eyoom-form .checkbox,
.eyoom-form .radio {
	margin-top: -3px;
    margin-bottom: 5px;
	padding-left: 27px;
	font-size: 12px;
	line-height: 27px;
	color: #333;
	cursor: pointer
}

.eyoom-form .checkbox:last-child,
.eyoom-form .radio:last-child {
	margin-bottom: 0
}

.eyoom-form .checkbox input,
.eyoom-form .radio input {
	position: absolute;
	left: -9999px
}

.eyoom-form .checkbox i,
.eyoom-form .radio i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #FFF
}

.eyoom-form .checkbox i {
	border-radius: 2px !important
}

.eyoom-form .radio i {
	border-radius: 50% !important
}

.eyoom-form .checkbox input+i:after,
.eyoom-form .radio input+i:after {
	position: absolute;
	opacity: 0;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s
}

.eyoom-form .radio input+i:after {
	content: '';
	background-color: #999;
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50% !important
}

.eyoom-form .checkbox input+i:after {
	top: -7px;
	left: -1px;
	width: 12px;
	height: 12px;
	font-size: 10px;
	font-family: 'Font Awesome\ 5 Free';
	content: "\f00c";
	font-weight: 900;
	text-align: center
}

.eyoom-form .checkbox input:checked+i:after,
.eyoom-form .radio input:checked+i:after {
	opacity: 1
}

.eyoom-form .inline-group {
	margin: 0 -30px -4px 0
}

.eyoom-form .inline-group:after {
	content: '';
	display: table;
	clear: both
}

.eyoom-form .inline-group .checkbox,
.eyoom-form .inline-group .radio {
	float: left;
	margin-right: 30px
}

.eyoom-form .inline-group .checkbox:last-child .eyoom-form .inline-group .radio:last-child {
	margin-bottom: 4px
}

.eyoom-form .toggle {
	font-weight: normal;
	margin-bottom: 5px;
	padding-right: 61px;
	font-size: 13px;
	line-height: 24px;
	color: #4B4B4D;
	cursor: pointer
}

.eyoom-form .toggle:last-child {
	margin-bottom: 0
}

.eyoom-form .toggle input {
	opacity: 0;
	position: absolute;
	left: -9999px
}

.eyoom-form .toggle i {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	display: inline-block;
	height: 24px;
	width: 45px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #E2E2E7;
	box-shadow: inset 0 0 0 1px #D5D5DB;
	border-radius: 48px !important
}

.eyoom-form .toggle i:after {
	content: "";
	position: absolute;
	display: block;
	height: 22px;
	width: 22px;
	top: 50%;
	margin-top: -11px;
	left: 1px;
	border-radius: 48px !important;
	background: #FFF;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
	transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1)
}

.eyoom-form .toggle i:before {
	content: "";
	position: absolute;
	display: block;
	height: 24px;
	width: 24px;
	top: 0;
	left: 0;
	border-radius: 12px !important;
	background: rgba(76, 217, 100, 0);
	-webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
	transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1)
}

.eyoom-form .toggle input:checked+i:after {
	left: 22px
}

.eyoom-form .toggle input:checked+i:before {
	width: 45px;
	background: #73B852;
	-webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1) !important;
	transition: width 0.2s cubic-bezier(0, 0, 0, 0.1) !important
}

.eyoom-form .toggle.red-toggle input:checked+i:before {
	background: #FF4848
}

.eyoom-form .toggle.blue-toggle input:checked+i:before {
	background: #53A5FA
}

.eyoom-form .toggle.yellow-toggle input:checked+i:before {
	background: #FDAB29
}

.eyoom-form .toggle input:checked i {
	box-shadow: inset 0 0 0 25px #D5D5DB;
	-webkit-transition: box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95);
	transition: box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95)
}

.eyoom-form .toggle.small-toggle {
	line-height: 20px
}

.eyoom-form .toggle.small-toggle i {
	height: 20px;
	width: 35px;
	border-radius: 40px !important
}

.eyoom-form .toggle.small-toggle i:after {
	height: 18px;
	width: 18px;
	top: 50%;
	margin-top: -9px;
	left: 1px;
	border-radius: 40px !important
}

.eyoom-form .toggle.small-toggle i:before {
	height: 20px;
	width: 20px;
	border-radius: 40px !important
}

.eyoom-form .toggle.small-toggle input:checked+i:after {
	left: 16px
}

.eyoom-form .toggle.small-toggle input:checked+i:before {
	width: 35px
}

.eyoom-form .rating {
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 24px;
	color: #4B4B4D
}

.eyoom-form .rating:last-child {
	margin-bottom: 0
}

.eyoom-form .rating input {
	position: absolute;
	left: -9999px
}

.eyoom-form .rating label {
	display: block;
	float: right;
	height: 15px;
	margin-top: 5px;
	padding: 0 1px;
	font-size: 15px;
	line-height: 15px;
	cursor: pointer
}

.eyoom-form .button {
	float: right;
	height: 39px;
	overflow: hidden;
	margin: 10px 0 0 20px;
	padding: 0 25px;
	outline: none;
	border: 0;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	cursor: pointer
}

.eyoom-form .icon-append,
.eyoom-form .icon-prepend {
	position: absolute;
	top: 1px;
	width: 29px;
	height: 28px;
	font-size: 12px;
	line-height: 29px;
	text-align: center
}

.eyoom-form .icon-append {
	right: 1px;
	padding-left: 2px;
	padding-right: 1px;
	min-width: 30px;
	border-left-width: 1px;
	border-left-style: solid
}

.eyoom-form .icon-prepend {
	left: 1px;
	padding-left: 2px;
	padding-right: 1px;
	border-right-width: 1px;
	border-right-style: solid
}

.eyoom-form .input .icon-prepend+input,
.eyoom-form .textarea .icon-prepend+textarea {
	padding-left: 43px
}

.eyoom-form .input .icon-append+input,
.eyoom-form .textarea .icon-append+textarea {
	padding-right: 43px
}

.eyoom-form .input .icon-prepend+.icon-append+input,
.eyoom-form .textarea .icon-prepend+.icon-append+textarea {
	padding-left: 43px
}

.eyoom-form .row {
	margin: 0 -10px
}

.eyoom-form .row:after {
	content: '';
	display: table;
	clear: both
}

.eyoom-form .col {
	float: left;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    margin-bottom: 5px;
}

.eyoom-form .col-1 {
	width: 8.33333%
}

.eyoom-form .col-2 {
	width: 16.66666%
}

.eyoom-form .col-3 {
	width: 25%
}

.eyoom-form .col-4 {
	width: 33.33333%
}

.eyoom-form .col-5 {
	width: 41.66666%
}

.eyoom-form .col-6 {
	width: 50%
}

.eyoom-form .col-7 {
	width: 58.33333%
}

.eyoom-form .col-8 {
	width: 66.6666%
}

.eyoom-form .col-9 {
	width: 75%
}

.eyoom-form .col-10 {
	width: 83.33333%
}

.eyoom-form .col-11 {
	width: 91.66666%
}

.eyoom-form .col-12 {
	width: 100%
}

.eyoom-form .tooltip {
	position: absolute;
	z-index: 1;
	left: -9999px;
	padding: 2px 8px 3px;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	background: #2B2B2E;
	color: #FFF;
	opacity: 0;
	-ms-transition: margin 0.3s, opacity 0.3s;
	-moz-transition: margin 0.3s, opacity 0.3s;
	-webkit-transition: margin 0.3s, opacity 0.3s
}

.eyoom-form .tooltip:after {
	content: '';
	position: absolute
}

.eyoom-form .input input:focus+.tooltip,
.eyoom-form .textarea textarea:focus+.tooltip {
	opacity: 1
}

.eyoom-form .tooltip-top-right {
	bottom: 100%;
	margin-bottom: 15px
}

.eyoom-form .tooltip-top-right:after {
	top: 100%;
	right: 14px;
	border-top: 4px solid #2B2B2E;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.eyoom-form .input input:focus+.tooltip-top-right,
.eyoom-form .textarea textarea:focus+.tooltip-top-right {
	right: 0;
	left: auto;
	margin-bottom: 5px
}

.eyoom-form .tooltip-top-left {
	bottom: 100%;
	margin-bottom: 15px
}

.eyoom-form .tooltip-top-left:after {
	top: 100%;
	left: 14px;
	border-top: 4px solid #2B2B2E;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.eyoom-form .input input:focus+.tooltip-top-left,
.eyoom-form .textarea textarea:focus+.tooltip-top-left {
	right: auto;
	left: 0;
	margin-bottom: 5px
}

.eyoom-form .tooltip-right {
	top: 5px;
	white-space: nowrap;
	margin-left: 15px
}

.eyoom-form .tooltip-right:after {
	top: 5px;
	right: 100%;
	border-top: 4px solid transparent;
	border-right: 4px solid #2B2B2E;
	border-bottom: 4px solid transparent
}

.eyoom-form .input input:focus+.tooltip-right,
.eyoom-form .textarea textarea:focus+.tooltip-right {
	left: 100%;
	margin-left: 5px
}

.eyoom-form .tooltip-left {
	top: 5px;
	white-space: nowrap;
	margin-right: 15px
}

.eyoom-form .tooltip-left:after {
	top: 5px;
	left: 100%;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #2B2B2E
}

.eyoom-form .input input:focus+.tooltip-left,
.eyoom-form .textarea textarea:focus+.tooltip-left {
	right: 100%;
	left: auto;
	margin-right: 5px
}

.eyoom-form .tooltip-bottom-right {
	top: 100%;
	margin-top: 15px
}

.eyoom-form .tooltip-bottom-right:after {
	bottom: 100%;
	right: 14px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #2B2B2E;
	border-left: 4px solid transparent
}

.eyoom-form .input input:focus+.tooltip-bottom-right {
	right: 0;
	left: auto;
	margin-top: 5px
}

.eyoom-form .tooltip-bottom-left {
	top: 100%;
	margin-top: 15px
}

.eyoom-form .tooltip-bottom-left:after {
	bottom: 100%;
	left: 14px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #2B2B2E;
	border-left: 4px solid transparent
}

.eyoom-form .input input:focus+.tooltip-bottom-left {
	right: auto;
	left: 0;
	margin-top: 5px
}

.eyoom-form .checkbox i,
.eyoom-form .icon-append,
.eyoom-form .icon-prepend,
.eyoom-form .input input,
.eyoom-form .radio i,
.eyoom-form .select select,
.eyoom-form .textarea textarea,
.eyoom-form .toggle i {
	border-color: #D5D5D5;
	-ms-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	-webkit-transition: border-color 0.2s
}

.eyoom-form .input-combine .input-front input {
	border-right: 0
}

.eyoom-form .toggle i:before {
	background-color: inherit
}

.eyoom-form .rating label {
	color: #ccc;
	-ms-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s
}

.eyoom-form .button {
	background-color: #C4C4C4;
	opacity: 0.8;
	-ms-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s
}

.eyoom-form .button.button-secondary {
	background-color: #B5B5B5
}

.eyoom-form .icon-append,
.eyoom-form .icon-prepend {
	background-color: #FAFAFA;
	color: #4B4B4D
}

.eyoom-form .textarea .icon-prepend {
	border-bottom: 1px solid #D5D5D5
}

.eyoom-form .textarea .icon-append {
	border-bottom: 1px solid #D5D5D5
}

.eyoom-form .input:hover input,
.eyoom-form .select:hover select,
.eyoom-form .textarea:hover textarea {
	border-color: #B7C8FF
}

.eyoom-form .checkbox:hover i,
.eyoom-form .radio:hover i,
.eyoom-form .toggle:hover i,
.eyoom-form .ui-slider-handle:hover {
	border-color: #B7C8FF
}

.eyoom-form .rating input+label:hover,
.eyoom-form .rating input+label:hover~label {
	color: #FF4848
}

.eyoom-form .rating.red-checked input+label:hover,
.eyoom-form .rating.red-checked input+label:hover~label {
	color: #FF4848
}

.eyoom-form .rating.blue-checked input+label:hover,
.eyoom-form .rating.blue-checked input+label:hover~label {
	color: #53A5FA
}

.eyoom-form .rating.green-checked input+label:hover,
.eyoom-form .rating.green-checked input+label:hover~label {
	color: #73B852
}

.eyoom-form .rating.yellow-checked input+label:hover,
.eyoom-form .rating.yellow-checked input+label:hover~label {
	color: #FDAB29
}

.eyoom-form .button:hover {
	opacity: 1
}

.eyoom-form .input input:focus,
.eyoom-form .select select:focus,
.eyoom-form .textarea textarea:focus {
	border-color: #B7C8FF;
	box-shadow: none
}

.eyoom-form .checkbox input:focus+i,
.eyoom-form .radio input:focus+i,
.eyoom-form .toggle input:focus+i {
	border-color: #B7C8FF;
	box-shadow: none
}

.eyoom-form .checkbox input+i:after {
	color: #FF4848
}

.eyoom-form .checkbox.dark-checkbox input+i:after {
	color: #4B4B4D
}

.eyoom-form .checkbox.red-checkbox input+i:after {
	color: #FF4848
}

.eyoom-form .checkbox.blue-checkbox input+i:after {
	color: #53A5FA
}

.eyoom-form .checkbox.green-checkbox input+i:after {
	color: #73B852
}

.eyoom-form .checkbox.yellow-checkbox input+i:after {
	color: #FDAB29
}

.eyoom-form .radio input+i:after {
	background-color: #FF4848
}

.eyoom-form .radio.dark-radio input+i:after {
	background-color: #4B4B4D
}

.eyoom-form .radio.red-radio input+i:after {
	background-color: #FF4848
}

.eyoom-form .radio.blue-radio input+i:after {
	background-color: #53A5FA
}

.eyoom-form .radio.green-radio input+i:after {
	background-color: #73B852
}

.eyoom-form .radio.yellow-radio input+i:after {
	background-color: #FDAB29
}

.eyoom-form .checkbox input:checked+i,
.eyoom-form .radio input:checked+i,
.eyoom-form .toggle input:checked+i {
	border-color: #838692
}

.eyoom-form .checkbox.red-checkbox input:checked+i,
.eyoom-form .radio.red-radio input:checked+i {
	border-color: #FF7070
}

.eyoom-form .checkbox.blue-checkbox input:checked+i,
.eyoom-form .radio.blue-radio input:checked+i {
	border-color: #80BCFA
}

.eyoom-form .checkbox.green-checkbox input:checked+i,
.eyoom-form .radio.green-radio input:checked+i {
	border-color: #96C77E
}

.eyoom-form .checkbox.yellow-checkbox input:checked+i,
.eyoom-form .radio.yellow-radio input:checked+i {
	border-color: #FFC05C
}

.eyoom-form .rating input:checked~label {
	color: #FF4848
}

.eyoom-form .rating.red-checked input:checked~label {
	color: #FF4848
}

.eyoom-form .rating.blue-checked input:checked~label {
	color: #53A5FA
}

.eyoom-form .rating.green-checked input:checked~label {
	color: #73B852
}

.eyoom-form .rating.yellow-checked input:checked~label {
	color: #FDAB29
}

.eyoom-form input.error {
	border-color: #FF5722;
	background-color: #FBE9E7;
	color: #9c1F1F
}

.eyoom-form label.error {
	display: block;
	margin-top: 5px;
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	color: #9c1F1F
}

.eyoom-form input.valid {
	border-color: #4CAF50;
	background-color: #E8F5E9;
	color: #205823
}

.eyoom-form .checkbox.state-disabled,
.eyoom-form .input.state-disabled input,
.eyoom-form .radio.state-disabled,
.eyoom-form .select.state-disabled,
.eyoom-form .textarea.state-disabled,
.eyoom-form .toggle.state-disabled {
	cursor: default;
	opacity: 0.4;
	cursor: not-allowed
}

.eyoom-form .checkbox.state-disabled:hover i,
.eyoom-form .input.state-disabled:hover input,
.eyoom-form .radio.state-disabled:hover i,
.eyoom-form .select.state-disabled:hover select,
.eyoom-form .textarea.state-disabled:hover textarea,
.eyoom-form .toggle.state-disabled:hover i {
	border-color: #D5D5D5
}

.eyoom-form .message {
	display: none;
	color: #6fb679
}

.eyoom-form .message i {
	display: block;
	margin: 0 auto 20px;
	width: 81px;
	height: 81px;
	border: 1px solid #73B852;
	border-radius: 50% !important;
	font-size: 30px;
	line-height: 81px
}

.eyoom-form.submited fieldset,
.eyoom-form.submited footer {
	display: none
}

.eyoom-form.submited .message {
	display: block;
	padding: 25px 30px;
	background: rgba(255, 255, 255, .9);
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	text-align: center
}

.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 150px;
	background: #FFF;
	box-shadow: 0 0 0 1px #B7C8FF;
	z-index: 10001;
	margin-left: 1px
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.ui-timepicker-duration {
	margin-left: 5px;
	color: #888
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #FFF;
	color: #000
}

.ui-timepicker-list .ui-timepicker-selected:hover,
.ui-timepicker-list li:hover,
li.ui-timepicker-selected {
	background: #B7C8FF;
	color: #FFF
}

.ui-timepicker-list li:hover .ui-timepicker-duration,
li.ui-timepicker-selected .ui-timepicker-duration {
	color: #ccc
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2
}

.ui-datepicker {
	display: none;
	padding: 10px 12px !important;
	background: #FFF !important;
	box-shadow: 0 0 0 1px #B7C8FF !important;
	margin-left: 1px !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	line-height: 1.55 !important;
	text-align: center !important;
	color: #666 !important
}

.ui-datepicker.ui-widget-content {
	border: 0 !important
}

.ui-datepicker.ui-widget-content .ui-state-hover,
.ui-datepicker.ui-widget-header .ui-state-hover {
	background: none !important
}

.ui-datepicker a {
	color: #404040 !important
}

.ui-datepicker-header {
	position: relative !important;
	margin: -10px -12px 10px !important;
	padding: 10px 0 !important;
	font-size: 14px !important;
	border-bottom: 1px solid #EEEEEE !important
}

.ui-datepicker-next,
.ui-datepicker-prev {
	position: absolute !important;
	top: 0 !important;
	display: block !important;
	width: 43px !important;
	height: 43px !important;
	font-size: 14px !important;
	line-height: 43px !important;
	text-decoration: none !important;
	cursor: pointer !important
}

.ui-datepicker-prev {
	left: 0 !important
}

.ui-datepicker-next {
	right: 0 !important
}

.ui-datepicker-calendar {
	border-collapse: collapse !important;
	font-size: 12px !important;
	line-height: 27px !important
}

.ui-datepicker-calendar th {
	color: #999 !important
}

.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
	display: block !important;
	width: 27px !important;
	height: 27px !important;
	margin: auto !important;
	text-decoration: none !important;
	color: #4B4B4D !important;
	border-radius: 50% !important
}

.ui-datepicker-calendar a {
	border: 1px solid transparent !important
}

.ui-datepicker-calendar a:hover {
	border: 1px solid #D5D5D5 !important;
	background: #FAFAFA !important
}

.ui-datepicker-calendar span {
	color: #B5B5B5 !important;
	text-align: center
}

.ui-datepicker-today a {
	font-weight: 700 !important;
	color: #D42E2E !important
}

.ui-datepicker-calendar .ui-state-active {
	border: 1px solid #D5D5D5 !important;
	background: #FAFAFA !important;
	cursor: default !important
}

.ui-datepicker-inline .ui-datepicker-calendar {
	width: 100% !important
}

.eyoom-form .datepair-wrap {
	position: relative;
	display: block;
	width: 100%
}

.eyoom-form .datepair-wrap .input-combine {
	width: 48%;
	float: left
}

.eyoom-form .datepair-wrap .input-combine-pair {
	width: 4%;
	float: left;
	text-align: center;
	line-height: 30px;
	font-weight: 700
}

@media (max-width: 600px) {
	.eyoom-form .datepair-wrap .input-combine {
		width: 100%
	}

	.eyoom-form .datepair-wrap .input-combine-pair {
		width: 100%
	}
}

.eyoom-form .ui-slider {
	position: relative;
	height: 2px;
	background: #E5E5E5;
	margin: 10px 6px 24px;
	border: 0
}

.eyoom-form .ui-slider-handle {
	position: absolute;
	width: 10px;
	height: 10px;
	margin: -6px 0 0 -6px;
	border: 2px solid #FF4848;
	border-radius: 50% !important;
	outline: none;
	background: #FFF;
	-ms-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	-webkit-transition: border-color 0.2s
}

.eyoom-form .slider-value-color {
	color: #D42E2E
}

.eyoom-form .tag-editor {
	border: 1px solid #D5D5D5;
	font-size: 11px
}

.eyoom-form .tag-editor li {
	margin: 4px 0
}

.eyoom-form .tag-editor .tag-editor-tag {
	background: #53A5FA;
	color: #FFF;
	padding-left: 7px;
	line-height: 15px;
	height: 14px;
	margin: 3px 0
}

.eyoom-form .tag-editor .tag-editor-delete {
	background: #53A5FA;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 15px;
	height: 14px;
	margin: 3px 0
}

.eyoom-form .tag-editor .tag-editor-delete i {
	line-height: 15px;
	height: 14px
}

.eyoom-form .tag-editor .tag-editor-delete i:before {
	font-size: 11px;
	font-weight: bold;
	color: #FFF
}

.eyoom-form .tag-editor .tag-editor-delete:hover i:before {
	color: #000
}

.eyoom-form .tag-red .tag-editor .tag-editor-tag {
	background: #FF4848
}

.eyoom-form .tag-red .tag-editor .tag-editor-delete {
	background: #FF4848
}

.eyoom-form .tag-green .tag-editor .tag-editor-tag {
	background: #73B852
}

.eyoom-form .tag-green .tag-editor .tag-editor-delete {
	background: #73B852
}

.eyoom-form .tag-yellow .tag-editor .tag-editor-tag {
	background: #FDAB29
}

.eyoom-form .tag-yellow .tag-editor .tag-editor-delete {
	background: #FDAB29
}

.eyoom-form .tag-dark .tag-editor .tag-editor-tag {
	background: #4B4B4D
}

.eyoom-form .tag-dark .tag-editor .tag-editor-delete {
	background: #4B4B4D
}

.eyoom-form .tag-dark .tag-editor .tag-editor-delete:hover i:before {
	color: #FDAB29
}

.ui-menu {
	padding: 8px 0;
	min-width: 150px
}

.ui-menu .ui-menu-item {
	font-size: 12px;
	padding: 3px 8px
}

.ui-menu .ui-menu-item:hover {
	background: #F4F4F4
}

.eyoom-form-modal {
	position: fixed;
	z-index: 1;
	display: none;
	width: 400px
}

.eyoom-form-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7)
}

.eyoom-form *,
.eyoom-form *:after,
.eyoom-form *:before {
	box-sizing: content-box;
	-moz-box-sizing: content-box
}

.eyoom-form .label {
	border-radius: 0;
	font-size: 13px;
	text-align: left;
	white-space: normal;
	color: inherit
}

.eyoom-form .checkbox,
.eyoom-form .radio {
	font-weight: 400
}

.eyoom-form .checkbox+.checkbox,
.eyoom-form .radio+.radio {
	margin-top: 0
}

.eyoom-form button *,
.eyoom-form button *:after,
.eyoom-form button *:before {
	margin: 0 auto;
	padding: 0 auto
}

.eyoom-form .modal-body,
.eyoom-form .modal-footer,
.eyoom-form .modal-header {
	padding: 10px
}

.clockpicker-plate {
	border-radius: 50% !important
}

.clockpicker-button {
	background-image: none !important;
	background-color: #FFF !important;
	border-width: 1px 0 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	margin: 0 !important;
	padding: 10px 0 !important;
	color: #2B2B2E !important
}

.clockpicker-button:hover {
	background-color: #FAFAFA !important;
	color: #1A75D1 !important
}

.popover {
	border-radius: 0 !important;
	border: 1px solid #B7C8FF;
	box-shadow: none
}

.popover.bottom>.arrow {
	border-bottom-color: #B7C8FF
}

.popover.left>.arrow {
	border-left-color: #B7C8FF
}

.popover.right>.arrow {
	border-right-color: #B7C8FF
}

.popover.top>.arrow {
	border-top-color: #B7C8FF
}

.daterangepicker {
	font-size: 12px;
	border: 1px solid #B7C8FF;
	margin-top: -1px !important;
	box-shadow: none !important
}

.daterangepicker:after,
.daterangepicker:before {
	display: none !important
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
	width: 60px !important
}

.daterangepicker .drp-buttons .btn {
	height: auto !important
}

.bootstrap-maxlength.label {
	display: inline;
	padding: 3px 6px;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0;
	margin-top: 1px
}

.bootstrap-maxlength.label.label-danger {
	background: #FF4848
}

.bootstrap-maxlength.label.label-info {
	background: #53A5FA
}

.bootstrap-maxlength.label.label-success {
	background: #73B852
}

.bootstrap-maxlength.label.label-warning {
	background: #FDAB29
}

.asSpinner .asSpinner-down,
.asSpinner .asSpinner-up {
	position: absolute;
	top: 2px;
	width: 26px;
	height: 26px;
	background: #4B4B4D;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	cursor: pointer
}

.asSpinner .asSpinner-down:hover,
.asSpinner .asSpinner-up:hover {
	background: #2B2B2E
}

.asSpinner .asSpinner-up {
	right: 29px
}

.asSpinner .asSpinner-down {
	right: 2px
}

.asSpinner .asSpinner-up:before {
	font-family: 'Font Awesome\ 5 Free';
	content: "\f067";
	font-weight: 900;
	color: #FFF
}

.asSpinner .asSpinner-down:before {
	font-family: 'Font Awesome\ 5 Free';
	content: "\f068";
	font-weight: 900;
	color: #FFF
}

.eyoom-form .ms-container {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px
}

.eyoom-form .ms-container:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	min-height: 0;
	visibility: hidden
}

.eyoom-form .ms-container:before {
	position: relative;
	top: 70px;
	left: 5%;
	display: inline-block;
	font-family: 'Font Awesome\ 5 Free';
	content: "\f021";
	font-weight: 900;
	font-size: inherit;
	text-rendering: auto;
	font-size: 20px;
	margin-left: -7px
}

.eyoom-form .ms-container .ms-selectable,
.eyoom-form .ms-container .ms-selection {
	background: #FFF;
	color: #4B4B4D;
	float: left;
	width: 45%
}

.eyoom-form .ms-container .ms-selection {
	float: right
}

.eyoom-form .ms-container .ms-list {
	border: 1px solid #D5D5D5;
	position: relative;
	height: 170px;
	padding: 0;
	overflow-y: auto
}

.eyoom-form .ms-container .ms-list.ms-focus {
	border: 1px solid #B7C8FF
}

.eyoom-form .ms-container ul {
	margin: 0;
	list-style-type: none;
	padding: 0
}

.eyoom-form .ms-container .ms-optgroup-container {
	width: 100%
}

.eyoom-form .ms-container .ms-optgroup-label {
	margin: 0;
	padding: 5px 0 0 5px;
	cursor: pointer;
	color: #2B2B2E;
	font-weight: bold
}

.eyoom-form .ms-container .ms-selectable li.ms-elem-selectable,
.eyoom-form .ms-container .ms-selection li.ms-elem-selection {
	border-bottom: 1px solid #EEEEEE;
	padding: 4px 10px;
	color: #4B4B4D;
	font-size: 12px
}

.eyoom-form .ms-container .ms-selectable li.ms-hover,
.eyoom-form .ms-container .ms-selection li.ms-hover {
	cursor: pointer;
	color: #D42E2E;
	text-decoration: none;
	background-color: #F8F8F8
}

.eyoom-form .ms-container .ms-selectable li.disabled,
.eyoom-form .ms-container .ms-selection li.disabled {
	background-color: #EEEEEE;
	color: #A5A5A5;
	cursor: text
}

.eyoom-form .knob-wrap {
	position: relative;
	overflow: hidden;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 120px
}

.asColorPicker-wrap {
	width: 100% !important
}

.asColorPicker-trigger {
	position: absolute !important;
	top: 1px !important;
	right: 1px !important;
	width: 24px !important;
	height: 24px !important;
	border: 2px solid #FFF !important
}

.asColorPicker-clear {
	top: 5px !important;
	right: 35px !important;
	width: 20px !important;
	height: 20px !important;
	background: #959595 !important;
	text-align: center;
	line-height: 20px;
	color: #FFF !important;
	border-radius: 10px !important
}

.asColorPicker-dropdown {
	max-width: 255px !important;
	border: 0 !important;
	box-shadow: 0 0 0 1px #B7C8FF !important;
	margin-left: 1px !important
}

.asColorPicker-alpha i,
.asColorPicker-hue i {
	margin-top: 0 !important;
	left: 0 !important
}

.asColorPicker-saturation i {
	width: 8px !important;
	height: 8px !important;
	border-radius: 100% !important
}

.dropify-wrapper {
	width: inherit !important
}

.code-view-text {
	margin-bottom: 10px;
	text-align: right
}

.code-view-text a {
	font-size: 11px;
	color: #1E88E5
}

.btn-e.button-uploading:after {
	top: 6px
}

.btn-e.btn-e-lg.button-uploading:after {
	top: 10px
}

.btn-e.btn-e-sm.button-uploading:after {
	top: 3px
}

.btn-e.btn-e-xs.button-uploading:after {
	top: 2px
}

.label {
	padding: 0.2em 0 0.3em
}

.checkbox,
.radio {
	margin-top: 0
}

.clearfix {
	display: block;
	position: relative;
	clear: both
}

@media (max-width: 600px) {
	.sm-margin-bottom-10 {
		margin-bottom: 10px
	}
}

.required-mark:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-top: 8px solid #FF4848;
	border-left: 8px solid transparent;
	width: 0;
	height: 0;
	z-index: 1
}

.section {padding: 60px 0}
	.container {width: 100%; padding: 0}
	.section-top {padding-top: 0 !important; padding-bottom: 0 !important}
	.basic-body.sub-basic-body {padding: 0}
	.btn-e {padding: 20px 40px; border-radius: 7px !important}
	.btn-e-xxlg, .btn-group-xxlg > .btn-e {font-size: 18px !important}
	.section-2, .section-4, .section-6 {background-repeat:no-repeat;background-size:cover;background-position:center}
	.section-2 {background-image:url('/img/bg55.jpg')}
	.section-4 {background-image:url('/img/bg44.jpg')}
	.image {position:relative;}
	.image img {margin: 0 auto}
	.image .tb1 { position: absolute; top: 43%;left: 50%;transform: translate(-50%, -50%); z-index: 9; text-align: left}
	.image .tb2 { position: absolute; top: 25%;left: 50%;transform: translate(-50%, -50%); z-index: 9; text-align: left}
	.tb1 h5{color:#fff; font-size: 35px; letter-spacing: 20px}
	.tb1 h1{font-size: 70px; letter-spacing: -2px; color: #fff; font-weight: 300; line-height: 80px}
	.tb1 h3{font-size: 30px; letter-spacing: -2px; color: #fff; margin: 0}
	.tb1 h2{font-size: 30px; letter-spacing: -2px; color: #fff}
	.tb1 .mlogo{width:50px}
	
	.ts {text-shadow: rgba(169, 178, 186, 0.5) 2px 2px 4px;}
	.slc h1 {font-size:50px; letter-spacing: -2px;}
	.slc h3 {font-size:25px;}
	.slc h5 {font-size:20px;}
	.slc img {width:77px}
	
	.slc2 img {width:77px}
	.slc2 h1 {color:#fff; font-size:40px}
	.slc2 h3 {color:#fff; font-size: 25px}
	.slc3 {}
	.slc3 h2 {color:#fff; font-size: 40px; padding-top: 250px}
	.slc3 h2 b{font-size: 60px}
	
	.slc4 h1 {font-size:60px; letter-spacing: -2px; color:#fff}
	.slc4 h1 b{font-size:100px; letter-spacing: -2px; color:#fff}
	.slc4 h2 {font-size:35px; color:#fff}
	.slc4 h5 {font-size:25px; color:#fff; font-weight: 200}
	.slc4 img {width:77px}
	
	.lbimg {width: 100% !important; max-width: 400px !important}
	
	.check {width: 30px !important; float: left; margin-right:8px}
	
	.textarea textarea {height: 100px !important}

	.free-title h2 {font-size: 25px; font-weight: 900}
	.free-title h5 {font-size: 20px; font-weight: 600; color:#ec0201}

	.bar {
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,0.2);
        margin: 40px 0;
    }

    .bar-large {
        width: 100%;
        height: 2px;
        background: rgba(255,255,255,0.3);
        margin: 40px 0;
    }

	.eyoom-form .label {font-size: 18px}
	.eyoom-form .input input {font-size: 30px; padding: 15px; height: 80px; border-radius: 2px !important; background: #f7f7f7}

	.eyoom-form .textarea textarea {font-size: 16px; padding: 15px 15px; height: 50px; border-radius: 10px !important; background: #f7f7f7}
	.eyoom-form .select select {font-size: 16px; padding: 15px; height: 55px; border-radius: 50px !important; background: #f7f7f7}
	.eyoom-form .select i {top:15px; background: #f7f7f7; right: 20px}

	.eyoom-form .checkbox, .eyoom-form .radio {font-size: 16px}

	.board-write .board-setup {position:relative;border:1px solid #d5d5d5;height:30px;margin-bottom:20px}
	.board-write .board-setup .select {position:absolute;top:-1px;left:-1px;display:inline-block;width:200px}
	.board-write .board-setup-btn-box {position:absolute;top:-1px;right:-1px;display:inline-block;width:420px}
	.board-write .board-setup-btn {float:left;width:25%;height:30px;line-height:30px;color:#fff;text-align:center;font-size:12px}
	.board-write .board-setup-btn:nth-child(odd) {background:#59595B}
	.board-write .board-setup-btn:nth-child(even) {background:#676769}
	.board-write .board-setup-btn:hover {opacity:0.8}
	.board-write .board-write-title {position:relative;padding-bottom:15px; text-align: left}
	.board-write .board-write-title h4{font-size: 35px; color: #0013ff; letter-spacing: -3px; font-weight: 500}
	.board-write .board-write-title h5{font-size: 20px}
	.board-write .blind {position:absolute;top:-10px;left:-100000px;display:none}
	.board-write .write-edit-wrap #wr_content {display:block;box-sizing:border-box;-moz-box-sizing:border-box;width:100%;min-height:200px;padding:6px 10px;outline:none;border-width:1px;border-style:solid;border-radius:0;background:#FFF;color:#353535;appearance:normal;-moz-appearance:none;-webkit-appearance:none;resize:vertical}
	.board-write .write-option-btn {float:left;padding:0 15px;margin-bottom:3px;height:24px;line-height:24px;color:#fff;text-align:center;font-size:11px}
	.board-write .write-option-btn:nth-child(odd) {background:#59595B}
	.board-write .write-option-btn:nth-child(even) {background:#676769}
	.board-write .write-option-btn:hover {color:#fff;opacity:0.8}
	.board-write .write-collapse-box {margin-top:10px;background:#f8f8f8;border:1px solid #d5d5d5;padding:15px 10px}
	.board-write #modal_video_note .table-list-eb .table thead>tr>th {text-align:left}
	/* Auto Save */
	.autosave-btn {position:absolute;top:0;right:0}
	#autosave_wrapper {position:relative}
	#autosave_pop {display:none;z-index:10;position:absolute;top:0;right:0;padding:8px;width:320px;height:auto !important;height:180px;max-height:250px;border:2px solid #959595;background:#fff;box-shadow:0 1px 8px rgba(0, 0, 0, 0.2);overflow-y:scroll}
	html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important}
	#autosave_pop div {text-align:right}
	#autosave_pop button {margin:0;padding:0;border:0;background:transparent;margin-left:10px}
	#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;list-style:none}
	#autosave_pop li {padding:7px 0;border-bottom:1px solid #e9e9e9;zoom:1;font-size:12px}
	#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
	#autosave_pop a {display:block;float:left}
	#autosave_pop span {display:block;float:right}
	#autosave_pop .autosave_heading {text-align:left}
	#autosave_pop strong {font-size:13px}
	#autosave_pop .fa-times {position:absolute;top:10px;right:15px}
	.autosave_close {cursor:pointer}
	.autosave_content {display:none}
	/* Tag */
	#tag-box {border:1px dashed #c5c5c5;min-height:20px;padding:5px;background:#fff;margin-top:15px}
	#tag-cloud div {display:inline-block;line-height:1;background:#676769;padding:3px 7px;margin:2px 3px;font-size:11px;color:#fff;border-radius:2px !important}
	#tag-cloud div i {cursor:pointer}
	/* Ckeditor */
	.board-write a.cke_button {padding:2px 5px}
	.board-write a.cke_button_on {padding:1px 4px}
	.board-write a.cke_button_off:hover, .board-write a.cke_button_off:focus, .board-write a.cke_button_off:active {padding:1px 4px}
	/* Smart Editor */
	.cke_sc {margin-bottom:10px}
	.btn_cke_sc {padding:0 10px}
	.cke_sc_def {padding:10px;margin-bottom:10px;margin-top:10px}
	.cke_sc_def button {padding:3px 15px;background:#555555;color:#fff;border:none}
	/* Summernote */
	.eyoom-form .note-editor *, .eyoom-form .note-editor *:after, .eyoom-form .note-editor *:before {box-sizing:border-box;-moz-box-sizing:border-box}
	.eyoom-form .note-editor.panel-default>.panel-heading {background-color:#eaecee;border:0;border-bottom:1px solid #A9A9A9}
	.panel-heading.note-toolbar .note-color .dropdown-menu {padding-top:6px;padding-bottom:6px;padding-left:1px}
	/* Map */
	#map_canvas {width:1000px;height:400px;display:none}


	@media (max-width:767px){
		.board-write {}
		.section-top {padding-top: 0px !important; padding-bottom: 0 !important}
		.section {padding: 30px 0}
		.image .tb1 { position: absolute;  top: 45%;left: 50%;transform: translate(-50%, -50%); z-index: 9; text-align: left}
		.image .tb2 { position: absolute; width:90%; top: 55%;left: 50%;transform: translate(-50%, -50%); z-index: 9; text-align: left}
		.tb1 h5{color:#fff; font-size: 20px; letter-spacing: 15px}
		.tb1 h1{font-size: 25px; letter-spacing: -2px; color: #fff; font-weight: 300; line-height: 55px}
		.tb1 h3{font-size: 15px; letter-spacing: -2px; color: #fff}
		.tb1 h2{font-size: 15px; letter-spacing: -2px; color: #fff}
		.tb1 img{margin-top: 20px}
		.tb1 .mlogo{width: 40px}
		.board-write .board-write-title h4{font-size: 23px; color: #0013ff; letter-spacing: -3px; font-weight: 500}
		.board-write .board-write-title h5{font-size: 18px}
		
		.slc h1 {font-size:25px; letter-spacing: -2px;}
		.slc h3 {font-size:18px;}
		.slc h5 {font-size:15px; line-height: 20px}
		.slc img {width:40px}

		.slc2 img {width:40px}
		.slc2 h1 {color:#fff; font-size:25px}
		.slc2 h3 {color:#fff; font-size: 15px; margin: 0}
		.slc3 {}
		.slc3 h2 {color:#fff; font-size: 20px; padding-top: 120px}
		.slc3 h2 b{font-size: 35px}

		.slc4 h1 {font-size:30px; letter-spacing: -2px; color:#fff}
		.slc4 h1 b{font-size:40px; letter-spacing: -2px; color:#fff}
		.slc4 h2 {font-size:20px; color:#fff}
		.slc4 h5 {font-size:18px; color:#fff; font-weight: 200}
		.slc4 img {width:40px}
		.xs-md-top-20 {padding-top: 20px}

        .eyoom-form .checkbox {
            font-size: 13px;
        }

        .eyoom-form .input input {
            font-size: 16px;
            height: 50px;
        }

        .eyoom-form section {
            margin-bottom: 5px;
        }

        .cont .text-center {
            margin: 20px 0 30px 0;
        }
	}
    
    .blocker { z-index: 5 !important; }
    .modal-header {
        margin-bottom: 10px;
    }
    .modal-header * { 
        color: #000;
    }
    .modal-body * { 
        color: #000;
        font-size: 16px;
        line-height: 1.4; 
    }