/*             공통              */
body {
    font-family: noto sans kr;
}
body, div{
    margin:0 auto;
}
.wrapper{
    width:100%;
    font-family:'Noto Sans KR';
    font-weight:400;
}
.btn:active {
    -webkit-box-shadow:none;
    box-shadow:none;
}


/*             header              */
.header {
    width:100%;
    height:90px;
    font-size:16px;
    line-height:90px;
}
.mobile-header,
.mobile-header-overlay {
    display: none;
}
.topMenu{
    width:1020px;
    user-select: none;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
}
.topMenu .gnb-logo {
    float:left;
    margin:20px 0 0 0;
}
.topMenu .menu{
    float:left;
    margin-left:90px;
}
.topMenu .menu ul{
    margin:0;
}
.topMenu .menu ul li{
    float:left;
    /*padding-right:90px;*/
    padding-right:70px;
}
.topMenu .menu ul li:last-child{
    float: left;
    padding-right: 10px;
}
.topMenu .nav a {
    color:#333;
    text-decoration:none;
}
.topMenu .nav a:hover {
    color:#000;
    text-decoration:none;
}
.topMenu .top-btn{
    float:right;
}
.topMenu .top-btn .login {
    float:right;
    width:120px;
    height:40px;
    margin-top:23px;
    font-size:14px;
    text-align:center;
    /*border:1px #000 solid;*/
    border: 1px solid transparent;
    color: #333;
    line-height:37px;
    margin-right:10px;
}
.topMenu .top-btn .make{
    float:right;
    width:120px;
    height:40px;
    margin-top:23px;
    font-size:14px;
    text-align:center;
    line-height:37px;
    color:#fff;
    background:#000;
}
.topMenu .mobile-nav-btn {
    display: none;
}

/*dropdown*/
.topMenu .top-btn .account-dropdown {
    float:right;
    height:40px;
    /*max-width:180px;*/
    margin-top:23px;
    padding:0 20px;
    color:#333;
    font-size:14px;
    text-align:center;
    border:1px #999 transparent;
    /*border-radius:2px;*/
    line-height:37px;
    margin-right:10px;
    cursor: pointer;
    z-index:999;
}
.topMenu .top-btn .account-dropdown > i {
    padding: 0 5px;
}
.topMenu .account-dropdown .simple-account {
    display: inline-block;
}
.topMenu .account-dropdown .icon-arrow-up,
.topMenu .account-dropdown .icon-arrow-down {
    /*vertical-align: text-bottom;*/
    cursor: pointer;
    font-size: 12px;
    vertical-align: middle;
}
.main-account-pop{
    display:none;
    position: fixed;
    top: 67px;
    width: 120px;
    padding: 10px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    z-index:999;
}
.main-account-pop ul{
    line-height:28px;
}
.main-account-pop .line-logout{
    line-height:28px;
}
.main-account-pop ul a,.main-account-pop a{
    color:#444;
    text-decoration: none;
}
.main-account-pop .popover-arrow-up{
    position: absolute;
    top:0;
    left:0;
}
.main-account-pop .popover-arrow-up:after{
    top: -6px;
    right: -64px;
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    background-color: #fff;
    transform: rotate(-45deg);
    /*content: " ";*/
    /*border-bottom: 6px solid #555;*/
    /*border-left: 6px solid transparent;*/
    /*border-right: 6px solid transparent;*/
    /*position: absolute;*/
    /*top: -6px;*/
    /*right: -64px;*/
}

.main-account-pop li:hover,
.main-account-pop .line-logout:hover {
    color: #00aadd;
}

/*             main slide              */
.main-slide {
    width:100%;
    /*height:762px;*/
    height: calc(100vh - 90px);
    padding-top: 50px;
}
.slide01 {
    background:url(../../img/main/index/mainTop_bg01.jpg) center center / cover no-repeat;
}
.slide02 {
    background:url(../../img/main/index/mainTop_bg02.jpg) center center / cover no-repeat;
    background-position-y: top !important;
}
.carousel-contents .slide-txt {
    /*padding-top:40px;*/
    /*font-size:34px;*/
    /*font-weight:200;*/
    /*color:#000;*/
    /*text-align:center;*/
    /*line-height:40px;*/
    padding: 40px 40px 30px 40px;
    font-size: 34px;
    font-weight: 200;
    text-align: center;
    line-height: 40px;
    /*background: rgba(232, 134, 134, 0.7);*/
    /*background: rgba(255, 255, 255, 0.4);*/
    width: 700px;
    color: #000;
}
.carousel-contents .slide-txt span {
    line-height:65px;
}
.carousel-contents {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 2;
}
ol.carousel-indicators > li {
    width: 12px;
    height: 12px;
    transition: 0.5s all;
    margin: 0px 3px !important;
    border-color: rgba(232, 134, 134, 0.7);
}
ol.carousel-indicators > li.active {
    width: 60px;
    background: rgba(232, 134, 134, 0.7);
}
.typewrite {
    display: block;
    width: 400px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: left;
    color: #000;
    /*color: #7b5d5d;*/
}
.typewrite > .wrap {
    position: relative;
    padding: 0 5px;
    /*border-right: 2px solid rgba(123, 93, 93,.75);*/
    border-right: 2px solid rgba(0, 0, 0,.75);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);

    animation: typewriter 4s steps(44) 1s 1 normal both,
    blinkTextCursor 800ms steps(44) infinite normal;
}
@keyframes typewriter{
    from{width: 0;}
    to{width: 24em;}
}
@keyframes blinkTextCursor{
    from{border-right-color: rgba(0, 0, 0,.75);}
    to{border-right-color: transparent;}
}

/*             main template              */
.main-tpl-container {
    width:1020px;
    padding:120px 0;
    text-align:center;
}
.main-tpl-container .title{
    font-size:36px;
    font-weight:300;
}
.main-tpl-container .contents {
    margin:100px 0 65px 0;
}
.main-tpl-container .contents .template {
    float:left;
    margin:0 30px 30px 0;
}
.main-tpl-container .contents .template:last-child{
    margin-right:0px;
}
.main-tpl-container .contents .template .img{
    width:320px;
    height:230px;
    border:1px #d7d7d7 solid;
}
.main-tpl-container .contents .template .tag{
    text-align:center;
    font-size:16px;
    margin-top:10px;
}
.main-tpl-container .btn{
    padding:10px 34px;
    margin-top:35px;
    font-size:15px;
    text-align:center;
    border:1px #000 solid;
}
.main-tpl-container .btn a,.main-tpl-container a .btn{
    color:#000;
}

