/*익스플로어 플레이스홀더 컬러 지정*/
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ababab;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: #ababab;
}

/*.home {
	height: 250px;
}
*/

.customer_bg {
    height: 250px;
    filter: blur(4px);
}

.home_slider_container h2 {
    font-family: 'NanumSquare';
    font-weight: 800;
    font-size: 35px;
    color: #333;
    text-align: center;
}

.customer_bg::before {
    width: 100%;
    height: 100%;
    content: '';
    clear: both;
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0;
    top: 0;
}


.customer_bg {
    height: 250px;
}

.customer_bg h2 {
    font-family: 'NanumSquare';
    font-weight: 800;
    font-size: 35px;
    color: #333;
    margin-top: 100px;
    text-align: center;
}


.coustomer_list {
    width: 100%;
    margin: 50px 0 30px 0;
    text-align: center;
}

.coustomer_list>ul {
    list-style: none;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    display: block;
    zoom: 1;
}

.coustomer_list>ul:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.coustomer_list>ul>li {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    width: 33.333%;
}


.coustomer_list>ul>li>a {
    /*color: #333;*/
    color: rgba(51, 51, 51, 0.5);
    text-decoration: none;
    display: block;
    line-height: 45px;
    padding: 10px 25px;
    font-family: 'NanumSquare';
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}

.coustomer_list>ul>li>a:hover {
    color: #333;
    transition: 0.25s;
}

.coustomer_list>ul>li>a:hover:before {
    width: 100%;
}

.coustomer_list>ul>li>a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #333;
    -webkit-transition: width .25s;
    -moz-transition: width .25s;
    -ms-transition: width .25s;
    -o-transition: width .25s;
    transition: width .25s;
}

.coustomer_list>ul>li.active>a {
    color: #333;
}

.coustomer_list>ul>li.active>a:before {
    width: 100%;
}


.coustomer_list li:hover>ul {
    display: block;
    top: 17.7%;
    opacity: 1;
}


.feature_content {
    padding-bottom: 50px;
}

.elements_accordions {}

.accordion_container {
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 13px;
    padding-bottom: 4px;
}

.accordion_container:not(:last-child) {
    margin-bottom: 30px;
}

