@charset "UTF-8";
/*@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');*/
@import url('https://fonts.googleapis.com/css?family=Raleway:200,400,500,700,800');

/* reset css */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    overflow-x: auto;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    /*text-decoration: underline dotted; *//* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
    resize: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
    border: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}
img{
    max-width: 100%;
}
:lang(en) {
    font-family: "Raleway", arial, sans-serif;
}

html, body {
    font-family: "Noto Sans KR", "Apple SD Gothic", "맑은 고딕", "Gulim", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.025em;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    padding: 0;
}

h1, h2, h3, h4, h5, h6, ul, ol, p, dl, dd, figure {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans KR", "Apple SD Gothic", "맑은 고딕", "Gulim", sans-serif;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #999beb;
}

/*img{max-width: 100%;}*/
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both
}

.fln {
    float: none !important;
}

label {
    user-select: none;
}

/* 접근성(accessibility, a11y) 감춤 */
.a11y-hidden {
    overflow: hidden;
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    width: 1px !important;
    height: 1px !important;
    margin: -1px;
    border: 0;
    padding: 0;
}

caption.a11y-hidden {
    position: static !important;
}
.is-rwd-block{
    display: block;
}
/* iframe, embed, object 부모 요소에 설정 */
.rwd-media {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 0 !important;
}

/* img, video 요소에 설정 */
.rwd-image, .rwd-video {
    width: 100%;
    max-width: 100%; /* 비트맵 이미지의 경우 이미지 자체 크기보다 커지지 않게 설정 */
    height: auto;
}

/* 영상 화면 비율에 따른 멀티 클래스 */
.rwd-media.is-4x3 {
    padding-top: calc(3 / 4 * 100%);
}

.rwd-media.is-16x9 {
    padding-top: calc(9 / 16 * 100%);
}

.rwd-media.is-21x9 {
    padding-top: calc(9 / 21 * 100%);
}

/* .rwd-media 내부 iframe, embed, object 요소 설정 */
.rwd-media iframe,
.rwd-media object,
.rwd-media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

caption.a11y-hidden {
    position: static;
}

.ir {
    display: block;
    height: 0;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0.938rem;
}
/*배경색*/
.is-bg-color-1{
    background-color: #8e8bc4 !important;;
    color: #fff !important;;
}
.is-bg-color-2{
    background-color: #a58bc1 !important;
    color: #fff !important;;
}
.text-center {
    text-align: center;
}

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

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

.more_btn.borderd-box {
    border: 1px solid #bfcbde;
}

.draggable{
    cursor: hand;
}
#skipnavigation {
    position: absolute;
    left: 0;
    top: -1000px;
    width: 100%;
    height: 0;
    z-index: 1000;
    line-height: 0;
    font-size: 0;
}

#skipnavigation a {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

#skipnavigation a:focus, #skipnavigation a:hover, #skipnavigation a:active {
    position: absolute;
    left: 0;
    top: 1000px;
    display: block;
    height: 20px;
    background: #20262c;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
}

.ui.form .inline.fields .field > label {
    font-weight: 400;
}

header.header{
    position: relative;
    border-bottom: 1px solid #dedede;
}
header.header .top_menu {
    background-color: #6b6db2;
}
header.header .top_menu .member_func{
    float: right;
    color: #fff;
}
header.header .top_menu .member_func > a {
    color: inherit;
    line-height: 40px;
    font-size: 14px;
    margin: 0 10px;
}
header.header.fixed .top_menu{
    display: none;
}
header.header .top_menu .sitemap {
    float: right;
    margin-left: 10px;
    width: 96px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #2d2f7c;
    font-size: 15px;
}
header.header .header_func_menu .logo {
    float: left;
    margin-top: 20px;
}

header.header .header_func_menu .logo > a {
    display: block;
    width: 304px;
    height: 60px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/common/logo.png") 0 0 no-repeat;
}
header.header .mobile_search_toggle_btn{
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(../images/common/ico_search.png) 50% 50% no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    border: 0;
    cursor: pointer;
}
header.header .mobile_search_toggle_btn.active{
    background: url(../images/component/close_btn.png) 50% 50% no-repeat;
}
header.header .header_func_menu .search_input{
    float: right;
    margin: 20px 0 0 27.500000000000004%;  /*330 / 1200*/

}

