@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
/* reset */
* { font-family: 'NanumSquare'; padding: 0; margin: 0; }

html { font-family: 'NanumSquare' !important; }

body { font-family: 'NanumSquare' !important; top: 0; left: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background: #fff; }

a { text-decoration: none; }

li { list-style: none; }

em { font-style: normal; }

ul, li, ol { list-style: none; }

.hidden { display: none; }

/* swiper */
.swiper-container { width: 100%; height: 100%; }

.swiper-slide { overflow: hidden; text-align: center; font-size: 18px; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }

/* 공통 */
/* header */
.header { width: 100%; position: fixed; height: 50px; background: #fff; box-shadow: 0 1px 0 0 #dddddd; left: 0; top: 0; z-index: 50; }
.header .inner { width: 100%; }
.header .inner .wrap { display: flex; justify-content: space-between; }
.header .inner .wrap h1 { width: 150px; height: 50px; }
.header .inner .wrap h1 img { width: 100%; height: 100%; }
.header .inner .wrap .gnb { margin-right: 30px; display: flex; margin-top: 7px; }
.header .inner .wrap .gnb li a { display: inline-block; padding: 0 20px; line-height: 43px; font-size: 12px; color: #000; position: relative; }
.header .inner .wrap .gnb li a::after { display: block; content: ''; position: absolute; right: 0; top: 50%; width: 1px; height: 10px; background: #ddd; transform: translateY(-50%); }
.header .inner .wrap .gnb li:last-child a::after { display: none; }
.header .inner .wrap .gnb li.on a { font-weight: bold; }

/* footer */
.footer { width: 100%; box-sizing: border-box; padding: 50px 0; background-color: #181717; min-width: 1200px; }
.footer .inner { width: 1200px; padding: 0 100px; box-sizing: border-box; margin: 0 auto; box-sizing: border-box; }
.footer .util { display: flex; font-size: 13px; color: #ccc; margin-bottom: 20px; }
.footer .util li { display: inline-block; padding: 0 17px; position: relative; font-family: 'NanumGothic'; }
.footer .util li:first-child { padding-left: 0; }
.footer .util li::after { content: ''; display: block; width: 1px; height: 13px; background: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.footer .util li a { color: #ccc; }
.footer .util li:last-of-type::after { display: none; }
.footer .info p { font-size: 12px; color: #666; line-height: 1.67; font-family: 'NanumGothic'; }

/* skip navigation */
#skipNavi li a { position: fixed; left: 0; top: -30px; height: 30px; background: #000; z-index: 999; width: 100%; text-align: center; color: #fff; text-align: center; font-size: 12px; line-height: 30px; display: block; }
#skipNavi li a.on { top: 0; }

/* visual */
.visual { width: 100%; padding-top: 51px; height: 600px; overflow: hidden; min-width: 1200px; }
.visual .swiper-container { /* swiper-btn */ /* swiper-pagination*/ }
.visual .swiper-container .swiper-wrapper { width: 100%; }
.visual .swiper-container .swiper-wrapper .swiper-slide { width: 100%; position: relative; }
.visual .swiper-container .swiper-wrapper .swiper-slide .visual-back img { width: 100%; height: auto; position: relative; object-position: center; }
.visual .swiper-container .swiper-wrapper .swiper-slide .visual-back::after { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.71; }
.visual .swiper-container .swiper-wrapper .swiper-slide .inner { width: 1200px; height: 600px; margin: 0 auto; padding: 0 100px; box-sizing: border-box; position: absolute; left: 50%; top: 0; transform: translateX(-50%); }
.visual .swiper-container .swiper-wrapper .swiper-slide .inner .txt { position: absolute; left: 100px; top: 120px; }
.visual .swiper-container .swiper-wrapper .swiper-slide .inner .txt p { font-size: 22px; font-weight: bold; color: #fff; text-align: left; margin-bottom: 20px; }
.visual .swiper-container .swiper-wrapper .swiper-slide .inner .txt h2 { font-size: 36px; font-weight: bold; line-height: 1.67; color: #fff; text-align: left; }
.visual .swiper-container .swiper-wrapper .swiper-slide .inner .link-btn { position: absolute; left: 100px; bottom: 120px; display: block; width: 222px; height: 60px; line-height: 60px; text-align: center; border: 1px solid #fff; border-radius: 36px; letter-spacing: -0.6px; font-size: 18px; font-weight: normal; color: #fff; box-sizing: border-box; transition: 0.2s; }
.visual .swiper-container .swiper-wrapper .swiper-slide .inner .link-btn:hover { font-weight: bold; background-color: rgba(255, 255, 255, 0.1); }
.visual .swiper-container .swiper-button-next, .visual .swiper-container .swiper-button-prev { width: 40px !important; height: 80px !important; margin-top: -40px !important; }
.visual .swiper-container .swiper-button-prev, .visual .swiper-container .swiper-container-rtl .swiper-button-next { background-image: url("../images/swiper_prev.svg") !important; background-size: cover; }
.visual .swiper-container .swiper-button-next, .visual .swiper-container .swiper-container-rtl .swiper-button-prev { background-image: url("../images/swiper_next.svg") !important; background-size: cover; }
.visual .swiper-container .swiper-pagination-bullet { width: 10px; height: 10px; background-color: rgba(255, 255, 255, 0.5); transition: 0.4s; border-radius: 5px; }
.visual .swiper-container .swiper-pagination-bullet-active { border-radius: 5px; width: 60px; background-color: #fff; }

/* template */
.main-template { width: 100%; background: #D13131; height: 600px; min-width: 1200px; z-index: -1; }
.main-template .inner { width: 1200px; margin: 0 auto; background-image: url("../images/main_tem_back.png"); height: 600px; padding: 0 100px; box-sizing: border-box; background-size: contain; }
.main-template .inner .txt { padding-top: 120px; }
.main-template .inner .txt p { font-size: 22px; font-weight: bold; color: #fff; text-align: left; margin-bottom: 20px; }
.main-template .inner .txt h2 { font-size: 36px; font-weight: bold; line-height: 1.67; color: #fff; text-align: left; }
.main-template .inner .link-btn { display: block; width: 222px; height: 60px; line-height: 60px; text-align: center; border: 1px solid #fff; border-radius: 36px; letter-spacing: -0.6px; font-size: 18px; font-weight: bold; color: #fff; box-sizing: border-box; margin-top: 150px; transition: 0.2s; }

/* main-faq */
.main-faq { width: 100%; padding: 100px 0; }
.main-faq .inner { width: 1200px; padding: 0 100px; box-sizing: border-box; margin: 0 auto; }
.main-faq .inner .faq-top { display: flex; justify-content: space-between; margin-bottom: 50px; width: 100%; }
.main-faq .inner .faq-top h3 { font-size: 36px; color: #000; }
.main-faq .inner .faq-top a { padding-right: 20px; font-size: 16px; color: #666; position: relative; margin-top: 17px; line-height: 21px; font-weight: bold; }
.main-faq .inner .faq-top a::after { content: ''; display: block; background: url("../images/main_faq_more.png"); width: 20px; height: 20px; position: absolute; right: 0; top: 0; }
.main-faq .inner .main-faq-wrap { width: 100%; }
.main-faq .inner .main-faq-wrap article { border-top: 1px solid #ddd; }
.main-faq .inner .main-faq-wrap article .question { height: 65px; display: flex; }
.main-faq .inner .main-faq-wrap article .question .img { background: url("../images/main_faq_icon.svg"); width: 60px; height: 65px; }
.main-faq .inner .main-faq-wrap article .question p { line-height: 65px; font-size: 19px; color: #111; }
.main-faq .inner .main-faq-wrap article .answer { width: 100%; background: #fafafa; display: none; }
.main-faq .inner .main-faq-wrap article .answer p { padding: 25px 20px 25px 60px; line-height: 1.67; color: #111; }
.main-faq .inner .main-faq-wrap article.on .answer { display: block; }
.main-faq .inner .main-faq-wrap article:last-of-type { border-bottom: 1px solid #ddd; }

/* main-inquiry */
.main-inquiry { width: 100%; height: 600px; position: relative; min-width: 1200px; }
.main-inquiry .back { background: url("../images/inquiry.png") no-repeat; background-size: cover; position: relative; width: 100%; height: 100%; }
.main-inquiry .back::after { width: 100%; height: 100%; background: #000; opacity: 0.71; position: absolute; left: 0; top: 0; content: ''; display: block; }
.main-inquiry .inner { width: 1200px; margin: 0 auto; box-sizing: border-box; padding: 0 100px; position: absolute; left: 50%; top: 0; transform: translateX(-50%); height: 100%; }
.main-inquiry .inner .txt { padding-top: 120px; }
.main-inquiry .inner .txt h2 { font-size: 36px; font-weight: bold; line-height: 1.67; color: #fff; text-align: left; margin-bottom: 50px; }
.main-inquiry .inner .txt p { font-size: 22px; font-weight: bold; color: #fff; text-align: left; margin-bottom: 150px; }
.main-inquiry .inner .link-btn { display: block; width: 222px; height: 60px; line-height: 60px; text-align: center; border: 1px solid #fff; border-radius: 36px; letter-spacing: -0.6px; font-size: 18px; font-weight: normal; color: #fff; box-sizing: border-box; transition: 0.2s; }
.main-inquiry .inner .link-btn:hover { font-weight: bold; background-color: rgba(255, 255, 255, 0.1); }

.service-apply { width: 100%; min-width: 1200px; padding: 100px 0; margin-top: 50px; box-sizing: border-box; }
.service-apply .inner { width: 1200px; padding: 0 100px; box-sizing: border-box; margin: 0 auto; background: url("../images/service_apply_back.svg") no-repeat 650px top; background-size: 450px 400px; height: 400px; }
.service-apply .inner .txt h2 { font-size: 36px; font-weight: bold; line-height: 1.67; color: #000; text-align: left; margin-bottom: 20px; }
.service-apply .inner .txt p { font-size: 22px; font-weight: bold; color: #000; text-align: left; margin-bottom: 65px; line-height: 1.67; }
.service-apply .inner .link-btn { display: block; width: 202px; height: 60px; line-height: 60px; text-align: center; border: 1px solid #0062cf; border-radius: 36px; letter-spacing: -0.6px; font-size: 18px; font-weight: bold; color: #0062cf; box-sizing: border-box; padding-right: 50px; position: relative; transition: 0.4s; /*
&::after { position: absolute; content:''; display: block; right: 20px; top: 0; width: 50px; height: 60px; background: url('../images/service_apply_more.svg')
}
*/ }
.service-apply .inner .link-btn span { position: absolute; width: 27px; right: 45px; top: 30px; border-top: 1px solid #0062cf; transition: 0.4s; }
.service-apply .inner .link-btn span::before { content: ''; display: block; border-top: 1px solid #0062cf; transform: rotate(45deg); transform-origin: right; width: 13px; right: 0; top: -1px; position: absolute; }
.service-apply .inner .link-btn span::after { content: ''; display: block; border-top: 1px solid #0062cf; transform: rotate(45deg); transform-origin: right; width: 13px; right: 0; top: -1px; position: absolute; transition: 0.4s; }
.service-apply .inner .link-btn:hover { padding-right: 25px; }
.service-apply .inner .link-btn:hover span { transform: translateX(18px); }
.service-apply .inner .link-btn:hover span::after { content: ''; display: block; border-top: 1px solid #0062cf; transform: rotate(-45deg); transform-origin: right; width: 13px; right: 0; top: -1px; position: absolute; }

.partners { width: 100%; min-width: 1200px; padding: 100px 0 50px; box-sizing: border-box; background: url("../images/partner.png") no-repeat center; background-size: cover; position: relative; z-index: 1; background-attachment: fixed; min-height: 500px; box-sizing: border-box; }
.partners::before { content: ''; display: block; width: 100%; height: 100%; background-color: #000; opacity: 0.71; position: absolute; left: 0; top: 0; z-index: -1; }
.partners .inner { width: 1200px; padding: 0 100px; margin: 0 auto; box-sizing: border-box; z-index: 10; }
.partners .inner .txt h2 { font-size: 36px; font-weight: bold; line-height: 1.67; color: #fff; text-align: left; margin-bottom: 20px; }
.partners .inner .partner-list { margin-top: 60px; width: 100%; }
.partners .inner .partner-list .wrap { width: 100%; display: flex; flex-wrap: wrap; }
.partners .inner .partner-list .wrap div { width: 125px; box-sizing: border-box; height: 60px; margin-bottom: 10px; background-size: contain; }
.partners .inner .partner-list .wrap div img { object-fit: contain; }
.partners .inner .partner-list .wrap .list-more { width: 100%; display: none; flex-wrap: wrap; }
.partners .inner .partner-list .partner-more { display: block; text-align: center; margin-top: 18px; font-size: 14px; font-weight: bold; color: rgba(255, 255, 255, 0.5); }
.partners .inner .partner-list .partner-more.on { display: none; }

.customers { width: 100%; min-width: 1200px; padding: 100px 0 50px; box-sizing: border-box; background-color: #fafafa; }
.customers .inner { width: 1200px; padding: 0 100px; margin: 0 auto; box-sizing: border-box; z-index: 10; }
.customers .inner .txt h2 { font-size: 36px; font-weight: bold; line-height: 1.67; color: #000; text-align: left; margin-bottom: 20px; margin-bottom: 50px; }
.customers .inner .txt p { font-family: 'NanumSquare'; font-weight: bold; color: #888888; font-size: 18px; }
.customers .inner .customer-list { margin-top: 60px; width: 100%; }
.customers .inner .customer-list .wrap { width: 100%; display: flex; flex-wrap: wrap; }
.customers .inner .customer-list .wrap div { width: 125px; box-sizing: border-box; height: 60px; margin-bottom: 10px; background-size: contain; }
.customers .inner .customer-list .wrap div img { object-fit: contain; }
.customers .inner .customer-list .wrap .list-more { width: 100%; display: none; flex-wrap: wrap; }
.customers .inner .customer-list .wrap .list-more .customer-close { text-align: center; margin-top: 18px; font-size: 14px; font-weight: bold; color: rgba(0, 0, 0, 0.5); width: 100%; display: inline-block; height: 22px; }
.customers .inner .customer-list .customer-more { display: block; text-align: center; margin-top: 18px; font-size: 14px; font-weight: bold; color: rgba(0, 0, 0, 0.5); }
.customers .inner .customer-list .customer-more.on { display: none; }

.pics { width: 100%; padding: 100px 0; }
.pics .inner { width: 1200px; padding: 0 100px; box-sizing: border-box; margin: 0 auto; }
.pics .inner h2 { font-size: 36px; line-height: 1.67; letter-spacing: -0.9px; color: #000000; margin-bottom: 50px; }
.pics .inner .wrap { width: 100%; display: flex; justify-content: space-between; }
.pics .inner .wrap article { width: 320px; }
.pics .inner .wrap article .pic { width: 100%; height: 240px; margin-bottom: 20px; }
.pics .inner .wrap article .pic.p1 { background: url("../images/service_membership.svg"); }
.pics .inner .wrap article .pic.p2 { background: url("../images/service_order.svg"); }
.pics .inner .wrap article .pic.p3 { background: url("../images/service_gift.svg"); }
.pics .inner .wrap article h3 { text-align: center; margin-bottom: 6px; line-height: 1.5; letter-spacing: -0.8px; font-size: 24px; color: #000; }
.pics .inner .wrap article p { text-align: center; font-size: 20px; letter-spacing: -0.67px; color: #000; }

.quote { width: 100%; background-color: #fafafa; }
.quote .inner { width: 1200px; padding: 0 100px; box-sizing: border-box; height: 600px; display: flex; align-items: center; justify-content: center; margin: 0 auto; }
.quote .inner h2 { height: 100px; font-size: 24px; color: #000; line-height: 100px; padding: 0 100px; position: relative; }
.quote .inner h2::before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100px; height: 100px; background: url("../images/quote1.svg"); }
.quote .inner h2::after { content: ''; display: block; position: absolute; right: 0; top: 0; width: 100px; height: 100px; background: url("../images/quote2.svg"); }

.template-subheader { width: 100%; padding-top: 50px; }
.template-subheader .inner { width: 1200px; margin: 0 auto; height: 200px; padding: 50px 100px 0; box-sizing: border-box; background: url("../images/temp_subheader.svg") no-repeat right 100px top; }
.template-subheader .inner h2 { font-size: 32px; color: #000000; margin-bottom: 20px; }
.template-subheader .inner .search-box { position: relative; width: 400px; height: 45px; }
.template-subheader .inner .search-box input { width: 100%; height: 100%; border-radius: 8px; background-color: #f4f4f4; border: none; padding: 0 50px 0 18px; line-height: 45px; letter-spacing: -0.5px; color: #888888; font-size: 15px; font-weight: bold; }
.template-subheader .inner .search-box a { background: url("../images/temp_search_btn.svg") no-repeat; display: block; width: 45px; height: 45px; position: absolute; right: 0; top: 0; }

.templates { width: 100%; }
.templates .inner { width: 1200px; padding: 0 90px; box-sizing: border-box; margin: 0 auto; }
.templates .inner .template-top { width: 100%; display: flex; align-items: center; justify-content: space-between; padding-bottom: 50px; padding: 40px 10px 50px; box-sizing: border-box; }
.templates .inner .template-top .left span { font-size: 13px; color: #000000; }
.templates .inner .template-top .right ul { display: flex; }
.templates .inner .template-top .right ul li { display: inline-block; padding: 0 10px; position: relative; }
.templates .inner .template-top .right ul li a { font-size: 13px; color: #666666; line-height: 18px; }
.templates .inner .template-top .right ul li:nth-of-type(1) { padding-left: 0; }
.templates .inner .template-top .right ul li.on a { color: #ff00aa; }
.templates .inner .template-top .right ul li::after { content: ''; display: block; position: absolute; background-color: #ccc; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 10px; }
.templates .inner .template-top .right ul li:last-child { padding-right: 0; }
.templates .inner .template-top .right ul li:last-child::after { display: none; }
.templates .inner .template-contents { width: 100%; display: flex; flex-wrap: wrap; }
.templates .inner .template-contents article { width: 320px; margin: 0 10px 100px; }
.templates .inner .template-contents article a { width: 100%; }
.templates .inner .template-contents article a .pic { width: 320px; height: 320px; background: rgba(255, 223, 223, 0.493); margin-bottom: 15px; }
.templates .inner .template-contents article a .txt { width: 100%; }
.templates .inner .template-contents article a .txt h3 { font-size: 20px; color: #000; margin-bottom: 5px; }
.templates .inner .template-contents article a .txt p { font-size: 14px; color: #111; margin-bottom: 15px; }
.templates .inner .template-contents article .hashtag { width: 100%; }
.templates .inner .template-contents article .hashtag a { font-size: 14px; color: #006bcf; }

.detail-visual { width: 100%; background-color: #fbbbaa; padding-top: 50px; min-width: 1200px; }
.detail-visual .inner { width: 1200px; margin: 0 auto; box-sizing: border-box; height: 600px; position: relative; overflow: hidden; }
.detail-visual .inner img { width: 100%; object-position: center; }
.detail-visual .inner span { position: absolute; left: 10%; top: 10%; }

.detail-desc { width: 100%; }
.detail-desc .inner { width: 1200px; padding: 120px 100px; margin: 0 auto; box-sizing: border-box; }
.detail-desc .sec { display: flex; margin-bottom: 60px; }
.detail-desc .sec .title { font-size: 20px; color: #111111; width: 160px; margin-right: 40px; font-weight: bold; line-height: 20px; }
.detail-desc .sec .detail-desc { font-size: 20px; color: #000; line-height: 20px; }
.detail-desc .sec .colors { margin-top: 15px; display: flex; }
.detail-desc .sec .colors div { width: 60px; height: 60px; border-radius: 50%; margin-right: 10px; }
.detail-desc .sec .colors .col1 { background-color: #fbbbaa; }
.detail-desc .sec .colors .col2 { background-color: #ff7d5a; }
.detail-desc .sec .colors .col3 { background-color: #2b2929; }
.detail-desc .sec:last-of-type { margin-bottom: 0; }

.temp_detail { width: 100%; background-color: #fafafa; padding: 120px 0; min-width: 1200px; }
.temp_detail .inner { width: 1000px; margin: 0 auto; }
.temp_detail .inner img { width: 100%; }

.temp_info { width: 100%; padding: 60px 0 120px; }
.temp_info .inner { width: 1200px; padding: 0 100px; box-sizing: border-box; margin: 0 auto; }
.temp_info .inner h3 { font-size: 15px; color: #000; margin-bottom: 10px; font-family: 'NanumGothic'; }
.temp_info .inner table { width: 100%; border-collapse: collapse; border-top: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; }
.temp_info .inner table tr { height: 42px; font-family: 'NanumGothic'; }
.temp_info .inner table tr td { line-height: 42px; padding-left: 20px; border-top: 1px solid #eee; color: #666; font-family: 'NanumGothic'; font-size: 13px; width: 320px; }
.temp_info .inner table tr td.title { background-color: #fafafa; color: #333333; width: 180px; }
.temp_info .inner table tr td.bold { font-weight: bold; }
.temp_info .inner table tr:nth-of-type(1) td { border-top: none; }

.faq-subheader { width: 100%; padding-top: 50px; }
.faq-subheader .inner { width: 1200px; margin: 0 auto; height: 200px; padding: 50px 100px 0; box-sizing: border-box; }
.faq-subheader .inner h2 { font-size: 32px; color: #000000; margin-bottom: 20px; }
.faq-subheader .inner .search-box { position: relative; width: 400px; height: 45px; }
.faq-subheader .inner .search-box input { width: 100%; height: 100%; border-radius: 8px; background-color: #f4f4f4; border: none; padding: 0 50px 0 18px; line-height: 45px; letter-spacing: -0.5px; color: #888888; font-size: 15px; font-weight: bold; }
.faq-subheader .inner .search-box a { background: url("../images/temp_search_btn.svg") no-repeat; display: block; width: 45px; height: 45px; position: absolute; right: 0; top: 0; }

.faq-contents { width: 100%; padding-bottom: 80px; }
.faq-contents .inner { width: 1200px; padding: 0 100px; margin: 0 auto; box-sizing: border-box; }
.faq-contents .inner .category { width: 100%; margin-bottom: 60px; }
.faq-contents .inner .category ul { display: flex; flex-wrap: wrap; }
.faq-contents .inner .category ul li { width: 20%; }
.faq-contents .inner .category ul li a { font-size: 16px; color: #888; display: block; box-sizing: border-box; text-align: center; height: 40px; line-height: 41px; width: 100%; box-shadow: 1px 0 0 0 #ccc, 0 1px 0 0 #ccc, 1px 0 0 0 #ccc inset, 0 1px 0 0 #ccc inset; }
.faq-contents .inner .category ul li.on { background-color: #f73e7b; }
.faq-contents .inner .category ul li.on a { color: #fff; box-shadow: 1px 0 0 0 #f73e7b, 0 1px 0 0  #f73e7b, 1px 0 0 0 #f73e7b inset, 0 1px 0 0 #f73e7b inset; font-weight: bolder; }
.faq-contents .inner .faq-wrap { width: 100%; position: relative; }
.faq-contents .inner .faq-wrap .questions { margin-bottom: 20px; }
.faq-contents .inner .faq-wrap .questions .items { border-top: 1px solid #ddd; }
.faq-contents .inner .faq-wrap .questions .items .question { height: 65px; display: flex; }
.faq-contents .inner .faq-wrap .questions .items .question .faq-wrap-category { font-size: 15px; line-height: 65px; color: #444; font-weight: bold; width: 150px; padding-left: 20px; box-sizing: border-box; }
.faq-contents .inner .faq-wrap .questions .items .question p { line-height: 65px; font-size: 15px; color: #111; width: calc(100% - 150px); }
.faq-contents .inner .faq-wrap .questions .items .answer { width: 100%; background: #fafafa; display: none; }
.faq-contents .inner .faq-wrap .questions .items .answer .wrap { display: flex; }
.faq-contents .inner .faq-wrap .questions .items .answer .wrap .left { font-size: 15px; padding-top: 25px; color: #444; font-weight: bold; width: 15%; padding-left: 20px; box-sizing: border-box; }
.faq-contents .inner .faq-wrap .questions .items .answer .wrap p { padding: 25px 20px 25px 0px; line-height: 1.67; color: #111; width: 85%; box-sizing: border-box; font-size: 15px; }
.faq-contents .inner .faq-wrap .questions .items.on .answer { display: block; }
.faq-contents .inner .faq-wrap .questions .items:nth-of-type(1) { border-top: 1px solid #999; }
.faq-contents .inner .faq-wrap .questions .items:last-of-type { border-bottom: 1px solid #999; }
.faq-contents .inner .faq-wrap .pagination { margin: 0 auto; text-align: center; }
.faq-contents .inner .faq-wrap .pagination .wrap { height: 29px; display: flex; justify-content: center; align-items: center; }
.faq-contents .inner .faq-wrap .pagination .wrap a { font-size: 15px; color: #888; width: 40px; height: 29px; line-height: 29px; }
.faq-contents .inner .faq-wrap .pagination .wrap a.on { font-weight: bold; color: #111; }
.faq-contents .inner .faq-wrap .pagination .wrap a.faq-prev { width: 29px; height: 29px; background: #f4f4f4 url("../images/faq_prev.svg"); margin-right: 20px; }
.faq-contents .inner .faq-wrap .pagination .wrap a.faq-next { width: 29px; height: 29px; background: #f4f4f4 url("../images/faq_next.svg"); margin-left: 20px; }

/*# sourceMappingURL=style.css.map */
