/* 메인슬라이더 */
#visual {
    width: 100%;
    min-width: 1200px;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    visibility: visible;
}

a {
    cursor: pointer;
}

.font1 {
    font-family: "SDKukdetopokki-Lt";
}

.font2 {
    font-family: "SDKukdetopokki";
}

.color2 {
    color: #f1c425;
}

#visual .sliderbx {
    z-index: 10;
    width: 100% !important;
    height: 100vh;
    position: relative;
}

#visual #slogan {
    color: #fff;
    width: 1200px;
    position: absolute;
    top: 50%;
    left: calc(50%);
    z-index: 998;
    transform: translate(-50%, -50%);
}

#visual #slogan h1 {
    font-size: 65px;
    line-height: 1.2em;
}

#visual #slogan h1 img {
    position: relative;
    /*    left: 50px;*/
}

#visual #slogan h2 {
    display: block;
    margin: 0 0 40px;
    font-family: "SangSangRock";
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3em;
    word-break: keep-all;
    text-shadow: 0px 2px 4.75px rgba(0, 0, 0, 0.4);
}

#visual #slogan h2 .red {
    padding: 0 10px;
    background: #7d181d;
}

#visual #slogan h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    word-break: keep-all;
    margin: 20px 0;
}

#visual #slogan h4 {
    margin: 15px 0 0;
    font-family: "SangSangRock";
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3em;
    word-break: keep-all;
    text-shadow: 0px 2px 4.75px rgba(0, 0, 0, 0.4);
}

#visual #slogan h4 .yellow {
    color: #ffd800;
    font-size: 55px;
}

#visual #slogan h4 .yellow > i {
    position: relative;
    display: inline-block;
    font-style: normal;
}

#visual #slogan h4 .yellow > i:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    background: url(../img/main/icon_star.png) no-repeat center;
    width: 24px;
    height: 23px;
    background-size: contain;
    transform: translateX(-50%);
}

#visual #slogan h4 .bold {
    font-size: 65px;
}

#visual .logo {
    position: absolute;
    right: 5%;
    top: 150px;
    width: 50%;
    animation: pro01 3s ease;
    transition: all 2s;
}

@keyframes pro01 {
    0% {
        top: 300px;
        opacity: 0.5;
    }

    100% {
        top: 150px;
        opacity: 1;
    }
}

#visual .logo img {
    width: 100%;
    height: auto;
}

#visual #slogan .slogon_list {
    margin: 80px 0 0;
}

#visual #slogan .slogon_list > li {
    display: block;
    margin: 0 0 20px 0;
}

/*
#visual #slogan .slogon_list > li:nth-child(1) {
    background: #f1c425;
    padding: 0 15px;
    border-radius: 20px;
    display: inline-block;
}
*/

#visual #slogan .slogon_list > li > p {
    font-size: 18px;
    line-height: 1.5em;
}

#visual #slogan .slogon_list > li > p .color2 {
    animation: free 2s infinite;
}

@keyframes free {
    0% {
        opacity: 0;
    }

    85% {
        opacity: 1;
    }

    875% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }
}

/*
#visual #slogan .slogon_list > li:nth-child(1) p {
    color: #444;
    font-weight: bold;
    font-size: 15px;
    line-height: 2em;
}
*/

#visual #slogan .slogon_list > li:nth-child(1) p {
    font-size: 30px;
}

#visual .sliderbx > li {
    width: calc(100% - 150px) !important;
/*    height: calc(100% - 100px);*/
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    left: 50%;
    top: calc(50% + 50px);
    transform: translate(-50%, -50%) !important;
	background: url(../img/main/bg01.png) repeat-y center;
}

#visual .sliderbx > li.mv01 {
    
}

/*
#visual .sliderbx > li.mv01::after{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main/bg01.png) repeat-y center;
    background-size: cover;
    mix-blend-mode: multiply;
    -ms-mix-blend-mode: multiply;
    z-index: -1;
    opacity: 0.5;
}
*/
/*#visual .sliderbx > li.mv01{background:url(../img/main/s1_bg.png) center, linear-gradient(75deg, #416B6A,#004241);}*/
#visual .sliderbx > li a {
    display: block;
    width: 100%;
    height: 650px;
}

#visual div.bx-pager {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 101;
    transform: translateX(-50%);
}

#visual div.bx-pager div {
    float: left;
    margin: 0 4px;
}

#visual div.bx-pager div a {
    display: block;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}

#visual div.bx-pager div a.active {
    background: transparent;
    border: 3px solid #fff;
}

#visual div.bx-controls-auto {
    position: absolute;
    width: 40px;
    top: 30px;
    z-index: 2;
    left: 50%;
    margin-left: 470px;
}

#visual div.bx-controls-auto a {
    float: left;
    margin-right: 3px;
    width: 12px;
    height: 12px;
    border-radius: 9px;
    color: #fff;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    text-indent: -9999px;
}

/*플레이스탑버튼동시선택*/
#visual div.bx-controls-auto a.bx-start {
    background: url(../img/common/btn_play.png) no-repeat 50% 50% #4c5365;
}

#visual div.bx-controls-auto a.bx-stop {
    background: url(../img/common/btn_stop.png) no-repeat 50% 50% #4c5365;
}

#idx_wrapper {
    position: relative;
}

#idx_wrapper .area_icon {
    position: absolute;
    right: 0px;
    bottom: 100px;
    z-index: 200;
    transform: rotate(90deg);
}

#idx_wrapper .area_icon a {
    width: 100px;
    height: 30px;
    display: inline-block;
}

#idx_wrapper .area_icon a::after {
    content: "Scroll";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    color: #444;
    font-size: 14px;
    font-weight: 600;
}

#idx_wrapper .area_icon a span {
    position: absolute;
    width: 65px;
    height: 2px;
    line-height: 58px;
    background: #444;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    transition: all 0.5s ease;
    animation: Scroll 3s infinite;
}

#idx_wrapper .dosa {
    position: absolute;
    top: 0px;
    left: 100px;
    transform: translateX(-50%);
	z-index: 2;
}

#idx_wrapper .dosa img {
    width: 160px;
    height: auto;
}


.swiper-button-next,
.swiper-button-prev {
	width: 50px;
	height: 50px;
    position: absolute;
    top: 50%;
/*	opacity: 0.8;*/
    z-index: 10;
}

.swiper-button-next {
	right: 150px;
	background: url(../img/common/ic_right.svg) no-repeat center/cover;
}

.swiper-button-prev {
	left: 150px;
	background: url(../img/common/ic_left.svg) no-repeat center/cover;
}
.swiper-button-next::after,
.swiper-button-prev::after{
    display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    top: 150px;
    right: 150px;
    bottom: unset;
    left: unset;
    display: inline-block;
    width: auto;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #F1C425;
}


@keyframes Scroll {
    0% {
        width: 0;
    }

    100% {
        width: 65px;
    }
}

@media (max-width: 1600px) {
    #visual .sliderbx > li {
        width: calc(100% - 0px) !important;
    }

    #idx_wrapper .area_icon a::after {
        color: #fff;
    }

    #idx_wrapper .area_icon a span {
        background: #fff;
    }
}

@media (max-width: 1200px) {
    #visual {
        min-width: 100%;
    }

    #visual #slogan {
        width: 100%;
        padding: 0 50px;
        line-height: 60px;
    }

    #visual #slogan h1 img {
        position: relative;
        left: 0px;
        width: 100%;
        max-width: 460px;
        height: auto;
    }

    #visual .sliderbx > li {
/*        height: calc(100% - 100px);*/
    }

    #visual .logo img {
        width: 100%;
        height: auto;
    }

    #idx_wrapper .dosa img {
        width: 150px;
        height: auto;
    }
}

@media (max-width: 1024px) {
    #visual #slogan {
        width: 100%;
/*		top: 30%;*/
    }
}

@media (max-width: 1000px) {
    #visual {
        overflow: hidden;
    }

    #visual .logo {
        right: -10%;
        top: 0;
        width: 60%;
    }
}

@media (max-width: 991px) {
    #idx_wrapper .dosa {
        transform: unset;
    }
}

