/*normalize.css*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}2018-10-04

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*normalize.css end*/


div.contents{width:760px;position:relative}
div.popup_contents_default{width:770px;position:relative;display:none}
div.popup_contents{width:770px;position:relative}
p.btn{float:right;margin-right:10px}
p.paging{margin-top:10px;text-align:center;}
p.paging a.paging_select{color:#00F}
.ft_red{color:#c32e00}
.topline00{border-top:2px solid #666}
.topline02{border-top:2px solid #db4e5a}
.topline03{border-top:2px solid #1698a4}
.topline04{border-top:2px solid #5d4dd9}
.topline05{border-top:2px solid #6d9d3f}
.topline06{border-top:2px solid #933196}
.topline07{border-top:2px solid #f23f1e}
.topline08{border-top:2px solid #42b4db}
.h4_txt01{color:#2e5fae}
.h4_txt02{color:red;}
.h4_txt03{color:#1698a4}
.h4_txt04{color:#5d4dd9}
.h4_txt05{color:#6d9d3f}
.h4_txt06{color:#933196}
.h4_txt07{color:#f23f1e}
.h4_txt08{color:#0e8cb8}
.FC_O{color:#ff0000}
.FC_G{color:#7f7f7f}
.F_G11{color:#409700;font-size:11px}
.F_plus{color:#0373db}
.F_minus{color:#f64117 }
.Fta{font-family:'tahoma'}
.Fdot{font-family:'돋움'}
.Fgul{font-family:'굴림'}
.Fwd{font-family:'Wdot'}
.F36{font-size:36px}
.F25{font-size:25px}
.F24{font-size:24px}
.F21{font-size:21px}
.F18{font-size:18px}
.F17{font-size:17px}
.F16{font-size:16px}
.F15{font-size:15px}
.F14,.s14{font-size:14px}
.F13,.s13{font-size:13px}
.F12,.s9,.s12{font-size:12px}
.F10,.s7,.s10{font-size:10px}
.F9{font-size:9px}
.Lp1{letter-spacing:1px}
.Ls2{letter-spacing:-2px}
.LH15{line-height:15px}
.N{font-weight:400}
.D{vertical-align:bottom}
.U{text-decoration:underline}
.Lh10{line-height:10px}
.Lh12{line-height:12px}
.Lh14{line-height:14px}
.Lh16{line-height:16px}
.Lh18{line-height:18px}
.Lh20{line-height:20px}
.Lh21{line-height:21px}
.Lh30{line-height:30px}
.Pa6{padding:6px}
.Ph{padding-top:7px; padding-bottom:4px}
.Pt41{padding-top:41px}
.Pt40{padding-top:40px}
.Pt32{padding-top:32px}
.Pt31{padding-top:31px}
.Pt30{padding-top:30px}
.Pt27{padding-top:27px}
.Pt20{padding-top:20px}
.Pt17{padding-top:17px}
.Pt16{padding-top:16px}
.Pt15{padding-top:15px}
.Pt14{padding-top:14px}
.Pt12{padding-top:12px}
.Pt10{padding-top:10px}
.Pt9{padding-top:9px}
.Pt8{padding-top:8px}
.Pt7{padding-top:7px}
.Pt6{padding-top:6px}
.Pt5{padding-top:5px}
.Pt4{padding-top:4px}
.Pt3{padding-top:3px}
.Pt1{padding-top:1px}
.Pt0{padding-top:0px}
.Pt-50{padding-top:-50px}
.Pl62{padding-left:62px}
.Pl58{padding-left:58px}
.Pl50{padding-left:50px}
.Pl43{padding-left:43px}
.Pl40{padding-left:40px}
.Pl30{padding-left:30px}
.Pl30{padding-left:30px}
.Pl24{padding-left:24px}
.Pl20{padding-left:20px}
.Pl18{padding-left:18px}
.Pl16{padding-left:16px}
.Pl14{padding-left:14px}
.Pl13{padding-left:13px}
.Pl12{padding-left:12px}
.Pl11{padding-left:11px}
.Pl10{padding-left:10px}
.Pl9{padding-left:9px}
.Pl8{padding-left:8px}
.Pl7{padding-left:7px}
.Pl6{padding-left:6px}
.Pl5{padding-left:5px}
.Pl4{padding-left:4px}
.Pl3{padding-left:3px}
.Pl2{padding-left:2px}
.Pl1{padding-left:1px}
.Pl-15{padding-left:-15px}
.Pl-5{padding-left:-5px}
.Pr18{padding-right:18px}
.Pr12{padding-right:12px}
.Pr10{padding-right:10px}
.Pr9{padding-right:9px}
.Pr8{padding-right:8px}
.Pr7{padding-right:7px}
.Pr6{padding-right:6px}
.Pr5{padding-right:5px}
.Pr4{padding-right:4px}
.Pr3{padding-right:3px}
.Pr2{padding-right:2px}
.Pr1{padding-right:1px}
.Pb40{padding-bottom:40px}
.Pb30{padding-bottom:30px}
.Pb20{padding-bottom:20px}
.Pb18{padding-bottom:18px}
.Pb14{padding-bottom:14px}
.Pb10{padding-bottom:10px}
.Pb9{padding-bottom:9px}
.Pb8{padding-bottom:8px}
.Pb7{padding-bottom:7px}
.Pb6{padding-bottom:6px}
.Pb5{padding-bottom:5px}
.Pb4{padding-bottom:4px}
.Pb3{padding-bottom:3px}
.Pb2{padding-bottom:2px}
.Pb1{padding-bottom:1px}
.Mt60{margin-top:60px}
.Mt56{margin-top:56px}
.Mt55{margin-top:55px}
.Mt50{margin-top:50px}
.Mt49{margin-top:49px}
.Mt48{margin-top:48px}
.Mt39{margin-top:39px}
.Mt38{margin-top:38px}
.Mt37{margin-top:37px}
.Mt36{margin-top:36px}
.Mt35{margin-top:35px}
.Mt33{margin-top:33px}
.Mt32{margin-top:32px}
.Mt30{margin-top:30px}
.Mt29{margin-top:29px}
.Mt28{margin-top:28px}
.Mt27{margin-top:27px}
.Mt26{margin-top:26px}
.Mt24{margin-top:24px}
.Mt23{margin-top:23px}
.Mt21{margin-top:21px}
.Mt20{margin-top:20px}
.Mt19{margin-top:19px}
.Mt18{margin-top:18px}
.Mt17{margin-top:17px}
.Mt14{margin-top:14px}
.Mt13{margin-top:13px}
.Mt12{margin-top:12px}
.Mt10{margin-top:10px}
.Mt37{margin-top:37px}
.Mt36{margin-top:36px}
.Mt34{margin-top:34px}
.Mt22{margin-top:22px}
.Mt17{margin-top:17px}
.Mt16{margin-top:16px}
.Mt13{margin-top:13px}
.Mt11{margin-top:11px}
.Mt9{margin-top:9px}
.Mt8{margin-top:8px}
.Mt7{margin-top:7px}
.Mt6{margin-top:6px}
.Mt5{margin-top:5px}
.Mt4{margin-top:4px}
.Mt3{margin-top:3px}
.Mt2{margin-top:2px}
.Mt1{margin-top:1px}
.Mt0{margin-top:0px}
.Mt-44{margin-top:-44px}
.Mt-40{margin-top:-40px}
.Mt-35{margin-top:-35px}
.Mt-26{margin-top:-26px}
.Mt-25{margin-top:-25px}
.Mt-21{margin-top:-21px}
.Mt-20{margin-top:-20px}
.Mt-17{margin-top:-17px}
.Mt-15{margin-top:-15px}
.Mt-14{margin-top:-14px}
.Mt-13{margin-top:-13px}
.Mt-11{margin-top:-11px}
.Mt-10{margin-top:-10px}
.Mt-9{margin-top:-9px}
.Mt-8{margin-top:-8px}
.Mt-6{margin-top:-6px}
.Mt-5{margin-top:-5px}
.Mt-4{margin-top:-4px}
.Mt-3{margin-top:-3px}
.Mt-2{margin-top:-2px}
.Mt-1{margin-top:-1px}
.Mt-0{margin-top:-0px}
.Ml126{margin-left:126px}
.Ml110{margin-left:110px}
.Ml81{margin-left:81px}
.Ml80{margin-left:80px}
.Ml72{margin-left:72px}
.Ml76{margin-left:76px}
.Ml69{margin-left:69px}
.Ml61{margin-left:61px}
.Ml60{margin-left:60px}
.Ml57{margin-left:57px}
.Ml56{margin-left:56px}
.Ml54{margin-left:54px}
.Ml50{margin-left:50px}
.Ml48{margin-left:48px}
.Ml45{margin-left:45px}
.Ml40{margin-left:40px}
.Ml44{margin-left:44px}
.Ml46{margin-left:46px}
.Ml49{margin-left:49px}
.Ml42{margin-left:42px}
.Ml35{margin-left:35px}
.Ml33{margin-left:33px}
.Ml31{margin-left:31px}
.Ml30{margin-left:30px}
.Ml28{margin-left:28px}
.Ml25{margin-left:0px;}
.menual_sub_content p{width:720px; background:#f1f1f1; padding:20px 20px 20px 20px;}
.menual_sub_content p .text_warn_p{color:#a878ff;}
.menual_sub_content table td p{width:719px;}
.menual_sub_content_domain p{width:740px; background:#f1f1f1; padding:10px;}
.menual_sub_content .remote_img{background:#fff; padding:0px; text-align:center;}
.Ml22{margin-left:22px}
.Ml20{margin-left:20px}
.Ml19{margin-left:19px}
.Ml18{margin-left:18px}
.Ml16{margin-left:16px}
.Ml13{margin-left:13px}
.Ml12{margin-left:12px}
.Ml11{margin-left:11px}
.Ml10{margin-left:10px}
.Ml9{margin-left:9px}
.Ml7{margin-left:7px}
.Ml6{margin-left:6px}
.Ml5{margin-left:5px}
.Ml4{margin-left:4px}
.Ml3{margin-left:3px}
.Ml2{margin-left:2px}
.Ml0{margin-left:0px}
.Ml-43{margin-left:-43px}
.Ml-25{margin-left:-25px}
.Ml-22{margin-left:-22px}
.Ml-21{margin-left:-21px}
.Ml-20{margin-left:0px}
.Ml-17{margin-left:-17px}
.Ml-16{margin-left:-16px}
.Ml-15{margin-left:-15px}
.Ml-13{margin-left:-13px}
.Ml-11{margin-left:-11px}
.Ml-10{margin-left:-10px}
.Ml-9{margin-left:-9px}
.Ml-7{margin-left:-7px}
.Ml-6{margin-left:-6px}
.Ml-5{margin-left:-5px}
.Ml-5{margin-left:-5px}
.Ml-4{margin-left:-4px}
.Ml-3{margin-left:-3px}
.Ml-2{margin-left:-2px}
.Ml-1{margin-left:-1px}
.Mr28{margin-right:28px}
.Mr28{margin-right:28px}
.Mr15{margin-right:15px}
.Mr14{margin-right:14px}
.Mr12{margin-right:12px}
.Mr9{margin-right:9px}
.Mr8{margin-right:8px}
.Mr6{margin-right:6px}
.Mr4{margin-right:4px}
.Mr2{margin-right:2px}
.Mr1{margin-right:1px}
.Mb61{margin-bottom:61px}
.Mb55{margin-bottom:55px}
.Mb50{margin-bottom:50px}
.Mb45{margin-bottom:45px}
.Mb40{margin-bottom:40px}
.Mb39{margin-bottom:39px}
.Mb38{margin-bottom:38px}
.Mb33{margin-bottom:33px}
.Mb32{margin-bottom:32px}
.Mb30{margin-bottom:30px}
.Mb36{margin-bottom:36px}
.Mb35{margin-bottom:35px}
.Mb34{margin-bottom:34px}
.Mb32{margin-bottom:32px}
.Mb26{margin-bottom:26px}
.Mb25{margin-bottom:25px}
.Mb24{margin-bottom:24px}
.Mb23{margin-bottom:23px}
.Mb22{margin-bottom:22px}
.Mb21{margin-bottom:21px}
.Mb20{margin-bottom:20px}
.Mb19{margin-bottom:19px}
.Mb18{margin-bottom:18px}
.Mb17{margin-bottom:17px}
.Mb16{margin-bottom:16px}
.Mb15{margin-bottom:15px}
.Mb14{margin-bottom:14px}
.Mb13{margin-bottom:13px}
.Mb12{margin-bottom:12px}
.Mb11{margin-bottom:11px}
.Mb10{margin-bottom:10px}
.Mb9{margin-bottom:9px}
.Mb8{margin-bottom:8px}
.Mb7{margin-bottom:7px}
.Mb6{margin-bottom:6px}
.Mb4{margin-bottom:4px}
.Mb2{margin-bottom:2px}
.Mb1{margin-bottom:1px}
.Mb0{margin-bottom:0px}
.Mb-75{margin-bottom:-75px}
.Mb-69{margin-bottom:-69px}
.Mb-50{margin-bottom:-50px}
.Mb-47{margin-bottom:-47px}
.Mb-40{margin-bottom:-40px}
.Mb-39{margin-bottom:-39px}
.Mb-34{margin-bottom:-34px}
.Mb-33{margin-bottom:-33px}
.Mb-30{margin-bottom:-30px}
.Mb-29{margin-bottom:-29px}
.Mb-28{margin-bottom:-28px}
.Mb-25{margin-bottom:-25px}
.Mb-22{margin-bottom:-22px}
.Mb-20{margin-bottom:-20px}
.Mb-19{margin-bottom:-19px;}
.Mb-18{margin-bottom:-18px;}
.Mb-16{margin-bottom:-16px;}
.Mb-15{margin-bottom:-15px;}
.Mb-12{margin-bottom:-12px;}
.Mb-11{margin-bottom:-11px;}
.Mb-10{margin-bottom:-10px;}
.Mb-9{margin-bottom:-9px;}
.Mb-8{margin-bottom:-8px;}
.Mb-7{margin-bottom:-7px;}
.Mb-6{margin-bottom:-6px;}
.Mb-5{margin-bottom:-5px;}
.Mb-4{/* margin-bottom:-4px; */}
.Mb-3{margin-bottom:-3px;}
.Mb-2{margin-bottom:-2px;}
.Mb-1{margin-bottom:-1px;}
.Ca1{color:#a1a1a1}
.VA-1{vertical-align:-1px}
.VA-3{vertical-align:-3px}
.VA-4{vertical-align:-4px}
.VA1{vertical-align:1px}
.VA3{vertical-align:3px}
.VA4{vertical-align:4px}
.BBSsearch p{float:left;margin-right:5px}
.BBSNum{width:200px}
.okcashbag{display:block;padding:5px}
div.listbox{overflow:auto}
div.showlist{float:left;width:220px;text-align:center;border-right:1px solid #dbdbdb;background:none;padding:10px 7px}
div.last{border:none;padding:10px 0 10px 7px}
.easy_domaina_search textarea{border:1px solid #d3d3d3;margin:0 15px}
.event_bn{text-align:center;margin:30px 0 20px}
.ex4_maintxt{text-align:center;color:#b30d0d}
.domain_regist_step{margin:15px 0 20px 5px}
.banner{text-align:center;margin:10px 0 20px}
.ContentsBox table a{color:#572f99;font-weight:700;text-decoration:underline}
.add_txt{font-size:11px;text-align:right;color:#9c9c9c}
.ContentsBox h4{font-weight:700;margin:20px 0 5px}
.info_add_txt{font-size:11px;color:#666;margin-top:10px;line-height:12px}
.s_box_middle{width:722px;margin:0;padding:0}
.hosting_contents{width:752px;margin-top:10px}
.manual{height:99px;float:left;width:760px;display:inline-block;margin:10px 0 -25px}
.manual span{text-align:left;padding-left:23px;display:block;line-height:20px;padding-top:50px}
.hosting_contents{width:756px;padding-left:5px;margin-top:10px}
.txt_position{display:block;margin-top:100px;text-align:left;margin-left:10px}
.txt_position2{display:block;text-align:left;margin-top:15px;margin-left:10px}
.define_bn{margin:0 0 12px 11px}
.Web_txt{width:698px;margin:10px 0 5px 12px}
.emphasis_txt{color:#d51d22}
.host_benefit{margin:18px 0 0 15px}
.host_benefit li{background:url(../../totalimg/host/renew/host_benefit_box_bg.jpg) no-repeat;width:688px;height:154px}
.kt{float:left;margin:61px 0 0 50px}
.kt_t{float:left;margin:25px 0 0 195px}
.kt_txt{float:left;margin:15px 0 0 112px}
.ms{float:left;margin:45px 0 0 50px}
.ms_t{float:left;margin:45px 0 0 235px}
.ms_txt{float:left;margin:25px 0 0 115px}
.hp_t{float:left;margin:45px 0 0 198px}
.hp_txt{float:left;margin:25px 0 0 116px}
.ibm{float:left;margin:63px 0 0 40px}
.ibm_t{float:left;margin:45px 0 0 212px}
.ibm_txt{float:left;margin:25px 0 0 105px}
.ac{float:left;margin:65px 0 0 20px}
.ac_t{float:left;margin:32px 0 0 185px}
.ac_txt{float:left;margin:17px 0 0 90px}
.solution_t{float:left;margin:36px 0 0 222px}
.solution_txt{float:left;margin:27px 0 0 114px}
.ks{float:left;margin:39px 0 0 29px}
.ks_t{float:left;margin:25px 0 0 185px}
.ks_txt{float:left;margin:15px 0 0 104px}
.price_txt{border:medium none;color:#444;font-size:9pt;font-weight:700}
.txt_emphasis{font-weight:700;color:#c32e00;font-size:12px;margin-left:5px;vertical-align:bottom}
.txt_character{margin:3px 0 12px 25px}
.txt_character_bottom{margin:3px 0 0 25px}
.ss_title_bg{width:658px;height:574px;margin-top:50px;text-align:left}
.ssP40{width:560px;height:54px;margin:20px 0 40px 85px}
.ssP45{width:560px;height:54px;margin:20px 0 45px 85px}
.ssP50{width:560px;height:54px;margin:20px 0 50px 85px}
.ssP55{width:560px;height:54px;margin:20px 0 55px 85px}
.step_bg{width:599px;height:886px}
.stepP{width:480px;height:45px;margin-left:120px;margin-top:20px;margin-bottom:75px}
.homepage_setting ul li.back{width:475px;height:577px;display:block;float:right}
.homepage_setting_2 ul li.back{width:475px;height:437px;display:block;float:right}
.notice td{padding-top:3px;padding-bottom:3px}
.txt_inactive{color:#9f9f9f}
.page_number{margin-top:20px;text-align:center;margin-bottom: 30px;}
.page_number a, .page_number b{font-size:14px;}
.page_number span{font-weight:700;letter-spacing:3px;padding:0 2px}
.tax_txt{line-height:18px;padding-left:20px}
.page_list{float:left;width:720px;margin-bottom:-10px}
.present_all li{float:left;width:120px;height:159px;margin-right:4px;padding:10px}
.product_name{font-weight:700;text-align:center;margin-top:6px}
.product_name span{font-weight:400;font-size:11px;letter-spacing:-.1em;line-height:11px}
.heart_price{color:red;text-align:center;margin-top:5px}
.event_pageNo{clear:both}
.domain_agree{text-align:center;line-height:22px;color:#000;font-weight:700}
.Domain_AddSearch{width:760px;border-bottom:1px solid #999;background-color:#d6d6d6;display:inline-block}
.Domain_AddSearchTitle{background-color:#000;width:740px;color:#fff;font-weight:700;padding:10px}
.Domain_AddSearchMain_Eng{width:690px;padding:20px 0 10px 70px}
.Domain_AddSearchMain_Eng_2{width:320px;float:left;padding:5px 0 10px 30px}
.Domain_AddSearchMain_Kor{width:690px;display:inline-block;padding:15px 0 20px 70px}
.SearchBg{background:url(/assets/images/domain/new/DomainRegi_SearchBar.gif) no-repeat;width:444px;height:42px;display:block;margin-left:10px}
.SearchBg input{width:430px;height:20px;float:left;font-size:20px;border-style:none;margin:7px 0 0 5px;padding:2px}
.Domain_name{margin-left:15px;font-weight:700;color:#000;text-align:left;float:left}
.domain_kind{float:left;clear:both;text-align:left;margin-top:12px}
.HostM_Line1 .contents{width:240px;height:90px;float:left;margin-bottom:5px}
.contents1-1{float:left;background-color:#f2fbfc;height:70px;width:740px;border-top:1px solid #eeeef0;border-bottom:1px solid #cdcdcd;overflow:hidden;padding:8px}
.Line1_T{font-size:14px;font-weight:700}
.Line1_R{color:#a70010;font-weight:700}
.HostM_Line2{width:760px;display:inline-block}
.HostM_Line2 .contents2{width:215px;height:95px;float:left;margin-bottom:5px;line-height:18px;border-right:1px solid #ebefef;margin-top:10px;border-bottom:1px solid #cdcdcd}
.HostM_Line2 .contents2 li{line-height:20px;padding:3px 6px 6px}
.HostM_Line2 .contents2-2{width:161px;height:95px;float:left;margin-bottom:5px;line-height:18px;background-color:#f2fbfc;margin-top:10px;border-bottom:1px solid #cdcdcd}
.HostM_Line2 .contents2-2 li{padding:8px}
.HostM_Line2 .dot2{width:1px;height:90px;float:left;margin-top:10px;border-bottom:1px solid #cdcdcd}
.manual_txt li{float:left;padding:5px 18px 10px 0}
.service{width:760px;display:inline-block;float:left}
.service_txt li{float:left;padding:5px 21px 10px 0}
.line{border-bottom:1px solid #cdcdcd;clear:both;width:730px;margin-top:-10px}
.web_P{float:left;width:740px;height:95px;border-top:1px solid #eeeef0;border-bottom:1px solid #cdcdcd;background:#ececec;margin:3px 0 15px;padding:8px}
.web_P dl{float:left;width:200px;background:url(../../dbhost/totalimg/line_dot.gif) repeat-y right top;padding:5px 46px 0 2px}
.web_P .cencon{padding:5px 41px 0 10px}
.HostB_M_Line1 .B_contents{width:240px;height:160px;float:left;margin-bottom:8px}
.domain_info_modify{float:right;font-size:12px;color:#666;font-weight:400}
.top_summay_img{float:left;margin:20px 0 30px 45px}
.top_summay_img p.summay_info{margin:30px 0 0 30px}
.top_summay_img p.summay_info_2{float:left;margin:10px 0 0 60px}
.useguide_tab_flow{overflow:hidden}
.webH_add_one{clear:both;display:inline-block;margin:30px 5px 15px 10px}
.webH_add_one_last{float:right;display:inline-block;margin:30px 10px 15px 0}
.webH_add_subtopic{float:left;margin-left:8px; margin-top: 10px;}
.webH_add_text{margin-top:10px;display:block}
.special_add_one{clear:both;display:inline-block;margin:30px 0 15px 11px}
.special_add_subtopic{float:left;margin-left:11px;margin-top:20px}
.special_add_text{margin-top:11px;display:block}
.contents1-1 dl{float:left;background:url(../../dbhost/totalimg/line_dot.gif) repeat-y right top;padding:5px 73px 6px 2px}
.contents1-1 .cencon{padding:5px 70px 6px 10px}
.contents1-2 dl{float:left;background:url(../../dbhost/totalimg/line_dot.gif) repeat-y right top;padding:5px 60px 6px 2px}
.contents1-2 .cencon{padding:5px 78px 6px 10px}
.contents1-3 dl{float:left;width:231px;background:url(../../dbhost/totalimg/line_dot.gif) repeat-y right top;padding:5px 0 6px 2px}
.contents1-3 .last{width:247px;background-image:none;padding:5px 0 0 10px}
.Mt40{margin-top:40px;}
.Mt25{margin-top:25px}
.Ml67{margin-left:67px}
.Mb62{margin-bottom:62px}
.ContentsBox{width:760px;margin-bottom:10px;clear:both;}
.ContentsBox div{padding:15px}
.ContentsBox table tr{height:30px}
.ContentsBox table th{font-size:12px;background-color:#F6F6F6}
.ContentsBox table td{padding:3px 6px;}
.gtld_domain_search{float:left;border:1px solid #c7c7c7;width:638px;margin-top:5px;margin-bottom:20px;text-align:center;padding:30px 0}
.eventzone{width:100%;float:left}
.eventzone li{border-bottom:1px solid #d4d4d4;padding-bottom:10px;}
.event_top7{width:360px;float:left;padding-right:2px;height:60px}
.event_right{width:365px;float:left;height:60px}
.ContentsBox div.eventzone_bottom{margin:-25px 0 0; padding:15px 0;}
.useguide_tab_flow:after{content:'';clear:both;display:none}
.web_P2 dl{float:left;width:200px;background:url(../../dbhost/totalimg/line_dot.gif) repeat-y right top;padding:5px 40px 2px 2px}
.web_P2 .cencon{padding:5px 41px 2px 10px}
.web_P3 dl{float:left;width:225px;background:url(../../dbhost/totalimg/line_dot.gif) repeat-y right top;padding:5px 15px 2px 2px}
.web_P3 .cencon{padding:5px 16px 2px 10px}
.HostM_Line1 .last{background-image:none;margin-right:0}
.HostM_Line1 dl{float:left;width:230px;overflow:hidden;background:url(../../dbhost/totalimg/line_dot.gif) repeat-y right top;margin:0 0 0 10px;padding:0 10px 0 0}
.HostM_Line1 dt{float:right;font-weight:700;width:136px;letter-spacing:-1px}
.HostM_Line1 dt span{font-size:14px;line-height:20px}
.HostM_Line1 dd{float:right;width:136px;letter-spacing:-1px}
.HostM_Line1 .img{float:left;width:84px;margin-right:10px}
.contents1-4 dl{float:left;background:url(../../dbhost/totalimg/line_dot.gif) repeat-y right top;padding:5px 59px 6px 2px;width:33.3333333%;box-sizing:border-box;}
.contents1-4 .cencon{padding:5px 59px 6px 10px}
.contents1-5 dl{float:left;width:231px;background:url(../../dbhost/totalimg/line_dot.gif) repeat-y right top;padding:5px 9px 6px 2px}
.contents1-5 .last{width:238px;background-image:none;padding:5px 0 0 10px}
.noticearea{padding:43px 0 0}
#body .exchage{overflow:hidden; padding:15px 20px; border:1px solid #ccc;margin-bottom:20px;}
#body .exchage h4{margin:0; margin-bottom:5px;color:#572f99;}
#body .exchage h4 .num{font-size:20px; color:#572f99; font-weight:bold;vertical-align: -2px;padding-right:3px;}
.exchage01{background:url(/assets/images/hosting/mail/bg_con01.gif) no-repeat left top;height:127px;margin:0 0 40px;padding:14px 0 0}
#body .exchage01 h4{background:url(/assets/images/hosting/mail/blt_01.gif) no-repeat left top;font-size:14px;margin:0 0 0 14px;padding:6px 0 8px 33px}
#body .exchage02 h4{background:url(/assets/images/hosting/mail/blt_02.gif) no-repeat left top;font-size:14px;margin:0 0 0 14px;padding:6px 0 8px 33px}
.exchage03{background:url(/assets/images/hosting/mail/bg_con03.jpg) no-repeat left top;height:804px;margin:0 0 19px;padding:14px 0 0}
#body .exchage04 h4{background:url(/assets/images/hosting/mail/blt_04.gif) no-repeat left top;font-size:14px;margin:0 0 0 14px;padding:6px 0 8px 33px}
.exchage03_2{background:url(/assets/images/hosting/mail/bg_con02.gif) no-repeat left top;height:187px;padding:14px 0 0 ;    margin-bottom: 20px;}
.exchage01 li,.exchage02 li,.exchage03 li .exchange03_2 li .exchange04 li{background:url(/assets/images/hosting/mail/blt_graysq.gif) no-repeat left 8px;padding:0 0 0 10px}
.contents .cloudlist{overflow:hidden;margin:30px 0 0}
.contents .cloudlist .center{margin:0 19px 0 18px}
.contents .servervirtue{list-style:decimal;margin:6px 0 20px 21px;padding:0}
.contents .servervirtue li{list-style:decimal;padding:0 0 13px}
.contents .prolist li{float:left;margin:0 0 19px}
.contents .productboard th{background:#f9f9f9;font-weight:400;color:#625e59;border:2px solid #e1e1e1;padding:5px 0 4px}
.contents .vatalign{text-align:right;color:red;width:756px;margin:4px 0 0}
.contents .productboard02 th{text-align:left;background:#f9f9f9;font-weight:400;color:#625e59;border:2px solid #e1e1e1;padding:5px 0 4px 2px}
.contents .service_tit .service_img{float:left;margin:0 10px 0 0}
.contents .service_tit dl dt{font-weight:700;color:#3b6fd8;font-size:14px}
.contents .service_tit dl dd{color:#545454}
#table_list .couponlist{overflow:hidden;font-size:12px;padding:0}
#table_list .couponlist .type{float:right;list-style:none;overflow:hidden;margin:0 25px 0 0;padding:0}
#table_list .couponlist .type li{float:left;background:url(../../totalimg/coupon/blt_blackbar.gif) no-repeat right 1px;padding:0 12px 0 10px}
#table_list .couponlist .type li span{color:#00f;margin:0 0 0 8px}
#table_list .couponinfo{float:left;clear:both;width:491px;font-family:Dotum, 돋움, Gulim, 굴림;margin:0 8px 0 0;padding:0}
#table_list .couponinfo .coupontb th{border-right:1px solid #c7c7c7}
#table_list .couponinfo .coupontb td .sheet{position:absolute;top:4px;right:5px;color:#00f}
#table_list .couponinfo .coupontb .tal{text-align:left;border-bottom:1px solid #c7c7c7}
#table_list .couponinfo .coupontb .bbn{border-bottom:none}
#table_list .couponinfo .coupontb .productlist{height:144px;font-size:12px;padding:0}
#table_list .couponinfo .coupontb .productlist ul{color:#000;margin:0;padding:0}
#table_list .couponinfo .coupontb .productlist ul .nown{color:#ccc}
#table_list .couponinfo .coupontb .productlist li{position:relative;text-align:left;margin:0 0 5px;padding:6px 0 0 24px}
#table_list .couponinfo .coupontb .productlist li input{margin:0 4px 0 0}
#table_list .couponinfo table{width:491px;margin:0 0 9px}
#table_list .couponprice{float:left;width:237px;padding:0}
#table_list .couponprice .coupontb{width:237px}
#table_list .couponprice .coupontb th{border-bottom:1px solid #c7c7c7;text-align:center;font-family:Gulim, 굴림, Dotum, 돋움;font-size:12px;padding:19px 0 10px 0}
#table_list .couponprice .coupontb .bbb{border-bottom:1px solid #c7c7c7}
#table_list .couponprice .coupontb strong{float:right;margin-top:5px;color:red;font-size:29px}
#table_list .couponprice .coupontb .pricer span{float:left;margin:2px 0 0}
#table_list .couponprice .appwrap{margin:0;padding:0}
#table_list .couponprice .appwrap h3{margin:6px 0 9px;padding:0}
#table_list .couponprice .appwrap .appprice{height:196px;padding:0}
#table_list .couponprice .appwrap .appprice ul{list-style:none;text-align:left;margin:0;padding:0 0 0 22px}
#table_list .couponprice .appwrap .appprice li{position:relative;margin:0 0 6px;padding:0}
#table_list .couponprice .appwrap .appprice li span{position:absolute;top:3px;right:20px}
.groupon{overflow:hidden;padding:18px 0 0 13px}
.groupon .cpkind{float:left;background:url(../../member/images/blt_dotted.gif) repeat-y right top;margin:0 25px 0 10px;padding:0 55px 0 0}
.groupon .cpkind dl{width:186px;color:#000}
.groupon .lastkind dl{width:200px;color:#000}
.groupon dt{margin:0 0 10px}
.groupon dl dd{letter-spacing:-1px;margin:0 0 0 3px}
.groupon dl .terms{color:#3b6fd8}
.couponwrap{overflow:hidden;margin:7px 0 0;padding:0 0 0 13px}
.couponwrap dl{float:left;text-align:center;margin:0 0 27px}
.couponwrap dt{margin:0 0 11px}
.couponwrap .first{margin:0 49px 0 0}
.couponwrap .second{margin:0 45px 0 0}
#body .ssltb td{}
#body .ssltb td .sslkind{height:15px;vertical-align:middle;margin:0 6px 0 0}
#body .ssltb td label{margin:0 7px 0 0}
#body .ssllist{margin:0 0 0 21px}
#body .ssllist li{margin:0 0 4px}
#body .infosum{padding:0 17px 0 8px}
#body .vat{text-align:right;color:#ce3443;margin:-4px 0 0;padding:0}
#body .table_style1 .orderbg{background:#fff94c}
#body .tbbalance{border-collapse:collapse;margin:8px 0 30px 7px}
#body .tbbalance .orange th{color:#ff4e00}
#body .tbbalance th{color:#555;background:#fafafa;border:1px solid #e7e7e7;padding:8px 0}
#body .tbbalance td strong{color:#555}
#body .tbbalance td{text-align:center;color:#979797;padding:4px 0}
#body .tbbalance .nb td{border-top:1px solid #e7e7e7;border-right:1px solid #e7e7e7;border-left:1px solid #e7e7e7;border-bottom:none}
#body .tbbalance .nt td{border-bottom:1px solid #e7e7e7;border-right:1px solid #e7e7e7;border-left:1px solid #e7e7e7;border-top:none}
#body .apptab ul{border-bottom:1px solid #d5d5d5;margin:0 0 29px;padding:0 0 0 10px}
#body .apptab ul li{float:left;margin:0 10px -1px 0}
#body .stepwrap{margin:0 0 38px}
#body .stepwrap .last{margin-right:0}
#body .stepwrap dl{float:left;width:220px;margin:0 50px 0 0}
#body .stepwrap dl .s01{background:url(/assets/images/support/tel/img/blt_step01.jpg) no-repeat left top;margin:12px 0 0;padding:10px 0 18px 46px}
#body .stepwrap dl .s02{background:url(/assets/images/support/tel/img/blt_step02.jpg) no-repeat left top;margin:12px 0 0;padding:10px 0 18px 46px}
#body .stepwrap dl .s03{background:url(/assets/images/support/tel/img/blt_step03.jpg) no-repeat left top;margin:12px 0 0;padding:10px 0 18px 46px}
#body .stepwrap dl .s04{background:url(/assets/images/support/tel/img/blt_step04.jpg) no-repeat left top;margin:12px 0 0;padding:10px 0 18px 46px}
#body .stepwrap dl .s05{background:url(/assets/images/support/tel/img/blt_step05.jpg) no-repeat left top;margin:12px 0 0;padding:10px 0 18px 46px}
#body .stepwrap dl .s06{background:url(/assets/images/support/tel/img/blt_step06.jpg) no-repeat left top;margin:12px 0 0;padding:10px 0 18px 46px}
#body .content_body.ms_offic_wrap{width:760px;}
#body .contents_style .sec{padding:60px 35px;margin:0 auto;}
#body .contents_style .sec.s_c{text-align:center;}
#body .contents_style .sec.s_l{text-align:left;}
#body .contents_style .sec h3{font-size:22px;margin-left:0;margin-bottom:43px;}
#body .contents_style .sec h3 img{margin-right:5px;}
#body .contents_style .sec p{margin-bottom:40px;}
#body .contents_style .sec .p_font{color:#ff5300;}
#body .contents_style .sec table{margin-bottom:30px;border-top:2px solid #ff5300;text-align:center;}
#body .contents_style  table th{background:#ddd;padding:20px 0;border-right:1px solid #ccc;}
#body .contents_style table td{padding:15px 0;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
#body .contents_style table tr td:last-child{border-right:none;}
#body .contents_style .sec .list > li{margin-bottom:15px;line-height:1.4;}
#body .contents_style .sec .list_col li{clear:both;width:760px;box-sizing:border-box;}
#body .contents_style .sec .img_c{text-align:center; margin-bottom:30px;}
#body .contents_style .sec .bottom_btn{margin:0 15px;color:#fff;font-size:15px;font-weight:bold;display:inline-block;width:200px; height:45px;line-height:45px;border-radius:5px;}
#body .contents_style .sec .list > li .list_tit{display:inline-block;font-size:15px;margin-bottom:5px;}
#body .contents_style .sec .tit_text{font-size:21px;line-height:1.6;text-align:center;}
#body .taxnow_wrap .sec{padding:60px 40px;}
#body .taxnow_wrap .sec button{border:0;}
#body .taxnow_wrap .sec .tit_text{border:1px solid #ccc; padding:40px;}
#body .taxnow_wrap .sec .list li{overflow:hidden;width:760px; box-sizing:border-box;margin-bottom:50px;}
#body .taxnow_wrap .sec .list li .list_gird{width:690px;display:table;}
#body .taxnow_wrap .sec .list li .list_gird > div{width:50%;display:table-cell;text-align:left;}
#body .taxnow_wrap .sec .list li .list_gird div.list_text .list_tit{color:#116c3c;font-weight:500;font-size:21px;line-height:2;}
.godocu{border-top:2px solid #3970ea;border-right:1px solid #c6c6c6;border-left:1px solid #c6c6c6;border-bottom:1px solid #c6c6c6;padding:19px 0 19px 20px}
.godocu .fax1on1{padding:8px 0 15px}
.freeproduct{position:relative;background:url(../images/hosting/cloud/blt_dotted.gif) repeat-x left bottom;margin-bottom:18px}
.freeproduct .freeserver{position:relative;background:url(../images/hosting/cloud/blt_dotted.gif) repeat-x left top;padding:20px 0 5px 2px}
.freeproduct .freeserver dt,.freeproduct .freedb dt,.freeproduct .freestorage dt{font-weight:700;color:#000}
.freeproduct .freeserver a{position:absolute;top:54px;right:0}
.freeproduct .freedb a{position:absolute;top:38px;right:0}
.freeproduct .freestorage a{position:absolute;top:34px;right:0}
.freenotice{margin-top:9px;color:#000;line-height:16px}
.freep{color:#000;margin:17px 0}
.freep .bline{font-size:14px;text-decoration:underline}
.freep02{color:#000;margin:7px 0 16px}
.freeproduct .serverpop{position:absolute;top:17px;left:98px;border-top:2px solid #326ff8;border-right:1px solid #326ff8;border-left:1px solid #326ff8;border-bottom:1px solid #326ff8;background:#fff;width:538px;text-align:center;padding:13px 0 50px 20px}
.freeproduct .serverpop h4{text-align:left;margin:0!important}
.freeproduct .serverpop p{text-align:center;background:#f2f9fe;width:518px;margin:13px 0 21px;padding:21px 0}
.freeproduct .serverpop a{position:absolute;top:155px;left:0}
.newcertip{margin:14px 0 20px 22px}
.ContentsBox .radiocheck{vertical-align:middle;cursor:pointer;margin:0}
.newcertifield{margin:0 0 20px;padding:0 0 0 59px}
.newcertifield label{font-weight:700;margin-right:6px}
.newcertifield .basicbox{width:115px;border:1px solid #abadb3;margin-right:14px;padding:2px 0 2px 2px}
.newcertifield .nbbox{width:44px;border:1px solid #abadb3;padding:2px 0 2px 2px}
.newcertifield .certinbbox{width:135px;border:1px solid #abadb3;padding:2px 0 2px 2px}
.stgtool{padding:37px 0 0}
.stgtool dt{float:right;padding:5px 0 0}
.stgtool dd{float:right;width:655px;padding:12px 0 0 4px}
.stgtool .img{float:left;width:84px;margin:0;padding:0}
.stgtool dd a{font-weight:700;color:#0054ff}
.toolnoti{margin-top:27px;background:#f1f1f1;padding:10px 0 10px 15px}
.freedl{color:0}
.freedl dt{font-weight:700;margin:0 0 3px;font-size:14px;}
#body .allcondition{background:url(/assets/images/member/payment/bg_product_allview.gif) no-repeat left top;width:625px;margin:0 0 30px;padding:14px 0 21px 131px}
.allcondition li{float:left;font-weight:700;color:#313131;margin-right:10px;letter-spacing:-0.8px;}
.allcondition li strong{color:red}
.port_tab{background:url(/img/bg_bottom_line.gif) repeat-x left bottom;margin:32px 0 8px}
.port_tab li{float:left;margin-right:7px}
.slidewrap{width:100%;height:439px;margin:0 auto}
.varietysum{margin:0 0 24px}

.variety{
background: url(../../agency/images/bg_line.gif) repeat-x left bottom;
margin: 0 0 27px 10px;
border-bottom: 1px solid #ddd;
/*	background:url(../../agency/images/bg_line.gif) repeat-x left bottom;margin:0 0 27px;padding:0 0 0 10px}*/
}	
.variety li{position:relative;top:1px;}
.webvariety li{text-align:center;float:left;margin-left:20px !important;margin-bottom:15px;}
.webvariety li strong{color:#888;line-height:20px;padding-top:3px;}
.webvariety li span{color:#572f99;font-weight:700;}
.webvariety li img{vertical-align:top;width:210px;height:160px;border:1px solid #aaa;margin-bottom:3px;}
.webvariety li p{width:190px; margin:8px 0 24px; padding:5px 10px; color:#888; font-weight:bold; text-align:center; background-color:#f6f6f6; border:1px solid #eee; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.newwrap{border:1px solid #d4d0d0;background:#f3f3f3}
.newwrap fieldset{border:none;background:#f3f3f3;margin:0;padding:0}
.newwrap .membersort th{font-weight:400;background:#f3f3f3}
.newwrap .membersort td{padding:8px 0}
.newwrap .membersort td label{margin-right:22px}
.newwrap .membersort .box input{width:305px}
.newwrap .membersort .sorttr{border-bottom:1px solid #d4d0d0}
.official01{padding:0 0 15px 85px}
.official{padding:0 0 67px 85px}
.hostingcombine .tab{border-bottom:2px solid #848484;margin:38px 0 21px}
.hostingcombine .mainopt{margin:0 0 20px;padding:0 0 0 20px}
.hostingcombine .mainopt dt{float:left;width:62px}
.hostingcombine .mainopt dd{float:left;font-weight:700;margin:0 20px 0 0}
.mainopt dd input{vertical-align:middle;margin:0;padding:0}
.datawrap{height:260px;font-size:13px;margin:0 0 20px -12px}
.datawrap .data{display:table;float:left;border:1px solid #999;width:203px;text-align:center;margin:0 0 12px 12px;padding:19px 20px 20px; position: relative;}
.datawrap .data h3{font-size: 14px; border-bottom:1px solid #ebebeb;text-align:left;margin:0 0 8px!important;padding:0 0 9px;min-height:55px;}
.datawrap .data h3 .c_n{color:#572f99;}
.datawrap .data h3 .c_p{color:red;}
.datawrap .data ul{text-align:left;padding:15px 0;letter-spacing:-0.04em;} /*min-height: 126px;*/
.datawrap .data ul .day{padding-left:134px}
.datawrap .data ul .highlight{background:#f2e9ff}
.apply_server .data ul .highlight:first-child,
.malwarebytes .data ul .highlight:first-child,
.db_encrypt .data ul .highlight:first-child{padding-top:4px;}
.apply_server .data ul .highlight:last-child,
.malwarebytes .data ul .highlight:last-child,
.db_encrypt .data ul .highlight:last-child{padding-bottom:4px;}
.datawrap .data li span{/* background:url(/assets/images/hosting/web/blt_point.gif) no-repeat 6px 7px */;color:#898989;width:134px;display:inline-block;padding:0 0 0 5px}
.datawrap .data li span:before{content:'\f00c'; font-family:'FontAwesome'; margin-right:3px; color:#572f99;}
.datawrap .data li span.check_none:before{content:'';}
.datawrap .data li span.detail{background:transparent;text-align:center;width:100%;padding:0;font-size:11px}
.datawrap .data li span.detail:before{display:none;}
.ssltab .datawrap .data li span{width:115px !important;}
.datawrap .data select{width:197px;height:20px;margin:0 0 18px;padding:0 0 0 9px}
.datawrap .data .eventbtn{margin-bottom:-10px;}
/* .idc{font-family: 'Montserrat','NanumBarunGothic',sans-serif;} */
.idc .data web_hosting{height:350px;}
.idc .webprice_tit img{height:60px;margin-bottom:5px;}
.idc .hosting_price_box{height:223px;width:auto;}
.idc .line_br{height:205px;}
.idc .btn_list_two a{cursor: pointer; width:65px;float:left;margin-left:10px;}
.idc .btn_list_two a:first-of-type{margin-left:0;width:64px;}

.datawrap_on{height:260px;font-size:13px;margin:0 0 20px -12px}
.datawrap_on .data{float:left;border:1px solid #999;width:203px;text-align:center;margin:0 0 5px 12px;padding:19px 20px 16px; background-color:#ff9372;}
.datawrap_on .data h3{border-bottom:1px solid #ebebeb;text-align:left;margin:0 0 8px!important;padding:0 0 9px}
.datawrap_on .data ul{text-align:left;margin:0 0 12px;padding:15px 0}
.datawrap_on .data ul .day{padding-left:134px}
.datawrap_on .data ul .highlight{background:#e1eef6}
.datawrap_on .data li span{background:url(/assets/images/hosting/web/blt_point.gif) no-repeat 6px 7px;color:#898989;width:120px;display:inline-block;padding:0 0 0 14px}
.datawrap_on .data select{width:197px;margin:0 0 18px;padding:0 0 0 9px}

.amazon_data li{margin-bottom:5px;}
.amazon_data li span{width: 50% !important;}
.amazon_data li label{width: 50% !important; text-align:right;}
.amazon_data li label select{margin-bottom:0 !important;}
.amazon_sub_tab{margin: 30px 10px;}

.offerservice{margin:0 0 30px}
.offerservice .linux{background:url(/assets/images/hosting/web/ico_yellow.gif) no-repeat left 2px;margin-right:14px;padding:0 0 0 21px}
.offerservice .window{background:url(/assets/images/hosting/web/ico_green.gif) no-repeat left 2px;margin-right:12px;padding:0 0 0 21px}
.offerservice .dotnet{background:url(/assets/images/hosting/web/ico_blue.gif) no-repeat left 2px;margin-right:15px;padding:0 0 0 21px}
.offerservice .lw{background:url(/assets/images/hosting/web/ico_navy.gif) no-repeat left 2px;margin-right:11px;padding:0 0 0 21px}
.offerservice .lwd{background:url(/assets/images/hosting/web/ico_pink.gif) no-repeat left 2px;padding:0 0 0 21px}
.offerwrap{padding:0 0 0 40px}
.offerwrap dl{float:left;background:url(/assets/images/hosting/web/blt_dotted.gif) repeat-y right top;margin:0 0 45px}
.offerwrap dd{float:left;font-weight:700}
.offerwrap .word{margin-right:54px;height:94px;padding:7px 56px 0 0}
.offerwrap .word dt{margin-right:37px}
.offerwrap .word dd{padding-top:13px}
.offerwrap .lang{margin-right:21px;height:83px;padding:21px 51px 0 0}
.offerwrap .lang dt{margin-right:36px}
.offerwrap .opt dt{margin-right:41px;padding-top:15px}
.offerwrap .ftp{margin-right:43px;height:87px;padding:14px 35px 0 11px}
.offerwrap .ftp dt{margin-right:47px}
.offerwrap .sale{padding-right:15px;margin-right:34px}
.offerwrap .sale dt{margin-right:21px;padding-top:25px}
.offerwrap .back dt{margin-right:32px;padding-top:14px}
.offerwrap .global{margin-right:53px;height:73px;padding:29px 35px 0 12px}
.offerwrap .global dt{margin-right:30px}
.offerwrap .webmail{margin-right:32px;height:82px;padding:19px 22px 0 0}
.offerwrap .webmail dt{margin-right:33px;padding-top:16px}
.offerwrap .up{background:none;height:74px;padding:27px 0 0}
.offerwrap .up dt{margin-right:35px;padding-top:5px}
p,ul{margin:0;padding:0}
li{list-style:none}
.folding_top .spot,.unfolding_top .spot{position:absolute;top:47px;right:14px;z-index:1000}
.recommend_domain{clear:both;width:180px}
.domainlist{float:left;width:138px;height:245px;overflow:hidden;border:1px solid #afafaf;border-top:none;background:url(/assets/images/index/hgd_remd_bg.gif) repeat-x;margin-left:3px;padding:10px 0}
.domainlist02{float:left;width:138px;height:1px;overflow:hidden;border:1px solid #afafaf;border-top:none;background:url(/assets/images/index/hgd_remd_bg.gif) repeat-x;margin-left:3px}
.tablist{float:left;width:20px}
.tablist li{font-size:11px;line-height:12px;width:20px;border-right:1px solid #afafaf;border-bottom:1px solid #afafaf;text-align:center;padding:5px 0 2px}
.tablist li.on{background-color:#64a115;color:#fff}
DIV.item LI.over{text-align:center;font-size:13px;font-weight:700;padding:5px}
.button{cursor:pointer}
.prev_flip_text{font-size:40px;font-weight:700;color:#5b5b5b;overflow:hidden;height:80px;line-height:80px;margin-left:90px}
.gtld_wap{width:760px;height:auto}
.gtld_wap_top{background:url(/assets/images/domain/new/gtld_top_03.jpg) no-repeat left top;width:760px;height:522px}
.gtld_wap_middle{background:url(/assets/images/domain/new/gtld_middle.jpg) repeat-y;width:760px;height:auto;overflow:hidden}
.gtld_wap_bottom{background:url(/assets/images/domain/new/gtld_bottom.jpg) no-repeat left top;width:760px;height:78px}
.gtld_tab{background:url(/assets/images/domain/new/tab_gtld_off.jpg) no-repeat left top;cursor:pointer}
.gtld_tab .g01 a{display:block;width:121px;height:40px;background:url(/assets/images/domain/new/tab_gtld_off.jpg) no-repeat left top;cursor:pointer}
.gtld_tab .g02 a{display:block;width:156px;height:40px;background:url(/assets/images/domain/new/tab_gtld_off.jpg) no-repeat -121px top;cursor:pointer}
.search_s_tab{background:url(/assets/images/domain/new/tab_off.jpg) no-repeat left top;cursor:pointer}
.search_s_tab .s01 a{display:block;width:121px;height:40px;background:url(/assets/images/domain/new/tab_off.jpg) no-repeat left top;cursor:pointer}
.search_s_tab .s02 a{display:block;width:121px;height:40px;background:url(/assets/images/domain/new/tab_off.jpg) no-repeat -121px top;cursor:pointer}
.search_s_tab .s03 a{display:block;width:156px;height:40px;background:url(/assets/images/domain/new/tab_off.jpg) no-repeat -242px top;cursor:pointer}
.contents h2,h2,.ContentsBox div li{margin-bottom:15px}
td input,.VA-2,.select_info input{vertical-align:-2px}
p.paging *,.M,.heart_price *{vertical-align:middle}
ul.mydotname_service_tab li,.hosting_bundle_tab p,.useguide_tab_flow li,.hostingcombine .tab li{float:left;margin-right:2px}
.ft_bold,.B{font-weight:700}
.topline01,.contents .productboard .topth th,.contents .productboard02 .topth th{border-top:2px solid #572f99;}
.FC_B,.freeproduct .freeserver dd,.freeproduct .freedb dd,.freeproduct .freestorage dd,.datawrap .data li{color:#000}
.F_blue1,.C45{color:#456dc6}
.bo1_c7,#table_list .coupontb{border:1px solid #c7c7c7}
.F11,.s8,.s11,.select_info,.event_sstitle,.event_sstitle span{font-size:11px}
.Ls1,.Web_LS{letter-spacing:-1px}
.T,.noticearea img,#table_list .couponprice .appwrap .appprice li img,.groupon dl dt img,#body .stepwrap dl dd img{vertical-align:top}
.C,.easy_domaina_search,.product_position,.noticearea .viewbtn{text-align:center}
.L,.newwrap .membersort .box,.newwrap .membersort .sorttr td{text-align:left}
.R,#table_list .couponprice .coupontb .pricer{text-align:right}
.Lh22,.contents1-1 li,.web_P li{line-height:22px}
.Lh25,.agreement{line-height:25px}
.Pt18,.offerwrap .ftp dd{padding-top:18px}
.Pt2,.stgtool .userguide{padding-top:2px}
.Pr30,.Pr20{padding-right:20px}
.Mt15,.host_subTitle,.datawrap .data .btb_order img{margin-top:15px}
.Mt5,.IMG{margin-top:5px}
.Ml15,.main_title,.Web_txt2{margin-left:15px}
.Ml14,.exchage01 ul,.exchage02 ul,.exchage03 ul,.exchange03_2 ul,.exchange04 ul{margin-left:14px}
.Ml10,.dot1-1{margin-left:10px}
.Ml8,.sstitle{margin-left:8px}
.Ml1,.mailml{margin-left:1px}
.Mr30,.Mr20{margin-right:20px}
.Mr18,.contents .prolist .ml{margin-right:18px}
.Mr10,.domain_regist_step img{margin-right:10px}
.Mr7,.noticearea .viewbtn a{margin-right:7px}
.Mr5,.heart_price span{margin-right:5px}
.Mr3,.event_top7 img,.event_right img{margin-right:3px}
.Mb10,div.showlist p,.ContentsBox div h3{margin-bottom:10px}
.Mb5,.freenotice li{margin-bottom:5px}
.Mb3,.godocu li{margin-bottom:3px}
.VA2,.ss_title img,.ContentsBox h4 img{vertical-align:2px}
div.showlist li,#body .ssltb{margin:0}
.domain_search,.domain_search_2{float:left;border-top:1px solid #c7c7c7; border-bottom:1px solid #c7c7c7;width:758px;margin-top:5px;margin-bottom:20px;text-align:center;padding:20px 0}
.domain_search input,.domain_search input_2{border:5px solid #2381d8;height:25px;width:350px;vertical-align:middle;font-size:15px;padding:5px 0}
.domain_search_01 input,.domain_search_01 input_2{border:5px solid #2381d8;height:25px;width:100px;vertical-align:middle;font-size:15px;padding:5px 0}
.hosting_bundle_tab:after,.contents1-1:after,.contents1-2:after,.contents1-3:after,.contents1-4:after,.contents1-5:after,#container:after{content:"";display:block;clear:both}
.hp,.solution{float:left;margin:45px 0 0 47px}
.homepage_setting,.homepage_setting_2{float:left;width:740px}
.homepage_setting ul li,.homepage_setting_2 ul li,.Domain_AddSearchMain_Eng p,.Domain_AddSearchMain_Eng img,.Domain_AddSearchMain_Kor p,.Domain_AddSearchMain_Kor img,.HostM_Line1 .contents li,.HostM_Line1 .dot li,.contents1-1 ul,.web_P ul,.HostB_M_Line1 .B_contents li,.HostB_M_Line1 .dot li,.top_summay_img p,.webH_add_icon,.special_add_icon,.contents .cloudlist li,.contents .service_tit dl,.contents .leftproduct,.groupon .lastkind,.variety li,.offerservice h3,.offerservice li,.offerwrap dt,.gtld_tab li,.search_s_tab li{float:left}
.HostM_Line1 .dot,.HostB_M_Line1 .dot{width:10px;height:90px;float:left}
.contents1-2,.contents1-3,.contents1-4,.contents1-5{float:left;background-color:#f6f1ff
;height:106px;width:760px;/* border-top:1px solid #d0c6e0;border-bottom:1px solid #d0c6e0; */overflow:hidden;margin:7px -5px 14px;padding:15px;box-sizing:border-box;}
.web_P dl dd,.contents1-1 dl dd,.contents1-2 dl dd,.contents1-3 dl dd,.web_P2 dl dd,.web_P3 dl dd,.contents1-4 dl dd,.contents1-5 dl dd{padding:0 0 3px 6px}
.web_P .last,.contents1-1 .last,.contents1-2 .last,.web_P2 .last,.web_P3 .last,.contents1-4 .last{background-image:none;padding:5px 0 0 10px}
.contents1-3 .cencon,.contents1-5 .cencon{width:240px;padding:5px 0 6px 10px}
.ContentsBox table,.ContentsBox table2{width:760px;border-collapse:collapse;text-align:center;color:#444}
.web_P2,.web_P3{float:left;width:760px;height:142px;border-top:1px solid #eeeef0;background:#ececec;padding:15px;box-sizing:border-box;}
.web_P2 dl .lt,.web_P3 dl .lt{letter-spacing:-1px;word-spacing:-1px}
.HostM_Line1:after,.HostM_Line1 dl:after,.couponwrap:after,#body .apptab:after,#body .apptab ul:after,#body .stepwrap:after,.stgtool:after,#body .allcondition:after,.port_tab:after,.variety:after,.webvariety ul:after,.hostingcombine:after,.hostingcombine .tab:after,.hostingcombine .mainopt:after,.datawrap:after,.offerservice:after,.offerwrap:after,.gtld_tab:after,.search_s_tab:after{content:'';clear:both;display:block}
.exchage02,.exchage04{background:url(/assets/images/hosting/mail/bg_con02.gif) no-repeat left top;height:167px;margin:0 0 40px;padding:14px 0 0}
#body .exchage03 h4,#body .exchage03_2 h4{background:url(/assets/images/hosting/mail/blt_03.gif) no-repeat left top;font-size:14px;margin:0 0 0 14px;padding:6px 0 8px 33px}
.exchage03_2 ul,.exchage04 ul{margin-left:24px}
.contents .prolist,.contents .service_tit{overflow:hidden}
.contents .productboard,.contents .productboard02{border-collapse:collapse}
.contents .productboard td,.contents .productboard02 td{text-align:center;color:#000;border:2px solid #e1e1e1;padding:5px 0 3px}
.contents .rightproduct,.offerservice ul{float:right}
#table_list .couponlist .type .nb2,#table_list .couponlist .type .nblt{background:none;padding-right:0}
#body .ssltb td select,#body .ssltb .infobox{width:202px}
.freeproduct .freedb,.freeproduct .freestorage{position:relative;background:url(../images/hosting/cloud/blt_dotted.gif) repeat-x left top;padding:20px 0 19px 2px}
/*.datawrap .data:hover{border:3px solid #3B6FD8;width:203px;padding:17px 18px 18px; }*/
.datawrap .data_on{border:3px solid #572f99;width:203px;padding:17px 18px 18px; }

.datawrap .data_click{border:3px solid #3B6FD8;width:203px;padding:17px 18px 18px; }
.datawrap .data_click_2{border:3px solid #3B6FD8;width:203px;padding:17px 18px 18px; background-color:#ff8f45;}
.offerwrap .opt,.offerwrap .back{background:none;height:95px;padding:6px 0 0}
.folding_top,.unfolding_top{position:relative;z-index:100;width:170px}
.domainlist li,DIV.item LI{text-align:center;font-size:12px;padding:5px}
.gtld_tab li span,.search_s_tab li span{font-size:0;text-indent:-9999px;overflow:hidden}
.gtld_tab .g01 a:hover,.gtld_tab .g01 .on{display:block;width:121px;height:40px;background:url(/assets/images/domain/new/tab_gtld_on.jpg) no-repeat left top}
.gtld_tab .g02 a:hover,.gtld_tab .g02 .on{display:block;width:156px;height:40px;background:url(/assets/images/domain/new/tab_gtld_on.jpg) no-repeat -121px top}
.search_s_tab .s01 a:hover,.search_s_tab .s01 .on{display:block;width:121px;height:40px;background:url(/assets/images/domain/new/tab_on.jpg) no-repeat left top}
.search_s_tab .s02 a:hover,.search_s_tab .s02 .on{display:block;width:121px;height:40px;background:url(/assets/images/domain/new/tab_on.jpg) no-repeat -121px top}
.search_s_tab .s03 a:hover,.search_s_tab .s03 .on{display:block;width:156px;height:40px;background:url(/assets/images/domain/new/tab_on.jpg) no-repeat -242px top}
.layerpopup{zoom: 1; float: left;}
.layerpopup {zoom:1; float:left;}
.layerpopup:after {content:""; display:block; clear:both;}
.layerpopup .puptop {position:relative; background:url(/assets/images/homepage/manage/layer_popup_top.gif) 0 0 no-repeat; height:40px; width:650px; zoom:1;}
.layerpopup .puptop p {padding:10px 0 0 20px; height:30px; font-size:14px; color:#FFF; float: left;}
.layerpopup .pupx {position:absolute; top:11px; right:20px;}
.layerpopup .pupbot {float:left; width:588px; padding:30px; zoom:1;background:#fff; border-bottom:1px solid #cdcdcd; border-right:1px solid #cdcdcd; border-left:1px solid #cdcdcd;}
.layerpopup .pupbot:after {content:""; display:block; clear:both;}

.table_style4{background-color:#fff;width:590px;line-height:26px;border-collapse:collapse;text-align:center;color:#313131;}
.table_style4 td{text-align:left;padding:10px}
.table_style4 th{text-align:center;background-color:#FaFaFa}   

.text_popup{float:left; width:300px; padding:15px; zoom:1; background:#fff; border:1px solid #cdcdcd;}

.gtld02_tab{background:url(/assets/images/domain/new/tab02_gtld_off.jpg) no-repeat left top;cursor:pointer}
.gtld02_tab .t01 a{display:block;width:121px;height:40px;background:url(/assets/images/domain/new//tab02_gtld_off.jpg) no-repeat left top;cursor:pointer}
.gtld02_tab .t02 a{display:block;width:121px;height:40px;background:url(/assets/images/domain/new//tab02_gtld_off.jpg) no-repeat -121px top;cursor:pointer}
.gtld02_tab .t03 a{display:block;width:156px;height:40px;background:url(/assets/images/domain/new//tab02_gtld_off.jpg) no-repeat -242px top;cursor:pointer}
.gtld02_tab li span,.gtld02_tab li span{font-size:0;text-indent:-9999px;overflow:hidden}
.gtld02_tab li{float:left;}
.gtld02_tab .t01 a:hover,.gtld02_tab .t01 .on{display:block;width:121px;height:40px;background:url(/assets/images/domain/new//tab02_gtld_on.jpg) no-repeat left top}
.gtld02_tab .t02 a:hover,.gtld02_tab .t02 .on{display:block;width:121px;height:40px;background:url(/assets/images/domain/new//tab02_gtld_on.jpg) no-repeat -121px top}
.gtld02_tab .t03 a:hover,.gtld02_tab .t03 .on{display:block;width:156px;height:40px;background:url(/assets/images/domain/new//tab02_gtld_on.jpg) no-repeat -242px top}

.borderTable .table_style4 .click_on{color:#333; background:#e1eef6 !important;}
.borderTable .table_style4 .choice_on{color:#fff; background:#484848 !important;}
.btn_style_5{display:inline-block;background-color:#484848;text-align:center;color:#fff !important;font-size:11px;font-weight:700;padding:4px 20px 3px}
.btn_style_5:hover{background-color:#3b6fd8}


#tooltip01_db {  top: -464px; border-top: 50px solid #C7C7C7; border-bottom:1px solid #C7C7C7; border-left:1px solid #C7C7C7; border-right:1px solid #C7C7C7; background-color:#fff; width:727px; padding: 15px; text-align:left; font-weight:normal; margin:10px 0 20px;}
#tooltip01_db h3, #tooltip01_db div {margin-left: -3px; margin-top: -50px; color: #313131; font-size: 13px; font-weight: bold;}

.popup_db_app{position: absolute; top:15px; left: 240px;  border: 3px solid #3B6FD8; background-color:#fff; width:420px; padding:15px;}
.popup_db_app table td{text-align:left; padding-left:10px !important;}
.popup_db_app table input{width:94%;}
.popup_db_app table textarea{width:97%;}


.domainbox_btm {
  margin-bottom: 20px;
  margin-top:40px;
  border:2px solid #3970ea; 
}
.domainbox_top {
  padding: 18px;
  position: relative;
  width: 692px;
}
.domainbox_top div.finding {
  position: relative;
  width: 510px;
  display: inline-block;
  vertical-align: middle;
}
div.domainbox_top div.finding dl {width: 510px; margin: 4px 0;}
div.domainbox_top div.finding dt {width: 75px; font-weight: bold; padding: 3px 0 0 8px; float: left;}
div.domainbox_top div.finding dd.btn {position: absolute; top: 2px; right: 50px;}

.domainbox_top div.result {
  padding: 5px 0;
  width: 173px;
  display: inline-block;
  background: #F6F6F6;
  border: 1px solid #C7C7C7;;
  vertical-align: middle;
}
.domainbox_top div.result div.result_btm ul.status {
  padding: 4px 0 3px 12px;
}
.domainbox_top div.result div.result_btm ul.status li {
  padding-left: 7px;
  font-weight: bold;
}

.header_fr{float:right; width: 410px;}
.header_fr .choice_fl{float: left; margin-top: 22px;}
.header_fr .choice_fl .choice_ta_r{width:218px; text-align:right;}

.labelPayback{ position: absolute; right: -11px; top:-10px;}
.labelPayback2{ position: absolute; right: -11px; top: 7px;}
.datawrap .data:hover .labelPayback{right: -13px; top: -12px;}
.datawrap .data_on .labelPayback{right: -13px; top:-12px;}
.datawrap .data:hover .labelPayback2{right: -13px; top: 5px;}
.datawrap .data_on .labelPayback2{right: -13px; top:5px;}

.renew_domain_search,.renew_domain_search_2{float:left;border-top:1px solid #c7c7c7; border-bottom:1px solid #c7c7c7;width:758px;margin-top:8px;margin-bottom:5px;text-align:center;padding:30px 0}
/* .renew_domain_search input, .renew_domain_search input_2{border: 5px solid #2381d8; height: 25px; width: 350px; vertical-align: middle; font-size: 30px; padding: 5px 0; margin-left:5px;}*/
.renew_domain_search .domainSearch{border: 5px solid #572f99; border-top-width:0;height: 0; width: 350px; vertical-align: bottom; font-size: 25px;  padding: 0 4px; margin-left:5px;border-radius:1px
	-webkit-transition: all 600ms cubic-bezier(0.76, 0.05, 0.78, 0.29);
	transition:all 600ms cubic-bezier(0.76, 0.05, 0.78, 0.29);
}
.renew_domain_search .domainSearch.active{border-top-width:5px;padding:4px;height:25px;vertical-align:bottom;transition:0.5s}
.renew_domain_search .domainSearch:focus{outline:none}
.renew_domain_search .domainSearchTxt{position:absolute;margin-left:10px;margin-top: 13px;font-size: 32px;width: 360px;text-align:left;cursor:text;letter-spacing:-1px;color:#572f99;font-weight:bold;
	-webkit-transition: all 600ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	transition:         all 600ms cubic-bezier(0.6, -0.28, 0.735, 0.045); 
}
.renew_domain_search .SearchTxtKo{font-size:25px;}
.renew_domain_search .domainSearchTxt.active{margin-left:5px;margin-top: 0px;font-size: 13px;width: auto;letter-spacing:0px;margin-top:-17px;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:         all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.domain_search_2 #domain{
	font-size: 12px;
    margin-left: 2px;
    border: 5px solid #572f99;
    height: 20px;
    width: 315px;
    resize: none;
	-webkit-transition: all 600ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	transition:         all 600ms cubic-bezier(0.6, -0.28, 0.735, 0.045); 
	margin-top:65px;
	padding-top: 9px;
	overflow-y:hidden;
}
.domain_search_2 #domain.active{ height: 160px;margin-top:0;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:         all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.domain_search_2 #domain:focus{outline:none}

.bicibox{width: 100px; height: 50px; background-color: #45C4BD;color: white;vertical-align: middle; border-radius: 7px; text-align: center;}

.price_align{text-align:right;}

.arrow-right {
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 6px;
border-color: transparent transparent transparent red;
}

.premium_tit_box{clear:both; overflow:hidden; width:100%;}
.premium_titbox_left{float:left; width:52%; border-right:1px dashed #cccccc;}
.premium_titbox_leftimg{float:left;margin-right:10px;}
.premium_titbox_lefttext{float:left;}
.premium_titbox_lefttext span{color:#0082f2; font-weight:bold;}
.premium_titbox_lefttext a{color:#0082f2; font-weight:bold;}
.premium_titbox_right{float:left; width:40%; margin-left:30px;}
.premium_titbox_right a{color:#0082f2; font-weight:bold;}
.premium_pop{position: absolute;top: 17%;left: 35.5%;}
.premium_pop_box{width:480px; height:440px; border:2px solid #000; background:#fff;}
.premium_pop_header .tit{color:#fff; font-size: 14px; font-weight: bold; }
.premium_pop_header{background:#000; padding:7px 15px; }
.premium_pop_body{padding:30px 20px;}

.tb_back_color td{background:#F8FCFF;}
.tooltip h3{margin-left:0 !important;}

.tb_warning{background: #FFBDBD;}

.mainparter_con{margin-top: 20px;}
.mainparter_con h3 span{display: inline-block; float: right;}
.main_parter_bncon{width:100%; overflow:hidden; margin-top:20px;}
.main_parter_bnbox{float:left; width:183px; margin-right:11px;}
.main_parter_bnbox:last-child{margin-right:0px;}
.main_parter_bnbox_tit{font-size:11px; font-weight:bold; color:#555; margin-top:10px;}
.main_parter_bnbox_text{font-size:11px; color:#555; word-spacing: -3px; word-break:break-all;overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3; /* 라인수 */
 -webkit-box-orient: vertical;
 word-wrap:break-word; }

.subpartner_conbox .subpartner_tit{border-bottom: 2px solid #3b3b3b; margin-bottom: 20px; color:#040404; font-size:24px; font-weight:bold; padding-bottom: 10px; margin-top: 30px; word-spacing: -2px;}
.subpartner_box{margin-top:40px; overflow:hidden; margin-bottom: 40px;}
.subpartner_box_img{float:left; width:460px;}
.subpartner_box_text{float:left; margin-left:20px; line-height:30px;}
.subpartner_box_text a{text-decoration: underline; color: #2587DA;}
.subpartner_conbox .FC_01 {color: #3b6fd8; margin-left: 0px;}

table .QnADate_set {float:left;overflow:hidden;margin-bottom:7px;}
table .QnADate_set .dtype6{margin-right:2px;cursor:pointer;padding: 0 5px;}
table .QnADate_set .defbtn_sm span{letter-spacing:0;}
table .QnADate {float:left;margin-bottom:7px;overflow:hidden;}
table .QnAtxt {float:left;margin-bottom:0;overflow:hidden;}
table .QnAtxt label{float:left;font-size:0;line-height:0;text-indent:-5000px;width:0;height:0;}
table .QnAtxt .txtSrh{float:left;width:400px;padding:2px 2px 1px 2px;margin-right:5px;font-size:11px;}
table .QnAtxt .bt_srh {float:left;overflow:hidden;border:none;background:url('/assets/images/btn_tb_serch.jpg') no-repeat left top;width:35px;height:20px;cursor:pointer;}

.layer_addTxt {position:absolute; top:32px; left:-1px; z-index:1; width:150px; padding:10px; border:1px solid #aaa; background-color:rgba(0,0,0,0.8); display:none;}
.layer_addTxt h3 {border-bottom:1px solid #8b8b8b; font-size:12px; color:#fff; letter-spacing:-1px; padding-top:6px; height:15px;}
.layer_addTxt h3.type2 {padding:0 0 5px 0; height:16px; text-align:left; margin:0 0 10px 0 !important;}
.layer_addTxt p {font-size:11px; color:#aaa; line-height:15px; padding:5px 0 2px 0 !important; letter-spacing:-1px; font-weight:normal; text-align:left !important;}
.layer_addTxt p a {position:static !important;}
.layer_addTxt p .t1 {color:#999;}
.layer_addTxt .chk_list {overflow:hidden; *zoom:1;}
.layer_addTxt .chk_list li {float:left; color:#ccc; font-size:12px; height:20px; font-weight:300;}
.layer_addTxt .chk_list li.right {margin-left:15px;}
.layer_addTxt .chk_list li input {vertical-align:middle; margin:0 4px 3px 0; *margin:0;}

.bt_moreView{width:0; height:0; border-style:solid; border-width:7px 4px 0 4px; border-color: #575757 transparent transparent transparent; position:absolute; top:16px; left:62px;}

.tb_point tr:nth-child(2n+1){background: #f6f1ff;}

.pop_premium_vip{background: #F7D9DD;}
.pop_premium_diamond{background: #E8FFDA;}
.pop_premium_gold{background: #FFEFD2;}
.pop_premium_silver{background: #F6F6F6;}
.pop_premium_bronze{background: #F7E9A9;}
.pop_premium_normal{background: #D5EEF7;}

.info_domain_hosting_popup{ position: absolute; top: 28%; left: 18.5%; z-index: 9999;}
.info_domain_hosting_popup_box{width:530px; height:auto; border:2px solid #000; background:#fff;}
.premium_pop_header .tit{color:#fff; font-size: 14px; font-weight: bold; }
.premium_pop_header{background:#000; padding:7px 15px; }
.premium_pop_body{padding:30px 20px;}

.text_vat{color: #ff0000; float: right; font-size: 12px; font-weight: 300;}

.sticker_webfax{color: #fff; font-size: 11px; float: right; background: #fa4a09; padding: 1px 5px; border-radius: 4px;  margin-top: -1px;}
.sticker_webfax2{color: #fff; font-size: 12px; background: #fa4a09; padding: 2px 5px; border-radius: 4px;  margin-top: -1px; margin-left:10px;}

.partner_search input{border: 5px solid #2381d8;
    height: 25px;
    width: 834px;
    vertical-align: middle;
    font-size: 18px;
    padding: 5px;
    margin-left: 5px;}

.partner_search_list{ margin:30px 0; padding:20px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; overflow:hidden;}
.partner_search_list_tit{font-size:18px; color:#3b6fd8; margin-bottom:15px;}
.partner_search_list_tit a{ color:#3b6fd8;}
.partner_search_list_text{ word-break:break-all;overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3; /* 라인수 */
 -webkit-box-orient: vertical;
 word-wrap:break-word; }
.partner_search_list_more{ color:#3b6fd8; margin:15px 0 0 0;}
.partner_search_list_more a{color:#3b6fd8; font-weight:bold;}
.partner_bn{width:958px; border:1px solid #ddd; height:250px; margin-top:10px;}
.main_parter_bnbox img{border:1px solid #ddd;}
.subpartner_box_img img{border:1px solid #ddd;}
.partner_sns02 b{display:none;}
.partner_sns02 span{margin-left:53px;}
.partner_homepage02 b{display:none;}
.partner_homepage02 span{margin-left:78px;}

.presta_temp_preview li{float:left; text-align:center; margin:10px 10px 30px 10px;}
.presta_temp_preview li img{vertical-align: top;width:231px; height:169px; margin-bottom:10px;}
.presta_temp_preview li span{margin-top:5px;}

.coupon_code_wrap{width:555px; height:85px; margin:0 auto; padding:115px 0 0 205px; background:url('/assets/images/member/coupon/dotname_coupon_760.png') no-repeat left top;}
.coupon_code_wrap input{float:left; width:320px; height:27px; padding:6px 0; font-size:16px; font-family:Arial, Tahoma, Verdana, sans-serif; font-weight:bold; text-align:center; background-color:#ffffff; border:2px solid #572f99;}
.coupon_code_wrap a{display:inline-block; margin-left:8px; cursor:pointer;}

/*.coupon_code_wrap{width:375px; height:80px; margin:0 auto; padding:120px 0 0 55px; background:url('/assets/images/member/coupon/dotname_coupon_bg.png') no-repeat left top;}
.coupon_code_wrap input{float:left; width:230px; padding:8px 0; font-size:14px; font-family:Arial, Tahoma, Verdana, sans-serif; font-weight:bold; text-align:center; background-color:#eeeeee; border:none;}
.coupon_code_wrap a{display:inline-block; margin-left:6px; cursor:pointer;}*/

a.logout_btn{background:#ffffff; padding:3px 5px; border:1px solid #dcdcdc;}
a.logout_btn:hover{color:#555;}

/* 탭메뉴 리뉴얼 */
.new_tab.hosting{margin-top:20px;}
.new_tab{text-align:left;margin-bottom:20px;clear:both;overflow:hidden;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.new_tab ul{
	position: relative;    
    padding: 0;
    list-style: none;
	display:inline-block;
}
.new_tab ul:after{
	content:"";
	display:inline-block;
	width:1000%;
	height:4px;
	background:#d2d8d6;
	margin-top:-4px;
	margin-left:100%;
	position: absolute;
	bottom:0;
	left:0;
}
.new_tab ul li{
	margin: 0 0.5em;
s	position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
	float:left;
}
.new_tab ul li.active{z-index:2}
.new_tab ul li.active a{z-index:2}
.new_tab ul li.active a,.new_tab ul li.active a:hover{color:#fff}
.new_tab ul li.active a:after{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.new_tab ul li.active a:before{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #2c1939;
    content: '';
	-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    -webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
    transform: translate3d(0,100%,0) translate3d(0,-3px,0);
}
.new_tab ul li a:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #d2d8d6;
    content: '';
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    -webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
    transform: translate3d(0,100%,0) translate3d(0,-3px,0);
}

.new_tab ul li a:hover:after{
	background:#363636;
}
.new_tab ul li.active a:after{
	z-index:-1;
	background-color: #2c1939;
   /*  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(70%, #101010), color-stop(100%, #0e0e0e));
    background-image: -webkit-linear-gradient(top, #4d4d4d 0%, #101010 50%, #0e0e0e 100%)
    background-image: -moz-linear-gradient(top, #4d4d4d 0%, #101010 50%, #0e0e0e 100%);
    background-image: -ms-linear-gradient(top, #4d4d4d 0%, #101010 50%, #0e0e0e 100%);
    background-image: -o-linear-gradient(top, #4d4d4d 0%, #101010 50%, #0e0e0e 100%);
    background-image: linear-gradient(top, #4d4d4d 0%, #101010 50%, #0e0e0e 100%); */
    -webkit-box-shadow: inset 0 1px #4d4d4d, inset 0 0 0 1px #4d4d4d, 0 1px #4d4d4d, 0 3px #101010, 0 4px #0e0e0e, 0 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px #4d4d4d, inset 0 0 0 1px #4d4d4d, 0 1px #4d4d4d, 0 3px #101010, 0 4px #0e0e0e, 0 5px 2px rgba(0, 0, 0, 0.4);
}
.new_tab ul li a:hover{
	color:#363636;
}
.new_tab ul li:first-child a{border-left:1px solid #d2d8d6;}
.new_tab ul li a{
	position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
	padding: 0 30px;
    color: #74777b;
    font-weight: 600;
	font-size:16px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    border-radius: 3px 3px 0 0;
	font-family:'나눔고딕',sans-serif;
	cursor:pointer;
	border: 1px solid #d2d8d6;
	margin-right:-1px;
}
.new_tab ul li a span{
	vertical-align: middle;
}

.datawrap .data ul li span.select_icon:first-child{margin-left:0}
.datawrap .data ul li span.select_icon {float:left;margin-left:6px;width:17.5%;height:40px;padding:0;box-sizing:border-box;padding:5px;}
.datawrap .data ul li span.select_icon:before{display:none}
.datawrap .data ul li span.select_icon img{height:100%;}

.data2{margin-left:12px;display:table;width:760px;margin-top:20px}
.data2 .title{font-size:16px;margin-bottom:10px;display:inline-block;width:100%;color:#572f99;font-weight:bold; margin-left:5px;}
.data2 .indata{overflow:hidden;display:table;width:100%;border-bottom: 1px solid #ccc;padding: 10px;box-sizing: border-box;padding-left:0;padding-bottom:15px;}
.data2 .indata .icon,.data2 .ct{box-sizing:border-box;display:table-cell;vertical-align:middle}
.data2 .indata .icon{width:20%;text-align:center;border-right:1px dashed #ccc}
.data2 .indata .icon img{height:105px;}
.data2 .indata .ct{width:80%;padding-left:10px;}

.data2 .indata .ct table{border-color:#ccc;border:2px solid #ccc;width:100%;}
.data2 .indata .ct table.top{margin-bottom:10px}
.data2 .indata .ct table.data-table.active{border:2px solid #572f99;}
.data2 .indata .ct table.data-table.bottom-table{margin-bottom:0px;}
.data2 .indata .ct table tr th,.data2 .ct table tr td{border:1px solid #ccc;text-align:center;padding:6px 0}
.data2 .indata .ct table tr th{background:#f6f6f6;font-weight:normal}
.data2 .indata .ct table tr td.price{padding:6px 20px;font-size:11px;}
.data2 .indata .ct table tr td span{color:red;font-size:14px;font-weight:bold}
.data2 .indata .ct table tr td span.pre_price{text-decoration:line-through; color:#333333; font-size:13px;line-height:16px;}
.data2 .indata .ct table tr td span.normal{display:block; font-size:11px; font-weight:normal; color:#575757;}
.data2 .indata .ct table tr td.highlight{border-color:#0c85dc;border-width:2px;}
.data2 .indata .ct table tr:first-child td.highlight{border-bottom:1px solid #ccc;}
.data2 .indata .ct table tr:last-child td.highlight{border-top:1px solid #ccc}
.data2 .indata .ct table tr td.highlight2{text-decoration:underline;}

.data2 .indata .ct table tr:first-child td:last-child a{color:#572f99;border:1px solid #572f99;font-weight:bold;transition:.3s;padding:7px 15px;}
.data2 .indata .ct table tr:first-child td:last-child a:hover{background:#572f99;color:#fff;}
.data2 .indata.last-hosting{border-bottom:none;}

.mail_hosting_pirce .data2{display:inline-block;}

/*20180802*/
div.hosting_price_box span{font-weight:bold}
div.hosting_price_box span{float:left}
h3.webprice_tit {min-height:46px !important;}
h3 .price_day{color:#572f99;font-size:30px;margin-top:10px;display:inline-block}
.datawrap .data.web_hosting{height:377px!important}



/*20181211*/
.banner_bg{background-image:url(/assets/images/hosting/sms/181211_webfax_bg.jpg);width:760px;height:200px;padding:18px 34px;box-sizing:border-box;color:#000}
.banner_bg .tit p {font-size:15px;padding:5px 0 10px;line-height:32px}
.banner_bg h3{font-size:42px;color:#000;margin-left:0 !important;}
.banner_bg h3 span{font-size:18px;font-weight:normal}
.banner_bg .con {margin-top:29px;}
.banner_bg .con p {line-height:25px;font-size:15px;}
.banner_bg .con p img{margin-right:10px}

.banner_bg_fax{background-image:url(/assets/images/hosting/sms/181211_fax_bg.jpg);width:760px;height:200px;padding:18px 34px;box-sizing:border-box;color:#000}
.banner_bg_bici{background-image:url(/assets/images/hosting/sms/181211_bici_bg.jpg);}
.banner_bg_inco{background-image:url(/assets/images/hosting/sms/181211_incor.jpg);}
.banner_bg_hmpg{background-image:url(/assets/images/homepage/181211_homepg.jpg);}