@charset "utf-8";
/* 초기화 */
* {margin:0;padding:0}
html {overflow-y:scroll}
body {width:100%; min-width: 1200px; margin: 0 auto; font-family: 'SUIT', sans-serif; font-size: 16px; overflow-x: hidden;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 { letter-spacing: -1px}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul,ol,dl,dt,dd {list-style:none}
li, p {word-break: break-all}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img, i {vertical-align:middle;font-size:1em}
button {cursor:pointer; border:0 }

textarea, select, button {outline: none;font:inherit}
select {-webkit-appearance: none;-moz-appearance: none; appearance: none;background: url(../img/select_arrow.png) #fff no-repeat 93% 50%;border-radius:0}
select::-ms-expand {display: none}
input[type="text"],input[type="submit"],input[type="file"],input[type=tel],input[type=number] {-webkit-appearance: none;-moz-appearance: none; appearance:none; outline: none; -webkit-border-radius: 0;}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; }
input[type="submit"] {border:0; vertical-align:top; cursor:pointer; font-family:inherit}
input[type=text]::-ms-clear {display:none}
hr {border:1px solid #eee;margin:50px 0}
pre {overflow-x:scroll;font-size:1.1em}
a {color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none
}
.placeholdersjs { color: #aaa !important; }


/* align */
.float-l {float:left}
.float-r {float:right}

.text-l {text-align: left !important}
.text-r {text-align: right !important}
.text-c {text-align: center !important}

/* text */
.bold {font-weight:800}
.italic {font-style:italic}
.underline {text-decoration:underline}
.bg {background:rgba(108,67,187,0.3); display:inline-block}

/*그리드 사이즈 (PC)*/
.col-lg-2 > * {width:50%}
.col-lg-3 > * {width:33.33%}
.col-lg-4 > * {width:25%}
.col-lg-5 > * {width:20%}
.col-lg-6 > * {width:16.66%}
.col-lg-7 > * {width:14.28%}
.col-lg-8 > * {width:12.5%}

/*그리드 박스 스타일*/
.grid-box-wrap {width:100%}
#grid-box {margin:0 -10px}
#grid-box:before,#grid-box:after {content:'';display:block}
#grid-box:after {clear:both}
#grid-box > * {padding:0 10px;float:left}


/*입력박스*/
.full_input {width:100%}
.half_input {width:50%}
.frm_input {border:1px solid #ddd; padding:0 10px; height:45px; border-radius:3px; font-family:inherit}

.btn-primary {background:#ffd200}
.btn-primary:hover {background:#ffba00}
.btn-primary-o {border:1px solid #ffd200; color:#ffd200}
.btn-primary-o:hover {background:#ffd200}
.btn-white {background:#fff}
.btn-white:hover {background:#fff; color:#fff}
.btn-white-o {border:1px solid #fff; color:#fff}
.btn-white-o:hover {background:#ffd200; border:0; color:#ffd200}
.btn-normal {background:#777; color:#fff}
.btn-normal:hover {background:#444}
.btn-admin {background:#fd4242; color:#fff}
.btn-admin:hover {background:#e33939}



/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute}
.hd_pops a > img{max-width:100%}
.hd_pops p > img {width:100%; height:100%}
.hd_pops_con {}
.hd_pops_con > * {width:100%}
.hd_pops_footer {width:100%; height:60px; line-height:60px; background:rgba(0,0,0,0.7)}
.hd_pops_footer button {width:50%; height:100%; float:left; background:transparent; font-size:15px; color:#fff}
.hd_pops_footer .hd_pops_reject {position:relative}
.hd_pops_footer .hd_pops_reject:after {content:''; width:1px; height:20px; position:absolute; top:20px; right:0; background:rgba(255,255,255,0.4)}

/* button */
.btn-wrap {width:100%; text-align:center; clear:both; margin-top:50px}
.btn {display:inline-block; border-radius:3px; transition:all 0.3s ease}
.btn:focus, .btn.focus, .btn:active, .btn.active {outline:none}
.btn.active, .btn:active {box-shadow: none}
.btn-sm {height:35px; line-height:35px; padding:0 20px}
.btn-md {height:45px; line-height:45px; padding:0 27px; font-size:14px}
.btn-lg {height:55px; line-height:55px; padding:0 35px; font-size:15px}
.btn-xl {height:65px; line-height:65px; padding:0 50px; font-size:16px}

/* 퀵배너 */
#quick_banner {position:fixed; top: 50%; right:50px; z-index:999; margin-top: -121px; text-align: center}
#quick_banner a {display:block}


/* 헤더 */
#header {width:100%; line-height: 150px; position: absolute; top:0; left:0; right: 0; z-index: 99; transition: all 0.4s ease}
#header .head_inner {width:1200px; margin: 0 auto}
#header .logo {width:15%}
#header .logo img { margin-left:20px;height:40px; transition: all 0.3s ease}
#header .call {float: right}

/* 중간 레이아웃 */
#wrapper{position:relative}
#container_wr {width:100%}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container {width:100%}
#container:after {display:block;visibility:hidden;clear:both;content:""}


/* 메인컨텐츠
.section01 { width: 100%; min-width:1300px; cursor:pointer; }
.section01 .section01_inner {width: 1300px; margin: 0 auto; display: flex; align-items: end}
.section01 .section01_inner > div {width: 50%}

.section01 .sec1 { width:100%;background:#000638; margin: 0 auto;  }
.section01 .sec2 { width:100%;background:#04311c; margin: 0 auto;  }

.section01 .sec1 img { width:1920px; }
.section01 .sec2 img { width:1920px; }
 */

 
/* 기존 코드  */
/*
.background-video {
  color: #007aff !important;
}

.background-video source {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
}
*/

/* 새 코드 – 영상 섹션 정렬 및 검정 테두리 문제 해결 */
.video-container {
  position: relative;
  width: 100%;
  height: 810px;  
  margin:0 auto;
  overflow: hidden;
}

.background-video {
 
  display: block;
  z-index: 0;
  margin:0 auto;
}




/* 추가 보장 스타일 */
video::-webkit-media-controls {
display: none !important;
}

video::-moz-media-controls {
display: none !important;
}

video::-ms-media-controls {
display: none !important;
}


.section {width: 100%; text-align: center; }
.sec1 {background:#1404af; padding:0; margin:0; height:810px;  }
.slick-slide {
  display: flex  !important;
  justify-content: center;
  align-items: center;
}
.sec1_txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;text-align:left;
}
 


 /* 슬라이더 화살표 */
.main_slide_wrap > div {position: relative;}
.slick-slider button.slick-prev,button.slick-next {position: absolute; z-index: 2; top: 50%; transform: translateY(-50%);}
.slick-slider button.slick-prev{left:40px;  width:100px; color:transparent; background: url("../img/main/arrow_left.svg")center no-repeat;}
.slick-slider button.slick-next{right:40px; width:100px;  color:transparent; background: url("../img/main/arrow_right.svg")center no-repeat;}

.slick-slide img {width: 100%; } 
ul.slick-dots {position: absolute; bottom: 50px; left: 50%;transform: translateX(-50%)}
ul.slick-dots>li { float: left; margin: 0 5px}
ul.slick-dots>li button{ text-indent: -999px; overflow: hidden; width: 10px;  height: 10px;  border-radius: 10px;  background: #fff}
ul.slick-dots .slick-active button{background: #f54771}

.custom-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  gap: 15px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* 재생/일시정지 버튼 */
.play-pause-btn, .next-btn {
  background: none;
  border: none;
  color: #28a745;
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.play-pause-btn:hover, .next-btn:hover {
  background-color: rgba(40, 167, 69, 0.1);
}

/* 프로그레스 세그먼트 */
.progress-segments {
  display: flex;
  gap: 8px;
  flex: 1;
  max-width: 150px;
}

.segment {
  height: 4px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  flex: 1;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.segment.active {
  background-color: #28a745;
}

.segment.completed {
  background-color: #28a745;
}

/* 애니메이션 프로그레스 */
.segment.animating::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #28a745;
  width: 0%;
  transition: width linear;
}

.privacy_agree {display: inline-block}
.privacy_agree .check input[type="checkbox"] {vertical-align: middle}
.privacy_agree .check a {font-size: 13px}

.section01_1 {  width:100%; text-align:center; background: url(../img/new_main/2_bg.png)  center top repeat-x; }
 

.section02 {padding: 100px 0}
.section02 h1 {width: 880px; margin: 0 auto 20px; text-align: right;}
.section02 h1 img {max-width: 281px}
.section02 .cf_video_slide {width: 880px; margin: 0 auto; background: #fcd901; text-align: center; padding: 25px 0}
.section02 .cf_thumb {margin: 25px 25px 0 25px}
.section02 .cf_thumb .slick-slide {padding: 0 10px}
.section02 .cf_thumb .slick-slide img {width: 100%; height: auto}
.section02 .cf_thumb .slick-arrow {font-size: 0; position: absolute; top: 50%;  width: 40px;  height: 40px;margin-top: -20px;background: #fcd901; border-radius: 50%}
.section02 .cf_thumb .slick-prev {left: -45px}
.section02 .cf_thumb .slick-prev:after {content:'\ea64'; font-family: 'remixicon'; font-size: 22px; color:#fff}
.section02 .cf_thumb .slick-next {right: -45px}
.section02 .cf_thumb .slick-next:after {content:'\ea6e'; font-family: 'remixicon'; font-size: 22px; color:#fff}

.section03 { position:relative;background : #301ed0 ; text-align:center; height:1132px; min-height:1132px; }
.section03 .section03_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }

.section04 { position:relative;background: #ecf5ff ; text-align:center; height:1018px; min-height:1018px; }
.section04 .section04_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }
 
.section05_1 { position:relative;background: url(../img/new_main/5_bg.png)  center top repeat-x; background-color: #fcd901; text-align:center; height:721px; min-height:721px; }
.section05_1 .section04_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }
 
 
.section06 { position:relative; background:#e9f6ff; text-align:center; height:657px; min-height:657px; }
.section06 .section06_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }

.section07 { position:relative; background:#311ed0; text-align:center; height:826px; min-height:826px; }
.section07 .section07_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }

.section08 { position:relative; background: url(../img/new_main/8_bg.png)  center top repeat-x; text-align:center; height:1443px; min-height:1443px; }
.section08 .section08_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }

.section09 { position:relative; background:#fff9e7; text-align:center; height:3148px; min-height:3148px; }
.section09 .section09_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }

.section10 { position:relative; background:#ffcc00; text-align:center; height:1047px; min-height:1047px; }
.section10 .section10_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }

.section11 { position:relative; background:#e9f3ff; text-align:center; height:966px; min-height:966px; }
.section11 .section11_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }

.section12 { position:relative; background:#ffffff; text-align:center; height:1144px; min-height:1144px; }
.section12 .section12_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }

.section13 {padding: 100px 0; position: relative}
.section13:after {content:''; width: 100%; height: 260px; background: #172db1; position: absolute; bottom: 0; left: 0; right: 0}
.section13 h1 {text-align: center; margin-bottom: 50px}
.section13 h1 img {max-width: 801px}
.section13 .review_slide {width: 1000px; margin: 0 auto; text-align: center}
.section13 .review_slide .swiper-wrapper {margin-top: 30px}
.section13 .review_slide .swiper-pagination-progressbar-fill {background: #222}


.section14 { position:relative; background:#ffffff; text-align:center; height:901px; min-height:901px; }
.section14 .section14_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }

.section15 { position:relative; background: url(../img/new_main/15_bg.png)  center top repeat-x; text-align:center; height:741px; min-height:741px; }
.section15 .section15_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }


 /*

.section08 { position:relative;background: url(../img/new_main/section8_bg.png) #2917cc right top repeat-y; text-align:center; height:1048px; min-height:1048px; }
.section08 .section08_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }

.section09 { position:relative;background: url(../img/new_main/section9_bg.png) center top repeat-x; text-align:center; height:1117px; min-height:1117px; }
.section09 .section09_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }

.section10 { position:relative;background: #fff; text-align:center; height:1312px; min-height:1312px; }
.section10 .section10_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }

.section11 { position:relative;background: #e8f2ff; text-align:center; height:1377px; min-height:1377px; }
.section11 .section11_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }

.section12 {padding: 100px 0; position: relative}
.section12:after {content:''; width: 100%; height: 260px; background: #172db1; position: absolute; bottom: 0; left: 0; right: 0}
.section12 h1 {text-align: center; margin-bottom: 50px}
.section12 h1 img {max-width: 801px}
.section12 .review_slide {width: 1000px; margin: 0 auto; text-align: center}
.section12 .review_slide .swiper-wrapper {margin-top: 30px}
.section12 .review_slide .swiper-pagination-progressbar-fill {background: #222}


.section13 { position:relative;background: #e8f2ff; text-align:center; height:951px; min-height:951px; }
.section13 .section13_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }

.section14 { position:relative;background: url(../img/new_main/section14_bg.png) center top repeat-x; text-align:center; height:1140px; min-height:1140px; }
.section14 .section14_inner img {   position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  max-width: 100%;  max-height: 100%;  width: auto;  height: auto; }


 
 
 */


 

        .section05 {
			position:relative;
			background: #fcd901;
			text-align:center;
			height:750px;
			width: 100%;
			min-width: 1200px;
			position: relative;
			display: flex;
			justify-content: flex-start;
			align-items: center;
			flex-direction: column;
			}

        .slider-container {
            position: relative;
            width: 1000px;
            height: 500px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .slide {
            position: absolute;
            width: 600px;
            height: 750px;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transform-origin: center center;
        }

        .slide-content {
            width: 100%;
            height: 100%; 
            border-radius: 0px;
             display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
            padding: 0px;
            box-sizing: border-box;
            backdrop-filter: blur(10px);
        }

		.slide:nth-child(1) {
			left: 50px;
			z-index: 1;
			transform:  scale(0.7);
			filter: blur(1.2px);
		}

		.slide:nth-child(2) {
			right: 50px;
			z-index: 1;
			transform:  scale(0.7);
			filter: blur(1.2px);
		}

		.slide.active {
			z-index: 2;
			transform:  scale(1) !important;
			filter: blur(0px);
		}

		.slide:not(.active):hover {
			transform:   scale(0.7);
		}

		.slide:nth-child(1):not(.active){
		left:-20px !important ;
		}

		.slide:nth-child(2):not(.active){
		right:20px !important ;
		}

		.slide:nth-child(1):not(.active):hover {
			transform: scale(0.75);
			filter: blur(0px);
		}

		.slide:nth-child(2):not(.active):hover {
			transform: scale(0.75);
			filter: blur(0px);
		}

        .section05_title {
            position: absolute;
            top: 60px;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
        }

        /* 활성화된 슬라이드 애니메이션 */
        .slide.active .slide-content {
            animation: slideIn 0.8s ease-out;
        }
        .slide:not(.active):hover::after {
            opacity: 1;
        }

        /* 뒤로가기 버튼 */
        .back-button {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(255, 255, 255, 0.2);
            border: 2px solid white;
            color: white;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            opacity: 0;
            pointer-events: none;
        }

        .slide.active ~ .back-button {
            opacity: 1;
            pointer-events: all;
        }

        .back-button:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.1);
        }


.nav-buttons {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
			max-width:1200px;
            display: flex;
            justify-content: space-between;
            padding: 0 30px;
            pointer-events: none;
            z-index: 15;
        }

        .nav-btn {
            background: rgba(255, 255, 255, 0.9);
            border: none;
            color: #333;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(10px);
            pointer-events: all;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .nav-btn:hover {
            background: rgba(255, 255, 255, 1);
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        }

        .nav-btn:active {
            transform: scale(0.95);
        }

        .nav-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
            transform: none;
        }

        /* 이전/다음 버튼 개별 스타일 */
        .prev-btn {
            left: 0;
        }

        .next-btn {
            right: 0;
        }



.v_scroll { width:100%;padding: 20px; }
.v_slide {width: 1000px; margin: 0 auto; background: #1d214e; padding: 20px; border-radius: 50px}
.v_slide .state_slide {width:90%;display:flex;flex-wrap: wrap;align-items: center; margin: 0 auto; }
.v_slide .state_slide .state_td {width: 100%; display: flex; padding: 5px 0; align-items: center}
.v_slide .state_slide .statd_h {width: 100%; display: flex; padding: 5px 0; align-items: center}
.v_slide .state_slide .state_td p {font-size: 12px; color:#FFF;letter-spacing: -1px; text-align: center}
.v_slide .state_slide .state_td p.name {width: 15%}
.v_slide .state_slide .state_td p.age {width: 10%}
.v_slide .state_slide .state_td p.mf {width: 15%}
.v_slide .state_slide .state_td p.num {width: 35%}
.v_slide .state_slide .state_td p.cmt {width: 20%; font-weight: 700; background: #ffd504; border-radius: 10px; padding: 4px 0; color:#181818; font-size: 12px}


#bottom_db {width: 100%; background: #000638; padding:  0 0 100px 0; position: relative}
#bottom_db h1 {text-align: center; margin-bottom: 50px}
#bottom_db h1 img {max-width: 587px}
#bottom_db .dbform {width: 1150px; margin: 0 auto; background: #fff; padding: 50px; border-radius: 50px}
#bottom_db .input_form {width: 900px;margin: 0 auto;display: flex;flex-wrap: wrap;}
#bottom_db .input_form > div {margin-bottom: 20px;  width:100%; text-align: center;}
#bottom_db .input_form .half {margin-bottom: 20px;width:50%;}
#bottom_db .input_form dl {width: 100%; display: flex; align-items: center}
#bottom_db .input_form dl dt {width: 30%; font-size: 24px; font-weight: 600}
#bottom_db .input_form dl dd {width: 70%}
#bottom_db .input_form dl dd input {width: 100%; height: 60px; background: #f6f6f6; border: 0; outline: 0; padding: 0 15px; font-size: 21px}
#bottom_db .input_form dd .s_btn {width: 100%; display: flex; align-items: center}
#bottom_db .input_form dl dd .s_btn > div {width: 50%; height: 60px; line-height: 60px; font-size: 21px; text-align: center; background: #f6f6f6}
#bottom_db .input_form dl dd .s_btn > div.on {background: #192fb2; color: #fff; font-weight: 800}
#bottom_db .model_img {position: absolute; bottom: 0; right: 200px}
#bottom_db .model_img img {max-width: 393px}

#bottom_db .privacy_agree .check {display: inline-block; letter-spacing: -1px; margin-right: 20px}

/* 버튼 hover 효과 */
.sendbtn {padding: 0; border: none; background: transparent; line-height: 0; overflow: hidden;}
.sendbtn img {display: block; margin-top: 0; transition: margin-top 0.2s ease;}
.sendbtn:hover img {margin-top: -4px;}


/* 레이어팝업 */
.layer_popup {display:none; background:#fff; width:800px; height:500px}
.layer_popup .title {width:100%; height:60px; background:#1c2637; line-height:60px; padding:0 20px; position:relative}
.layer_popup .title h2 {font-size:18px; font-weight:400; color:#fff}
.layer_popup .title a {width:60px; height:60px; display:block; text-align:center; color:#fff; font-size:30px; position:absolute; top:0; right:0}
.layer_popup .title a i {line-height:60px; vertical-align:top}
.layer_popup .inner {height:360px; margin:30px 0; padding:0 30px; overflow-x:hidden; overflow-y:scroll;}

.layer_popup .inner { width :100% !important }

/* 개인정보처리방침 */
#privacy_all {width:1000px; margin:100px auto}
#privacy_all .title {font-size:24px; text-align:center; margin-bottom:20px}
.privacy-wrap {width:100%; font-size:14px; letter-spacing:-0.5px}
.privacy-wrap .priv_msg {background:#f9f9f9; padding:15px; text-align:justify; line-height:2; margin-bottom:20px}
.privacy-wrap .normal-text {text-align:justify; line-height:1.7}
.privacy {margin-bottom:20px}
.privacy:last-child {margin-bottom:0}
.privacy h3 {margin-bottom:10px}
.privacy h4 {font-weight:500; line-height:1.7}
.privacy ul {margin:10px 0}
.privacy ul > li {position:relative; padding-lefT:7px; line-height:2}
.privacy ul > li:before {content:'-'; position: absolute; top:0; left:0}
.privacy ol {margin:5px 0}
.privacy ol > li {position: relative; padding-left:7px; font-size:13px; font-family:'NotoSansKR'; line-height:1.8; letter-spacing:-0.7px}
.privacy ol > li:before {content:'·'; position: absolute; top:0; left:0}
.priv_table {width:100%; margin:10px 0; border-top:1px solid #333}
.priv_table thead th {background:#f8f8f8; font-weight:600; padding:10px 0; border-bottom:1px solid #ddd}
.priv_table tbody td {padding:10px; border-bottom:1px solid #ddd}
.priv_table tbody th {padding:10px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; font-weight:600}

#footer-wrap {width:100%; background:#f7f7f7; padding:40px 0 150px 0;}
#footer-wrap .footer {width:1200px; margin:0 auto; text-align:center}
.bottom-logo {margin-bottom:20px}
.bottom-logo img {height:100px}
.address p {font-size:13px; line-height:1.7; color:#777; letter-spacing: -1px}
.address a {width:120px; height:30px; line-height:30px; font-size:12px; background:#555; color:#fff; text-align:center; margin-top:10px; display:inline-block; border-radius: 15px}
.address a.naver {background:#00c901}
#footer-wrap .privacy_open {font-size:13px; background:#555; color:#fff; padding:5px 10px; text-align:center; margin-top:10px; display:inline-block;}

#top_btn {background:#222; color:#fff; font-size: 13px; text-align: center; padding: 5px 10px; border-radius: 20px; font-weight: 700; margin-top: 20px}


/* 플로팅 DB폼 */
#float_db {width: 100%; margin: 0 auto; background: #fcd901; border: 3px solid #fff; border-bottom: 0; border-radius: 30px 30px 0 0 ; position: fixed; bottom: 0; left: 0; padding: 30px 50px; z-index: 5;}
#float_db .float_db_inner  { width:1200px; margin: 0 auto;}
#float_db .float_db_inner form {width: 100%; display: flex; align-items: center; float: left; margin:0 auto;}
#float_db .title {width: auto}
#float_db .title img {max-width: 417px}
#float_db .input_form {padding: 0 30px}
#float_db .input_form .input_form_inner {width: 100%; display: flex; align-items: center}
#float_db .input_form .input_form_inner .name {width: 25%}
#float_db .input_form .input_form_inner .age {width: 20%}
#float_db .input_form .input_form_inner .sex {width: 15%}
#float_db .input_form .input_form_inner .tel {width: 40%}
#float_db .input_form .input_form_inner > div {padding: 0 5px}
#float_db .input_form .input_form_inner > div input {width: 100%; border: 0; height: 40px; line-height: 40px}
#float_db .input_form .input_form_inner > div .s_btn {width: 100%; height: auto; overflow: hidden}
#float_db .input_form .input_form_inner > div .s_btn > div {width: 50%; height: 40px; line-height: 40px; text-align: center; background: #fff; color: #777; float: left}
#float_db .input_form .input_form_inner > div .s_btn > div.on {background: #172db1; color: #fff; font-weight: 800; cursor: pointer}
#float_db .input_form .privacy_check {margin: 10px 0 0 5px}
#float_db .input_form .privacy_check .checkbox {display: inline-block}
#float_db .input_form .privacy_check .checkbox a {font-size: 12px}
#float_db .send_wrap button {background: transparent}
#float_db .send_wrap button img {max-width: 178px}

/* DB 상담신청 리스트 */
.state_list_wrap {width: 30%; float: right; padding-left: 50px; overflow: hidden}
.state_list_wrap .state_list {background: #fff; padding: 10px; border-radius: 20px}
.state_inner {display: flex}
.state_inner p {display: inline-block; font-size: 14px; margin-right: 30px}
.state_inner p:last-child {margin-right: 0}
.state_inner p.state {width: 23%; background: #ffd800; border-radius: 30px; text-align: center; color: #092f70; font-weight: 700; line-height: 2; letter-spacing: -1px}


/* 게시물 선택복사 선택이동 */
#copymove  .win_desc {text-align:center;display:block}
#copymove  .tbl_wrap{margin:20px }
.copymove_current {float:right; color:#ff2020}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block; position:relative}
#captcha legend {display:none}
#captcha #captcha_img {height:60px; border:1px solid #ddd; vertical-align:top}
#captcha #captcha_mp3 {width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {padding:0 10px; margin-left:5px; width:150px; height:60px; border:1px solid #ddd; background:#fff; font-weight:bold; text-align:center;border-radius:5px; vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right; display:none}
.btn_cke_sc {height:35px; line-height:33px; background:#eee; color:#777; display:inline-block; padding:0 10px; margin-bottom:10px; border:1px solid #ddd}
.cke_sc_def {margin-bottom:10px; padding:10px; border:1px solid #ddd; background:#f9f9f9}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}
.btn_cke_sc_close {width:50px; height:35px; line-height:35px; background:#555; color:#fff}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}


/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:120px;text-align:center}
.td_nick {width:100px;text-align:center}
.td_num {width:70px;text-align:center}
.td_num2 {width:70px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative; max-width:500px; font-family:'NotoSansKR'}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {width:100%; height:50px; line-height:50px; font-size:18px; background:#333; color:#fff; padding:0 15px}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win form {padding:30px 10px}
.new_win .notice {text-align:center; font-size:16px; margin-bottom:20px}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#253dbe;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#253dbe;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {width:100%; text-align:center; margin-top:20px}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:1.083em;float:right}

.new_win_table {width:100%}
.new_win_table thead th {padding:15px 10px; background:#f9f9f9; font-size:14px}
.new_win_table tbody td {padding:10px; border-bottom:1px solid #eee; font-size:13px}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0  10px;line-height:30px;width:100px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:20px 0 30px 0;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {display:block}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;margin:0 2px; width:40px; height:40px; line-height:40px}
.pg_page {color:#555;background:#f5f5f5;border:1px solid #ddd}
.pg_page:hover{font-weight:700}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block; background:#444; color:#fff; font-weight:bold}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* 짤로커트 이벤트 떄문에 만든거... */
.event-image-box {max-width:960px; width:100%; margin:0 auto; text-align:center}
.event-image-box > img {width:100%}
.event-image-box .inner {width:100%; position:relative; background:url(../img/event/bg.jpg) center repeat-y; padding-bottom:50px}
.event-image-box .inner > img {max-width:660px !important}
.event-image-box .inner.inline {}
.event-image-box .inner.inline > img {max-width:660px !important; margin-bottom:30px}
.event-image-box .bottom {}

@media screen and (max-width:1440px) {
    #section01 .sec-inner:before {left:80px}
    #section01 .sec-inner:after {right:80px}
}