/* 아이콘 불러오기 */
@import url('xeicon.css');

/* reset 불러오기 */
@import url('normalize.css');

/* slick 슬라이더 */
@import url('../vendor/slick.css');
@import url('../vendor/slick-theme.css');

:root {
    --pc-headerHeight: 100px;
    --mobile-headerHeight: 74px;
	/* touch-action: pan-x pan-y;
  	height: 100%  */
}

html {
    font-family: 'SUIT Variable', sans-serif;
    font-feature-settings: "tnum";
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: -0.75px;
    /* text-indent: -0.75rem; */
    color: #181818;
    word-break: keep-all;
    overflow-x: hidden;
    position: relative;
    font-family: 'SUIT Variable', sans-serif;
    font-feature-settings: "tnum";
}

/* 수트체 폰트*/
@font-face {
    font-family: 'SUIT Variable';
    font-weight: 100 900;
    src: url('../../fonts/SUIT-Variable.woff2') format('woff2-variations');
	font-display: swap;
}

* {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

*.clear::after {
    display: block;
    content: '';
    clear: both;
}

*::-webkit-scrollbar {
    width: 12px;
}
*::-webkit-scrollbar-thumb {
    background-color: #8b8e95;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}
*::-webkit-scrollbar-track {
    background-color: rgb(218, 218, 218);
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

.image {
    background: center no-repeat fixed;
}

img {
    /* width: 100%; */
    image-rendering: -moz-crisp-edges;
    /* firefox */
    image-rendering: -o-crisp-edges;
    /* opera */
    image-rendering: -webkit-optimize-contrast;
    /* chrome(비표준) */
    image-rendering: crisp-edges;
    transform: translateZ(0);
    backface-visibility: hidden;
}
/* 버튼 회색 */
button:disabled {
    background-color: #E7E7E7 !important;
    color: #747474 !important;
    border: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    cursor: pointer;
}

.content-wrap {
    padding-top: var(--pc-headerHeight);
    padding-bottom: 2.5rem;
}

.content {
    padding: 3.75rem 0;
    overflow-x: hidden;
}


.content header {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

.content h2 {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 700;
}

.content h4 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
}

.content header p {
    font-size: 18px;
    line-height: 1.375;
    margin-top: 0.5rem;
    font-weight: 500;
    color: #747474;
}

.content.bg {
    background: #F7F7F7;
    padding: 3rem 0;
}

.content section {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 2rem;
}


/* custom */
.show {
    display: flex !important;
}

.hide {
    display: none !important;
}

.min-p {
    padding: 0 4px;
}

p.sub-desc {
    font-size: 14px;
    line-height: 20px;
    color: #747474;
    margin-top: 12px;
}

p.sub-desc span {
    color: #E11C1B;
    font-weight: 500;
}

.secondary-color {
    color: #E11C1B;
}

.secondary-color-2 {
    color: #ED6B6A;
}

.txt-center {
    text-align: center;
}
/* 페이지로더 */
.loader-wrap-bg {
    width: 100%;
    height: 100%;
    background: #0000004c;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 60px;
    color: #171717;
}
.loader-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 60px;
    color: #171717;
}
.loader-wrap .loader, .loader-wrap-bg .loader {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:576px) {
    .loader-wrap-bg .loader,.loader-wrap .loader {
        font-size: 36px;
    }
}



/* li list-style 정렬*/
ul li>span {
    padding-right: 0.5rem;
}

@media (max-width:992px) {
    html {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .content-wrap {
        padding-top: var(--mobile-headerHeight);
    }

    /* 모바일일 때 하단 가려지는 현상 잡기 */
    .last-margin {
        margin-bottom: 60px;
    }

    .content {
        padding: 2.5rem 0;
    }

    .content h2 {
        font-size: 2rem;
        line-height: 1.5;
        font-weight: 700;
    }

    .content h4 {
        font-size: 1.5rem;
        line-height: 1.5;
        font-weight: 700;
    }
}

@media (max-width:576px) {
    html {
        font-size: 13px;
    }

    body p {
        line-height: 24px;
    }

    .content:nth-child(2)~* {
        padding: 1.5rem 0;

    }

    .content section.wide {
        width: 100%;
    }

    .content section.wide .art-wrap {
        padding: 0;
    }

    .content header p {
        font-size: 16px;
    }

    .content section {
        margin-top: 1.5rem;
    }
}

/* 헤더 시작 */
.header-wrap {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
    height: var(--pc-headerHeight);
}

.header-wrap header {
    width: 94%;
    max-width: 1176px;
    margin: 0 auto;
}

.header-wrap header .util-menu {
    font-size: 15px;
    line-height: 40px;
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}

.header-wrap header .util-menu li {
    color: #2ACABF;
}

.header-wrap header .util-menu li:not(:last-child) {
    color: #747474;
    /* margin-right: 24px; */
}

.header-wrap header .util-menu li.header-user-info {
	height: 41px; 
	padding-top: 3px; 
	margin-right: -3px;
}
.header-wrap header .util-menu li.header-user-info .header-user-info-area {
	display: inline-flex; 
	justify-content: center; 
	align-items: center; 
	gap: 4px;
	padding: 4px 10px; 
	border-radius: 20px; 
	border: 1px solid rgba(118,118,118,0.5);
}
.header-wrap header .util-menu li.header-user-info .header-user-info-area .header-user-info-point {
	color: #767676; 
	font-family: SUIT; 
	font-weight: 600; 
	font-size: 13px; 
	font-style: normal; 
	letter-spacing: -0.195px; 
	line-height: normal;
}


#gnb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#gnb .logo {
    width: 180px;
    height: 40px;
    background-image: url(../../imgs/common/surveylink_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#gnb .menu {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 600;
}

#gnb .menu li {
    padding: 0 25px;
    position: relative;
}

#gnb .menu li:last-child {
    padding-right: 0;
}

#gnb .menu li:hover,
#gnb .menu li.active {
    transition: color 0.15s linear;
    color: #E94746;
}

