﻿@import url(//fonts.googleapis.com/css?family=Varela+Round);
@import url(//cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css);


@import url(https://fonts.googleapis.com/css?family=Montserrat:700);

html, body, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, p, a, span, img, form, input {
	padding: 0;
	margin: 0;
	border: 0;
}

html, body {
	width: 100%;
	height: 100%;
	word-spacing: 0rem !important;
}

body {
	max-width: 100%;
	min-width: 350px;
	font-size: 16px;
	font-size: 16px;
	margin: 0;
}




/*-------------------------- 메인 비주얼 시작--------------------------*/

.uccElementBox {
	width: 100%;
    padding-top: 34px;
	max-width: initial;
}

.main_Box {
    width: 100%;
    padding-top: 30px;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.main_logo{
	width: 100%;
}

.main_logo img{
	width: 60%;
}

.main_title {
    text-align: center;
    font-size: 1.2rem;
	line-height: 26px;
	margin-top: 14px;
}

.main_title span .spantext{
	font-size: 1.2rem;
}

.main_inputArea {
    margin-top: 30px;
}

.input_space {
    width: 100%;
	height: 50px;
	padding-left: 20px;
}

.i_basic_text{
	font-size: 1.3rem;
	line-height: 50px;
}

.iBox_01 {
    width: 100%;
    display: inline-block;
}

.iboxInput input {
	width: 100%;
    height: 50px;
	padding-top: 0px;
	font-size: .9rem;
}

input::placeholder{
	font-size: 1rem;
}

/*-------------------------- 메인 비주얼 끝--------------------------*/


/*-------------------------- 폰 이미지 영역 시작--------------------------*/

.phoneImg_Box {
	text-align: center;
	position: relative;
	width: 100%;
	height: 330px;
	background-color: inherit;
	background-size: 100%;
	background-image: url('../../public/image_ucc/main_bg.png');
	margin-top: 60px;
}

.phone_Btn {
	top: -10px;
    width: 70px;
    height: 70px;
    background-color: #333333;
    padding-top: 22px;
}

.phone_Btn img{
	width: 36%;
}

.pc_pimg{
	display: none;
}

.m_pimg {
	display: block;
    text-align: right;
    position: relative;
    top: -10px;
	z-index: 99;
}

.m_pimg img{
	width: 100%;
	display: inline-block;
}

/*-------------------------- 폰 이미지 영역 끝--------------------------*/


/*-------------------------- 인트로 영역 시작--------------------------*/

.intro_Line{
	background-color: inherit;
	padding-bottom: 0px;
}

.intro_Box {
	border-radius: 0px;
	padding-top: 40px;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.intro_title {
    font-size: 2rem;
	margin-bottom: 20px;
}

.intro_title span{
	font-size: 1.4rem;
	font-weight: bold;
}

.imargin_b {
    margin-bottom: 14px;
}

.subNumber_wrap{
	width:22px;
	margin-right: 8px;
}

.intro_subNumber {
    width: 22px;
    height: 22px;
    font-size: 1rem;
	padding-top: 0px;
}

.intro_subTitle {
    width: 100%;
    font-size: 1rem;
	padding-top: 2px;
}


/*-------------------------- 인트로 영역 끝--------------------------*/


/*-------------------------- 상세페이지 시작 --------------------------*/

.detail_title {
    text-align: center;
	font-family: 'Varela Round', sans-serif;
    font-size: 1.6rem;
    padding-top: 30px;
}

.detail_title span{
	font-size: 1.4rem;
}

.mySocial_Line {
	background-color: inherit;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position-y: 0px; 
    background-image: url(../../public/image_ucc/sub_bg.png);
	padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-top: 30px;
}

.mySocial_box{
	top: inherit;
	height: 42.32vw;
	min-height: 200px;
	border-radius: 30px;
}

.mySocial_box img{
	width: 100%;
	height: 42.32vw;
	border-radius: 40px;
}

.mySocial_btn{
	height: 44px;
    line-height: 44px;
	font-size: 1.2rem;
	bottom: -166px;
}

.category_void{
	height: 0px;
}

.social_categoryBox{
	top: inherit;
	position: relative;
    width: 100%;
    height: auto;
    border-radius: 30px;
    background-color: #ededed;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-right: 0.7rem;
    padding-left: 2.6rem;
}

.s_b_margin{margin-bottom: 8px;}

.s_Box{
	text-align: left;
    position: relative;
    width: 100%;
    height: 80px;
    font-size: 1.34rem;
    line-height: 80px;
    border-radius: 20px;
    background-color: white;
    padding-left: 40px;
}

.s_icon_box{
	position: absolute;
    top: 16px;
    left: -24px;
    width: 46px;
}

.s_icon {
    text-align: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.sbox_go_box{
	top: 24px;
	right: 10px;
}

.sbox_go{
	width: 34px;
    height: 34px;
	padding-top: 7px;
    padding-left: 3px;
}

.sbox_go img{
	width: 50%;
}

.sbox_text{
	font-size: 0.75rem;
}

.bottom_color{
	z-index: 3;
    bottom: 0px;
    position: absolute;
    width: 100%;
	background-color: #5aa7e6;
    height: 700px;
}

/*-------------------------- 상세페이지 끝 --------------------------*/


/*-------------------------- 인덱스 시작 --------------------------*/

.indexElementBox{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 100px;
}


.index_main_title{
	text-align: center;
	font-family: 'NanumSquareRound',sans-serif;
	font-size: 2rem;
	line-height: 30px;
	margin-top: 14px;
}

/*-------------------------- 인덱스 끝 --------------------------*/


/*-------------------------- 비밀변호 변경 시작 --------------------------*/

.change_password_Line{
	margin-top: 30px;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.change_Way_text{
	font-size: 1rem;
    color: #a8a8a8;
    line-height: 26px;
	margin-bottom: 40px;
}

.change_btn{
	color: white;
    background-color: #333333;
    font-size: 1.1em;
    line-height: 40px;
    width: 100%;
    height: 40px;
    cursor: pointer;
    margin-top: 20px;
}

/*-------------------------- 비밀변호 변경 끝 --------------------------*/



/*-------------------------- 모바일 gnb 시작 --------------------------*/
nav{
	display: none;	
}

.nav ul.absol{
	display: none;
}

.nav ul.fixed{
	display: none;
}

#moblieNav,#miblieMenuDown,#mNav{
  display: block;
}

#moblieNav{
	text-align: right;
	position: fixed;
	display: block;
	width: 100%;
	height: 50px;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	z-index: 999;
	background-color: white;
	border-bottom: 1px solid #ededed;
}

.mLogobox{
    position: absolute;
    right: 0.625rem;
    display: inline-block;
    margin-top: 7px;
}

.mLogobox img{
	width: 14%;
}

.mLogobox span{
	color: white;
}

.moblieMenu{
	text-align: left;
	position: absolute;
	left: 0.625rem;
	display: inline-block;
	margin-top: 14px;
}

.mNavLogo{
	display: inline-block;
	left: 0.625rem;
}

.mNavLogo img{
	width: 80%;
	margin-top: 10px;
}

/*-------------------------- 모바일 gnb 끝 --------------------------*/


/*-------------------------- 모바일 메뉴 시작 --------------------------*/

#mNav{
	display: block;
}

#miblieMenuDown{
	display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #089cc4;
    z-index: 99;
    padding-top: 10px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-bottom: 20px;
    z-index: 999;
}

.mNavClose{
	position: absolute;
	right: 0px;
}

#mNav ul.moblieAbsol {
	text-align: left;
	margin: 0 auto;
	z-index: 100;
}

#mNav ul.moblieAbsol li a{
	color: white;
}

ul li{
	padding-bottom: 10px;
	padding-top: 8px;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: 'NanumSquareRound',sans-serif;
}

.xMoblieBtn{
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
}

.xMoblieBtn img{
	width: 22px;
}

.logoBox{
	top: 1.2rem;
	left: 0.625rem;
}

.logoBox IMG{
	width: 11rem;
	height: 40px;
}

.loginIcon {
	display: none;
    position: absolute;
    top: 8px;
    right: 0.625rem;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #ffcc00;
    background-color: #f4f4f4;
}

.loginIcon img {
    width: 100%;
}

/*--------------------------모바일 메뉴 끝 --------------------------*/

/* -------------- 메인 뷰 시작 ----------------*/

#mainViewLine{
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.mainImg{
	padding-top: 30px;
    padding-bottom: 30px;
}

.mainElementBox{
	width: 100%;
	bottom: -80px;
}


/* -------------- 메인 뷰 끝 ----------------*/



/* -------------- 고객센터 시작 ----------------*/

.moblieClinetMenuLine{
	display: block;
	text-align: center;
	height: 60px;
	background-color: #f4f4f4;
}

.clinetMenuLine{
	display: none;
}

.clinetTitleBox {
    height: 200px;
}

.clinetTitle{
	display: inline-block;
    position: relative;
    font-size: 1.8rem;
    padding-top: 100px;
}

.cMenu{
	display: block;
	line-height: 60px;
	height: 60px;
	margin-left: 6px;
	margin-right: 6px;
}

/* -------------- 고객센터 끝 ----------------*/


/*-------------------------- 모바일 메뉴 시작 --------------------------*/

#mNav{
	position: relative;
	display: block;
}