@media all and (max-width: 767px) {
    #visual,
    #visual .sliderbx{
        height: 100%;
        min-height: 100vh;
    }
    #visual .logo {
        right: 0;
        top: unset;
        bottom: -80px;
        width: 80%;
        animation: unset;
    }

    #visual .sliderbx > li {
        height: calc(100% - 0px);
        background-size: cover;
        margin: 50px 0 0;
        top: 50%;
    }

    /*	#visual #slogan .logo{ position: absolute; left: 50%; right: unset; top: 100%; width: 70%; animation: unset;}*/
    #visual #slogan h2 {
        font-size: 40px;
    }

    #visual #slogan h3 {
        font-size: 18px;
        line-height: 1.5em;
    }

    #visual #slogan h4 {
        font-size: 38px;
    }

    #visual #slogan h4 .yellow {
        font-size: 45px;
    }

    #visual #slogan h4 .bold {
        font-size: 50px;
    }

    #visual #slogan .slogon_list > li {
        line-height: 2em;
    }

    #visual #slogan .slogon_list > li > p {
        font-size: 16px;
    }

    #visual #slogan h1 {
        font-size: 35px;
    }

    #visual #slogan .slogon_list {
        margin: 30px 0;
    }

    #visual #slogan .slogon_list > li:nth-child(1) p {
        font-size: 24px;
        line-height: 1.3em;
    }

    #idx_wrapper .area_icon {
        position: absolute;
        left: 0;
        bottom: 50px;
        right: unset;
    }

    #visual #slogan .slogon_list > li:nth-child(3) span {
        display: block;
    }

    #idx_wrapper .dosa {
        top: unset;
        bottom: 100px;
		left: -50px;
    }
    #idx_wrapper .dosa img {
        width: 100px;
        height: auto;
    }
    
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: unset;
        right: unset;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media all and (max-width: 550px) {
    #visual #slogan .logo {}

    #visual #slogan h3 {
        font-size: 18px;
        line-height: 1.5em;
    }

    #visual #slogan h2 {
        font-size: 30px;
    }

    #visual #slogan h4 {
        font-size: 28px;
    }

    #visual #slogan h4 .yellow {
        font-size: 35px;
    }

    #visual #slogan h4 .bold {
        font-size: 40px;
    }

    #visual #slogan .slogon_list > li {}

    
    #visual #slogan .slogon_list > li:nth-child(1) p{
        font-size: 20px;
    }
    #visual #slogan .slogon_list > li > p {
/*        font-size: 14px;*/
    }
}

@media all and (max-width: 500px) {
    #visual #slogan {
        padding: 0 30px;
        position: relative;
        top: 40%;
    }

    #visual #slogan h2 {
        font-size: 23px;
    }

    #visual #slogan h4 {
        font-size: 20px;
    }

    #visual #slogan h4 .yellow {
        font-size: 25px;
    }

    #visual #slogan h4 .bold {
        font-size: 30px;
    }
}

@media all and (max-width: 355px) {
    #visual #slogan .slogon_list > li:nth-child(2) {
        margin: 0 0 20px;
    }
}

.title {
    text-align: center;
}

.title h2 {
    font-size: 42px;
    font-weight: bold;
    color: #333;
    font-family: "SDKukdetopokki-Lt";
}

.title span {
    display: block;
    margin: 15px 0 0;
    font-size: 20px;
    font-weight: normal;
    color: #444;
    word-break: keep-all;
    line-height: 1.5em;
}

#about {
    padding: 140px 0;
    position: relative;
}

#about::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(180deg);
    background: url(../img/main/bg01_02.png) no-repeat center;
    background-size: auto 100%;
    opacity: 0.3;
}

#about .title {
    text-align: left;
}

#about h2 {
    font-size: 62px;
    color: #024da1;
}

#about .area_box {
    width: 50%;
    float: left;
    margin: 100px 0 0;
}

#about .area_box .text_box {
    margin: 0 0 20px 0;
    position: relative;
}

#about .area_box .text_box:nth-child(2) {
    left: 250px;
}

#about .area_box .text_box:nth-child(3) {
    left: 100px;
}

#about .area_box .text_box:nth-child(4) {
    left: 200px;
    margin: 0;
}

#about .area_box .text_box li {
    margin: 0 0 70px 0;
}

#about .area_box .text_box li:nth-child(1) {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 40px 0;
    position: relative;
    display: inline-block;
    z-index: 1;
}

#about .area_box .text_box li:nth-child(1)::before {
    position: absolute;
    right: -40px;
    top: -30px;
    border-radius: 50%;
    background: #f1c425;
    width: 80px;
    height: 80px;
    content: "";
    display: inline-block;
    z-index: -1;
}

#about .area_box .text_box li:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
    color: #024da1;
}

#about .img_box {
    width: 100%;
    height: 630px;
    overflow: hidden;
}

#about .img_box::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 50%);
    position: absolute;
    top: 0;
    left: 0;
}

#about .img_box img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: auto;
    height: 100%;
}

#about .title_box {
    position: relative;
    left: -75px;
    top: -50px;
    display: inline-block;
    opacity: 0.8;
}

#about .title_box img {
    width: 100%;
    height: auto;
}

#about .text_box2 {
    font-size: 68px;
    font-weight: 400;
    color: #a83324;
    font-family: "SDKukdetopokki";
    clear: both;
    line-height: 1.2em;
    position: relative;
    right: 0;
    text-align: right;
}

#about .text_box2 li span {
    /*    color: #333;*/
}

.area_box {}

.area_box img.w {
    display: block;
}

.area_box img.m {
    display: none;
}

.area_organization {
    padding: 120px 0;
    background: url(../img/main/organization_bg.jpg) repeat center;
}

.area_organization ul.list {
    margin: 50px 0 0;
    width: 100%;
}

.area_organization ul.list:after {
    display: block;
    clear: both;
    content: "";
}

.area_organization ul.list > li {
    float: left;
    margin: 0 30px 0 0;
    padding: 20px;
    width: calc((100% / 4) - 23px);
    width: -webkit-calc((100%/4) - 23px);
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid #34250e;
    box-shadow: 4.83px 1.294px 9px 1px rgba(0, 0, 0, 0.09);
}

.area_organization ul.list > li:last-child {
    margin: 0;
}

.area_organization ul.list > li .area_icon {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    border-radius: 50%;
}

.area_organization ul.list > li .area_txt {
    margin: 20px 0 0;
    min-height: 180px;
    text-align: center;
}

.area_organization ul.list > li .area_txt h3 {
    display: block;
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.area_organization ul.list > li .area_txt p {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.5em;
    word-break: keep-all;
}

.area_organization ul.list > li:nth-child(1) .area_icon {
    background: #ece5d8 url(../img/main/icon_organization01.svg) no-repeat center;
    background-size: 42%;
}

.area_organization ul.list > li:nth-child(2) .area_icon {
    background: #ece5d8 url(../img/main/icon_organization02.svg) no-repeat center;
    background-size: 55%;
}

.area_organization ul.list > li:nth-child(3) .area_icon {
    background: #ece5d8 url(../img/main/icon_organization03.svg) no-repeat center;
    background-size: 31%;
}

body.ie .area_organization ul.list > li:nth-child(3) .area_icon {
    background-size: 48%;
}

.area_organization ul.list > li:nth-child(4) .area_icon {
    background: #ece5d8 url(../img/main/icon_organization04.svg) no-repeat center;
    background-size: 45%;
}

@media (max-width: 1200px) {
    #about {
        padding: 100px 50px;
    }

    #about::before {
        background-size: auto 100%;
        background-position: right;
    }

    #about .area_box {
        /*        width: 100%;*/
        margin: 40px 0 0;
    }

    #about .area_box .text_box {
        /*
        width: 25%;
        float: left;
*/
        margin: 0 0 40px;
    }

    #about .area_box .text_box li {
        margin: 0;
    }

    #about .area_box .text_box li:nth-child(1) {
        margin: 0 0 20px 0;
    }

    #about .area_box .text_box li:nth-child(1)::before {
        right: -30px;
        top: -20px;
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 1000px) {

    #about .area_box .text_box:nth-child(2),
    #about .area_box .text_box:nth-child(3),
    #about .area_box .text_box:nth-child(4) {
        left: 0;
    }
}

@media all and (max-width: 900px) {
    .area_organization ul.list > li {
        width: calc((100% / 2) - 15px);
        width: -webkit-calc((100%/2) - 15px);
    }

    .area_organization ul.list > li:nth-child(2) {
        margin: 0 0 30px;
    }

    .area_organization ul.list > li .area_txt {
        min-height: 130px;
    }

    #about .text_box2 {
        text-align: left;
    }
}

@media all and (max-width: 767px) {
    #about {
        padding: 75px 50px;
        overflow: hidden;
    }

    #about .area_box {
        width: 100%;
        margin: 30px 0 0;
    }

    #about .area_box .text_box {
        width: 50%;
        float: left;
        padding: 0 0 0 5%;
    }

    #about .area_box1 {
        width: 100%;
        margin: 30px auto;
        padding: 20px 0;
        float: unset;
    }

    #about .img_box {
        height: auto;
        left: 50px;
    }

    #about .img_box img {
        position: relative;
        width: 100%;
        height: auto;
    }

    #about .title_box {
        right: unset;
        left: 50px;
    }

    #about .title_box img {
        width: 90%;
        height: auto;
    }

    .area_organization {
        padding: 70px 0;
    }

    #about .area_box .text_box li:nth-child(1) {
        font-size: 20px;
    }

    #about .area_box .text_box li:nth-child(2) {
        font-size: 16px;
    }

    #about .text_box2 {
        font-size: 58px;
        text-align: right;
    }

    .title h2 {
        font-size: 35px;
    }

    .title span {
        font-size: 17px;
    }

    .area_organization ul.list {
        margin: 30px 0 0;
    }

    .area_organization ul.list > li {
        margin: 0 12px 0 0;
        padding: 20px 10px;
        width: calc((100% / 2) - 6px);
        width: -webkit-calc((100%/2) - 6px);
    }

    .area_organization ul.list > li:nth-child(2) {
        margin: 0 0 12px;
    }

    .area_organization ul.list > li .area_txt {
        min-height: 160px;
    }

    .area_box img.w {
        display: none;
    }

    .area_box img.m {
        display: block;
    }
}