header.header .header_func_menu form {
    position: relative;
}

header.header .header_func_menu .search_input input {
    width: 340px;
    height: 50px;
    padding: 0 5%;
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    background-color: #f4f4f4;
    border-radius: 50px;

}

header.header .header_func_menu .search_input input:focus {
    outline: none;
}

header.header .header_func_menu .search_input .search_btn {
    position: absolute;
    width: 26px;
    height: 26px;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    text-indent: -9999px;
    background: url("../images/common/ico_search.png") no-repeat;
    overflow: hidden;
    border: 0;
    cursor: pointer;
}

header.header .header_func_menu .member_menu {
    float: right;
    margin-top: 60px;
}

header.header .header_func_menu .member_menu > ul > li {
    float: left;
}

header.header .header_func_menu .member_menu > ul > li + li:before {
    display: inline-block;
    content: '/';
    padding: 0 8px;
}


header.header #gnb {width:100%; height:50px; background:#fff;
    margin-top: 14px; position:relative; z-index:10;
    -webkit-opacity:0.9; -moz-opacity:0.9; -ms-opacity:0.9; -o-opacity:0.9; opacity:0.9; filter:alpha(opacity=90); border-top: 1px solid #dedede;}
header.header #gnb .al_box {overflow:hidden;}

header.header #nav {padding:13px 0 0 0; position:relative; z-index:101;}
header.header #nav .mobile_member_menu_wrap{
    display: none;
    text-align: center;
}
header.header #nav ul {width:100%; height:auto; overflow:hidden;}
header.header #nav ul:after {content:""; display:block; clear:both;}
header.header #nav ul li {float:left; width:16.66666666666667%; text-align:center;}
header.header #nav ul li a {position: relative; display:block; font-size:18px; line-height:26px;     padding: 0 0 11px; color:#1e1e1e; font-weight:600; text-decoration:none; letter-spacing:-0.8px;}
header.header #nav > ul > li > a::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background-color: #2d2f7c;
    transition: all 0.3s ease;
}
header.header #nav > ul > li > a.ov::before{
    width: 80%;
}
header.header #nav ul li a.ov, header.header #nav ul li a:hover, header.header #nav ul li a:active {color:#2d2f7c;}
header.header #nav ul li ul {width:auto; padding:0 8%; display:none;}
header.header #nav ul li ul.ov {background: #8e8bc4;}
header.header #nav ul li ul li {float:none; width:auto; text-align:left; margin-top:5px;}
header.header #nav ul li ul li:first-child {padding-top:15px; margin-top:0;}
header.header #nav ul li ul li a {padding:0; height:auto; font-size:15px; line-height:19px; font-weight:normal; padding:4px 0; color:#fff; letter-spacing:-0.5px;}
header.header #nav ul li ul li a:hover{
   /* color: #ffa14b;*/
}
header.header #nav ul li ul li a strong {color:#000; font-weight:normal; display:inline-block; margin:0;}
header.header #nav ul li ul.ov li a strong{
    color: #fff;
}
header.header #nav ul li ul li a:hover strong, header.header #nav ul li ul li a:active strong {text-decoration:underline; color:#fff;}
header.header #nav ul li ul li ul {display:none;}
header.header #gnb #blind {width:100%; background: #fff; position:absolute; left:0; top: 50px; display:none; z-index:101; border-bottom: 1px solid #ddd;
    /*-webkit-opacity:0.9; -moz-opacity:0.9; -ms-opacity:0.9; -o-opacity:0.9; opacity:0.9; filter:alpha(opacity=90);*/}
header.header #gnb #blind span {display:block; max-width:1280px; height:100%; margin:0 auto;
    /*  -moz-opacity:0.5; -ms-opacity:0.5; -o-opacity:0.5; -webkit-opacity:0.5; opacity:0.5; filter:alpha(opacity=50);*/}

.toggle_btn {
    float: left;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #eaeaea;
    border-width: 0 2px 0 1px;
    cursor: pointer;
}

.mob_btn {
    display: none;
}

.toggle_btn span:first-child ~ span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    border-bottom: 2px solid #6b6db2;
    margin-top: -1px;
    margin-left: -12px;
}