.accordion {
    width: 100%;
    /*	padding-left: 27px;*/
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.accordion div {
    /*	overflow: hidden;*/
    /*	white-space: nowrap;*/
    font-family: 'NanumSquare';
    font-size: 17px;
    font-weight: 800;
    color: #333;
}

.accordion::after {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3px;
    right: 0;
    height: 100%;
    font-family: 'FontAwesome';
    content: '\f107';
    font-size: 24px;
    color: #384158;
    font-weight: 400;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.accordion.active::after {
    content: '\f106';
    color: #333;
}

.accordion_panel {
    padding-right: 8px;
    padding-left: 55px;
    padding-top: 9px;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion.active+.accordion_panel {
    margin-bottom: 20px;
    margin-top: 15px;
}

.accordion_panel p {
    font-size: 15px;
    font-family: 'Nanum';
    font-weight: 400;
    color: #76777a;
	word-break: break-all;
    line-height: 2;
}

.feature_video {
    width: calc(100% + 15px);
    left: -15px;
    height: 363px;
    margin-top: -4px;
}

.feature_video_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
}

.feature_video_button {
    display: block;
    width: 60px;
    height: 60px;
    z-index: 10;
    outline: none;
}

.title {
    width: 90%;
    margin-left: 1%;
}

.notice .accordion_container .accordion>p {
    float: right;
}

.accordion .date {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Nanum';
    width: 10%;
}

.title>p {
    width: 100%;
    font-size: 17px;
    font-weight: 800;
    font-family: 'NanumSquare';
    color: #333;
}

.accordion_panel img {
    width: 100%;
    height: auto;
}

.notice .accordion_panel {
    padding-left: 0;
}

.notice .title>p {
    width: 107%;
}


.notice_none .notice {
    text-align: center;
    box-shadow: none;
    background: #f2f4f5;
    padding: 40px;
    margin-bottom: 35px;
}

.notice_none .notice p {
    font-size: 17px;
    font-family: 'NanumSquare';
    font-weight: 700;
    line-height: 130px;
}

/*notice_end*/

/*faq_start*/

.faq .accordion div {
    width: 97%;
}

.faq .accordion_panel {
    padding-left: 0;
}

/*faq_end*/

/*qna_start*/

.qna_wrap {
    width: 100%;
    height: 380px;
    margin-bottom: 50px;
    padding: 15px;
}

.qna_wrap p {
    font-size: 22px;
    font-family: 'NanumSquare';
    font-weight: 800;
    color: #333;
    margin-bottom: 15px;
}

.qna_wrap textarea {
    width: 100%;
    height: 50px;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    padding: 15px 20px;
    outline: none;
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
    overflow-y: hidden;
    resize: none;
}

.qna_wrap textarea:nth-child(3) {
    height: 150px;
}

.qna_wrap textarea::placeholder {
    color: #ababab;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ababab;
}

.qna_wrap a {
    display: block;
    width: 70%;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    font-weight: 800;
    font-family: 'NanumSquare';
    transition: 0.3s;
    border-radius: 5px;
    margin: auto;
}

.qna_wrap a:hover {
    background: #059ac5;
}

.qna_infor>span {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Nanum';
    color: #76777a;
    line-height: 25px;
    margin-bottom: 15px;
    display: block;
}

.qna_infor ul li {
    width: 100%;
    height: 50px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'NanumSquare';
    line-height: 50px;
    margin-bottom: 10px;
    color: #76777a;
}

.qna_infor ul li i {
    margin-right: 15px;
}

.qna .accordion {}

.qna .date {
    width: 12%;
    font-size: 15px;
}

.qna .waiting {
    text-align: center;
    background: #76777a;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Nanum';
    padding: 3px 9px;
    margin-right: 10px;
}

.qna .answer {
    text-align: center;
    background: #0984e3;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Nanum';
    padding: 3px 9px;
    margin-right: 10px;
}

.qna .accordion_panel div span {
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    font-family: 'NanumSquare';
    background: #0984e3;
    color: #fff;
    padding: 3px 10px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.qna .accordion_panel div:nth-child(2)::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ababab;
    margin: 25px 0;
}

/*qna_end*/



/*join_start*/
.join_content {
    margin: 80px 0;
}

.join_content h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    font-family: 'NanumSquare';
    color: #333;
    margin-bottom: 25px;
}

form div {
    margin-bottom: 15px;
}

.join input {
    border: 1px solid #e5e5e5;
    padding-left: 10px;
    width: 48%;
    height: 45px;
    /*	margin-bottom: 22px;*/
    font-family: 'Nanum';
}

.join div p {
    color: #ed5565;
	display: none;
    margin: 5px 0;
}
.join div .pass {
	color: #0984e3;
}

form div.error>p:first-of-type {
    display: block;
}

.join input::placeholder {
    font-family: 'Nanum';
    font-size: 14px;
    color: #ababab;
}

.join input:-ms-input-placeholder {
    color: #ababab;
}

.dropdown_email input {
    width: 100%;
}


.email {
    float: right;
    width: 48%;
    position: relative;
}


.arrow::after {
    display: block;
    font-family: 'FontAwesome';
    content: '\f107';

}

.arrow {
    font-size: 15px;
    text-align: right;
    cursor: pointer;
    z-index: 100;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 15px 15px 200px;

    transform: rotate(360deg);
}

.arrow.di {
    padding: 15px;
}


.arrow i {

    display: block;
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
}

.arrow.on {
    transform: rotate(180deg);
    /*top: 16px;*/
    padding: 15px 200px 15px 15px
}


.dropdown_email {
    width: 100%;
    display: inline-block;
    height: 45px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    outline: none;
    border: 1px solid #efeeee;
    background: #f7f7f7;
    position: absolute;

}

.dropdown_email label {}



.dropdown_email.expanded {
    height: auto;
    background: #f7f7f7;
    padding: 0;
    z-index: 1;
}

.mailInput.miCss {
    height: 45px;
    border-bottom: 1px solid #f2f3f5;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: left;
    margin-bottom: 0;
    font-family: 'Nanum';
}

.dropdown_email .mailInput {
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    padding: 0 20px;
    border: none;
    border-bottom: 1px solid #e8e8e8;
}

.dropdown_email input:not(.mailInput) {
    display: none;
}



.dropdown_email label {
    display: block;
    height: 45px;
    padding: 0 20px;
    line-height: 45px;
    font-size: 14px;
    font-family: 'Nanum';
    cursor: pointer;
}

.dropdown_email label:hover {
    background: #ececec;
}



.box_pw input:last-of-type {
    float: right;
}

.join_pw1>input,
.join_pw2>input,
.join_name>input,
.join_certify>input {
    width: 100%;
}

.join_phone>input {
    width: 70%;
}

form .join_phone a {
    float: right;
    width: 29%;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    border: none;
    color: #fff;
    background: #0984e3;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    font-family: 'Nanum';
}

form .join_phone .btn_repaly {
    background: #ababab;
}

.box_phone .replay {
    background: #f2f4f5;
    color: #333;
}

.box_phone .replay:hover {
    background: #76777a;
    color: #fff;
}

.box_phone button:hover {
    background: #574637;
}

.box_phone input:last-child {
    width: 100%;
}

.sec {
    width: 197px;
    height: 45px;
    float: left;
}

.box_sec input {
    float: right;
}

.join a {
    display: block;
    height: 40px;
    background: #333;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 40px;
    margin: auto;
    border-radius: 3px;
}

.join a:hover {
    color: #fff;
}

/*

.agree_wrap {
	display: inline-block;
	margin: 0 auto;
}

.agree_wrap > input {
	width: 12px;
	height: 12px;
	margin-right: 5px;
	float: left;
	margin-top: 2px;
}

#agree2 {
	clear: both;
}

.agree_wrap > label {
	font-size: 12px;
	font-family: "Nanum";
	font-weight: 400;
	margin-right: 20px;
	float: left;
}

.agree_wrap {
	display: inline-block;
	margin: 0 auto;
}


.agree_wrap > label {
	font-size: 11px;
	font-family: "Nanum";
	font-weight: 400;
	margin-right: 10px;
	float: left;
}
*/

.box_check {
    display: inline-block;
}

.box_check input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    float: left;
    margin-top: 2px;
}