@media all and (max-width: 550px) {
    .area_organization {
        padding: 50px 0;
    }

    .title h2 {
        font-size: 30px;
    }

    .title span {
        font-size: 16px;
    }

    .area_organization ul.list > li .area_icon {
        width: 100px;
        height: 100px;
    }

    .area_organization ul.list > li .area_txt {
        margin: 12px 0 0;
    }

    .area_organization ul.list > li .area_txt h3 {
        font-size: 19px;
    }

    .area_organization ul.list > li .area_txt p {
        font-size: 15px;
    }
}

@media all and (max-width: 500px) {
    .title h2 {
        font-size: 27px;
    }

    .area_organization ul.list > li .area_txt h3 {
        font-size: 17px;
    }

    .area_organization ul.list > li .area_txt {
        min-height: 200px;
    }

    #about {
        padding: 70px 30px;
    }

    #about .area_box .text_box {
        width: 100%;
    }

    #about .area_box1 {
        overflow: hidden;
    }

    #about .area_box .text_box:nth-child(2) {
        left: 80px;
    }

    #about .area_box .text_box:nth-child(3) {
        left: 0px;
    }

    #about .area_box .text_box:nth-child(4) {
        left: 80px;
        margin: 0;
    }
}

@media all and (max-width: 430px) {
    .area_organization ul.list > li .area_txt {
        min-height: 200px;
    }

    #about .text_box2 {
        font-size: 40px;
        text-align: left;
    }
}

@media all and (max-width: 400px) {
    #about .img_box {
        left: unset;
        height: 200px;
    }

    .area_organization ul.list > li {
        margin: 0 0 12px;
        width: 100%;
    }

    .area_organization ul.list > li .area_txt {
        min-height: auto;
    }

    #about h2 {
        font-size: 27px;
    }

    #about .area_box1 {
        width: 90%;
    }

    #about .area_box .text_box:nth-child(2) {
        left: 50px;
    }

    #about .area_box .text_box:nth-child(3) {
        left: 0px;
    }

    #about .area_box .text_box:nth-child(4) {
        left: 50px;
        margin: 0;
    }

    #about .title_box {
        top: -25px;
        left: 30px;
    }

    #about .title_box img {
        width: 100%;
    }
}

#interior {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 150px 0;
    z-index: 1;
    background: #dad6c5;
}

#interior::before {
    content: "";
    display: inline-block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/main/bg03.png) no-repeat bottom, #f4f3ed;
    background-size: cover;

    mix-blend-mode: overlay;
}

/*
#interior::after{
    content: '';
    display: inline-block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/main/bg02_03.png) no-repeat bottom;
    background-size: 100% auto;
    mix-blend-mode: multiply;
    opacity: 0.4;
    z-index: -1;
}
*/
#interior .bg2 {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/main/bg04.png) no-repeat;
    background-size: 100% auto;
    background-position: top;
/*    opacity: 0.4;*/
}

#interior .bg2::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

/*
#interior::after{
}
*/
#interior .img_box {
    position: absolute;
    left: 60%;
    top: 0;
    transform: translate(-50%, 0%);
}
#brand .img_box02 {
/*	position: relative;*/
	position: absolute;
    top: unset;
	left: unset;
	bottom: 0;
	right: 0;
	transform: unset;
    width: 50%;
}
#brand .img_box img{
    width: 100%;
    height: auto;
}

/*
#brand .img_box::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -600px;
    right: -600px;
    background: url(../img/main/pro01.png) no-repeat;
    width: 800px;
    height: 800px;
    opacity: 0.2;
    filter: blur(2px);
}
*/
#interior .img_box img {
    width: auto;
    height: 500px;
}

.area_interior {
    position: relative;
    width: 100%;
    margin: 60px 0 0;
}

.area_interior:after {
    display: block;
    clear: both;
    content: "";
}

#interior .title {
    padding: 0;
    text-align: left;
}

/*
#interior .title::before {
    content: "BRAND";
    display: inline-block;
    background: #f1c425;
    padding: 0 15px;
    border-radius: 20px;
    position: relative;
    top: -20px;
    left: 0;
    color: #444;
    font-weight: bold;
    font-size: 15px;
    line-height: 2em;
}
*/

#interior .area_box {
    width: 100%;
    float: left;
    position: relative;
}

#interior .area_box:nth-of-type(2)::before {
    content: "";
    display: inline-block;
    width: 50%;
    height: 100%;
}

#interior .area_box .text_box {
    margin: 100px 0;
}

#interior .area_box .text_box2 {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

#interior .area_box .text_box li:nth-child(1) {
    font-size: 27px;
    font-weight: 200;
    margin: 0 0 30px 0;
    display: inline-block;
	color: #333;
}

#interior .area_box .text_box li:nth-child(1) b {
    font-weight: 600;
}

#interior .area_box .text_box li{
    font-size: 18px;
    font-weight: 400;
    color: #999;
}
/*
#interior .area_box .text_box li:last-child{
	margin: 30px 0 0;
}
*/

#interior .text_box li strong {
    color: #a83324;
    font-weight: 800;
}

.r_top h3 {
    display: block;
    margin: 0 0 5px;
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
    word-break: keep-all;
}

.r_top p {
    display: block;
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5em;
    word-break: keep-all;
}

.area_interior .right .r_bottom {}

.area_interior .right .r_bottom img {
    width: auto;
    margin: 0 30px 0 0;
}

.area_interior .right .r_bottom img:last-child {
    margin: 0;
}

#brand {
    padding: 150px 0;
    background: #7c6945;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#brand::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main/img_menu01.png) repeat-y center;
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: -1;
    opacity: 0.3;
}

#brand .title h2 {
    color: #fff;
	text-align: left;
}
#brand .text_box li{
	font-size: 18px;
    font-weight: 400;
	color: #fff;
	margin: 50px 0;
}


#brand02 {
    padding: 150px 0;
    background: #333;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#brand02::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
/*    mix-blend-mode: multiply;*/
    z-index: -1;
    opacity: 0.1;
}
#brand02::after{
    content: '';
    display: inline-block;
    position: absolute;
    right: -100px;
    top: -100px;
    width: 600px;
    height: 600px;
    background: url(../img/main/pro01.png) no-repeat center;
    background-size: cover;
    opacity: 0.3;
}
#brand02 .inr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#brand02 .text_box li{
	font-size: 18px;
    font-weight: 400;
	color: #fff;
	margin: 50px 0 0; 
}
#brand02 .img_box{
    width: 40%;
}
#brand02 .img_box img{
    width: 100%;
    height: auto;
}
#brand02 .img_box dl{
    margin: 50px 0 0;
}
#brand02 .img_box dt{
    font-size: 1.6em;
    font-weight: 600;
    margin: 0 0 10px;
    color: #333;
    background: #F1C425;
    border-radius: 20px;
    display: inline-block;
    padding: 2.5px 20px;
}
#brand02 .img_box dd{
    font-size: 1.4em;
    font-weight: 300;
    margin: 7px 0 0;
    color: #fff;
}
#brand02 .area_box{
    width: 60%;
    padding-left: 5%;
}
#brand02 .title{
    width: 100%;
}
#brand02 .title h2 {
    color: #fff;
	text-align: left;
    width: 100%;
}
#brand02 .area_box p{
    color: #fff;
    font-size: 27px;
    font-weight: 200;
    
	margin: 50px 0 0; 
    display: inline-block;
}

@media (max-width: 1200px) {
    #interior {
        padding: 100px 50px;
    }

    #interior::before {
        width: 100%;
        background-size: cover;
    }

    #interior .bg2 {
        width: 100%;
    }

    #interior .img_box {
        left: unset;
        right: 0;
        top: 0;
        width: 50%;
        transform: unset;
    }

    #interior .img_box::after {
        display: none;
    }
}

@media all and (max-width: 1023px) {
    .r_top {
        margin: 20px auto 30px;
    }
}

@media all and (max-width: 900px) {
    #interior {
        background-size: cover;
    }

    .area_interior {
        margin: 30px 0 0;
        text-align: center;
    }
}

@media all and (max-width: 767px) {
    #interior {
        padding: 75px 50px;
    }

    .r_top {
        margin: 20px auto 30px;
        width: 90%;
    }

    #interior .area_box .text_box {
        margin: 30px 0;
    }

    #interior .area_box .text_box2 img {
        width: 70%;
        height: auto;
    }

    #interior .area_box .text_box2 {
        text-align: right;
        position: relative;
        z-index: 1;
        right: 0;
    }

    #interior .img_box {
        position: relative;
        width: 100%;
    }

    #interior .img_box img {
        width: 100%;
        height: auto;
    }
	
	#brand .text_box li{
		font-size: 14px;
		margin: 30px 0 0;
	}
	
	#brand .img_box02{
		position: relative;
        text-align: center;
        width: 100%;
	}
	#brand .img_box02 img{
		width: 80%;
	}
    
    #brand02{
        padding: 80px 0;
    }
    #brand02 .inr{
        flex-direction: column-reverse;
    }
    #brand02 .area_box{
        width: 90%;
        padding: 0;
    }
    #brand02 .area_box p{
        font-size: 18px;
    }
    #brand02 .text_box li{
        font-size: 14px;
        margin: 30px 0 0;
    }
    #brand02 .img_box {
        width: 90%;
        margin: 50px 0 0;
    }
    #brand02 .img_box dt{
        font-size: 1.2em;
    }
    #brand02 .img_box dd{
        font-size: 1.1em;
    }
}

