/* 기본 세팅 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'OneShinhan', '원신한', 'Malgun Gothic', '맑은 고딕';
    color: #1c1c1c;
    font-weight: 300;
    line-height: 1;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    cursor: pointer;
    background-color: transparent;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

.hidden {
    display: none;
}


/* Mobile 버전 */
.moible-w {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
}

.cont-wbox {
    padding: 0 4%;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 9;
    transition: background-color 0.15s ease-out;
}

.topWrap {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 4%;
    width: 96%;
    z-index: 10;
}

h1.logo {
    padding-top: 12px;
}

.logo-link {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-link-text {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}

.brand-divider {
    padding-left: 10px;
    padding-right: 10px;
}

.brand-image {
    width: 25%;
    height: 25%;
}

.header.sticky .brand-image {
    content: url('/img/index/common/logo-on.png?3');
}

.header.sticky .nav-link-text {
    color: #222;
    opacity: 0.5;
}

.header.sticky .logo .nav-link-text {
    color: #0046ff;
    opacity: 1;
}

.header .icoBtn_appMenu {
    display: inline-block;
    position: absolute;
    right: 3%;
    top: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    overflow: hidden;
    width: 48px;
    height: 48px;
}

.header .icoBtn_appMenu span {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 22px;
    left: 50%;
    top: 50%;
    border: 0;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    clip: auto;
    clip-path: none;
    transform: translate(-50%, -50%);
}

.icoBtn_appMenu span:before,
.icoBtn_appMenu span:after,
.icoBtn_appMenu:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 0;
    border: 1px solid #fff;
    transition: all 0.15s ease-out;
}

.icoBtn_appMenu span:before {
    top: 0;
}

.icoBtn_appMenu span:after {
    bottom: 0;
}

.header .icoBtn_appMenu:after {
    content: '';
    position: absolute;
    left: 35%;
    top: 50%;
    width: 19px;
    height: 0;
    border: 1px solid #fff;
    margin-top: -1px;
    transition: all 0.15s ease-in-out;
}

.header.sticky {
    position: sticky;
}

.header.sticky h1.logo {
    top: 24px;
}

.header.sticky:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.1);
}

.header.sticky .topWrap {
    top: 15px;
}

.header.sticky .icoBtn_appMenu span:before,
.header.sticky .icoBtn_appMenu span:after,
.header.sticky .icoBtn_appMenu:after {
    border-color: #222;
}

/* menu open */
.sidebar_menu {
    display: none;
    width: 100%;
    height: 100%;
    background: #f5f4f9;
    position: fixed;
    top: 0;
    right: -50%;
    z-index: 999;
    padding: 8% 7%;
    transition: all 0.2s;
    overflow-y: scroll;
}

.side-top {
    overflow: hidden;
    margin-bottom: 9%;
}

.sidebar_menu h1 {
    padding-top: 0;
    float: left;
    width: 100%;
}

.sidebar_menu .nav-link-text {
    color: #0046ff;
}

.close_btn {
    position: absolute;
    right: 7%;
    display: block;
    width: 6%;
    float: right;
}

.subWrap .depth1 li a {
    font-size: 2rem;
    margin-bottom: 9%;
}

.subWrap .depth1 li {
    line-height: 1.7;
    margin-bottom: 6%;
}

.subWrap .depth1 li .depth2 li {
    margin-bottom: 0;
}

.subWrap .depth1 li .depth2 li a {
    position: relative;
    color: #666;
    font-size: 1.4rem;
    padding-left: 1rem;
    word-break: keep-all;
}

.subWrap .depth1 li .depth2 li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
    background-color: #666;
    border-radius: 50%;
    margin-top: 15px;
}



#content-w {
    position: relative;
}

.mainVisual {
    position: relative;
}

.mainVisual:before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 0;
    width: 0;
    border-width: 0 0 120px 120px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.mainVisual .decoSymbol {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    z-index: 2;
}

.mainVisual .decoSymbol:before,
.mainVisual .decoSymbol:after {
    content: '';
    position: absolute;
    top: 0;
    background-color: #0046ff;
}

.mainVisual .decoSymbol:before {
    right: 30px;
    width: 90px;
    height: 30px;
}

.mainVisual .decoSymbol:after {
    right: 0;
    width: 30px;
    height: 120px;
}