/*             main drag&drop             */
.main-drag-container{
    width:100%;
    background:#f4f4f5;
    overflow:hidden;
}
.main-drag-container .contents{
    width:1020px;
}
.main-drag-container .contents .explain{
    float:left;
    width:620px;
    margin:150px 0;
    padding-left:30px;
}
.main-drag-container .contents .explain .ti-txt{
    font-size:36px;
    font-weight:300;
}
.main-drag-container .contents .explain .sub-txt{
    font-size:22px;
    font-weight:300;
}
.main-drag-container .contents .explain .btn{
    padding:10px 34px;
    margin-top:20px;
    font-size:15px;
    text-align:center;
    color:#FFF;
    background:#000;
}
.main-drag-container .contents .gif{
    float:left;
    width:400px;
    margin-top:20px;
}

/*             main mobile             */
.main-mobile-container{
    width:100%;
    height:554px;
    overflow:hidden;
}
.main-mobile-container .contents{
    width:1020px;
}
.main-mobile-container .contents .explain{
    float:left;
    width:580px;
    margin:180px 0 0 0;
}
.main-mobile-container .contents .explain .ti-txt{
    font-size:36px;
    font-weight:300;
}
.main-mobile-container .contents .explain .sub-txt{
    font-size:22px;
    font-weight:300;
}
.main-mobile-container .contents .explain .btn{
    padding:10px 34px;
    margin-top:20px;
    font-size:15px;
    text-align:center;
    color:#000;
    border:1px #000 solid;
}
.main-mobile-container .contents .gif{
    float:left;
    width:440px;
}

/*             main photo             */
.main-photo-container{
    width:100%;
    height:555px;
    background:#f4f4f5;
}
.main-photo-container .contents{
    width:100%;
    height:555px;
    background: url(../../img/main/index/main_photo_bg.jpg) top right no-repeat;
}
.main-photo-container .contents .explain{
    float:left;
    width:760px;
    height:555px;
    background:#f4f4f5;
    padding:160px 0 0 160px;
}
.main-photo-container .contents .explain .ti-txt{
    font-size:36px;
    font-weight:300;
}
.main-photo-container .contents .explain .sub-txt{
    font-size:22px;
    font-weight:300;
}
.main-photo-container .contents .explain .btn{
    padding:10px 34px;
    margin-top:20px;
    font-size:15px;
    text-align:center;
    color:#FFF;
    background:#000;
}

/*             main compare             */
.main-compare-container{
    width:100%;
    height:700px;
    background: url(../../img/main/index/main_compare_bg.jpg) top center / cover no-repeat fixed;
}
.main-compare-container .contents{
    width:1020px;
    text-align:left;
}
.main-compare-container .contents .title{
    font-size:36px;
    padding:120px 0 50px 0 ;
    color:#FFF;
    font-weight:300;
}
.main-compare-container .contents .compare{
    width:470px;
    float:left;
    margin-bottom:65px;
    margin-right:80px;
}
.main-compare-container .contents .compare .icon{
    height:24px;
}
.main-compare-container .contents .compare .ti-txt{
    margin-top:10px;
    font-size:20px;
    color:#FFF;
    font-weight:300;
}
.main-compare-container .contents .compare .sub-txt{
    margin-top:15px;
    font-size:16px;
    color:#adadad;
    line-height:22px;
    font-weight:300;
}
.main-compare-container .contents .compare:nth-child(odd){
    margin-right:0px;
}


/*             main point             */
.main-point-container{
    width:100%;
    margin:100px 0;
    overflow:hidden;
}
.main-point-container .contents{
    width:1020px;
}
.main-point-container .contents .point{
    float:left;
    width:340px;
    margin:50px 0;
    text-align:center;
}
.main-point-container .contents .point .icon{
    height:60px;
}
.main-point-container .contents .point .ti-txt{
    margin-top:25px;
    font-size:24px;
    font-weight:400;
}
.main-point-container .contents .point .sub-txt{
    margin-top:15px;
    font-size:16px;
    color:#747474;
    line-height:22px;
    font-weight:300;
}

/*             main free             */
.main-free-container{
    width:100%;
    text-align:center;
    padding:100px 0;
    background:url(../../img/main/index/free_bg.jpg) center center / cover no-repeat;
    overflow: hidden;
}
.main-free-container .ti-txt{
    font-size:38px;
    color:#FFF;
    text-align:center;
    padding:15px 0;
    font-weight:300;
}
.main-free-container .btn{
    padding:10px 34px;
    font-size:15px;
    color:#fff;
    text-align:center;
    border:1px #fff solid;
    background-color:rgba(0,0,0,0.4);
    font-weight:300;
}
.main-free-container a .btn,.main-free-container .btn a{
    color:#fff;
}

/*             main official partner             */
.main-official-partner-container{
    width:100%;
    margin:30px 0 60px;
    overflow:hidden;
    text-align:center;
    padding-bottom:30px;
    border-bottom:1px solid #c5c5c5;
}
.main-official-partner-container .title{
    font-size:30px;
    font-weight:300;
    margin-bottom:40px
}
.main-official-partner-container .contents{
    width:1020px;
}
.main-official-partner-container .contents .point{
    float:left;
    width:340px;
    margin:50px 0;
    text-align:center;
}
.main-official-partner-container .contents .point.mg-tb-30{
    margin:30px 0;
}

/*             footer              */
.main-footer-container {
    width:100%
}
.main-footer-container .contents{
    width:1020px;
    margin-top:60px;
    margin-bottom:45px;
    overflow:hidden;
}
.main-footer-container .contents .bottomMenu {
    float:left;
    width:150px;
    text-align:left;
    color:#5c5c5c;
    font-size:14px;
}
.main-footer-container .contents .bottomMenu ul li{
    margin-bottom:15px;
    text-align:center;
}
.main-footer-container .contents .bottomMenu ul li a{
    color:#5c5c5c !important;
}
.main-footer-container .contents .info{
    float:right;
    width:400px;
    font-size:13px;
    color:#6c6c6c;
    font-weight:400;
}
.main-footer-container .contents .info .logo{
    border-bottom:1px #7d7d7d solid;
    padding-bottom:10px;
    margin-bottom:10px;
}

