@charset "utf-8";
.inner {
    width: 1280px;
    margin: auto;
    position: relative;
}

.inner.w1000 {
    width: 1000px;
}

.inner.w720 {
    width: 720px;
}

#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    background-color: #fff;
}

#wrap.dimd:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 900
}

/* —————————————————————————————————————
 * quick
/* ————————————————————————————————————— */
#quick {
    width: 78px;
    text-align: center;
    position: fixed;
    bottom: 45%;
    right: 0;
    z-index: 1000
}

#quick ul li {
    position: relative
}

#quick ul li.li_01 {
    background-color: #50749d;
    border-top-left-radius: 4px
}

#quick ul li.li_02 {
    background-color: #007499
}

#quick ul li.li_03 {
    background-color: #009CA3;
    border-bottom-left-radius: 4px
}

#quick a {
    height: 78px;
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    padding: 15px 0 14px
}

#quick a i {
    display: inline-block;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.8)
}

#quick a p {
    font-size: 13px;
    line-height: 18px;
    margin-top: 6px
}

#quick a em.cnt {
    display: inline-block;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    border-radius: 13px;
    background: #fff;
    color: #007499;
    padding: 0 4px;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px
}

/* lpSearch */
#quick .lpSearch {
    width: 400px;
    height: 78px;
    text-align: left;
    background: #244d7e;
    border-radius: 4px 0 0 4px;
    position: absolute;
    top: 0;
    right: -400px
}

#quick .lpSearch .lpSearchClose {
    width: 78px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    color: rgba(255, 255, 255, 0.5);
    font-size: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.08)
}

#quick .lpSearch .sch_area {
    position: relative;
    padding: 0 78px 0 70px;
    z-index: 9
}

#quick .lpSearch .sch_area button {
    width: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

#quick .lpSearch .sch_area button i {
    font-size: 26px;
    color: #fff
}

#quick .lpSearch .sch_area input::-webkit-input-placeholder {
    color: #6694af
}

#quick .lpSearch .sch_area input:-moz-placeholder {
    color: #6694af;
    opacity: 1
}

#quick .lpSearch .sch_area input::-moz-placeholder {
    color: #6694af;
    opacity: 1
}

#quick .lpSearch .sch_area input:-ms-input-placeholder {
    color: #6694af
}

#quick .lpSearch .sch_area input:placeholder-shown {
    color: #6694af
}

#quick .lpSearch .sch_area input {
    width: 100%;
    height: 78px;
    font-size: 16px;
    line-height: 22px;
    padding: 28px 10px 28px 0;
    color: #fff;
    letter-spacing: -0.025em
}

/* btn_goTop */
#quick .btn_goTop {
    width: 100%;
    position: absolute;
    bottom: -54px;
    right: 0;
    opacity: 0;
    transform: translate(78px, 0px);
    -webkit-transform: translate(78px, 0px);
    transition: all 0.6s cubic-bezier(.5, -0.02, 0, .99);
    -webkit-transition: all 0.6s cubic-bezier(.5, -0.02, 0, .99)
}

.scrolled #quick .btn_goTop {
    opacity: 1;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px)
}

#quick .btn_goTop button {
    width: 100%;
    height: 48px;
    display: block;
    border: 1px solid #e4e4e4;
    border-right: 0;
    background: url("../img/btn_top.png") no-repeat center center #fff;
    -webkit-background-size: 23px auto;
    background-size: 23px auto;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}


/* —————————————————————————————————————
 * header
/* ————————————————————————————————————— */
#header {
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    transition: all 0.2s linear;
}

#header .header_wrap {
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 9000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
}

/* hd_top */
#header .hd_top {
    position: relative
}

#header .hd_top .inner {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .hd_top .inner:after {
    display: none;
}

#header .hd_top .inner > div {
    flex: 0 1 auto;
}

/* h_logo */
#header .h_logo a {
    display: block;
    width: 138px;
}

#header .h_logo a img {
    width: 100%;
    height: auto;
}

/* h_call */
#header .h_call h3 {
    font-size: 13px;
    color: #868e96;
}

#header .h_call p {
    color: #50749d;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 3px;
}

/* plan */
.plan .plan_title h2{
    border-bottom: 5px solid #50749d;
}

/* h_plan */
#header .h_plan {
    position: absolute;
    right: 250px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
}

/* h_sch */
#header .h_sch .sch_area {
    width: 220px;
    position: relative;
    padding-right: 40px;
    padding-top: 2px;
    border-bottom: 2px solid #50749d
}

#header .h_sch .sch_area input {
    width: 100%;
    height: 38px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    background: transparent;
}

/* input=search 커스텀 삭제(x버튼) */
input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}


#header .h_sch .sch_area button {
    font-size: 22px;
    line-height: 1;
    color: #50749d;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

/* hd_gnb */
#header .hd_gnb {
    text-align: center;
    background: #FFF;
    border-top: 1px solid #EEE;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

#header .hd_gnb .inner {
    font-size: 0;
    width: 1200px;
}

#header .hd_gnb .inner > ul {
    display: flex;
    justify-content: space-between;
}