.xBtn{
	display: inline-block;
	position: absolute;
	top: 2px;
    right: 0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.xBtn img{
	width: 100%;
}

#moblieMenuDown{
	display: none;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	background-color: white;
	border-bottom: 1px solid #dddddd;
	z-index: 999;
	color: BLACK;
	padding-top: 20px;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	padding-bottom: 20px;
}

#mNav ul.moblieAbsol {
	text-align: left;
	margin: 0 auto;
	z-index: 100;
}

#mNav ul.moblieAbsol li a{
	color: black;
}

#mNav ul.moblieAbsol li{
	color: black;
}

ul li{
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 'NanumSquareRound',sans-serif;
	height: 50px;
}

.xMoblieBtn{
	position: absolute;
	top: 0.625rem;
	right: 0.625rem;
	width: 30px;
	height: 30px;
	background-color: white;
}


/*-------------------------- 모바일 메뉴 끝 --------------------------*/

/* -------------- 로그인 슬라이드 시작 ----------------*/

#pcloginSide.left{
	width: 100%;
	
}

#pcloginSide{
	position: fixed;
}


#LoginForm{
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	padding-top: 50px;
}

.pLogin {
	width: 100%;
	height: 440px;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.top{
	position: relative;
}

.pX{
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
}

.pX img {
    width: 14px;
}

.loginTitle{
	font-size: 1.4rem;
}

.loginPageMainText{
	font-size: 1.5rem;
}

.loginBoxs {
	display: inherit;
	width: 100%;
	margin-top: 20px;
}

.loginType {
	width: 100%;
}

.inputEmail {
	width: 100%;
	height: 32px;
	margin-bottom: 10px;
	padding-top: 0;
}

.inputEmail input{
	width: 100%;
	height: 30px;
	font-size: 0.9rem;
}

.inpuPassword {
	width: 100%;
	height: 32px;
	margin-bottom: 10px;
	padding-top: 0;
}

.inpuPassword input{
	width: 100%;
	height: 30px;
	font-size: 0.9rem;	
	font-family: 'NanumSquareRound',sans-serif;
}

.f_password_btn{
	text-align: center;
	display: inline-block;
	font-size: 0.8rem;
	text-decoration: underline;
	color: #aaaaaa;
	cursor: pointer;
}

.logBtn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 1.1rem;
	display: inline-block;
	text-align: center;
}