/*             sub template              */
.sub-tpl-container {
    width:100%;
    padding:85px 0;
    overflow:hidden;
    text-align:center;
    border-top:1px #e3e3e3 solid;
    border-bottom:1px #e3e3e3 solid;
}
.sub-tpl-container .title{
    font-size:36px;
}
.sub-tpl-container .sub-txt{
    font-size:22px;
    font-weight:300;
}
.sub-tpl-container .contents {
    width:1200px;
    margin-top:50px;
}
.sub-tpl-container .template-category {
    width: calc(1200px - 20px);
    margin: 50px auto;
    padding: 10px 50px;
    /*background: #f4f4f4;*/
    /*border-radius: 15px;*/
    font-size: 0;
}
.sub-tpl-container .template-category span {
    padding: 4px 20px;
    font-size: 14px;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    background: #fff;
    color: #555;
    cursor: pointer;
    white-space: nowrap;
    margin: 5px;
    display: inline-block;
    transition: 0.15s ease all;
    user-select: none;
}
.sub-tpl-container .template-category span:before {
    content: '#';
    padding-right: 2px;
}
.sub-tpl-container .template-category span.active,
.sub-tpl-container .template-category span:hover {
    background: #00aaff;
    color: #fff;
    border: 1px solid #00aaff;
}
.sub-tpl-container .contents  a{
    color:#fff;
    text-decoration:none;
}
.sub-tpl-container .contents .template {
    float: left;
    margin: 0 10px 30px 10px;
    position: relative;
    overflow: hidden;
}
.sub-tpl-container .contents .template .img {
    transition: 0.3s ease all;
}
.sub-tpl-container .contents .template:hover .img{
    transform: scale(1.05) rotate(.1deg);
}
.sub-tpl-container .contents .template .overlay {
    /*display: none;*/
    /*transform: translate3d(0px, 230px, 0px);*/
    opacity: 0;
    transition: 0.3s ease all;
}
.sub-tpl-container .contents .template:hover .overlay {
    /*display: block;*/
    /*transform: translate3d(0px, 0px, 0px);*/
    opacity: 1;
}
.sub-tpl-container .contents .template:last-child{
    margin-right:0px;
}
.sub-tpl-container .contents .template .template-image {
    position: relative;
    width:380px;
    height:240px;
    overflow: hidden;
}
.sub-tpl-container .contents .template .img{
    width:380px;
    height:240px;
    position: relative;
    overflow: hidden;
    outline: 1px solid #eee !important;
    outline-offset: -1px;
}
.sub-tpl-container .contents .template .overlay{
    width:380px;
    height:240px;
    color:#fff;
    font-size:15px;
    font-weight:300;
    padding-top:90px;
    background-color:rgba(54,59,62,0.8);
    z-index:10;
    position:absolute;
    top:0px;
    left:0px;
}
.sub-tpl-container .contents .template .overlay .preview{
    width:70px;
    height:25px;
    background:url(../../img/main/index/btn_arrow.png) bottom center no-repeat;
    cursor: pointer;
    /*pointer-events: none;*/
}
.sub-tpl-container .contents .template .overlay {

}
.sub-tpl-container .contents .template:hover .overlay {
}
.sub-tpl-container .contents .template .overlay .preview .show-template-preview {

}
.sub-tpl-container .contents .template:hover .overlay .preview .show-template-preview{

}
.sub-tpl-container .contents .template .overlay .btn-make{
    width:120px;
    height:40px;
    line-height:38px;
    margin-top:25px;
    text-align:center;
    color:#FFF;
    border:1px #fff solid;
    cursor: pointer;
}
.sub-tpl-container .contents .template .tag{
    text-align:center;
    font-size:16px;
    margin-top:10px;
    color:#666;
}
.sub-tpl-container .contents .template .tag.new{
    margin-left:-14px;
}
.sub-tpl-container .contents .template .template-new-icon{
    background-color: #ff0000;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0 5px;
    opacity: 0.85;
    font-size: 10px;
    vertical-align: middle;
}

/*             template preview              */
.template-preview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(238, 238, 238, 0.95);
    transform: translate3d(0px, 100vh, 0px);
    transition: 0.35s ease transform, 0.35s ease opacity;
    z-index: 0;
    opacity: 0;
}
.template-preview.show {
    transform: translate3d(0px, 0px, 0px);
    z-index: 1000;
    opacity: 1;
}
.template-preview-container,
.sub-preview-container {
    width:1400px;
    overflow: hidden;
}
.template-preview-container .template-preview-contents,
.sub-preview-container .contents{
    width:100%;
    height:45px;
    line-height:45px;
    color:#000;
    font-weight:300;
    margin:35px 0 16px 0;
    position:relative;
}
.template-preview-container .template-preview-contents > div {
    cursor: pointer;
}
.template-preview-container .template-preview-contents .back,
.sub-preview-container .contents .back{
    float:left;
    width:100px;
}
.template-preview-container .template-preview-contents .back span,
.sub-preview-container .contents .back span{
    padding: 0 10px;
}
.template-preview-container .template-preview-contents .set-icon,
.sub-preview-container .contents .set-icon{
    float:left;
    font-size:30px;
    width:100px;
    text-align:center;
    position:absolute;
    left:46%;
}
.template-preview-container .template-preview-contents .set-icon a,
.sub-preview-container .contents .set-icon a{
    color:#000;
    text-decoration:none;
}
.template-preview-container .template-preview-contents .btn,
.sub-preview-container .contents .btn{
    float: right;
    width: 230px;
    height: 40px;
    padding-top: 10px;
    color: #FFF;
    background: #000;
    font-size: 13px;
}
.template-preview-container .pc-screen.screen-loading-mask,
.template-preview-container .mobile-bg .mobile-screen.screen-loading-mask {
    background:url(/img/ico/loading.gif) center center no-repeat;
    background-color: #fff;
}
.template-preview-container .pc-screen,
.sub-preview-container .pc-screen{
    width:1400px;
    height:760px;
    /*background:url(../../img/main/index/pc_screen01.jpg) top center /cover no-repeat;*/
}
.template-preview-container .mobile-bg,
.sub-preview-container .mobile-bg{
    width:1400px;
    height:754px;
    /*background:url(../../img/main/index/mobile_screen_bg.png) top center no-repeat;*/
    padding-top:24px;
    vertical-align: top;
}
.template-preview-container .mobile-bg .mobile-screen,
.sub-preview-container .mobile-bg .mobile-screen{
    width:432px;
    height:700px;
    border:1px #eeeeee solid;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    /*background:url(../../img/main/index/mobile_screen01.jpg) top center /cover no-repeat;*/
}
.template-preview-container .icon-screen-desktop,
.template-preview-container .icon-screen-smartphone {
    color: #aeaeae;
    padding: 5px;
}
.template-preview-container .icon-screen-desktop.active,
.template-preview-container .icon-screen-smartphone.active{
    color: #000;
}
.template-preview-container .mobile-bg,
.template-preview-container .pc-screen {
    display: inline-block;
}
.template-preview-container .template-preview-platform {
    width: 2800px;
    transform: translate3d(0px, 0px, 0px);
    transition: 0.3s ease transform, 0.3s ease opacity;
}
.template-preview-container .template-preview-platform.toggle {
    transform: translate3d(-1400px, 0px, 0px);
}