@media all and (max-width: 650px) {
    .area_interior .left img {
        width: 70%;
    }

    .r_top h3 {
        font-size: 24px;
    }

    .r_top p {
        font-size: 17px;
    }
}

@media all and (max-width: 550px) {
    .r_top {
        margin: 10px auto 20px;
        width: 100%;
        padding: 15px;
    }

    .r_top h3 {
        font-size: 20px;
    }

    .r_top p {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    #interior {
        padding: 70px 30px;
    }

    #interior .area_box .text_box li:nth-child(1) {
        font-size: 16px;
        margin: 0 0 15px;
    }

    #interior .area_box .text_box li {
        font-size: 14px;
    }

    #interior .area_box .text_box2 img {
        width: 80%;
    }

    #interior .img_box {
        display: inline-block;
        top: 30px;
    }
}

#layerPopup img {
    width: 600px;
	margin: 0 auto;
}

.popLayer {
    display: none;
    position: fixed;
    opacity: 0;
    top: 0px;
    left: 0px;
    z-index: -99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease-out 0s;
}

.popLayer > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    box-shadow: 26px 18px 49px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -50%);
}

.popLayer.active {
    display: block;
    opacity: 1;
    z-index: 199;
}

.popLayer .close {
    display: block;
}

.popupBox .hamburger {
    top: 100px;
    right: 0;
    width: 67px;
}

.popupBox .hamburger .bar {
    left: 22px;
}

.popLayer2 {
    display: none;
    position: fixed;
    opacity: 0;
    top: 0px;
    left: 0px;
    z-index: -99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease-out 0s;
}

.popLayer2 > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    box-shadow: 26px 18px 49px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -50%);
}

.popLayer2.active {
    display: block;
    opacity: 1;
    z-index: 199;
}

.popLayer2 .close {
    display: block;
}

.popLayer2 .privacy {
    background: #fff;
    z-index: 999;
    width: 600px;
    height: 50vh;
    overflow-y: scroll;
    padding: 5%;
    font-size: 1.3em;
    line-height: 1.5em;
}

.popLayer2 .privacy h2 {
    font-size: 1.4em;
    margin: 0 0 40px;
}

.popupBox2 .hamburger {
    top: 100px;
    right: 0;
    width: 67px;
}

.popupBox2 .hamburger .bar {
    left: 22px;
}

.hamburger {
    display: block;
    position: absolute;
    opacity: 1;
    top: 0px;
    right: 0;
    z-index: 9999;
    width: 71px;
    height: 71px;
    background: rgba(255, 255, 255, 0);
    border: 0;
    flex-grow: 0;
    cursor: pointer;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger.open {
    position: fixed;
    border-radius: 50%;
}

.hamburger:focus {
    outline: 0;
}

.hamburger .bar {
    position: absolute;
    left: 25px;
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
}

.hamburger .bar.top {
    top: 33px;
}

.hamburger .bar.middle {
    top: 42px;
    left: 23px;
    transition: opacity 1ms linear 0.2s;
    transform: translateY(-50%);
}

.hamburger .bar.bottom {
    top: 49px;
}

.hamburger.open .bar {
    transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
}

.hamburger.open .bar.top {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.hamburger.open .bar.middle {
    opacity: 0;
    transition: opacity 1ms linear 0.2s;
}

.hamburger.open .bar.bottom {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.hamburger.open:before {
    content: "";
}

.hamburger.open div {
    background: #fff;
}

.tabs {
    margin: 40px 0 0;
    text-align: center;
}

.tabs li {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 11px;
    min-width: 80px;
    background: #eee;
    box-sizing: border-box;
    border-radius: 20px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-align: center;
    color: #999;
    font-size: 15px;

}

.tabs li span {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
}

.tabs li.active,
.tabs li:hover {
    background: #f1c425;
    color: #444;
    box-shadow: 0px 5px 9px 1px rgba(92, 69, 53, 0.27);
    font-weight: 600;
}

.tab_container {
    margin: 50px 0 0;
}

.tab_container .list {
    width: 100%;
}

.tab_container .list:after {
    display: block;
    clear: both;
    content: "";
}

.tab_container .list > li {
    float: left;
    margin: 0 20px 20px 0;
    width: -webkit-calc((100% / 4) - 15px);
    width: calc((100% / 4) - 15px);
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 5px 16px 4px rgba(193, 183, 175, 0.1);
}

.tab_container .list > li:nth-child(4n) {
    margin: 0;
}

.tab_container .list > li a {
    color: #444;
}

.tab_container .list > li .area_img {
    margin: 25px 25px 0;
    box-sizing: Border-box;
}

.tab_container .list > li .area_img img {
    width: 100%;
    height: 100%;
}

.tab_container .list > li .area_txt {
    font-family: "SDKukdetopokki-Lt";
    padding: 15px;
    box-sizing: Border-box;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.tab_container .list > li .area_txt span {
    font-size: 15px;
}

#store {
    width: 100%;
    padding: 150px 0;
    background: #fff;
    overflow: hidden;
    border-bottom: 15px solid #eee;
}
#store .title h2{
	font-size: 55px;
	position: relative;
	display: inline-block;
	z-index: 1;
	color: #999;
}
#store .title h2 > strong{
	color: #333;
}
#store .title h2::before{
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -15px;
    background: #F1C425;
    z-index: -1;
	
}

.store_list {
    padding: 0px 20px;
}

.store_list dt {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
}

.store_list dd {
    position: relative;
    color: #777;
    font-size: 12px;
/*    margin: 0 0 5px;*/
}
.store_list dd.call{
	display: none;
}

.store_list dd > svg {
    display: inline-block;
    /*    font-size: 12px;*/
    color: #333;
    margin: 0 5px 0 0;
}

.store_list dd:last-child {
    margin: 0;
}

#store .tab_container .list > li {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    min-height: 95px;
}

@media (max-width: 1200px) {
    #brand {
        padding: 100px 50px;
    }

    .tab_container .list > li:nth-child(7),
    .tab_container .list > li:nth-child(8),
    .tab_container .list > li:nth-child(9) {
        margin-bottom: 0;
    }
    #store{
        padding: 100px 50px;
    }
    #store .tab_container .list > li{
        width: calc((100% / 2) - 10px);
        margin: 0 10px 20px 0;
    }
}

@media all and (max-width: 1024px) {
    .tab_container .list > li {
        margin: 0 30px 30px 0;
        width: -webkit-calc((100%/3) - 20px);
        width: calc((100% / 3) - 20px);
    }

    .tab_container .list > li .area_img {
        margin: 15px 15px 0;
    }

    .tab_container .list > li .area_txt {
        font-size: 20px;
        padding: 10px;
    }
}

@media all and (max-width: 768px) {
    #brand {
        padding: 75px 50px;
    }

    .tabs {
        margin: 30px 0 0;
    }

    .tabs li {
        min-width: 90px;
        padding: 7px;
        margin: 0 7px 10px 0;
    }

    .tabs li span {
        font-size: 18px;
    }

    .tab_container {
        margin: 30px 0 0;
    }

    .tab_container .list > li {
        margin: 0 20px 20px 0;
        width: -webkit-calc((100%/2) - 10px);
        width: calc((100% / 2) - 10px);
    }

    .tab_container .list > li:nth-child(4n) {
        margin: 0 20px 20px 0;
    }

    .tab_container .list > li:nth-child(2n) {
        margin: 0;
    }

    .tab_container .list > li .area_img {
        margin: 15px 15px 0;
    }

    .tab_container .list > li .area_txt {
        font-size: 20px;
        padding: 10px;
    }

    .tab_container .list > li:nth-child(7),
    .tab_container .list > li:nth-child(9) {
        margin: 0 12px 12px 0;
    }

    .popLayer2 .privacy {
        width: 300px;
        height: 50vh;
        padding: 5%;
        font-size: 1.1em;
    }

    #store {
        padding: 75px 50px;
    }
	#store .title h2{
		font-size: 30px;
	}
	#store .title h2::before{
		width: 40px;
		height: 40px;
	}
    #store .tab_container .list > li{
        width: 100%;
        margin: 0 0 12px;
    }
}

@media all and (max-width: 550px) {
    #layerPopup img {
        width: 300px;
    }

    .tabs {
        margin: 20px 0 0;
    }

    .tabs li {
        min-width: 75px;
    }

    .tabs li span {
        font-size: 16px;
    }

    .tab_container {}

    .tab_container .list > li {
        margin: 0 12px 12px 0;
        width: -webkit-calc((100%/2) - 6px);
        width: calc((100% / 2) - 6px);
    }

    .tab_container .list > li:nth-child(4n) {
        margin: 0 12px 12px 0;
    }

    .tab_container .list > li:nth-child(2n) {
        margin: 0;
    }

    .tab_container .list > li .area_img {
        margin: 10px 10px 0;
    }

    .tab_container .list > li .area_txt {
        font-size: 15px;
        padding: 8px;
    }
}