#gnb .menu li a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #E94746;
    position: absolute;
    top: -8px;
    left: 16px;
    opacity: 0;
    transition: all 0.2s;
}

#gnb .menu li.active a::before {
    opacity: 1;
}

#gnb .gnb-m {
    display: none;
}

@media (max-width: 768px) {
    .header-wrap {
        padding: 16px 8px;
        height: var(--mobile-headerHeight);
    }

    .header-wrap header {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    #gnb .logo {
        width: 40px;
        height: 40px;
        background-image: url(../../imgs/common/surveylink_logo-square.png);
    }

    #gnb .menu {
        display: none;
    }

    #gnb .gnb-m {
        display: block;
        position: fixed;
        /* position: absolute; */
        z-index: 100;
        width: 100vw;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        background: #fff;
        box-shadow: 0px -2px 2px 0px rgba(212, 212, 212, 0.25);
    }

    #gnb .gnb-m li {
        padding: 0;
        padding: 12px 0 12px 0;
        width: 20%;
        color: #464646;
    }

    #gnb .gnb-m li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    #gnb .gnb-m li a i {
        font-size: 24px;
    }

    #gnb .gnb-m li a span {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
    }

    #gnb .gnb-m li a::before {
        display: none;
    }
}

/* 헤더 끝 */

/* 푸터 시작 */
.footer-wrap {
    background-color: #3E3E3E;
    padding-top: 1rem;
}

.footer-wrap footer {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
    color: #ececec;
}

.footer-wrap footer .row-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.footer-wrap footer .footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 36px;
}
/* 모바일 일때 */
.footer-wrap footer .footer-menu.m-type {
    justify-content: flex-start;
	gap: 24px;
}

.footer-wrap footer .footer-menu li {
    cursor: pointer;
}

/* .footer-wrap footer .footer-menu li:not(:first-child) {
    margin-left: 2.75rem;
} */

.footer-wrap footer address {
    font-size: 14px;
    opacity: 0.5;
}