.template-preview-container .pc-screen > iframe,
.template-preview-container .mobile-bg .mobile-screen > iframe {
    width: 100%;
    height: 100%;
    background-color: #fff;
}



/*    price, FAQ    */
.price-content{
    width:100%;
    overflow:hidden;
    background:url(../../img/main/price/price_bg.jpg) top center no-repeat;
    padding-top:40px;
    padding-bottom:80px;
    text-align:center;
}
.price-content .price-box{
    width:0 auto;
    margin-left:-160px;
}
.price-content .price-box .service{
    display:inline-block;
    width:140px;
    margin-right:35px;
    text-align:right;
    line-height:44px;
    color:#353535;
    font-size:15px;
}
.price-content .price-box .service .price-tooltip{
    position: relative;
    margin-left: 5px;
    color: #777;
    cursor: pointer;
}
.price-content .price-box .service .price-tooltip-contents {
    position: absolute;
    top: 20px;
    background: #222;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    width: 250px;
    font-size: 13px;
    z-index: 10;
    line-height: 1.5;
    text-align: left;
}
.price-content .price-box .plan{
    display:inline-block;
    width:248px;
    margin-right:17px;
    border-top:10px #2b2b33 solid;
}
.price-content .price-box .plan .plan-top{
    background:#fff;
    height:267px;
    color:#000;
    border-left:1px #dedede solid;
    border-right:1px #dedede solid;
    padding:0 20px;
    position:relative;
}
.price-content .price-box .plan .plan-top .title{
    font-size:22px;
    padding:20px 0 20px 0;
    border-bottom:#f0f0f0 1px solid;
}
.price-content .price-box .plan .plan-top .charge{
    width:auto;
    font-size:38px;
    padding:30px 0 10px 0;
}
.price-content .price-box .plan .plan-top .charge span{
    font-size:14px;
    margin-left:6px;
}
.price-content .price-box .plan .plan-top .btn{
    font-size:14px;
    padding:10px 34px;
    background:#22c1d3;
    border-radius:50px;
    margin-top:30px;
    color:#fff;
}
.price-content .price-box .plan .plan-top .sale{
    font-size:14px;
    color:#929292;
    text-decoration:line-through;
    position:absolute;
    top:155px;
    left:85px;
}
.price-content .price-box .plan .plan-row{
    background:#fff;
    padding:0 20px;
    border-left:1px #dedede solid;
    border-right:1px #dedede solid;
    border-bottom:1px #dedede solid;
}
.price-content .price-box .plan .plan-row p{
    height:44px;
    line-height:44px;
    color:#353535;
    font-size:15px;
    border-top:#f0f0f0 1px solid;
    margin:0;
}
.price-content .price-box .plan .plan-row p i{
    line-height:44px;
    color:#22c1d3;
}
.price-content .vat{
    font-size:14px;
    color:#666;
    margin-top:15px;
}
.whois.pc.price-content .event {
    margin: 30px 0;
}
.whois.pc.price-content .vat {
    width: 780px;
    margin-bottom: 5px;
    text-align: right;
    font-weight: bold;
}

.whois.price-faq-container .contents .faq-box .question .title{
    height:auto;
    cursor:default;
}
.whois.price-faq-container .contents .faq-box .question .title p{
    line-height:30px;
    margin: 0 0 10px;
    padding-left:20px;
}
.price-faq-container{
    width:100%;
    overflow:hidden;
    background:#f4f4f5;
    padding:65px 0;
}
.price-faq-container .contents{
    width:820px;
    background:#FFF;
    padding:25px 45px 45px 45px;
}
.price-faq-container .contents .icon{
    color:#00b9f1;
    font-size:48px;
    margin-bottom:25px;
    text-align:center;
}
.price-faq-container .contents .faq-box{
    width:100%;
    border-top:1px #f0f0f0 solid;
}
.price-faq-container .contents .faq-box .question{
    font-weight:300;
    border-bottom:1px #f0f0f0 solid;
}
.price-faq-container .contents .faq-box .question .title{
    font-size:18px;
    height:52px;
    line-height:52px;
    cursor:pointer;
}
.price-faq-container .contents .faq-box .question .title span{
    text-align:center;
    float:right;
    padding-right:10px;
    font-size:12px;
    margin-top:20px;
}
.price-faq-container .contents .faq-box .question .answer{
    font-size:16px;
    color:#666;
    border-top: 0px #f0f0f0 solid;
    overflow: hidden;
    max-height: 0px;
    transition: 0.2s all ease;
    opacity: 0;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}
.price-faq-container .contents .faq-box .question.active .answer{
    border-top:1px #f0f0f0 solid;
    padding:18px 0;
    /*overflow-y: auto;*/
    /*max-height: 500px;*/
    overflow-y: hidden;
    display: table;
    width: 100%;
    opacity: 1;
}

/*event ribbon*/
.event{
    margin:40px 0;
    text-align:center;
}
.event .ribbon-lt{
    display:inline-block;
    width:28px;
    height:38px;
    background:url(../../img/main/price/ribbon_lt.png) no-repeat;
    vertical-align:bottom;
}
.event .ribbon-txt{
    display:inline-block;
    height:38px;
    line-height:34px;
    background-color:#00b9f1;
    padding:0 40px;
    font-size:20px;
    color:#FFF;
    vertical-align:bottom;
}
.event .ribbon-rt{
    display:inline-block;
    width:28px;
    height:38px;
    background:url(../../img/main/price/ribbon_rt.png) no-repeat;
    vertical-align:bottom;
}