@media all and (max-width: 500px) {
    #brand {
        padding: 50px 30px;
    }

    .tab_container .list > li .area_txt {
        /*        font-size: 12px;*/
    }

    .tab_container .list > li .area_txt span {
        font-size: 10px;
        display: block;
    }
    
    #store {
        padding: 50px 30px;
    }
}
}

@media all and (max-width: 400px) {
    .tabs li {
        padding: 5px;
        min-width: 60px;
    }

    .tabs li span {
        font-size: 14px;
    }
}

#store .area_store {
    padding: 160px 0;
    background: url(../img/main/store_bg.jpg) repeat-y center;
    text-align: center;
    background-size: 100% 100%;
}

#store .area_store .area_txt {
    margin: 30px 0 0;
    text-align: center;
}

#store .area_store .area_txt h3 {
    position: relative;
    display: inline-block;
    font-family: "SangSangRock";
    font-size: 35px;
    font-weight: bold;
    word-break: keep-all;
    z-index: 1;
}

#store .area_store .area_txt h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    width: 100%;
    height: 15px;
    border-radius: 50px;
    background: #ffba00;
    opacity: 0.2;
    z-index: -1;
}

#store .area_store .area_txt h3 .red {
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    color: #eb0b35;
}

#store .area_store .area_txt span {
    display: block;
    margin: 5px 0 0;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5em;
    word-break: keep-all;
    color: #333;
}

#store .area_process {
    padding: 120px 0;
    background: #ede7db;
}

.process_list {
    margin: 50px 0 0;
    text-align: center;
}

.process_list > li {
    position: relative;
    display: inline-block;
    margin: 0 60px 60px 0;
    vertical-align: top;
}

.process_list > li:nth-child(4) {
    margin: 0;
}

.process_list > li .area_icon {
    position: relative;
    width: 205px;
    height: 205px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #34250e;
    box-sizing: border-box;
}

.process_list > li i {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 50%;
    padding: 0 10px;
    transform: translateX(-50%);
    background: #5c4535;
    border-radius: 50px;
    text-align: center;
}

.process_list > li i > span {
    font-style: normal;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}

.process_list > li h3 {
    margin: 12px 0 0;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    word-break: keep-all;
    line-height: 1.3em;
}

.process_list > li:nth-child(1) .area_icon {
    background: #fff url(../img/main/icon_process01.svg) no-repeat center;
    background-size: 32%;
}

.process_list > li:nth-child(2) .area_icon {
    background: #fff url(../img/main/icon_process02.svg) no-repeat center;
    background-size: 34%;
}

.process_list > li:nth-child(3) .area_icon {
    background: #fff url(../img/main/icon_process03.svg) no-repeat center;
    background-size: 29%;
}

.process_list > li:nth-child(4) .area_icon {
    background: #fff url(../img/main/icon_process04.svg) no-repeat center;
    background-size: 31%;
}

.process_list > li:nth-child(5) .area_icon {
    background: #fff url(../img/main/icon_process05.svg) no-repeat center;
    background-size: 25%;
}

body.ie .process_list > li:nth-child(5) .area_icon {
    background-size: 33%;
}

.process_list > li:nth-child(6) .area_icon {
    background: #fff url(../img/main/icon_process06.svg) no-repeat center;
    background-size: 32%;
}

.process_list > li:nth-child(7) .area_icon {
    background: #fff url(../img/main/icon_process07.svg) no-repeat center;
    background-size: 30%;
}

#store .area_cost {
    padding: 120px 0;
    background: #f4f0e9;
}

.table_cost {
    margin: 50px 0 0;
}

.table_cost:after {
    display: block;
    clear: both;
    content: "";
}

.table_cost > div {
    float: left;
    margin: 0 60px 0 0;
    width: calc((100% / 2) - 30px);
    width: -webkit-calc((100%/2) - 30px);
}

.table_cost .left {}

.table_cost .right {
    margin: 0;
}

.table caption {
    display: none;
}

.cost_title {
    display: block;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
    background: #5c4535;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.area_table .table {
    margin-bottom: 0;
    border: 2px solid #5c4535;
    text-align: center;
}

.area_table .table thead tr td {
    background: #ede7db;
    font-size: 23px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid rgba(92, 69, 53, 0.1);
    border-right: 1px solid rgba(92, 69, 53, 0.1);
}

.area_table .table tbody tr td:first-child {
    background: #fbfaf8;
}

.area_table .table tbody tr td {
    vertical-align: middle;
    padding: 10px;
    background: #fff;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    border-right: 1px solid rgba(92, 69, 53, 0.1);
}

.area_table .table tbody tr td em {
    font-style: normal;
    padding: 2px 15px;
    background: #eb0b35;
    font-weight: 500;
    border-radius: 50px;
    color: #fff;
    box-sizing: border-box;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid rgba(92, 69, 53, 0.1);
}

.table_cost .left .area_table .table tbody tr td {
    padding: 29px 10px 28px;
}

.table_cost .left .area_table .table tbody tr td span {
    margin: 2px 0 0;
    font-size: 15px;
    display: block;
}

.area_info {
    margin: 50px 0 0;
    width: 100%;
}

.area_info .cost_box {
    border: 2px solid #5c4535;
    background: #fff;
    padding: 30px 0;
    box-sizing: border-box;
}

.area_info .cost_box:after {
    display: block;
    clear: both;
    content: "";
}

.area_info .cost_box .left {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}

.area_info .cost_box .left p {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 1.5em;
    word-break: keep-all;
}

.area_info .cost_box .right {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
}

.area_info .cost_box .right ul > li {
    display: block;
    margin: 0 0 3px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.5em;
    word-break: keep-all;
}

.area_info .cost_box .right ul > li:last-child {
    margin: 0;
}

.area_info .cost_box .right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #5c4535;
    opacity: 0.1;
}

@media all and (max-width: 1200px) {
    .process_list > li {
        margin: 0 35px 40px 0;
    }
}

@media all and (max-width: 1024px) {
    .process_list > li {
        margin: 0 20px 40px 0;
    }

    .process_list > li h3 {
        font-size: 22px;
    }

    .process_list > li .area_icon {
        width: 180px;
        height: 180px;
    }
}

@media all and (max-width: 900px) {
    .table_cost > div {
        margin: 0 30px 0 0;
        width: calc((100% / 2) - 15px);
        width: -webkit-calc((100%/2) - 15px);
    }

    .area_info {
        margin: 30px 0 0;
    }

    .cost_title {
        font-size: 22px;
    }

    .area_table .table thead tr td {
        font-size: 20px;
    }

    .area_table .table tbody tr td {
        font-size: 18px;
    }

    .table_cost .left .area_table .table tbody tr td {
        padding: 27px 10px 28px;
    }

    .area_info .cost_box .left p {
        font-size: 18px;
    }

    .area_info .cost_box .right ul > li {
        font-size: 16px;
    }
}

@media all and (max-width: 870px) {
    .process_list > li {
        width: 30%;
    }

    .process_list > li:nth-child(4) {
        margin: 0 20px 40px 0;
    }

    .process_list > li:nth-child(3n) {
        margin: 0;
    }

    .process_list > li .area_icon {
        margin: 0 auto;
    }
}

@media all and (max-width: 767px) {

    #store .area_store,
    #store .area_process,
    #store .area_cost {
        padding: 125px 0;
    }

    #store .area_store .area_txt span {
        font-size: 20px;
    }

    #store .area_store .area_txt h3 {
        font-size: 32px;
    }

    .process_list > li {
        width: 40%;
    }

    .process_list > li:nth-child(4) {
        margin: 0 20px 40px 0;
    }

    .process_list > li:nth-child(3n) {
        margin: 0 20px 40px 0;
    }

    .process_list > li:nth-child(2n) {
        margin: 0;
    }

    .process_list > li:last-child {
        margin: 0;
    }

    .process_list > li h3 {
        font-size: 20px;
    }

    .table_cost {
        margin: 30px 0 0;
    }

    .table_cost > div {
        width: 100%;
    }

    .table_cost .left {
        margin: 0 0 20px;
    }

    .area_info {
        margin: 20px 0 0;
    }

    .area_info .cost_box {
        padding: 30px;
    }

    .area_info .cost_box .left {
        padding: 0 0 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .area_info .cost_box .right {
        padding: 15px 0 0;
        width: 100%;
    }

    .area_info .cost_box .right:before {
        right: 0;
        width: 100%;
        height: 1px;
    }

    .table_cost .left .area_table .table tbody tr td {
        padding: 10px;
    }
}

