@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
   /*  vertical-align: baseline;
    line-height: 100%; */
}

body {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    color: #414141;
    height: auto;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ul,ol,li {
    list-style: none
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

fieldset,img {
    border: 0
}

hr {
    height: 0;
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

address,caption,em,var {
    font-style: normal;
    font-weight: normal
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

a[href^="tel"] {
    font-style: normal
}

a:hover,a:active,a:focus {
    text-decoration: none;
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

img {
    border: 0;
    vertical-align: top
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,th {
    padding: 0;
}

legend, caption {
    overflow: hidden;
    text-indent: -9999999px;
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    margin: 0;
    padding: 0;
}

input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

input[type="text"],input[type="password"],input[type="email"] {
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'Dotum';
}

input:checked[type="checkbox"] {
    -webkit-appearance: checkbox
}

button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"] {
    border-radius: 0;
    -webkit-appearance: button;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

button,select {
    text-transform: none
}

optgroup {
    font-weight: bold
}

textarea {
    border: 1px solid #bcbcbc;
    overflow: auto;
    -webkit-appearance: none
}

input::-ms-clear {
    display: none;
}

.fl_l {
    float: left !important;
}

.fl_r {
    float: right !important;
}

.cl_b {
    clear: both !important;
}

.fl_txt {
    text-align: left !important;
}

.disN {
    display: none;
}

.disN2 {
    display: none !important;
}

.disB {
    display: block;
}

.disB2 {
    display: block !important;
}

.txC {
    text-align: center;
}

.W_Auto {
    width: auto;
}

.rel {
    position: relative;
}

* {
    outline: none;
    box-sizing: border-box;
    line-height: 100%;
    letter-spacing: -1px;
}
:root{
    --main-color:#005052;
    --serif: "Nanum Myeongjo", serif;
}

.visiH {
    visibility: hidden;
}


body,html {
    max-width: 1920px;
    margin: 0 auto !important;
}

#header {
    max-width: 1920px;
    margin: 0 auto;
}

.leftpop {
    position: absolute;
    top: 25%;
    left: 0;
    width: auto;
    box-sizing: border-box;
    z-index: 1;
    transform: translateX(-100%);
    transition: 0.75s linear all;
}

.leftpop.active {
    transform: translateX(0);
}

.leftpop .flexwrap {
    display: flex;
}

.leftpop .btn_leftpop {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: -60px;
    top: 0;
}

.leftpop .btn_leftpop {
    width: 60px;
    height: 187px;
    background: url(../images/btn_popup_open.png) center center / cover no-repeat;
}

.leftpop.active .btn_leftpop {
    background: url(../images/btn_popup_close.png) center center / cover no-repeat;
}

@media(max-width: 1080px) {
    .leftpop {
        display: none;
    }
}

.popup_wrap2 {
    display: none;
    position: absolute;
    top: 140px;
    left: auto;
    width: auto;
    box-sizing: border-box;
    z-index: 90;
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.8);
    left: 0;
    top: 0;
    z-index: 1111;
    text-align: center;
}
.popup_wrap2 .popup{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.popup_wrap2.v1 {
    left: calc(400px*0 + 1%);
}

.popup_wrap2.v2 {left: calc(400px* 1 + 2%);}

.popup_wrap2.v3 {left: calc(400px* 2 + 3%);}

.popup_wrap2.v4 {left: calc(400px* 3 + 4%);}

.popup_wrap2 ul {
    display: flex;
}

.popup_wrap2 ul li {
}

.popup_wrap2 ul li img {
}

.popup_wrap2 ul li img.wd100 {
    width: 760px !important;
    height: 550px !important;
}

.popup_wrap2 ul li:last-child {
    margin-right: 0
}

.popup_wrap2 .bt {
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
    /* background: #fafafa; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Noto Sans KR", sans-serif;
    color: #fff;
}

.popup_wrap2 .bt a {
    display: block;
    color: #333
}

.popup_wrap2 .bt #check {
    color: #fff;
    font-size: 15px;
    position: relative;
    font-weight: 300;
    letter-spacing: -1px;
}

.popup_wrap2 .bt #check input {
    margin: 0 3px 0 0;
}

.popup_wrap2 .bt #check label {
    cursor: pointer;
    padding-left: 31px;
}

.popup_wrap2 .bt .btn-close {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -1px;
    transition: 0.75s all;
    display: flex;
    align-items: center;
}

.popup_wrap2 .bt .btn-close:hover {
    color: #005052;
}

.popup_wrap2 .bt .btn-close span {
    vertical-align: -2px;
    font-size: 17px;
}

.popup_wrap2 input[type="checkbox"] {
    display: none;
}

.popup_wrap2 input[type="checkbox"] + label:before {
    content: "";
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../images/popup_checkbox.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: -2px;
}

.popup_wrap2 input[type="checkbox"]:checked + label:before {
    background-position: -22px 0;
}

.back_bg {
    background: #000000bd;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

/* .layer_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: translateX(-50%);
    box-sizing: border-box;
    z-index: 1000;
}

.layer_popup .underlayer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    z-index: 0;
} */

.layer_popup {display:none;position:fixed;top:0;left:0;width:100%;height:100%;text-align:center;transform:translateX(-50%);box-sizing: border-box;z-index:11111;}
.layer_popup .underlayer {position:fixed; top:0; left:0; bottom:0; width:100%; height:100%; background:none repeat scroll 0 0 rgba(0, 0, 0, 0.7); z-index:0;}
.popup_wrap3 {position:relative;width:auto;padding-top:4%;box-sizing: border-box;z-index:1000;margin: 0 auto;}
.popup_wrap3_layer{width:70%;margin:0 auto;}
.popup_wrap3 ul li {}
.popup_wrap3 ul li img {}
.popup_wrap3 ul li:last-child {margin-right:0}
.popup_wrap3 .bt {
	width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 15px;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popup_wrap3 .bt a {display:block;color:#333}
.popup_wrap3 .bt #check {    
	color: #fff;
    font-size: 15px;
    position: relative;
    font-weight: 300;
    letter-spacing: -1px;
}
.popup_wrap3 .bt #check input {margin:0 3px 0 0;}
.popup_wrap3 .bt #check label {cursor:pointer;padding-left: 31px;}
.popup_wrap3 .bt .btn-close {
	font-size: 15px;
	color: #fff;
    font-weight: 300;
    letter-spacing: -1px;
	transition:0.75s all;
}
.popup_wrap3 .bt .btn-close:hover{
	color:#ef7f84;
}
.popup_wrap3 .bt .btn-close span {vertical-align:-2px; font-size:17px;}
.popup_wrap3 input[type="checkbox"]{
	display:none;
}
.popup_wrap3 input[type="checkbox"] + label:before {
	content:"";
	width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../images/popup_checkbox.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.popup_wrap3 input[type="checkbox"]:checked + label:before {
	background-position: -22px 0;
}


@media (max-width:1024px){
	.popup_wrap3 {width:100%;padding-top:150px}
	.popup_wrap3 ul li img {width:80%}
	.popup_wrap3 .bt .btn-close {font-size: 15px;}
	.popup_wrap3 .bt .btn-close span { font-size:20px;}
}

/* #popup9 {display:none;position:absolute;top:105px;left:50%; width:400px; margin-left:-40%; z-index:88}
#popup9 .fade{width:100%}
#popup9 .fade .popup_img {width:100%}
#popup9 .bt {clear:both; width:100%; padding:13px 0 22px 0; background:#333}
#popup9 .bt a {display:block; padding-top:5px; color:#333}
#popup9 .bt #check {float:left; margin-top:-7px; margin-left:10px; font-family:"NotoSans"; color:#fff; font-size:12px;}
#popup9 .bt #check input {margin:0 3px 0 0;}
#popup9 .bt #check label {cursor:pointer}
#popup9 .bt .btn-close {float:right; margin-top:-15px; margin-right:10px; font-family:"NotoSansM"; color:#fff; font-size:12px;}
#popup9 .bt .btn-close span {vertical-align:-2px; font-size:17px;}
#popup9 .slick-next, #popup9 .slick-prev{top:25%;width: 35px;height: 35px;background-size: cover;}
#popup9 .slick-next{background-image: url("/teaser/images/main_right_m.png");right:2%;}
#popup9 .slick-prev{background-image: url("/teaser/images/main_left_m.png");left:2%;}
@media (max-width:1081px){
	#popup9 {display:none;position:absolute;top:105px;left:50%; width:80%; margin-left:-40%; z-index:88}
#popup9 img {width:100%}
} */

@media (max-width: 500px) {
    .popup_wrap {
        top:13%;
        left: 50%;
        width: 60%;
        margin-left: -30%;
    }

    .popup_wrap ul li {
        width: 100%;
        margin-right: 0
    }

    .popup_wrap ul li img {
        width: 100%;
    }
}

#popup11 {
    display: none;
    position: absolute;
    top: 160px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    z-index: 99
}

#popup11 img {
    width: 100%;
}

#popup11 .fade {
    width: 100%
}

#popup11 .fade .popup_img {
    width: 100%
}

#popup11 .bt {
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
    background: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#popup11 .bt a {
    display: block;
    line-height: 100%;
    color: #333
}

#popup11 .bt #check {
    color: #7e7e7e;
    font-size: 15px;
    position: relative;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup11 .bt #check input {
    margin: 0 3px 0 0;
}

#popup11 .bt #check label {
    cursor: pointer;
    padding-left: 31px;
}

#popup11 .bt .btn-close {
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup11 .bt .btn-close span {
    vertical-align: -2px;
    font-size: 17px;
}

#popup11 input[type="checkbox"] {
    display: none;
}

#popup11 input[type="checkbox"] + label:before {
    content: "";
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../images/popup_checkbox.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#popup11 input[type="checkbox"]:checked + label:before {
    background-position: -22px 0;
}

#popup11 .slick-next, #popup11 .slick-prev {
    top: 15%;
    width: 35px;
    height: 35px;
    background-size: cover;
}