/*service regist*/
.regist-content{
    width:100%;
    height:100%;
    overflow:auto;
    background-color:#f7f8fa;
    padding-top:50px;
    padding-bottom:50px;
    text-align:center;
}
.regist-content h1,h2,h3{
    font-family:"Noto sans kr";
}
.regist-content h2{
    margin-bottom:50px;
}
.regist-content .regist-box{
    margin:0 auto;
    width:496px;
    padding:10px 38px;
    background:#FFF;
    text-align:left;
    margin-bottom:20px;
}
.regist-content .regist-box .clause{
    font-size:13px;
}
.regist-content .regist-box .group{
    position: relative;
    margin:28px 0px;
    font-size:14px;
}
.regist-content .regist-box .group.block-group{
    min-height:30px;
}
.regist-content.result .regist-box .group{
    margin:14px 0px;
}
.regist-content.result .regist-box .group-last{
    margin:40px 0px 30px;
}
.regist-content .regist-box .group h4{
    font-size:16px;
    font-weight:bold;
    color:#4b5156;
}
.regist-content.result .regist-box .group h4{
}

.regist-content .regist-box .reg-inp .domain{
    font-size:11px;
}
.regist-content .regist-box .package-help{
    padding:10px 16px;
}

.regist-content .site-name{
    font-size:16px;
    color:#4b5156;
    margin:10px;
}
.regist-content .regist-box .group .reg-inp{
    width:100%;
    height:42px;
    line-height:42px;
    border:#e9e9e9 1px solid;
    padding-left:12px;
    color:#000;
    font-size:14px;
}
.regist-content .promotion-code-inp{
    width:100%;
    height:30px;
    line-height:30px;
    border:#e9e9e9 1px solid;
    padding-left:12px;
    color:#000;
    font-size:14px;
    text-align:right;
}
.regist-content .regist-box .group hr{
    border-top:#e9e9e9 1px solid;
    border-bottom:none;
}
.regist-content .regist-box .group .term td{
    height:38px;
}
.regist-content .regist-box .group .term .sale{
    white-space:nowrap;
    text-align:right;
}
.regist-content .regist-box .group .term .price{
    width:22%;
    text-align:right;
}
.regist-content .regist-box .group .charge td{
    height:38px;
}
.regist-content .regist-box .group .charge .price{
    width:50%;
    text-align:right;
}
.regist-content .regist-box .group .charge .all-price{
    width:50%;
    text-align:right;
    font-size:20px;
    color:#fc4c7a;
    font-weight:bold;
}
.regist-content .regist-box .btn{
    width:100%;
    font-size:15px;
    padding:14px;
    background:#000;
    text-align:center;
    color:#fff;
}
.regist-content .btn-home{
    width: 200px;
    font-size:15px;
    padding:14px;
    background:#22c1d4;
    text-align:center;
    color:#fff;
    border-radius: 30px;
}
.regist-content .small-txt{
    font-size:10px;
    color:#555;
}

.regist-content .result-box{
    width:100%;
    line-height:36px;
    border:#e9e9e9 1px solid;
    padding-left:12px;
    color:#000;
    font-size:14px;
}
.result-bank-account-box{
    width: 100%;
    line-height: 32px;
    border: #51ac3b 1px solid;
    padding: 16px 24px;
    color: #000;
    font-size: 14px;
    text-align:center;
}
.result-bank-account-box b{
    font-size: 24px;
    letter-spacing: 2px;
    color:#333333;
}
.result-bank-account-box .price-txt{
    font-size: 16px;
}
.result-bank-account-box .total_price{
    font-size: 20px;
    color: #fc4c7a;
    font-weight: bold;
}
.summary-toggle-box{
    height:150px;
}

/*new result*/
.regist-content h3,h4{
    margin:12px 0;
}
.regist-content .regist-box.border-top {
    border-top: 5px #ddd solid;
}
.regist-content .regist-box.border-top .group{
    margin:14px 0px 40px;
    text-align:center;
}
.regist-content .thanks{
    font-size:20px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 20px;
}
.regist-content .pay-ment{
    line-height:28px;
}
.regist-content .pay-last-ment{
    font-size:16px;
}
.regist-content .line-gray{
    border-bottom: 3px #ddd solid;
    margin: 20px 20px;
}
.result-bank{
    position: relative;
    width: 300px;
    font-weight:bold;
}
.result-bank .bank-name{
    position: absolute;
    left: 10px;
    background: #22c1d4;
    color: #fff;
    width: 100px;
    line-height: 26px;
    border-radius: 3px;
}
.result-bank .bank-owner-name{
    position: absolute;
    right: 10px;
    line-height: 26px;
}
.result-bank .bank-account{
    font-size: 30px;
    letter-spacing: 2px;
    margin: 10px -2px 10px 0;
}
.result-bank .price-txt{
    font-size: 16px;
}
.result-bank .total_price, .new-result .charge .total_price{
    font-size: 18px;
    color: #22c1d4;
}
.regist-content .box-left-title{
    position: absolute;
    left: 0px;
    line-height: 30px;
    font-weight: bold;
}
.regist-content .box-right-content{
    position: absolute;
    right: 0px;
    line-height: 30px;
}

.new-result .pay-method{
    text-align: center;
    background: #22c1d4;
    color: #fff;
    line-height: 50px;
    letter-spacing: 1px;
    font-size: 1.1em;
}

/*sale event*/
.sale-lt{
    display:inline-block;
    width:8px;
    height:23px;
    background:url(../../img/main/sale_lt.png) no-repeat;
    vertical-align:bottom;
}
.sale-txt{
    display:inline-block;
    height:23px;
    background-color:#fc4c7a;
    font-size:13px;
    line-height:20px;
    margin:0;
    color:#FFF;
    vertical-align:bottom;
}
.sale-rt{
    display:inline-block;
    width:11px;
    height:23px;
    background:url(../../img/main/sale_rt.png) no-repeat;
    vertical-align:bottom;
}