@media all and (max-width: 550px) {
    #store .area_store .area_txt {
        margin: 20px 0 0;
    }

    #store .area_store .area_txt h3 {
        width: 70%;
        margin: 0 auto;
        font-size: 30px;
        line-height: 0.7em;
    }

    #store .area_store .area_txt span {
        margin: 0;
        font-size: 18px;
    }

    .area_info .cost_box {
        padding: 15px;
    }

    .table_cost {
        margin: 15px 0 0;
    }

    .cost_title {
        font-size: 20px;
    }

    .area_table .table thead tr td {
        font-size: 18px;
    }

    .area_table .table tbody tr td {
        font-size: 16px;
    }

    .area_table .table tbody tr td span {
        margin: 0;
        font-size: 14px;
    }

    .area_info .cost_box .left p {
        font-size: 16px;
    }

    .area_info .cost_box .right ul > li {
        font-size: 15px;
    }
}

@media all and (max-width: 500px) {
    .process_list > li i > span {
        font-size: 14px;
    }

    .process_list > li .area_icon {
        width: 150px;
        height: 150px;
    }

    .process_list > li h3 {
        font-size: 18px;
    }
}

@media all and (max-width: 400px) {
    .process_list > li i > span {
        font-size: 12px;
    }

    .process_list > li .area_icon {
        width: 130px;
        height: 130px;
    }

    .process_list > li h3 {
        font-size: 17px;
    }

    #store .area_store .area_txt h3 {
        width: 85%;
    }
}

#sns {
    padding: 150px 0;
    background: #302d2d;
}

#sns .title h2 {
    color: #fff;
}

.area_sns {
    margin: 50px 0 0;
}

.area_sns:after {
    display: block;
    clear: both;
    content: "";
}

.area_sns > li {
    float: left;
    margin: 0 60px 0 0;
    padding: 45px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    width: calc((100% / 2) - 30px);
    width: -webkit-calc((100%/2) - 30px);
    text-align: center;
}

.area_sns > li:first-child {
    background: #2db400;
}

.area_sns > li:last-child {
    margin: 0;
    background-image: -moz-linear-gradient(62deg,
            rgb(239, 194, 92) 0%,
            rgb(240, 61, 82) 37%,
            rgb(172, 57, 174) 70%,
            rgb(65, 68, 235) 100%);
    background-image: -webkit-linear-gradient(62deg,
            rgb(239, 194, 92) 0%,
            rgb(240, 61, 82) 37%,
            rgb(172, 57, 174) 70%,
            rgb(65, 68, 235) 100%);
    background-image: -ms-linear-gradient(62deg,
            rgb(239, 194, 92) 0%,
            rgb(240, 61, 82) 37%,
            rgb(172, 57, 174) 70%,
            rgb(65, 68, 235) 100%);
}

.area_sns > li > a {
    display: block;
}

.area_sns > li > a .area_icon {
    display: inline-block;
    width: 95px;
    height: 80px;
    background-size: contain;
    background: url(../img/main/icon_blog.svg) no-repeat center;
    vertical-align: middle;
}

.area_sns > li:nth-child(2) > a .area_icon {
    width: 80px;
    height: 80px;
    background-size: contain;
    background: url(../img/main/icon_insta.svg) no-repeat center;
    vertical-align: middle;
}

.area_sns > li > a h3 {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3em;
    vertical-align: middle;
}

@media all and (max-width: 1300px) {
    .area_sns > li {
        margin: 0 30px 0 0;
        width: calc((100% / 2) - 15px);
        width: -webkit-calc((100%/2) - 15px);
    }
}

@media all and (max-width: 850px) {
    .area_sns > li {
        padding: 40px 10px;
        margin: 0 20px 0 0;
        width: calc((100% / 2) - 10px);
        width: -webkit-calc((100%/2) - 10px);
    }

    .area_sns > li > a .area_icon {
        width: 75px;
        height: 60px;
    }

    .area_sns > li:nth-child(2) > a .area_icon {
        width: 60px;
        height: 60px;
    }

    .area_sns > li > a h3 {
        font-size: 20px;
    }
}

@media all and (max-width: 768px) {
    #sns {
        padding: 125px 0;
    }

    .area_sns > li {
        margin: 0 12px 0 0;
        width: calc((100% / 2) - 6px);
        width: -webkit-calc((100%/2) - 6px);
    }
}

@media all and (max-width: 550px) {
    .area_sns > li > a .area_icon {
        display: block;
        margin: 0 auto;
    }

    .area_sns > li > a h3 {
        margin: 10px 0 0;
    }
}

@media all and (max-width: 450px) {
    .area_sns > li {
        padding: 30px 10px;
    }

    .area_sns > li > a h3 {
        font-size: 18px;
    }
}

#media {
    padding: 170px 0;
    background: url(../img/main/media_bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.btn.board {
    margin: 40px 0 0;
    width: 350px;
    background: #7c181d;
    border-color: #7c181d;
    padding: 15px;
    font-size: 20px;
    color: #fff;
}

@media all and (max-width: 1500px) {
    #media {
        padding: 167px 0;
    }
}

@media all and (max-width: 1300px) {
    #media {
        padding: 164px 0;
    }
}

@media all and (max-width: 1200px) {
    #media {
        background-size: cover;
    }
}

@media all and (max-width: 1024px) {
    #media {
        padding: 100px 0;
    }

    .btn.board {
        margin: 30px 0 0;
        font-size: 18px;
        width: 250px;
    }
}

@media all and (max-width: 767px) {
    #media {
        padding: 125px 0;
    }
}

@media all and (max-width: 550px) {
    .btn.board {
        margin: 20px 0 0;
        font-size: 18px;
        width: 100%;
    }
}

.cs_inquiry {
    display: inline-block;
    margin: 50px 0 0;
    color: #999;
}

.cs_inquiry p {
    display: block;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    word-break: keep-all;
}

.cs_inquiry .call_num {
    font-size: 37px;
    font-weight: bold;
    color: #444;
    position: relative;
    z-index: 1;
}

.cs_inquiry .call_num::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    height: 20px;
    background: #f1c425;
    z-index: -1;
    opacity: 0.8;
}

#inquiry {
    padding: 150px 0;
    background: #fff;
    background-size: cover;
    text-align: center;
}

#inquiry .title span {
    padding: 0 0 30px;
    border-bottom: 2px solid #eee;
    margin: 15px 0 50px;
    display: inline-block;
}

#inquiry .cs {
    margin: 0 0 10px;
    display: block;
    background: #fe1456;
    padding: 6px 40px;
    box-sizing: border-box;
    border-radius: 50px;
}

#inquiry .cs.center {
    background: #562332;
}

#inquiry .cs span {
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
    line-height: 1.5em;
}

.area_inquiry {
    margin: 0;
}

.area_form {
    position: relative;
    padding: 15px;
    width: 800px;
    background: #f4f0e9;
    margin: 0 auto;
    box-sizing: border-box;
}

.area_form i {
    display: inline-block;
    position: absolute;
    width: 31px;
    height: 31px;
}

.area_form fieldset {
    box-sizing: border-box;
    background: #f4f0e9;
}

.area_form .list_input {
    padding: 10px 0;
    margin: 0 20px;
}

.area_form .list_input > li {
    padding: 20px 0;
    border-bottom: 1px dashed #dfdbd4;
}

.area_form .list_input > li:last-child {
    border-bottom: none;
}

.area_form .list_input > li > label {
    float: left;
    width: 25%;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 0 0;
}

.area_form .list_input > li:last-child > label {
    padding: 25px 0 0;
}

.area_form .list_input > li > input {
    margin: 0;
    padding: 10px;
    width: 70%;
    height: 50px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.area_form .list_input > li > textarea {
    padding: 10px;
    box-sizing: border-box;
    resize: none;
    width: 70%;
    height: 80px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

#inquiry input[type="text"]:focus,
.area_form .list_input > li > textarea:focus {
    outline: none;
    color: #333;
}

.area_bottom {
    width: 800px;
    margin: 0 auto;
}

.area_bottom > div {
    margin: 12px 0 0;
    text-align: left;
}

.area_bottom > div em {
    position: relative;
    top: -2px;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.area_bottom > div input[type="checkbox"] {
    display: none;
    width: 15px;
    height: 15px;
}

.area_bottom > div input[type="checkbox"] + label span {
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    background: url(../img/main/img_check.png) left top no-repeat;
    cursor: pointer;
}

.area_bottom > div input[type="checkbox"]:checked + label span {
    background: url(../img/main/img_check.png) -17px top no-repeat;
}

.area_bottom input {
    margin: 20px 0 0;
    width: 150px;
    height: 55px;
    border-radius: 27.5px;
    background: #f1c425;
    border: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 55px;
}

.area_bottom .btn-primary {
    background: #285a4c;
    margin: 20px 0 0 10px;
    width: 150px;
    height: 55px;
    border-radius: 27.5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 55px;
    border: 0;
    padding: 0;
}

.area_bottom .privacy_btn {
    padding: 0 5px;
    color: #666;
}

@media (max-width: 1200px) {
    #inquiry {
        padding: 100px 50px;
    }
}

@media all and (max-width: 900px) {

    .area_form,
    .area_bottom {
        width: 600px;
    }

    .cs_inquiry {
        margin: 25px 0 0;
    }

    #inquiry .cs {
        padding: 5px 40px;
    }

    #inquiry .cs span {
        font-size: 28px;
    }
}

