@charset "utf-8";
@import url('font/OmniGulim/OmniGulim.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline-style: none;
}
a {
    color: #333;
    text-decoration: none;
}
img {
    border: 0;
    vertical-align: middle;
}
li,
ul {
    list-style: none;
}

html {
    font-size: 10px;
}

body {
    font-size:1.6rem;
    font-family:'OmniGulim020';
    color:#333;
    line-height:1;
    }

/* 공통 클래스 */
.tablet {
    display:none;
}

.mobile {
    display:none;
}

.clearfix:after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}

.container {
    position:relative;
    display:block;

    width:120rem;
    margin:0 auto;
}

.wrap {
    position:relative;
    display:block;
}

.sec_back {
    background:#e9fdff;
}

/* 우측 고정메뉴 */
.fix_menu {
    position:fixed;
    display:block;
    right:5rem;
    top:50%;
    transform:translateY(-50%);
    background:darkcyan;
    color:#fff;
    text-align:center;
    padding:1rem;
    line-height:1.5;
    
    font-size:1.8rem;
    font-weight:600;

    box-shadow:10px 10px 3px #ccc;
    opacity: 0.3;
    z-index:999;

}

.fix_menu:hover {
    opacity:1;
}

.fix_menu img {
    line-height:0;
}

.fix_menu a{
	padding-top:5px;
    color:#fff;
    display:block;
}

.fix_menu .menu_str{
    display:block;
    width:100%;
    height:1px;
    margin:5px 0 10px;
    background:#fff;
}

/* 상담신청 바로가기 */
.fix_menu .gocons {
    display:block;
    position:relative;

    transition:all 0.3s;
}

.fix_menu .gocons img {
    position:relative;
}

.fix_menu .gocons:hover,
.fix_menu .gotop:hover{
    text-shadow:1px 1px 5px #fff;
}

/* 보유과목 보러가기 */
.fix_menu .golist {
    display:block;
    position:relative;

    transition:all 0.3s;
}

.fix_menu .golist img {
    position:relative;
}

.fix_menu .gocons:hover,
.fix_menu .golist:hover,
.fix_menu .gotop:hover{
    text-shadow:1px 1px 5px #fff;
}

/* 맨위로 가기 */
.fix_menu .gotop {
    display:block;
    margin-top:10px;
    text-align:center;
    transition:all 0.3s;
}

.fix_menu .gotop img {
    position:relative;
    display:block;
    margin:0 auto;
}



/* 상담신청 폼 */
.sec3 {
    position:relative;
    display:block;
    padding:50px 0;
}

.sec3 p.t-tit {
    font-family:"OmniGulim040";
    font-size:2.5rem;
    text-align:center;
    margin-bottom:15px;
}

.sec3 h2 {
    font-family:"OmniGulim050";
    font-size:5.5rem;
    text-align:center;
    color:#043762;
}

.sec3 h2 i {
    font-style:normal;
    color:#f00;
}

.sec3 p.s-tit {
    font-family:"OmniGulim040";
    font-size:25px;
    text-align:center;
    margin-top:60px;
    line-height:1.5;
}

.sec3 .consult {
    position:relative;
    width:100%;
    padding:0 1.5rem;
    padding-top:7rem;
}


.sec3 .con_left {
    position:relative;
    display:block;
    float:left;
    width:50%;
    margin-right:1rem;
}

.sec3 .con_right {
    position:relative;
    display:block;
    float:right;
    width:49%;
}

.sec3 .con_log input{
    color:#fff;
    background-color:#787878;
    font-family:"OmniGulim040";
    font-size:2.1rem;
    border:none;
    width:100%;
    padding:2.5rem 4rem;
    margin-bottom:0.8rem;
}

.sec3 .con_log select{
}

.sec3 input::placeholder {
    color:#ccc;
}

.sec3 input.consult_num {
    width:32%;
    margin-right:2%;
    text-align:center;
    float:left;
}

.sec3 input.consult_num:nth-child(3) {
    margin-right:0;
}

/* select */
.consult_time {
    position:relative;
	display:block;
    color:#fff;
    font-family:"OmniGulim040";
    font-size:2.1rem;
    border:none;
    width:100%;
    padding:2.5rem 4rem;
    margin-bottom:0.8rem;
    
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:url('../images/select_arr.png') #787878 no-repeat 100% 50%;
}

.consult_time::after {
    content:'';
    display:block;
    position:absolute;
    right:0;
    top:50%;
    width:15px;
    height:15px;
    background:url('../images/arr_3.png')no-repeat;
}

.consult_time option {
    display:block;
    background: #999;
    color:#fff;
    margin:10px 0;
}

.sec3 input.consult_help {
    margin-bottom:0;
}

.sec3 .agree {
    position:relative;
    display:block;
    font-family:"OmniGulim020";
    font-size:1.7rem;
    margin:5rem 0 3rem 0;
    margin-left:3rem;

}

.sec3 .agree_txt {
    line-height:1.2;
    color:#666;
}

.sec3 .agree_check {
    position:relative;
    display:block;
    margin-top:1rem;
}


/* 체크박스 */
.sec3 .agree_check input[type="checkbox"] {
    display:none;
}

.sec3 .agree_check input[type="checkbox"] + label {
    position:relative;
    display:inline-block;
    width:1.5rem;
    height:1.5rem;
    border:0.1rem solid #333;
    border-radius:0.4rem;
    margin-right:0.5rem;
    vertical-align:middle;
}