.box_check {
    margin: 10px 0 20px 0;
}

.box_check label {
    color: #76677a;
}

.box_check ul li {
    float: left;
    margin-right: 10px;
}

.box_check a {
    background: #fff;
    color: #76777a;
    font-family: 'Nanum';
    font-size: 11px;
    font-weight: 400;
    float: left;
    line-height: 0;
    margin-top: 10px;
    height: 0;
}

.box_check a:hover {
    color: #76677a;
}

.sns_wrap {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: "Nanum";
    font-weight: 400;
    display: inline-block;
}

.sns_wrap>div {
    margin: auto;
    margin-top: 20px;
}

.sns_wrap a {
    background: none;
}

.sns_wrap span {
    display: inline;
}

.sns_wrap span::after {
    display: block;
    content: '';
    width: 38%;
    height: 1px;
    background: #e5e5e5;
    margin-top: -10px;
    position: absolute;
    top: 20px;
    left: 0;
}

.sns_wrap span::before {
    display: block;
    content: '';
    width: 38%;
    height: 1px;
    background: #e5e5e5;
    margin-top: 8px;
    position: absolute;
    top: 0;
    right: 0;
}


.box_btn_find {
    margin: 10px 0 20px 0;
}

.box_btn_find .btn_find2 {
    background: #ababab;
    margin-top: 15px;
}

hr {
    margin: 20px 0;
}

.form_cell>input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*join_end*/

/*join_complete_start*/
.join_complete_content {
    margin: 80px 0;
    text-align: center;
}

.join_complete_content img {
    margin-bottom: 30px;
}

.join_complete_content h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    font-family: 'NanumSquare';
    color: #333;
    margin-bottom: 30px;
}

.join_text {
    display: inline-block;
    padding: 35px 25px;
    background: #f2f4f5;
    margin-bottom: 30px;
    width: 100%;
}

.join_text ul {
    clear: both;
}

.join_text ul li {
/*    float: left;*/
	text-align: left;
    font-size: 17px;
    font-weight: 800;
    font-family: 'NanumSquare';
    color: #333;
    line-height: 50px;
}

.join_text ul li:nth-child(2) {
/*    float: right;*/
    font-weight: 400;
}

/*join_complete_end*/

/*sns_join_start*/
.join_content>img {
    display: block;
    margin: 30px auto;
}

.sns_join>input {
    width: 100%;
}

/*sns_join_end*/

/*login_end*/
.login input {
    width: 100%;
}

.login_list ul {
    height: 50px;
    margin-top: 10px;
}

.login_list ul li {
    width: 33%;
    float: left;
}

.login_list ul li a {
    background: none;
    color: #76777a;
    font-size: 15px;
    font-family: 'Nanum';
    font-weight: 400;
}

.login_list ul li a:hover {
    color: #333;
}

.login_list ul li:after {
    display: block;
    content: '|';
    margin-top: -30px;
}

.login_list ul li:first-child:after {
    display: none;
}

.login_list:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #ababab;
    margin-bottom: 20px;
}

.login .agree_wrap input {
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-right: 5px;
}

.login .agree_wrap label {
    margin-top: -5px;
}

/*login_end*/

/*id_fine_find*/
.id_find a:last-child,
.pw_find a:last-child {
    background: #ababab;
    color: #fff;
    margin-top: 15px;
}

/*id_fine_end*/

/*find_id_start*/
.find_wrap a {
    border:1px solid #333;
    color: #333;
    margin-bottom: 15px;
    background: transparent;
}

.find_wrap a:last-of-type:hover{
	color:#fff;
}