@media all and (max-width: 767px) {
    #inquiry {
        padding: 75px 50px;
    }

    .area_form,
    .area_bottom {
        width: 100%;
        margin: 0 auto;
    }
}

@media all and (max-width: 600px) {
    #inquiry .cs span {
        font-size: 25px;
    }

    .area_form .list_input {
        margin: 0 10px;
    }

    .area_form .list_input > li {
        padding: 10px 0;
    }

    .area_form .list_input > li > input,
    .area_form .list_input > li > textarea {
        width: 75%;
    }

    .cs_inquiry .call_num {
        font-size: 32px;
    }
}

@media all and (max-width: 550px) {
    .area_form {
        padding: 10px;
    }

    .area_form .list_input > li > label {
        font-size: 16px;
    }

    .area_form .list_input > li > input {
        font-size: 15px;
    }

    .area_bottom input {
        margin: 10px 0 0;
        font-size: 18px;
    }

    .area_bottom .btn-primary {
        font-size: 18px !important;
        margin: 10px 0 0 10px;
    }

    .cs_inquiry p {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    #inquiry {
        padding: 70px 30px;
    }
}

@media (max-width: 350px) {

    .area_bottom input,
    .area_bottom .btn-primary {
        margin-left: 0;
    }

    .cs_inquiry .call_num {
        font-size: 25px;
    }

    .cs_inquiry .call_num::before {
        width: 100%;
    }
}

#ad {
    /*    display: none;*/
    width: 100%;
    height: auto;
    background:url(../img/main/youtube_bg.jpg) center ;
    padding: 150px 0;
    overflow: hidden;
	position: relative;
}
#ad::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.9));
/*	opacity: 0.7;*/
}
#ad *{
	color: #fff !important;
}

#ad .title {
    text-align: left;
}

#ad .area_box {
    margin: 100px 0;
}


#ad .area_box li{
    font-size: 18px;
    font-weight: 400;
    color: #999;
    margin: 0 0 30px;
}

#ad .area_box li:first-child {
    font-size: 27px;
    font-weight: 400;
    margin: 0 0 30px 0;
    display: inline-block;
}
#ad .area_box li:last-child{
    margin: 0;
}
#ad .con_box {}
#ad .con_box .text_wrap{
    margin: 50px 0 0;
}
#ad .con_box .text_wrap h2{
    text-align: center;
}

#ad .media_box {
    overflow: hidden;
    margin: 0 0 60px;
}

#ad .media_box li {
    width: calc(50% - 20px);
    float: left;
    margin: 0 40px 0 0;
}

#ad .media_box li:last-child {
    margin: 0;
}

#ad .media_box li .area_img {
    height: 327px;
    line-height: 327px;
    overflow: hidden;
    margin: 0 0 20px;
}

#ad .media_box li p {
    background: #f1c425;
    padding: 0 15px;
    border-radius: 20px;
    display: inline-block;
    color: #444;
    font-weight: bold;
    font-size: 15px;
    line-height: 2em;
}

#ad .media_box li h2 {
    font-size: 25px;
    line-height: 2em;
}

#ad .media_box li h2 span {
    font-size: 15px;
    color: #b40000;
}

#ad .media_box li.youtube .area_img {
    position: relative;
}

/*
#ad .media_box li.youtube .area_img::after{
    content: '방영 예정';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 24px;
    text-align: center;
}
*/
#ad .media_box li.youtube .area_img img {
    width: 100%;
    height: auto;
    position: relative;
}

#ad .media_box .text_box li {
    font-size: 15px;
    font-weight: 400;
    color: #999;
}

#ad .media_box .audio_box {
    padding: 50px 0 0;
}

#ad .media_box audio {
    width: 100%;
}

#ad .radio_list {
    left: calc((100% - 1200px) / 2);
}

#ad .radio_list ul {}

#ad .radio_list li {}

#ad .radio_list li img {
    width: 100%;
    height: auto;
}

#ad .radio_list h2 {
    font-size: 18px;
    line-height: 3em;
}

@media (max-width: 1600px) {}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {
    #ad {
        padding: 100px 50px;
        background-size: 50%;
        background-position: calc(100% - 30px) 150px;
    }

    #ad .radio_list {
        left: 0;
    }

    #ad .radio_list h2 {
        font-size: 16px;
        line-height: 1.5em;
        margin: 10px 0 0;
    }
}

@media (max-width: 1000px) {
    #ad .area_box {
        margin: 40px 0;
    }

    #ad .media_box li {
        width: 100%;
        margin: 0 0 40px;
    }

    #ad .media_box li h2 span {
        display: block;
        line-height: 1em;
    }

    #ad .media_box li .area_img {
        height: auto;
        line-height: 100px;
    }

    #ad .media_box li .area_img img {
        width: 100%;
        height: auto;
    }

    #ad .media_box {
        margin: 0 0 40px;
    }

    #ad .media_box .audio_box {
        padding: 0;
    }
}

@media (max-width: 767px) {
    #ad {
        padding: 75px 50px;
        background-position: calc(100% - 30px) 50px;
    }

    #ad .media_box li .area_img img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
	
	#ad .area_box li:first-child{
		font-size: 18px;
	}
	#ad .area_box li{
		font-size: 14px;
	}
	#ad .con_box iframe{
		height: 300px;
	}
}

@media (max-width: 500px) {
    #ad {
        padding: 70px 30px;
    }

    #ad .media_box li h2 {
        font-size: 22px;
    }
}

/*swiper slide*/
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;

    overflow: hidden;
	opacity: 0 !important;
}
.swiper-slide.swiper-slide-active{
	opacity: 1 !important;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#product {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 150px 0;
    z-index: 1;
    background: #f5f5f5;
    /*    display: none;*/
}

#product .title {
    padding: 0;
    text-align: left;
}

#product .title::before {
    content: "PRODUCT";
    display: inline-block;
    background: #f1c425;
    padding: 0 15px;
    border-radius: 20px;
    position: relative;
    top: -20px;
    left: 0;
    color: #444;
    font-weight: bold;
    font-size: 15px;
    line-height: 2em;
}

#product .list {
    margin: 50px auto 0;
}

#product .list > li {
    float: left;
    margin: 0 30px 40px 0;
    width: -webkit-calc((100%/3) - 30px);
    width: calc((100% / 3) - 30px);
    box-sizing: border-box;
    /*    overflow: hidden;*/
}

#product .list > li:nth-child(3n) {
    margin-right: 0;
}

#product .list > li .area_img {
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 5px 16px 4px rgb(193 183 175 / 10%);
}

#product .list > li .area_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
}

#product .list > li .area_img .ic_naver {
    position: absolute;
    bottom: 30px;
    left: 30px;
    border-radius: 55px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 55px;
    height: 55px;
    padding: 0 20px;
    transition: all 0.3s;
}

#product .list > li:hover .area_img .ic_naver {
    width: 130px;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.8);
}

#product .list > li .area_img .ic_naver img {
    height: 25px;
    width: auto;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#product .list > li:hover .area_img .ic_naver::after {
    content: "바로가기";
    display: inline-block;
    font-size: 13px;
    color: #fff;
    margin: 0 0 0 40px;
    line-height: 55px;
}

#product .list > li:hover .area_img .ic_naver img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}

#product .list > li .area_txt {
    /*    font-family: 'SDKukdetopokki-Lt';*/
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #444;
    white-space: normal;
    line-height: 1.2;
    height: 2.4em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1200px) {
    #product {
        padding: 100px 50px;
    }
}

@media (max-width: 1024px) {
    #product .list > li {
        margin: 0 30px 30px 0;
        width: -webkit-calc((100%/3) - 20px);
        width: calc((100% / 3) - 20px);
    }
}

@media (max-width: 768px) {
    #product {
        padding: 75px 50px;
    }

    #product .list > li {
        margin: 0 20px 20px 0;
        width: -webkit-calc((100%/2) - 10px);
        width: calc((100% / 2) - 10px);
    }

    #product .list > li:nth-child(2n) {
        margin-right: 0;
    }

    #product .list > li:nth-child(3n) {
        margin: 0 20px 20px 0;
    }

    #product .list > li:last-child {
        margin-right: 0;
    }

    #product .list > li .area_img {
        height: 190px;
    }

    #product .list > li .area_img img {
        width: 100%;
        height: auto;
    }

    #product .list > li .area_img .ic_naver {
        bottom: 15px;
        left: 15px;
        border-radius: 35px;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
        width: 100px;
        height: 35px;
        padding: 0 13px;
    }

    #product .list > li .area_img .ic_naver img {
        height: 20px;
        width: auto;
        box-sizing: border-box;
        position: unset;
        transform: unset;
        line-height: 35px;
    }

    #product .list > li .area_img .ic_naver::after {
        content: "바로가기";
        display: inline-block;
        font-size: 13px;
        color: #fff;
        margin: 0;
        padding: 0 0 0 5px;
        line-height: 35px;
    }
}

@media (max-width: 500px) {
    #product {
        padding: 50px 30px;
    }

    #product .list > li .area_img img {
        height: 100%;
        width: auto;
    }
}


