@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);
body { font-family: "Nanum Square", sans-serif; color: #000; font-size: 13px; line-height:2.2; }


h1{  font-size: 1.6em; }
input, textarea, select, button{ font-size:inherit;/*-webkit-appearance: none; */}

body.mobile{ font-size: 14px; }

a{ cursor:pointer; color:inherit; text-decoration: none; }
a:hover { text-decoration:none; color: inherit; opacity: 1; }
li{list-style: none;}

button{border-radius:inherit;}
img{max-width: 100%; display:block;}

label{cursor: pointer;}

.wrapper{ position:relative; clear:both; min-width: 100%; }

.fl{ float:left; }
.fr{ float:right; }
.clear{ clear:both; width:100%; }

.row{ margin: 0 auto; position: relative; width:100%;}
.row_narrow{ max-width:500px; margin: 0 auto; position: relative;}

.section{margin-bottom: 20px;}

.im-x{ position: relative; margin-left: 12px; margin-right: 12px; }
.im-x-2{position: relative; margin-left: 24px; margin-right: 24px;}
.im-x-4{position: relative; margin-left: 40px; margin-right: 40px;}

.im{ position: relative; margin: 10px; }
.im-2{position: relative; margin: 20px;}

.w-12-2{ width:16.66%; }
.w-12-3{ width:25%; }
.w-12-4{ width:33.33%; }
.w-12-5{ width:41.66%; }
.w-12-6{ width:50%; }
.w-12-8{ width:66.6%; }
.w-12-12{ width:100%; }

.tablet .w-12-3{ width:50%; }

.mobile .w-12-8{ width:100%; }
.mobile .w-12-3{ width:50%; }
.mobile .w-12-6, .mobile .w-12-4{ width: 100%; }




/*menu slider start*/
html.open {
overflow: hidden;
}
.btn {
width: 50px;
height: 50px;
position: absolute;
right: 0px;
top: 0px;
z-index: 1100;
background-image: url("http://s1.daumcdn.net/cfs.tistory/custom/blog/204/2048858/skin/images/menu.png");
background-size: 50%;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.close {
margin: 20px;
position: absolute;
right: 0px;
top: 0px;
background-size: 50%;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
#menu {
width: 270px;
height: 100%;
position: fixed;
top: 0px;
right: -370px;
z-index: 1200;
border: 1px solid #c9c9c9;
background-color: white;
text-align: left;
transition: All 0.2s ease;
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
}
#menu.open {
right: 0px;
}
.page_cover.open {
display: block;
}
.page_cover {
width: 100%;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
background-color: rgba(0, 0, 0, 0.6);
z-index: 1150;
display: none;
}
#menu li{list-style: none;}
#menu ul{padding: 50px 30px;}
#menu a{ display: block; margin: 0 auto; color: #000; font-size: 14px; line-height: 50px; font-weight: 400; font-family: 'Lato', sans-serif; transition: 0.3s all;}
#menu a:hover {opacity: 0.25 !important; }
#menu .close:hover {opacity: 0.25 !important; }
/*menu slider end*/


#contents-wrapper {padding-left:280px;padding-top: 58px;}

#header-nav {position:fixed; width:100%; top:0px; left:0px; text-align:right; z-index: 20;}
#header-nav a {margin-left: 20px;}
#header-nav a.active {text-decoration: underline;text-underline-position: under;font-weight: 800;}

#header-nav .im-x-2{
    margin-left: 280px;
    margin-right: 0px;
    padding: 15px 25px 15px 0px;
    background: #fff;
    box-shadow: 5px 5px 10px rgba( 0,0,0,0.2 );
}


#intro-section .left-side {min-height: 620px;background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#intro-section .left-side .text-area {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);color: #fff;text-align: center; z-index: 2; width:100%; max-width: 500px;}
#intro-section .left-side .title {font-size: 3em;margin-bottom: 30px;line-height: 1.3em; text-shadow: 2px 4px 10px rgba(0,0,0,1);}

#intro-section .right-side .title {font-size: 2em;font-weight: 800; border-top: 1px solid #ebebeb}
#intro-section .right-side .explain {margin-bottom: 30px;}
#intro-section .right-side p { color: #737373}
#intro-section .ipb-40 {padding-bottom: 40px;}

.tablet #intro-section .w-12-8 {width: 100%;}
.tablet #intro-section .w-12-4 {width: 100%;}

#cure-section .item-wrapper{position: relative;margin-bottom: 20px;}
#cure-section .item-wrapper img {width: 100%;padding-top: 20px;padding-bottom: 10px;}
#cure-section .item-wrapper .im-x {border: 1px solid #d7d7d7; box-shadow: 5px 0 5px 0px #d7d7d7}
#cure-section .text-area {text-align: center;width: 100%;}
#cure-section .text-area .primary {border-bottom: 1px solid #ebebeb; font-weight: 800;font-size: 1.1em;}
#cure-section .text-area .secondary {line-height: 1.3em; padding-top: 5px; padding-bottom: 15px;}
.tit {font-weight: 800; font-size: 1.5em; margin-top: 30px;padding-bottom: 10px;}
.top-line {border-top: 1px solid #ebebeb; padding-top: 5px;}