.find_wrap a:first-of-type {
    background: #333;
    color: #fff;
    margin-bottom: 15px;
}

.find_id,
.find_pw {
    display: inline-block;
    padding: 35px 25px;
    background: #f2f4f5;
    margin-bottom: 30px;
    width: 100%;
}

.find_id span,
.find_pw {
    font-size: 17px;
    font-weight: 400;
    font-family: 'NanumSquare';
    color: #76777a;
}

.find_id h4 {
    font-size: 22px;
    font-weight: 800;
    font-family: 'NanumSquare';
    color: #333;
    margin-top: 15px;
}

.pass_find .join_id input {
    width: 100%;
}

/*find_id_end*/

/*sns_login_start*/
.kakao .join_phone input,
.facebook .join_phone input,
.naver .join_phone input {
    width: 100%;
}

.login .join_id input,
.naver .join_id input,
.facebook .join_id input,
.kakao .join_id input {
    width: 100%;
}

/*sns_login_end*/

@media only screen and (max-width: 1199px) {
    .box_phone button {
        font-size: 13px;
    }
}


@media only screen and (max-width: 768px) {
    .coustomer_list>ul {
        width: 90%;
    }

    .btn_m_search {
        top: 10px;
    }

    .accordion div {
        font-size: 17px;
    }

    .accordion::before {
        top: -5px;
    }

    .accordion_panel p {
        font-size: 14px;
    }

    .notice .date {
        font-size: 14px;
        width: 15%;
    }

    .faq .accordion div {
        width: 93%;
    }

    .qna .date {
        width: 20%;
        margin-right: 2%;
        font-size: 14px;
    }

    .qna_infor ul li {
        font-size: 14px;
    }

    .qna .waiting,
    .qna .answer {
        padding: 5px 10px;
        font-size: 12px;
    }

    .title>p {
        width: 95%;
    }

    .coustomer_list>ul>li>a {
        font-size: 17px;
    }

    .join_content {
        margin-top: 80px;
    }

    .fail,
    .success {
        margin-top: -20px;
        padding-bottom: 5px;
    }

    .join_text div {
        padding: 20px 0;
    }

    .join_text div p,
    .join_text div span {
        line-height: 10px;
    }

    form .join_phone a {
        font-size: 13px;
    }

    .arrow {
        padding-left: 165px;
    }


}



@media only screen and (max-width: 414px) {
    .accordion_container {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 13px;
        padding-bottom: 4px;
    }

    .coustomer_list>ul {
        width: 100%;
    }

    .coustomer_list>ul>li>a {
        padding: 0;
        font-size: 16px;
    }

    .accordion>div:first-child {
        font-size: 13px;
    }

    .accordion::before {
        top: -3px;
    }

    .title>p {
        font-size: 14px;
        width: 90%;
    }

    .accordion .date {
        font-size: 12px;
    }

    .accordion_panel {
        padding-left: 42px;
    }

    .accordion_panel p {
        font-size: 13px;
        line-height: 24px;
    }

    .notice .accordion .date {
        width: 32%;
    }

    .qna .date {
        width: 28%;
        margin-right: 3%;
    }

    .qna .waiting,
    .qna .answer {
        padding: 3px 4px;
        font-size: 12px;
    }

    .qna .accordion_panel div span {
        font-size: 12px;
        padding: 3px 8px;
        margin-bottom: 10px;
    }

    .qna .accordion_panel div:nth-child(2)::before {
        margin: 15px 0;
    }

    .accordion.active+.accordion_panel {
        margin-top: 0;
    }

    #agree2 {
        clear: both;
    }

    .join_content {
        margin-top: 50px;
    }

    .join_content h3 {
        font-size: 25px;
    }

    .sns_wrap span::after,
    .sns_wrap span::before {
        width: 35%;
    }
	
    .arrow {
        padding: 15px 15px 15px 135px;
    }

    .arrow {
        padding-left: 160px;
    }
}

@media only screen and (max-width: 375px) {
    .arrow {
        padding-left: 140px;
    }
}


@media only screen and (max-width: 360px) {
    .qna .date {
        width: 36%;
        margin-right: 1%;
        font-size: 10px;
    }

    .qna .waiting,
    .qna .answer {
        padding: 2px 10px;
        font-size: 10px;
        width: 30%;
    }

    .accordion_panel p {
        font-size: 11px;
    }

    .qna .accordion_panel div span {
        font-size: 10px;
    }

    .agree_wrap>label {
        margin-right: 5px;
    }

    .join_content h3 {
        font-size: 20px;
    }

    .box_phone button {
        font-size: 11px;
    }

    .arrow {
        padding-left: 135px;
    }
}

@media only screen and (max-width: 320px) {
    .arrow {
        padding-left: 115px;
    }
}