.snsLog{
	width: 100%;
	margin-top: 20px;
}

.snsImg{
	margin-top: 5px;
    margin-left: 10px;
}

.snsImg img{
	width: 1.6rem;
}

.sText{
	font-size: 0.9rem;
}

.boxInSns{
	width: 100%;
	height: 34px;
	line-height:34px;
}

.idSave{
	text-align: left;
	font-size: 0.9rem;
	line-height: normal;
	margin-top: 10px;
	text-align: left;
}

.idSave input{
	width: 14px;
	height: 14px;
}

.memberBtn {
	width: 100%;
	height: 40px;
	font-size: 1.1rem;
	line-height: 40px;
}

.nInquiryCloseBtn{
	top: 20px;
}

/* -------------- 로그인 슬라이드 끝 ----------------*/


/* ------------- 비밀번호 찾기 시작------------- */

#pcFindPassWordSide.left{
	width: 100%;
}

#pcFindPassWordSide{
	position: fixed;
}

.find_Way_text {
    font-size: 1rem;
    color: #a8a8a8;
    line-height: 22px;
    margin-bottom: 30px;
}

.find_Way_redText {
    text-align: left;
    font-size: 0.8rem;
    color: #fa5a7f;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.f_btn{
	font-size: 1.1rem;
    line-height: 40px;
    height: 40px;
}

/* ------------- 비밀번호 찾기 끝------------- */


/* -------------회원가입 시작------------- */

#becomeMember.left{
	width: 100%;
}

#becomeMember{
	position: fixed;
}

.pMember{
	width: 100%;
	height: 440px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.memberText {
	font-size: 1.5rem;
	font-weight: bold;
}

.membertBox{
	width: 100%;
}

.mEmail,.mPass,.mRePass{
	width: 100%;
	height: 32px;
	margin-bottom: 10px;
	border: none;
	border-bottom: 2px solid #ededed;
}

.mEmail input,.mPass input,.mRePass input{
	width: 100%;
	height: 30px;
	font-size: 0.9rem;
	padding-left: 0px;
}

.confrimBtn{
    margin: 0 auto;
    width: 40%;
    height: 34px;
    line-height: 34px;
    font-size: 1.2rem;
    display: inline-block;
    text-align: center;
}


/* -------------회원가입 끝------------- */

/* -------------- 개인정보처리 시작 ----------------*/

#aggreeWrap{
	padding-top: 20px;
	padding-left: 1.2rem;
    padding-right: 1.2rem;
}

