@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

html,body,section,article,header,footer,nav,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dd,dt,img,a,form,input,select,option,fieldset,textarea,button,label,figure,video {
	margin:0;
	padding:0;
	border:0;
	background-repeat:no-repeat;
	background-position:center;
	line-height:1;
	text-decoration:none;
	font-family:'Open Sans','Noto Sans KR','맑은 고딕',돋움,'Apple SD Gothic Neo',sans-serif;
	font-size:15px;
	font-weight:500;
	color:#444;
	letter-spacing:-0.3px;
	box-sizing:border-box;
	text-size-adjust:none;
	list-style:none;
}
a:link, a:visited,
a:hover, a:focus, a:active {
	text-decoration:none;
}

table {width:100%; border-spacing:0; border-collapse:collapse;}

/* 폼초기화 */
select,button,input[type=text],input[type=submit],textarea	{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius:0;
}

select	{	box-sizing:border-box;}
/*크롬사라피*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	select	{	padding-right:22px !important;	background:url(../images/bg_select.png) no-repeat right center; background-size:contain;}
}
/*파이어폭스*/
@-moz-document url-prefix(){
	select	{	padding-right:22px !important;	background:url(../images/bg_select.png) no-repeat right center; background-size:contain;}
}

/*========= input ===========*/
.ip_comm	{display:block; width:100%; height:44px; padding:0 10px; border:0; background-color:transparent;  box-sizing:border-box; outline:none;}
.ip_comm.tel	{float:left; width:30%;}
.ip_comm.tel+.bar	{float:left; width:5%; text-align:center; line-height:44px; }
.set_tel	{overflow:hidden;}
select.ip_comm	{padding-right:0;}
textarea.ip_comm	{height:150px; padding:10px; line-height:1.5;}
.btn_sm	{display:block; height:46px; margin:0 auto; border:0; color:#fff;}

.cont_center	{width:1180px; margin:0 auto;}
.cont_center::after	{content:""; display:block; clear:both;}
.txt_hidden {position:absolute; left:-100%; top:-100%; overflow:hidden; width:0; height:0; font-size:0; text-indent:-9999%; line-height:0;}

#btn_nav{display:none; }
.btn_hbg {position:relative; display:block; width:24px; height:30px;}
.btn_hbg span {position:absolute; left:0; top:50%; display:block; width:100%; height:1px; background-color:#333; text-indent:-999%; font-size:0; line-height:0; transition:all 0.3s }
.btn_hbg span:before,
.btn_hbg span:after {content:""; position:relative; display:block; width:100%; height:1px; background-color:#333; transition:all 0.3s}
.btn_hbg span:before {top:-6px;}
.btn_hbg span:after {top:5px;}
.on .btn_hbg span {background-color:transparent;}
.on .btn_hbg span:before {top:0px; transform:rotate(45deg);}
.on .btn_hbg span:after {top:-1px; transform:rotate(-45deg);}

#wrapper{width:100%; position:relative; overflow:hidden; }



/*========= header ===========*/
#header {}
#header .hd_top {height:140px; display:flex; justify-content:flex-start; align-items: center; position:relative; }
#header .down_btn {padding-left:40px; }
#header .down_btn ul{display:flex; justify-content: flex-end; align-items: center; }
#header .down_btn ul li{margin-left:2px;  }
#header .down_btn ul a{display:flex; justify-content: center; align-items: center; padding:0 20px; height:46px; border-radius:50px; background:#0178d6; }
#header .down_btn ul a p{color:#fff; font-size:15px; font-weight:600; padding-left:4px; }
#header .down_btn ul .btn02 a {background:#15d26a;  }
#header .down_btn ul .btn03 a {background:linear-gradient(-90deg,#2073f3,#18befb);  }

.main_search{width:350px; height:60px; position:relative; margin-left:40px; }
.main_search input{width:100%; height:60px; background:#f4f4f4; border-radius:60px; padding:0 30px; font-size:18px; }
.main_search a{ position:absolute; right:30px; top:50%; transform:translateY(-50%); }
.main_search a .fa{color:#888; font-size:20px; }

#nav {position:absolute; right:0; top:50%; transform:translateY(-50%); }
#nav .nav_list	{text-align:center;}
#nav .nav_list>li	{display:inline-block; position:relative; margin:0 15px; }
#nav .nav_list>li .dep1	{position:relative; display:block; padding:30px 0;  font-size:20px; font-weight:600; color:#191919;}

.m_call {display:none; }



/*========= main ===========*/
#visual {position:relative; overflow:hidden;}
#visual .swiper-slide{height:480px; }
#visual .v01 {background:url(/images/visual.jpg) no-repeat center; }
#visual .cont_center{height:480px; position:relative;}
#visual .cont_center .visu_txt{ position:absolute; left:50%; top:50%; transform:translate(60px,-50%) skew(0.001deg); transition:all .8s; opacity:0; text-shadow:0 0 12px rgba(0,0,0,0.7); }
#visual .cont_center .visu_txt h3{color:#fff; font-size:40px; font-weight:700; line-height:1.4; letter-spacing: -0.05rem;}
#visual .cont_center .visu_txt h3 span{color:#ffac05; }
#visual .swiper-slide-active .visu_txt{transform:translate(-40px,-50%) skew(0.0001deg); opacity:1; }

.game_slide_wrap {position:absolute; left:50%; top:50%; transform:translate(-600px,-50%); width:500px; height:380px; z-index:100; border-radius:10px; padding:40px; }
.game_slide_wrap h3{font-size:22px; font-weight:600; color:#fff; margin-bottom:20px; }
.game_slide{height:260px; overflow:hidden; }
.game_slide_wrap .swiper-slide{display:flex; justify-content: flex-start; align-items: center; background:#f4f4f4; padding:0 20px; border-radius:5px;  }
.game_slide_wrap .swiper-slide .num{width:30px; height:30px; background:#aaa; text-align:Center; line-height:30px; color:#fff; font-size:15px; font-weight:700; border-radius:30px;  margin-right:12px; }
.game_slide_wrap .swiper-slide .logo{height:36px; margin-right:10px; }
.game_slide_wrap .swiper-slide .logo img{height:100%;}
.game_slide_wrap .swiper-slide p{font-size:18px; font-weight:600; }


#main01 {padding:60px 0; }
#main01 .cont_center{display:flex; justify-content: space-between; align-items: flex-start; }
#main01 .board{background:#f4f4f4; width:49%; border-radius:10px; padding:50px; }
#main01 .board:last-child{margin-left:2%; transition-delay: .4s;   }
#main01 .board .b_tit{font-size:24px; color:#191919; font-weight:700; margin-bottom:24px; }
#main01 .board .b_tit span{float:right;}
#main01 .board .b_tit span a{width:25px; height:25px; background:#ffac05; font-size:24px; color:#fff; font-weight:700; display:block; border-radius:50px; text-align:Center; line-height:25px; }
#main01 .board ul li {margin-top:22px;}
#main01 .board ul li a{position:relative;  }
#main01 .board ul li a p{font-size:18px; }
#main01 .board ul li a span{font-size:15px; color:#888; font-family: 'Lato', sans-serif; position:absolute; right:0; top:0;}

.motion{opacity:0; transition:all .8s; transform:translateY(100px) skew(0.001deg); transition-delay: 0.2s; }
.show .motion {opacity:1; transform:translateY(0) skew(0.001deg); }

#main02 {background:url(/images/ban_bg.jpg) no-repeat center; height:400px; padding-top:80px;}
#main02 .main_tit{text-align:center; margin-bottom:24px;}
#main02 .main_tit h2{font-size:30px; color:#fff; font-weight:700; margin-bottom:12px; }
#main02 .main_tit p{font-size:15px; color:#fff; font-weight:400; line-height:1.6; }
#main02 ul {display:flex; justify-content: center; align-items: center; }
#main02 ul li{margin:0 10px; }
#main02 ul li a{width:300px; height:115px; border-radius:5px; display:flex; justify-content: center; align-items: center;background:#0b6cbf; }
#main02 ul li a .btn_wrap{padding-left:10px; }
#main02 ul li a .btn_wrap h2{color:#fff; font-size:15px; font-weight:400; }
#main02 ul li a .btn_wrap h3{color:#fff; font-size:24px; font-weight:700; margin:4px 0;  }
#main02 ul li a .btn_wrap p{color:#fff; font-size:17px; font-weight:600;  }
#main02 ul li:nth-child(2){transition-delay: .3s; }
#main02 ul li:nth-child(3){transition-delay: .6s; }
#main02 ul li:nth-child(2) a{background:#a6ce39; }
#main02 ul li:nth-child(3) a{background:#000; }

#main03 {padding:80px 0; }
#main03 h2{font-size:24px; color:#191919; font-weight:700; margin-bottom:12px; }
#main03 h2 span{float:right; }
#main03 h2 span a{width:25px; height:25px; background:#ffac05; font-size:24px; color:#fff; font-weight:700; display:block; border-radius:50px; text-align:Center; line-height:25px;  }

#main03 .price {display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 2fr;  }
#main03 .price .meno {grid-row:2/6; grid-column:5/6; border-bottom:1px solid rgba(0,0,0,0.1); position:relative;}
#main03 .price .meno ul {position:absolute; left:20px; top:50%; transform:translateY(-50%); }
#main03 .price .meno ul li{margin:6px 0; padding-left:10px; position:relative; font-size:16px; line-height:1.4; }
#main03 .price .meno ul li:before{content:""; display:block; width:3px; height:3px; background:#191919;  position:absolute;left:0; top:10px; border-radius:10px;  }
#main03 .price .tit {line-height:60px; background:#ffc248; font-size:18px; color:#fff; font-weight:700;  text-align:center; }
#main03 .price .left {line-height:60px; background:#fff6e4; font-size:18px; color:#191919; font-weight:500;  text-align:center; border-bottom:1px solid rgba(0,0,0,0.1);border-right:1px solid rgba(0,0,0,0.1); }
#main03 .price .cont {line-height:60px;font-size:18px; color:#191919; font-weight:500;  text-align:center; border-bottom:1px solid rgba(0,0,0,0.1);border-right:1px solid rgba(0,0,0,0.1); }



/*========= footer ===========*/
#footer {padding:50px 0; background-color:#191919;}
#footer .cont_center{position:relative; }
#footer .info {text-align:left;width:60%; }
#footer .info li {display:inline-block; margin-right:20px; line-height:2; font-size:15px; color:#fff; font-weight:400;  }
#footer .copyright {margin-top:12px; font-size:13px; font-weight:600; color:#999;}
#footer .copyright a {font-size:inherit; font-weight:inherit; color:inherit;}
#footer .bot_btn {position:absolute; right:0; top:0; }
#footer .bot_btn a {width:260px; height:55px; background:#333; border-radius:8px; display:flex; justify-content:flex-start; align-items: center; margin-bottom:2px; padding-left:20px; }
#footer .bot_btn a>span{width:28px; height:28px; background:#ffc248; border-radius:50px; text-align:center; line-height:28px; }
#footer .bot_btn a h5{padding-left:12px; color:#fff; font-size:22px; font-weight:900; font-family: 'Lato', sans-serif; }
#footer .bot_btn a h4{padding-left:12px; color:#fff; font-size:18px; font-weight:700; }
#footer .bot_btn a h4 span{ font-size:14px; font-weight:500; }

#quick1 {position:fixed; top:50%; transform:translateY(-50%); right:2%; width:110px; background:#ffac05; border-radius:100px; padding:40px 0; text-align:Center; z-index:100; }
#quick1 .call .img{width:30px; height:30px; background:#fff; border-radius:50px; display:block; margin:0 auto;}
#quick1 .call .img .fa{color:#ffac05; line-height:30px;}
#quick1 .call h3{color:#fff; line-height:1.1; font-size:26px; font-weight:700; font-family: 'Lato', sans-serif; margin:8px 0 12px; }
#quick1 ul li { margin-top:20px; }
#quick1 ul li p{font-size:13px; color:#fff; font-weight:600; }

/*========= sub ===========*/

#sub_visual { background:#f4f4f4;}
#sub_visual .cont_center{height:120px; display:flex; justify-content: space-between; align-items: center;}
#sub_visual h2{font-size:26px; color:#191919; font-weight:700; }
#sub_visual .location {flex:1; display:Flex; justify-content: flex-end; align-items: center; }
#sub_visual .location li {margin-left:5px; font-size:15px; color:#888; font-weight:400; }

#sub_contents{padding:80px 0; }


.set_tit {font-size:26px; font-weight:700; color:#0b2f8f; margin-bottom:36px;  }

.set_step ul {display:flex; justify-content: flex-start; align-items: flex-start; flex-wrap:wrap;; }
.set_step ul li {width:380px; margin-right: 20px; margin-bottom:40px; }
.set_step ul li:nth-child(3n) { margin-right: 0; }
.set_step ul li img {width:100%; border-radius:10px; border:2px solid #ddd;}
.set_step ul li .txt .num{font-size:15px; color:#fff; background:#0b2f8f ; padding:10px 20px; border-radius:50px; font-family: 'Lato', sans-serif; display:inline-block; font-weight:700; margin-bottom:10px;  }
.set_step ul li .txt {margin-bottom:12px;   }
.set_step ul li .txt h3{font-size:17px; color:#191919; font-weight:600;  line-height:1.4; word-break: keep-all;  }
.set_step ul li h5{font-size:15px; color:#888; font-weight:500; padding-top:5px;  }

.set_tit2 {color:#f3a200; }
.set_step2 ul li {width:280px; }
.set_step2 ul li:nth-child(3n) {margin-right:20px;  }
.set_step2 ul li:nth-child(4n) {margin-right:0;  }
.set_step2 ul li .txt h3 {font-size:15px;  }
.set_step2 ul li .txt .num {background:#ffc248; }

.set_step_box{background:#f4f4f4; padding:40px; margin-bottom:80px; }
.set_step_box ul li  {margin-bottom:8px; }
.set_step_box ul li p {font-size:17px; color:#333; padding-left:16px; position:relative; font-weight:500;  line-height:1.4;  }
.set_step_box ul li p:after{position:absolute; content:""; display:block; width:4px; height:4px; background:#333; left:0; top:10px; border-radius:10px; }
.set_step_box ul li p span {font-size:15px; color:#777; padding-left:10px; }


.price_wrap .tit h2{font-size:32px; font-weight:700; margin-bottom:20px; }
.price_wrap .tit h5{font-size:19px; font-weight:500; margin-bottom:16px; }
.price_wrap .tit ul li{font-size:17px; font-weight:500; line-height:1.7; padding-left:10px; position:relative; color:#222;  }
.price_wrap .tit ul li:before{content:""; display:block; position:absolute; left:0; top:13px; width:3px; height:3px; background:#666; border-radius:10px; }
.price_wrap>.box{ background:#f4f4f8; padding:40px; border-radius:10px; margin:20px 0 40px; }
.price_wrap>.box ul li{color:#0b2f8f; font-size:17px; line-height:1.4; margin-bottom:10px; padding-left:10px; position:relative; }
.price_wrap>.box ul li span{font-size:15px; font-weight:500; color:#333; }
.price_wrap>.box ul li:before {content:""; display:block; width:3px; height:3px; background:#0b2f8f; position:absolute; left:0; top:10px; border-radius:10px; }

.price_wrap .price{margin-bottom:40px; }
.price_wrap .price .p_tit{font-size:26px; color:#0b2f8f; font-weight:700; margin-bottom:16px; }
.price_wrap .price .p_tit span{font-size:18px; color:#333; font-weight:500; padding-left:10px;  }
.price_wrap .price table{ border-top:1px solid #ddd;}
.price_wrap .price table th {background:#f4f4f4; line-height:60px; border-bottom:1px solid #ddd; font-size:18px; }
.price_wrap .price table td {line-height:60px; border-left:1px solid #ddd; border-bottom:1px solid #ddd;text-align:Center; width:25%; font-size:18px;  }

.price_wrap .price .p_box {display:flex; justify-content: flex-start; align-items:flex-start; flex-wrap:wrap;  }
.price_wrap .price .p_box .wrap{width:19.5%; background:#f4f4f4; padding:28px; margin:0 0.5% 10px 0; }
.price_wrap .price .p_box .wrap h3{font-size:18px; color:#0b2f8f; font-weight:600; margin-bottom:16px; }
.price_wrap .price .p_box .wrap ul {min-height:180px; }
.price_wrap .price .p_box .wrap ul li {display:flex; justify-content: space-between; align-items: center; margin-top:12px;  }
.price_wrap .price .p_box .wrap ul li h5{font-size:16px; }
.price_wrap .price .p_box .wrap ul li h6{font-size:17px; font-weight:bold;  }
.price_wrap .price .p_box .wrap ul li h6 span{font-size:15px; color:#777; font-weight:400; }




.sub_list  {width: 100%; overflow: hidden;}
.sub_list li {display: inline-block; width:23%;margin-right: 2.2%; margin-bottom:4%;  }
.sub_list li:nth-of-type(4n) { margin-right:0; }
.sub_list li a { display:block; width:100%;  }
.sub_list li a p {  margin-top: 10px; font-size: 16px; text-align: left;}
.sub_list li a img {width:100%; border: 1px solid #ddd;  }



/* 모달팝업 */
#modal-content {display:none;width:600px;max-width:90%;height:500px;box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);background-color: #fff;border: 1px solid rgba(0, 0, 0, 0.2);border-radius: 0;outline: 0 none}
#modal-content .modal-header {height:20px;border-bottom:1px solid #e5e5e5;padding:15px}
#modal-content .modal-header h4 {margin:0;font:bold 18px 'Malgun Gothic';color:#5d5d5d}
#modal-content .modal-body {padding:15px}
#modal-content .modal-body .b-iframe {width:570px;max-width:100%;height:430px}
#modal-content .b-close{float:right;font:bold 21px Arial;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20);padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}
#modal-content .b-close:hover, #modal-content .b-close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}
p.modal-frame-content{width:550px;max-width:100%;height:400px;padding-right:5px;overflow-x:hidden;overflow-y:auto;font:normal 12px 'Malgun Gothic';color:#555;line-height:1.65em}
/*.popbtn {text-decoration:none;cursor:pointer;margin:0 5px}*/
.b-modal __b-popup1__ {max-width:100%}
#modal-content .modal-header,#modal-content .modal-body{box-sizing:content-box !important}

#modal-content2 {display:none; width:400px; height:560px; background:rgba(54,54,54,0.9); border-radius:4px; border:0px;}
#modal-content2 .modal-header {position:relative; height:28px;}
#modal-content2 .modal-body2 {padding:0;}
#modal-content2 .b-close{position:absolute;top:0;right:16px;font-size:40px;font-weight:900;font-family:Tahoma;color:#fff;opacity:.5;filter:alpha(opacity=50);padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}
#modal-content2 .b-close:hover, #modal-content .b-close:focus{cursor:pointer;opacity:1;filter:alpha(opacity=100)}
#modal-content2 .modal-body2 .b-iframe {width:400px;height:560px;}