.title {
    position: absolute;
    top: 15%;
    z-index: 2;
}

.title.main-tit {
    width: 75%;
}

.title-image {
    display: block;
}

/* */


.box-wrapper {
    width: 93%;
    margin: 3rem auto 0 auto;
}

.box-w {
    background-color: #fff;
    padding: 3rem 1.6rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.2);
}

.form-title {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 1.5rem;
    font-weight: 400;
}

.input-list {
    overflow: hidden;
}

.input-list li {
    display: grid;
    grid-template-columns: 20% 80%;
    margin-bottom: .5rem;
}

.input-list li .inl-02 {
    display: grid;
    grid-template-columns: 76% 25%;
}

.input-list .bf-tit {
    display: block;
    float: left;
    font-weight: 300;
    font-size: .95rem;
    letter-spacing: -0.5px;
    padding-top: .7rem;
}

.input-list li input {
    border: 1px solid #afafaf;
    border-radius: 2px;
    font-size: 1rem;
    padding: .8rem;
    width: 99%;
}

.input-list li input.input-name {
    width: 97%;
}

.input-list li input::placeholder {
    color: #afafaf;
    font-size: .95rem;
}

button.main01_wm {
    background-color: #fff;
    border: 1px solid #afafaf;
    border-radius: 2px;
    font-size: 1.1rem;
    font-weight: 400;
    padding: .95rem 1rem;
}

button.m_icon.btn_on,
button.w_icon.btn_on {
    background-color: #715deb;
    color: #fff;
    border: 1px solid #715deb;
}

.bt-area {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    margin-top: 1rem;
}

.button-submit {
    width: 100%;
    padding: 1.8rem 1rem;
    color: #fff;
    font-size: 1.6rem;
}

.b-bt {
    background-color: #5d88fb;
    font-weight: 400;
}

.v-bt {
    background-color: #715deb;
    font-weight: 600;
}

.phone-area {
    text-align: center;
    font-size: .95rem;
}

.brand-color-tit {
    background-color: #0046ff;
    color: #fff;
    padding: 4% 2%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
}


.purple-tit {
    background-color: #715deb;
    color: #fff;
    padding: 4% 2%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
}

.product-list {
    margin: 3rem 0;
}

h2.index-h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 3rem;
}

.plist-txt {
    float: left;
}

.p-list li {
    background-color: #fff;
    line-height: 1.3;
    padding: 1.5rem;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 1.1rem;
}

.p-list li a {
    display: block;
}

.p-list li {
    border: 1px solid #5d88cf;
}

.p-list li span {
    display: block;
}

.p-list li span.tt {
    font-size: 1.35rem;
    font-weight: 400;
    margin-bottom: .8rem;
}

.p-list li span.ss {
    font-size: 1.05rem;
}

.p-list li span.img {
    float: right;
    text-align: right;
    margin-right: 1rem;
    width: 17%;
}

.p-list li span.img img {
    opacity: 0.6;
}

.b-phone-area {
    overflow: hidden;
    margin-bottom: 2rem;
    padding: 0 5%;
}

.b-phone-area li {
    float: left;
    font-weight: 400;
    text-align: left;
    font-size: 1.05rem;
    margin-bottom: .7rem;
}

.b-phone-area li:last-child {
    margin-right: 0;
}

.b-phone-area span {
    float: left;
    display: block;
    width: 7%;
    padding-right: .5rem;
}

.b-phone-area img {
    width: 100%;
}

.info-area {
    text-align: center;
    color: #7b7b7b;
    font-size: .9rem;
    line-height: 1.3;
    letter-spacing: -0.6px;
    background-color: #f2f2f2;
    padding: 2rem 1rem;
}

.info-area div {
    margin-bottom: .5rem;
}

.info-area div span {
    display: none;
    color: #bdbdbd;
    font-size: .8rem;
    padding: 0 .3rem;
}

.link-list {
    padding: 8% 5%;
}

.link-list ul {
    display: grid;
    grid-template-columns: 27% 27% 27%;
    column-gap: 10%;
}

.link-list ul li span {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    padding-top: .5rem;
    line-height: 1.4;
    word-break: keep-all;
}

.infoWrap {
    background-image: url('/img/index/common/bottom-bg.png');
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8% 0;
}