#header .hd_gnb .inner > ul:after {
    display: none;
}

#header .hd_gnb .inner > ul > li {
    position: relative;
}

#header .hd_gnb .inner > ul > li:first-child {
    margin-left: 0
}

#header .hd_gnb .inner > ul > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 55px;
    color: #2d2d2d;
}

#header .hd_gnb .inner > ul > li > a:before {
    content: '';
    display: inline-block;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    background: #50749d;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#header .hd_gnb .inner > ul > li:hover > a,
#header .hd_gnb .inner > ul > li.active > a {
    color: #2b2b2b !important
}

#header .hd_gnb .inner > ul > li:hover > a:before,
#header .hd_gnb .inner > ul > li.active > a:before {
    right: 0
}

#header .hd_gnb .inner > ul > li:hover .gnb_subCate {
    display: block !important
}

#header .hd_gnb .gnb_subCate {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 200px;
    padding: 0 24px 24px;
    margin-left: -24px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms
}

#header .hd_gnb .gnb_subCate ul li {
    padding-top: 20px
}

#header .hd_gnb .gnb_subCate ul li a {
    display: block;
    font-size: 16px;
    line-height: 24px
}

#header .hd_gnb .gnb_subCate ul li a:hover {
    color: #50749d;
}

#header .hd_gnb ul.gnb_r {
    position: relative;
    margin-left: 35px;
    padding-left: 35px;
}

#header .hd_gnb ul.gnb_r:before {
    content: '';
    width: 1px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background: #ccc;
}

#header .hd_gnb .inner > ul.gnb_r > li > a {
    color: #6d7379
}

#header.scrolled {
    top: -100px;
}

/* —————————————————————————————————————
 * container
/* ————————————————————————————————————— */
#container {
    width: 100%;
    position: relative;
    z-index: 2;
    padding-top: 156px;
    transition: all 0.2s ease-in;
}

/* pageTit */
#contents .pageTit {
    padding: 80px 0 30px
}

#contents .pageTit h2 {
    text-align: center;
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
}

#contents .pageTit p {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    color: #888;
    font-weight: 300
}

#contents .pageTit h2 span {
    line-height: 38px;
}

.prodList_none p em {
    line-height: 30px;
}

/* pageTabs */
#contents .pageTabs {
    text-align: center;
    margin: 10px 0 40px
}

#contents .pageTabs ul {
    font-size: 0
}

#contents .pageTabs ul li {
    display: inline-block;
    position: relative;
    padding: 0 30px
}

#contents .pageTabs ul li:before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #dee2e6;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px
}

#contents .pageTabs ul li:first-child:before {
    display: none
}

#contents .pageTabs ul li a {
    display: block;
    font-size: 24px;
    color: #adb5bd
}

#contents .pageTabs ul li a:hover,
#contents .pageTabs ul li.active a {
    color: #244d7e;
}

/* page_location */
.page_location {
    padding: 10px 0
}

.page_location ul {
    font-size: 0
}

.page_location ul li {
    display: inline-block;
    margin-left: 8px;
    line-height: 30px
}

.page_location ul li:first-child {
    margin-left: 0
}

.page_location ul li:before {
    content: '/';
    display: inline-block;
    font-size: 13px;
    margin-right: 8px;
    color: #aaa;
    vertical-align: middle
}

.page_location ul li:first-child:before {
    display: none
}

.page_location ul li a {
    display: inline-block;
    font-size: 13px
}

.page_location ul li a:hover {
    color: #244d7e;
    text-decoration: underline
}

.inner.w860 {
    width: 860px;
}

/* —————————————————————————————————————
 * footer
/* ————————————————————————————————————— */
#footer {
    position: relative;
    padding: 35px 0;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    color: #777;
    letter-spacing: -0.01em;
    margin-top: 30px;
}

#footer h3.ft_tit {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #999;
    background-color: #eee;
    padding: 0 8px;
    border-radius: 3px;
    margin-bottom: 10px;
    text-transform: uppercase
}

/* ft_sec */
#footer .ft_sec {
    float: left
}

#footer .ft_sec01 {
    width: 25%
}

#footer .ft_sec02 {
    width: 50%
}

#footer .ft_sec03 {
    width: 25%;
    text-align: right
}

/* ft_center */
#footer .ft_center p {
    font-size: 36px;
    font-weight: 700;
    color: #50749d;
    line-height: 1.3
}

#footer .ft_center span {
    display: block;
    margin-top: 6px
}

/* ft_information */
#footer .ft_information {
    margin-top: 20px
}

#footer .ft_information dl {
    font-size: 0
}

#footer .ft_information dl dd,
#footer .ft_information dl dt {
    display: inline-block;
    font-size: 13px
}

#footer .ft_information dl dt {
    color: #aaa;
    margin-left: 20px
}

#footer .ft_information dl dt:first-child {
    margin-left: 0
}

#footer .ft_information dl dd {
    margin-left: 8px
}

/* ft_address */
#footer .ft_address {
    margin-top: 20px
}

/* ft_menu */
#footer .ft_menu ul {
    font-size: 0
}