.footer-wrap footer .imgs{
    align-items: flex-start;
    gap: 15px;
}
.certified-img p {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 30px;
    color: #BEBEBE;
}
.isoCertified {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.isoCertified img{
    cursor: pointer;
}

.footer-wrap footer .sns {
    display: flex;
    align-items: center;
}

.footer-wrap footer .sns i {
    font-size: 1.5rem;
    text-align: center;
    line-height: 36px;
    background-color: #ffffff;
    color: #3E3E3E;
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

.footer-wrap footer .sns i.xi-facebook {
    margin-left: 1.35rem;
}

.footer-wrap footer p.copyright {
    font-size: 14px;
    color: #a3a3a3;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0;
    border-top: 1px solid #a3a3a3;
    padding: 1.25rem;
    opacity: 0.5;
    margin-top: 2rem;
}

@media (max-width: 576px) {
    .footer-wrap footer .row-wrap {
        margin-top: 1.5rem;
    }
    .footer-wrap footer .footer-menu {
        margin-top: 1.5rem;
        justify-content: space-between;
        width: 100%;
    }

    .footer-wrap footer .footer-menu li {
        font-size: 14px;
    }

    .footer-wrap footer .footer-menu li:not(:first-child) {
        margin-left: 0;
    }

    .footer-wrap footer .sns {
        display: flex;
        align-items: center;
    }

    .footer-wrap footer p.copyright {
        font-size: 12px;
    }
    .footer-wrap footer .imgs {
        width: 100%;
        justify-content: space-between;
    }
    .isoCertified img{
        width: 40px;
    }
    .certified p {
        font-size: 12px;
        letter-spacing: -0.2px;
    }
}

/* 푸터 끝 */

/* local nav 시작 */
.lnb-wrap {
    background-color: #fdf4f4;
}

#lnb {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

#lnb .local-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: auto;
    white-space: nowrap;
}

#lnb .local-menu::-webkit-scrollbar {
    display: none;
}

#lnb .local-menu li {
    font-size: 18px;
    font-weight: 500;
    color: #747474;
	position: relative;
	/* left:  -50%; */
}

#lnb .local-menu li.active {
    color: #E94746;
    border-bottom: 2px solid #E94746;
}

#lnb .local-menu li a {
    padding: 1.5rem;
}

/* local nav 반응형 */
@media (max-width:768px) {
    .lnb-wrap #lnb {
        width: 100%;
    }
    .lnb-wrap #lnb .local-menu li {
        font-size: 16px;
    }
    .lnb-wrap #lnb .local-menu li:first-child {
        margin-left: 1.2rem;
    }
    .lnb-wrap #lnb .local-menu li a {
        padding: 1.5rem 0.75rem;
    }
}

/* local nav 끝 */



/* 설문조사 */
.tutorial-survey .image {
	background-color: #ED6B6A;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px 6px 0 0;
}
.tutorial-survey .image2 {
	background-color: #599fd1 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px 6px 0 0;
}
.dynata-survey .image-wrap {
	background-color: #F6BA6F !important;
	border-radius: 6px 6px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dynata-survey .image {
	background-color: #F6BA6F !important;
	width: 160px;
}

.dynata-survey .paper{
	margin-left: -70px;
	margin-bottom: 10px;
}



.bsw-survey .image-wrap {
	background-color: #495057 !important;
	border-radius: 6px 6px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bsw-survey .image {
	background-color: #495057 !important;
	width: 160px;
}
.bsw-survey .image{
	pointer-events: none !important;
}
.bsw-survey .image-wrap .image img {
	pointer-events: none !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	width: 48% !important;
	max-width: 74px !important;
	height: auto !important;
	position: absolute;
	z-index: 4;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 24px;
	overflow: visible;
}

.bsw-survey .image .bsw-lordcon{
	position: absolute;
	z-index: 8;
	top: 0;
	right: -4px;
	margin-top: 48px;
}

@media (max-width:576px) {
	.show-sm {
		display:none;
	}
}