#order {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 0 150px 0;
    z-index: 1;
    background: #f5f5f5;
}

#order .inr {
    position: relative;
    padding: 150px 0 0;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #ccc;

}

#order .title {
    text-align: center;
}

#order .title p {
    display: block;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    word-break: keep-all;
    color: #999;
}

#order .title > ul {
    display: block;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    word-break: keep-all;
    color: #999;

}

#order .title > ul > li {
    /*    width: 50%;*/
}

#order .join_box {
    width: 100%;
    background: #fff;
    padding: 40px;
    display: inline-block;
    margin: 20px 0 0;
}

#order .join_box span {
    margin: 0;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: bold;
    padding: 0 5px;
    font-size: 2.70em;
}

#order .join_box span::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 15px;
    background: #f1c425;
    z-index: -1;
    opacity: 0.6;
    box-sizing: inherit
}

#order .join_box ul {
    display: block;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    word-break: keep-all;
    color: #999;
}

#order .join_box ul .btn_group {
    margin: 40px 0 0;
}

#order .join_box ul .btn_group a {
    width: 150px;
    height: 55px;
    line-height: 55px;
    border-radius: 27.5px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px 0;
    display: inline-block;
}

#order .join_box ul .btn_group a.login {
    background: #f1c425;
    color: #333;
}

#order .join_box ul .btn_group a.join {
    background: #5A8077;
    color: #fff;
}


#order .order_form {
    width: 90%;
    margin: 40px auto 0;
    text-align: center;
}

#order .order_form .tit {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    padding: 30px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#order .order_form .tit > .chec input {
    width: auto;
    margin: 0 3px 0 0;
}

#order .order_form .con {
    background: #fff;
    padding: 30px 5%;
    text-align: left;
}

#order .order_form input[type=checkbox],
#order .order_form input[type=radio] {
    margin: 0;
}

#order .order_form input[type=radio] {
    margin: 0 4px 0 0;
}

#order .order_form .cate01 .tit {
    padding: 0 0 20px;
}

#order .order_form .cate01 .con {
    display: flex;
    justify-content: space-between;
}

#order .order_form label {
    margin: 0 30px 0 0;
    font-size: 16px;
    font-weight: 500;
}

#order .order_form label:last-child {
    margin: 0;
}

#order .order_form .cate01 {
    font-size: 1.2em;
    margin-bottom: 50px;
}

#order .order_form .cate01 ul {
    border-top: 1px solid #CCC;
}

#order .order_form .cate01 li {
    display: inline-block;
    border-bottom: 1px solid #CCC;
    text-align: left;
    padding: 20px 40px;
}

#order .order_form .cate01 li p {
    display: inline-block;
    width: 20%;
    line-height: 2em;
}

#order .order_form .cate01 li p:last-child {
    text-align: right;
    font-weight: 600;
}

#order .order_form .cate01 li input {
    line-height: 2em;
}

#order .order_form .cate01 p.img {
    width: 100px;
}

#order .order_form .cate01 p.img img {
    width: 80px;
    height: 80px;
}

#order .order_form .cate01 p.title {
    text-align: left;
    width: 33%;
}

#order .order_form .cate01 .total {
    text-align: right;
    font-size: 1.1em;
    padding: 10px 20px;
    word-braek-: keep-all;
}

#order .order_form .cate01 .total strong {
    font-size: 1.5em;
    font-weight: 600;
    margin-left: 10px;
    color: #5A8077;
}

#order .order_form .cate01 .in_de {
    display: inline-block;
    text-align: center;
    width: 15%;
}

#order .order_form .cate01 .in_de .in_de_Area {
    line-height: 1.5em;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.3rem;
    margin: 0px auto;
    line-height: 38px;
    display: inline-block;
    width: auto;
}

#order .order_form .cate01 .in_de input[type=text] {
    width: 50%;
    border: 0;
    background: none;
    text-align: center;
}

#order .order_form .cate01 .in_de button {
    background: none;
    border: 0 !important;
    cursor: pointer;
}

#order .order_form .cate01 .in_de button i {
    font-size: 1.05em;
}

#order .order_form .cate01 .in_de button.arrowUp {
    border: 0 !important;
    border-radius: .25em;
    background: #ff7e00 !important;
}

#order .order_form .cate01 .in_de button.arrowDown {
    border: 0 !important;
    border-radius: .25em;
    background: #313d53 !important;
    margin: 0 20px 0 0;
}

#order .order_form .cate01 .in_de button.arrowUp i,
#order .order_form .cate01 .in_de button.arrowDown i {
    color: #fff;
}

@media (max-width: 768px) {
    #order .order_form .cate01 li {
        position: relative;
        padding-left: 120px;
    }

    #order .order_form .cate01 .img {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    #order .order_form .cate01 p.title {
        width: auto;
    }

    #order .order_form .cate01 li p {
        width: auto;
    }

    #order .order_form .cate01 li p.price {
        clear: both;
    }

    #order .order_form .cate01 .in_de {
        display: block;
        width: 100%;
    }
}


.row_wrap {
    display: flex;
    justify-content: space-between;
}

#order .order_form li {
    width: 100%;
    margin: 0 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#order .order_form li:last-child {
    margin: 0;
}

#order .order_form li input {
    /*    width: 100%;*/
    line-height: 3em;
}

#order .order_form .cate02 dl {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin: 0 0 15px;
}

#order .order_form .cate02 dl.adress {
    align-items: flex-start;
}

#order .order_form .cate02 dt {
    padding: 0;
    width: 30%;
    font-size: 16px;
}

#order .order_form .cate02 dd {
    width: 70%;
}

#order .order_form .cate02 dd input {
    padding: 0 20px;
    color: #333;
    font-size: 14px;
}

#order .order_form .cate02 dl.adress dd input {
    margin: 10px 0 0;
}

#order .order_form .cate02 dl.adress dd input:first-child {
    margin: 0 5px 0 0;
}

#order .order_form .cate02 input {
    width: 100%;
    border: 1px solid #ccc;
}

#order .order_form .cate02 button {
    width: 100%;
}

#order .sub_con {
    width: 100%;
    background: #eee;
    padding: 20px 2.5%;
    display: flex;
}

#order .sub_con > input {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    color: #ccc;
    padding: 0 20px;
    line-height: 3em;
    font-size: 14px;
}

#order .sub_con.st2 > input {
    width: auto;
}

#order .sub_con > select {
    width: auto;
    border: 1px solid #ccc;
    background: #fff;
    color: #999;
    padding: 0 20px;
    line-height: 3em;
    font-size: 14px;
    margin: 0 10px 0 0;
}

#order #order_btn {
    margin: 30px 0;
    width: 150px;
    height: 55px;
    border-radius: 27.5px;
    background: #f1c425;
    border: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 55px;
}

#order .btn-primary {
    background: #285a4c;
    margin: 30px 0px 30px 10px;
    width: 150px;
    height: 55px;
    border-radius: 27.5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 55px;
    border: 0;
    padding: 0;
}

.layer_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
}

#layer {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 400px;
    max-height: 470px;
}

@media (max-width: 1200px) {
    #order {
        padding: 0;
    }

    #order .inr {
        padding: 100px 50px;
        border: 0;
        border-top: 1px solid #ccc;
    }

    #order .order_form {
        width: 100%;
    }
}

@media (max-width:1024px) {
    #order .inr {}

    #order .title > ul {
        font-size: 14px;
    }

    #order .join_box {
        padding: 40px 20px;
    }

    #order .join_box ul {
        font-size: 14px;
    }

    #order .join_box ul .btn_group a {
        margin: 0 5px 10px;
    }

    #order .join_box ul .btn_group a:last-of-type {
        margin-bottom: 0;
    }

    #order .order_form .cate01 .con,
    #order .order_form .cate02 {
        flex-direction: column;
        flex-wrap: wrap;
    }

    #order .order_form label {
        margin: 0;
        line-height: 2em;
    }

    #order .order_form .cate02 label,
    #order .order_form .cate03 label {}

    #order .order_form .cate03 label b {
        display: block;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #order {
        position: unset;
    }

    #order .inr {
        padding: 75px 50px;
        position: unset;
    }

    #order .sub_con.st2 {
        flex-wrap: wrap;
    }

    #order .sub_con.st2 > input {
        width: 100%;
        margin: 0;
    }

    #order .sub_con.st2 > select {
        width: 100%;
        margin: 0;
        height: 3em;
        margin: 0 0 10px;
    }

    #order #order_btn {
        width: 150px;
    }

    #layer {
        top: 60%;
    }
}

@media (max-width: 550px) {
    #order .order_form .cate02 dl.adress dd input {
        display: block;
    }
}

@media (max-width: 500px) {
    #order .inr {
        padding: 70px 30px;
    }

    #order #order_btn {
        /*        padding: 20px;*/
    }

    #order .order_form .con {
        padding: 20px;
    }

    #order .sub_con {
        padding: 20px;
    }
}

@media (max-width:379px) {
    #order #order_btn {
        margin: 50px 0 0;
    }

    #order .btn-primary {
        display: block;
        margin: 10px auto 0;
    }
}