.sec3 .agree_check input[id="check1"]:checked + label::after {
    content:'✔';
    position:absolute;
    left:0;
    top:0.1rem;
    font-size:1.5rem;
    width:1.5rem;
    height:1.5rem;
    text-align:center;
}

.sec3 .agree_check a.agree_view {
    display:inline-block;
}

/* 상담신청 버튼 */
.sec3 .agree_btn {
    position:relative;
    width:100%;
    border:none;
    background:#f68995;
    font-family:"OmniGulim040";
    color:#fff;
    font-size:3.5rem;
    cursor:pointer;

    transition:all 1s, color 0.8s;
}

.sec3 .agree_btn:hover{
    box-shadow: 0 200px 0 0  rgba(0,0,0,0.2) inset, 
                0 -200px 0 0 rgba(0,0,0,0.2) inset;
}

.sec3 .agree_btn i:nth-child(1) {
    font-style:normal;
    color:#ff0;
}

.sec3 .agree_btn i:nth-child(2) {
    font-style:normal;
}

.sec3 .agree_btn:hover i:nth-child(2) {
    color:#ff0;
}

.sec3 .agree_btn:hover i:nth-child(1) {
    color:#fff;
}
/* //상담신청 폼 */

/* 하단 */
.footer {
    position:relative;
    display:block;
    padding:1.5rem 0;
}

.f-wrap {
    position:relative;
    margin:0 auto;
}

.footer .f_logo {
    position:relative;
    float:left;
    margin-right:3rem;
}


.footer p {
    display:inline-block;
    font-size:14px;
    font-family: Arial, Dotum, "돋움", sans-serif;
    color:#6e6e6e;
    letter-spacing: 0.03rem;
    line-height:1.4;
}
/* //하단 */

/* 태블릿 */
@media screen and (max-width:1024px){
    .tablet {
        display:block;
    }

    .container {
        width:100%;
        height:auto;
    }

    /* 화면 사이즈에 맞게 이미지 사이즈조정 */
    .container>img {
        width:100%;
    }

    .sec3>.container>.t-tit {
        font-size:2rem;
    }

    .sec3 h2 {
        font-size:4rem;
    }

    .sec3>.container>.s-tit {
        font-size:2rem;
    }

    .sec3 .con_left,
    .sec3 .con_right{
        width:100%;
    }

    /* 상담신청 입력란 */
    .sec3 input, .consult_time {
        width:100%;
        font-size:1.8rem !important;
        padding:2rem 3.5rem !important;
    }

    /* 상담신청 버튼 */
    .sec3 .agree_btn {
        font-size:3rem;
    }

    .sec3 .agree_btn img {
        width:7rem;
    }

    .footer .f_logo {
        position:relative;
        width:100%;
        padding-bottom:1.5rem;
        margin-bottom:1.5rem;
        border-bottom:1px solid #ccc;
    }

    .f_logo img {
        display:block;
        margin:0 auto;
    }

    .footer .container p {
        display:block;
        text-align:center;
    }
}

/* 모바일 */
@media screen and (max-width:768px){
    .pc {
        display:none; 
    }
    .mobile {
        display:block;
    }

    .fix_menu {
        top:0;
        right:0;
        transform:translateY(0);
        width:100%;
        text-align:center;
        padding:0.5rem;
        font-size:1.5rem;
        box-shadow:none;
    }

    .fix_menu a{
        color:#fff;
        display:block;
        float:left;
        width:25%;
    }

    .fix_menu a.gotell{
        color:#fff;
        display:block;
        float:left;
        width:40%;
    }

    .fix_menu a.gotop{
        color:#fff;
        display:block;
        float:left;
        width:10%;
    }
    
    .fix_menu .menu_str{
        display:none;
    }

    /* gotop */
    .fix_menu .gotop {
        display:block;
        margin-top:0px;
        text-align:center;
        transition:all 0.3s;
        padding:20px 0;
    }
    
    .fix_menu .gotop img {
        position:relative;
        display:block;
        margin:0 auto;
    }

    .agree_btn {
        padding:1.5rem 4.5rem;
        font-size:25px !important;
        line-height:1;
    }

    .agree_btn img {
        display:none;
    }


	.sec3 p.t-tit {
		font-family:"OmniGulim040";
		font-size:2.0rem;
		text-align:center;
		margin-bottom:15px;
	}

	.sec3 h2 {
		font-family:"OmniGulim050";
		font-size:3.0rem;
		text-align:center;
		color:#043762;
	}

	.sec3 h2 i {
		font-style:normal;
		color:#f00;
	}

	.sec3 p.s-tit {
		font-family:"OmniGulim040";
		font-size:1.5rem;
		text-align:center;
		margin-top:60px;
		line-height:1.5;
	}

}

/* 모바일 */
@media screen and (max-width:510px{
	.fix_menu a {
		font-size:1.2rem !important;
	}

	.sec3 p.t-tit {
		font-family:"OmniGulim040";
		font-size:1.8rem;
		text-align:center;
		margin-bottom:15px;
	}

	.sec3 h2 {
		font-family:"OmniGulim050";
		font-size:2.3rem;
		text-align:center;
		color:#043762;
	}

	.sec3 h2 i {
		font-style:normal;
		color:#f00;
	}

	.sec3 p.s-tit {
		font-family:"OmniGulim040";
		font-size:1.3rem;
		text-align:center;
		margin-top:60px;
		line-height:1.5;
	}

	.tablet {
		display:none !importent;
	}

}