#popup11 .slick-next {
    background-image: url("../images/main_right_m.png?v=<%=genTimeStamp%>");
}

#popup11 .slick-prev {
    background-image: url("../images/main_left_m.png?v=<%=genTimeStamp%>");
}

@media (max-width: 500px) {
    .popup_wrap {
        top:13%;
        left: 50%;
        width: 60%;
        margin-left: -30%;
    }

    .popup_wrap ul li {
        width: 100%;
        margin-right: 0
    }

    .popup_wrap ul li img {
        width: 100%;
    }
}

#popup12 {
    display: none;
    position: absolute;
    top: 160px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    background: #fff;
    z-index: 98
}

#popup12 img {
    width: 100%;
}

#popup12 .fade {
    width: 100%
}

#popup12 .fade .popup_img {
    width: 100%
}

#popup12 .bt {
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
    background: #fafafa;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#popup12 .bt a {
    display: block;
    line-height: 100%;
    color: #333
}

#popup12 .bt #check {
    color: #7e7e7e;
    font-size: 15px;
    position: relative;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup12 .bt #check input {
    margin: 0 3px 0 0;
}

#popup12 .bt #check label {
    cursor: pointer;
    padding-left: 31px;
}

#popup12 .bt .btn-close {
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup12 .bt .btn-close span {
    vertical-align: -2px;
    font-size: 17px;
}

#popup12 input[type="checkbox"] {
    display: none;
}

#popup12 input[type="checkbox"] + label:before {
    content: "";
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../images/popup_checkbox.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#popup12 input[type="checkbox"]:checked + label:before {
    background-position: -22px 0;
}

#popup12 .slick-next, #popup12 .slick-prev {
    top: 15%;
    width: 35px;
    height: 35px;
    background-size: cover;
}

#popup12 .slick-next {
    background-image: url("../images/main_right_m.png?v=<%=genTimeStamp%>");
}

#popup12 .slick-prev {
    background-image: url("../images/main_left_m.png?v=<%=genTimeStamp%>");
}

#popup13 {
    display: none;
    position: absolute;
    top: 160px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    background: #fff;
    z-index: 97
}

#popup13 img {
    width: 100%;
}

#popup13 .fade {
    width: 100%
}

#popup13 .fade .popup_img {
    width: 100%
}

#popup13 .bt {
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
    background: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Noto Sans KR", sans-serif;
}

#popup13 .bt a {
    display: block;
    line-height: 100%;
    color: #333
}

#popup13 .bt #check {
    color: #7e7e7e;
    font-size: 15px;
    position: relative;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup13 .bt #check input {
    margin: 0 3px 0 0;
}

#popup13 .bt #check label {
    cursor: pointer;
    padding-left: 31px;
}

#popup13 .bt .btn-close {
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup13 .bt .btn-close span {
    vertical-align: -2px;
    font-size: 17px;
}

#popup13 input[type="checkbox"] {
    display: none;
}

#popup13 input[type="checkbox"] + label:before {
    content: "";
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../images/popup_checkbox.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#popup13 input[type="checkbox"]:checked + label:before {
    background-position: -22px 0;
}

#popup13 .slick-next, #popup13 .slick-prev {
    top: 15%;
    width: 35px;
    height: 35px;
    background-size: cover;
}

#popup13 .slick-next {
    background-image: url("../images/main_right_m.png?v=<%=genTimeStamp%>");
}

#popup13 .slick-prev {
    background-image: url("../images/main_left_m.png?v=<%=genTimeStamp%>");
}

#popup14 {
    display: none;
    position: absolute;
    top: 160px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    background: #fff;
    z-index: 96
}

#popup14 img {
    width: 100%;
}

#popup14 .fade {
    width: 100%
}

#popup14 .fade .popup_img {
    width: 100%
}

#popup14 .bt {
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
    background: #fafafa;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#popup14 .bt a {
    display: block;
    line-height: 100%;
    color: #333
}

#popup14 .bt #check {
    color: #7e7e7e;
    font-size: 15px;
    position: relative;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup14 .bt #check input {
    margin: 0 3px 0 0;
}

#popup14 .bt #check label {
    cursor: pointer;
    padding-left: 31px;
}

#popup14 .bt .btn-close {
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup14 .bt .btn-close span {
    vertical-align: -2px;
    font-size: 17px;
}

#popup14 input[type="checkbox"] {
    display: none;
}

#popup14 input[type="checkbox"] + label:before {
    content: "";
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../images/popup_checkbox.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#popup14 input[type="checkbox"]:checked + label:before {
    background-position: -22px 0;
}

#popup14 .slick-next, #popup14 .slick-prev {
    top: 15%;
    width: 35px;
    height: 35px;
    background-size: cover;
}

#popup14 .slick-next {
    background-image: url("../images/main_right_m.png?v=<%=genTimeStamp%>");
}

#popup14 .slick-prev {
    background-image: url("../images/main_left_m.png?v=<%=genTimeStamp%>");
}

#popup15 {
    display: none;
    position: absolute;
    top: 160px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    background: #fff;
    z-index: 95
}

#popup15 img {
    width: 100%;
}

#popup15 .fade {
    width: 100%
}

#popup15 .fade .popup_img {
    width: 100%
}

#popup15 .bt {
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
    background: #fafafa;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#popup15 .bt a {
    display: block;
    line-height: 100%;
    color: #333
}

#popup15 .bt #check {
    color: #7e7e7e;
    font-size: 15px;
    position: relative;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup15 .bt #check input {
    margin: 0 3px 0 0;
}

#popup15 .bt #check label {
    cursor: pointer;
    padding-left: 31px;
}

#popup15 .bt .btn-close {
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 300;
    letter-spacing: -1px;
}

#popup15 .bt .btn-close span {
    vertical-align: -2px;
    font-size: 17px;
}

#popup15 input[type="checkbox"] {
    display: none;
}

#popup15 input[type="checkbox"] + label:before {
    content: "";
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../images/popup_checkbox.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#quick {
    position: fixed;
    right: 50px;
    bottom: 2.5%;
    z-index: 12;
    text-align: center;
}

#quick .linkWrap{
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	margin-bottom:10%;
}

#quick .map{
	background: var(--main-color);
	color: #fff;
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0 0 0 20px;
	margin-bottom: 5%;
	border: 1px solid rgba(255,255,255,0.5);
	transition:0.5s all;
	opacity:0;
	animation: fadeIn 1s 2s linear forwards;
	display: flex;
	flex: 1;
	justify-content: space-between;
	width: 100%;
}
#quick .map.--customer{
	/*  background: #003838; */
}
#quick .map:hover{
    background: #fff;
    border-color: var(--main-color);
    color: var(--main-color);
	transform:translateY(-5px);
}
#quick .map .ico{
	background: #fff;
	padding: 10px;
	border-radius: 100%;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:0.5s all;
	border-left: 1px solid #fff;
}
#quick .map:hover .ico{
	border-color:var(--main-color);
}
#quick .map img{

}
#quick .open_info {
	/* opacity: 1;
    animation: none;
    background-color: rgba(1, 1, 1, 0.2);
    border-radius: 30px;
    padding: 16px 30px;
	color: #fff; */
}

.subWrap #quick {text-align: right;}
.subWrap #quick .open_info  {display: none;}
#quick > * {
    line-height: 100%;
}

#quick .openWrap {
    color: #fff;
    letter-spacing: -1px;
    background: #b9976c;
    padding: 20px 0;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'NanumSquare',sans-serif;
}

#quick .openWrap .open_con01 {
    font-weight: 800;
    font-size: 35px;
    line-height: 100%;
    margin-bottom: 8px;
}

#quick .openWrap .open_con02 {
    font-weight: 700;
    font-size: 23px;
    line-height: 100%;
}

#quick .list_wrap {
    display: flex;
    gap:20px;
    opacity: 0;
    animation: fadeIn 1s 5.5s linear forwards;
}

.subWrap #quick .list_wrap {
	animation: fadeIn 1s 2s linear forwards;
}

#quick .list_wrap .list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.75s all;
    font-size: 17px;
}
#quick .list_wrap .list .con {
    width: 100px;
    height: 100px;
    background: #1c1a1a;
    color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    flex-direction: column;
    align-items: center;
}
#quick .list_wrap .list .con.con01 {
}
#quick .list_wrap .list .con.con01::before {
    content: '';
    width: 28px;
    height: 28px;
    background: url(../images/quick_home.png) center center / cover no-repeat;
    margin-bottom: 10px;
}
#quick .list_wrap .list .con.con02{
    background: #004e50;
}
#quick .list_wrap .list .con.con02::before {
    content: '';
    width: 28px;
    height: 28px;
    background: url(../images/quick_customer.png) center center / cover no-repeat;
    margin-bottom: 10px;
}
#quick .list_wrap .list .con.con03{
    background: #e3a602;
}
#quick .list_wrap .list .con.con03::before {
    content: '';
    width: 28px;
    height: 28px;
    background: url(../images/quick_map.png) center center / cover no-repeat;
    margin-bottom: 10px;
}

#quick .list_wrap .list:nth-last-child(1) {
    margin-bottom: 0;
}

#quick .list_wrap .list:hover {
    opacity: 0.8;
}

#quick .list_wrap .list.brand {
    background: #06377c;
}

#quick .list_wrap .list.intro {
    background: #414141;
}

#quick .list_wrap .list.customer {
}

#quick .list_wrap .list.map {
}

#quick .list_wrap .list.top {
    background: #000000 ;
}

#quick .list_wrap .list .image {
    margin-bottom: 10px;
}

#quick .list_wrap .list.only .image {
    margin-bottom: 0;
}