.info-txt {
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    margin-bottom: 2.5rem;
}

.info-li ul {
    overflow: hidden;
}

.info-li ul li {
    background-color: #fff;
    padding: 1.5rem 2.3rem;
    line-height: 1.6;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 10%;
}

.info-li ul li.infoli01 {
    background-image: url('/img/index/common/q-icon01.png?1');
}

.info-li ul li.infoli02 {
    margin-right: 0;
    background-image: url('/img/index/common/q-icon02.png?1');
    margin-bottom: 1rem;
}

.info-text-group {
    display: flex;
    justify-content: space-between;
    padding-right: 18%;
}

.info-li ul li span {
    display: block;
}

.info-tt {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 4px;
}

.info-ss {
    color: #666;
    font-size: 1rem;
}

.info-divider {
    height: 12px;

}

.purple {
    color: #705dcf;
}

.blue {
    color: #5d88fb;
}

/* 빠른 문의 */
.con01_u01,
.con01_u02 {
    max-width: 720px;
}

.con01_u01.fixed,
.con01_u02.fixed {
    position: fixed;
    width: 100%;
    z-index: 3;
    bottom: 0;
}

.conu-area {
    display: block;
    padding: 1.7rem 4%;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.3);
}

.bg-v {
    background-color: #0046ff;
}

.bg-g {
    background-color: #b5b3ba;
}

.main01_r {
    overflow: hidden;
}

.main01_r li {
    float: left;
    width: 48.5%;
    margin-right: 2%;
}

.main01_r li:last-child {
    margin-right: 0;
}

.sb-bt {
    display: block;
    padding: 1.8rem 1rem;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
}

.sb-bt01 {
    background-color: #fff;
    color: #0046ff;
}

.sb-bt02 {
    background-color: #003399;
    color: #fff;
}

.close-bt-po {
    position: absolute;
    top: -12%;
    left: 43%;

}

.close-bt-po img {
    width: 80%;
}

.qinput-l {
    font-weight: 400;
    margin-bottom: 1rem;
}

.qinput-l li {
    margin-bottom: .7rem;
}

.input-list li.input-type1 input {
    border: 1px solid #929196;
}

.input-list li.selectbox {
    grid-template-columns: 100%;
}

.selectbox select {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #929196;
}

.quick-form .input-type1 label {
    color: #fff;
    font-size: 1.1rem;
    padding-top: 1rem;
}

.footer {
    padding-bottom: 5%;
}




/* 슬라이드 css */
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    position: relative;
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots,
.slider-bt {
    position: absolute;
    bottom: 6%;
}

.slick-dots {
    left: 30px;
}

.slider-bt {
    left: 160px;
}

.slick-dots li {
    float: left;
    font-size: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: .8rem;
    cursor: pointer;
}

.slick-dots li.slick-active {
    background-color: #0046ff;
    border: 0;
}

.play,
.stop {
    font-size: 0;
    background-color: transparent;
}

