@charset "utf-8";

/* reset css */

/*************************************/
/*****  *****/
/*************************************/
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;
	vertical-align: baseline;
}
html, body {
	height: 100%;
	line-height: 1;
}
/* @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); */
/*
@font-face{
	font-family:"sukhumvit";
	src:url("//s.isanook.com/sr/0/fonts/sukhumvit/SukhumvitReg.woff2") format('woff2'),
	url("//s.isanook.com/sr/0/fonts/sukhumvit/SukhumvitReg.woff") format('woff');
	font-weight:400;
	font-style:normal;
	font-display:swap;
}
@font-face{
	font-family:"sukhumvit";
	src:url("//s.isanook.com/sr/0/fonts/sukhumvit/SukhumvitBold.woff2") format('woff2'),
	url("//s.isanook.com/sr/0/fonts/sukhumvit/SukhumvitBold.woff") format('woff');
	font-weight:700;
	font-style:normal;
	font-display:swap;
}
@font-face{
	font-family:"base-icon";
	src:url("//s.isanook.com/sr/0/fonts/icon/base-icon-v1.0.26.woff2") format('woff2'),
	url("//s.isanook.com/sr/0/fonts/icon/base-icon-v1.0.26.woff") format('woff');
	font-weight:700;
	font-style:normal;
}
*/
body {
/*	min-width: 1440px;*/
	color:#000;
	/* font-family: 'NotoSansCJKkr-Light',sans-serif; */
	/*font-family: "Open Sans", Helvetica, Arial, "Apple SD Gothic Neo", AppleSDGothic, sans-serif;*/
	font-family: 'sukhumvit', sans-serif;
}
a {text-decoration: none; color: #000;}
ol, ul {list-style: none;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
img, fieldset{border:none;vertical-align:top;}
input,textarea,select{vertical-align:middle;}
legend,caption{display: none;}
i,em,address{font-style:normal;}
label,button{cursor:pointer;}
button{margin:0;padding:0;border:0;}
hr{display:none}
img {
	max-width: 100%;
/*	width: 100%;*/
	height: auto;
	vertical-align: top;
}

.footer{padding:34px 0;background:#021033;font-size:23px;color:#fff;line-height:1.4;text-align:center;}
.inner{position:relative;margin:0 auto;width:1260px;}
.web {display: block;}
.mob {display: none;}

.cont1{background:url(img/visual.png) center center no-repeat;background-size:cover;}
.cont1 .inner{padding-top: 106px;height: 718px;box-sizing: border-box;}
.cont1 ul{position:absolute;bottom:0;left:0;z-index:1;/* display: flex; */width:100%;}
.cont1 ul li{position: absolute;bottom:0;width:205px;height:100px;line-height:100px;font-size:17px;font-weight:bold;color:#fff;text-align: center;vertical-align: middle;cursor:pointer;}
.cont1 ul li:nth-of-type(1){left:0;background-color: #04c0e6;}
.cont1 ul li:nth-of-type(2){left:207px;background-color: #dc366c;}
.cont1 ul li:nth-of-type(3){left:414px;background-color: #04c0e6;}
.cont1 ul li:nth-of-type(4){left:621px;background-color: #dc366c;}
.cont1 ul li:nth-of-type(5){left:828px;background-color: #04c0e6;}
.cont1 ul li:nth-of-type(6){left:1035px;background-color: #dc366c;}
.cont1 ul li:first-child{margin-left:0;}
.cont1 ul li:last-child{margin-right:0;}
.cont1 ul li span{display: block;color:#fb2929;}
.cont1 ul li div{
	display: flex;
	display: -webkit-flex;
    display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
	align-content: center;
	-webkit-align-content: center;
    -ms-flex-line-pack: center;
	height: 100%;}
.cont1 ul li:hover{height:150px;}
.cont2{/*background:url(img/bg_cont.jpg) 0 0 no-repeat;*/background: #fff8dc; background-size:cover;padding:66px 0 78px;border-bottom:15px solid #e53571;}
.cont2 div{overflow:hidden;}
.cont2 div.mt5{margin-top:5%;}
.cont2 div:after{content:'';display:block;clear:both;}
.cont2 div > span{width:49%;}
.cont2 div > span{float:left;}
.cont2 div > span.rt{float:right;}
.cont2 ul li{margin-top:74px;}
.cont2 ul li:first-child{margin-top: 0;}
.btn_home{margin-top:35px;text-align:center;}

.scroll-top {
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 100;
}
.scroll-top a{
	position: relative;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-clip: padding-box;
    text-align: center;
    font-weight: 400;
    color: white;
    line-height: 0.4;
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -ms-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
	display: block;
    background-color: rgba(78, 81, 80, 0.75);
    width: 45px;
    height: 45px;
    font-size: 0.8em;
}
.scroll-top a::before {
    content: '';
    width: 30px;
    height: 20px;
    margin-top: 7px;
    display: inline-block;
    background: url(https://th.idhospital.com/wp-content/themes/zeein/assets/img/icon/icon-arrow-up-70px.svg) center center no-repeat;
    background-size: contain;
}

.recruit_area {
	position: relative;
	padding:70px 0 50px;
	/* background:#f3ffce; */
	background:url(img/bg_recruit_area.jpg) 0 0 no-repeat;
	background-size:cover ;
}
.recruit_area h2 {
	margin-bottom:5%;
	font-size:50px;
	color:#e53571;
	text-align: center;
	line-height: 1.2;
	text-shadow: 3px 3px 3px #feebb0;
}
.recruit_area .sendBtn {
	text-align: center;
	margin-bottom:3%;
}
.recruit_area .sendBtn button {
	padding: 1% 5%;
	background: #e52d75;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
}
.personal_area {
	border:4px solid #e52d75;
	background: #fff;
}
.personal_area table .d-block {
	display: inline-block;
}
.personal_area table tr.bd-color-gray {
	border-top:1px solid #ccc;
	/*border-bottom: 1px solid #ccc;*/
}
.personal_area table th,
.personal_area table td{
	text-align: left;
	padding: 2%;
	font-weight:normal;
}
.personal_area table th span {color:#f13333;}
.personal_area table td dl dt {font-weight:bold;}
.personal_area table input[type="text"] {
	width:50%;
	vertical-align: middle;
	color:#666;
	border: 1px solid #ccc;
	border-radius:6px;
	font-size:1rem;
	line-height:1.5;
	padding:1%;
}
.personal_area table input[type="checkbox"] {
	width:15px;
	height:15px;
}
.personal_area table input.w_mid {
	width: 72%;
}
.personal_area table select {
	border: 1px solid #ccc;
	border-radius:6px;
	font-size:1rem;
	line-height:1.5;
	padding:1.4% 1%;
}
.personal_area .guidance {margin-top:2%;font-size:80%;line-height: 1.5;}
.personal_area .guidance h3,
.personal_area .guidance p {
	font-weight:bold;
}
.ask_area {
	text-align: center;
}
.ask_area h3 {
	margin:3% 0 2%;
	font-size:130%;
	font-weight:bold;
	color:#000;
}
.snsbox li {display: inline-block;padding:10px 0;width: 103.5px;text-align: center;/*background: #fff;*/}
.snsbox li a {display: block;}
.snsbox li a figure img {width:40px;height:auto;}
.snsbox li h6 {margin-top:5px;font-size:100%;font-weight:400;color:#000;}


.filebox .upload-name {
	display: inline-block;
	padding: .5em .75em;
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #c5c5c5;
	border-radius: .25em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 60%;
}
.filebox label {
	display: inline-block;
	padding: .5em .75em;
	color: #fff;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #e53571;
	cursor: pointer;
	border: 1px solid #e53571;
	border-radius: .25em;
	margin-bottom: 0;
	border: 0;
}
.filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}



/*================*/
/*Responsive*/
/*================*/

@media all and (max-width:640px) {
	.web {display: none;}
	.mob {display: block;}

	.menu2{display: flex;flex-wrap: wrap;justify-content: space-between;align-content: center;background: #021033;}
	.menu2 li{padding:3vw 0;width:33%;background: #f7b538;color:#fff;font-size:3vw;font-weight:bold;text-align: center;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;}
	.menu2 li:nth-of-type(1){background-color: #04c0e6;}
	.menu2 li:nth-of-type(2){background-color: #dc366c;}
	.menu2 li:nth-of-type(3){background-color: #04c0e6;}
	.menu2 li:nth-of-type(4){background-color: #dc366c;}
	.menu2 li:nth-of-type(5){background-color: #04c0e6;}
	.menu2 li:nth-of-type(6){background-color: #dc366c;}
	.menu2 li:nth-child(4),.menu2 li:nth-child(5),.menu2 li:nth-child(6){margin-top: 1px;}
	.menu2 li div{}
	.menu2 li span{display: block;color:#fb2929;}
	.m_box{padding:0 5%;background: #021033;}
	.m_box li{padding-top: 10%;}
	.m_box li:last-child{padding-bottom:10%}

	.footer{padding:5% 0;font-size:2.5vw;}
	.mcont{border-bottom:13px solid #e52d75;}
	.mcont > p{padding-top:5%;}

	.recruit_area{padding:6% 0;background: none;}
	.recruit_area .inner{width:100%;}
	.recruit_area h2 {
		font-size:6vw;
	}
	.recruit_area h2 img{width:65%;}
	.personal_area table th,
	.personal_area table td {
		font-size:3.5vw;
	}
	.personal_area table input.w_mid {
		width: 92%;
	}
	.personal_area table input.snsIup {
		display: block;
	}
	.personal_area table .d-block {
		display: block;
	}
	.personal_area table input[type="text"] {font-size:3.5vw;}
	.personal_area table tr td dl dd ul li label span{display:none;}
	.recruit_area .sendBtn{margin:5% 0 0;}
	.recruit_area .sendBtn button{padding:5% 0;width: 100%;font-size:5vw;}
	.btn_home{margin:5% auto;width:50%;}
}

@media all and (min-width:1921px) {

}
@media all and (max-width:1920px) {

}
@media all and (max-width:1820px) {

}
@media all and (max-width:1600px) {

}
@media all and (max-width:1440px) {

}
@media all and (max-width:1366px) {

}
@media all and (max-width:1280px) {

}
@media all and (max-width:1120px) {

}
@media all and (max-width:1024px) {

}
@media all and (max-width:768px) { /*768x1024 ipad retina*/

}
@media all and (max-width:736px) { /*iphone6(s)+,7+,8+*/

}
@media all and (max-width:640px) {

}
@media all and (max-width:600px) { /*600x960 G pad8.3*/

}
@media all and (max-width:480px) {

}
@media all and (max-width:414px) { /*414x640 iPhone 6/7/8 Plue*/

}
@media all and (max-width:400px) { /*400x640 galaxy note1*/

}
@media all and (max-width:384px) { /*384x640 optimus g,view, nexus4*/

}
@media all and (max-width:375px) { /*375x667 iphone6(s),7,8*/

}
@media all and (max-width:360px) { /*360x640 galaxy s8, s8+*/

}
@media all and (max-width:320px) { /*320x568 iphone5, SE / 320x480 iphone 4*/

}