@media (max-width: 1080px) {
    .back_bg {
        display:none;
    }
	
    #quick {
		display:flex;
        right: 2.5%;
		top: auto;
		bottom: 14%;
		transform: translate(0);
		flex-direction:column;
    }

    #quick img {
        width: 100%;
    }

    #quick .openWrap {
        flex: 0 0 50%;
        height: 50px;
        flex-direction: row;
        align-items: center;
    }

    #quick .openWrap .open_con01 {
        font-size: 30px;
        margin-bottom: 0;
        margin-right: 5px;
    }

    #quick .openWrap .open_con02 {
        font-size: 20px;
    }

    #quick .list_wrap {
        flex-wrap: wrap;
        flex-direction: row;
        flex: 0 0 100%;
		flex-direction: column;
    }

    #quick .list_wrap .list {
        flex: 0 0 calc(100% / 2);
        height: 50px;
        font-size: 15px;
        flex-direction: row;
    }

    #quick .list_wrap .list.map {
        background: #b9976c;
    }

    #quick .list_wrap .list.top {
        display: none;
    }

    #quick .list_wrap .list.top img {
        width: 20px;
    }

    #quick .list_wrap .list .image {
        width: 20px;
        margin-bottom: 0;
        margin-right: 10px;
    }

	#quick .linkWrap{
		margin-bottom:0;
	}
	#quick .map{
		font-size: 13px;
        height: auto;
        padding: 0 0 0 20px;
	}
	#quick .map .ico{
		width:30px;
		height:30px;
		padding:0;
	}
	#quick .map img{
		width:50%;
	}
}

@media (max-width:720px){
	#quick .list_wrap{
		gap:10px;
	}
	#quick img{
		width:30px;
	}
}

@media (max-width: 400px) {
	#quick .list_wrap {gap: 10px;}
}

@media (max-width:350px){
	#quick .openWrap .open_con01 {font-size: 13px;}
}

.subVisual {
    overflow: hidden;
    clear: both;
    position: relative;
    width: 100%;
    height: 530px;
    padding-top: 0;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    z-index: 0;
    margin-bottom: 2.5%;
    animation: subVisual 1s 2s forwards;
}

@keyframes subVisual {
    to {
    }
}

.subVisual .inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
}

.subVisual .bg{
    background: url(../images/subVisual_bg.jpg) center center / cover no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
}

.subVisual .text{
    color: #fff;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subVisual .text .explain{
    font-size: 28px;
    font-weight: 200;
    opacity: 0;
    animation: fadeInUp 0.75s 0.25s forwards;
    margin-bottom:0.25%;
}
.subVisual .text .explain:nth-last-child(1){
    margin-bottom:0;
}
.subVisual .text .slogan{
    font-size: 50px;
    font-weight: 700;
    opacity: 0;
    animation: fadeInUp 0.75s 0.75s forwards;
    white-space: nowrap;
    margin-top: 0.5%;
}

.subVisual video {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 0;
    background-color: #006e98;
}

.subVisual video:before {
    content: "";
}

.subVisual .underlayer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    z-index: 0;
}

.seminar_wrap {
    position: relative;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 50px;
    line-height: 1.5;
}

.seminar_wrap .bg_seminar_middle {
    width: 100%;
    padding: 0 0 20px 0;
    background: #fff;
    font-size: 16px;
}

.seminar_wrap .bg_seminar_bottom {
    width: 100%;
}

.seminar_wrap .bg_seminar_bottom img {
    width: 100%
}

.seminar_wrap #box_wrap {
    width: 100%;
    margin: 0 auto;
}

.seminar_wrap #box_wrap h3 {
    text-indent: 0;
    color: #999;
    margin-bottom: 15px;
    line-height: 135%;
}

.seminar_wrap #box_wrap h3 strong {
    color: #333;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 25px;
    letter-spacing: -1px;
    font-weight: 700;
}

.seminar_wrap #box_wrap .box_text {
    position: relative;
    padding: 10px;
    overflow: auto;
    margin-bottom: 15px;
    color: #999;
    border: 1px solid #cbcbcb;
    line-height: 135%;
}

.seminar_wrap #box_wrap .box_text strong {
    line-height: 300%;
    font-weight: normal;
    color: #333;
}

.seminar_wrap #box_wrap .agrre1 {
    position: relative;
    text-align: center;
    color: #333;
    padding: 5px 0;
}

.seminar_wrap #box_wrap .agrre1 span {
    margin-left: 5px;
}

.seminar_wrap #box_wrap .agrre1 label {
    cursor: pointer
}

.seminar_wrap #box_wrap .agrre1 .agrre_ti {
    padding-right: 15px
}

.seminar_wrap .tbl_frm01 {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.seminar_wrap .tbl_frm01 h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #333;
    line-height: 300%;
    font-size: 25px;
    letter-spacing: -1px;
    font-weight: 700;
}

.seminar_wrap .tbl_frm01 th {
    padding: 16px 0;
    text-align: center;
    vertical-align: middle;
    font-family: "Noto Sans KR", sans-serif;
    color: #424242;
    font-size: 16px;
    border-top: 1px solid #cbcbcb;
    border-right: none;
    border-bottom: 1px solid #cbcbcb;
    background: #efeeee;
}

.seminar_wrap .tbl_frm01 td {
    padding: 8px 0 8px 8px;
    color: #333;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    background: #fff;
}

.seminar_wrap .tbl_frm01 .frm_input {
    float: left;
    box-sizing: border-box;
    min-width: 90px;
    line-height: 25px;
    padding: 2px 0;
    margin: 0 0 0 0;
    text-indent: 5px;
    color: #424242;
    font-size: 16px;
    border: 1px solid #c8c8c8;
    font-weight: 300;
    height: 44px;
    background: url(../images/wrest.gif) #f7f7f7 top right no-repeat;
    font-family: 'Noto Sans KR';
}

.seminar_wrap .tbl_frm01 .frm_input.address {
    width: 100%
}

.seminar_wrap .tbl_frm01 .frm_input2 {
    width: 70%;
    height: 22px;
    line-height: 22px;
    margin: 0 5px 0 10px;
    text-indent: 5px;
    color: #333;
    font-size: 13px;
    font-family: "dotum";
    border: none;
    border: 1px solid #666;
    background: #fff
}

.seminar_wrap .tbl_frm01 .frm_input3 {
    width: 70%;
    height: 22px;
    line-height: 22px;
    margin: 0 5px 0 0;
    text-indent: 5px;
    color: #333;
    font-size: 13px;
    font-family: "dotum";
    border: none;
    border: 1px solid #666;
    background: #fff
}

.seminar_wrap .tbl_frm01 .textarea {
    width: 80%;
    height: 70px;
    line-height: 16px;
    font-size: 12px;
    border: 1px solid #666;
    background: #fff
}

.seminar_wrap .tbl_frm01 .selectbox {
    float: left;
    min-width: 90px;
    margin: 0;
    padding: 4px 0 4px 0;
    color: #666;
    font-size: 16px;
    border: 1px solid #c8c8c8;
    height: 44px;
    padding-left: 5px;
    vertical-align: top;
}

.seminar_wrap .tbl_frm01 .noti {
    clear: both;
    font-size: 11px;
    color: #333;
    font-family: dotum;
}

.seminar_wrap .tbl_frm01 ul li {
    clear: both;
    padding: 0 0 5px 0;
}

.seminar_wrap .tbl_frm01 ul li:after {
    display: block;
    clear: both;
    content: ""
}

.seminar_wrap .tbl_frm01 .btn {
    float: left;
    color: #fff;
    letter-spacing: -1px;
    font-family: "Noto Sans KR", sans-serif;
    cursor: pointer;
    background: #333;
    box-sizing: border-box;
    padding: 6px 30px;
    height: 44px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -1px;
}

.seminar_wrap .q_wrap {
    width: 100%;
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    font-family: "dotum";
}

.seminar_wrap .a_wrap {
    color: #333;
    font-size: 14px;
    font-family: "dotum";
    letter-spacing: -1px;
}

.seminar_wrap .a_wrap.photo label {
    display: block;
    float: left;
    width: 150px
}

.seminar_wrap .a_wrap.photo label .img {
    width: 65%
}

.seminar_wrap .a_wrap label {
    margin: 0 5px 0 0;
    cursor: pointer
}

.seminar_wrap .a_wrap label.clear {
    display: block;
    clear: both;
}

.seminar_wrap .a_wrap input {
    margin: 0 3px 0 0;
    vertical-align: -2px
}

.seminar_wrap .a_wrap .tit {
    padding-top: 10px;
    color: #7d7d7d
}

.seminar_wrap .flex_wrap{
	display: flex;
	width: 100%;
	height: 100%;
	padding: 0 2.5%;
	align-items: center;
	gap: 10px;
}
.seminar_wrap td.address_wrap .flex_wrap{
	gap:0;
}
.seminar_wrap td .flex_wrap{
    padding: 8px;
    padding-left: 0;
}
.seminar_wrap td .flex_wrap.--2{
	padding:16px 0;
}
.seminar_wrap td .flex_wrap.gap5{
	gap:5px;
}
.seminar_wrap .flex_wrap .text{
	width: auto;
    flex: 1;
}
.seminar_wrap .flex_wrap .text_big{
    line-height: 100%;
    margin-bottom: 7.5px;
    font-size: 20px;
}
.seminar_wrap .flex_wrap .text_small{
    font-size: 85%;
    line-height: 100%;
    opacity: 0.65;
    letter-spacing: -.5px;
}
.seminar_wrap #box_wrap .flex_wrap .agrre1{
	flex: 1;
    text-align: right;
}
.seminar_wrap .flex_wrap .btn_radio:not(:first-child) {
	margin:0;
}

.seminar_wrap .infoWrap{
	margin-top: 2%;
}
.seminar_wrap .infoWrap .info_title{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -2px;
	margin-bottom: 1%;
}
.seminar_wrap .infoWrap .info_content{
	background: #f2f2f2;
	padding: 20px;
}
.seminar_wrap .infoWrap .info_con{
	letter-spacing: -1px;
}
.seminar_wrap .infoWrap .info_con.--bold{
	font-weight:700;
}