.play {
    width: 0px;
    height: 0px;
    border-left: 15px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.stop {
    width: 17px;
    height: 17px;
    border-color: transparent #fff;
    border-style: double;
    border-width: 0 0 0 16px;
}

.de-link {
    margin-top: 4%;
    padding-left: 6%;
}


/* 해상도 */
@media (max-width: 630px) {
    .subWrap .depth1 li a {
        font-size: 1.5rem;
        font-weight: 400;
    }

    .subWrap .depth1 li .depth2 li a {
        font-size: 1.2rem;
        font-weight: 100;
    }

    .subWrap .depth1 li .depth2 li a::before {
        margin-top: 13px;
    }


    .input-list li .inl-02 {
        grid-template-columns: 73% 27%;
    }

    .button-submit span {
        font-size: 1.3rem;
    }

    .ft-info {
        display: block;
    }

    .ft-info li {
        float: none;
    }

    .ft-info li span {
        display: none;
    }
}

@media (max-width: 580px) {
    .brand-image {
        width: 25%;
        height: 25%;
    }

    .input-list li .inl-02 {
        grid-template-columns: 71% 31%;
    }

    .input-list li {
        grid-template-columns: 20% 79%;
    }

    .tabs {
        font-size: 1.5rem;
    }

    .tc-table td {
        padding: 1rem .3rem;
    }

    .p-list li span.img {
        width: 20%;
    }

    .conu-area {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
    }

    .close-bt-po {
        top: -11%;
        left: 39%;
    }

    .close-bt-po img {
        width: 70%;
    }

    .sb-bt {
        font-size: 1.3rem;
    }
}

@media (max-width: 530px) {

    .header.sticky:after {
        height: 70px;
    }

    .header.sticky .topWrap {
        top: 10px;
    }

    .subWrap .depth1 li a {
        font-size: 1.3rem;
    }

    .subWrap .depth1 li .depth2 li {
        margin-bottom: .3rem;
    }

    .subWrap .depth1 li .depth2 {
        margin-top: .5rem;
    }

    .subWrap .depth1 li .depth2 li a {
        font-size: 1rem;
        padding-left: .7rem;
    }

    .subWrap .depth1 li .depth2 li a::before {
        margin-top: 9px;
    }

    .form-title {
        font-size: 1.5rem;
    }

    .input-list li .inl-02 {
        grid-template-columns: 69% 35%;
    }

    .input-list li {
        grid-template-columns: 18% 81%;
    }

    .button-submit {
        padding: 1.5rem .6rem;
        font-size: 1.5rem;
    }

    .link-list {
        padding: 8%;
    }

    .link-list ul li span {
        font-size: 1.2rem;
    }

    .quick-form .input-type1 label {
        font-size: 1rem;
    }

    .input-list li.input-type1 {
        grid-template-columns: 23% 76%;
    }

    .close-bt-po {
        top: -9%;
        left: 42%;
    }

    .close-bt-po img {
        width: 62%;
    }

    .sb-bt {
        font-size: 1.4rem;
        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
    }

    .purple-tit {
        font-size: 1.6rem;
    }

    .info-tt {
        font-size: 1.2rem;
    }

    .info-ss {
        font-size: .95rem;
    }

    .info-li ul li {
        background-position: 95% 50%;
    }

    .de-link a {
        font-size: 14px;
    }

    .slick-dots li {
        width: 14px;
        height: 14px;
    }

    .slider-bt {
        left: 145px;
    }

    .play {
        border-left: 11px solid #fff;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

    .stop {
        width: 14px;
        height: 14px;
        border-width: 0 0 0 13px;
    }

    .info-txt {
        font-size: 1.5rem;
    }

    .info-li ul li {
        padding: 1.5rem;
    }


}

@media (max-width: 490px) {

    .brand-image {
        width: 30%;
        height: 30%;
    }

    .menu_wrap li {
        font-size: 1.35rem;
    }

    #content-w::before {
        border-width: 120px;
    }

    #content-w::after {
        width: 120px;
        height: 120px;
        box-shadow: inset -40px 40px 0 0px #715deb;
    }

    .box-w {
        padding-left: 1.3rem;
        padding-right: 1.3rem;
    }

    .input-list .bf-tit,
    button.main01_wm {
        font-size: 1rem;
    }

    .input-list li .inl-02 {
        grid-template-columns: 67% 35%;
    }

    .input-list li {
        grid-template-columns: 18% 79%;
    }

    .tabs {
        font-size: 1.4rem;
    }

    .t01-cont li,
    .ex-con,
    .b-phone-area li,
    .ex-guide {
        font-size: .9rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    h3 span {
        font-size: .85rem;
    }

    .tc-table {
        font-size: .85rem;
    }

    .tc-con-block {
        margin-bottom: 2.5rem;
    }

    .con01 img {
        width: 55%;
    }

    .link-list ul li span {
        font-size: 1.1rem;
    }

    .p-list li span.img {
        width: 21%;
    }

    .p-list li span.tt {
        font-size: 1.25rem;
    }

    .p-list li span.ss {
        font-size: 1rem;
    }
}

@media (max-width: 460px) {
    #content-w::before {
        border-width: 110px;
    }

    #content-w::after {
        width: 110px;
        height: 110px;
        box-shadow: inset -36px 36px 0 0px #715deb;
    }

    .input-list li .inl-02 {
        grid-template-columns: 65% 38%;
    }

    .sb-bt {
        font-size: 1.2rem;
    }

    .purple-tit {
        font-size: 1.4rem;
    }

    .info-ss {
        font-size: .85rem;
    }

    .info-txt {
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 430px) {

    .header .icoBtn_appMenu span {
        width: 25px;
        height: 20px;
    }

    .header .icoBtn_appMenu:after {
        width: 17px;
    }

    .header .icoBtn_appMenu {
        height: 44px;
    }

    .close_btn {
        width: 7%;
    }

    .box-wrapper {
        margin-top: 2rem;
    }

    .menu_wrap li {
        font-size: 1.3rem;
    }

    #content-w::before {
        border-width: 100px;
    }

    #content-w::after {
        width: 100px;
        height: 100px;
        box-shadow: inset -33px 33px 0 0px #715deb;
    }

    .form-title {
        padding-bottom: 1.1rem;
        font-size: 1.3rem;
    }

    .input-list .bf-tit {
        font-size: .95rem;
    }

    button.main01_wm {
        padding: .85rem;
        font-size: .95rem;
    }

    .input-list li input,
    .selectbox select {
        padding: .65rem;
    }

    .input-list li .inl-02 {
        grid-template-columns: 65% 38%;
    }

    .input-list li {
        grid-template-columns: 19% 81%;
    }

    .button-submit {
        font-size: 1.22rem;
    }

    .button-submit span {
        font-size: 1.05rem;
    }

    .tabs {
        padding: 5%;
    }

    .b-phone-area {
        padding: 0 3%;
    }

    .b-phone-area li {
        font-size: .9rem;
    }

    .product-list {
        margin: 2rem 0;
    }

    .p-list li span.img {
        margin-right: 0;
    }

    .p-list li span.tt {
        font-size: 1.15rem;
        margin-bottom: .5rem;
    }

    .link-list ul li span {
        font-size: 1rem;
    }

    .p-list li span.ss {
        font-size: .95rem;
    }

    .p-list li span.img {
        width: 22%;
    }

    .input-list li.input-type1 {
        grid-template-columns: 26% 73%;
    }

    .close-bt-po img {
        width: 56%;
    }

    .info-tt {
        font-size: 1.1rem;
    }

    .info-ss {
        width: 80%;
        line-height: 1.2;
    }

    .info-li ul li {
        background-position: 93% 50%;
        background-size: 11%;
    }

    .sb-bt {
        font-size: 1.1rem;
    }

    .conu-area {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

    .info-li ul li {
        padding: 1.2rem;
    }

    .info-area {
        font-size: .85rem;
    }
}