/* notice */
.notice-obt {
    position: fixed;
    width: 450px;
    height: 450px;
    top: 100px;
    left: 100px;
    border: 1px solid #ccc;
    padding: 20px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.notice-obt-close {
    position: absolute;
    top: -10px;
    right: 10px;
    cursor: pointer	;
    font-size: 48px;
}
.notice-obt-title {
    line-height: 80px;
    font-size: 30px;
    font-weight: bold;
}
.notice-obt-content {
    height: 270px;
    padding: 20px 10px;
}
.notice-obt-content a {
    color: #2196F3;
    font-weight: bold;
}
.notice-obt-bottom {
    text-align: right;
}


/*             customer center              */
.sub-cc-container {
    width:100%;
    border-bottom:1px #e3e3e3 solid;
    padding-bottom:110px;
}
.sub-cc-container .header{
    width:100%;
    height:auto;
    overflow:hidden;
    padding:65px;
    background: url(../../img/main/index/cc_header_bg.jpg) top center / cover no-repeat;
}
.sub-cc-container .header .menu-box{
    text-align:center;
}
.sub-cc-container .header .menu-box .menu{
    width:150px;
    height:150px;
    display:inline-block;
    margin-left:30px;
    margin-right:30px;
    font-size:20px;
}
.sub-cc-container .header .menu-box .menu i{
    height:40px;
    margin-top:25px;
    font-size:48px;
}
.sub-cc-container .header .menu-box .on{
    background:#1990f6;
    color:#FFF;
}
.sub-cc-container .header .menu-box .off{
    background:#fff;
    color:#000;
}
.sub-cc-container .header .search-box{
    position: relative;
    width:724px;
    margin-top:65px;
}
.sub-cc-container .header .search-box .search-inp{
    float:left;
    width:100%;
    height:54px;
    line-height:54px;
    padding:0 15px;
    background:#FFF;
    font-size:20px;
    font-weight:300;

    background-color: #fff;
    border: 1px solid #f1f1f1;
    transition: all .2s ease-in-out;
}
.sub-cc-container .header .search-box .search-inp:hover {
    border: 1px solid #CCCCCC;
}
.sub-cc-container .header .search-box .search-inp:focus {
    outline: 0;
    border: 1px solid #CCCCCC;
    background-color: #fff;
}
.sub-cc-container .header .search-box .search-btn{
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
    float:left;
    width:54px;
    height:52px;
    padding-top:14px;
    text-align:center;
    background:#FFF;
    font-size:24px;
}
.sub-cc-container .cc-help-content{
    position: relative;
    width:1020px;
    height:auto;
    overflow:hidden;
    margin-top:70px;
}
.sub-cc-container .cc-help-content .help-box{
    width:330px;
    height:180px;
    overflow:hidden;
    float:left;
    padding:22px 30px;
    border:1px #dedede solid;
    margin:5px;
}
/*.sub-cc-container .cc-help-content .help-box:nth-child(3n){*/
/*margin-right:0px;*/
/*}*/
.sub-cc-container .cc-help-content .help-box .title{
    width:100%;
    font-size:18px;
    letter-spacing:0.5px;
    padding-bottom:6px;
    margin-bottom:10px;
    float:left;
    border-bottom:1px #dedede solid;
    cursor: default;
}
.sub-cc-container .cc-help-content .help-box .title span{
    float:right;
    font-size:20px;
    color:#1990f6;
    font-weight:bold;
    cursor: pointer;
}
.sub-cc-container .cc-help-content .help-box .list {
    min-height: 125px;
}
.sub-cc-container .cc-help-content .help-box .list div{
    margin-top: 6px;
    padding: 3px 5px;
    font-size: 14px;
    /*font-family: sans-serif;*/
    cursor: pointer;
    color: #444;
    letter-spacing: 0.5px;
    /*margin-top: 6px;*/
    /*padding: 1px 5px;*/
    /*font-size: 15px;*/
    /*!* font-weight: 400; *!*/
    /*cursor: pointer;*/
    /*color: #444;*/
}
.sub-cc-container .cc-help-content .help-box .list div:hover{
    /*text-decoration: underline;*/
    color: #00AAFF;
}
.sub-cc-container .cc-favorite{
    width:1020px;
    overflow:hidden;
    margin-top:70px;
}
.sub-cc-container .cc-favorite .contents{
    width:100%;
    background:#FFF;
}
.sub-cc-container .cc-favorite .contents .ti-txt{
    font-size:22px;
    margin-bottom:10px;
    font-weight:500;
}
.sub-cc-container .cc-favorite .contents .ti-txt i{
    font-size:20px;
    color:#2797f7;
}
.sub-cc-container .cc-favorite .contents .faq-box{
    width:100%;
    border-top:1px #f0f0f0 solid;
}
.sub-cc-container .cc-favorite .contents .faq-box .question{
    font-weight:300;
    border-bottom:1px #f0f0f0 solid;
}
.sub-cc-container .cc-favorite .contents .faq-box .question .title{
    font-size:18px;
    height:52px;
    line-height:52px;
    cursor: pointer;
}
.sub-cc-container .cc-favorite .contents .faq-box .question .title span{
    text-align:center;
    float:right;
    padding-right:10px;
    font-size:12px;
    margin-top:20px;
}
.sub-cc-container .cc-favorite .contents .faq-box .question .answer{
    font-size:16px;
    color:#666;
    border-top: 0px #f0f0f0 solid;
    overflow: hidden;
    max-height: 0px;
    transition: 0.2s all ease;
    opacity: 0;
    line-height: 1.7;
    font-weight: 400;
}
.sub-cc-container .cc-favorite .contents .faq-box .question.active .answer{
    border-top:1px #f0f0f0 solid;
    padding:18px 0;
    /*overflow-y: auto;*/
    /*max-height: 500px;*/
    overflow-y: hidden;
    display: table;
    width: 100%;
    opacity: 1;
}


/* make */
.btn-make-x{
    cursor:pointer;
    font-size:45px;
    color:#333;
    position:absolute;
    left:42px;
    top:30px
}
.btn-make-x:hover {
    color:#000;
}

.price-content {
    display: block;
}
.price-content.mobile {
    display: none;
}



/* 파일 첨부 */
.write-attachments-upload div {
    display: inline-block;
    color: #5a5a5a;
}
.write-attachments-upload > div {
    padding: 10px 25px;
    min-width: 160px;
    text-align: center;
    /*border-radius: 3px;*/
    /*font-weight: bold;*/
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #b1b1b1;
}
.jq-upload-err,
.ajax-file-upload-statusbar{
    display: none !important;
}

.write-attachments-list {
    margin-bottom: 30px;
}
.write-attachments-list ul li {
    position: relative;
    background-color: #f6f6f6;
    padding: 5px 8px;
    margin: 5px;
}
.write-attachments-list ul li > div {
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
}
.write-attachments-filename > i {
    font-size: 16px;
    padding-right: 5px;
    vertical-align: middle;
}
.write-attachments-delete {
    font-size: 20px !important;
    cursor: pointer;
    position: absolute;
    right: 10px;
}

.read-attachments-list {
    display: flex;
    border: 0 !important;
}
.read-attachments-list .read-attachments-item {
    background-color: #F6F6F6;
    margin: 0 !important;
    padding: 5px 10px;
    border: 5px solid #ffffff;
    cursor: pointer;
    transition: 0.2s all;
}
.read-attachments-list .read-attachments-item:hover {
    background-color: #E6E6E6;
}
.read-attachments-list .read-attachments-item .read-attachments-icon {
    font-size: 36px;
    padding: 7px;
    vertical-align: top;
}
.read-attachments-list .read-attachments-item > div {
    text-align: left;
}
.read-attachments-list .read-attachments-item .read-attachments-fileinfo > div {
    font-size: 13px;
    padding: 3px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.loading-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    transition: all 0.3s;
    opacity: 0;
}
.loading-mask-show {
    opacity: 0.7;
    z-index: 5;
}
.loading-mask > img{
    display: block;
    margin: auto;
    width: 200px;
    height: 200px;
}

/**/

/* upgrade help*/
.service-alarm.modal{
    top:100px;
}
.service-alarm.modal .modal-dialog{
    width:440px;
}
.service-alarm.modal .modal-close {
    font-size: 40px;
    position: absolute;
    top: 2px;
    right: 15px;
    cursor:pointer;
}
.service-alarm.modal .modal-body{
    padding:30px 30px 50px;
}

#service-browser-help .modal-dialog{
    width:500px;
}
#service-browser-help .service-upgrade-btn {
    background-color: #3367D6;
}

