@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
header.ctype .web_menu_wrap .top_area a:hover {
    color: #f69100;
}
header.ctype .web_menu_wrap .top_area .top_rig ul li a:hover {
    color: #f69100;
}
header.ctype .web_menu_wrap .bottom_area .inner #gnb_main li a h2:hover{
    color: #f69100;
}
header.ctype .web_menu_wrap .bottom_area .inner #gnb_main li a.on h2{
    color: #f69100;
}

.main_wrapper.ctype{
    background-image: none;
}
#main_visual.ctype{
    background-color: #ffffd4;
    background-image: url(/images/ctype/c_main_visual.png);
    background-repeat: no-repeat;
}

#main_visual.ctype2{
    background-color: #ffffd4;
    background-image: url(/images/ctype/c_main_visual2.png);
    background-repeat: no-repeat;
}

#main_visual.ctype .inner{
    background-image: none;
}
#main_visual.ctype .inner .main_tit{
    font-family: 'GmarketSansMedium';
    text-align: left;
    letter-spacing: -2px;
    color: #101010;
    margin-left: 25px;
}
#main_visual.ctype .inner .main_tit .more_view a{
    font-family: 'GmarketSansMedium';
    font-size: 14px;
    letter-spacing: 0;
    background-color: #ffbf03;
    color: #101010;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 25px;
    border-radius: 5px;
    transition: transform 0.5s;
}
#main_visual.ctype .inner .main_tit .more_view a:hover{
    transform: translateX(15px);
}
#main_visual.ctype .inner .main_tit span{
    display: block;
    font-size: 19px;
    font-weight: 400;
    color: #101010;
}
#main_visual.ctype .inner .main_tit b{
    display: block;
    font-size: 42px;
    line-height: 1.4;
    margin-top: 25px;
    font-weight: bold;
    color: #000;
}
#main_visual.ctype .inner .main_tit b span{
    color: #101010;
    font-size: 42px;
    font-weight: bold;
}
#main_tabmenu_wrap.ctype{
    background-image: linear-gradient(to bottom,#ffffd4 50%, #fff 50%);
}
#main_tabmenu_wrap.ctype .inner{
    background-color: #f6bb00;
    padding: 20px 0;
    border-radius: 10px;
    /* display: grid;
    grid-template-columns: repeat(3,1fr); */
}
#main_tabmenu_wrap.ctype .inner div{
    border-right: 1px solid #fbdb7a;
    transition: all 0.5s;
}
#main_tabmenu_wrap.ctype .inner div:last-child{
    border-right: none;
}
#main_tabmenu_wrap.ctype .inner div:hover{
    transform: translateY(-5px);
}
#main_tabmenu_wrap.ctype .inner div a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'GmarketSansMedium';
    background-color: #f6bb00;
    padding: 0;
    border-radius: 0;
}
#main_tabmenu_wrap.ctype .inner div a img{
    margin-right: 15px;
    width: auto;
}
#main_tabmenu_wrap.ctype .inner div a p{
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -1px;
    width: auto;
    color: #101010;
}
#main_tabmenu_wrap.ctype .inner div a p span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
#main_board_wrap.ctype .inner .board .top_tit{
    border-bottom: none;
    padding: 10px 20px 0 20px;
}
#main_board_wrap.ctype .inner .board .top_tit h2{
    font-family: 'GmarketSansMedium';
    font-size: 20px;
    border-bottom: 5px solid #f6bb00;
}
#main_board_wrap.ctype .inner .board .top_tit a{
    display: inline-block;
    padding: 0 3px;
    border: 1px solid #e9e9e9;
    color: #101010;
}
#main_board_wrap.ctype .inner .board .top_tit a i{
    font-size: 13px;
    line-height: 1;
}
#main_board_wrap.ctype .inner .board .content dl{
    border-bottom: 1px solid #e9e9e9;
    padding-left: 7px;
}
#main_board_wrap.ctype .inner .board .content dl dt a:hover{
    color: inherit;
}
#main_board_wrap.ctype .inner .board .content dl:hover{
    border-bottom: 1px solid #f6bb00;
}
@media screen and (max-width:1180px){
	#jobtube_wrap iframe {
		height:1500px;
	}
}
@media screen and (max-width:1025px){
    #main_visual.ctype{
        background-position: bottom;
        background-size: contain;
        background-color: #ffffd4;
    }
    #main_tabmenu_wrap.ctype .inner{
        background-color: initial;
    }
    #main_tabmenu_wrap.ctype .inner div{
        border-right: none;
    }
    #main_tabmenu_wrap.ctype .inner div a{
        border-radius: 15px;
        padding: 10px 0;
    }
    #main_tabmenu_wrap.ctype .inner div a p{
        width: 200px;
    }
    #main_visual.ctype .inner .main_tit b,#main_visual.ctype .inner .main_tit b span{
        font-size: 38px;
    }
}
@media screen and (max-width:960px){
	#jobtube_wrap iframe {
		height:1415px;
	}
}