#aggreeWrap_02{
	padding-top: 20px;
	padding-left: 1.2rem;
    padding-right: 1.2rem;
}

#nAggreeBox{
	height: auto;
	padding: 1.2rem;
	width: 100%;
}

#nAggreeBox_02{
	height: 510px;
	padding: 1.2rem;
	max-width: 90%;
	max-height: 90%;
}

.aggreeTitle {
    font-size: 1.6rem;
	margin-bottom: 1rem;
}

.aggreeCloseBtn img{
  width: 1.4rem;
  height: 1.4rem;
}

.aggreeDetaile{
	height: 400px;
	overflow: hidden;
    overflow-y: scroll;
}

.aggreeBtnLine{
	margin-top:5px;
}

.nAggreeDetailText {
    font-size: 0.9rem;
}


.nAggreeDetailSubText{
  /* display: inline-block; */
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 20px;
}

.nAggreeDetailSubLastText{
  padding-left: 10px;
  margin-top: 6px;
  font-size: 0.7rem;
  font-weight: normal;
}


/* -------------- 개인정보처리 끝 ----------------*/


/*-------------------------- 풋터 시작 --------------------------*/

#footer{
	display : none;
  height: auto;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0px; 
}
.banner_img{
	display : block !important;
	height : 150px;
}
.footElement_01 {
    display: inline-block;
    color: white;
	font-size: 1rem;
    cursor: pointer;
}

.underFooter{
	padding-left: 1.2rem;
	padding-right: 1.2rem;
    padding-top: 10px;
    padding-bottom: 10px;
	margin-top: 10px;
}

.footMenu{
	text-align: center;
	font-size: 1rem;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.pc_uccFootSubText{
	display: none;
}

.mobile_uccFootSubText {
	display: block;
    font-size: 0.95rem;
	line-height: 22px;
    margin-top: 10px;
}

.snsContent{
	position: initial;
	margin-top: 20px;
}

/*-------------------------- 풋터 끝 --------------------------*/


/* -------------- 메뉴관리 시작 ----------------*/

.s_cB_PadL{padding-left: 1,2rem !important; margin-top: 20px !important;}
.myMenu_box .top_box h1{
font-size: 1.5rem;
}
.myMenu_box .bot_box{
	font-size : 14px;
}
.myMenu_box .bot_box p{
margin-bottom: 0rem;
}
.myMenu_box .top_box h2 .dept, .myMenu_box .top_box h2 .mb_name{
	font-size : 18px;
}
.myMenu_box .top_box h2{
padding-top : 0%;
}
.myMenu_Line{
	padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-top: 30px;
}

.myMenu_box {
   height: 42.32vw;
	min-height: 200px;
	border-radius: 30px;
}

.myMenu_box img{
    width: 20%;
    height: unset;
    border-radius: 40px;
}

.myMenu_btn{
	bottom: 55px;
    height: 44px;
    line-height: 44px;
    font-size: 1.2rem;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 8px;
}

.myMenu_btn input {
    width: 98%;
}

.myMenu_info_text{
	display: inline-block;
    font-size: 0.8rem;
	font-weight: bold;
    color: black;
    position: relative;
	bottom: 10px;
}

.myMenu_btn button{
	top: 7px;
}

.menu_categoryBox{
	padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.sBInput_Item{
	display: block;
}

.m_Box{
	height: auto;
	padding-top: 13px;
	padding-bottom: 13px;
    padding-left: 17px;
    padding-right: 17px;
}

.mbox_go_box{
	position: inherit;
	top: 0px;
	right: 0px;
}

.mbox_go{
	width: 100%;
	border-radius: 40px;
	height: 40px;
	margin-top: 10px;
}

.mbox_go input{
	width: 100%;
    height: 40px;
}

.sBInput_Item input{
	margin-top: 10px;
}

.b_primary_add{
	margin-right: 0px !important;
}

.mS_btn_add {
    padding-top: 4px;
    padding-left: 12px;
}

.m_Box_add_MarT{
	margin-top: 0px;
}
/* -------------- 메뉴관리 끝 ----------------*/


.sBInput_Item select {
    -webkit-appearance: menulist !important;
    width: 100% !important;
    height: 33px!important;
    font-size: 1rem !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem!important;
    margin-right: 4px !important;
    padding-left: 4px !important;
}


/* -------------- 튜토리얼 시작 ----------------*/

.tutorial_box{
	display: block;
}

.tutorial_list{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}

.tutorial_img img{
    width: 100%;
}

.tutorial_text{
	background-color: #1c9151;
	color: white;
	font-size: 1rem;
	font-weight: bold;
}

/* -------------- 튜토리얼 끝 ----------------*/