.service-alarm .content p{
    font-size:16px;
    line-height:30px;
}
.service-upgrade-btn{
    background: #19bfe0;
    border-radius: 6px;
    line-height: 44px;
    width: 300px;
    margin: 30px auto 0;
}
.service-upgrade-btn a{
    font-weight:bold;
    color: #fff;
}




.proceeding .qv-loader {
    display: block;
}
.qv-loader {
    display: none;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
}
.qv-loader-black {
    border-top: 2px solid rgba(0,0,0, 0.2);
    border-right: 2px solid rgba(0,0,0, 0.2);
    border-bottom: 2px solid rgba(0,0,0, 0.2);
    border-left: 2px solid rgba(0,0,0, 0.8);
}
.editor_loading .tbc {
    vertical-align: middle;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*.container{width:100%;}*/
/*.container_video{width:100%; height:calc(100vh - 110px);}*/
/* 동영상이 어떠한 width에도 화면에 꽉 차도록 수정 */
.container{width:100%; transform: translate3d(0, -90px, 0);}
.container_video{position: relative; padding-bottom: 56.25%; overflow: hidden;}
.container_video > iframe {height: 110%; width: 100%; pointer-events: none; position: absolute; top: -5%;}
.container_slide{width:100%; padding:100px 0 0 0;}
.container .line_title{width:100%; text-align:center; padding:0 0 43px 0;}
.container .line_title p{text-align:center; font-size:32px; letter-spacing:-1px; padding:27px 0 0 0;}
.container .line_title p span.p_bold{font-size:32px; font-weight:600;}

/*slide*/
.carousel-inner .item{}
.carousel-inner .item .item_bg{width:100%; height:520px;text-align:center;}
.carousel-inner .item .item_bg .item_txt{padding:200px 0;}
.carousel-inner .item .item_bg .item_txt01{padding:150px 0;}
.carousel-inner .item .item_bg .item_box{width: 500px; margin: auto; padding: 150px 0;}
.carousel-inner .item .item_bg .item_box .item_txt{padding:50px 0; background: rgba(255, 255, 255, 0.6);}
.carousel-inner .item .item_bg p{font-size:22px; letter-spacing:-1px; padding:10px 0 0 0;}
.carousel-inner .item .item_bg p.color_w{color:#fff;}
.carousel-inner .item .item_bg .slide_logo{padding-bottom:20px;}

.carousel-indicators li{border:1px solid #004679;}
.carousel-indicators .active{background-color:#004679;}

.container_icon{width:100%; padding:100px 0;}
.icon_list{width:1000px; margin:0 auto;}
.icon_list ul{width:100%; overflow:hidden;}
.icon_list ul li{float:left; width:25%; height:200px; margin:30px 0; text-align:center; font-size:17px; letter-spacing:-1px;}
.icon_list ul li img{margin-bottom:20px;}

.container_ap{width:100%; height:395px; background:url('/img/whois/quv_bg.jpg') center center / cover no-repeat;}
.container_ap_text{margin:0 auto; padding:105px 0; text-align:center;}
.container_ap_text p{font-size:36px; color:#fff}
.container_ap_text a{font-size:20px; display:inline-block; color:#fff; padding:10px 50px; border:1px solid #fff; margin-top:30px;}
.container_ap_text a:hover{background-color:#fff; color:#313637; font-weight:600;}

.container_them{width:100%; padding:100px 0;}
.them_list {width:1020px; text-align:center; margin:0 auto;}
.them_list .contents {margin:0px 0 30px 0;}
.them_list .contents .template {float:left; margin:0 30px 30px 0;}
.them_list .contents .template:last-child{margin-right:0px;}
.them_list .contents .template .img{width:320px; height:230px; border:1px #d7d7d7 solid;}
.container_them a.them_btn{font-size:16px; display:inline-block; color:#fff; padding:15px 50px; background-color:#2683C7; margin-top:30px;}
.container_them a.them_btn:hover{background-color:#4997D0;}

.container_num{width:100%; background-color:#E6E7EB;}
.container_num_text{width:1020px; margin:0 auto; overflow:hidden; padding:80px 0;}
.num_text_left{float:left; font-size:18px; letter-spacing:-1px;}
.num_text_left p.text_title{font-size:32px; color:#0062aa; letter-spacing:-1px;}
.num_text_right{float:right;}
.text_num{font-size:50px; font-weight:600; letter-spacing:-1px;}

.container_btn{width:100%; text-align:center; padding:130px 0; background:url(/img/whois/container_btn_bg.jpg) no-repeat;}
.container_btn a.bottom_btn{font-size:20px; display:inline-block; color:#fff; padding:15px 50px; background-color:#2683C7; border-radius:50px;}
.container_btn a.bottom_btn:hover{background-color:#4997D0;}


.footer_wrap{width:100%; background-color:#fff; border-top:1px solid #A9A9A9;}
.footer{width:1020px; margin:0 auto;}
.footer_left{float:left; padding:50px 0;}
.footer_left ul{overflow:hidden;}
.footer_left ul li{float:left; padding-right:30px;}
.footer_left ul li a{font-size:16px; color:#4d4d4d; font-weight:600;}
.footer_left p{font-size:13px; color:#9c9c9c; padding:20px 0;}
.footer_right{float:right; padding:50px 0;}

/* FamilySite */
.familysite {position:relative;/*! z-index:1010 !important; */}
.familysite .btn {display:block;width:174px; height:40px; background:url(/img/whois/site_bg.gif) no-repeat;}
.familysite .btn button {width:100%;height:100%;padding:0 0 0 9px;border:0;font-size: 15px;text-align:left;background: transparent;cursor:pointer;color: #333;}
.familysite.open .btn {display:block; width:174px; height:40px; background:url(/img/whois/site_bg_over.gif) no-repeat;}
.familysite .linkList {display:none; position:absolute;bottom:38px;left:2px;width: 172px;background:#fff;border:#9B9EA6 1px solid;
    box-sizing:border-box;z-index:100;}
.familysite .linkList li a {display:block;height:50px;line-height:50px;color:#2C3A3C; padding: 0 10px;font-size: 14px; border-top:#9B9EA6 1px solid;}
.familysite .linkList li a:hover,
.familysite .linkList li a:focus { background:#E6E7EB; font-weight:600; text-decoration:none;}
.familysite.open .linkList { display:block;}
.familysite .linkList li a.border_none{border-top:none;}

.whois .topMenu .gnb-logo img {
    padding: 22px 7px;
}
.whois .whois-logo {
}
.whois .quv-logo {
    margin-top: 15px;
}


.sub-cc-container .cc-help-content .banner-box {
    width: 670px;
    height: 180px;
    overflow: hidden;
    float: left;
    padding: 29px 30px;
    border: 1px #dedede solid;
    text-align: center;
    font-size: 28px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: default;
}
.sub-cc-container .cc-help-content .banner-box > div {
    padding: 13px 5px;
}
.sub-cc-container .cc-help-content .banner-box .banner-box-button a {
    border: 1px solid #494949;
    padding: 8px 30px;
    font-size: 20px;
    color: #000;
    letter-spacing: 0.5px;
}
.sub-cc-container .cc-help-content .banner-box .banner-box-button span {
    margin-right: 8px;
}

.banner-whois-learning {
    display: block;
    background: #f7f7f7;
    margin: 8px;
    padding: 12px 10px 14px;
    font-size: 18px;
    font-family: noto sans kr;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3);
    border-radius: 1px;
}
.banner-whois-learning > div {
    border-bottom: 1px solid #b4b4b4;
    width: 100%;
    display: inline;
    padding: 2px 0;
}
.banner-whois-learning > div > span.txt1 {
    color:#0063a8;
    font-weight:bold;
}
.banner-whois-learning > div > span.txt2 {
    color:#595959;
    font-weight:bold;
}
.banner-whois-learning > div > span.txt3 {
    color:#777
}
.banner-whois-service-center {
    background: #f7f7f7;
    margin: 8px;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: noto sans kr;
    text-align: center;
    cursor: default;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}
.banner-whois-service-center > .txt1 {
    padding: 8px;
    background: #617390;
    color: #fff;
    /*border-top-left-radius: 2px;*/
    /*border-top-right-radius: 2px;*/
}
.banner-whois-service-center > .txt2 {
    font-size: 32px;
    color: #0062aa;
    font-weight: bold;
    padding: 3px;
}
.banner-whois-service-center > .txt3,
.banner-whois-service-center > .txt4 {
    font-size: 16px;
    color: #777;
}

@media (max-width: 767px) {
    .icon_list {
        width: 100%;
    }
    .icon_list > ul > li {
        width: 50%;
    }
    .them_list {
        width: 100%;
    }
    .them_list .contents .template {
        margin: 0 0 30px 0;
        text-align: center;
        width: 100%;
    }
    .container_num_text {
        width: 100%;
    }
    .num_text_left,
    .num_text_right {
        float: none;
        text-align: center;
    }

    .container_video {
        height: calc(100% - 60px);
    }

    .container .line_title p,
    .container_ap_text p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container_btn a.bottom_btn {
        margin: 10px;
        max-width: 355px;
    }

    .footer {
        position: relative;
        width: 100%;
        padding: 15px;
    }
    .footer ul {
        display: none;
    }
    .footer .footer_right {
        position: absolute;
        top: 20px;
        padding: 0;
        right: 15px;
    }

    .whois .topMenu .menu {
        margin: 0 !important
    }

    .whois .topMenu .gnb-logo img {
        /*width: 80px;*/
        height: 36px;
        padding: 0 5px;
        margin: 0;
    }
    .whois .topMenu .gnb-logo img.whois-logo {
        padding-bottom: 8px;
    }
    .whois .topMenu .gnb-logo img.quv-logo {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .whois .topMenu .account-dropdown .simple-account {
        display: none !important;
    }
    .whois .topMenu .top-btn .account-dropdown,
    .whois .topMenu .top-btn .login.pc-contents {
        margin-top: 18px !important;
    }

    .carousel-inner .item .item_bg .item_box {
        width: 100%;
    }
    .carousel-inner .item .item_bg .item_txt01,
    .carousel-inner .item .item_bg .item_txt,
    .carousel-inner .item .item_bg .item_box .item_txt {
        padding-left: 10px;
        padding-right: 10px;
    }
    .carousel-inner .item .item_bg img {
        max-width: 100%;
    }


    .main-account-pop {
        right: 15px !important;
        left: auto !important;
    }

    .banner-whois-learning,
    .banner-whois-service-center {
        display: none;
    }

}