/* CSS Document */

@import url('./cart.css');

/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,button{margin:0;padding:0}
fieldset,img{border:0 none}
dl,ul,ol,menu,li{list-style:none}
blockquote, q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}
input,select,textarea,button{vertical-align:middle}
button{border:0 none;background-color:transparent;cursor:pointer}
body{background:#fff}
body,th,td,input,select,textarea,button{font-size:0.9em;line-height:1.5em;font-family:'맑은 고딕','Malgun Gothic',AppleGothic,Nanum Gothic,dotum,sans-serif;color:#444;letter-spacing:-0.05em}
a{color:#333;text-decoration:none}
a:active,a:hover{text-decoration:none}
address,caption,cite,code,dfn,en,var{font-style:normal;font-weight:normal}
table{border-collapse:separate;border-spacing:0}
hr{border:none;height:10px}
pre{font-family: "Lucida Console"}
::-ms-clear{display: none;}
/* //CSS Reset */

html,body{height:100%}
input{min-height:17px}
select{border:1px solid #ccc;border-radius:3px}

#wrap{width:100%;height:100%;min-width:1000px}

/* header */
.header{z-index:1000;width:100%;background:#fff;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
.header_group{position:relative;width:1000px;margin:0 auto;padding-top:10px}
.header_group h1{float:left;width:260px;height:51px;padding-bottom:10px;background:url(../images/logo.png) no-repeat;text-indent:-10000px}
.header_group .top_menu{float:right;padding-top:6px;padding-bottom:6px}
.header_group .top_menu li{float:left;padding-right:13px;margin-right:13px;background:url(../images/vline_topmenu.gif) no-repeat 100% 50%;text-align:center}
.header_group .top_menu li:hover ul{display:block}
.header_group .top_menu li a{display:block;position:relative;font-size:0.9em;color:#000;line-height:1.7em}
.header_group .top_menu li a:hover,.header_group .top_menu li:hover a{color:#1abc9c}
.header_group .top_menu li.language{padding-left:30px; /*margin-top:11px;*/}
.header_group .top_menu li.language.en{background:url(../images/bg_country.png) no-repeat}
.header_group .top_menu li.language.ko{background:url(../images/bg_country.png) no-repeat 0 -22px}
.header_group .top_menu li.language.cn{background:url(../images/bg_country.png) no-repeat 0 -44px}

.header_group .top_menu li ul{display:none;height:auto;position:absolute;z-index:1100;width:110px;background:#fff;border:1px solid #ccc}
.header_group .top_menu li ul li{float:none;padding:6px;margin-right:0;background:none;line-height:1.5em}
.header_group .top_menu li ul li a,.header_group .top_menu li:hover li a{color:#4b4b4b}
.header_group .top_menu li ul li:hover{background:#ccc}
.header_group .top_menu li ul li:hover a{color:#000}

.header_group .select_language{right:12px}
/*
.header_group .select_language li{float:none;padding:6px;margin-right:0;background:none;line-height:1.5em}
.header_group .select_language li:hover{background:#ccc}
.header_group .select_language li:hover a{color:#000}

.header_group .select_logout li{float:none;padding:6px;margin-right:0;background:none;line-height:1.5em}
.header_group .select_logout li:hover{background:#ccc}
.header_group .select_logout li:hover a{color:#000}
*/

.header .icon_always{position:fixed;left:50%;top:21px;margin-left:520px;z-index:1}
.header .icon_always span{margin-right:6px}
.icon_always{width:150px}

.header .btn_top{position:fixed;right:0;bottom:2px}
.header .btn_top .btn a{padding:5px 13px;background:#636363;border-radius:6px;color:#fff;transition:background-color 0.3s ease-out}
.header .btn_top .btn a:hover{background:#000;transition:background-color 0.3s ease-out}

/* gnb */
.nav_group{position:relative;clear:both;width:100%;background:url(../images/bg_gnb.gif) repeat-x}
.gnb{width:1000px;margin:0 auto;padding-top:6px;height:49px}
.gnb li{position:relative;float:left;width:20%;padding:15px 0 13px 0;background:url(../images/vline_gnb.gif) no-repeat;transition:background-color 0.3s ease-out}
@media all and (-ms-high-contrast:none){.gnb li{padding:15px 0 13px 0} /* IE10 */}
.gnb li:hover{background:#fff url(../images/vline_gnb.gif) no-repeat;cursor:pointer;transition:background-color 0.3s ease-out}
.gnb li:first-child{background:none}
.gnb li:hover:first-child{background:#fff url()}
.gnb li span{position:absolute;right:10%;width:31px;height:21px;background:url(../images/bg_gnb.png) no-repeat 0 0}
.gnb li+li span{background-position:0 -21px}
.gnb li+li+li span{background-position:0 -42px}
.gnb li+li+li+li span{background-position:0 -63px}
.gnb li+li+li+li+li span{background-position:0 -84px}
.gnb li:hover span{background:url(../images/bg_gnb_over.png) no-repeat 0 0}
.gnb li a{color:#ccc;padding-left:12px}
.gnb li a:hover,.gnb li:hover a{font-weight:bold;color:#333}
.gnb li:hover span{background:url(../images/bg_gnb_over.png) no-repeat 0 0}
.gnb li+li:hover span{background-position:0 -21px}
.gnb li+li+li:hover span{background-position:0 -42px}
.gnb li+li+li+li:hover span{background-position:0 -63px}
.gnb li+li+li+li+li:hover span{background-position:0 -84px}

/* sub */
.nav{display:none;position:absolute;top:49px;z-index:100;width:100%;margin-left:1px;background:#fff;border-radius:0 0 6px 6px;box-shadow:0 5px 5px #a5a5a5;
filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#cccccc,Positive=1,OffX=2,OffY=2);}
.nav.wild{width:600px;left:-200px}
.nav.wild.left_0{left:0px}
.nav.wild.left_2{left:-400px}
.nav ul{padding:6px 0}
.nav ul li{float:none;width:100%;padding:3px 0;background:none}
.nav ul li:hover,.nav ul li:hover:first-child{background:#f7faeb}
.gnb li:hover .nav ul li a{font-weight:bold}
.gnb li .nav ul li a:hover,.gnb li .nav ul li:hover a{color:#1abc9c}
.nav ul li a{color:#666;font-size:0.8em;display:block}
.nav .lnb_group{float:left;width:200px}
.nav .lnb_group p{padding:10px 0 10px 4px;font-size:1em;border-bottom:1px solid #ccc;margin:0 8px}
.nav .lnb_group ul{float:none;width:100%}

/* scroll header */
.header_scroll{z-index:1000;width:100%;box-shadow:0 0 5px rgba(0,0,0,0.5);-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;background:#fff;position:relative}
.header_scroll .header_group{z-index:10;padding-top:0}
.header_scroll .header_group h1{position:absolute;top:55px;background-size:70%}
/*.header_scroll .header_group .top_menu{display:none}*/
.header_scroll .nav_group{padding-top:0;background:#fff url(../images/bg_topmenu.gif) repeat-x}
.header_scroll .gnb{height:67px}
.header_scroll .gnb li{width:15%;padding:23px 0;background:url(../images/vline_gnb.gif) repeat-y;transition:background-color 0.3s ease-out}
.header_scroll .gnb li:first-child{background:none}
.header_scroll .gnb li a{color:#666}
.header_scroll .gnb li:hover{background:#1abc9c url(../images/vline_gnb.gif) repeat-y;cursor:pointer;transition:background-color 0.3s ease-out}
.header_scroll .gnb li:hover a{color:#fff;font-weight:bold}
.header_scroll .gnb li:hover:first-child{background:#1abc9c url()}
.header_scroll .gnb li:first-child{margin-left:230px}
.header_scroll .gnb li span{position:absolute;right:10%;width:31px;height:21px;background:url(../images/bg_gnb_scroll.png) no-repeat 0 0}
.header_scroll .gnb li+li span{background-position:0 -21px}
.header_scroll .gnb li+li+li span{background-position:0 -42px}
.header_scroll .gnb li+li+li+li span{background-position:0 -63px}
.header_scroll .gnb li+li+li+li+li span{background-position:0 -84px}
.header_scroll .gnb li:hover span{background:url(../images/bg_gnb_over.png) no-repeat 0 0}
.header_scroll .gnb li+li:hover span{background-position:0 -21px}
.header_scroll .gnb li+li+li:hover span{background-position:0 -42px}
.header_scroll .gnb li+li+li+li:hover span{background-position:0 -63px}
.header_scroll .gnb li+li+li+li+li:hover span{background-position:0 -84px}

.header_scroll .nav{top:67px;margin-left:0}
.header_scroll .nav.wild{width:450px;left:-150px}
.header_scroll .nav.wild.left_0{left:0px}
.header_scroll .nav.wild.left_1{left:-150px}
.header_scroll .nav.wild.left_2{left:-300px}
.header_scroll .nav ul li:first-child{margin-left:0}
.header_scroll .nav ul li{float:none;width:100%;padding:3px 0;background:none;font-size:0.95em}
.header_scroll .nav ul li:hover,.header_scroll .nav ul li:hover:first-child{background:none}
.header_scroll .gnb li:hover .nav ul li a{color:#aaa;font-weight:normal}
.header_scroll .gnb li .nav ul li a:hover,.header_scroll .gnb li .nav ul li:hover a{color:#000}
.header_scroll .nav ul li a{color:#aaa;font-size:0.8em}
.header_scroll .nav .lnb_group{float:left;width:150px}

.header_scroll .icon_always{position:fixed;left:50%;top:25px;z-index:1000;margin-left:520px}
.header_scroll .icon_always span{margin-right:6px}

#body{width:100%;}

.navigate {z-index:90;width:100%;background:#e2e2e2;height:33px}
.navigate div{display:block;width:1000px;margin:0 auto;padding:3px 0;text-align:right}
.navigate p{display:inline-block}
.navigate p a{padding-left:10px;margin-left:4px;font-size:0.8em;background:url(../images/arrow_b_s.gif) no-repeat 0 50%;color:#888}
.navigate p span{padding-left:10px;margin-left:4px;font-size:0.8em;background:url(../images/arrow_b_s.gif) no-repeat 0 50%;color:#888}
.navigate p span.current{color:#333}
.navigate p a:first-child{background:none}
.navigate p.search_inpath{margin-left:10px}
.navigate p.search_inpath input{border-radius:3px;border:1px solid #a3a3a3;padding:3px 5px;height:19px}
.navigate p.search_inpath span{background:none;margin-left:0;padding-left:0}
.navigate p.search_inpath span a{border-radius:3px;background:#1abc9c;color:#fff;padding:5px 12px;font-size:1em;vertical-align:middle}
.navigate p.search_inpath span a:hover{background:#1fd2af;transition:background-color 0.3s ease-out}

.header_scroll+#body .path{position:fixed;top:73px}

.info_section{background:#161616}
.info_section .cont{width:1000px;margin:0 auto;padding:20px 0;color:#fff}
.info_section .cont p{padding:10px 450px 10px 10px}
.info_section .cont p.title{padding-bottom:30px;font-size:3em}
.anchor{width:100%;background:#1abc9c;z-index:90}
.anchor.fixed{position:fixed;top:100px;z-index:90}
.anchor .cont{width:1000px;margin:0 auto;height:41px}
.anchor .cont ul{margin-left:10px}
.anchor .cont ul li{display:inline;margin-left:-3px}
.anchor .cont ul li a{color:#fff;font-size:0.9em;display:inline-block;padding:9px 30px 10px}
@media screen and (-webkit-min-device-pixel-ratio:0) {.anchor .cont ul li a{padding:10px 30px}}
.anchor .cont ul li a:hover,.anchor .cont .current a{color:#fff;background:#16a085}

/* search index */
.search_group_index{background:rgba(0,0,0,0.5);position:absolute;top:490px;width:100%}
.index_contents+.search_group_index{background:#ccc}
.search_group_index .search{position:relative;width:1000px;height:75px;margin:0 auto;padding:25px 0}
.search_group_index .search p.search_input{display:block;position:relative;font-size:1.8em;line-height:1.6em;font-weight:bold;text-align:center}
.search_group_index .search p.search_input input{width:610px;padding:20px 300px 20px 30px;border-radius:50px;outline:none;border:none;font-size:0.8em}
.search_group_index .search p.btn_search{position:absolute;top:37px;right:190px;text-align:center}
.search_group_index .search p.btn_search a{border:none;color:#fff;background:#303030;display:inline-block;width:130px;padding:12px 0;border-radius:50px;font-size:1.3em}
.search_group_index .search p.btn_search a:hover{background:#000}
.search_group_index .search p.btn_signup{position:absolute;top:37px;right:50px;text-align:center}
.search_group_index .search p.btn_signup a{border:none;color:#fff;background:#e74c3c;display:inline-block;width:130px;padding:12px 0;border-radius:50px;font-size:1.3em}
.search_group_index .search p.btn_signup a:hover{background:#cc3333}
/* //search index */

/* search sub */
.search_group{background:#f4f4f4;padding-bottom:4px}
.index_contents+.search_group{background:#ccc}
.search_group .search{position:relative;width:1000px;height:44px;margin:0 auto;padding:14px 0 14px 0}
.search_group .search p{display:block;position:relative;float:left;margin-right:20px;font-size:1.8em;line-height:1.6em;font-weight:bold}
.search_group .search p.title{width:260px}

.search_group .search p+p{float:left}
.search_group .search p input{width:360px;padding:9px 12px;border:1px solid #ccc;border-radius:6px 0 0 6px;font-size:0.6em;height:23px;float:left}

.search_group .search.second p input{width:480px;border-radius:6px;height:23px}
.search_group .search p span{display:block;position:absolute;right:-116px;top:0;width:90px;padding:0 12px 1px 12px;border:1px solid #6c6c6c;border-radius:0 6px 6px 0;height:40px;line-height:1.4em;cursor:pointer;background:#6c6c6c url(../images/arrow_w_m.gif) no-repeat 80% 50%;transition:background-color 0.3s ease-out;float:left}

.search_group .search p span:hover{background-color:#000;transition:background-color 0.3s ease-out;border-color:#000}
.search_group .search p span a{font-size:0.6em;color:#fff}
.search_group .search p.btn_search{margin-left:117px}
.search_group .search.second p.btn_search{margin-left:0}
.search_group .search p.btn_search a{display:block;margin-top:1px;padding:1px 30px;background:#0094ff;border-radius:6px;font-size:0.6em;color:#fff;transition:background-color 0.3s ease-out}
.search_group .search.second p.btn_search a{background:#6eb601}
.search_group .search p.btn_search a:hover{background-color:#1c7bbf;transition:background-color 0.3s ease-out}
.search_group .search.second p.btn_search a:hover{background:#1abc9c}

.search_check{display:none;position:absolute;right:144px;top:54px;z-index:10;width:550px;padding:12px;background:#fff;border-radius:6px;border:1px solid #ccc}
.search_group .search_check p{float:none;display:block;position:relative;padding-top:6px;margin:0;line-height:1em;font-size:1.2em}
.search_group .search_check p span{position:absolute;right:0;top:6px;width:auto;padding:0;border:none;border-radius:0;background:none} 
.search_group .search_check p span:hover{background:none}
.search_group .search_check p span a{color:#666;font-size:0.8em;border-radius:0}
.search_group .search_check p span a:hover{color:#d8690f}
.search_group .search_check p.btn{margin-top:20px}
.search_group .search_check p a{font-size:0.7em}
.search_group .search_check p a:hover{color:#1abc9c}
.search_group .search_check p a+a{margin-left:10px}

.search_group .search_check ul{margin-top:16px;padding-top:10px;border-top:1px solid #ccc}
.search_group .search_check .view_more{display:none}
.search_group .search_check ul li{display:inline-block;width:19%;padding-bottom:10px;font-size:1.2em}
/* //search sub */

/* index cont */
.index_contents{width:100%;background:#fff;position:relative}
.index_group{overflow:hidden;width:1000px;margin:0 auto;height:275px;background:url(../images/bg_index_banner.png) no-repeat 68% 40%}
.index_group .banner{position:relative;float:left;width:70%}
.banner .select_btn{position:absolute;left:82%;bottom:-50px;overflow:hidden}
.banner .select_btn li{float:left;margin-left:8px}
.banner .select_btn li a{display:block;width:15px;height:15px;text-indent:-10000px;background:url(../images/bg_select_btn.png) no-repeat 0 0}
.banner .select_btn li.active a,.banner .select_btn li:hover a{background-position:0 -15px}
.banner_cont{padding:35px 100px 0 10px}
.banner_cont h2{font-size:2em}
.banner_cont p{padding:20px 0;font-size:0.9em;line-height:1.3em}
.banner_cont li{padding-left:10px;font-size:0.8em;background:url(../images/arrow_w_s.gif) no-repeat 0 50%}
.banner_cont p.btn{font-weight:bold;display:block;position:absolute;bottom:-20px;right:57px}
.banner_cont p.btn a{display:block;padding:17px 27px;background:#0094ff;border-radius:6px;font-size:1.6em;color:#fff;transition:background-color 0.3s ease-out}
.banner_cont p.btn a:hover{background-color:#1c7bbf;transition:background-color 0.3s ease-out}
.banner_cont ul.list_style li{background:url(../images/bullet_g_s.gif) no-repeat 0 50%;}

.notice{float:left}
.notice p{display:block;position:relative;padding-top:16px;font-size:1.3em}
.notice p span{display:block;position:absolute;right:0;top:14px}
.notice p span a{font-size:0.7em}
.notice ul{width:290px;margin-top:20px}
.notice ul li{width:290px;overflow:hidden;padding:8px 0 8px 10px;border-top:1px dotted #ccc;background:url(../images/bullet_g_s.gif) no-repeat 0 50%;text-overflow:ellipsis;white-space:nowrap;color:#fff}
.notice ul li:first-child{border-top:none}
.notice ul li a{font-size:0.8em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;-moz-binding:url(/ellipsis-xbl.xml#ellipsis);display:inline-block;width:100%}
.notice ul li a:hover{color:#1abc9c}

.banner_set{overflow:hidden;width:1000px;margin:20px auto}
.banner_set .item{position:relative;float:left;width:320px;height:248px}
.banner_set .item+.item{margin-left:20px}
.banner_set .item .txt{position:absolute;left:0;bottom:0;padding-left:10px;width:310px;height:33px;background:url(../images/bg_banner_set.png) no-repeat;line-height:33px;color:#ccc;font-size:0.8em}
/* //index cont */

/* index cont 20160217*/
.visual{background-position:50% 50%;width:100%;height:615px;background-size:cover}
.visual_txt{color:#fff;text-align:center;font-size:2.1em;font-weight:bold;line-height:1.7em;padding-top:94px;text-shadow:1px 1px 1px #000;z-index: 2;position: relative}
.visual_txt span{display:block;font-size:2.6em;margin-bottom:54px;padding-top: 38px;}
.visual:before{content: '';position: absolute;background: rgba(52,52,52,.6);width: 100%;height: 100%;z-index: 1;left:0}
.goods_line{background:#f2f2f2; padding-bottom: 20px;}
.goods_set{width:1000px;margin:0 auto;height:850px}
.goods{float:left;margin-right:45px;position:relative;width:303px;height:510px;background:#fff}
.goods.last{margin-right:0}
.goods_name{height:60px;font-size:1.8em;font-weight:bold;text-align:center;padding-top:40px;color:#fff}
.goods.domain .goods_name{background:#e74c3c}
.goods.domain:hover{}
.goods.dns .goods_name{background:#3498db}
.goods.ddos .goods_name{background:#1abc9c}
.goods_icon{width:66px;height:60px;position:absolute;top:140px;left:120px;}
.goods.domain .goods_icon{background:url(../images/icon_goods_domain.png) no-repeat}
.goods.dns .goods_icon{background:url(../images/icon_goods_dns.png) no-repeat}
.goods.ddos .goods_icon{background:url(../images/icon_goods_ddos.png) no-repeat}
.goods.domain .goods_icon.hover_icon{background-position:0 -60px}
.goods.dns .goods_icon.hover_icon{background-position:0 -60px}
.goods.ddos .goods_icon.hover_icon{background-position:0 -60px}

/*.goods_icon{background:url(../images/icon_index_goods_01_17.png) no-repeat;width:84px;height:82px;position:absolute;top:110px;left:110px;}
.goods_icon.pro{background:url(../images/icon_index_goods_02_17.png) no-repeat;}
.goods_icon.plus{background:url(../images/icon_index_goods_03_17.png) no-repeat;width:111px;left:95px}*/
.goods_txt{text-align:center;font-size:1.1em;line-height:1.7em;margin-top:125px}
.goods_txt span{font-weight:bold;font-size:1.2em;margin-bottom:10px;display:block;margin-bottom:20px;line-height:1.7em}
.btn_detail{position:absolute;bottom:40px;left:77px;width:150px}
.btn_detail a{display:block;color:#fff;padding:12px 0;font-size:1.2em;border-radius:25px;text-align:center}
.goods.domain .btn_detail a{background:#fff;border:1px solid #e74c3c;color:#e74c3c;font-weight:bold}
.goods.domain .btn_detail a:hover{background:#e74c3c;color:#fff}
.goods.dns .btn_detail a{background:#fff;border:1px solid #3498db;color:#3498db;font-weight:bold}
.goods.dns .btn_detail a:hover{background:#3498db;color:#fff}
.goods.ddos .btn_detail a{background:#fff;border:1px solid #1abc9c;color:#1abc9c;font-weight:bold}
.goods.ddos .btn_detail a:hover{background:#1abc9c;color:#fff}
/* //index cont 20160217*/

.video_line{background-color:#1abc9c}
.video_set{margin:0 auto;text-align:center}
.video_set .bg_video{background:url(../images/bg_video.png) no-repeat 50% 0;width:100%;height:611px}
.video_set .bg_video video{margin-top:39px;margin-left:1px}
.video_set p{color:#fff}
.video_set p span{color:#ffe400}
.video_set hr.solohr{border-top:6px solid #ffe400;width:100px}
.goods_set hr.solohr{border-top:6px solid #ccc;width:100px}
p.section_title{text-align:center;font-size:2.2em;font-weight:bold;line-height:1.7em;padding:80px 0 10px 0;}
p.section_description{text-align:center;font-size:16px;line-height:26px;padding:15px 157px 40px;}

/* contents */
.contents{position:relative;width:1000px;height:100%;margin:0 auto;padding-bottom:30px;min-height:650px;}
.contents:after{
    content: "";
    display: block;
    clear: both;
}
.article{float:left;width:70%;padding-bottom:30px;clear:both}
.article.product,.article.myservice,.article.cart,.article.domain_list,.article.my_order,.article.dashboard,.article.support{width:100%}
.article h2{clear:both;position:relative;font-size:1.4em;padding:30px 0 10px 0;border-bottom:2px solid #41513b;font-weight:normal;word-break:break-all}
.article h2.border_none{border:none}
.article h2 span.border_none2{display:block;position:absolute;right:90px;top:30px}
.article h2 span.move{display:block;position:absolute;right:0;top:0px}
.article h2 span.order{display:block;position:absolute;right:0;top:20px}
.article h2 span{display:block;position:absolute;right:0;top:30px}
.article h2 span.coin_info{font-size:0.8em}
.article h2 span.right_95{right:95px}
.article h2 span.right_135{right:135px}
.article h2 .btn a+a{background:#1abc9c}
.article h2 .btn a+a.acordian{width:23px;height:23px;padding:0;display:inline-block;vertical-align:bottom;border-radius:0;background:url(../images/btn_acordian_open.gif) no-repeat}
.article h2 .btn a+a.acordian.close{padding:4px 12px 3px 12px;background:url(../images/btn_acordian_close.gif) no-repeat}
.article h2 .btn a+a.acordian:hover{background:url(../images/btn_acordian_open.gif) no-repeat 0 -23px !important}
.article h2 .btn a+a.acordian.close:hover{background:url(../images/btn_acordian_close.gif) no-repeat 0 -23px !important}
.article h2 span.btn{top:26px}
.article h2 span a{font-size:0.7em}
.article h2 span a:hover{color:#d8690f}
.account{padding:20px 0}
.account p.noti{font-size:0.8em;color:#ba3a35}
.account p{display:block;position:relative;padding:5px 0;clear:both}
.account p span{display:block;position:absolute;right:184px;top:7px;font-size:0.8em;color:#ba3a35;text-align:right}
.account p input{width:490px;padding:9px 12px;margin-top:-3px;border-radius:6px;border:1px solid #a3a3a3;vertical-align:middle}
.account p a.btn{margin-left:8px;padding:9px 5px;background:#636363;border-radius:6px;color:#fff;transition:background-color 0.3s ease-out;margin-top:0;display:inline-block}
.account p a.btn:hover{background:#d8690f;transition:background-color 0.3s ease-out}
.account .info{font-size:0.8em;color:#888}
.account .info input,.account .policy input,.account .remember input{width:auto;padding:0;border-radius:0;border:none}
.account .policy{margin-top:14px}
.account .policy a+input{margin-left:16px}
.account .policy a{text-decoration:underline}
.account .remember a{text-decoration:underline}
.account .remember a:hover{color:#d8690f}

.account p.policy label{font-weight:normal;font-size:1em}
.account p.name input{width:230px}

.account p.tax_number input{width:80px}
.account p.tax_number span{top:10px}
.account p.tax_number span a{font-size:3em;font-weight:bold;color:#888}
.account p.tax_number span a:hover{color:#1abc9c}
.account p.tax_number span.choice a{color:#1abc9c}

.account input.w_auto{width:auto}
.account p select{width:510px;padding:9px 12px;margin-top:-3px;border-radius:6px;border:1px solid #a3a3a3;vertical-align:middle}
.account p label{font-weight:bold;margin-right:10px;font-size:1.2em}

.article p.account_type{margin-top:35px;margin-bottom:15px}
.article p.account_type a{font-size:1.5em;padding:15px 50px;font-weight:bold}

.article .btn{margin-top:20px;}
.article h2 .btn{margin-top:0}
.article .btn a{padding:10px 30px;background:#1abc9c;border-radius:6px;color:#fff;transition:background-color 0.3s ease-out}
.article h2 .btn a{padding:4px 10px;font-size:0.65em;border-radius:3px;font-weight:normal}
.article .btn a+a{margin-left:8px;background:#636363}
.article .btn a:hover{background:#1fd2af;transition:background-color 0.3s ease-out}
.article.myservice .btn a:hover{background:#1fd2af;transition:background-color 0.3s ease-out}
.article .btn a+a:hover{background:#000}
.article h2 .btn a:hover{background:#1fd2af;color:#fff}

.article .btn a.for_aa{background:#1abc9c}
.article .btn a.for_aa:hover{background:#1fd2af;transition:background-color 0.3s ease-out}

.swich{font-size:0.8em}
.swich span.h_swich{right:70px}
.swich_on,.swich_off{position:relative;display:inline-block;width:60px;height:22px;border:1px solid #aaa;border-radius:3px;background:#eee}
.swich_on a{position:absolute;left:0;top:0;width:40px;height:22px;display:inline-block;background:#7dc70f;color:#fff;font-weight:bold;line-height:24px;font-size:0.9em;text-align:center}
/*.swich_off a{position:absolute;right:0;top:0;width:40px;height:22px;display:inline-block;background:#aaa;color:#fff;font-weight:bold;line-height:24px;font-size:0.9em;text-align:center}*/
.swich_on.disable a,.swich_off.disable a{background:#ccc;cursor:default}

.swich.t_swich{display:block;padding:10px 0;text-align:right;font-size:1em;border-bottom:1px solid #ccc;}
.swich.t_swich span.h_swich{display:inline-block;vertical-align:top;margin-top:1px}

.set_group{position:relative;padding-bottom:20px;border-bottom:1px solid #ccc}
.set_group .swich{position:absolute;right:0;bottom:20px}
.swich .swich_off a,.swich .swich_on a{font-size:0.8em}
.set_group .small a{padding:4px 10px;font-size:0.8em;border-radius:3px}
.set_group .small a:hover{background:#1fd2af !important}
.set_group .small.fl_r{float:right;margin-top:0}
.set_group select{padding:4px;/*margin-top:10px;*/border:1px solid #ccc;border-radius:4px;width:150px}
.set_group p.add_menu{margin-top:10px}
.set_group .ar_select{position:absolute;right:0;bottom:20px}

.article .search{position:relative;display:inline-block;width:100%}
.article .search.drop{width:auto}
.article .search.transfer{margin-top:30px}
.article .search p{display:block;position:relative;float:left;margin-right:20px;font-size:1.6em;line-height:1.6em;font-weight:bold}
.article .search p input{width:410px;padding:9px 12px;border:1px solid #e2e2e2;border-radius:6px 0 0 6px;font-size:0.6em;background:#e2e2e2;height:21px;float:left !important;}

.article .transfer p input{width:550px}
.article .search p textarea{overflow:visible;width:410px;height:40px;padding:9px 12px;border:1px solid #e2e2e2;border-radius:6px 0 6px 6px;font-size:0.6em;background:#e2e2e2;resize:none;overflow-y:hidden;line-height:1.4em;float:left}
.article.dns .search p textarea{width:500px}
.article.dns .search p input{width:500px;height:20px}
.article.trial .search p input{width:526px;border-radius:6px}
.article .search p span{display:block;position:absolute;right:-141px;width:115px;padding:0 12px 2px 12px;border:1px solid #6c6c6c;border-radius:0 6px 6px 0;line-height:1.4em;height:37px;cursor:pointer;background:#6c6c6c url(../images/arrow_w_m.gif) no-repeat 60% 50%;transition:background-color 0.3s ease-out;float:left}
.article .search p.transfer span{width:115px;background-position:80% 50%}
.article .search p span.multi{right:-134px;top:6px;width:31px;height:31px;padding:0;background:url(../images/icon_multi.png) no-repeat;border:none}
.article .search p span.multi.over{background-image:url(../images/icon_multi_over.png)}
.article .search p span.multi a{display:block;width:31px;height:31px;text-indent:-10000px}

.article.dns .search p .multi{display:block;position:absolute;right:-56px;top:0;width:30px;padding:3px 12px 4px 12px;border:1px solid #6c6c6c;border-radius:0 6px 6px 0;line-height:1.4em;cursor:pointer;background:#6c6c6c url(../images/icon_multi.png) no-repeat 50% 46%;transition:background-color 0.3s ease-out;float:left;}
.article .search p span:hover,.article.dns .search p .multi:hover{background-color:#000;transition:background-color 0.3s ease-out;border-color:#000}
.article .search p span.multi:hover{background-color:#6c6c6c}
.article .search p span a{font-size:0.6em;color:#fff}
.article .search p.btn_search{float:right;margin-right:0}
.article .search p.btn_search a{display:block;margin-top:1px;padding:1px 30px;background:#303030;border-radius:6px;font-size:0.6em;color:#fff;transition:background-color 0.3s ease-out}
.article .search p.btn_search a:hover{background-color:#000;transition:background-color 0.3s ease-out}
.article .search p.btn_search.unable a{background:#ccc;cursor:default}
.article .search p.btn_search.unable a:hover{background:#ccc}
.article .message{clear:both;position:relative;padding-top:2px;}
.article .message p{float:none;margin:0;font-size:0.9em;color:#ba3a35;font-weight:normal}
.article .message p.view_price{position:absolute;right:0;top:6px;padding-left:10px;background:url(../images/arrow_g_s.gif) no-repeat 0 50%}
.article .message p.view_price a{color:#1abc9c}
.article .info{width:85%;margin-top:10px;font-size:0.8em}

.article .search_check{right:124px;top:40px}
.article .search_check p{float:none;width:100%;font-size:1.2em}
.article .search_check p span{position:absolute;right:0;top:6px;width:auto;padding:0;border:none;border-radius:0;background:none} 
.article .search_check p span:hover{background:none}
.article .search_check p span a{color:#666;font-size:0.8em;border-radius:0}
.article .search_check p span a:hover{color:#d8690f}
.article .search_check p.btn{margin-top:20px}
.article .search_check p a{padding:0;font-size:0.7em;background:none;color:#333;border-radius:0}
.article .search_check p a:hover{color:#1abc9c;background:none}
.article .search_check p a+a{margin-left:10px}

.article .search_check ul{margin-top:10px;padding-top:10px;border-top:1px solid #ccc}
.article .search_check .view_more{display:none}
.article .search_check ul li{display:inline-block;width:19%;padding-bottom:10px;font-size:1.2em}

.article h3{padding:20px 0}

.domain_list p.select{text-align:right}
.domain_list p.select select{padding:4px;margin-top:10px;border:1px solid #ccc;border-radius:4px}

.product_info{position:relative;margin-top:20px;padding:15px 20px;border-radius:6px;transition:background-color 0.3s ease-out;box-shadow:1px 1px #bbb}
.product_info.detail{margin-top:10px;padding:15px 0;box-shadow:none;border-radius:0;border-bottom:1px solid #ccc}
.product_info.detail.last{border:none}
.product_info.detail.add{margin-top:0;padding-top:0}
.product_info.std{background:#e0d9c8}
.product_info.pro{background:#e0dfc8}
.product_info.plus{background:#d7e0c8}
.product_info.premium{background:#c8d7e0}
.product_info .interface,.product_info .statistics,.product_info .load_balance,.product_info .multiarea,.product_info .option,.product_info .features{position:absolute}
.product_info.std_1{padding-bottom:35px;background:url(../images/std_img1.png) no-repeat 96% 50%}
.product_info.std_2{padding-bottom:35px;background:url(../images/std_img2.png) no-repeat 95% 50%}
.product_info.std_3{padding-bottom:35px;background:url(../images/std_img3.png) no-repeat 97% 50%}
.product_info.pro_1{padding-bottom:35px;background:url(../images/pro_img1.png) no-repeat 94% 50%}
.product_info.pro_2{padding-bottom:35px;background:url(../images/pro_img2.png) no-repeat 95% 50%}
.product_info.pro_3{padding-bottom:35px;background:url(../images/pro_img3.png) no-repeat 93% 50%}
.product_info.proplus_1{padding-bottom:35px;background:url(../images/proplus_img1.png) no-repeat 94% 50%}
.product_info.proplus_2{padding-bottom:35px;background:url(../images/proplus_img2.png) no-repeat 95% 50%}
.product_info.proplus_3{padding-bottom:35px;background:url(../images/proplus_img3.png) no-repeat 93% 50%}
.product_info.wl_1{padding-bottom:35px;background:url(../images/wl_img1.png) no-repeat 95% 50%}
.product_info.wl_2{padding-bottom:35px;background:url(../images/wl_img2.png) no-repeat 90% 50%}
.product_info.wl_3{padding-bottom:35px;background:url(../images/wl_img3.png) no-repeat 90% 50%}
.product_info.business_1{padding-bottom:35px;background:url(../images/business_img1.png) no-repeat 88% 50%}
.product_info.business_2{padding-bottom:35px;background:url(../images/business_img2.png) no-repeat 100% 50%}
.product_info.business_3{padding-bottom:35px;background:url(../images/business_img3.png) no-repeat 90% 50%}
.product_info.business_plus_1{padding-bottom:35px;background:url(../images/business_plus_img1.png) no-repeat 95% 50%}
.product_info.business_plus_2{padding-bottom:35px;background:url(../images/business_plus_img2.png) no-repeat 94% 50%}
.product_info.business_plus_3{padding-bottom:35px;background:url(../images/business_plus_img3.png) no-repeat 98% 50%}
.product_info.premium_1{padding-bottom:35px;background:url(../images/premium_img1.png) no-repeat 93% 50%}
.product_info.premium_2{padding-bottom:35px;background:url(../images/premium_img2.png) no-repeat 96% 50%}
.product_info.premium_3{padding-bottom:35px;background:url(../images/premium_img3.png) no-repeat 98% 50%}

.product_info.std:hover{background:#dfd5bd;/*cursor:pointer;*/transition:background-color 0.3s ease-out}
.product_info.pro:hover{background:#d8d7b5}
.product_info.plus:hover{background:#c9d4b7}
.product_info h3{padding-bottom:10px;border-bottom:1px solid #aaa}
.product_info.std h3,.product_info.pro h3,.product_info.plus h3,.product_info.premium h3{padding-top:0}

.product_info.detail h3{padding-bottom:0;border:none;clear:both}
.product_info.detail h3 span.coin_info{float:right;font-size:0.8em}
.product_info.detail p{border:none}
.product_info ul,.product_info p{padding-top:8px;border-top:1px solid #fff}
.product_info p{padding-right:280px;padding-bottom:10px}
.product_info.detail.st p{padding-right:0}
.product_info p+p{border:none}
.product_info li{padding:0 0 0 24px;margin:8px 0;background:url(../images/bullet_circle.png) no-repeat 0 3px}
.product_info .tab{padding:0;overflow:hidden}
.product_info .tab li{float:left;width:49%;margin:0 0 0 0.7%;padding:8px 0;background:none;border-bottom:0;background:#eee;border-radius:6px 6px 0 0;text-align:center}
.product_info .tab li a{color:#bbb;font-weight:bold}
.product_info .tab li.current,.product_info .tab li:hover{background:#e7ebc9;box-shadow:0 1px 1px #666}
.product_info .tab li.current a,.product_info .tab li:hover a{color:#000}
.product_info.search_result{padding:10px 20px;background:#fff;box-shadow:none;border:1px solid #ccc}
.product_info.search_result ul{padding:0;border:none}
.product_info.search_result ul li{position:relative;padding:8px 0;margin:0;background:none;border-top:1px solid #ccc;word-break:break-all;padding-right:115px}
.product_info.search_result ul li:first-child{border-top:none}
.product_info.search_result ul li span a{position:absolute;right:0;top:7px;width:100px;padding:1px 0;border-radius:3px;font-size:0.8em;color:#fff;background:#636363;text-align:center;transition:background-color 0.3s ease-out}
.product_info.search_result ul li span a:hover{background:#000;transition:background-color 0.3s ease-out}
.product_info.search_result ul li .disable a,.product_info.search_result ul li .unable a{background:#ccc;cursor:default}
.product_info.search_result ul li .disable a:hover,.product_info.search_result ul li .unable a:hover{background:#ccc}

.select_setup{position:relative;height:0}
.select_setup ul{position:absolute;right:0;top:1px;background:#FFF;border:1px solid #ccc}
.select_setup ul li{padding:8px;border-top:1px solid #ddd;white-space:nowrap;text-align:left}
.select_setup ul li:hover{background:#f6f5e9}
.select_setup ul li:hover a{color:#1abc9c}
.select_setup ul li:first-child{border:none}

.product_info table{border-top:1px solid #ccc}
.product_info table p{position:relative;padding:0;text-align:left}
.product_info table p span a{position:absolute;right:0px;top:-3px;padding:0 10px;line-height:1.4em}
.product_info p.notice{color:#ba3a35;font-size:0.85em}

.product_info .option_group{background:#f6f5e9;overflow:hidden;border-top:1px solid #c2c799;}
.product_info .option_pro{position:relative;float:left;width:50%}
.product_info .option_pro.option_dns{width:50%}
.product_info .option_pro.option_hydra{width:25%}
.product_info .option_pro.option_etc{width:40%}
.product_info .option_pro.second{width:30%}
.product_info .option_pro.second+.second+.second{width:40%}
.product_info .option_pro .title{padding:8px 0;text-align:center;font-weight:bold;font-size:0.9em;border-top:0;border-bottom:1px solid #c2c799;background:#e7ebc9}

.product_info .option_pro ul{padding:0;border-top:none}
.product_info .option_pro li{background:none;position:relative;padding:3px 0;margin:0 2px;font-size:0.8em}
.product_info .option_pro li p{display:inline-block;width:100%;padding:6px 0 6px 6px;border-top:none}
.product_info .option_pro li p span a{position:absolute;right:6px;top:8px;padding:4px 10px;line-height:1.4em;font-size:0.8em;border-radius:3px}

.bulk_section{position:relative;overflow:hidden;margin-top:10px}
.bulk_sidebar{float:left;width:28%;border:1px solid #ccc;border-radius:6px}
.bulk_sidebar li{position:relative;padding:6px;border-top:1px dotted #ccc}
.bulk_sidebar li a{display:inline-block;width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.bulk_sidebar li:hover{background:#f6f5e9}
.bulk_sidebar li:first-child{border-top:none}
.bulk_sidebar li .btn{display:block;position:absolute;right:6px;top:-14px}
.bulk_sidebar li .btn a{width:auto;padding:4px 10px;font-size:0.8em;border-radius:3px}
.bulk_sidebar li .btn.choice a{background:#1abc9c !important}

/*.bulk_cont{float:right;width:70%}*/
.domain_list .bulk_cont input{width:90%;padding:4px;border:1px solid #ccc;border-radius:3px}
.bulk_cont select{padding:4px;border:1px solid #ccc;border-radius:3px}
.bulk_cont table{border-top:none}

.history_search{border-bottom:1px solid #ccc}
.history_search strong{display:inline-block;width:160px;padding:10px 10px;margin-right:10px;background:#f6f5e9;font-weight:normal}
.history_search select{padding:4px 10px;margin:0 6px;border:1px solid #ccc;border-radius:3px}
.history_search .btn{margin:0 6px}
.history_search .btn a{display:inline-block;padding:3px 8px;border-radius:3px;background:#636363;font-size:0.85em;color:#fff}
.history_search .btn a:hover{background:#000 !important}

.drop_message{width:100%;background:#f6f5e9;border-bottom:1px solid #ccc}
.drop_message_cont{width:1000px;margin:0 auto}
.drop_message_cont table{border-top:none;display:inline}
.drop_message_cont table td{border-bottom:1px dotted #ccc}
.drop_message_cont table tr:hover td{background:#fff}
.drop_message_cont td span.btn a,.drop_message_cont th span.btn a{padding:4px 10px;border-radius:3px;border:1px solid #ccc;background:#fff;color:#333;font-size:0.9em}
.drop_message_cont span.btn a:hover{background:#ccc}
.drop_message_cont span.btn.black a{background:#636363;border:0;color:#fff}
.drop_message_cont span.btn.black a:hover{background:#000}
.drop_message_cont span.btn.black.disable a{background:#ccc;cursor:default}
.drop_message_cont table td.name p{width:810px;word-break:break-word;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;height:22px}
.drop_message_cont table td.name p.close{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}

.drop_message_cont span.btn_read a{background:url(../images/btn_msg_read.png) no-repeat 0 0;display:inline-block;height:22px;width:22px}
.drop_message_cont span.btn_read a:hover{background:url(../images/btn_msg_read.png) no-repeat 0 -22px}
.drop_message_cont span.btn_read.disable a{background:url(../images/btn_msg_read.png) no-repeat 0 -22px;cursor:default}

.drop_message_cont p.btn{position:relative;display:block;padding:20px 0;text-align:right}
.drop_message_cont p.btn a{padding:6px 20px;background:#1abc9c;border-radius:4px;color:#fff;transition:background-color 0.3s ease-out}
.drop_message_cont p.btn a:hover{background:#1fd2af;transition:background-color 0.3s ease-out}
.drop_message_cont p.btn a+a{margin-left:8px;background: #636363}
.drop_message_cont p.btn a+a:hover{background:#000}

.drop_error{width:100%;background:#eee3df;border-bottom:1px solid #ccc}
.drop_error_cont{width:1000px;margin:0 auto}
.drop_error_cont table{border-top:none}
.drop_error_cont table td{border-bottom:1px dotted #ccc}
.drop_error_cont table td a{color:#1abc9c;text-decoration:underline}
.drop_error_cont table tr:hover td{background:#fff}
.drop_error_cont td span.btn a,.drop_message_cont th span.btn a{padding:4px 10px;border-radius:3px;border:1px solid #ccc;background:#fff;color:#333;font-size:0.9em}

.ar{text-align:right}
/*.ml{margin-left:10px}*/
.advanced_setting_foot table input.ws{width:70%}

.domain_align{background:#f5f5f5}
.domain_align li.title{font-weight:bold;color:#1abc9c}
.domain_align li{display:inline-block;margin-right:30px;width:100px;padding:12px}
.domain_align li.current a,.domain_align li a:hover{font-weight:bold}

p.alert{color:#d42f2f;padding:10px 0 10px 10px;font-weight:bold}
ul.alert{padding:10px 0;background:#f5f5f5;border-top:1px solid #ccc}
.alert li{margin-left:30px;padding:6px 10px 0 0;font-size:0.9em;list-style:decimal;color:#333}
.alert li:first-child{padding-top:0}
.alert li span{color:#d42f2f;font-weight:bold}
.alert li strong{color:#2f81d4}
.alert li.document p{padding:10px 0 10px 10px} 
.alert li.document ul{padding:0 0 10px}
.alert li.document li{list-style:none;margin-left:23px;line-height:1.4em}
.alert a{color:#2f81d4}
.alert a:hover{text-decoration:underline}
.alert.non_list li{list-style:none}
.alert .non_list li{list-style:none;padding-top:0;margin-left:10px}
.ar_label{text-align:right;font-size:0.9em;padding:5px 0 10px 0;}

.search_board a{border-radius:4px !important}

.trial .used{position:relative;margin-top:10px}
.trial .used input{margin-right:10px}
.trial .used span{position:absolute;right:0;top:0}
.trial .used span a{padding:6px 12px;border-radius:2px;font-size:11px;background:#ddd}

.folder_head{display:inline-block;padding:10px 30px 10px 20px !important;margin-bottom:-1px;border:1px solid #ccc;border-bottom:1px solid #fff;border-radius:6px 6px 0 0;word-break:break-all;width:90%}
.folder_box{padding:20px;border:1px solid #ccc;border-radius:0 6px 6px 6px}

.advanced_setting{width:1000px;}
.setting_sidebar{position:relative;float:left;width:20%;border-bottom:1px solid #ccc}
.setting_sidebar .detail_box{position:absolute;left:173px;top:41px;width:300px;z-index:1000;padding:4px;background:#fff;border:1px solid #636363;background:#fff;border-radius:4px}
.setting_sidebar .detail_box div{padding:6px;background:#f7f7f7;border-radius:4px}
.setting_sidebar .detail_box p{padding:0;font-size:0.8em;word-break:break-all}
.setting_sidebar .detail_box p+p{padding:2px 0 ;border-top:1px dotted #ccc}


.setting_sidebar.bulk_domain{width:35%}
.setting_sidebar p{position:relative;padding:6px 0;}
.setting_sidebar p input{width:71%;padding:4px 10px 4px 4px;border:1px solid #ccc;border-radius:4px;height:19px}
.setting_sidebar p .btn a{margin-left:6px;padding:6px 10px;border-radius:4px;vertical-align:middle}
.setting_sidebar p .btn a:hover{background:#000 !important}
.setting_sidebar p .btn_search a{position:absolute;right:8px;top:6px;display:inline-block;padding:4px 7px;background:#636363;border-radius:0 3px 3px 0;color:#fff;font-size:0.9em}

.setting_sidebar .profile_list{overflow-y:scroll;min-height:292px;max-height:292px;border-top:1px solid #ccc;border-bottom:1px solid #ccc}
.setting_sidebar.bulk_domain .profile_list{max-height:915px;border:none}

.profile_list p.search{padding:0;text-align:left}
.profile_list p.search input{width:200px;padding:4px 4px 5px 4px;border:1px solid #ccc;border-radius:3px 0 0 3px;height:17px;margin-top:-2px}
.profile_list p.search select{padding:4px 4px 5px 4px;border:1px solid #ccc;border-radius:3px;height:28px;margin-top:-2px}
.profile_list p.search span{display:inline-block;padding:3px 10px 5px 10px;margin:0 0 0 -5px;background:#636363;border-radius:0 3px 3px 0;height:20px}
.profile_list p.search span a{color:#fff;font-size:0.9em}

.profile_list table{position:relative}
.profile_list p.search span.multi{width:31px;height:31px;padding:0;background:url(../images/icon_multi.png) no-repeat;border:none;margin-left:2px;position:relative;top:-5px}
.profile_list p.search span.multi.over{background-image:url(../images/icon_multi_over.png)}
.profile_list p.search span.multi a{display:block;width:31px;height:31px;text-indent:-10000px}
.profile_list textarea{left:6px;position:absolute;top:10px;width:204px;z-index:1;height:90px;padding:2px 4px;border:1px solid #ccc;border-radius:3px}

.setting_sidebar li{position:relative;padding:6px 6px 6px 0;margin-right:10px;border-bottom:1px dotted #ccc;/*background:url(../images/bullet_g_s.gif) no-repeat 6px 50%*/}
.setting_sidebar li a{display:inline-block;overflow:hidden;width:100px;font-size:0.9em;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}
.setting_sidebar li:hover{background:#f7f7f7 url(../images/bullet_detail.gif) no-repeat 169px 50%;cursor:pointer}
.setting_sidebar li:hover a{color:#53991c}
.setting_sidebar li .tld{display:inline-block;width:40px;padding:1px;margin-right:6px;background:#17baa1;text-align:center;font:11px bold;color:#fff; border-radius:2px;vertical-align:middle}


.setting_sidebar.bulk_domain table{border-top:0;table-layout:fixed}
.setting_sidebar.bulk_domain td:first-child{width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.setting_sidebar.bulk_domain table tr:hover td{background:#f5f5f5}

.profile_form{position:relative;float:right;width:79.8%}
.profile_form.for_uk{width:100%}
.profile_form.bulk_domain{width:63.8%}
.profile_form.bulk_domain p{padding:9px 0 10px 0;font-size:0.8em}
.profile_form.bulk_domain p .btn a{padding:4px 10px;border-radius:4px;background:#1abc9c}
.profile_form.bulk_domain .profile_list{overflow-y:scroll;height:246px;border-top:1px solid #ccc;border-bottom:1px solid #ccc}
.profile_form.bulk_domain .profile_list+p{border-bottom:1px solid #ccc}
.profile_list p.error_msg{font-size:0.9em;color:#ba3a35;padding:0px;white-space:normal}

.profile_form .info{display:none;position:absolute;left:-24px;top:30px;width:360px;padding:10px;background:#777;border-radius:4px;box-shadow:1px 1px 3px #000}
.profile_form .info tr:first-child th,.profile_form .info tr:first-child td{border:none}
.profile_form .info th,.profile_form .info td{color:#fff;border:none;border-top:1px solid #ccc;background:none;font-size:0.8em}

.profile_form table th,.profile_form table td{padding:6px;text-align:left}
.profile_form table td{height:29px}
.profile_form table td input{width:96%;padding:4px;border:1px solid #ccc;border-radius:4px}
.profile_form table td input.width_auto{width:auto}
.profile_form table td input.width_long{width:824px}
.profile_form table td input.width_short{width:266px}
.profile_form table td select{padding:4px;border:1px solid #ccc;border-radius:4px}
.profile_form table td input.tel{width:20%}
.profile_form table td input.tel_{width:60%}
.profile_form .msg{display:none;position:relative;height:0}
.profile_form .msg span{display:block;position:absolute;left:-6px;top:-26px;width:100%;padding:6px;background:#fff;color:#ba3a35;font-size:0.85em}
.profile_form table td.price{text-align:right;font-size:1em}
.profile_form table td.ar{text-align:right}

.profile_form .domain_move_notices p{font-size:1.1em}
.domain_move_notices ol{padding-left:20px}
.domain_move_notices ol li{list-style:decimal;font-size:1em}

.profile_form .policy input{width:auto}
.profile_form .contact_info p{font-size:0.9em;padding:0px}
.profile_form .contact_info p.countries{padding:3px 5px;margin-right:11px}

.profile_form .contact_info .width_long{width:655px}
.profile_form .contact_info .width_short{width:193px}

.setting_sidebar table{border-top:none}
.setting_sidebar .detail{position:absolute;left:0;top:38px;z-index:1200;width:300px;padding:10px;background:#f5f5f5;border-radius:4px;box-shadow:1px 1px 3px #666;border-right:1px solid #fff;border-bottom:1px solid #fff}
.setting_sidebar .detail tr:first-child th,.profile_form .detail tr:first-child td{border:none}
.setting_sidebar .detail th,.profile_form .detail td{border:none;border-top:1px solid #ccc;background:none;font-size:0.8em;text-align:left}

.profile_form .detail{position:absolute;left:0;top:38px;z-index:1200;width:300px;padding:10px;background:#f5f5f5;border-radius:4px;box-shadow:1px 1px 3px #666;border-right:1px solid #fff;border-bottom:1px solid #fff;display:none;}
.profile_form .detail tr:first-child th,.profile_form .detail tr:first-child td{border:none}
.profile_form .detail th,.profile_form .detail td{border:none;border-top:1px solid #ccc;background:none;font-size:0.8em;text-align:left}
.profile_form .detail td{word-break:break-all}

.advanced_setting_foot{clear:both;padding-top:20px}
.advanced_setting_foot .swich_on,.advanced_setting_foot .swich_off{margin-bottom:-6px}
.advanced_setting_foot table input{width:95%;padding:4px;border:1px solid #ccc;border-radius:4px}
.advanced_setting_foot table input.width_auto{width:auto}
.advanced_setting_foot table select{padding:4px;border:1px solid #ccc;border-radius:4px}
.advanced_setting_foot a{color:#fff}

li.li_off{height:51px;overflow:hidden;border-bottom:1px solid #ccc}
.domain_move_notices li.li_off{height:39px;overflow:hidden;border-bottom:1px solid #ccc}
.contact_info.border_none{border-top:none}
.contact_info .box_contries,.profile_form .box_contries{display:none;position:absolute}
.contact_info .box_contries .caret,.profile_form .box_contries .caret{display:block;position:relative;z-index:100;top:1px;border:none;height:9px;width:17px;left:10px;background:url(../images/caret.gif) no-repeat}
.contact_info .box_contries .countries-list,.profile_form .box_contries .countries-list{position:relative;z-index:100;overflow-y:scroll;height:140px;width:270px;border:1px solid #ccc;background:#fff;border-radius:3px}
.contact_info .box_contries .countries-list .item,.profile_form .box_contries .countries-list .item{margin:5px 0}
.contact_info .box_contries .countries-list .item a,.profile_form .box_contries .countries-list .item a{display:block;padding:2px 15px;font-size:0.9em}
.contact_info .box_contries .countries-list .item a:hover,.profile_form .box_contries .countries-list .item a:hover{background:#eee}
.contact_info .box_contries .countries-list .current,.profile_form .box_contries .countries-list .current{background:#eee}
.countries-flags{display:inline-block;width:16px;height:11px;margin-right:5px;vertical-align:initial;line-height:16px;background:url(../images/icon_contry.png) 0 -44px no-repeat}
.countries-flags.af{background-position:0 -2311px}
.countries-flags.al{background-position:0 -1034px}
.countries-flags.dz{background-position:0px -528px}
.countries-flags.as{background-position:0px -1562px}
.countries-flags.ad{background-position:0px -594px}
.countries-flags.ao{background-position:0px -1947px}
.countries-flags.ai{background-position:0px -1980px}
.countries-flags.aq{background-position: 0px -1364px;}
.countries-flags.ag{background-position:0px -869px}
.countries-flags.ar{background-position:0px -2377px}
.countries-flags.am{background-position:0px -176px}
.countries-flags.aw{background-position:0px -792px}
.countries-flags.ascension-island{background-position:0px -55px}
.countries-flags.au{background-position:0px -1716px}
.countries-flags.at{background-position:0px -1331px}
.countries-flags.az{background-position:0px -1243px}
.countries-flags.bs{background-position:0px -363px}
.countries-flags.bh{background-position:0px -1496px}
.countries-flags.bd{background-position:0px -1771px}
.countries-flags.bb{background-position:0px -1573px}
.countries-flags.by{background-position:0px -1100px}
.countries-flags.be{background-position:0px 0px}
.countries-flags.bz{background-position:0px -484px}
.countries-flags.bj{background-position:0px -1298px}
.countries-flags.bm{background-position:0px -1914px}
.countries-flags.bt{background-position:0px -1848px}
.countries-flags.bo{background-position:0px -1650px}
.countries-flags.ba{background-position:0px -1584px}
.countries-flags.bw{background-position:0px -2707px}
.countries-flags.br{background-position:0px -770px}
.countries-flags.io{background-position:0px -759px}
.countries-flags.vg{background-position:0px -1408px}
.countries-flags.bn{background-position:0px -1683px}
.countries-flags.bg{background-position:0px -2586px}
.countries-flags.bf{background-position:0px -726px}
.countries-flags.bi{background-position:0px -1892px}
.countries-flags.kh{background-position:0px -242px}
.countries-flags.cm{background-position:0px -2057px}
.countries-flags.ca{background-position:0px -1375px}
.countries-flags.cv{background-position:0px -2652px}
.countries-flags.caribbean-netherlands{background-position:0px -2719px}
.countries-flags.ky{background-position:0px -308px}
.countries-flags.cf{background-position:0px -1837px}
.countries-flags.td{background-position:0px -814px}
.countries-flags.cl{background-position:0px -1342px}
.countries-flags.cn{background-position:0px -825px}
.countries-flags.cx{background-position:0px -2421px}
.countries-flags.cc{background-position: 0px -1023px;}
.countries-flags.co{background-position:0px -330px}
.countries-flags.km{background-position:0px -1430px}
.countries-flags.congo-drc{background-position:0px -1518px}
.countries-flags.cg{background-position:0px -1793px}
.countries-flags.cd{background-position: 0px -1518px;}
.countries-flags.ck{background-position: 0px -2267px;}
.countries-flags.cr{background-position: 0px -2090px;}
.countries-flags.ci{background-position: 0px -1661px;}
.countries-flags.congo-republic{background-position:0px -2267px}
.countries-flags.costa-rica{background-position:0px -2090px}
.countries-flags.ivory-coast{background-position:0px -1661px}
.countries-flags.hr{background-position:0px -902px}
.countries-flags.cu{background-position:0px -748px}
.countries-flags.curacao{background-position:0px -2729px}
.countries-flags.cy{background-position:0px -561px}
.countries-flags.cz{background-position:0px -2256px}
.countries-flags.dk{background-position:0px -1386px}
.countries-flags.dj{background-position:0px -2101px}
.countries-flags.dm{background-position:0px -2432px}
.countries-flags.do{background-position:0px -1529px}
.countries-flags.ec{background-position:0px -1188px}
.countries-flags.eg{background-position:0px -2201px}
.countries-flags.sv{background-position:0px -1639px}
.countries-flags.gq{background-position:0px -1507px}
.countries-flags.er{background-position:0px -715px}
.countries-flags.ee{background-position:0px -2410px}
.countries-flags.et{background-position:0px -2443px}
.countries-flags.fk{background-position:0px -2762px}
.countries-flags.fo{background-position:0px -1111px}
.countries-flags.fj{background-position:0px -1859px}
.countries-flags.fi{background-position:0px -1903px}
.countries-flags.fr{background-position:0px -1012px}
.countries-flags.french-guiana{background-position:0px -2234px}
.countries-flags.pf{background-position:0px -1705px}
.countries-flags.ga{background-position:0px -880px}
.countries-flags.gm{background-position:0px -627px}
.countries-flags.ge{background-position:0px -858px}
.countries-flags.de{background-position:0px -2509px}
.countries-flags.gh{background-position:0px -2112px}
.countries-flags.gi{background-position:0px -275px}
.countries-flags.gr{background-position:0px -165px}
.countries-flags.gl{background-position:0px -1760px}
.countries-flags.gd{background-position:0px -2399px}
.countries-flags.guadeloupe{background-position:0px -407px}
.countries-flags.gu{background-position:0px -2366px}
.countries-flags.gt{background-position:0px -935px}
.countries-flags.gn{background-position:0px -2575px}
.countries-flags.gw{background-position:0px -1925px}
.countries-flags.gy{background-position:0px -803px}
.countries-flags.ht{background-position:0px -319px}
.countries-flags.hn{background-position:0px -2156px}
.countries-flags.hk{background-position:0px -2696px}
.countries-flags.hu{background-position:0px -682px}
.countries-flags.is{background-position:0px -1991px}
.countries-flags.in{background-position:0px -1694px}
.countries-flags.id{background-position:0px -1958px}
.countries-flags.ir{background-position:0px -2013px}
.countries-flags.iq{background-position:0px -649px}
.countries-flags.ie{background-position:0px -1969px}
.countries-flags.im{background-position: 0px -2696px;}
.countries-flags.il{background-position:0px -341px}
.countries-flags.it{background-position:0px -134px}
.countries-flags.jm{background-position:0px -1727px}
.countries-flags.jp{background-position:0px -429px}
.countries-flags.je{background-position: 0px -2795px;}
.countries-flags.jo{background-position:0px -1463px}
.countries-flags.kz{background-position:0px -1210px}
.countries-flags.ke{background-position:0px -2630px}
.countries-flags.ki{background-position:0px -374px}
.countries-flags.kw{background-position:0px -2487px}
.countries-flags.kg{background-position:0px -1617px}
.countries-flags.la{background-position:0px -451px}
.countries-flags.lv{background-position:0px -1936px}
.countries-flags.lb{background-position:0px -1254px}
.countries-flags.ls{background-position:0px -2190px}
.countries-flags.lr{background-position:0px -2068px}
.countries-flags.ly{background-position:0px -132px}
.countries-flags.li{background-position:0px -979px}
.countries-flags.lt{background-position:0px -1122px}
.countries-flags.lu{background-position:0px -1474px}
.countries-flags.mo{background-position:0px -2597px}
.countries-flags.mk{background-position:0px -1353px}
.countries-flags.mg{background-position:0px -1287px}
.countries-flags.mw{background-position:0px -2145px}
.countries-flags.my{background-position:0px -1870px}
.countries-flags.mv{background-position:0px -616px}
.countries-flags.ml{background-position:0px -2520px}
.countries-flags.mt{background-position:0px -1551px}
.countries-flags.mh{background-position:0px -1144px}
.countries-flags.martinique{background-position:0px -198px}
.countries-flags.mr{background-position:0px -253px}
.countries-flags.mu{background-position:0px -2179px}
.countries-flags.yt{background-position: 0px -2234px;}
.countries-flags.mx{background-position:0px -2024px}
.countries-flags.fm{background-position:0px -1738px}
.countries-flags.md{background-position:0px -2685px}
.countries-flags.mc{background-position:0px -913px}
.countries-flags.mn{background-position:0px -2553px}
.countries-flags.me{background-position:0px -2167px}
.countries-flags.ms{background-position:0px -583px}
.countries-flags.ma{background-position:0px -2333px}
.countries-flags.mz{background-position:0px -638px}
.countries-flags.mm{background-position:0px -11px}
.countries-flags.na{background-position:0px -1881px}
.countries-flags.nr{background-position:0px -674px}
.countries-flags.np{background-position:0px -110px}
.countries-flags.nl{background-position:0px -1441px}
.countries-flags.nc{background-position:0px -1276px}
.countries-flags.nz{background-position:0px -1540px}
.countries-flags.ni{background-position:0px -154px}
.countries-flags.an{background-position: 0px -220px;}
.countries-flags.ne{background-position:0px -550px}
.countries-flags.ng{background-position:0px -2476px}
.countries-flags.nu{background-position:0px -2079px}
.countries-flags.norfolk-island{background-position:0px -209px}
.countries-flags.mp{background-position:0px -704px}
.countries-flags.north-korea{background-position:0px -1804px}
.countries-flags.no{background-position:0px -836px}
.countries-flags.om{background-position:0px -2454px}
.countries-flags.pk{background-position:0px -2035px}
.countries-flags.pw{background-position:0px -231px}
.countries-flags.palestine{background-position:0px -1199px}
.countries-flags.pa{background-position:0px -847px}
.countries-flags.pg{background-position:0px -1485px}
.countries-flags.py{background-position:0px -2344px}
.countries-flags.pe{background-position:0px -946px}
.countries-flags.ph{background-position:0px -1815px}
.countries-flags.pn{background-position: 0px -924px;}	
.countries-flags.pl{background-position:0px -1177px}
.countries-flags.pt{background-position:0px -517px}
.countries-flags.pr{background-position:0px -473px}
.countries-flags.qa{background-position:0px -462px}
.countries-flags.reunion{background-position:0px -264px}
.countries-flags.ro{background-position:0px -671px}
.countries-flags.ru{background-position:0px -660px}
.countries-flags.rw{background-position:0px -2674px}
.countries-flags.bl{background-position:0px -1012px}
.countries-flags.sh{background-position:0px -495px}
.countries-flags.kn{background-position:0px -99px}
.countries-flags.lc{background-position:0px -1397px}
.countries-flags.mf{background-position:0px -55px}
.countries-flags.pm{background-position:0px -1078px}
.countries-flags.vc{background-position:0px -1078px}
.countries-flags.ws{background-position:0px -2300px}
.countries-flags.sm{background-position:0px -2123px}
.countries-flags.st{background-position:0px -2388px}
.countries-flags.sa{background-position:0px -33px}
.countries-flags.sn{background-position:0px -2134px}
.countries-flags.rs{background-position:0px -2465px}
.countries-flags.sc{background-position:0px -1045px}
.countries-flags.sl{background-position:0px -737px}
.countries-flags.sg{background-position:0px -22px}
.countries-flags.sint-maarten{background-position:0px -2773px}
.countries-flags.sk{background-position:0px -2212px}
.countries-flags.si{background-position:0px -1221px}
.countries-flags.sb{background-position:0px -1067px}
.countries-flags.so{background-position:0px -1364px}
.countries-flags.za{background-position:0px -2355px}
.countries-flags.kr{background-position:0px -2245px}
.countries-flags.kp{background-position: 0px -1804px;}
.countries-flags.south-sudan{background-position:0px -2741px}
.countries-flags.es{background-position:0px -1155px}
.countries-flags.lk{background-position:0px -2641px}
.countries-flags.sd{background-position:0px -352px}
.countries-flags.sr{background-position:0px -2663px}
.countries-flags.sj{background-position: 0px -121px;}
.countries-flags.sz{background-position:0px -2278px}
.countries-flags.se{background-position:0px -385px}
.countries-flags.ch{background-position:0px -1320px}
.countries-flags.sy{background-position:0px -1826px}
.countries-flags.tw{background-position:0px -506px}
.countries-flags.tj{background-position:0px -187px}
.countries-flags.tz{background-position:0px -2289px}
.countries-flags.th{background-position:0px -957px}
.countries-flags.tl{background-position: 0px -418px;}
.countries-flags.tg{background-position:0px -605px}
.countries-flags.tk{background-position:0px -2751px}
.countries-flags.to{background-position:0px -1089px}
.countries-flags.tt{background-position:0px -440px}
.countries-flags.tn{background-position:0px -539px}
.countries-flags.tr{background-position:0px -1606px}
.countries-flags.tm{background-position:0px -2542px}
.countries-flags.tc{background-position:0px -1309px}
.countries-flags.tv{background-position:0px -286px}
.countries-flags.vi{background-position:0px -1782px}
.countries-flags.ug{background-position:0px -1166px}
.countries-flags.ua{background-position:0px -2002px}
.countries-flags.ae{background-position:0px -2223px}
.countries-flags.gb{background-position:0px -55px}
.countries-flags.us{background-position:0px -44px}
.countries-flags.uy{background-position:0px -2608px}
.countries-flags.uz{background-position:0px -1001px}
.countries-flags.vu{background-position:0px -1265px}
.countries-flags.va{background-position:0px -2322px}
.countries-flags.ve{background-position:0px -1056px}
.countries-flags.vn{background-position:0px -968px}
.countries-flags.wf{background-position:0px -1012px}
.countries-flags.eh{background-position: 0px -1199px;}
.countries-flags.ye{background-position:0px -1672px}
.countries-flags.zm{background-position:0px -1595px}
.countries-flags.zw{background-position:0px -2046px}

/* sidebar */
.sidebar{float:right;width:28%;margin-top:60px;}
.sidebar .wish_list{border-radius:6px;border:1px solid #c2c9d4;background-color:#ffffff;}
.sidebar .wish_list p{position:relative;padding:14px 10px;margin-bottom:4px;background:#e2e2e2;font-size:1.2em;background:#eee;border-radius:6px 6px 0 0}
.sidebar .wish_list p span{display:block;position:absolute;right:10px;top:12px}
.sidebar .wish_list p span a{font-size:0.8em;color:#d63d3d;text-decoration:underline}
.sidebar .wish_list ul{margin:0 10px 10px 10px}
.sidebar .wish_list ul li{position:relative;padding:6px 20px 6px 0;border-top:1px solid #ccc;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.sidebar .wish_list ul li:first-child{border-top:none}
.sidebar .wish_list ul li span{display:block;color:#666;font-size:0.9em;font-style:italic}
.sidebar .wish_list ul li span.btn{position:absolute;right:0;top:15px;width:13px;height:13px;background:url(../images/btn_close.png) no-repeat;cursor:pointer}
.sidebar p.btn{margin-top:10px;/*padding:10px 30px;*/background:#1abc9c;border-radius:6px;transition:background-color 0.3s ease-out;text-align:center}
.sidebar p.btn:hover{background:#1fd2af;transition:background-color 0.3s ease-out}
.sidebar p.btn a{color:#fff;font-size:1.2em;font-size: 1.2em;display: block;width: 100%;height: 40px;line-height: 40px;}
.sidebar .banner{padding:30px;margin-bottom:20px;border-radius:6px;background:#e2e2e2;text-align:center}

.sidebar .ban_1{width:280px;height:81px;background:url(../images/banner_01.jpg) no-repeat;cursor:pointer;margin-bottom:20px;border-radius:6px;text-indent:-10000px}
.sidebar .ban_2{width:280px;height:81px;background:url(../images/banner_02.jpg) no-repeat;cursor:pointer;margin-bottom:20px;border-radius:6px;text-indent:-10000px}

/*
.open_list{background:url(../images/bg_line.gif) repeat-y 22% 0;overflow:hidden}
.open_list .sidebar{display:block;position:relative;float:left;width:21%;margin-top:0;}
.open_list .article{float:right;width:76%;padding-left:3%}
.open_list .toggle{position:absolute;left:-20px;width:20px}
.open_list .dl{padding:10px}
.open_list .dl p{display:block;position:relative;padding-bottom:10px;font-size:1.2em;color:#000;font-weight:bold;border-bottom:1px solid #ccc}
.open_list .dl p span a{display:inline-block;position:absolute;right:0;padding:2px 6px;border-radius:3px;background:#666;color:#fff;font-size:0.7em;font-weight:normal;font-family:Tahoma}
.open_list .dl p span a:hover{color:#f6b520}
.open_list .dl ul li{position:relative;padding:6px;border-top:1px solid #ccc}
.open_list .dl ul li:hover{background:#f5f5f5}
.open_list .dl ul li:first-child{border:none}
.open_list .dl ul li li{padding:3px 0 0 10px;border:none;font-size:0.9em;background:url(../images/bullet_g_s.gif) no-repeat 0 56%}
.open_list .dl ul li .edit_icon{display:block;position:absolute;right:0;top:5px;width:24px;height:24px;background:url(../images/btn_edit.png) no-repeat 0 -24px;transition:background 0.3s ease-out}
.open_list .dl ul li .edit_icon:hover,.open_list .dl ul li .edit_icon.active{background-position:0 0;transition:background 0.3s ease-out}
.open_list .dl ul li .edit_icon a{display:block;width:24px;height:24px;text-indent:-10000px}
.open_list .dl ul li .select{display:none;position:absolute;right:-100px;top:0;z-index:15000;width:80px;padding:4px;margin-left:10px;background:#fff;border:1px solid #ccc;box-shadow:1px 1px 1px #666;border-radius:3px}
.open_list .dl ul li .select span{display:block;padding:2px}
.open_list .dl ul li .select span a{font-size:0.9em}
.open_list .dl ul li .select span:hover{background:#f6f5e9;cursor:pointer}

.close_list .sidebar{display:none}
.close_list .toggle{position:absolute;left:-24px;top:108px}
.open_list .toggle{display:none}
*/

.group_list{position:fixed;left:50%;z-index:10000;margin-left:-880px;top:15%;/*bottom:2%;*/width:320px;padding:10px;height:65%;background:#fff;border-radius:6px;box-shadow:0 0 5px 1px rgba(0,0,0,0.3);border:1px solid #ccc;}
.group_list{margin-left:-500px\9; top:17%\9}
.group_list.open .back{position:absolute;left:340px;top:11%;margin-top:-34px;padding:15px 6px;background:#e2321a;border-radius:0 6px 6px 0;box-shadow:2px 2px 2px 0 rgba(0,0,0,0.3);transition: all 0.25s ease;}
.group_list.open .back:hover{background:#971a09;}
.group_list.open .back a{display:block;width:10px;word-break:break-all;line-height:1em;color:#fff;font-weight:bold}
.group_list.close .back{display:none}
.group_list.close{position:absolute;left:50%;z-index:9000;top:60px;margin-left:-500px;box-shadow:none;background:none;border:none;height:auto;padding:0}
.group_list.close .close{display:none;}
.group_list.open .dgl{position:relative;height:100%;overflow-y:auto;}
.group_list.open .dgl .sidebar{float:none;width:auto;margin:0;padding:0 10px 0 0;background:#fff}
.group_list.open .dgl .dl{padding:6px}
.group_list.open .dgl p{display:block;position:relative;padding-bottom:10px;font-size:1.2em;color:#000;font-weight:bold;border-bottom:1px solid #ccc}
.group_list.open .dgl p span a{display:inline-block;position:absolute;right:0;padding:2px 6px;border-radius:3px;background:#666;color:#fff;font-size:0.7em;font-weight:normal;font-family:Tahoma}
.group_list.open .dgl p span a:hover{color:#f6b520}
.group_list.open .dgl .dl ul li{position:relative;padding:6px 6px 6px 12px;border-top:1px solid #ccc}
.group_list.open .dgl .dl ul li:hover{background:#f5f5f5}
.group_list.open .dgl .dl ul li:first-child{border:none}
.group_list.open .dgl .dl ul li.group_title{font-weight:bold;padding-left:6px;word-break:break-all}
.group_list.open .dgl .toggle{text-indent:-10000px;height:10px;}
.group_list.close .dgl .toggle{position:absolute;top:-20px;margin-left:-60px;width:48px;height:48px;background:url(../images/icon_dl.png) no-repeat;text-indent:-10000px;cursor:pointer;transition:background 0.3s ease-out;}
.group_list.close .dgl .toggle:hover{background:url(../images/icon_dl_o.png);transition:background 0.3s ease-out;opacity:1}

.group_list.open .dgl .dl li.selected{background:#f5f5f5}

.group_list.open .dgl .dl ul li.group_title p{border-bottom:none;margin-top:5px;padding-bottom:5px}
.group_list.open .dgl .dl ul li.group_title p span a{position:relative;display:inline-block;padding:2px 6px;border-radius:3px;background:#666;color:#fff;font-size:0.7em;font-weight:normal;font-family:'맑은 고딕','Malgun Gothic',AppleGothic,Nanum Gothic,dotum,sans-serif;}
.group_list.open .dgl .dl ul li.group_title p span a:hover{color:#f6b520}
.group_list.open .dgl .dl ul li.group_title .on_sorting a{color:#f6b520}

.group_list.open .dgl .dl ul li.group_title input{padding:3px 5px;border:1px solid #ccc;border-radius:3px;width:83%}
.group_list.open .dgl .dl ul li.group_title .icon_other{float:right}
.group_list.open .dgl .dl ul li.group_title .icon_other a{display:inline-block;width:22px;height:17px;margin:0 2px;vertical-align:middle;line-height:17px}
.group_list.open .dgl .dl ul li.group_title .icon_other.setting a{background:url(../images/icon_other.png) no-repeat 0 -34px}
.group_list.open .dgl .dl ul li.group_title .icon_other.setting a:hover{background:url(../images/icon_other_o.png) no-repeat 0 -34px}
.group_list.open .dgl .dl ul li.group_title .icon_other.add a{background:#666;color:#fff;border-radius:3px;text-align:center;padding-bottom:4px;width:22px}
.group_list.open .dgl .dl ul li.group_title .icon_other.add a:hover{background:#1abc9c;color:#fff}

.group_list.open .dgl .dl ul li.group_title .select_setup{display:none;position:absolute;right:15px;top:15px;z-index:1}
.group_list.open .dgl .dl ul li.group_title .select_setup ul{background:#FFF;border:1px solid #ccc;left:auto}
.group_list.open .dgl .dl ul li.group_title .select_setup ul li{padding:4px 10px;border-top:1px solid #ddd;white-space:nowrap;text-align:left;font-size:0.8em;font-weight:normal}
.group_list.open .dgl .dl ul li.group_title .select_setup ul li:hover{background:#f6f5e9}
.group_list.open .dgl .dl ul li.group_title .select_setup ul li:hover a{color:#1abc9c}
.group_list.open .dgl .dl ul li.group_title .select_setup ul li:first-child{border:none}

ul.favorites_list{border-bottom:1px solid #ccc;margin-bottom:15px}
ul.favorites_list li{position:relative;padding:6px 6px 6px 12px;border-top:1px solid #ccc}
ul.favorites_list li:hover{background:#f5f5f5}
ul.favorites_list li:first-child{border:none}

@media all and (max-width:1774px){	
	.group_list{left:0;margin-left:0;}
	}
@media all and (max-width:1130px){
.group_list.close .dgl .toggle{left:0;margin-left:-14px;opacity:0.8;}
}
.icon_receipt a{display:inline-block;width:18px;height:17px;margin:0 2px;vertical-align:middle}
.cash a{background:url(../images/icon_receipt.png) no-repeat 0 0}
.cash a:hover{background:url(../images/icon_receipt.png) no-repeat 0 0}
.card a{background:url(../images/icon_receipt.png) no-repeat 0 -17px}
.card a:hover{background:url(../images/icon_receipt.png) no-repeat 0 -17px}
.pdf a{background:url(../images/icon_receipt.png) no-repeat 0 -34px}
.pdf a:hover{background:url(../images/icon_receipt.png) no-repeat 0 -34px}

.wrap_open_list{background:#000;opacity:0.3;filter:alpha(opacity=30)}

span.drag{display:inline-block;width:80%}
span.drag_90{display:inline-block;width:90%}

.group_list.close{width:0}
.group_list.close .dgl .sidebar{display:none}

.pay label{margin-left:10px}
/* //sidebar */

/* table */
table{width:100%;border-top:1px solid #1abc9c;table-layout: fixed;}
table.t_folder{border:none}
th,td{padding:10px 6px;text-align:center;border-bottom:1px solid #ccc}

th .must, td .must{padding-left:5px;color: #ba3a35}

table.t_folder p.noti{font-size:0.9em;padding-left:30px;color:#ba3a35}
table.t_folder .inner td{background-color:#f6f5e9}
table.t_folder .inner td:first-child{padding-left:42px;background-position:24px 50%}
th.name,td.name,td.time{text-align:left}
td.price{text-align:right}
td.price_red{text-align:right; color:#ba3a35}
tr.failed td{color:#ba3a35}
td.font_red{color:#ba3a35}
td .icon_pro{display:inline-block;width:23px;height:23px;margin:0 10px 0 0;background:url(../images/icon_product.png) no-repeat 0 0;vertical-align:middle}
td .icon_pro_off{display:inline-block;width:23px;height:23px;margin:0 10px 0 0;background:url(../images/icon_product.png) no-repeat -23px 0;vertical-align:middle}
td .icon_checkbox input{display:inline-block;width:23px;height:23px;margin:0 10px 0 0;background:none;vertical-align:middle;border: 2px solid #bcbcbc;cursor: pointer}
td .icon_hydra{background-position:0 -69px}
td .icon_dns{background-position:0 -46px}
td .icon_ptc{background-position:0 -23px}
th{background:#f6f5e9}
th.product{background:#1abc9c;border-bottom:none;color:#fff}
td.selected,td.used{background:#ead41c url(../images/icon_checked.png) no-repeat 90% 50%}
td.choosed{background:#eccea4 url(../images/icon_checked.png) no-repeat 95% 50%}
td.not_selected:hover,td.not_used:hover{background:#e8e1ab;cursor:pointer}
td.dont_change,td.dont_change a{color:#ccc}
td.dont_have:hover,td.selected.able{background:#e8e1ab url(../images/icon_add.png) no-repeat 90% 50%;cursor:pointer}
td.dont_have .select,td.selected.able .select{display:none;position:absolute;width:290px;margin:10px 0 0 -7px;border:1px solid #ccc;background:#f8f8f8}
.ds_add td.dont_have .select,.ds_add td.selected.able .select{width:198px;margin-left:-6px}
td.dont_have .select li,td.selected.able .select li{padding:6px}
td.dont_have .select li:hover,td.selected.able .select li:hover{background:#f2eed1}
td.dont_have .select li.unable a,td.selected.able .select li.unable a{color:#ccc;cursor:default}
td.dont_have .select li.unable:hover,td.selected.able .select li.unable:hover{background:none;cursor:default}
td.dont_change .select{display:none}

td.dont_have .select_solution{display:none;position:absolute;z-index:1000;overflow:hidden;width:800px;margin:14px 0 0 -6px;border:1px solid #ccc;border-top:none;background:#f8f8f8}
td.dont_have .select_solution div{width:200px;float:left}
td.dont_have .select_solution div:hover{background:#e8e1ab}
td.dont_have .select_solution div p{padding:6px;font-weight:bold}
td.dont_have .select_solution div ul{padding:6px;height:140px;overflow-y:auto;}
td.dont_have .select_solution div li{padding:4px}
td.dont_have .select_solution div li.selected{background:#ccc}
td.dont_have .select_solution div li:hover,td.not_selected .select_solution div:hover li.selected{background:#ead41c}
td.dont_have .select_solution p{clear:both;padding:10px 6px;text-align:right;border-top:1px solid #ccc}
td.dont_have .select_solution p.title{text-align:left}
th.border_none{border-bottom:none}
td.border_none{border-bottom:none}
td .able{color:#53991c}
td .unable{color:#d63d3d}
td select{padding:4px}
td.inactive{color:#ccc}
td .icon_protection{display:inline-block;width:20px;height:19px;margin-left:7px;background:url(../images/icon_protect.png) no-repeat;vertical-align:top;cursor:pointer;margin-top:2px}
td .icon_protection a{display:inline-block;width:20px;height:19px}
td .icon_time{display:inline-block;width:17px;height:16px;margin-left:7px;background:url(../images/icon_time.png) no-repeat;vertical-align:top;margin-top:2px;/*float:left*/}
td .icon_time.end{background-position:0 -16px}
td .icon_time.less{background: url(../images/btn_renew.png) no-repeat;display: inline-block;height: 20px;width:20px;vertical-align: top;cursor:pointer;margin-left:0;float:none}
td .icon_time.less_red{background: url(../images/btn_renew_red.png) no-repeat;display: inline-block;height: 20px;width:20px;vertical-align: top;cursor:pointer;margin-left:0;float:none}
td .icon_name,th .icon_name{display:inline-block;width:25px;padding:2px 0;margin-right:5px;border-radius:3px;background:#ccc;text-align:center;vertical-align:top}
th .icon_name{position:relative;margin-top:3px}
th .icon_name ul{position:absolute;left:0;top:23px;z-index:20000;padding:6px;background:#f5f5f5;border:1px solid #ccc;border-radius:3px}
th .icon_name ul li{text-align:left;width:200px;padding:6px 0}
th .icon_name ul li:hover{background:#e4ebc7}
th .icon_name ul li a{font-size:0.9em}
th .icon_name.all{background:#fff;margin-top:1px}
th .icon_name .select_icon{display:inline-block;width:25px;padding:2px 0;margin:0 6px;text-align:center;border-radius:3px;font-weight:normal;font-size:1em}
th .icon_name .select_icon.all{background:#fff}
th .icon_name .select_icon.std{background:#cbddb0}
th .icon_name .select_icon.pro{background:#b0dadd}
th .icon_name .select_icon.hs{background:#bfb0dd}
th .icon_name .select_icon.hp{background:#ddb0cc}
th .icon_name .select_icon.he{background:#f5cc98}
th .icon_name .select_icon.pri{background:#f2a093}
th .icon_name .select_icon.reg{background:#ccc}

th .icon_name .select_icon.domain{background:#cbddb0}
th .icon_name .select_icon.dns{background:#b0dadd}
th .icon_name .select_icon.hydra{background:#f2a093}

.th_search .icon_name:hover{background:#ccc;cursor:pointer}

th .icon_other a{display:inline-block;width:18px;height:17px;margin:0 2px;vertical-align:middle}
th .icon_other.lock a{background:url(../images/icon_other.png) no-repeat 0 0}
th .icon_other.lock a:hover,th .icon_other.lock.check a{background:url(../images/icon_other_o.png) no-repeat 0 0}

td .icon_name{float:left}
.icon_name.domain{background:#cbddb0}
.icon_name.dns{background:#b0dadd}
.icon_name.hydra{background:#f2a093}

td .icon_name.std{background:#cbddb0}
td .icon_name.pro{background:#b0dadd}
td .icon_name.hs{background:#bfb0dd}
td .icon_name.hp{background:#ddb0cc}
td .icon_name.he{background:#f5cc98}
td .icon_name.pri{background:#f2a093}
td .icon_name.etc{background:#636363;color:#fff}
td .icon_protection.privacy{background-position:0 -19px;cursor:default}
td .icon_protection.delete{background-position:0 -38px}
td .renewal{display:inline-block;width:16px;height:16px;margin-left:7px;background:url(../images/icon_status.png) no-repeat;cursor:pointer;vertical-align:top;margin-top:2px;/*float:left*/}
td .renewal.redemption{background-position:0 -16px}
td .renewal.pending{background-position:0 -32px}
td .renewal.notname{background-position:0 -48px}
td.total_price{text-align:right;font-size:1.3em;font-weight:bold}
td .payment span{display:block;padding:3px 0}
td .icon_other a{display:inline-block;width:18px;height:17px;margin:0 2px;vertical-align:middle}
td .icon_other.lock a{background:url(../images/icon_other.png) no-repeat 0 0}
td .icon_other.favo a{background:url(../images/icon_other.png) no-repeat 0 -17px}
td .icon_other.setting a{background:url(../images/icon_other.png) no-repeat 0 -34px}
td .icon_other.lock a:hover,td .icon_other.lock.check a{background:url(../images/icon_other_o.png) no-repeat 0 0}
td .icon_other.favo a:hover,td .icon_other.favo.check a{background:url(../images/icon_other_o.png) no-repeat 0 -17px}
td .icon_other.setting a:hover,td .icon_other.setting.check a{background:url(../images/icon_other_o.png) no-repeat 0 -34px}
td .icon_parking{display:inline-block;width:16px;height:16px;background:url(../images/icon_parking.png) no-repeat;vertical-align:middle}
.service_feature td{font-size:0.8em}
.service_feature .feature_on{background:#e0d9c8;}
tr.s_title td{background:#f6f6f5;font-weight:bold}
td .domain_name{display:inline-block;overflow:hidden;width:300px;text-overflow:ellipsis;position:relative;top:4px}

.article td span.btn a,.article th span.btn a{padding:4px 7px;border-radius:3px;border:1px solid #ccc;background:#fff;color:#333;font-size:0.9em}
.article td span.btn.black.ml{margin-left:2px}
.article span.btn a:hover{background:#ccc}
.article span.btn.black a{background:#636363;border:0;color:#fff}
.article th span.btn.black a{font-weight:normal}
.article span.btn.black a:hover{background:#000}
.article span.btn.black.disable a{background:#ccc;cursor:default}

.article span.btn.black.on a{background:#1abc9c;border:0;color:#fff}

.article span.btn.red a{background:#d63d3d;border:0;color:#fff}
.article span.btn.red_delete a{background:#d63d3d;border:0;color:#fff}

.policy td{text-align:left}
.policy td:hover{background:#f8f8f8}
.policy td span{display:inline-block;float:right}
.policy td span a{display:block;padding:2px 8px;border-radius:3px;background:#636363;font-size:0.85em;color:#fff}
.policy td span a:hover{color:#fff600}
.policy label{margin-left:10px}
.policy ul {padding:20px}
.policy ul.kisa li{list-style-type:disc}

.file_add td{text-align:left}
.file_add td.file_td .file_div {position:relative}
.file_add td.file_td .file_div span {position:absolute;top: -17px;margin-left: 4px;}
.file_add td.file_td .file_div input {width:80%}
.file_td{position:relative}
.file_div input{width:250px;border:1px solid #ccc;padding:3px 6px;border-radius:3px}
.file_div span.btn.black a:hover{background:#636363;}
.file_input{opacity:0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:9px;cursor:pointer;width:86%;height:26px;}

.domain th,.domain td{border:none;border-bottom:1px solid #ccc;text-align:left}
.domain th{background:#1abc9c;border-bottom:none;color:#fff}
.domain td p{position:relative;padding-right:0}
.domain td span.btn{position:absolute;right:0;top:-100%}
.domain_list th.th_search{text-align:left}
/*.domain_list th.th_search{position:relative}
.domain_list th.th_search p{position:absolute;left:54px;top:6px}*/
.domain_list th.th_search p{display:inline-block}
.domain_list th.th_search input{width:94%}

.domain_list th.th_search p.search{width:auto}

.domain_pricing th,.domain_pricing td{border:none;border-bottom:1px solid #ccc;text-align:left}
.domain_pricing td.price{text-align:right}
.domain_pricing th{background:#f5f5f5}
.domain_pricing tr.th_search th{background:#f6f5e9}
.domain_pricing .ac{text-align:center}
.domain_pricing{border-top:1px solid #1abc9c}
.domain_pricing p.search input{width:160px;padding:4px 4px 5px 4px;border:1px solid #ccc;border-radius:3px 0 0 3px}
.domain_pricing p.search span{display:inline-block;padding:3px 10px 5px 10px;margin:1px 0 0 -4px;background:#636363;border-radius:0 3px 3px 0}
.domain_pricing p.search span a{color:#fff;font-size:0.9em}

.service .service_in td{background:#f6f6f5}

.search_domain{padding:6px;border-top:1px solid #1abc9c}
.search_domain p.search input{width:250px;padding:4px 4px 5px 4px;border:1px solid #ccc;border-radius:3px 0 0 3px;height:17px;margin-top:-2px !important}
@media screen and (-webkit-min-device-pixel-ratio:0){.search_domain p.search input{margin-top:-2px}/*크롬*/}
.search_domain p.search span{display:inline-block;padding:3px 10px 5px 10px;margin:0 0 0 -5px;background:#636363;border-radius:0 3px 3px 0;height:20px}
.search_domain p.search span a{color:#fff;font-size:0.9em}
.search_domain select,.search_domain input{padding:6px;border:1px solid #ccc;border-radius:3px}
.search_domain select.min_w77{min-width:77px}

table.search_domain{position:relative;padding:0}
.search_domain p.search span.multi{width:31px;height:31px;padding:0;background:url(../images/icon_multi.png) no-repeat;border:none;margin-left:2px;position:relative;top:-5px}
.search_domain p.search span.multi.over{background-image:url(../images/icon_multi_over.png)}
.search_domain p.search span.multi a{display:block;width:31px;height:31px;text-indent:-10000px}
.search_domain textarea{left:16px;position:absolute;top:11px;width:209px;z-index:1;height:90px;padding:2px 4px;border:1px solid #ccc;border-radius:3px}

.search_domain tr:hover td{background:#f5f5f5}
.search_domain.non_hover tr:hover td{background:none}
.search_domain tr:hover span.icon_info{background:url(../images/icon_info.png) no-repeat 100% 50%;display:inline-block;height:16px;width:16px;margin-left:10px;cursor:pointer;vertical-align:top;margin-top:2px}
.search_domain tr:hover span.icon_info_lock{background:url(../images/icon_info_lock.png) no-repeat 100% 50%;display:inline-block;height:16px;width:17px;margin-left:10px;cursor:pointer;vertical-align:top;margin-top:2px}
.search_domain tr.host{background:#f6f5e9}
.red_font{color:#d63d3d}
.icon_records a{display:inline-block;width:18px;height:16px;margin:0 2px;vertical-align:middle}
.icon_records.time a{background:url(../images/icon_records.png) no-repeat 0 0}
.icon_records.time a:hover{background:url(../images/icon_records.png) no-repeat 0 -16px}

.search_domain p.search span.icon_array{background:none;padding:0;margin:0;border-radius:0}
.icon_array a{background:url(../images/icon_array.png) no-repeat 0 0;display:inline-block;width:11px;height:15px;margin:0 5px;vertical-align:middle}
.icon_array a:hover{background:url(../images/icon_array.png) no-repeat 0 -16px}

.search_domain p.search span.btn_array{background:none;padding:0;margin:0;border-radius:0}
.search_domain p.search span.btn_array a{color:#333;font-size:1.1em}

.field.memo span{padding:7px 0 8px 7px;display:block;height:16px;width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.field.memo span:hover{border:solid 1px #ccc;border-radius:3px;padding:6px 0 7px 6px;display:block;width:90%}

.field span{padding:7px 0 8px 7px;display:block;width:94%}
.field span:hover{border:solid 1px #ccc;border-radius:3px;padding:6px 0 7px 6px;display:block;width:94%}
.field input{width:80%;border:1px solid #ccc;padding:3px 6px;border-radius:3px;background:none}
.search_domain .field input{padding:6px}
.txt_loss{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/*.domain_list .icon_info{display:inline-block;width:17px;height:16px;margin-left:10px;background:url(../images/icon_info2.png) no-repeat;position:unset;top:0;left:0;display:inline-block}*/

th.host_data{text-align:left;padding-left:27px}
.bulk_edit p.search input{width:200px}
.bulk_edit p.search input.host{width:105px;border-radius:3px}
.bulk_edit span+span{margin-left:6px}
.bulk_edit p.search select{width:60px;padding:4px}

.open_list .search_domain p.search input{width:178px}

.domain_list tr:hover{background:#f8f8f8}
.domain_list td input{width:94%}
.domain_list td input.input_w{width:60%}
.domain_list td input.input_s{width:20%;margin-left:4px}
.open_list .domain_list td input{width:92%}

.bulk_cont .del td{background:#eee}
.bulk_cont .del .btn a{background:#000 !important}
.bulk_cont td.mx_input input{width:80%}
.bulk_cont td.mx_input input.width_5{width:5%}
.bulk_cont select{width:45px}

.t_folder table{border-color:#ccc}
.t_folder td.intable:first-child{background:none;padding-left:6px}
.t_folder table th,.t_folder table td{font-size:1em}
.t_folder table th{background:#f5f5f5}
.t_folder table td:first-child{background:none;padding-left:6px}
.t_folder table td input,.t_folder table td select{width:92%;padding:4px;border:1px solid #ccc;border-radius:3px}

/* t_folder table */
.t_folder th{background:#f6f5e9}
.t_folder th.product{background:#1abc9c;border-bottom:none;color:#fff}
.t_folder td.selected,.t_folder td.used{background:#ead41c url(../images/icon_delete.png) no-repeat 95% 50%;cursor:pointer}
.t_folder td.choosed{background:#eccea4 url(../images/icon_checked.png) no-repeat 95% 50%}
.t_folder td.not_selected:hover,.t_folder td.not_used:hover{background:#e8e1ab;cursor:pointer}
.t_folder td.dont_change,.t_folder td.dont_change a{color:#ccc}

.t_folder td.selected.able{background:#e8e1ab url(../images/icon_add.png) no-repeat 90% 50%;cursor:pointer}
.t_folder td.dont_have .select,.t_folder td.selected.able .select{position:absolute;width:214px;margin:10px 0 0 -6px;border:1px solid #ccc;background:#f8f8f8;z-index:1}
.t_folder .select.w_large{width:340px !important}

.t_folder td.dont_have .select li,.t_folder td.selected.able .select li{padding:6px}
.t_folder td.dont_have .select li:hover,.t_folder td.selected.able .select li:hover{background:#f2eed1}
.t_folder td.dont_have .select li.unable a,.t_folder td.selected.able .select li.unable a{color:#ccc;cursor:default}
.t_folder td.dont_have .select li.unable:hover,.t_folder td.selected.able .select li.unable:hover{background:none;cursor:default}
.t_folder td.dont_change .select{display:none}

.t_folder td.dont_have.i_bought{background:url(../images/icon_bought.png) no-repeat 95% 50%;cursor:pointer}
.t_folder td.i_bought_bg{background:#ead41c url(../images/icon_bought.png) no-repeat 95% 50%;cursor:pointer}

.t_folder td.not_selected{background:url(../images/icon_add.png) no-repeat 95% 50%;cursor:pointer}
.t_folder td.not_selected:hover{background:#e8e1ab url(../images/icon_add.png) no-repeat 95% 50%;cursor:pointer}
.t_folder td.have_list{background:url(../images/icon_list.png) no-repeat 95% 50%;cursor:pointer}
.t_folder td.have_list:hover{background:#e8e1ab url(../images/icon_list.png) no-repeat 95% 50%;cursor:pointer}
.t_folder td.dont_have li.i_bought{background:url(../images/icon_bought.png) no-repeat 95% 50%;cursor:pointer}
.t_folder td.dont_have li.i_bought:hover{background:#e8e1ab url(../images/icon_bought.png) no-repeat 95% 50%;cursor:pointer}
.t_folder td.dont_have li.i_buy{background:url(../images/icon_add.png) no-repeat 95% 50%;cursor:pointer}
.t_folder td.dont_have li.i_buy:hover{background:#e8e1ab url(../images/icon_add.png) no-repeat 95% 50%;cursor:pointer}
.t_folder td.dont_have li.i_cancle{background:url(../images/icon_delete.png) no-repeat 95% 50%;cursor:pointer}
.t_folder td.dont_have li.i_cancle:hover{background:#e8e1ab url(../images/icon_delete.png) no-repeat 95% 50%;cursor:pointer}

.t_folder td.not_basic{color:#ccc;text-decoration:line-through;background:url(../images/icon_not.png) no-repeat 95% 50%;}
/* // t_folder table */

.contact_info .multi_input input,.profile_form .multi_input input{width:70%}
.contact_info .multi_input select,.profile_form .multi_input select{width:30%;margin-left:8px}
.profile_form .multi_input select.first{margin-left:0;width:22%}
.contact_info th p{position:relative; margin:6px 0}
.contact_info th p+p{height:auto;position:inherit}
.contact_info th p .acordian{display:block;position:absolute;right:0;top:0}
.contact_info th p .acordian a{display:block;width:23px;height:23px;background:url(../images/btn_acordian_open.gif) no-repeat}
.contact_info th p .acordian.close a{background-image:url(../images/btn_acordian_close.gif)}
.contact_info th p .acordian a:hover{background-position:0 -23px}
.contact_info th p input{float:left;width:auto}
.contact_info th p+p+p{font-weight:normal;font-size:0.9em}
.contact_info th p+p+p label{position:absolute;left:16px;top:-3px}
.contact_info .countries,.profile_form .countries{display:inline;position:relative;padding:3px 5px;margin-right:11px;border:1px solid #ccc;border-radius:3px}
.contact_info .countries:hover,.contact_info .countries.current,.profile_form .countries:hover, .profile_form .countries.current{background:#eee;cursor:pointer}
.contact_info .caret,.profile_form .caret{display: inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left: 4px solid transparent}

.last_td td{border:none}
.cart .folder_box tr:last-child td {border: none}
td .icon_drop{display:inline-block;width:11px;height:11px;margin-left:36px;background:url(../images/icon_node.png) no-repeat}
/* //table */

/* status */
.status { width:67px; height:16px; background-position:right center; background-repeat:no-repeat; }
.status_0, .status_1, .status_2 ,.status_3 { background-image:url(../images/status_ing.gif); }
.status_4 { background-image:url(../images/status_success.png); }
.status_5 { background-image:url(../images/status_failed.png); }
.status_pending { background-image:url(../images/status_pending.png); }

/* popup */
.popup{position:fixed;z-index:10000;width:100%;height:100%}
.popup .bg_popup{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.5;filter:alpha(opacity=50)}
.popup input{padding:2px 4px;border:1px solid #ccc;border-radius:3px}
#cart{position:absolute;top:0;left:33%;width:800px;/*margin:-500px 0 0 -420px;*/padding:28px;/* 28px 0 28px;*/border:1px solid #555;border-radius:6px;background:#fff;box-shadow:0 0 8px #666}
#cart .close{overflow:visible;position:absolute;top:10px;right:0;width:25px;height:25px;cursor:pointer}
.popup h1{padding:0 0 20px 0;border-bottom:1px solid #ccc;font-size:1.8em}
.popup1 h1{margin-top:10px;}
/*
.pop_sidebar{float:left;overflow-y:auto;width:199px;height:365px;border-right:1px solid #ccc;border-bottom:1px solid #ccc}
.pop_sidebar p{padding:6px 0;}
.pop_sidebar p input{width:90%}
.pop_sidebar li{position:relative;padding:6px 6px 6px 10px;margin-right:10px;border-bottom:1px dotted #ccc;background:url(../images/bullet_g_s.gif) no-repeat 0 50%}
.pop_sidebar li a{font-size:0.9em}
.pop_sidebar li:hover{background:#f5f5f5;cursor:pointer}
.pop_sidebar li:hover a{color:#53991c;font-weight:bold}

.profile_form{position:relative;float:right;width:400px}
.profile_form .info{display:none;position:absolute;left:-24px;top:30px;width:360px;padding:10px;background:#777;border-radius:4px;box-shadow:1px 1px 3px #000}
.profile_form .info tr:first-child th,.profile_form .info tr:first-child td{border:none}
.profile_form .info th,.profile_form .info td{color:#fff;border:none;border-top:1px solid #ccc;background:none;font-size:0.8em}
*/
.pop_content{position:relative;padding:10px 0}
.pop_content input,.pop_content textarea{padding:2px 4px;border:1px solid #ccc;border-radius:3px}
.pop_content h2{height:90px;border-bottom:1px solid #ccc;line-height:106px}
.pop_content h3.border_none2{display:block;position:absolute;right:0;top:30px}
.pop_content h3 span.coin_info{float:right;font-size:0.8em}
.pop_content .corp_info{position:absolute;left:200px;top:10px}
.pop_content .corp_info span{display:block;font-size:0.9em}
.pop_content h3{margin:16px 0 6px 0}
.pop_content p.big{font-size:1.1em;line-height:1.6em; text-align:center}
.pop_content td{word-break:break-all}
.pop_content td.title {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}
.total_price{text-align:right;font-size:1.3em;font-weight:bold}
.pop_content .notice{width:100%;text-align:right;color:#ba3a35;font-size:0.85em}
.pop_foot{clear:both;padding:0 0 0 0}
.pop_foot .btn a{padding:4px 10px;border-radius:3px;background:#636363;color:#fff;font-size:0.9em;transition:background-color 0.3s ease-out}
.pop_foot .btn a:hover{background:#000;transition:background-color 0.3s ease-out}
.pop_foot .file{padding:10px;border-bottom:1px solid #ccc;background:#f5f5f5}
.pop_foot .file input{width:80%;margin-right:6px;vertical-align:middle}
.pop_foot .title{padding:20px 0 4px 0;margin-bottom:10px;font-size:1.2em;border-bottom:1px solid #ccc;color:#000;font-weight:bold}
.pop_foot label{margin-right:30px}
.pop_foot .btn_end{padding:20px 0;text-align:right;width:100%}
.pop_foot .btn_end .btn a{padding:10px 30px;background:#1abc9c;border-radius:6px;transition:background-color 0.3s ease-out;text-align:center}
.pop_foot .btn_end .btn+.btn a{background:#636363}
.pop_foot .btn_end .btn:hover a{background:#1fd2af;transition:background-color 0.3s ease-out}
.pop_foot .btn_end .btn+.btn:hover a{background:#000}

.pop_foot .btn_end .btn.pdf a{background:#1abc9c}
.pop_foot .btn_end .btn.pdf a:hover{background:#1fd2af;transition:background-color 0.3s ease-out}

.pop_foot .btn_end.center{text-align:center}
.popup .coupon h1{padding:0 0 10px 0;border-bottom:none;font-size:1.8em}
.popup .coupon tr:hover td{background:#f5f5f5}
.popup .coupon .coupon_wrap{max-height:450px;overflow-y:auto;}

/* footer */
#footer{clear:both;padding-bottom:10px;background:url(../images/bg_footer.gif) repeat-x;min-width:1000px}
.footer_cont{width:1000px;margin:0 auto;overflow:hidden}
.sitemap{float:left;width:25%;height:215px;/*background:url(../images/bg_sitemap.gif) no-repeat 0 0*/}
.sitemap.first{background:none}
.sitemap p{padding:14px 0 6px 14px;color:#fff}
.sitemap ul{padding-left:14px}
.sitemap li{padding-bottom:2px}
.sitemap li a{color:#aaa;font-size:0.9em}
.sitemap li a:hover{color:#fff}

.copyright{position:relative;padding:5px 0 0 10px;clear:both}
.copyright p{font-size:0.8em}
.copyright p a{display:inline-block;font-size:1em}
.copyright p a+a{padding-left:10px;margin-left:6px;background:url(../images/vline_topmenu.gif) no-repeat 0 50%}
.copyright p a:hover{color:#1abc9c}
.copyright .logo{float:left; padding:50px 0}
.copyright .foot_group{display:inline-block; margin:10px 0 0 50px; line-height:20px}
.copyright .policy{margin-bottom:10px;font-weight:bold}

p.receipt_no{position:absolute;right:0}
p.receipt_no span{font-weight:bold}
span.equal{padding:0 10px}

.my_order select{padding:4px;border:1px solid #ccc;border-radius:3px}
select.w_94{width:92%;}
.my_order textarea{width:91%;padding:4px;border:1px solid #ccc;border-radius:3px}
.font_blue a{color:#2f81d4}
div.text_layer{border:1px solid #ccc;padding:10px;position:absolute;background:#f6f5e9;border-radius:3px;z-index:2;right:0;top:-45px;font-size:0.9em;width:50%;word-break:break-all}
table.name_server{position:relative}

.setting_sidebar.agent{width:30%}
.profile_form.agent{width:69%}
.profile_list.alias td{position:relative}
.setting_sidebar.agent .select_setup{position:absolute;right:15px;top:23px;z-index:1}
.setting_sidebar.agent .select_setup ul{background:#FFF;border:1px solid #ccc;left:auto}
.setting_sidebar.agent .select_setup ul li{margin-right:0;border-bottom:none;background:none;padding:4px 10px;border-top:1px solid #ddd;white-space:nowrap;text-align:left;font-size:0.9em;font-weight:normal}
.setting_sidebar.agent .select_setup ul li:hover{background:#f6f5e9}
.setting_sidebar.agent .select_setup ul li:hover a{color:#1abc9c;font-weight:normal}
.setting_sidebar.agent .select_setup ul li:first-child{border:none}

table.refund_coins span.noti{font-size:0.9em;color:#ba3a35;padding-left:5px}
p.notice{color:#ba3a35;font-size:0.85em}
a.under:hover{text-decoration:underline}
td.noti_basic{text-align:left;font-size:0.9em;padding-left:35px;}
h2 span.noti{font-size:0.7em;color:#ba3a35;font-weight:normal;right:60px}
:-ms-input-placeholder{color:#a9a9a9} /* Internet Explorer 10+ */
.input_place{color:#a9a9a9}
.ds_add a{display:block}

.wish_scroll{overflow:auto;height:400px;padding:10px 10px 10px 0}
.article h2 span.icon_tooltip{display:inline-block;width:20px;height:20px;position:static;background:url("../images/icon_tooltip.png") no-repeat;margin-left:10px;cursor:pointer}
.article h2 span.icon_link_info{display:inline-block;width:16px;height:16px;position:static;background:url("../images/icon_info.png") no-repeat 100% 50%;margin-left:10px;cursor:pointer}

.text-loss{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.text-loss span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
div.text_layer.h2_info{left:200px;width:40%;font-size:0.7em}

span.text_loss{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0}
span.text_loss:hover{border:none;padding:0}
.domain_name{word-break:break-all}
.domain_name_loss{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.domain_name_loss.icon_loss{cursor:pointer;max-width:260px;display:inline-block}
.domain_name_pr{padding-right:80px}

/* preloading bar */
.pop_loading.preloading_service {left:0;width:500px;margin:0 auto;position:relative}
.pop_loading .preloading_bar{margin:20px auto 30px auto;width:95px;height:95px;background:url(../images/loading_trans.gif) no-repeat}

.pop_loading{position:absolute;top:0;left:33%;width:800px;/*margin:-500px 0 0 -420px;*/padding:28px;/* 28px 0 28px;*/border:1px solid #555;border-radius:6px;background:#fff;box-shadow:0 0 8px #666}

.policy_detail{font-size:0.9em;line-height:1.7em;color:#666;margin-bottom:20px}
.policy_detail h3{font-size:1.1em;padding:20px 0 10px 0;color:#444}
.policy_detail.domain h3{padding:20px 0 0 0}
.policy_detail ol{padding-left:16px}
.policy_detail ol li span.first_letter{margin:0 4px 0 -16px}
.policy_detail h4{padding:20px 0 10px 0;color:#444}
.policy_detail table{margin:10px 0;}
.policy_detail table td:hover{background:none}

.input_special{top:2px !important;}
@media screen and (-webkit-min-device-pixel-ratio:0){.input_special{top:1px !important;}/*크롬*/}

.cursor_pointer{cursor:pointer}
.ui_widget_scroll{max-height:400px;overflow-y:scroll}
.domain_break{width:700px;word-break:break-all}

.product_info h3 a{display:block; width:100%}


/* 2016-11-30 Whois 연락처 정보 정책변경으로 인한 수정 및 추가건 시작 */

/* 수정 (수정건들이 나중에 원복해야할 필요가 있을경우엔 상단에서 주석을 제거해 원복)*/
.swich_off a{position:absolute;left:0;top:0;width:40px;height:22px;display:inline-block;background:#aaa;color:#fff;font-weight:bold;line-height:24px;font-size:0.9em;text-align:center}

/* 추가 */
.notice_alert{margin-top: 5px;font-size: 0.9em;color: #d42f2f;float: left;}
.t_folder td.fixed{background:#e2e2e2 url(../images/icon_not.png) no-repeat 95% 50%;}
.disabled_select{background:#e2e2e2; cursor:not-allowed}

/* 2016-11-30 Whois 연락처 정보 정책변경으로 인한 수정 및 추가건 끝 */

.pop_content td.td_autocode img{float:left;margin-right:5px}
.pop_content td.td_autocode input{float:left}

/*201808 고도화2차에 필요한 css 추가*/
.header_scroll .icon_always{position:fixed;left:50%;top:55px;margin-left:520px;z-index:1}
.header_scroll .icon_always span{margin-right:6px}

.header_scroll .btn_top{position:fixed;right:0;bottom:2px}
.header_scroll .btn_top .btn a{padding:5px 13px;background:#636363;border-radius:6px;color:#fff;transition:background-color 0.3s ease-out}
.header_scroll .btn_top .btn a:hover{background:#000;transition:background-color 0.3s ease-out}

.btn_updown{float:right;font-size:1.6em;color:#666}
.btn_updown span{vertical-align:top}

.icon_parkingon{display:block;color:#fff;background:#74b0ee;padding:1px 7px;border-radius:3px;width:50px;font-size:0.85em;margin-left:-6px}
td.td_hover_bg:hover{background:#f5f5f5 !important;cursor:pointer;color:#2c7cb0}
td.td_hover_bg:hover a{color:#2c7cb0}
.icon_query{background:url(../images/icon_query.png) no-repeat;display:inline-block;height:16px;width:20px;vertical-align:top;margin-top:3px;margin-left:5px}

.popup h1 span.btn{float:right;margin-top:7px}
.popup h1 span.btn a{padding:4px 7px;border-radius:3px;background:#636363;border:0;color:#fff;font-size:0.5em;font-weight:normal}
.popup h1 span.btn a:hover{background:#000;}
div.popup .coupon table.coupon_pop span.btn a{padding:4px 7px;border-radius:3px;background:#636363;border:0;color:#fff;font-size:0.9em;font-weight:normal}
div.popup .coupon table.coupon_pop span.btn.black a:hover{background:#000;}
div.popup .coupon table.coupon_pop span.btn.used a{background:#1abc9c}
div.popup .coupon table.coupon_pop tr.coupon_code td{background:#f6f5e9;font-weight:bold}
div.popup .coupon table.coupon_pop tr.coupon_code td input{width:95%;padding:5px 10px}

.pay_detail input.coin_input{width:50px;text-align:right}
ul.list_disc li{list-style: disc}
p.phone_number input{width:70px;padding:4px;border:1px solid #ccc;border-radius:4px;}

div.popup table.tax_info span.btn a{padding:4px 7px;border-radius:3px;background:#636363;border:0;color:#fff;font-size:0.9em;font-weight:normal}
div.popup table.tax_info span.btn a:hover{background:#000;}
div.popup table.tax_info span.btn.used a{background:#1abc9c}
.non_border h1{border-bottom:none;}

h3 span.select_period{float:right;font-size:0.8em}
h3 span.select_period select{vertical-align:text-top;margin-left:5px}
.product_detail{width:700px;display:inline-block}
.product_detail table td.h_20{height:20px}
.product_detail table td.h_28{height:28px}
.product_detail table td.h_38{height:38px}
.product_detail .product_thead{width:280px;float:left}
.product_detail .product_thead table td{background:#f6f5e9;font-weight:bold;}
.product_detail .product_tbody{width:420px;float:left;overflow-x:auto;overflow-y:hidden;white-space:nowrap}
.product_detail .product_tbody div{display:inline-block;margin-right:-4px;width:210px}
.product_detail .product_tbody div *{white-space:normal}
.product_detail .product_tbody div table{border-right:1px solid #ccc}
.product_detail .product_tbody div:last-child table{border-right:none}
table td span.price_before{display:block;font-size:0.85em;color:#d42f2f;text-decoration:line-through;}

.article h2 span.icon_parkingon{display:inline-block;position:static;margin-left:10px;font-size:0.6em;width:auto;vertical-align:top}
.td_tab{padding:0}
.td_tab ul.tab_style_01{margin-top:10px}
.td_tab ul.tab_style_01 li a{border-bottom:none}
ul.m_t_0{margin-top:0 !important}
#cart.w_500{width:500px}   
table.search_domain.records tr.selected_delete td{background:#ddd}
.ip_error.query span.title_error{font-size:1.5em;line-height:30px}
.domain_pricing .ar{text-align:right}    
.domain_pricing .ar.disc{font-weight:bold;color:#1abc9c}

.article h2 p.search{position:absolute;right:0;top:5px;width:auto}
.article h2 p.search input{width:120px;padding:4px 4px 5px 4px;border:1px solid #ccc;border-radius:3px 0 0 3px;height:19px;margin-top:-2px}
.article h2 p.search span{display:inline-block;padding:3px 10px 5px 10px;margin:1px 0 0 -5px;background:#636363;border-radius:0 3px 3px 0;height:22px}
.article h2 p.search span{margin-top:-1px \0/IE8+9;}
.article h2 p.search span a{color:#fff;font-size:0.9em;font-weight:bold}

h2.domain_reg p.search{position:absolute;width:auto;right:0;top:25px;font-size:0.65em;font-weight:normal}
h2.domain_reg p.search input{width:160px;padding:4px 4px 5px 4px;border:1px solid #ccc;border-radius:3px 0 0 3px;height:19px;margin-top:-2px}
h2.domain_reg p.search span.btn_search{display:inline-block;padding:3px 10px 5px 10px;margin:1px 0 0 -4px;background:#636363;border-radius:0 3px 3px 0;position:static;height:22px}
h2.domain_reg p.search span.btn_search a{color:#fff;font-size:0.9em;font-weight:bold}    
h2.domain_reg p.search span.btn.domain_info{position:static;background:none;padding:0;margin:0px !important;}    
h2.domain_reg p.search span.btn.domain_info a{padding:6px 11px 7px 10px}
h2.domain_reg p.search span.btn.domain_info a:hover{background:#1fd2af;transition:background-color 0.3s ease-out}
div.tab_line p.select_period{position:absolute;right:0;top:10px;font-weight:bold}    
div.tab_line p.select_period select{vertical-align:text-top;margin-left:5px}
    
div.icon_line{position:relative}    
div.icon_line span.icon_name{position:absolute;top:-11px}
div.icon_line span.icon_name.domain{background:#cbddb0;left:0}
div.icon_line span.icon_name.dns{background:#b0dadd;left:32px}
div.icon_line span.icon_name.hydra{background:#f2a093;right:0}

div.icon_line div.service_tooltip{position:absolute;left:50px;top:0px;background:#f6f5e9;border:1px solid #ccc;border-radius:3px;z-index:1;padding:10px 15px 10px 10px}
div.icon_line div.service_tooltip ul{display:inline-block}
div.icon_line div.service_tooltip ul li{white-space:nowrap;text-align:left;font-size:0.9em;padding-left:3px;line-height:20px}
div.icon_line div.service_tooltip ul li.title{font-size:1em;font-weight:bold;list-style:none;padding:0 0 5px 0}

table.dns_add td.dont_have:hover{background:#e8e1ab;cursor:pointer}
table.dns_add td.dont_have .select{width:60%;z-index:10}
table.dns_add td.dont_have.able{background:#e8e1ab}
td.dont_have .select li.unable{color:#ccc;cursor:default}
table.dns_add a.icon_updown{float:right}