@media screen and (max-width:798px){
    #main_visual.ctype .inner .main_tit span{
        font-size: 15px;
    }
    #main_visual.ctype .inner .main_tit b, #main_visual.ctype .inner .main_tit b span{
        font-size: 25px;
    }
    #main_visual.ctype .inner .main_tit .more_view a{
        font-size: 12px;
    }
    #main_tabmenu_wrap.ctype .inner div a p{
        font-size: 18px;
    }
    #main_tabmenu_wrap.ctype .inner div a p span{
        font-size: 12px;
    }
}
@media screen and (max-width:767px){
	#jobtube_wrap iframe {
		height:1420px;
	}
}
@media screen and (max-width:640px){
	#jobtube_wrap iframe {
		height:1115px;
	}
}
@media screen and (max-width:500px){
	#jobtube_wrap iframe {
		height:1650px;
	}
    #main_tabmenu_wrap.ctype .inner div a img{
        display: block;
        width: 50px;
    }
    #main_tabmenu_wrap.ctype .inner div a p{
        width: 140px;
    }
}
.sub_visual.ctype .inner{
    position: relative;
}
.sub_visual.ctype .main_tit{
    font-family: 'GmarketSansMedium';
    letter-spacing: -1px;
}
.sub_visual.ctype .main_tit h1{
    color: #101010;
    font-size: 2.5em;
}
.sub_visual.ctype .main_tit h1 span img{
    vertical-align: middle;
}
.sub_visual.ctype .main_tit h1 b{
    display: inline-block;
    margin: 0 10px;
}
.sub_visual.ctype .main_tit p{
    width: 100%;
    position: absolute;
    top: 160px;
    color: #101010;
}
.sub_visual.ctype{
    background-image: url(/images/ctype/ctype_subvisual.png);
}
@media screen and (max-width:1025px){
    .sub_visual.ctype{
        padding-top: 50px;
    }
}
@media screen and (max-width:798px){
    .sub_visual.ctype .main_tit h1{
        font-size: 2em;
    }
    .sub_visual.ctype .main_tit h1 span{
        display: inline-block;
        width: 70px;
        height: 70px;
    }
    .sub_visual.ctype .main_tit h1 span img{
        width: 100%;
    }
}
@media screen and (max-width:500px){
    .sub_visual.ctype .main_tit h1{
        font-size: 1.5em;
    }
    .sub_visual.ctype .main_tit h1 span{
        width: 50px;
        height: 50px;
    }
}
#join_visual.ctype{
    background-color: #E9F2FB;
    background-image: none;
}
#consulting_process .cs_item_wrap.ctype .cs_item .top .imgbox.csbox-1 {
    background-image: url(../images/ctype/cs_process_01.png);
  }
  #consulting_process .cs_item_wrap.ctype .cs_item .top .imgbox.csbox-2 {
    background-image: url(../images/ctype/cs_process_02.png);
  }
  #consulting_process .cs_item_wrap.ctype .cs_item .top .imgbox.csbox-3 {
    background-image: url(../images/ctype/cs_process_03.png);
  }
  #consulting_process .cs_item_wrap.ctype .cs_item .top .imgbox.csbox-4 {
    background-image: url(../images/ctype/cs_process_04.png);
  }
  #consulting_process .cs_item_wrap.ctype .cs_item .top .imgbox.csbox-5 {
    background-image: url(../images/ctype/cs_process_05.png);
  }
  #consulting_process .cs_item_wrap.ctype .cs_item .top .imgbox.csbox-6 {
    background-image: url(../images/ctype/cs_process_06.png);
  }