#footer .ft_menu ul li a {
    display: inline-block;
    width: 138px;
}

#footer .ft_menu ul li img {
    width: 100%;
    height: auto;
}

/* ft_copyright */
#footer .ft_copyright {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #bbb;
    position: absolute;
    right: 0;
    bottom: 0
}

/* KB_esc */
#footer .KB_esc {
    position: absolute;
    bottom: 40px;
    right: 0
}

#footer .KB_esc img {
    width: 60px;
    height: auto
}


/* —————————————————————————————————————
 * sticky_inquiry | 하단 고정 상담바
/* ————————————————————————————————————— */
.business #sticky_inquiry {
    display: none !important
}

#sticky_inquiry {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.lastScroll #sticky_inquiry {
    bottom: -110px
}

#sticky_inquiry .inquiry_bar {
    height: 90px;
    border-radius: 15px;
    line-height: 90px;
    font-size: 0;
    position: relative;
    background: #50749d;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    display: flex;
    justify-content: center;
}

#sticky_inquiry .inquiry_bar .call,
#sticky_inquiry .inquiry_bar .form {
    text-align: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5
}

#sticky_inquiry .inquiry_bar .call {
    position: relative;
    margin-top: 18px;
    padding: 0 46px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

#sticky_inquiry .inquiry_bar .call i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px
}

#sticky_inquiry .inquiry_bar .call h3 {
    font-size: 14px
}

#sticky_inquiry .inquiry_bar .call p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 2px
}

#sticky_inquiry .inquiry_bar .form {
    margin-left: 40px;
}

#sticky_inquiry .inquiry_bar .form .inputType_1 {
    float: left;
    margin: 23px 0 0 10px
}

#sticky_inquiry .inquiry_bar .form .inputType_1 input {
    width: 180px;
    height: 44px;
    line-height: 20px;
    padding: 10px 15px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.06)
}

#sticky_inquiry .inquiry_bar .form .inputType_1 input::-webkit-input-placeholder {
    color: #fff;
}

#sticky_inquiry .inquiry_bar .form .inputType_1.tel input {
    width: 220px
}

#sticky_inquiry .inquiry_bar .form .checksType_1 {
    margin-left: 15px;
}

#sticky_inquiry .inquiry_bar .form .checksType_1 label {
    padding-left: 26px
}

#sticky_inquiry .inquiry_bar .form .checksType_1 label:before {
    top: 50%;
    margin-top: -9px;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.2);
    width: 12px;
    height: 12px;
    background-image: none;
}

#sticky_inquiry .inquiry_bar .form .checksType_1.on label:before {
    border: 1px solid rgba(255, 255, 255, 1) !important;
    background: url('../img/ico_ckbox.png') no-repeat center center transparent;
}

#sticky_inquiry .inquiry_bar .form .checksType_1.checks label:before {
    background-size: 8px 8px;
}

#sticky_inquiry .inquiry_bar .form .checksType_1 label p {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    padding-left: 0;

}

#sticky_inquiry .inquiry_bar .form .checksType_1 label em {
    display: inline-block;
    color: #efefef;
    border-bottom: 1px solid;
    float: none;
    margin: 0
}

#sticky_inquiry .inquiry_bar .form .checksType_1 .agree_info {
    width: 520px;
    color: #fff;
    bottom: 100%;
    right: -200px;
    margin-bottom: 12px;
}

.order_prod .checksType_1 .agree_info {
    width: 520px;
}

#sticky_inquiry .inquiry_bar .form .btn {
    width: 180px;
    margin: 20px 0 0 20px
}

.bottom_check_wrap {
    float: left;
    margin: 33px 0 0 10px;
}

/* —————————————————————————————————————
 * Floating
/* ————————————————————————————————————— */
.floating {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 1000;
    opacity: 0;
    transform: translate(80px, 0px);
    -webkit-transform: translate(80px, 0px);
    transition: all 0.6s cubic-bezier(.5, -0.02, 0, .99);
    -webkit-transition: all 0.6s cubic-bezier(.5, -0.02, 0, .99)
}

.scrolled .floating {
    opacity: 1;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px)
}

.floating button {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid;
    margin-top: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.floating button.btn_top {
    border-color: #e4e4e4;
    background: url("../img/btn_top.png") no-repeat center center #fff;
    -webkit-background-size: 23px auto;
    background-size: 23px auto;
}

.floating button.btn_kakao {
    border-color: #ffcf00;
    background: url("../img/ico_kakao.png") no-repeat center center #ffde00;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;

}


/* —————————————————————————————————————
 * Policy
/* ————————————————————————————————————— */
.policy_wrap {
    background: #fafafa;
    width: 1280px;
    margin: 100px auto;
    padding: 50px;
    border-radius: 25px;
}

.policy_wrap .pg_tit {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #aaa;
}

.policy_wrap .pg_tit span {
    font-size: 24px;
    color: #101010;
}

.policy_wrap .pg_nav,
.policy_wrap .pg_nav a {
    color: #aaa;
    font-size: 15px;
    line-height: 36px;
    vertical-align: middle;
}