.seminar_wrap .flex_wrap label.checkbox{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.seminar_wrap .flex_wrap label.checkbox input[type="checkbox"]{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.seminar_wrap .flex_wrap label.checkbox input[type="checkbox"]+span{
    user-select: none;
}

@media(max-width:1080px){
	.seminar_wrap .flex_wrap{
		flex-wrap:wrap;
	}
	.seminar_wrap .flex_wrap .text{
		width: auto;
		flex: 0 0 100%;
		text-align:center;
	}
	.seminar_wrap #box_wrap .flex_wrap .agrre1{
		flex: 1;
		text-align: center;
	}
}

/*submit*/
.seminar_wrap .btn_confirm {
    width: 100%;
    text-align: center
}

.seminar_wrap .btn_confirm .btn_submit {
    width: 230px;
    display: inline-block;
    cursor: pointer;
    padding: 20px 0;
    border: 1px solid #333;
    background-color: transparent;
    transition: 0.75s all;
    color: #333;
    font-weight: 700;
}

.seminar_wrap .btn_confirm .btn_submit:hover {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.btn_submitwrap {
    font-size: 16px;
    color: #313131;
    display: inline-block;
    position: relative;
    margin-top: 25px;
}

.btn_submitwrap span {
}

.btn_submitwrap:before {
    border-color: var(--main-color);
    border-left-width: 2px;
    border-top-width: 2px;
    left: -5px;
    top: -5px;
}

.btn_submitwrap:after {
    border-bottom-width: 2px;
    border-color: var(--main-color);
    border-right-width: 2px;
    bottom: -5px;
    right: -5px;
}

.btn_submitwrap:hover, .btn_submitwrap.hover {
    background-color: var(--main-color);
    color: #fff;
}

.btn_submitwrap:hover:before, .btn_submitwrap.hover:before, .btn_submitwrap:hover:after, .btn_submitwrap.hover:after {
    height: 100%;
    width: 100%;
}

.btn_submitwrap span:before, .btn_submitwrap span:after {
    border-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
}

.btn_submitwrap span:before {
    border-color: var(--main-color);
    border-right-width: 2px;
    border-top-width: 2px;
    right: -5px;
    top: -5px;
}

.btn_submitwrap span:after {
    border-bottom-width: 2px;
    border-color: var(--main-color);
    border-left-width: 2px;
    bottom: -5px;
    left: -5px;
}

.btn_submitwrap span:hover, .btn_submitwrap span.hover {
}

.btn_submitwrap:hover span:before, .btn_submitwrap.hover span:before, .btn_submitwrap:hover span:after, .btn_submitwrap.hover span:after {
    height: calc(100% + 7px);
    width: calc(100% + 7px);
}

.container.brand {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    min-height: auto;
}

.container.brand .container {
    min-height: auto;
}

.container.brand .conPD {
    padding: 50px 0;
}

.container.brand .sec0 img {
    width: auto;
}

.container.brand .sec0 .container {
    margin-bottom: 50px;
}

.container.brand .sec1 {
    padding-top: 0;
}

.container.brand .sec1 .container {
    margin: 0 auto;
}

.container.brand .sec2 {
    text-align: center;
}

.container.brand .sec2 img {
    width: auto;
}

.container.brand .container {
    margin: 0 auto;
}

.container.brand .sec3 {
    width: 100%;
    height: 1000px;
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-size: cover;
    background-attachment: fixed;
}

/* privacy */
#sub_container { width: 90%; position: relative; left: 50%; transform: translateX(-50%); overflow: hidden; background-color: #fff; text-align: center; }
#sub_box { position: relative; width: 100%; margin: auto; text-align: center; padding-bottom: 10rem; padding-top: 0px; box-sizing: border-box; margin-top: 5rem; }
#sub_tit { width: 100%; margin-top: 0; overflow: hidden; text-align: center; }
#sub_tit h2 { font-size: 2.5625rem; color: #000; font-weight: 400; line-height: 100%; letter-spacing: -1px; text-transform: uppercase; }
/* .sub_line { width: 1px; height: 38px; background-color: #404040; margin: auto; margin-top: 35px; } */
.sub_line { width: 23px; height: 23px; background: url(../sub/sub_line.png) center no-repeat; background-size: cover; margin: auto; margin-top: 2.375rem; }
#sub_tit h5 { font-size: 14px; color: #858585; font-weight: 400; margin-top: 16px; }
#sub_tit h5 b { color: #222; }
#sub_tit h5 div { display: inline-block; color: #056b5c; }
#sub_tit h5 span { font-size: 13px; font-family: 'Futura Std'; font-weight: 700; }
.sub_page { margin-top: 3.375rem; position: relative; }
.sub_page::after { content: ''; display: block; clear: both; }

.sub_ori { width: 100%; max-width: 1100px; margin: auto; background-color: #f3f3f3; text-align: left; padding: 25px 30px; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: center; }
.sub_ori>div { width: 55px; height: 55px; min-width: 55px; border-radius: 100%; background: #004e50 url(../sub/ori.png) center no-repeat; margin-right: 18px; }
/* .sub_ori ul {  } */
.sub_ori ul li { font-size: 13px; line-height: 155%; color: #383838; color: #999; font-weight: 500; letter-spacing: -1px; position: relative; }
.sub_ori ul li:before { content:'Â·'; position: absolute; left: -6px; margin-right: 2px; }

.sub_ori ul.ori2 li { margin-left: 20px; }
.sub_ori ul.ori2 li:first-child { margin-left: 0; font-size: 14px; margin-bottom: 3px; }
.sub_ori ul.ori2 li:first-child:before { display: none; }

.sub_tab_bt { width: 100%; margin-bottom: 20px; }
.sub_tab_bt ul { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.sub_tab_bt ul li { width: 100%; margin-right: 1%; font-size: 18px; line-height: 60px; border: 1px solid #ccc; box-sizing: border-box; }
.sub_tab_bt ul li a { width: 100%; height: 100%; display: block; }
.sub_tab_bt ul li:last-child { margin-right: 0; }
.sub_tab_bt ul li.active { background-color: #000; color: #fff; border: 1px solid #000; }

.sub_privacy_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-bottom: 5.25rem; padding-bottom: 0; text-align: left; }

.sub_privacy_title { text-align: center; font-size: 1rem; line-height: 178%; letter-spacing: -1px; border-bottom: 1px solid #eee; border-top: 1px solid #eee; margin-bottom: 3.125rem; padding: 3.125rem 1.875rem; background: #eeeced; color:#000;}

.sub_privacy_list { text-align: left; border-bottom: 1px solid #ddd; padding-bottom: 30px; margin-bottom: 30px; color: #333; }
.sub_privacy_list_title { margin-bottom: 0.9375rem; font-size: 1rem; font-weight: 800; }
.sub_privacy_list_con { font-size: 0.9375rem; word-break: keep-all; }

.sub_privacy_wrap table { width: 100%; border-left: 1px solid #ccc; border-top: 1px solid #ccc; margin-top: 1.875rem; border-collapse: collapse; }
.sub_privacy_wrap table th, .sub_privacy_wrap table td { padding: 10px; font-size: 0.9375rem; color: #000; border-right: 1px solid #ccc; border-bottom: 2px solid #111; background: #f1f1f1; text-align: center; vertical-align: middle; }
.sub_privacy_wrap table td { background: #fff; border-bottom: 1px solid #ccc; }
/* .sub_privacy_wrap table td:nth-child(1) { } */

/*  */

.sub_pr_wrap { width: 100%; height: auto; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; text-align: center; }
.sub_pr_wrap>div { width: 100%; max-width: 1100px; position: relative; z-index: 9; }

/* .sub_pr_vd { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; z-index: 999; margin-bottom: 0px; }
.sub_pr_vd iframe { position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; width: 100%; height: 100%; z-index: 2; } */
.sub_pr_vd { width: 100%; max-width: 1100px; position: relative; margin: auto; display: flex; justify-content: center; align-items: center; z-index: 9; }
.sub_pr_vd iframe { width: 100%; aspect-ratio: 16/9 !important; }
.sub_pr_vd.shorts { width: 70%; max-width: 350px; }
.sub_pr_vd.shorts iframe { aspect-ratio: 9/16 !important; }

.sub_pr_vd.sub { max-width: 1100px; margin-top: 3.25rem; }
.sub_pr_vd.over { max-width: 1100px; margin-bottom: 4.75rem; }


/**/

.sub_img_wrap { width: 100%; max-width: 1100px; margin: auto; height: auto; position: relative; padding-bottom: 3rem; }
.sub_img_wrap img { width: 100%; max-width: 1100px; }
.sub_img_wrap img.half { width: 50%; float: left; }

.sub_page.img { width: 100%; max-width: 1100px; margin: auto; margin-top: 3.125rem; height: auto; position: relative; }
.sub_page.img img { width: 100%; max-width: 1100px; }
.sub_img { width: 100%; opacity: 0; }
.sub_img2 { animation: sub_img2 1.2s 0.2s both; }
.sub_img.active { transform: translate(0); opacity: 1; transition: 1.2s 0.2s; }
.sub_page.img img.half { width: 50%; float: left; }

@keyframes sub_img2 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.mo {
    display: none !important;
}


 .prugio_guide {width:850px; margin: 0 auto;}
 .prugio_guide .contents_box{overflow:hidden; float:right; width:100%;}
 .prugio_guide .contents_box h3 {
    font-size: 30px;
    font-weight: 500;
	text-align: center;
}
 .prugio_guide .sub_title{height:auto;}
 .prugio_guide h3{margin-bottom:60px;}
 .prugio_guide .guide_notice{padding:80px 0 70px; margin-bottom:70px; border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; text-align: center;}
 .prugio_guide .guide_notice p{font-size:16px; line-height:24px;}
 .prugio_guide .guide_notice p:first-child{margin-bottom:20px;}
 .prugio_guide .guide_notice p strong{font-size:20px; font-weight:400; color:#333;}
 .prugio_guide .guide_box h4{margin-bottom:15px; font-size:16px; font-weight:400;}
 .prugio_guide .guide_box .pt10{padding-top:10px;}
 .prugio_guide .guide_box .guide_section{margin-bottom:40px;}
 .prugio_guide .guide_box .guide_txt{overflow-x:hidden; padding: 0 0 30px; margin-bottom:15px; font-size:13px; line-height:1.5em; word-break:break-all;}
 .prugio_guide .guide_box .guide_txt ul li a{text-decoration:underline;}
 .prugio_guide .guide_box .guide_txt dt{margin-bottom:10px; font-weight:400;}
 .prugio_guide .guide_box .guide_txt dt.tit{padding:20px 0 10px; font-size:14px;}
 .prugio_guide .guide_box .guide_txt dd{margin-bottom:20px; color:#929292; margin-left:24px;}
 .prugio_guide .guide_box .guide_txt dd dl dd{margin-left:0;}
 .prugio_guide .guide_box .guide_txt .indent{margin-left:24px;}
 .prugio_guide .guide_box .guide_txt ol li{margin-left:15px; text-indent:-15px; line-height:150%}
 .prugio_guide .guide_box .guide_txt ol dt{margin-bottom:5px; font-weight:normal;}
 .prugio_guide .guide_box .guide_txt ol dd{margin-bottom:5px;}
 .prugio_guide .guide_box table tr:first-child th{border-top:none;}

 .prugio_guide .btn_popup_privacy{display:block; width:200px; height:30px; line-height:30px; color:#fff; text-align:center; background:#cdcdcd;}


.prugio_guide .labelWrap { width: 800px; margin: 0px auto; position: relative; margin-bottom: 100px; font-size: 16px;}
.prugio_guide .labelWrap h4 { font-size: 24px; margin-bottom: 30px; text-align: center;}
.prugio_guide .labelWrap ul { width: 100%; box-sizing: border-box; padding: 35px 30px; position: relative; margin-bottom: 30px; background: #f3f2f1;}
.prugio_guide .labelWrap ul::after {content: ""; clear: both; width: 1px; height: 0px; display: block;}
.prugio_guide .labelWrap ul li { width: 240px; height: 240px; box-sizing: border-box; background: #fff; border: 1px solid #a1c1c4; box-shadow: 8px 8px 16px rgba(139,128,117,.17); float: left; margin-right: 10px; margin-bottom: 20px; border-radius: 15px; position: relative;}
.prugio_guide .labelWrap ul li:nth-child(3) { margin-right: 0px;}
.prugio_guide .labelWrap ul li:nth-child(6) { margin-right: 0px;}
.prugio_guide .labelWrap ul li:hover { outline: 2px solid #015152;}
.prugio_guide .labelWrap ul li > a { width: 100%; display: block; height: 218px; box-sizing: border-box; padding-top: 47px; text-align: center;}
.prugio_guide .labelWrap ul li a .imgWrap { width: 100%; display: block; margin-bottom: 30px;}
.prugio_guide .labelWrap ul li a strong { color: #000; font-size: 16px; letter-spacing: -1px;}
.prugio_guide .labelWrap ul img {vertical-align: middle;}
.prugio_guide .labelWrap ul li.mg_l {margin-left:125px;}
.prugio_guide .labelWrap .popBox { width: 650px; padding-bottom: 30px; box-sizing: border-box; background: #fff; border: 2px solid #015152; box-shadow: 8px 8px 16px rgba(139,128,117,.17); border-radius: 12px; position: absolute; z-index: 1; display: none; overflow: hidden;}
.prugio_guide .labelWrap li:hover .popBox { display: block;}
.prugio_guide .labelWrap li:nth-child(1) .popBox {top: 50%; left: 0; }
.prugio_guide .labelWrap li:nth-child(2) .popBox {top: 50%; left: -200px; }
.prugio_guide .labelWrap li:nth-child(3) .popBox {top: 50%; right: 0;}
.prugio_guide .labelWrap li:nth-child(4) .popBox {bottom: 50%; left: -80px;}
.prugio_guide .labelWrap li:nth-child(5) .popBox {bottom: 50%; left: -320px; }
.prugio_guide .labelWrap li:nth-child(6) .popBox {bottom: 50%; right: 0}
.prugio_guide .labelWrap .popBox h5 { width: 100%; height: 42px; background: #015152; display: flex; margin-bottom: 22px; align-items: center; justify-content: center; color: #fff; font-weight: bold;}
.prugio_guide .labelWrap .popBox p { width: 92%; margin: 0px auto 22px; font-size: 15px; }
.prugio_guide .labelWrap .popBox table { width: 92%; margin: 0px auto; border-top: 1px solid #e3e6e8; font-size: 15px;}
.prugio_guide .labelWrap .popBox th { padding: 15px ; position: relative; border-bottom: 1px solid #e3e6e8; background: #f3f3f3; color: #4e6f6f; font-weight: bold; text-align: center; vertical-align: top;border-right: 1px solid #e3e6e8;}
.prugio_guide .labelWrap .popBox .ot th { background : #fff; }
.prugio_guide .labelWrap .popBox th::after { width: 100%; height: 1px; background: #e3e6e8; position: absolute; bottom: -1px; left: 0; content: "";}
.prugio_guide .labelWrap .popBox th img { display: block; position: absolute; top: 17px; left: 13px;}
.prugio_guide .labelWrap .popBox td { padding: 15px; position: relative; border-bottom: 1px solid #e3e6e8;border-right: 1px solid #e3e6e8; font-size: 14px; letter-spacing: -1px; line-height: 1.3; text-align: center;}
.prugio_guide .labelWrap .popBox th:last-child {border-right: none;}
.prugio_guide .labelWrap .popBox td:last-child {border-right: none;}
	
.prugio_guide .indexWrap { width: 800px; margin: 0px auto; position: relative; margin-bottom: 100px; font-size: 16px;}
.prugio_guide .indexWrap h4 { font-size: 24px; margin-bottom: 30px; text-align: center;}
.prugio_guide .indexWrap p { width: 100%%; margin: 0px auto 15px; font-size: 15px; }
.prugio_guide .indexWrap ul { width: 100%; box-sizing: border-box; padding: 40px 45px; position: relative;  background: #f3f2f1;}
.prugio_guide .indexWrap ul::after {content: ""; clear: both; width: 1px; height: 0px; display: block;}
.prugio_guide .indexWrap ul li { width:  100%; height: auto; padding: 10px; box-sizing: border-box; background: #fff; border: 1px solid #eee; box-shadow: 8px 8px 16px rgba(139,128,117,.17); margin-bottom: 5px; border-radius: 4px; position: relative;font-size: 15px;}
/*.prugio_guide .indexWrap ul li:nth-child(7) { position: absolute; top: 40px; right: 45px;}
.prugio_guide .indexWrap ul li:nth-child(8) { position: absolute; top: 100px; right: 45px;}
.prugio_guide .indexWrap ul li:nth-child(9) { position: absolute; top: 160px; right: 45px;}
.prugio_guide .indexWrap ul li:nth-child(10) { position: absolute; top: 220px; right: 45px;}
.prugio_guide .indexWrap ul li:nth-child(11) {position: absolute; top: 280px; right: 45px;}
.prugio_guide .indexWrap ul li:nth-child(12) {position: absolute; top: 340px; right: 45px;}*/
.prugio_guide .indexWrap ul li:hover { outline: 1px solid #015152;}	
.prugio_guide .indexWrap ul li a { width: 100%; display: flex; height: 100%; box-sizing: border-box; padding: 0 18px; align-items: center; line-height: 1.3;}
.prugio_guide .indexWrap ul li a img { display: inline-block; height: 24px; margin-right: 10px;}
.prugio_guide .guide_box .guide_txt dt img { margin-right: 5px; margin-top: -2px;}
.prugio_guide .guide_box .guide_txt > div {padding-top: 40px;}
.prugio_guide .guide_box .guide_txt ol li { width: 100%; position: relative; box-sizing: border-box; padding-left: 17px; margin: 0; text-indent: 0; margin-bottom: 10px;}
.prugio_guide .guide_txt div > ol{ margin-bottom: 20px;}
.guide_txt ol>li:nth-child(1)::after {display: block; position: absolute; top: 0px; left: 0; content: "①"}
.guide_txt ol>li:nth-child(2)::after {display: block; position: absolute; top: 0px; left: 0; content: "②"}
.guide_txt ol>li:nth-child(3)::after {display: block; position: absolute; top: 0px; left: 0; content: "③"}
.guide_txt ol>li:nth-child(4)::after {display: block; position: absolute; top: 0px; left: 0; content: "④"}
.guide_txt ol>li:nth-child(5)::after {display: block; position: absolute; top: 0px; left: 0; content: "⑤"}
.guide_txt ol>li:nth-child(6)::after {display: block; position: absolute; top: 0px; left: 0; content: "⑥"}
.guide_txt ol>li:nth-child(7)::after {display: block; position: absolute; top: 0px; left: 0; content: "⑦"}
.guide_txt ol>li:nth-child(8)::after {display: block; position: absolute; top: 0px; left: 0; content: "⑧"}
.guide_txt ol>li:nth-child(9)::after {display: block; position: absolute; top: 0px; left: 0; content: "⑨"} 
.prugio_guide .guide_txt div ul{ padding-top: 5px;}
.prugio_guide .guide_box .guide_txt ul li { width: 100%; position: relative; box-sizing: border-box; padding-left: 15px; margin: 0; text-indent: 0; margin-bottom: 5px;}
/* 	.guide_txt ul li::after {display: block; position: absolute; top: -1px; left: 0; content: "■"; font-size: 10px;} */
.prugio_guide .guide_txt ul.pt10 li::after { display: none;}
.prugio_guide .guide_box h4 {font-weight: bold;}
.prugio_guide .guide_box p { margin-bottom: 20px;}
.prugio_guide .guide_box table { border-top: 1px solid #e3e3e3; margin-bottom: 30px;width: 100%; }
.prugio_guide .guide_box th, .prugio_guide .guide_box td { padding: 10px 15px;}
.prugio_guide .guide_box th{ text-align: center;border-right: 1px solid #e3e3e3;}
.prugio_guide .guide_box td{  border-right: 1px solid #e3e3e3;}
.prugio_guide .guide_box tr th:last-child, .prugio_guide .guide_box tr td:last-child{  border-right:none;}

.common_table .star{color:#f85c10;}
.common_table .table_wrap{margin-bottom:30px; border-top:2px solid #000;}
.common_table table{table-layout:fixed;}
.common_table th{padding:24px 0 23px 30px; text-align:left; background:#fafafa; color:#333; font-weight:400; border-bottom:1px solid #e3e3e3;}
.common_table th .star{display:inline-block; margin-left:6px; vertical-align:middle;}
.common_table td{padding:15px 0 15px 40px; color:#666; border-bottom:1px solid #e3e3e3;}
.common_table .first th, .common_table .first td{border-top:none;}
.common_table .state{color:#37835f;}
.common_table input[type=text]{width:546px;}
.common_table input[type=text].w175{width:163px;}
.common_table input[type=text].w265{width:255px;}
.common_table input[type=text].w640{width:546px;}
.common_table input[type=password]{width:163px; height:28px; padding:5px; border-radius:6px;}
.common_table input[type=radio], .common_table input[type=checkbox]{border:none 0;}
.common_table input[type=radio] + label{margin:0 20px 0 10px; font-size:14px; vertical-align:middle;}
.common_table select{width:175px; height:40px; padding:5px; vertical-align:middle; border-radius:6px; font-weight:300;}
.common_table .btn_area{text-align:right;}
.common_table .btn_area a{width:86px; margin-left:10px;}

.prugio_guide .guide_box table tr:first-child th{border-top:none;}

@media(max-width: 1080px) {
    .prugio_guide{width:100%;}
	.prugio_guide .guide_notice {padding: 80px 30px 70px; word-break: keep-all; }
	.prugio_guide .labelWrap {width:100%;}
	.prugio_guide .labelWrap ul{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.prugio_guide .labelWrap ul li {margin-right:0;}
	.prugio_guide .indexWrap {width:100%;}
	.prugio_guide .guide_box .guide_txt > div {padding: 40px 20px 0;}
	.labelWrap_fotxt {padding:0 20px;}
	.prugio_guide .labelWrap .popBox{width:360px;}
	.prugio_guide .labelWrap li:nth-child(1) .popBox {top: 18%;left: -25%;}
	.prugio_guide .labelWrap li:nth-child(2) .popBox {top: 18%; left: -60px;}
	.prugio_guide .labelWrap li:nth-child(3) .popBox {top: 18%; left: -60px;}
	.prugio_guide .labelWrap li:nth-child(4) .popBox {bottom: 18%; left: -60px;}
	.prugio_guide .labelWrap li:nth-child(5) .popBox {bottom: 18%; left: -60px;}
	.prugio_guide .labelWrap li:nth-child(6) .popBox {bottom: 5%; left: -60px;}
	.prugio_guide .labelWrap ul li.mg_l {margin-left:0;}
.mo {
    display: block !important;
}
.sub_privacy_list {padding:20px;}

}


/*input radio check*/
.cntr {
    margin: auto;
}

.btn_radio {
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    user-select: none;
}

.btn_radio:not(:first-child) {
    margin-left: 20px;
}

@media screen and (max-width: 480px) {
    .btn_radio {
        display: block;
        float: none;
    }

    .btn_radio:not(:first-child) {
        margin-left: 0;
        margin-top: 15px;
    }
}

.btn_radio svg {
    fill: none;
    vertical-align: middle;
}

.btn_radio svg circle {
    stroke-width: 2;
    stroke: #C8CCD4;
}

.btn_radio svg path {
    stroke: #008FFF;
}

.btn_radio svg path.inner {
    stroke-width: 6;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
}

.btn_radio svg path.outer {
    stroke-width: 2;
    stroke-dasharray: 57;
    stroke-dashoffset: 57;
}

.btn_radio input {
    display: none;
}

.btn_radio input:checked + svg path {
    transition: all 0.4s ease;
}

.btn_radio input:checked + svg path.inner {
    stroke-dashoffset: 38;
    transition-delay: 0.3s;
}

.btn_radio input:checked + svg path.outer {
    stroke-dashoffset: 0;
}

.btn_radio span {
    display: inline-block;
    vertical-align: middle;
}

.alone_title {
    text-align: center;
    padding: 10px 30px;
    display: inline-block;
    margin: 0 auto;
    background-color: #005052;
    margin-bottom: 30px;
    color: #fff;
}

@media(max-width: 1080px) {
    .alone_title {
        margin:15px auto;
        font-size: 13px;
    }
}

.right_side {
    display: none;
    position: absolute;
    right: 250px;
    top: 590px;
    padding: 20px 0 30px 0;
    background: url("/teaser/images/right_side_bg.png?v=<%=genTimeStamp%>") left center no-repeat;
    background-size: 49px 100%;
    z-index: 0
}

.right_side li {
    width: 133px;
    height: 40px;
    margin-left: 8px;
    margin-bottom: 5px;
    text-align: left;
    background: url("/teaser/images/right_side_menu_bg.png?v=<%=genTimeStamp%>") 0 0 no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.right_side li a:hover {
    color: #100f0f;
    background: url("/teaser/images/right_side_menu_bg_on.png?v=<%=genTimeStamp%>") 0 0 no-repeat;
}

.right_side li a {
    display: block;
    height: 40px;
    padding: 9px 0 0 25px;
    font-size: 13px;
    font-family: "NotoSans",'malgun gothic','dotum';
    color: #fff;
}

.subWrap {
    width: 100%;
    margin-top: 100px;
}

.subWrap .inner {
    max-width: 1100px;
    background-color: none;
    padding-top: 0;
    margin: 0 auto;
}
.subWrap.wd100 .inner{
	max-width:none;
}

.subWrap .inner img {
    margin: 0 auto;
    width: 100%;
}
.subWrap .inner .prugio_guide img {width:auto;}

.subWrap .inner .line {
    width: 5px;
    height: 50px;
    background: #6f1e20;
    margin: 0 auto;
    margin-bottom: 3%;
}

.subWrap .outbtnWrap {
    text-align: center;
    line-height: 100%;
    margin-top: 5%;
}

.subWrap .outbtnWrap .outbtn {
    padding: 15px 30px;
    min-width: 250px;
    background: #005052;
    color: #fff;
    line-height: 100%;
    display: inline-block;
    border-radius: 30px;
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 500;
    transition: 0.75s all;
}

.subWrap .outbtnWrap .outbtn:hover {
    opacity: 0.7;
}

@media(max-width: 1080px) {
    .subWrap .outbtnWrap {
        margin-bottom:5%;
    }

    .subWrap .outbtnWrap .outbtn {
        padding: 10px;
        min-width: 200px;
        font-size: 18px;
    }
}


.container {
    width: 100%;
    box-sizing: border-box;
    max-width: 1100px;
    min-height: 600px;
    margin: 2.5% auto 5%;
    overflow: hidden;
    /* transform: translateY(-168px); */
    position: relative;
    z-index: 10;
}
.subWrap.wd100 .container{
	max-width:none;
	margin: 0;
}

.container._w1100 {
    max-width: 1100px;
}

.container._w1140 {
    max-width: 1140px;
}

.container .inner img {
}

.container .inner img.W_Auto {
    width: auto;
}

.sub_footer {
    padding: 3% 5%;
    background: #faf8f4;
    margin-top: 5%;
}


.sub_footer .con {
    margin-bottom: 1%;
    font-size: 13px;
    color: #666666;
    font-family: 'NanumSquare', sans-serif;
    line-height: 130%;
	display: flex;
}
.sub_footer .con .txt_l {
	flex: 0 0 1.5%;
    display: inline-block;
}
.sub_footer .con .txt_r {
	flex: 1 1 auto;
    display: inline-block;
}

.sub_footer .con:last-child {
    margin-bottom: 0;
}

.titleArea {
    position: relative;
    clear: both;
    margin: 0 auto;
    text-align: center;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 250px;
    overflow: hidden;
    margin-bottom: 5%;
}

.titleArea_bg{
    background: url(../images/subVisual_bg.jpg?v=4) center center / cover no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: inset(0 0 100% 0);
    transform: scale(1.2);
    animation: titleArea_bg 2s forwards;
}
@keyframes titleArea_bg{
    to{
        clip-path: inset(0 0 0 0);
        transform: scale(1);
    }
}

.titleArea_bg.location {background: url(../images/subVisual_bg_location.jpg) center center / cover no-repeat;}
.titleArea_bg.premium {background: url(../images/subVisual_bg_premium.jpg) center center / cover no-repeat;}
.titleArea_bg.design {background: url(../images/subVisual_bg_design.jpg) center center / cover no-repeat;}
.titleArea_bg.reduction {background: url(../images/subVisual_bg_reduction.jpg) center center / cover no-repeat;}
.titleArea_bg.type {background: url(../images/subVisual_bg_type.jpg) center center / cover no-repeat;}
.titleArea_bg.map {background: url(../images/subVisual_bg_map.jpg) center center / cover no-repeat;}
.titleArea_bg.news {background: url(../images/subVisual_bg_news.jpg) center center / cover no-repeat;}
.titleArea_bg.customer {background: url(../images/subVisual_bg_customer.jpg) center center / cover no-repeat;}


.titleArea .sub{
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: -1px;
    position: relative;
    opacity: 0;
    animation: sub_fadeUp 1s 0.75s forwards;
    margin-bottom:15px;
    margin-top: 5%;
	transform: translateY(100%);
}
@keyframes sub_fadeUp{
    0%{
		 opacity: 0;
        transform: translateY(100%);
    }
	100% {
		opacity: 1;
        transform: translateY(0%);
	}
}

.titleArea .sub .point{
    font-weight: 700;
}
.titleArea .main{
    color: #fff;
    font-size: 70px;
    /* text-transform: uppercase; */
    letter-spacing: 30px;
    opacity: 0;
    font-weight: 100;
    z-index: 100;
    font-family: "DM Serif Text", serif;
	 -webkit-animation: titleArea_main 1s 1.25s forwards;
    animation: titleArea_main 1s 1.25s forwards;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.titleArea .sub_en{
	opacity: 0;
    animation: fadeIn 1s 1.25s forwards;
	color:#fff;
	font-size:22px;
	font-weight:300;
}
@keyframes titleArea_main{
    0%{
        letter-spacing: 30px;
        opacity: 0;
    }
    100%{
        letter-spacing: 0px;
	    opacity: 1;
    }
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
   .titleArea .main{
		animation:none;
		letter-spacing:0px;
		opacity:1;
   }
}




@media(max-width:1080px){
    .titleArea .main{
        padding-bottom:0;
		 margin-top: 0;
    }
    .titleArea .sub{
        font-size: 20px;
        width: auto;
        margin:0 auto;
        margin-bottom: 10px;
    }
    .titleArea img{
        width: 100%;
        max-width: max-content;
    }
}
@media(max-width:650px){
    .titleArea .sub,
	.titleArea .sub_en{
        font-size: 4vw;
    }
}

.tabmenu_t {
    clear: both;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    background: #eee;
    border: 1px solid #ddd;
}

.tabmenu_t:after {
    display: block;
    clear: both;
    content: ""
}

.tabmenu_t li {
    position: relative;
    float: left;
    width: 33.3333333333%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
}

.tabmenu_t li.last {
    border-right: none
}

.tabmenu_t li a {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #666;
    font-family: "NotoSans",'malgun gothic','dotum';
}

.tabmenu_t li.active {
    color: #a39078;
}

.tabmenu_t li.active a {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    background: #a39078
}

.tabmenu_t li.active:last-child {
    border-right: none;
}

.tabmenu_t li a:hover {
    color: #fff;
    background: #a39078;
    transition: all 0.4s ease;
}

.tabmenu {position:relative;clear:both;width:100%;margin:0 auto;width:100%;margin-bottom:30px;z-index:1;padding:10px 20px 20px 20px;background: transparent;}
.tabmenu li {position: relative;float: left;width:33.3333333333%;text-align:center;border-bottom: 1px solid #999;font-size:17px;color: #999;letter-spacing:-1px;font-family:'Noto Sans KR', sans-serif;cursor: pointer;height:45px;line-height:40px;/* font-weight: bold; */box-sizing:border-box;}
.tabmenu li:first-child {}
.tabmenu.w50 li {width:50%;}
.tabmenu.w25 li {width:25%;}
.tabmenu.w20 li {width:20%;}
.tabmenu.w33 li {width:33.3333333333%;}
.tabmenu.w16 li {width:16.6666666667%;}
.tabmenu.w14 li {width:14.2857142857%;}
.tabmenu.w11 li {width:11.1111111111%;}
.tabmenu.w10 li {width:10%;}
.tabmenu.w7 li {width:calc(100% / 7);}
.tabmenu.w6 li {width:calc(100% / 6);}
.tabmenu.w3 li {width:calc(100% / 3);}
.tabmenu li a {display:block; color:#fff; outline: none;}
.tabmenu li:hover{color: #ddd;border-bottom: 1px solid #ddd;transition: all 0.4s ease;/* font-weight: bold; */}
.tabmenu li:hover a{color:#fff;transition: all 0.4s ease; }
.tabmenu li.active {color: #004e50;border-bottom: 2px solid #004e50;font-weight: bold;}
.tabmenu li.active a {color:#fff;font-family: 'Noto Sans KR', sans-serif;font-weight:400;}
.tabmenu li.active a:hover{color:#fff;}
.tabmenu li.txt_color {color: #8d7d70;}
.tabmenu li.txt_color:hover {color: #fff;border-bottom: 1px solid #fff;}
.tabmenu li.txt_color .txt_link {color: #8d7d70;}
.tabmenu li.txt_color:hover .txt_link {color:#fff;}
.tabmenu li.txt_color2 {color: #fff; border-bottom: 1px solid #fff;}
@media (max-width:1140px){
	.tabmenu {width:100% !important;height: auto; margin-top:10px; margin-bottom:10px; padding:10px 20px 20px 20px;}
	.tabmenu li {font-size: 12px;line-height: 100%;height: auto;padding: 2.5% 0;}
	.tabmenu li.active {border-bottom: 1px solid #004e50;}
}

@media(max-width:640px){
	.tabmenu.w6 li{
		width:calc(100% / 3);
	}
}
@media (max-width:450px){ 
	.tabmenu li {font-size:11px;}
}
@media (max-width:420px){ 
	.tabmenu {
        padding: 10px 5px 20px 5px;
    }
	.tabmenu li {font-size:10px;}
}

.tabmenu2 {
    position: relative;
    clear: both;
    width: 1100px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-left: 1px solid #ddd;
    z-index: 1
}

.tabmenu2 li {
    position: relative;
    float: left;
    width: 33.3333333333%;
    text-align: center;
    margin-bottom: -1px;
    font-size: 13px;
    letter-spacing: -1px;
    font-family: "NotoSansM",'malgun gothic','dotum';
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-left: none;
    box-sizing: border-box;
    background: #fff;
}

.tabmenu2.w25 li {
    width: 25%;
}

.tabmenu2.w14 li {
    width: 14.2857142857%;
}

.tabmenu2.w12 li {
    width: 12.5%;
}

.tabmenu2.w11 li {
    width: 11.1111111111%;
}

.tabmenu2 li a {
    display: block;
    color: #333;
    outline: none;
}

.tabmenu2 li a:hover {
    color: #333;
    background: #fff;
    transition: all 0.4s ease;
}

.tabmenu2 li.active {
    color: #333;
    background: #fff;
    border-bottom: 1px solid #fff;
}

.tabmenu2 li.active a {
    color: #333;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
}

@media (max-width: 1140px) {
    .tabmenu2 {
        width:98%;
        height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .tabmenu2 li {
        font-size: 11px;
        height: 25px;
        line-height: 25px;
    }
}

.introSlider {
}

.introSlider_sub.slick-slider {
    width: 480px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.introSlider_sub .slick-list {
    overflow: inherit;
    width: auto;
    background-color: #fff;
    margin: 0 auto;
}

.introSlider_sub .slick-track {
    display: flex;
    padding: 30px;
}

.introSlider_sub .slideCon {
    position: relative;
    margin: 0 10px;
    max-width: 190px;
    cursor: pointer;
    transition: 0.75s all;
}

.introSlider_sub .slideCon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    top: -5px;
    background-color: transparent;
    border: 5px solid transparent;
    transition: 0.75s all;
}

.introSlider_sub .slick-current:before {
    border-color: #005052;
    transition: 0.75s all;
}

@media (max-width: 1080px) {
    .introSlider_sub.slick-slider {
        width: 100%;
        transform: none;
        left: 0;
        padding: 30px 0;
    }

    .introSlider_sub .slick-track {
        padding: 0;
        justify-content: center;
    }

    .introSlider_sub .slideCon {
        max-width: none;
        margin: 0 5px;
    }
}

.news_list {
    clear: both;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    text-align: left;
    border-top: 1px solid #ddd
}

.news_list li {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd
}

.news_list .media {
    margin: 0 10px 0 0;
    color: #06377b;
    font-family: "NotoSans",'malgun gothic','dotum';
    font-size: 17px;
}

.news_list .tit {
    overflow: hidden;
    height: 25px;
    color: #333;
    font-family: "NotoSans",'malgun gothic','dotum';
    font-size: 17px;
}

.news_list .tit a {
    color: #333;
}

.news_list .con {
    overflow: hidden;
    max-height: 47px;
    color: #999;
    font-family: "NotoSans",'malgun gothic','dotum';
}

.news_list .con a {
    color: #999;
}

.news_list a:hover {
    color: #8a7255;
}

.paging {
    clear: both;
    margin-top: 25px;
    text-align: center
}

.paging li {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    font-size: 12px;
    font-family: "dotum";
    background: #666;
}

.paging li:last-child {
    margin-right: 0
}

.paging li a {
    display: block;
    color: #fff;
}

.paging li.num {
    color: #fff
}

.paging .on {
}

.paging li.prev,.paging li.next {
    width: 35px;
    color: #fff;
}

.news_list_new {
    width: 100%;
    margin-top: 50px;
    box-sizing: border-box;
}

.news_list_new .list_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.news_list_new .list {
    width: 32%;
    flex: 0 0 32%;
    box-shadow: 15px 20px 20px #f5f5f5, -5px 0 15px #f5f5f5;
    min-height: 250px;
    position: relative;
    margin-bottom: 5%;
    margin-right: 1%;
    background: #fff;
}

.news_list_new .list .link {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 10% 5%;
    position: relative;
}

.news_list_new .list .top {
    font-weight: 400;
    font-size: inherit;
    color: #333;
    letter-spacing: -0.025em;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-top: 5px;
    position: relative;
}

.news_list_new .list .top:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #005052;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 1s all;
}

.news_list_new .list:hover .top:before {
    width: 100%;
    transition: 1s all;
}

.news_list_new .list .media {
    position: relative;
    display: inline-block;
    line-height: 100%;
}

.news_list_new .list .title {
    font-weight: 400;
    font-size: 18px;
    color: #005052;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list_new .list .bottom {
    margin-top: 30px;
    box-sizing: border-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12pt;
    letter-spacing: -0.05em;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 74px;
    color: #666;
    font-weight: 300;
}
.news_list_new .list .bottom .explain{
	line-height:25px;
}

.paging li {
    font-family: 'Noto Sans KR';
    font-weight: 400;
    height: auto;
    margin: 0 5px;
    background-color: transparent;
}

.paging .num a {
    border: 1px solid #005052;
    color: #005052;
    transition: 0.75s all;
    padding: 7px;
}

.paging .num a.on {
    color: #fff;
    background-color: #005052;
}

.paging .num a:hover {
    background-color: transparent;
    color: #005052;
}

.paging a.next:hover {
    border: none;
    background-color: transparent;
}

.paging li.prev {
    background: url(../images/ico_arrow_prev.png) center center / cover no-repeat;
    width: 8px;
    height: 15px;
    font-size: 0;
    margin-right: 15px;
}

.paging li.next {
    background: url(../images/ico_arrow_next.png) center center / cover no-repeat;
    width: 8px;
    height: 15px;
    font-size: 0;
    margin-left: 15px;
}

@media (max-width: 1080px) {
    .news_list_new .list_wrap {
        width:calc(100% - 30px);
        margin: 0 auto;
    }

    .news_list_new .list {
        width: 100%;
        flex: 0 0 100%;
    }

    .news_list {
        width: 97%;
        margin-top: 10px;
        border-top: none
    }

    .news_list .media {
        font-size: 13px
    }

    .news_list .tit {
        height: 21px;
        padding-left: 0;
        font-size: 13px;
    }

    .news_list .con {
        max-height: 40px;
        padding-left: 0;
        font-size: 12px;
    }

    .paging {
        margin-bottom: 100px
    }
}

.btn_area {
    clear: both;
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: center
}

.btn_area .btn_list {
    position: relative;
    padding: 0.8rem 3rem 0.8rem 3rem;
    font-size: 1rem;
    font-family: "NotoSansM",'malgun gothic','dotum';
    color: #333;
    letter-spacing: -0.04em;
    border: 0.05rem solid #666;
    border-radius: 10px
}

.btn_area .btn_list:before {
    content: '';
    position: absolute;
    top: 40%;
    right: 10%;
    border: solid #666;
    border-width: 0 2px 2px 0;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#top_scroll {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 50%;
    bottom: calc(100% - 43px);
    transform: translateX(-50%);
}
@media (max-width:1080px){
	#top_scroll {
		bottom: 5%;
		width: 48px;
		right: 2.5%;
		display: none !important;
	}
	#top_scroll img {width:100%;}

}

.layerPopup {
    display: none;
    position: absolute;
    top: 320px;
    left: 90px;
    width: 1000px;
    background: #000;
    z-index: 9999999;
}

.layerPopup .titArea {
    clear: both;
    width: 100%;
    height: 50px;
    padding: 12px 12px 12px 12px;
    background: #000;
    box-sizing: border-box
}

.layerPopup .titArea:after {
    display: block;
    clear: both;
    content: ""
}

.layerPopup .titArea h3 {
    float: left;
    font-size: 20px;
    font-family: "NotoSans",'malgun gothic','dotum';
    color: #fff;
}

.layerPopup .titArea .ico_close {
    float: right;
    margin-top: 3px;
    padding: 0 7px 0 7px;
    font-size: 16px;
    font-family: "NotoSans",'malgun gothic','dotum';
    color: #fff;
    background: #666;
    cursor: pointer;
    border-radius: 6px
}

.layerPopup .con {
    position: relative;
    overflow-y: scroll;
    height: 650px;
    z-index: 1
}

.layerPopup .img {
    width: 100%
}

.layerPopup .underlayer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    z-index: 0;
}

.layerPopup2 {
    display: none;
    position: absolute;
    top: 410px;
    left: 370px;
    width: 800px;
    padding-bottom: 20px;
    background: #000;
    z-index: 9999999;
}

.layerPopup2 .titArea {
    clear: both;
    width: 100%;
    height: 50px;
    padding: 12px 12px 12px 12px;
    background: #000;
    box-sizing: border-box
}

.layerPopup2 .titArea:after {
    display: block;
    clear: both;
    content: ""
}

.layerPopup2 .titArea h3 {
    float: left;
    font-size: 20px;
    font-family: "NotoSans",'malgun gothic','dotum';
    color: #fff;
}

.layerPopup2 .titArea .ico_close {
    float: right;
    margin-top: 3px;
    padding: 0 7px 0 7px;
    font-size: 16px;
    font-family: "NotoSans",'malgun gothic','dotum';
    color: #fff;
    background: #666;
    cursor: pointer;
    border-radius: 6px
}

.layerPopup2 .con {
    position: relative;
    z-index: 1
}

.layerPopup2 .img {
    width: 100%
}

.layerPopup2 .underlayer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    z-index: 0;
}

#footer {
    position: relative;
    width: 100%;
    background: var(--main-color);
    z-index: 5;
    color: #fff;
    text-align: center;
    padding: 5% 0;
    z-index: 11;
}
#footer .wrap{
    margin: 0 7.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: auto;
}
#footer .left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
#footer .left .image{
    margin-bottom: 5%;
}
#footer .left .info{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    color: #999;
    margin-bottom: 5%;
}
#footer .left .copyWrap{
    color: #b4b3b3;
    display: flex;
    align-items: center;
    gap: 20px;
}
#footer .privacy{
    border: 1px solid #fff;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
#footer .left .copyWrap .explain{
    font-size: 14px;
    color: #fff;
}
#footer .right{
    font-size: 30px;
    text-align: right;
}
#footer .right .call{
    font-size: 50px;
    margin-bottom: 15%;
    font-weight: 300;
}
#footer .footer_privacy {
	font-size: 18px;
	font-weight:500;
	color:#fff;
	border:1px solid #fff;
	padding:5% 10%;
	display:inline-block;
	transition: 0.3s all;
}
#footer .footer_privacy:hover {
	opacity: 0.8;
}
.subWrap .img_info{
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #ddd;
}
.subWrap .img_info .info_con{
    font-size: 14px;
    color: #666;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
    font-weight: 400;
    word-break: keep-all;
    line-height: 130%;
}
.subWrap .img_info .info_con:nth-last-child(1){
	margin-bottom:0;
}

@media(max-width:1080px){
	.subWrap .img_info{
		width:calc(100% - 30px);
		margin:10px auto 0;
	}
	#footer .right .call {    margin-bottom: 2%;}
	#footer .footer_privacy {font-size:13px; padding: 2% 7%;}
}

@media(max-width:640px){
	.subWrap .img_info{
		padding:10px 5px;
		text-align:left;
	}
	.subWrap .img_info .info_con{
		font-size:2.2vw;
	}
}

/* mobile */

.MB_V img{width:100%;}

.PC_V{display:block;}
.MB_V{display:none;}

@media(max-width:1400px){
    .subWrap{
        width: 100%;
        margin-top: 80px;
        text-align: center;
    }
}
@media(max-width:1080px){
    .PC_V{display:none;}
    .MB_V{display:block;}
    .container{margin:0;min-height: 0;padding: 0;transform: translate(0);margin-bottom: 10%;}
    .container.brand{margin-top:0;}
    .container.system .inner{width:100%;}
    .video_wrap{width:100%; margin-top:0;}
    .open{top:76px;z-index:10;text-align:right;}
    
    .titleArea_bg{
        background: url(../images/subVisual_bg.jpg) center center / cover no-repeat;
    }
    .subWrap{
        margin-top: 80px;
    }
    .subVisual{
        height: 200px;
        margin-bottom: 5%;
    }
    .subVisual .bg {
        
    }
    .subVisual .text .explain{
        font-size: 20px;
    }
    .subVisual .text .slogan{
        font-size: 36px;
    }
    .subVisual .inner .text{
        margin-left: 50%;
        margin-bottom: 15%;
    }
    .subVisual .inner .text_con01{
        margin-bottom: 1%;;
    }
    .subVisual .tit{padding:0;}
    .subVisual .ImageWrap{margin-top:0;}
    .subVisual .tit{display:none;}
    .subVisual .tit_en{display:none;}
    .subVisual video{width:200%;}
    .titleArea {
        padding: 0;
        display: inline-flex;
        width: 100%;
        margin: 0 auto 5%;
        height: 150px;
    }
    .titleArea .main {
        font-size: 24px;
    }
    .page_infor{display:block;}
    .notice_txt{font-family:"NotoSans",'malgun gothic','dotum';color:#333;font-size:13px;}

    .seminar_wrap #box_wrap h3 strong,
    .seminar_wrap .tbl_frm01 h3{
        font-size: 20px;
    }
    .seminar_wrap .tbl_frm01 th,
    .seminar_wrap .tbl_frm01 .selectbox{
        font-size: 13px;
        min-width: 0;
    }
	.seminar_wrap .tbl_frm01 .frm_input{
		min-width:0;
	}

    #footer{
        padding: 10% 2.5%;
    }
    #footer img{
        width: 100%;
    }
    #footer .wrap{
        flex-direction: column;
        width: calc(100% - 30px);
        margin: 0 auto;
        text-align: left;
        align-items: flex-start;
    }
    #footer .right{
        text-align: left;
		width:100%;
    }
    #footer .left{
        align-items: flex-start;
        width: 100%;
        margin-bottom: 5%;
    }
    #footer .left .copyWrap{
        flex-direction: column;
    }


}

@media(max-width:720px){
    .subVisual {}
    .subVisual .inner{
        height: 100%;
        width: 100%;
        background: url(../images/bg_subVisual_m.jpg?v=<%=genTimeStamp%>) center center / cover no-repeat;
    }
    .subVisual .inner img{width:75%;}
    .subVisual .slogan{margin:0;width:50%;height:auto;}
    .seminar_wrap .bg_seminar_middle {font-size:13px;width: calc(100% - 30px);margin: 0 auto;}
    .subVisual .text .explain{
        font-size: 16px;
    }
    .subVisual .text .slogan{
        font-size: 28px;
    }

    #footer .left .info{
        font-size: 2vw;
    }
    #footer .left .image{
        width: 30%;
    }
    #footer .privacy{
        font-size: 2.2vw;
    }
    #footer .left .copyWrap .explain{
        font-size: 2.2vw;
    }
    #footer .right .call{
        font-size: 5vw;
    }
    #footer .right .company{
        width: 80%;
        margin:0 auto;
    }
}


.info_wrap{
    background: #f7f7f7;
    padding: 2.5%;
    text-align: left;
}
.info_wrap .info_con{
    color:#aca9a8;
    letter-spacing: -1px;
    word-break: keep-all;
	font-size: 14px;
	padding-bottom: 5px;
}

@media(max-width:650px){
    .info_wrap{
        font-size: 13px;
    }
        .info_wrap .info_con{
        font-size: 11px;
    }
}