@media (max-width: 400px) {

    .brand-image {
        width: 33%;
        height: 33%;
    }

    .subWrap .depth1 li a {
        font-size: 1.15rem;
    }

    .subWrap .depth1 li .depth2 li a {
        font-size: .95rem;
    }

    .subWrap .depth1 li .depth2 li a::before {
        width: 4px;
        height: 4px;
    }


    .menu_wrap li {
        font-size: 1.2rem;
    }

    #content-w::before {
        border-width: 90px;
    }

    #content-w::after {
        width: 90px;
        height: 90px;
        box-shadow: inset -30px 30px 0 0px #715deb;
    }

    .input-list li input {
        font-size: .95rem;
    }

    .input-list li .inl-02 {
        grid-template-columns: 59% 41%;
    }

    .input-list li {
        grid-template-columns: 21% 77%;
    }

    .tabs {
        font-size: 1.15rem;
    }

    .b-phone-area li {
        font-size: .85rem;
    }

    .info-area {
        font-size: .85rem;
    }

    .purple-tit,
    .info-txt {
        font-size: 1.3rem;
    }

}

.call-area {
    text-align: center;
    padding: 0 40px 50px 40px;
}

.call-area .call-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    background-color: #0046ff;
    padding: 16px 20px 16px 26px;
    width: 100%;
    border-radius: 50px;
}

.call-area .call-button .call-icon {
    width: 40px;
}

.call-area .call-button .call-button-inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.call-area .call-button .call-button-inner .call-title {
    font-size: 1.7rem;
    font-weight: bold;
}

.call-area .call-button .call-button-inner .call-number {
    padding-top: 10px;
}

.de-link a {
    color: #0046ff;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #0046ff;
    padding: 8px 20px 8px 20px;
    background-color: rgb(255, 255, 255, 0.4);
}