.toggle_btn span:first-child + span {
    margin-top: -10px;
}

.toggle_btn span:first-child + span + span {
    margin-top: 9px;
}

.toggle_btn.on span:first-child ~ span {
    border-color: #fff;
}

.toggle_btn.on span:first-child + span {
    transform: rotate(45deg);
    margin-top: 0;
}

.toggle_btn.on span:first-child + span + span {
    transform: rotate(-45deg);
    margin-top: 0;
}

.toggle_btn.on span:first-child + span + span + span {
    display: none;
}

.blind-bg {
    display: none;
    position: absolute;
    width: 100%;
    top: 232px;
    left: 0;
    background-color: #fff;
    height: 360px;
    z-index: 10;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

main.main{
    position: relative;
}

/*footer*/

footer.footer {
    position: relative;
    margin: 0 auto;
    padding: 55px 0 85px;
    background-color: #9e90bf;
}

footer.footer .foot_logo {
    float: left;
    width: 275px;   /*275 / 1200*/
    height: 54px;
    background: url("../images/common/foot_logo_w.png") no-repeat;
    text-indent: -9999px;
}

footer.footer .foot_info_wrap {
    float: left;
    width: 67.66666666666666%;  /*812 / 1200*/
    margin-left: 2.833333333333333%;   /*34 / 1200*/
    color: #fff;
    letter-spacing: -1px;
}

footer.footer .foot_info_wrap dl {

}

footer.footer .foot_info_wrap dl > dt {
    float: left;
    margin-left: 22px;
}

footer.footer .foot_info_wrap dl > dt:first-child {
    margin-left: 0;
}

footer.footer .foot_info_wrap dl > dt.a11y-hidden + dd {
    margin-left: 0;
}

footer.footer .foot_info_wrap dl > dd {
    float: left;
    margin-left: 5px;
}

footer.footer .copyright {
    margin-top: 22px;
}

/* quick_menu */

aside.quick-menu {
    position: fixed;
    top: 50%;
    transform: translateX(196px) translateY(-50%);
    left: auto !important;
    right: 0;
    width: 196px;
    background-color: #6b6db2;
    z-index: 20;
    transition: transform 0.3s linear;
}

aside.quick-menu.on {
    transform: translateX(0) translateY(-50%);
}

aside.quick-menu > ul.favorite_quick_menu{
    background-color: #9c9ed3;
    border-top: 0;
}
aside.quick-menu > ul.favorite_quick_menu > li{
    padding: 7px 0 8px 15px;
}
aside.quick-menu > ul.favorite_quick_menu > li a {
    color: #fff;
}
aside.quick-menu > ul.favorite_quick_menu > li > strong{
    display: block;
}
aside.quick-menu > ul.favorite_quick_menu > li > strong > a{
    display: block;
}
aside.quick-menu > ul.favorite_quick_menu > li > strong > a::before{
    content: '- ';
    color: #fff;
}
aside.quick-menu > ul.favorite_quick_menu > li .favorite_quick_depth2{
    display: none;
}
aside.quick-menu > ul.favorite_quick_menu > li .favorite_quick_depth2 > li{
    padding-left: 10px;
    font-size: 14px;
}
aside.quick-menu > ul {
    padding: 0 8px;
    border-top: 1px solid #fff;
}

aside.quick-menu > ul > li {
    box-sizing: border-box;
}

aside.quick-menu > ul > li + li {
    border-top: 1px solid #fff;
}

aside.quick-menu > ul > li > a {
    position: relative;
    display: block;
    height: 60px;
    padding-left: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

aside.quick-menu > ul > li > a > .quick_ico {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: 50% 50% no-repeat;
    background-size: 25px 25px;
    overflow: hidden;
    transition: all 0.2s linear;
}


aside.quick-menu > ul > li:hover > a > .quick_ico {
    transform: translate(-3px, -50%);
}

aside.quick-menu > ul > li > a > .quick_ico.qi1 {
    background-image: url("../images/common/quick_ico_1.png");
}

aside.quick-menu > ul > li > a > .quick_ico.qi2 {
    background-image: url("../images/common/quick_ico_2.png");
}

aside.quick-menu > ul > li > a > .quick_ico.qi3 {
    background-image: url("../images/common/quick_ico_3.png");
}

aside.quick-menu > ul > li > a > .quick_ico.qi4 {
    background-image: url("../images/common/quick_ico_4.png");
}

aside.quick-menu > ul > li > a > .quick_ico.qi5 {
    background-image: url("../images/common/quick_ico_5.png");
}

aside.quick-menu > ul > li > a > .quick_ico.qi6 {
    background-image: url("../images/common/quick_ico_6.png");
}

aside.quick-menu > ul > li > a > .quick_ico.fv_ico{
    background-image: url("../images/common/quick_ico_fv.png");
}
aside.quick-menu .quick_edit_wrap{
    padding: 0 8px;
    background: #a58bc1;
}
aside.quick-menu .quick_edit{
    display: block;
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    border: 0;
    background: none;
    cursor: pointer;
    font-size: 17px;
    box-sizing: border-box;
}
aside.quick-menu .quick_top {
    display: block;
    width: 100%;
    height: 37px;
    padding-right: 10px;
    line-height: 37px;
    text-align: center;
    background: url("../images/common/quick_top.png") #2d2f7c 118px 18px no-repeat;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 17px;
    box-sizing: border-box;
}

aside.quick-menu .toggle_quick {
    position: absolute;
    top: 50%;
    left: -34px;
    transform: translateY(-50%);
    width: 34px;
    height: 99px;
    cursor: pointer;
    background-color: #6b6db2;
    color: #fff;
    border: 0;
    text-align: center;
}

aside.quick-menu .toggle_quick:focus, aside.quick-menu .toggle_quick:active {
    outline: none;
}

aside.quick-menu .toggle_quick > span.toggle_tit {
    display: block;
    margin-top: -30px;
    transform: rotate(90deg);
    font-size: 14px;
}

aside.quick-menu .toggle_quick > span.bar-tray {
    position: relative;
    top: 35px;
    display: block;
    z-index: 10;
}

aside.quick-menu .toggle_quick > span.bar-tray > span.bar {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 1px;
    background: #fff;
    transition: all 0.4s 0.5s ease;
}

aside.quick-menu .toggle_quick > span.bar-tray > span.bar.top-bar {
    transform: rotate(-45deg);
}

aside.quick-menu .toggle_quick > span.bar-tray > span.bar.bottom-bar {
    top: 7px;
    transform: rotate(45deg);
}

aside.quick-menu.on .toggle_quick > span.bar-tray > span.bar.top-bar {
    transform: rotate(45deg);
}

aside.quick-menu.on .toggle_quick > span.bar-tray > span.bar.bottom-bar {
    top: 7px;
    transform: rotate(-45deg);
}
.favorite_service_modal *{
    font-family: "Dotum","Gulim", "돋움", "굴림", sans-serif;
}
.favorite_service_modal .favorite_service_row + .favorite_service_row{
    margin-top: 15px;
}
.favorite_service_modal .favorite_service_row .favorite_service_list{
    margin-top: 10px;
}
.favorite_service_modal .favorite_service_row .favorite_service_list > li{
    float: left;
    width: 33.3333%;
    padding: 0 2%;
    margin-bottom: 5px;
}
.favorite_service_modal .favorite_service_row .favorite_service_list > li label{
    font-size: 13px;
    cursor: pointer;
}
.favorite_service_modal .btn_wrap{
    margin-top: 20px;
}
.favorite_service_modal .btn_wrap .modal_btn{
    width: 100px;
    height: 25px;
    padding: 0;
    line-height: 25px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #1e1e1e;
    background: none;
    font-family: "굴림", sans-serif;
}
.favorite_service_modal .btn_wrap .modal_btn.default_btn,
.favorite_service_modal .btn_wrap .modal_btn.save_btn{
    float: left;
}
.favorite_service_modal .btn_wrap .modal_btn.save_btn{
    margin-left: 4px;
}
.favorite_service_modal .btn_wrap .modal_btn.close_btn{
    float: right;
}

/* no style */
.none {display:none !important;}
.mar_no {margin:0 !important;}
.padd_no {padding:0 !important;}
.bold_no {font-weight:normal !important;}
.bg_no {background:none !important;}

/* margin */
.mt_0 {margin-top:0px !important;}
.mt_5 {margin-top:5px !important;}
.mt_10 {margin-top:10px !important;}
.mt_15 {margin-top:15px !important;}
.mt_20 {margin-top:20px !important;}
.mt_25 {margin-top:25px !important;}
.mt_30 {margin-top:30px !important;}
.mt_35 {margin-top:35px !important;}
.mt_40 {margin-top:40px !important;}
.mt_45 {margin-top:45px !important;}
.mt_50 {margin-top:50px !important;}
.mt_55 {margin-top:55px !important;}
.mt_60 {margin-top:60px !important;}
.mr_0 {margin-right:0px !important;}
.mr_5 {margin-right:5px !important;}
.mr_10 {margin-right:10px !important;}
.mr_15 {margin-right:15px !important;}
.mr_20 {margin-right:20px !important;}
.mr_25 {margin-right:25px !important;}
.mr_30 {margin-right:30px !important;}
.mr_35 {margin-right:35px !important;}
.mr_40 {margin-right:40px !important;}
.mr_45 {margin-right:45px !important;}
.mr_50 {margin-right:50px !important;}
.mr_55 {margin-right:55px !important;}
.mr_60 {margin-right:60px !important;}
.mb_0 {margin-bottom:0px !important;}
.mb_5 {margin-bottom:5px !important;}
.mb_10 {margin-bottom:10px !important;}
.mb_15 {margin-bottom:15px !important;}
.mb_20 {margin-bottom:20px !important;}
.mb_25 {margin-bottom:25px !important;}
.mb_30 {margin-bottom:30px !important;}
.mb_35 {margin-bottom:35px !important;}
.mb_40 {margin-bottom:40px !important;}
.mb_45 {margin-bottom:45px !important;}
.mb_50 {margin-bottom:50px !important;}
.mb_55 {margin-bottom:55px !important;}
.mb_60 {margin-bottom:60px !important;}
.ml_0 {margin-left:0px !important;}
.ml_5 {margin-left:5px !important;}
.ml_10 {margin-left:10px !important;}
.ml_15 {margin-left:15px !important;}
.ml_20 {margin-left:20px !important;}
.ml_25 {margin-left:25px !important;}
.ml_30 {margin-left:30px !important;}
.ml_35 {margin-left:35px !important;}
.ml_40 {margin-left:40px !important;}
.ml_45 {margin-left:45px !important;}
.ml_50 {margin-left:50px !important;}
.ml_55 {margin-left:55px !important;}
.ml_60 {margin-left:60px !important;}


/* padding */
.pt_0 {padding-top:0px !important;}
.pt_5 {padding-top:5px !important;}
.pt_10 {padding-top:10px !important;}
.pt_15 {padding-top:15px !important;}
.pt_20 {padding-top:20px !important;}
.pt_25 {padding-top:25px !important;}
.pt_30 {padding-top:30px !important;}
.pt_35 {padding-top:35px !important;}
.pt_40 {padding-top:40px !important;}
.pt_45 {padding-top:45px !important;}
.pt_50 {padding-top:50px !important;}
.pt_55 {padding-top:55px !important;}
.pt_60 {padding-top:60px !important;}
.pr_0 {padding-right:0px !important;}
.pr_5 {padding-right:5px !important;}
.pr_10 {padding-right:10px !important;}
.pr_15 {padding-right:15px !important;}
.pr_20 {padding-right:20px !important;}
.pr_25 {padding-right:25px !important;}
.pr_30 {padding-right:30px !important;}
.pr_35 {padding-right:35px !important;}
.pr_40 {padding-right:40px !important;}
.pr_45 {padding-right:45px !important;}
.pr_50 {padding-right:50px !important;}
.pr_55 {padding-right:55px !important;}
.pr_60 {padding-right:60px !important;}
.pb_0 {padding-bottom:0px !important;}
.pb_5 {padding-bottom:5px !important;}
.pb_10 {padding-bottom:10px !important;}
.pb_15 {padding-bottom:15px !important;}
.pb_20 {padding-bottom:20px !important;}
.pb_25 {padding-bottom:25px !important;}
.pb_30 {padding-bottom:30px !important;}
.pb_35 {padding-bottom:35px !important;}
.pb_40 {padding-bottom:40px !important;}
.pb_45 {padding-bottom:45px !important;}
.pb_50 {padding-bottom:50px !important;}
.pb_55 {padding-bottom:55px !important;}
.pb_60 {padding-bottom:60px !important;}
.pl_0 {padding-left:0px !important;}
.pl_5 {padding-left:5px !important;}
.pl_10 {padding-left:10px !important;}
.pl_15 {padding-left:15px !important;}
.pl_20 {padding-left:20px !important;}
.pl_25 {padding-left:25px !important;}
.pl_30 {padding-left:30px !important;}
.pl_35 {padding-left:35px !important;}
.pl_40 {padding-left:40px !important;}
.pl_45 {padding-left:45px !important;}
.pl_50 {padding-left:50px !important;}
.pl_55 {padding-left:55px !important;}
.pl_60 {padding-left:60px !important;}


@media print {
    header.header .header_func_menu .logo{
        display: block !important;
        position: fixed;
        left: 50% !important;
        top: 0 !important;
        transform: translateX(-50%) !important;
    }
    header.header .header_func_menu .logo > a {
        display: block;
        width:  auto;
        height: auto;
        text-indent: 0;
        overflow: hidden;
        background: none;
    }
    header.header .top_menu,
    header.header .header_func_menu .search_input,
    .lnb,
    .page_bnr,
    #gnb,
    .breadcrumb,
    .sub_tit,
    footer.footer,
    aside.quick-menu,
    .board_nav,
    .board_wrap .btn_wrap,
    .board_btn_wrap{
        display: none !important;
    }
    .inner_content{
        float: none !important;
        width: 95% !important;
        margin: 150px auto 0 !important;
    }

    table.board_view th, table.board_view td {
        border: 1px solid #c6c6c6;
    }
}

input[type=text]::-ms-clear { display: none; }
img {-ms-interpolation-mode:bicubic;}


/* bank_banner */
aside.bank_banner {width: 255px; position: fixed; right: 15px; bottom: 15px; padding: 20px; background: #fff; filter: alpha(opacity=90); /*IE5~7, 8~9 */ opacity:0.9 /*Modern Browser*/; z-index: 999}
aside.bank_banner.not-fix{display:none;}
aside.bank_banner h3 {text-align: center;}
aside.bank_banner h3 span {display: none;}
aside.bank_banner div ul {padding: 10px 0;}
aside.bank_banner div ul li {list-style: none; letter-spacing: -0.5px;}
aside.bank_banner div ul li:first-child {color: #8081be; font-size: 17px; font-weight: 500;}
aside.bank_banner div ul:nth-child(1) {border-bottom: 2px dashed #ddd;}
aside.bank_banner div ul:nth-child(1) li:nth-child(2) {font-size: 26px; font-weight: 800;}
aside.bank_banner div ul:nth-child(1) li:nth-child(3) {font-size: 18px; font-weight: normal;}
aside.bank_banner div ul:nth-child(2) li:nth-child(2) {color: #edaf33; font-size: 23px; font-weight: 800;}
@media screen and (max-width: 580px){
    aside.bank_banner {width: 100%; right: 0; bottom: 0; padding: 0; filter: alpha(opacity=80); /*IE5~7, 8~9 */ opacity:0.8 /*Modern Browser*/;}
    aside.bank_banner h3 img {display: none;}
    aside.bank_banner h3 span {display: block; font-size: 17px;}
    aside.bank_banner div {overflow: hidden;}
    aside.bank_banner div ul {float: left; width: 49.5%; padding: 5px 0;}
    aside.bank_banner div ul:nth-child(1) {border-right: 1px dashed #ddd; border-bottom: none;}
    aside.bank_banner div ul li {text-align: center;}
}
@media screen and (max-width: 480px){aside.bank_banner div ul:nth-child(1) li:nth-child(3)
    aside.bank_banner div ul li:first-child,
    aside.bank_banner div ul:nth-child(2) li:nth-child(2) {color: #333;}
    aside.bank_banner div ul:nth-child(1) li:nth-child(2),
    aside.bank_banner div ul:nth-child(2) li:nth-child(2) {font-size: 5vw;}
    aside.bank_banner div ul:nth-child(1) li:nth-child(3) {font-size: 4vw;}
}